Lines Matching defs:input
115 struct input { struct
125 /* Current input line number (over all files). */ argument
135 bool (*read_fn) P_((struct input *)); /* read one line */ argument
157 /* The `current' input line. */ argument
514 read_always_fail(input) in read_always_fail() argument
522 read_file_line(input) in read_file_line() argument
695 open_next_file(name, input) in open_next_file() argument
793 closedown(input) in closedown() argument
856 read_pattern_space(input, the_program, append) in read_pattern_space() argument
901 last_file_with_data_p(input) in last_file_with_data_p() argument
926 test_eof(input) in test_eof() argument
947 match_an_address_p(addr, input) in match_an_address_p() argument
985 match_address_p(cmd, input) in match_address_p() argument
1386 execute_program(vec, input) in execute_program() argument
1829 struct input input; local