Searched refs:re_max_failures (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex.c71 link_warning (re_max_failures, "the 're_max_failures' variable is obsolete and will go away.")
72 int re_max_failures = 2000; variable
/haiku/src/build/libgnuregex/
H A Dregex.c2265 int re_max_failures = 2000;
2297 /* Double the size of FAIL_STACK, up to approximately `re_max_failures' items.
2305 ((fail_stack).size > re_max_failures * MAX_FAILURE_ITEMS \
2254 int re_max_failures = 2000; variable

Completed in 47 milliseconds