Home | History | Annotate | Download | only in util

Lines Matching refs:input

56 		    input (&options),
66 if (argc && !input.text && !input.text_file) input.text = locale_to_utf8 (argv[0]), argc--, argv++;
71 if (!input.text && !input.text_file)
72 input.text_file = g_strdup ("-");
80 while ((text = input.get_line (&text_len)))
81 consumer.consume_line (text, text_len, input.text_before, input.text_after);
91 text_options_t input;