Home
last modified time | relevance | path

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

/src/usr.bin/fortune/fortune/
H A Dfortune.c92 static bool Offend = FALSE; /* offensive fortunes only */ variable
296 Offend = TRUE; in getargs()
470 if (!isdir && parent == NULL && (All_forts || Offend) && in add_file()
473 if (Offend) { in add_file()
765 if (Offend ^ (file[i - 2] == '-' && file[i - 1] == 'o')) { in is_fortfile()