Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c116 #define BOLEOL (BOL-2) macro
844 flagch = (flagch == BOL) ? BOLEOL : EOL; in walk()
933 if (ch == BOL || ch == BOLEOL) in step()
937 if (ch == EOL || ch == BOLEOL) in step()