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