Home
last modified time | relevance | path

Searched refs:input_pending (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/games/warp/
H A Dterm.h108 # define input_pending() (nextin!=nextout || \ macro
111 # define input_pending() bizarre macro
117 # define input_pending() rdchk(0) macro
119 # define input_pending() bizarre macro
127 # define input_pending() (nextin!=nextout || circfill()) macro
129 # define input_pending() bizarre macro
136 # define input_pending() (nextin!=nextout) macro
138 # define input_pending() bizarre macro
146 # define input_pending() (ioctl(0, FIONREAD, &iocount), \ macro
149 # define input_pending() bizarre macro
[all …]
H A Dterm.c566 while (input_pending()) in eat_typeahead()
692 if (!input_pending()) in read_nd()
H A Dus.c245 while (!input_pending()) in get_commands()
/netbsd-src/external/bsd/tmux/dist/
H A Dcmd-capture-pane.c83 pending = input_pending(wp->ictx); in cmd_capture_pane_pending()