Searched refs:entry_format (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dtable.h73 struct entry_format : public entry_modifier { struct in inherits:entry_modifier
76 entry_format(format_type);
77 entry_format();
149 void add_entry(int r, int c, const string &, const entry_format *,
H A Dmain.cpp532 entry_format::entry_format() : type(FORMAT_LEFT) function in class:entry_format
536 entry_format::entry_format(format_type t) : type(t) function in class:entry_format
540 void entry_format::debug_print() const
622 entry_format **entry;
640 entry = new entry_format *[nrows];
642 entry[i] = new entry_format[ncolumns];
664 entry_format **old_entry = entry;
665 entry = new entry_format *[nrow
[all...]
H A Dtable.cpp1446 void table::add_entry(int r, int c, const string &str, const entry_format *f,

Completed in 215 milliseconds