Home
last modified time | relevance | path

Searched refs:REG_NOTBOL (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/
Dregex.h92 #define REG_NOTBOL 00001 macro
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregexec.c215 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
Dengine.c609 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
625 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
810 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) { in fast()
903 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) { in slow()