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

/haiku-buildtools/binutils/include/
H A Dxregex.h20 # define re_syntax_options xre_syntax_options macro
H A Dxregex2.h173 extern reg_syntax_t re_syntax_options;
445 You can also simply assign to the `re_syntax_options' variable. */
449 and syntax given by the global `re_syntax_options', into the buffer
/haiku-buildtools/legacy/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
/haiku-buildtools/gcc/include/
H A Dxregex.h20 # 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
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.h171 extern reg_syntax_t re_syntax_options;
452 You can also simply assign to the `re_syntax_options' variable. */
457 and syntax given by the global `re_syntax_options', into the buffer
H A Dgnu-regex.c974 reg_syntax_t re_syntax_options;
988 reg_syntax_t ret = re_syntax_options;
990 re_syntax_options = syntax;
5491 ret = regex_compile (pattern, length, re_syntax_options, bufp);
5547 ret = regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
968 reg_syntax_t re_syntax_options; variable
/haiku-buildtools/legacy/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
/haiku-buildtools/gcc/libiberty/
H A Dregex.c1322 reg_syntax_t re_syntax_options;
1335 reg_syntax_t ret = re_syntax_options;
1337 re_syntax_options = syntax;
7808 ret = wcs_regex_compile (pattern, length, re_syntax_options, bufp);
7811 ret = byte_regex_compile (pattern, length, re_syntax_options, bufp);
7868 ret = wcs_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
7871 ret = byte_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
1315 reg_syntax_t re_syntax_options; variable
/haiku-buildtools/binutils/libiberty/
H A Dregex.c1322 reg_syntax_t re_syntax_options;
1335 reg_syntax_t ret = re_syntax_options;
1337 re_syntax_options = syntax;
7812 ret = wcs_regex_compile (pattern, length, re_syntax_options, bufp);
7815 ret = byte_regex_compile (pattern, length, re_syntax_options, bufp);
7872 ret = wcs_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
7875 ret = byte_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
1315 reg_syntax_t re_syntax_options; variable
/haiku-buildtools/binutils/gas/testsuite/gas/hppa/unsorted/
H A Dbrlenbug.s10 .EXPORT re_syntax_options,DATA
12 re_syntax_options label
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/hppa/unsorted/
H A Dbrlenbug.s10 .EXPORT re_syntax_options,DATA
12 re_syntax_options label

Completed in 330 milliseconds