Home | History | Annotate | Download | only in bookmaker

Lines Matching full:lastch

378     char lastCh = 0;
385 if (!allLower || (!inQuotes && '\"' != lastCh && !inParens
386 && ')' != lastCh && !inAngles && '>' != lastCh)) {
397 if (isalpha(lastCh)) {
409 if ('(' == lastCh) {
439 if ('<' == lastCh || ('<' == priorCh && '/' == lastCh)) {
457 priorCh = lastCh;
458 lastCh = *chPtr;