Lines Matching defs:input

103  * This routine pushes the given character back onto the input stream.
113 * This routine checks the input stream for an eof condition.
122 * This routine gets the next token off the input stream. A token is
222 * This routine checks if a token is already present on the input line
231 * This routine flushes the rest of an input line if there is known
438 * This routine is the basis for all input into the program. It
439 * understands the semantics of a set of input types, and provides
440 * consistent error messages for all input. It allows for default
444 input(type, promptstr, delim, param, deflt, cmdflag)
471 * Optional integer input has been added as a hack.
483 * If we are inputting a command, flush any current input in the pipe.
498 * for the input type.
547 * Old-style partition size input, used to
564 * before this call to input(), in case the
618 /* no default value for optional input type */
622 err_print("Error: unknown input type.\n");
720 * If the input was a blank line and we weren't prompting
788 * Switch on the type of input expected.
900 * Expecting an integer, or no input.
913 fmt_print(" to %llu, or no input\n", bounds->upper);
936 * Expecting a closed string. This means that the input
943 * pointers, each one pointing to a legal input string.
964 * Expecting a matched string. This means that the input
971 * pointers, each one pointing to a legal input string.
976 * Loop through the legal input strings.
990 * If it ties with another input, remember that.
1091 * Cylinder size input when modifying a complete partition map
1384 * check that input cylno isn't before the current
1398 * verify that our input is within range
1410 * calculate number of cylinders based on input
1620 * verify that our input is within range
1630 * calculate number of blocks based on input
1692 * If we don't recognize the input type, it's bad news.
1695 err_print("Error: unknown input type.\n");
1717 * Print input choices
1786 err_print("Error: unknown input type.\n");
1828 * If it ties with another input, remember that.
2206 * This routine pushes a character back onto the input pipe for the data file.
2304 * We didn't input a string, so we must have inputted a known delimiter.
2364 * Get an entire line of input. Handles logging, comments,
2415 * input to the log file.