HomeSort by: relevance | last modified time | path
    Searched refs:re_syntax_options (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/include/
xregex.h 20 # define re_syntax_options xre_syntax_options macro
xregex2.h 173 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
  /src/external/gpl3/binutils.old/dist/include/
xregex.h 20 # define re_syntax_options xre_syntax_options macro
xregex2.h 173 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
  /src/external/gpl3/gcc.old/dist/include/
xregex.h 20 # define re_syntax_options xre_syntax_options macro
xregex2.h 173 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
  /src/external/gpl3/gcc/dist/include/
xregex.h 20 # define re_syntax_options xre_syntax_options macro
xregex2.h 173 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
  /src/external/gpl3/gdb/dist/include/
xregex.h 20 # define re_syntax_options xre_syntax_options macro
xregex2.h 173 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
  /src/external/gpl3/gdb.old/dist/include/
xregex.h 20 # define re_syntax_options xre_syntax_options macro
xregex2.h 173 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
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h 176 extern reg_syntax_t re_syntax_options;
443 You can also simply assign to the `re_syntax_options' variable. */
447 and syntax given by the global `re_syntax_options', into the buffer
regex.c 1271 reg_syntax_t re_syntax_options;
1284 reg_syntax_t ret = re_syntax_options;
1286 re_syntax_options = syntax;
7897 ret = wcs_regex_compile (pattern, length, re_syntax_options, bufp);
7900 ret = byte_regex_compile (pattern, length, re_syntax_options, bufp);
7959 ret = wcs_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
7962 ret = byte_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
1264 reg_syntax_t re_syntax_options; variable
  /src/external/gpl2/diffutils/dist/lib/posix/
regex.h 170 extern reg_syntax_t re_syntax_options;
452 You can also simply assign to the `re_syntax_options' variable. */
456 and syntax given by the global `re_syntax_options', into the buffer
  /src/external/gpl2/grep/dist/lib/posix/
regex.h 174 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
  /src/external/gpl2/xcvs/dist/lib/
regex.h 234 extern reg_syntax_t re_syntax_options;
555 You can also simply assign to the `re_syntax_options' variable. */
559 and syntax given by the global `re_syntax_options', into the buffer
regcomp.c 226 bufp->re_no_sub = !!(re_syntax_options & REG_NO_SUB);
231 ret = re_compile_internal (bufp, pattern, length, re_syntax_options);
246 reg_syntax_t re_syntax_options;
259 reg_syntax_t ret = re_syntax_options;
261 re_syntax_options = syntax;
693 ret = re_compile_internal (&re_comp_buf, s, strlen (s), re_syntax_options);
  /src/external/gpl2/diffutils/dist/lib/
regex.c 1339 reg_syntax_t re_syntax_options;
1353 reg_syntax_t ret = re_syntax_options;
1355 re_syntax_options = syntax;
8019 ret = wcs_regex_compile (pattern, length, re_syntax_options, bufp);
8022 ret = byte_regex_compile (pattern, length, re_syntax_options, bufp);
8082 ret = wcs_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
8085 ret = byte_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
1332 reg_syntax_t re_syntax_options; variable
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 1325 reg_syntax_t re_syntax_options;
1338 reg_syntax_t ret = re_syntax_options;
1340 re_syntax_options = syntax;
7815 ret = wcs_regex_compile (pattern, length, re_syntax_options, bufp);
7818 ret = byte_regex_compile (pattern, length, re_syntax_options, bufp);
7875 ret = wcs_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
7878 ret = byte_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
1318 reg_syntax_t re_syntax_options; variable
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 1325 reg_syntax_t re_syntax_options;
1338 reg_syntax_t ret = re_syntax_options;
1340 re_syntax_options = syntax;
7815 ret = wcs_regex_compile (pattern, length, re_syntax_options, bufp);
7818 ret = byte_regex_compile (pattern, length, re_syntax_options, bufp);
7875 ret = wcs_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
7878 ret = byte_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
1318 reg_syntax_t re_syntax_options; variable
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 1325 reg_syntax_t re_syntax_options;
1338 reg_syntax_t ret = re_syntax_options;
1340 re_syntax_options = syntax;
7815 ret = wcs_regex_compile (pattern, length, re_syntax_options, bufp);
7818 ret = byte_regex_compile (pattern, length, re_syntax_options, bufp);
7875 ret = wcs_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
7878 ret = byte_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
1318 reg_syntax_t re_syntax_options; variable
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 1325 reg_syntax_t re_syntax_options;
1338 reg_syntax_t ret = re_syntax_options;
1340 re_syntax_options = syntax;
7815 ret = wcs_regex_compile (pattern, length, re_syntax_options, bufp);
7818 ret = byte_regex_compile (pattern, length, re_syntax_options, bufp);
7875 ret = wcs_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
7878 ret = byte_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
1318 reg_syntax_t re_syntax_options; variable
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 1325 reg_syntax_t re_syntax_options;
1338 reg_syntax_t ret = re_syntax_options;
1340 re_syntax_options = syntax;
7815 ret = wcs_regex_compile (pattern, length, re_syntax_options, bufp);
7818 ret = byte_regex_compile (pattern, length, re_syntax_options, bufp);
7875 ret = wcs_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
7878 ret = byte_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
1318 reg_syntax_t re_syntax_options; variable
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 1325 reg_syntax_t re_syntax_options;
1338 reg_syntax_t ret = re_syntax_options;
1340 re_syntax_options = syntax;
7815 ret = wcs_regex_compile (pattern, length, re_syntax_options, bufp);
7818 ret = byte_regex_compile (pattern, length, re_syntax_options, bufp);
7875 ret = wcs_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
7878 ret = byte_regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
1318 reg_syntax_t re_syntax_options; variable

Completed in 122 milliseconds

1 2