Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/indent/
H A Dparse.c93 if (ps.p_stack[i] == decl) in parse()
113 ps.p_stack[++ps.tos] = tk; in parse()
121 if (ps.p_stack[ps.tos] == stmt || ps.p_stack[ps.tos] == decl in parse()
142 ps.p_stack[++ps.tos] = lbrace; in parse()
144 ps.p_stack[++ps.tos] = stmt; in parse()
206 ps.p_stack[++ps.tos] = stmt; in parse()
278 switch (ps.p_stack[ps.tos]) { in reduce()
299 ps.p_stack[i] != stmt in reduce()
301 ps.p_stack[i] != stmtl in reduce()
303 ps.p_stack[i] != lbrace in reduce()
[all …]
H A Dindent_globs.h244 int p_stack[STACKSIZE]; /* this is the parsers stack */ member
H A Dindent.c130 ps.p_stack[0] = stmt; /* this is the parser's stack */ in main()
884 if (ps.p_stack[ps.tos] == decl && !ps.block_init) /* semicolons can be in main()
913 ps.search_brace = opt.cuddle_else && ps.p_stack[ps.tos] == ifhead in main()