Home
last modified time | relevance | path

Searched defs:horizontal_span (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp132 struct horizontal_span { struct
133 horizontal_span *next; argument
136 horizontal_span(int, int, horizontal_span *); argument
1969 horizontal_span::horizontal_span(int sc, int ec, horizontal_span *p) in horizontal_span() function in horizontal_span