lastc 637 ext/ereg/regex/engine.c register int lastc; /* previous c */ lastc 650 ext/ereg/regex/engine.c lastc = c; lastc 658 ext/ereg/regex/engine.c if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || lastc 659 ext/ereg/regex/engine.c (lastc == OUT && !(m->eflags®_NOTBOL)) ) { lastc 675 ext/ereg/regex/engine.c if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) && lastc 679 ext/ereg/regex/engine.c if ( (lastc != OUT && ISWORD(lastc)) && lastc 728 ext/ereg/regex/engine.c register int lastc; /* previous c */ lastc 741 ext/ereg/regex/engine.c lastc = c; lastc 747 ext/ereg/regex/engine.c if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || lastc 748 ext/ereg/regex/engine.c (lastc == OUT && !(m->eflags®_NOTBOL)) ) { lastc 764 ext/ereg/regex/engine.c if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) && lastc 768 ext/ereg/regex/engine.c if ( (lastc != OUT && ISWORD(lastc)) &&