Home
last modified time | relevance | path

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

/bionic/libc/include/
Dregex.h93 #define REG_STARTEND 00004 macro
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregexec.c215 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
Dengine.c201 if (eflags&REG_STARTEND) { in matcher()