Home
last modified time | relevance | path

Searched refs:re_syntax_options (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/gdb/include/
Dxregex.h19 # define re_syntax_options xre_syntax_options macro
Dxregex2.h171 extern reg_syntax_t re_syntax_options;
/freebsd-12-stable/contrib/gcclibs/include/
Dxregex.h19 # define re_syntax_options xre_syntax_options macro
Dxregex2.h174 extern reg_syntax_t re_syntax_options;
/freebsd-12-stable/contrib/binutils/include/
Dxregex.h19 # define re_syntax_options xre_syntax_options macro
Dxregex2.h174 extern reg_syntax_t re_syntax_options;
/freebsd-12-stable/contrib/libgnuregex/
Dregex.h182 extern reg_syntax_t re_syntax_options;
Dregcomp.c223 bufp->no_sub = !!(re_syntax_options & RE_NO_SUB);
228 ret = re_compile_internal (bufp, pattern, length, re_syntax_options);
243 reg_syntax_t re_syntax_options; in weak_alias()
257 reg_syntax_t ret = re_syntax_options;
259 re_syntax_options = syntax;
706 ret = re_compile_internal (&re_comp_buf, s, strlen (s), re_syntax_options);
/freebsd-12-stable/contrib/binutils/libiberty/
Dregex.c1313 reg_syntax_t re_syntax_options; variable
1326 reg_syntax_t ret = re_syntax_options; in re_set_syntax()
1328 re_syntax_options = syntax; in re_set_syntax()
7784 ret = wcs_regex_compile (pattern, length, re_syntax_options, bufp);
7787 ret = byte_regex_compile (pattern, length, re_syntax_options, bufp);
7843 ret = wcs_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
7846 ret = byte_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dregex.c1313 reg_syntax_t re_syntax_options; variable
1326 reg_syntax_t ret = re_syntax_options; in re_set_syntax()
1328 re_syntax_options = syntax; in re_set_syntax()
7784 ret = wcs_regex_compile (pattern, length, re_syntax_options, bufp);
7787 ret = byte_regex_compile (pattern, length, re_syntax_options, bufp);
7843 ret = wcs_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
7846 ret = byte_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
/freebsd-12-stable/contrib/gcc/
DChangeLog-2000970 (re_syntax_options): make global as it is declared so.
19097 * fixinc/gnu-regex.c: reg_syntax_t re_syntax_options must be static