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

  /src/include/
regex.h 133 #define REG_LARGE 01000 /* force large representation */
  /src/tests/lib/libc/regex/
main.c 62 #define REG_LARGE 0
395 o |= REG_LARGE;
  /src/lib/libc/regex/
regexec.c 218 = #define REG_LARGE 01000 // force large representation
250 else if (g->nstates <= CHAR_BIT*sizeof(states1) && !(eflags&REG_LARGE))

Completed in 12 milliseconds