Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dindent_globs.h241 struct parser_state { struct
242 int last_token;
243 int p_stack[STACKSIZE]; /* this is the parsers stack */
244 int il[STACKSIZE]; /* this stack stores indentation levels */
245 float cstk[STACKSIZE];/* used to store case stmt indentation levels */
246 int box_com; /* set to true when we are in a "boxed"
249 int comment_delta; /* used to set up indentation for all lines
251 int n_comment_delta;/* remembers how many columns there were
255 int cast_mask; /* indicates which close parens potentially
257 int not_cast_mask; /* indicates which close parens definitely
[all …]