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

/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/libgnuregex/
H A Dregex.h182 extern reg_syntax_t re_syntax_options;
468 You can also simply assign to the `re_syntax_options' variable. */
472 and syntax given by the global `re_syntax_options', into the buffer
H A Dregcomp.c225 bufp->no_sub = !!(re_syntax_options & RE_NO_SUB);
230 ret = re_compile_internal (bufp, pattern, length, re_syntax_options);
245 reg_syntax_t re_syntax_options;
259 reg_syntax_t ret = re_syntax_options;
261 re_syntax_options = syntax;
710 ret = re_compile_internal (&re_comp_buf, s, strlen (s), re_syntax_options);
/freebsd-11-stable/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
/freebsd-11-stable/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

Completed in 519 milliseconds