Lines Matching defs:input
40 input (&options),
50 if (argc && !input.text && !input.text_file) input.text = argv[0], argc--, argv++;
55 if (!input.text && !input.text_file)
56 input.text_file = "-";
63 while ((text = input.get_line (&text_len)))
64 consumer.consume_line (buffer, text, text_len, input.text_before, input.text_after);
75 text_options_t input;