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

/haiku/src/build/libgnuregex/
H A Dregex.h271 REG_ERPAREN /* Unmatched ) or \); not returned from regcomp. */
269 REG_ERPAREN /* Unmatched ) or \\); not returned from regcomp. */ enumerator in enum:__anon1706
H A Dregex.c838 "Unmatched ) or \\)", /* REG_ERPAREN */
1633 return REG_ERPAREN;
1653 return REG_ERPAREN;
4804 if (ret == REG_ERPAREN) ret = REG_EPAREN;
/haiku/headers/posix/
H A Dregex.h326 REG_ERPAREN /* Unmatched ) or \); not returned from regcomp. */
325 REG_ERPAREN /* Unmatched ) or \\); not returned from regcomp. */ enumerator in enum:__anon1
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c182 gettext_noop ("Unmatched ) or \\)") /* REG_ERPAREN */
508 if (ret == REG_ERPAREN)
2273 *err = REG_ERPAREN;

Completed in 114 milliseconds