Home
last modified time | relevance | path

Searched refs: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() argument
859 if (count_lines) in head()
864 if (count_lines) in head()
871 head_file (char const *filename, uintmax_t n_units, bool count_lines, in head_file() argument
895 ok = head (filename, fd, n_units, count_lines, elide_from_end); in head_file()
911 string_to_integer (bool count_lines, char const *n_string) in string_to_integer() argument
914 count_lines ? _("invalid number of lines") in string_to_integer()
931 bool count_lines = true; in main() local
977 count_lines = false; in main()
984 count_lines = false; in main()
[all …]
Dtail.c169 static bool count_lines; variable
1952 if (count_lines) in tail()
2147 count_lines = t_count_lines; in parse_obsolete_option()
2174 count_lines = (c == 'n'); in parse_options()
2181 count_lines in parse_options()
2342 count_lines = true; in main()