Home
last modified time | relevance | path

Searched refs:input_entry_format (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dmain.cpp689 struct input_entry_format : public entry_format { struct
690 input_entry_format *next; argument
697 input_entry_format(format_type, input_entry_format * = 0); argument
698 ~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_format
712 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 …]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1151073 * tbl/main.cc (struct input_entry_format): Add explicit public