Searched defs:parser_state (Results 1 – 1 of 1) sorted by relevance
186 struct parser_state { struct187 int last_token;188 struct fstate cfont; /* Current font */189 int p_stack[STACKSIZE]; /* this is the parsers stack */190 int il[STACKSIZE]; /* this stack stores indentation levels */191 float cstk[STACKSIZE];/* used to store case stmt indentation levels */192 int box_com; /* set to true when we are in a "boxed"195 int comment_delta,196 n_comment_delta;197 int cast_mask; /* indicates which close parens close off[all …]