HomeSort by: relevance | last modified time | path
    Searched defs:Offend (Results 1 - 2 of 2) sorted by relevancy

  /src/games/fortune/fortune/
fortune.c 112 static bool Offend = FALSE; /* offensive fortunes only */
333 Offend++;
471 if (!isdir && parent == NULL && (All_forts || Offend) &&
474 if (Offend) {
765 if (Offend ^ (file[i - 2] == '-' && file[i - 1] == 'o'))
fortune.c 112 static bool Offend = FALSE; /* offensive fortunes only */
333 Offend++;
471 if (!isdir && parent == NULL && (All_forts || Offend) &&
474 if (Offend) {
765 if (Offend ^ (file[i - 2] == '-' && file[i - 1] == 'o'))

Completed in 27 milliseconds