Home
last modified time | relevance | path

Searched refs:line_no (Results 1 – 3 of 3) sorted by relevance

/coreutils/src/
Dnl.c143 static intmax_t line_no; variable
285 printf (lineno_format, lineno_width, line_no, separator_str); in print_lineno()
287 if (ckd_add (&line_no, line_no, page_incr)) in print_lineno()
296 line_no = starting_line_number; in reset_lineno()
603 line_no = starting_line_number; in main()
Dsplit.c1163 intmax_t line_no; in lines_rr() local
1166 line_no = 1; in lines_rr()
1214 if (line_no == k && unbuffered) in lines_rr()
1219 else if (line_no == k && fwrite (bp, to_write, 1, stdout) != 1) in lines_rr()
1224 line_no = (line_no == n) ? 1 : line_no + 1; in lines_rr()
Djoin.c92 static uintmax_t line_no[2] = {0, 0}; variable
419 g_names[whatfile - 1], line_no[whatfile - 1], in check_order()
470 ++line_no[which - 1]; in get_line()