Lines Matching defs:input_pending
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
146 # define input_pending() (ioctl(0, FIONREAD, &iocount), \ macro
149 # define input_pending() bizarre macro
156 # define input_pending() rdchk(0) macro
158 # define input_pending() bizarre macro
168 # define input_pending() (is_input || \ macro
171 # define input_pending() bizarre macro
178 # define input_pending() (false) macro