Home
last modified time | relevance | path

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

/minix3/usr.bin/indent/
H A Dindent_globs.h246 EXTERN struct parser_state { struct
247 int last_token;
248 struct fstate cfont; /* Current font */
249 int p_stack[STACK_SIZE]; /* this is the parsers stack */
250 int il[STACK_SIZE]; /* this stack stores indentation levels */
251 float cstk[STACK_SIZE];/* used to store case stmt indentation levels */
252 int box_com; /* set to true when we are in a "boxed"
255 int comment_delta, n_comment_delta;
256 int cast_mask; /* indicates which close parens close off
258 int sizeof_mask; /* indicates which close parens close off
[all …]