Home
last modified time | relevance | path

Searched refs:REG_BASIC (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/include/
H A Dregex.h60 #define REG_BASIC 0000 macro
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Dregex_impl.h56 #define REG_BASIC 0000 macro
/openbsd-src/regress/lib/libc/regex/
H A Dt_exhaust.c170 e = regcomp(&re, d, i == 6 ? REG_BASIC : REG_EXTENDED); in main()
/openbsd-src/usr.bin/csplit/
H A Dcsplit.c378 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0) in do_rexp()