Searched refs:lastc (Results 1 – 1 of 1) sorted by relevance
784 int lastc; /* previous c */ in fast() local801 lastc = c; in fast()809 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in fast()810 (lastc == OUT && !(m->eflags®_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() local896 lastc = c; in slow()902 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in slow()903 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { in slow()[all …]