Searched defs:parser_state (Results 1 – 2 of 2) sorted by relevance
242 struct parser_state { struct243 int last_token;244 int p_stack[STACKSIZE]; /* this is the parsers stack */245 int il[STACKSIZE]; /* this stack stores indentation levels */246 float cstk[STACKSIZE];/* used to store case stmt indentation levels */247 int box_com; /* set to true when we are in a "boxed"250 int comment_delta; /* used to set up indentation for all lines252 int n_comment_delta;/* remembers how many columns there were256 int cast_mask; /* indicates which close parens potentially258 int not_cast_mask; /* indicates which close parens definitely[all …]
423 struct parser_state struct446 struct parser_state parse; argument