Home
last modified time | relevance | path

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

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