HomeSort by: relevance | last modified time | path
    Searched defs:ps_psyms_push (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/indent/
parse.c 67 ps_psyms_push(parser_symbol psym, int ind_level) function in typeref:typename:void
165 ps_psyms_push(psym, ps.ind_level);
166 ps_psyms_push(psym_stmt, ps.ind_level_follow);
185 ps_psyms_push(psym_decl, ps.ind_level_follow);
195 ps_psyms_push(psym_stmt, ps.ind_level);
210 ps_psyms_push(psym, ps.ind_level);
224 ps_psyms_push(psym_switch_expr, ps.ind_level_follow);
232 ps_psyms_push(psym_while_expr, ps.ind_level);
234 ps_psyms_push(psym_while_expr, ps.ind_level_follow);

Completed in 14 milliseconds