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

  /src/include/
regex.h 97 #define REG_BASIC 0000
  /src/usr.bin/find/
main.c 70 int regcomp_flags = REG_BASIC; /* regex compilation flags */
  /src/tests/rump/rumpkern/
t_kern.c 90 if ((status = regcomp(&preg, expect, REG_BASIC)) != 0) {
  /src/tests/lib/libc/regex/
t_exhaust.c 205 { p6, REG_BASIC },
t_regex_att.c 507 flags = REG_BASIC;
  /src/bin/expr/
expr.y 305 if ((rc = regcomp(&rp, re, REG_BASIC)) != 0) {
  /src/usr.bin/csplit/
csplit.c 391 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)

Completed in 14 milliseconds