Home
last modified time | relevance | path

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

/openbsd/games/fortune/fortune/
H A Dfortune.c90 bool Offend = false; /* offensive fortunes only */ variable
288 Offend = true; in getargs()
412 if (!isdir && parent == NULL && (All_forts || Offend) && in add_file()
415 if (Offend) { in add_file()
679 if (Offend ^ (file[i - 2] == '-' && file[i - 1] == 'o')) in is_fortfile()