Home | Sort by: relevance | last modified time | path |
/src/games/warp/ | |
play.c | 44 while (output_pending() > charsperhalfsec) 54 while (output_pending() > charsperhalfsec) |
term.h | 27 #define output_pending() (ioctl(1, TIOCOUTQ, &iocount),iocount) macro |