Lines Matching refs:lmatch
186 long lmatch[2];
310 if (*logrus->lmatch || *logrus->rmatch) {
316 if (!(lm = logrus->lmatch[1])) {
328 if (!(lm = *logrus->lmatch)) {
334 if (!logrus->lmatch[1] && !logrus->rmatch[1]) miss = 1;
341 if (miss || logrus->lmatch[1] == TT.count) logrus->hit = 0;
803 if (isdigit(*line)) corwin->lmatch[i] = strtol(line, &line, 0);
805 corwin->lmatch[i] = -1;