HomeSort by: relevance | last modified time | path
    Searched refs:spaced_expr_psym (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/indent/
indent.c 619 if (opt.extra_expr_indent && ps.spaced_expr_psym != psym_0)
649 if (ps.spaced_expr_psym != psym_0 && ps.paren.len == 0)
674 if (ps.spaced_expr_psym != psym_0 && ps.paren.len == 0) {
675 bool is_do_while = ps.spaced_expr_psym == psym_while_expr
677 parse(ps.spaced_expr_psym);
678 ps.spaced_expr_psym = psym_0;
752 if (ps.spaced_expr_psym != psym_0) {
753 parse(ps.spaced_expr_psym);
754 ps.spaced_expr_psym = psym_0;
790 ps.spaced_expr_psym = psym_0
    [all...]
debug.c 375 debug_ps_enum(spaced_expr_psym, psym_name);
indent.h 332 parser_symbol spaced_expr_psym; /* the parser symbol to be shifted member in struct:parser_state

Completed in 13 milliseconds