Searched refs:op_stack (Results 1 – 4 of 4) sorted by relevance
758 struct op *top = pfile->op_stack; in _cpp_parse_expr()888 if (top != pfile->op_stack) in _cpp_parse_expr()1046 size_t old_size = (size_t) (pfile->op_limit - pfile->op_stack); in _cpp_expand_op_stack()1049 pfile->op_stack = XRESIZEVEC (struct op, pfile->op_stack, new_size); in _cpp_expand_op_stack()1050 pfile->op_limit = pfile->op_stack + new_size; in _cpp_expand_op_stack()1052 return pfile->op_stack + old_size; in _cpp_expand_op_stack()
433 struct op *op_stack, *op_limit; member
240 free (pfile->op_stack); in cpp_destroy()
24230 (struct cpp_reader): New members op_stack, op_limit.