Lines Matching refs:input_pending
108 # define input_pending() (nextin!=nextout || \
111 # define input_pending() bizarre
117 # define input_pending() rdchk(0)
119 # define input_pending() bizarre
127 # define input_pending() (nextin!=nextout || circfill())
129 # define input_pending() bizarre
136 # define input_pending() (nextin!=nextout)
138 # define input_pending() bizarre
143 # ifdef FIONREAD /* must have FIONREAD or O_NDELAY for input_pending() */
146 # define input_pending() (ioctl(0, FIONREAD, &iocount), \
149 # define input_pending() bizarre
156 # define input_pending() rdchk(0)
158 # define input_pending() bizarre
168 # define input_pending() (is_input || \
171 # define input_pending() bizarre
178 # define input_pending() (false)