Searched defs:lastc (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c784 int lastc; /* previous c */ local
801 lastc = c;
806 /* is there an EOL and/or BOL between lastc and c? */
809 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
810 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
826 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
830 if ( (lastc != OUT && ISWORD(lastc)) &&
879 int lastc; /* previou local
[all...]

Completed in 31 milliseconds