Home
last modified time | relevance | path

Searched refs:new_regexp (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dgenautomata.c2651 regexp_t new_regexp; in process_regexp() local
2671 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()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenautomata.c2943 regexp_t new_regexp; local
2960 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_decl
2966 regexp = new_regexp;