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

  /src/games/fortune/fortune/
fortune.c 112 static bool Offend = FALSE; /* offensive fortunes only */
332 case 'o': /* offensive ones only */
452 char *tpath, *offensive, *tfile = strdup(file), *tf; local in function:add_file
470 offensive = NULL;
473 offensive = off_name(path);
479 path = offensive;
497 if (All_forts && offensive != NULL && path != offensive) {
498 path = offensive;
513 if (offensive)
    [all...]
fortune.c 112 static bool Offend = FALSE; /* offensive fortunes only */
332 case 'o': /* offensive ones only */
452 char *tpath, *offensive, *tfile = strdup(file), *tf; local in function:add_file
470 offensive = NULL;
473 offensive = off_name(path);
479 path = offensive;
497 if (All_forts && offensive != NULL && path != offensive) {
498 path = offensive;
513 if (offensive)
    [all...]

Completed in 21 milliseconds