Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-table.h79 int modify_column (cols *c, int hstart, int hend, char align);
H A Dhtml-table.cpp523 return modify_column(c, hstart, hend, align); in add_column()
598 int html_table::modify_column (cols *c, int hstart, int hend, char align) in modify_column() function in html_table