Home
last modified time | relevance | path

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

/dragonfly/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 */
247 int box_com; /* set to true when we are in a "boxed"
265 int in_or_st; /* Will be true iff there has been a
271 int col_1; /* set to true if the last token started in
273 int com_col; /* this is the column in which the current
285 int in_stmt; /* set to 1 while in a stmt */
286 int ind_level; /* the current indentation level */
294 int out_lines; /* the number of lines written, set by
[all …]
/dragonfly/contrib/grep/lib/
H A Ddfa.c423 struct parser_state struct
446 struct parser_state parse; argument