Searched defs:compiler_globals (Results 1 – 1 of 1) sorted by relevance
511 struct compiler_globals { struct512 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;[all …]