Searched refs:REG_EPAREN (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/headers/build/host/cygwin/
H A Dregex.h306 REG_EPAREN, /* Parenthesis imbalance. */ enumerator in enum:__anon17
/haiku-fatelf/headers/build/host/sunos/
H A Dregex.h326 REG_EPAREN, /* Parenthesis imbalance. */
324 REG_EPAREN, /* Parenthesis imbalance. */ enumerator in enum:__anon19
/haiku-fatelf/headers/posix/
H A Dregex.h326 REG_EPAREN, /* Parenthesis imbalance. */
324 REG_EPAREN, /* Parenthesis imbalance. */ enumerator in enum:__anon566
/haiku-fatelf/headers/private/mail/
H A Dregex.h310 REG_EPAREN, /* Parenthesis imbalance. */ enumerator in enum:__anon1106
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregex.h416 #define REG_EPAREN _REG_EPAREN
414 #define REG_EPAREN macro
H A Dregcomp.c162 gettext_noop ("Unmatched ( or \\(") /* REG_EPAREN */
518 unmatched close-group: both are REG_EPAREN. */
520 ret = REG_EPAREN;
2465 *err = REG_EPAREN;
/haiku-fatelf/src/bin/diffutils/lib/posix/
H A Dregex.h304 REG_EPAREN, /* Parenthesis imbalance. */
302 REG_EPAREN, /* Parenthesis imbalance. */ enumerator in enum:__anon3468
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregex.h412 #define REG_EPAREN _REG_EPAREN
410 #define REG_EPAREN macro
H A Dregcomp.c156 gettext_noop ("Unmatched ( or \\(") /* REG_EPAREN */
492 unmatched close-group: both are REG_EPAREN. */
494 ret = REG_EPAREN;
2437 *err = REG_EPAREN;
/haiku-fatelf/src/bin/gawk/
H A Dregex.h312 REG_EPAREN, /* Parenthesis imbalance. */
310 REG_EPAREN, /* Parenthesis imbalance. */ enumerator in enum:__anon3532
H A Dregcomp.c161 gettext_noop ("Unmatched ( or \\(") /* REG_EPAREN */
463 unmatched close-group: both are REG_EPAREN. */
465 ret = REG_EPAREN;
/haiku-fatelf/src/bin/gdb/include/
H A Dxregex2.h307 REG_EPAREN, /* Parenthesis imbalance. */
305 REG_EPAREN, /* Parenthesis imbalance. */ enumerator in enum:__anon4193
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c158 gettext_noop ("Unmatched ( or \\(") /* REG_EPAREN */
507 unmatched close-group: both are REG_EPAREN. */
509 ret = REG_EPAREN;
2422 *err = REG_EPAREN;
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c1406 gettext_noop ("Unmatched ( or \\(") /* REG_EPAREN */
4241 FREE_STACK_RETURN (REG_EPAREN);
8213 unmatched close-group: both are REG_EPAREN. */
8214 if (ret == REG_ERPAREN) ret = REG_EPAREN;
4228 FREE_STACK_RETURN (REG_EPAREN); variable
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c1396 gettext_noop ("Unmatched ( or \\("), /* REG_EPAREN */
4199 FREE_STACK_RETURN (REG_EPAREN);
8094 unmatched close-group: both are REG_EPAREN. */
8095 if (ret == REG_ERPAREN) ret = REG_EPAREN;
4186 FREE_STACK_RETURN (REG_EPAREN); variable

Completed in 219 milliseconds