Searched refs:input_entry_format (Results 1 – 2 of 2) sorted by relevance
689 struct input_entry_format : public entry_format { struct690 input_entry_format *next; argument697 input_entry_format(format_type, input_entry_format * = 0); argument698 ~input_entry_format();702 input_entry_format::input_entry_format(format_type t, input_entry_format *p) in input_entry_format() function in input_entry_format712 input_entry_format::~input_entry_format() in ~input_entry_format()716 void free_input_entry_format_list(input_entry_format *list) in free_input_entry_format_list()719 input_entry_format *tem = list; in free_input_entry_format_list()725 void input_entry_format::debug_print() in debug_print()754 input_entry_format *list = 0; in process_format()[all …]
1073 * tbl/main.cc (struct input_entry_format): Add explicit public