Home
last modified time | relevance | path

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

/coreutils/src/
Dtail.c1397 check_fspec (struct File_spec *fspec, struct File_spec **prev_fspec) in check_fspec() argument
1430 bool want_header = print_headers && (fspec != *prev_fspec); in check_fspec()
1438 *prev_fspec = fspec; in check_fspec()
1466 struct File_spec *prev_fspec; in tail_forever_inotify() local
1565 prev_fspec = &(f[n_files - 1]); in tail_forever_inotify()
1594 check_fspec (&f[i], &prev_fspec); in tail_forever_inotify()
1814 check_fspec (fspec, &prev_fspec); in tail_forever_inotify()