Lines Matching defs:lastc
722 RCHAR_T lastc; /* previous c */
735 lastc = c;
740 /* is there an EOL and/or BOL between lastc and c? */
743 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) ||
744 (lastc == OUT && !(m->eflags®_NOTBOL)) ) {
760 if ( (flag == BOL || (lastc != OUT && !ISWORD(lastc))) &&
764 if ( (lastc != OUT && ISWORD(lastc)) &&
813 RCHAR_T lastc; /* previous c */
826 lastc = c;
829 /* is there an EOL and/or BOL between lastc and c? */
832 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) ||
833 (lastc == OUT && !(m->eflags®_NOTBOL)) ) {
849 if ( (flag == BOL || (lastc != OUT && !ISWORD(lastc))) &&
853 if ( (lastc != OUT && ISWORD(lastc)) &&