Searched refs:re_syntax_options (Results 1 - 7 of 7) sorted by relevance

/haiku/src/build/libgnuregex/
H A Dregex.h137 extern reg_syntax_t re_syntax_options;
410 You can also simply assign to the `re_syntax_options' variable. */
414 and syntax given by the global `re_syntax_options', into the buffer
H A Dregex.c797 reg_syntax_t re_syntax_options = RE_SYNTAX_EMACS;
811 reg_syntax_t ret = re_syntax_options;
813 re_syntax_options = syntax;
4648 ret = regex_compile (pattern, length, re_syntax_options, bufp);
4693 ret = regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
791 reg_syntax_t re_syntax_options = RE_SYNTAX_EMACS; variable
/haiku/headers/posix/
H A Dregex.h184 extern reg_syntax_t re_syntax_options;
456 You can also simply assign to the `re_syntax_options' variable. */
460 and syntax given by the global `re_syntax_options', into the buffer
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c227 bufp->no_sub = !!(re_syntax_options & RE_NO_SUB);
232 ret = re_compile_internal (bufp, pattern, length, re_syntax_options);
247 reg_syntax_t re_syntax_options;
261 reg_syntax_t ret = re_syntax_options;
263 re_syntax_options = syntax;
712 ret = re_compile_internal (&re_comp_buf, s, strlen (s), re_syntax_options);
/haiku/src/kits/mail/
H A Dmail_util.cpp1226 re_syntax_options = RE_SYNTAX_POSIX_EXTENDED;
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c78 int re_syntax_options; variable
H A Dlibroot_stubs_legacy.c106 int re_syntax_options; variable

Completed in 183 milliseconds