Searched defs:parser_state (Results 1 – 1 of 1) sorted by relevance
246 EXTERN struct parser_state { struct247 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 off258 int sizeof_mask; /* indicates which close parens close off[all …]