Lines Matching refs:input
157 * Parse input and dispatch to the appropriate functions.
216 * Prompt and get next input line. We don't use the
217 * standard input routine, since we need a little
218 * more flexibility in parsing the input.
581 grown_list = !input(FIO_MSTR, "Format with the Grown Defects list",
779 parse_change_spec(full_input, input, pageno, chg_item)
781 char *input;
788 assert(*input == 'b');
793 input++;
794 chg_item->byteno = (int)strtol(input, &p, 0);
795 if (p == input) {
804 for (input = p; *input == ' '; input++)
807 switch (*input++) {
812 if (*input++ == '=') {
817 if (*input++ == '=') {
826 for (; *input == ' '; input++)
828 if (*input == '~') {
830 for (input++; *input == ' '; input++)
835 chg_item->value = (int)strtol(input, &p, 0);
836 if (p == input || *p != 0) {
887 do_default(input)
888 char *input;
890 char *s = input;
923 err_print("Syntax error: %s\n", input);
932 err_print("Syntax error: %s\n", input);