Home
last modified time | relevance | path

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

/freebsd/usr.bin/fortune/fortune/
H A Dfortune.c88 static bool Fortunes_only = FALSE; /* check only "fortunes" files */ variable
356 Fortunes_only = TRUE; in form_file_list()
363 Fortunes_only = FALSE; in form_file_list()
779 if (Fortunes_only && strncmp(sp, "fortunes", 8) != 0) { in is_fortfile()