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 */248 int box_com; /* set to true when we are in a "boxed"266 int in_or_st; /* Will be true iff there has been a272 int col_1; /* set to true if the last token started in274 int com_col; /* this is the column in which the current286 int in_stmt; /* set to 1 while in a stmt */287 int ind_level; /* the current indentation level */295 int out_lines; /* the number of lines written, set by[all …]