Searched refs:type_stack_depth (Results 1 – 2 of 2) sorted by relevance
91 int type_stack_depth, type_stack_size; variable1045 type_stack_depth = 0; in parse_exp_in_context()1143 if (type_stack_depth == type_stack_size) in check_type_stack_depth()1155 type_stack[type_stack_depth++].piece = tp; in push_type()1162 type_stack[type_stack_depth++].int_val = n; in push_type_int()1174 if (type_stack_depth) in pop_type()1175 return type_stack[--type_stack_depth].piece; in pop_type()1182 if (type_stack_depth) in pop_type_int()1183 return type_stack[--type_stack_depth].int_val; in pop_type_int()1323 type_stack_depth = 0; in _initialize_parse()
112 extern int type_stack_depth, type_stack_size;