Home
last modified time | relevance | path

Searched defs:count_lines (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dhead.c837 head (char const *filename, int fd, uintmax_t n_units, bool count_lines, in head()
871 head_file (char const *filename, uintmax_t n_units, bool count_lines, in head_file()
911 string_to_integer (bool count_lines, char const *n_string) in string_to_integer()
931 bool count_lines = true; in main() local
Dtail.c169 static bool count_lines; variable