Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp1779 class charinfo_node : public node { class
1783 charinfo_node(charinfo *, statem *, int, node * = 0);
1789 charinfo_node::charinfo_node(charinfo *c, statem *s, int pop, node *x) in charinfo_node() function in charinfo_node
1794 int charinfo_node::ends_sentence() in ends_sentence()
1804 int charinfo_node::overlaps_horizontally() in overlaps_horizontally()
1809 int charinfo_node::overlaps_vertically() in overlaps_vertically()
1814 class glyph_node : public charinfo_node {
1979 : charinfo_node(c, s, pop, x), tf(t), gcol(gc), fcol(fc) in glyph_node()
1990 : charinfo_node(c, s, pop, x), tf(t), gcol(gc), fcol(fc), wid(w) in glyph_node()
4164 class composite_node : public charinfo_node {
[all …]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.115633 * troff/node.cc (charinfo_node): New class.
634 (glyph_node, composite_node): Derive from charinfo_node. Change