Searched refs:p_stack (Results 1 – 3 of 3) sorted by relevance
91 if (ps.p_stack[i] == decl) in parse()111 ps.p_stack[++ps.tos] = tk; in parse()119 if (ps.p_stack[ps.tos] == stmt || ps.p_stack[ps.tos] == decl in parse()140 ps.p_stack[++ps.tos] = lbrace; in parse()142 ps.p_stack[++ps.tos] = stmt; in parse()204 ps.p_stack[++ps.tos] = stmt; in parse()276 switch (ps.p_stack[ps.tos]) { in reduce()297 ps.p_stack[i] != stmt in reduce()299 ps.p_stack[i] != stmtl in reduce()301 ps.p_stack[i] != lbrace in reduce()[all …]
245 int p_stack[STACKSIZE]; /* this is the parsers stack */ member
128 ps.p_stack[0] = stmt; /* this is the parser's stack */ in main()882 if (ps.p_stack[ps.tos] == decl && !ps.block_init) /* semicolons can be in main()911 ps.search_brace = opt.cuddle_else && ps.p_stack[ps.tos] == ifhead in main()