Home
last modified time | relevance | path

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

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