Lines Matching defs:line
8 unsigned int line;
22 /* Matches must be in order of increasing line */
640 printf("Can't find initial line '%s'\n", main_pass_start);
656 if (cur_line == m.line)
661 printf("Failed to find line %u for match: %s=%s\n",
662 m.line, m.reg, m.match);
667 /* Check the next line as well in case the previous line
683 if (!line_ptr || cur_line != m.line)
686 if (cur_line != m.line || !line_ptr || !(p = strstr(line_ptr, m.reg)) || !strstr(p, m.match)) {
687 printf("Failed to find match %u: %s=%s\n", m.line, m.reg, m.match);