Lines Matching defs:compiler_globals
511 struct compiler_globals { struct
512 int in_print_stmt;
513 int paren_level;
514 int in_function_body;
515 int funcnum;
516 int nparms;
517 int compile_error_count;
518 int first_begin;
519 int last_begin;
520 int first_end;
521 int last_end;
522 int first_recrule;
523 int last_recrule;
524 int break_dest;
525 int continue_dest;
526 int stack_offset_to_fix; // fixup stack if return in for(e in a)
527 int range_pattern_num;
528 int rule_type; // tkbegin, tkend, or 0