Searched refs:lastc (Results 1 – 1 of 1) sorted by relevance
751 int lastc; /* previous c */ in fast() local764 lastc = c; in fast()772 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in fast()773 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { in fast()789 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) && in fast()793 if ( (lastc != OUT && ISWORD(lastc)) && in fast()841 int lastc; /* previous c */ in slow() local854 lastc = c; in slow()860 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in slow()861 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { in slow()[all …]