Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/indent/
H A Dparse.c89 if (ps.p_stack[i] == decl) in parse()
108 ps.p_stack[++ps.tos] = tk; in parse()
116 if (ps.p_stack[ps.tos] == stmt || ps.p_stack[ps.tos] == decl in parse()
137 ps.p_stack[++ps.tos] = lbrace; in parse()
139 ps.p_stack[++ps.tos] = stmt; in parse()
201 ps.p_stack[++ps.tos] = stmt; in parse()
273 switch (ps.p_stack[ps.tos]) { in reduce()
294 ps.p_stack[i] != stmt in reduce()
296 ps.p_stack[i] != stmtl in reduce()
298 ps.p_stack[i] != lbrace in reduce()
[all …]
H A Dindent_globs.h241 int p_stack[STACKSIZE]; /* this is the parsers stack */ member
H A Dindent.c106 ps.p_stack[0] = stmt; /* this is the parser's stack */ in main()
860 if (ps.p_stack[ps.tos] == decl && !ps.block_init) /* semicolons can be in main()
889 ps.search_brace = opt.cuddle_else && ps.p_stack[ps.tos] == ifhead in main()