HomeSort by: relevance | last modified time | path
    Searched refs:REG_NOSPEC (Results 1 - 4 of 4) sorted by relevancy

  /src/include/
regex.h 102 #define REG_NOSPEC 0020
  /src/tests/lib/libc/regex/
main.c 61 #define REG_NOSPEC 0
374 o |= REG_NOSPEC;
t_regex_att.c 513 flags = REG_NOSPEC;
  /src/lib/libc/regex/
regcomp.c 289 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
376 if (cflags & REG_NOSPEC)
422 = #define REG_NOSPEC 0020

Completed in 14 milliseconds