Searched refs:line_ptr (Results 1 – 1 of 1) sorted by relevance
1296 char *line_ptr; in scan_diff_line() local1302 *set_start = line_ptr = scan_ptr + 2; in scan_diff_line()1303 while (*line_ptr++ != '\n') in scan_diff_line()1311 *set_length = line_ptr - *set_start; in scan_diff_line()1312 if (line_ptr < limit && *line_ptr == '\\') in scan_diff_line()1318 line_ptr++; in scan_diff_line()1322 putc (*line_ptr, stderr); in scan_diff_line()1324 while (*line_ptr++ != '\n'); in scan_diff_line()1327 return line_ptr; in scan_diff_line()