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

/freebsd-12-stable/usr.bin/indent/
H A Dparse.c192 ps.cstk[ps.tos] = case_ind;
258 * GLOBALS: ps.cstk ps.i_l_follow = ps.il ps.p_stack = ps.tos =
316 case_ind = ps.cstk[ps.tos - 1];
H A Dindent_globs.h246 float cstk[STACKSIZE];/* used to store case stmt indentation levels */ member in struct:parser_state
/freebsd-12-stable/contrib/gdb/gdb/
H A Dbuildsym.c828 struct context_stack *cstk;
836 cstk = pop_context ();
838 finish_block (cstk->name, &local_symbols, cstk->old_blocks,
839 cstk->start_addr, end_addr, objfile);
821 struct context_stack *cstk; local

Completed in 106 milliseconds