Searched refs:EOL (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c136 #define EOL (BOL+1) macro
806 /* is there an EOL and/or BOL between lastc and c? */
816 flagch = (flagch == BOL) ? BOLEOL : EOL;
831 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
899 /* is there an EOL and/or BOL between lastc and c? */
909 flagch = (flagch == BOL) ? BOLEOL : EOL;
924 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
957 == #define EOL (BOL+1)
1001 if (ch == EOL || ch == BOLEOL)

Completed in 29 milliseconds