Lines Matching refs:lmatch
194 long lmatch[2]; // line number of match
286 if (*command->lmatch || *command->rmatch) {
292 if (!(lm = command->lmatch[1])) {
304 if (!(lm = *command->lmatch)) {
310 if (!command->lmatch[1] && !command->rmatch[1]) miss = 1;
317 if (miss || command->lmatch[1] == TT.count) command->hit = 0;
774 if (isdigit(*line)) command->lmatch[i] = strtol(line, &line, 0);
776 command->lmatch[i] = -1;