Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/indent/
H A Dindent_globs.h223 extern struct parser_state { struct
224 int last_token;
225 struct fstate cfont; /* Current font */
226 int p_stack[STACKSIZE]; /* this is the parsers stack */
227 int il[STACKSIZE]; /* this stack stores indentation levels */
228 float cstk[STACKSIZE];/* used to store case stmt indentation levels */
229 int box_com; /* set to true when we are in a "boxed"
232 int comment_delta,
233 n_comment_delta;
234 int cast_mask; /* indicates which close parens close off
[all …]