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

/freebsd-9.3-release/contrib/binutils/include/
H A Dxregex.h19 # define re_syntax_options xre_syntax_options macro
H A Dxregex2.h174 extern reg_syntax_t re_syntax_options;
446 You can also simply assign to the `re_syntax_options' variable. */
450 and syntax given by the global `re_syntax_options', into the buffer
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dxregex.h19 # define re_syntax_options xre_syntax_options macro
H A Dxregex2.h174 extern reg_syntax_t re_syntax_options;
446 You can also simply assign to the `re_syntax_options' variable. */
450 and syntax given by the global `re_syntax_options', into the buffer
/freebsd-9.3-release/contrib/gdb/include/
H A Dxregex.h19 # define re_syntax_options xre_syntax_options macro
H A Dxregex2.h171 extern reg_syntax_t re_syntax_options;
453 You can also simply assign to the `re_syntax_options' variable. */
457 and syntax given by the global `re_syntax_options', into the buffer
/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.h142 extern reg_syntax_t re_syntax_options;
425 You can also simply assign to the `re_syntax_options' variable. */
429 and syntax given by the global `re_syntax_options', into the buffer
H A Dregex.c1046 reg_syntax_t re_syntax_options;
1060 reg_syntax_t ret = re_syntax_options;
1062 re_syntax_options = syntax;
6079 ret = regex_compile (pattern, length, re_syntax_options, bufp);
6134 ret = regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
1039 reg_syntax_t re_syntax_options; variable
/freebsd-9.3-release/gnu/lib/libregex/posix/
H A Dregex.h190 extern reg_syntax_t re_syntax_options;
477 You can also simply assign to the `re_syntax_options' variable. */
481 and syntax given by the global `re_syntax_options', into the buffer
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregcomp.c254 bufp->no_sub = !!(re_syntax_options & RE_NO_SUB);
259 ret = re_compile_internal (bufp, pattern, length, re_syntax_options);
274 reg_syntax_t re_syntax_options;
288 reg_syntax_t ret = re_syntax_options;
290 re_syntax_options = syntax;
723 ret = re_compile_internal (&re_comp_buf, s, strlen (s), re_syntax_options);
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dregex.c1320 reg_syntax_t re_syntax_options;
1333 reg_syntax_t ret = re_syntax_options;
1335 re_syntax_options = syntax;
7803 ret = wcs_regex_compile (pattern, length, re_syntax_options, bufp);
7806 ret = byte_regex_compile (pattern, length, re_syntax_options, bufp);
7863 ret = wcs_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
7866 ret = byte_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
1313 reg_syntax_t re_syntax_options; variable
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dregex.c1320 reg_syntax_t re_syntax_options;
1333 reg_syntax_t ret = re_syntax_options;
1335 re_syntax_options = syntax;
7803 ret = wcs_regex_compile (pattern, length, re_syntax_options, bufp);
7806 ret = byte_regex_compile (pattern, length, re_syntax_options, bufp);
7863 ret = wcs_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
7866 ret = byte_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
1313 reg_syntax_t re_syntax_options; variable

Completed in 198 milliseconds