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

  /src/include/
regex.h 131 #define REG_STARTEND 00004
  /src/tests/lib/libc/regex/
main.c 132 if (eopts&REG_STARTEND) {
290 if (options('e', f1)&REG_STARTEND) {
389 o |= REG_STARTEND;
  /src/usr.bin/sed/
process.c 681 #ifndef REG_STARTEND
692 #ifndef REG_STARTEND
703 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
  /src/lib/libc/regex/
regexec.c 216 = #define REG_STARTEND 00004
236 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
engine.c 231 if (eflags&REG_STARTEND) {
  /src/usr.bin/grep/
grep.c 81 int eflags = REG_STARTEND;

Completed in 26 milliseconds