Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dtail.c122 unsigned header_threshold = 1; in tail_main() local
156 if (opt & 0x8) header_threshold = UINT_MAX; // -q in tail_main()
158 if (opt & 0x20) header_threshold = 0; // -v in tail_main()
219 if (nfiles > header_threshold) { in tail_main()
380 if (nfiles > header_threshold) { in tail_main()