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

  /src/games/warp/
term.h 108 # 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
143 # ifdef FIONREAD /* must have FIONREAD or O_NDELAY for input_pending() */
146 # define input_pending() (ioctl(0, FIONREAD, &iocount), macro
149 # define input_pending macro
156 # define input_pending macro
158 # define input_pending macro
168 # define input_pending macro
171 # define input_pending macro
178 # define input_pending macro
    [all...]
term.c 566 while (input_pending())
692 if (!input_pending())
us.c 245 while (!input_pending())
  /src/external/bsd/tmux/dist/
cmd-capture-pane.c 83 pending = input_pending(wp->ictx);
input.c 930 input_pending(struct input_ctx *ictx) function
tmux.h 2984 struct evbuffer *input_pending(struct input_ctx *);

Completed in 45 milliseconds