Home
last modified time | relevance | path

Searched defs:parser_state (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/usr.bin/indent/
H A Dindent_globs.h242 struct parser_state { struct
243 int last_token;
244 int p_stack[STACKSIZE]; /* this is the parsers stack */
245 int il[STACKSIZE]; /* this stack stores indentation levels */
246 float cstk[STACKSIZE];/* used to store case stmt indentation levels */
247 int box_com; /* set to true when we are in a "boxed"
250 int comment_delta; /* used to set up indentation for all lines
252 int n_comment_delta;/* remembers how many columns there were
256 int cast_mask; /* indicates which close parens potentially
258 int not_cast_mask; /* indicates which close parens definitely
[all …]
/dflybsd-src/contrib/grep/lib/
H A Ddfa.c423 struct parser_state struct
446 struct parser_state parse; argument