Searched defs:parser_state (Results 1 – 1 of 1) sorted by relevance
241 struct parser_state { struct242 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 lines251 int n_comment_delta;/* remembers how many columns there were255 int cast_mask; /* indicates which close parens potentially257 int not_cast_mask; /* indicates which close parens definitely[all …]