/src/games/hack/ |
hack.mkmaze.c | 78 static int okay(int, int, int); 168 if (okay(x, y, a)) 200 okay(int x, int y, int dir) function in typeref:typename:int
|
hack.mkmaze.c | 78 static int okay(int, int, int); 168 if (okay(x, y, a)) 200 okay(int x, int y, int dir) function in typeref:typename:int
|
/src/lib/libc/time/ |
localtime.c | 2359 ** It's okay to guess wrong since the guess 2438 bool okay; local in function:time1 2447 t = time2(tmp, funcp, sp, offset, &okay); 2448 if (okay) { 2490 t = time2(tmp, funcp, sp, offset, &okay); 2491 if (okay) {
|
localtime.c | 2359 ** It's okay to guess wrong since the guess 2438 bool okay; local in function:time1 2447 t = time2(tmp, funcp, sp, offset, &okay); 2448 if (okay) { 2490 t = time2(tmp, funcp, sp, offset, &okay); 2491 if (okay) {
|