Searched refs:p_stack (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/usr.bin/indent/
H A Dparse.c61 while (ps.p_stack[ps.tos] == ifhead && tk != elselit) {
63 ps.p_stack[ps.tos] = stmt; /* apply the if(..) stmt ::= stmt
75 if (ps.p_stack[ps.tos] != decl) { /* only put one declaration
79 ps.p_stack[++ps.tos] = decl;
86 if (ps.p_stack[i] == decl)
95 if (ps.p_stack[ps.tos] == elsehead && ps.else_if) /* "else if ..." */
99 ps.p_stack[++ps.tos] = tk;
107 if (ps.p_stack[ps.tos] == stmt || ps.p_stack[ps.tos] == decl
108 || ps.p_stack[p
[all...]
H A Dindent_globs.h233 int p_stack[STACKSIZE]; /* this is the parsers stack */ member in struct:parser_state
H A Dindent.c105 ps.p_stack[0] = stmt; /* this is the parser's stack */
817 if (ps.p_stack[ps.tos] == decl && !ps.block_init) /* semicolons can be
846 ps.search_brace = cuddle_else && ps.p_stack[ps.tos] == ifhead

Completed in 97 milliseconds