Searched refs:new_regexp (Results 1 – 2 of 2) sorted by relevance
2759 regexp_t new_regexp; in process_regexp() local2779 new_regexp = XCREATENODE (struct regexp); in process_regexp()2780 new_regexp->mode = rm_reserv; in process_regexp()2781 new_regexp->pos = regexp->pos; in process_regexp()2782 REGEXP_RESERV (new_regexp)->name = REGEXP_UNIT (regexp)->name; in process_regexp()2783 REGEXP_RESERV (new_regexp)->reserv_decl in process_regexp()2785 regexp = new_regexp; in process_regexp()