Lines Matching refs:lastc
733 int lastc; /* previous c */
746 lastc = c;
751 /* is there an EOL and/or BOL between lastc and c? */
754 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) ||
755 (lastc == OUT && !(m->eflags®_NOTBOL)) ) {
771 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
775 if ( (lastc != OUT && ISWORD(lastc)) &&
840 int lastc; /* previous c */
853 lastc = c;
856 /* is there an EOL and/or BOL between lastc and c? */
859 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) ||
860 (lastc == OUT && !(m->eflags®_NOTBOL)) ) {
876 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
880 if ( (lastc != OUT && ISWORD(lastc)) &&