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

  /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

Completed in 13 milliseconds