Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c99 #define EOW (BOL+5) macro
725 flagch = EOW; in fast()
727 if (flagch == BOW || flagch == EOW) { in fast()
807 flagch = EOW; in slow()
809 if (flagch == BOW || flagch == EOW) { in slow()
877 if (ch == EOW) in step()