Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp1021 struct text_stuff : public stuff { struct
1026 text_stuff(const string &, int r, const char *fn, int ln); argument
1027 ~text_stuff();
1031 text_stuff::text_stuff(const string &s, int r, const char *fn, int ln) in text_stuff() function in text_stuff
1036 text_stuff::~text_stuff() in ~text_stuff()
1040 void text_stuff::print(table *) in print()
1287 add_stuff(new text_stuff(s, r, filename, lineno)); in add_text_line()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1151075 * tbl/table.cc (struct text_stuff, struct single_hline_stuff,