Searched refs:new_regexp (Results 1 – 2 of 2) sorted by relevance
2651 regexp_t new_regexp; in process_regexp() local2671 new_regexp = create_node (sizeof (struct regexp)); in process_regexp()2672 new_regexp->mode = rm_reserv; in process_regexp()2673 new_regexp->pos = regexp->pos; in process_regexp()2674 REGEXP_RESERV (new_regexp)->name = REGEXP_UNIT (regexp)->name; in process_regexp()2675 REGEXP_RESERV (new_regexp)->reserv_decl in process_regexp()2677 regexp = new_regexp; in process_regexp()
2943 regexp_t new_regexp; local2960 new_regexp = create_node (sizeof (struct regexp));2961 new_regexp->mode = rm_reserv;2962 new_regexp->pos = regexp->pos;2963 REGEXP_RESERV (new_regexp)->name = REGEXP_UNIT (regexp)->name;2964 REGEXP_RESERV (new_regexp)->reserv_decl2966 regexp = new_regexp;