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

  /src/games/hack/
hack.mon.c 78 static const char *const warnings[] = { variable in typeref:typename:const char * const[]
152 if (warnlevel >= SIZE(warnings))
153 warnlevel = SIZE(warnings) - 1;
171 pline("%s %s!", rr, warnings[warnlevel]);
  /src/lib/libc/time/
zic.c 219 static bool warnings; variable in typeref:typename:bool
652 warnings = true;
1173 if (warnings && (ferror(stderr) || fclose(stderr) != 0))

Completed in 15 milliseconds