Searched refs:REG_UNSET (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c1495 #define REG_UNSET(e) ((e) == REG_UNSET_VALUE)
4181 if (REG_UNSET (regstart[mcnt]) || REG_UNSET (regend[mcnt]))
4326 ? REG_UNSET (regstart[*p]) ? d : regstart[*p]
4367 ? REG_UNSET (regend[*p]) ? d : regend[*p]
4501 if (REG_UNSET (regstart[regno]) || REG_UNSET (regend[regno]))
1485 #define REG_UNSET macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c1851 # define REG_UNSET(e) ((e) == REG_UNSET_VALUE)
6057 if (REG_UNSET (regstart[mcnt]) || REG_UNSET (regend[mcnt]))
6607 ? REG_UNSET (regstart[*p]) ? d : regstart[*p]
6649 ? REG_UNSET (regend[*p]) ? d : regend[*p]
6784 if (REG_UNSET (regstart[regno]) || REG_UNSET (regend[regno]))
8182 #undef REG_UNSET
1840 # define REG_UNSET macro
8160 #undef REG_UNSET macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c1853 # define REG_UNSET(e) ((e) == REG_UNSET_VALUE)
6062 if (REG_UNSET (regstart[mcnt]) || REG_UNSET (regend[mcnt]))
6612 ? REG_UNSET (regstart[*p]) ? d : regstart[*p]
6654 ? REG_UNSET (regend[*p]) ? d : regend[*p]
6789 if (REG_UNSET (regstart[regno]) || REG_UNSET (regend[regno]))
8184 #undef REG_UNSET
1842 # define REG_UNSET macro
8162 #undef REG_UNSET macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c1853 # define REG_UNSET(e) ((e) == REG_UNSET_VALUE)
6063 if (REG_UNSET (regstart[mcnt]) || REG_UNSET (regend[mcnt]))
6613 ? REG_UNSET (regstart[*p]) ? d : regstart[*p]
6655 ? REG_UNSET (regend[*p]) ? d : regend[*p]
6791 if (REG_UNSET (regstart[regno]) || REG_UNSET (regend[regno]))
8188 #undef REG_UNSET
1842 # define REG_UNSET macro
8166 #undef REG_UNSET macro

Completed in 211 milliseconds