Lines Matching +full:input +full:- +full:value

3 ----------------
21 number of pipes and a pseudo-tty (pty). The programs are called the
31 call. The return value from the curses routine is passed back to 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
53 Assign a value to a variable. The syntax is:
55 assign var_name value
59 name must start with an alphabetic character. Value is the value
60 to be assigned. The value can either be a numeric or a string
67 expects one return value, call2 expects 2, call3 expects 3 and
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
102 the value of stdscr when the function call is made.
105 Validate the value of a variable. This allows a variable to be
124 path. In the latter case the value of the environment variable
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
184 character which are a combined attribute and character value 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