Home
last modified time | relevance | path

Searched refs:lastc (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/ereg/regex/
H A Dengine.c637 register int lastc; /* previous c */ local
650 lastc = c;
658 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
659 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
675 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
679 if ( (lastc != OUT && ISWORD(lastc)) &&
728 register int lastc; /* previous c */ local
741 lastc = c;
748 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
764 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
[all …]

Completed in 8 milliseconds