Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c784 int lastc; /* previous c */ in fast() local
801 lastc = c; in fast()
809 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
810 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) { in fast()
826 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) && in fast()
830 if ( (lastc != OUT && ISWORD(lastc)) && in fast()
879 int lastc; /* previous c */ in slow() local
896 lastc = c; in slow()
902 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
903 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) { in slow()
[all …]