Home
last modified time | relevance | path

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

/freebsd/usr.bin/fortune/fortune/
H A Dfortune.c91 static bool Offend = FALSE; /* offensive fortunes only */ variable
295 Offend = TRUE; in getargs()
468 if (!isdir && parent == NULL && (All_forts || Offend) && in add_file()
471 if (Offend) { in add_file()
763 if (Offend ^ (file[i - 2] == '-' && file[i - 1] == 'o')) { in is_fortfile()