Searched refs:lmatch (Results 1 – 1 of 1) sorted by relevance
199 long lmatch[2]; // line number of match member294 if (*command->lmatch || *command->rmatch) { in sed_line()300 if (!(lm = command->lmatch[1])) { in sed_line()313 if (!(lm = *command->lmatch)) { in sed_line()321 if (!command->lmatch[1] && !command->rmatch[1]) miss = 1; in sed_line()328 if (miss || command->lmatch[1] == TT.count) command->hit = 0; in sed_line()804 command->lmatch[i] = -2-strtol(line, &line, 0); in parse_pattern()805 } else if (isdigit(*line)) command->lmatch[i] = strtol(line, &line, 0); in parse_pattern()807 command->lmatch[i] = -1; in parse_pattern()