Searched defs:total_lines (Results 1 – 5 of 5) sorted by relevance
/coreutils/src/ |
D | wc.c | 56 static uintmax_t total_lines; variable
|
D | sort.c | 3380 size_t total_lines, bool is_lo_child) in init_node() 3528 mergelines_node (struct merge_node *restrict node, size_t total_lines, in mergelines_node() 3635 size_t total_lines, FILE *tfp, char const *temp_output) in merge_loop() 3673 size_t const total_lines; member 3727 size_t total_lines, struct merge_node *node, in sortlines()
|
D | head.c | 511 size_t total_lines = 0; /* Total number of newlines in all buffers. */ in elide_tail_lines_pipe() local
|
D | pr.c | 1911 int total_lines, total_lines_1, chars_per_column_1, chars_if_truncate; in init_store_cols() local
|
D | tail.c | 617 size_t total_lines = 0; /* Total number of newlines in all buffers. */ in pipe_lines() local
|