Home | Sort by: relevance | last modified time | path |
/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)) |