Lines Matching +full:input +full:- +full:only

3 ----------------
10 some circumstances and the bug only show itself after a certain
21 number of pipes and a pseudo-tty (pty). The programs are called the
40 -v enables verbose output to assist debugging
41 -s slave_path the director will execute slave_path as the slave
43 -t term Sets the TERM environment variable to term when
65 All these are used to call curses routines, the only difference
76 Which calls getyx, the first (and possibly only) return is the
85 there is a mismatch. The only exception to this is when the
89 variable - assign the return to the given variable
91 numeric - the value of the return must match the
93 string - an arbitrary sequence of characters
95 ERR - expect an ERR return
96 OK - expect an OK return
97 NULL - expect a NULL pointer return
98 NON_NULL - expect a pointer that is not NULL valued
139 Defines an inter-character delay to be inserted between
140 characters being fed into the input of the slave. The syntax
161 input:
163 when a call requires input. Any unused input will be discarded
164 after the call that required the input is called. The syntax
167 input "string to pass"
170 Normally the director will error if an input function is called
171 without input being previously defined, this is to prevent input
172 functions causing the test to hang waiting for input that never
173 comes. If it is known that there is pending input for the slave
174 then the noinput keyword can be used to flag that the input
176 only applies to the next function call then behaviour reverts to
212 performed on them. Currently only bitwise ORing numbers together is
226 assumes that the curses input is either in no delay or timed input
228 to clear any pending input when testing testing a timed read to
229 prevent the input being used in a later test.
235 of pipes and a pseudo-tty connected to its standard i/o file