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

  /src/games/fortune/fortune/
fortune.c 113 static bool All_forts = FALSE; /* any fortune allowed */
147 static void all_forts(FILEDESC *, const char *);
315 All_forts++;
393 if (All_forts)
471 if (!isdir && parent == NULL && (All_forts || Offend) &&
497 if (All_forts && offensive != NULL && path != offensive) {
560 if (All_forts && parent == NULL && !is_off_name(path) && offensive)
561 all_forts(fp, offensive);
633 * all_forts:
638 all_forts(FILEDESC *fp, const char *offensive function in typeref:typename:void
    [all...]
fortune.c 113 static bool All_forts = FALSE; /* any fortune allowed */
147 static void all_forts(FILEDESC *, const char *);
315 All_forts++;
393 if (All_forts)
471 if (!isdir && parent == NULL && (All_forts || Offend) &&
497 if (All_forts && offensive != NULL && path != offensive) {
560 if (All_forts && parent == NULL && !is_off_name(path) && offensive)
561 all_forts(fp, offensive);
633 * all_forts:
638 all_forts(FILEDESC *fp, const char *offensive function in typeref:typename:void
    [all...]

Completed in 22 milliseconds