Home
last modified time | relevance | path

Searched refs:REG_UNSET (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dgnu-regex.c1432 #define REG_UNSET(e) ((e) == REG_UNSET_VALUE) macro
4109 if (REG_UNSET (regstart[mcnt]) || REG_UNSET (regend[mcnt]))
4254 ? REG_UNSET (regstart[*p]) ? d : regstart[*p]
4295 ? REG_UNSET (regend[*p]) ? d : regend[*p]
4429 if (REG_UNSET (regstart[regno]) || REG_UNSET (regend[regno]))
/openbsd/src/gnu/usr.bin/cvs/lib/
Dregex.c1529 #define REG_UNSET(e) ((e) == REG_UNSET_VALUE) macro
4480 if (REG_UNSET (regstart[mcnt]) || REG_UNSET (regend[mcnt]))
4696 ? REG_UNSET (regstart[*p]) ? d : regstart[*p]
4737 ? REG_UNSET (regend[*p]) ? d : regend[*p]
4870 if (REG_UNSET (regstart[regno]) || REG_UNSET (regend[regno]))
/openbsd/src/gnu/lib/libiberty/src/
Dregex.c1840 # define REG_UNSET(e) ((e) == REG_UNSET_VALUE) macro
6040 if (REG_UNSET (regstart[mcnt]) || REG_UNSET (regend[mcnt])) in wcs_re_match_2_internal()
6590 ? REG_UNSET (regstart[*p]) ? d : regstart[*p] in wcs_re_match_2_internal()
6632 ? REG_UNSET (regend[*p]) ? d : regend[*p] in wcs_re_match_2_internal()
6767 if (REG_UNSET (regstart[regno]) || REG_UNSET (regend[regno])) in wcs_re_match_2_internal()
8160 #undef REG_UNSET