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

/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Dnode.cpp2171 node *gn1, node *gn2, statem *s,
2173 : glyph_node(c, t, gc, fc, s, pop, x), n1(gn1), n2(gn2)
2179 hunits w, node *gn1, node *gn2, statem *s,
2181 : glyph_node(c, t, gc, fc, w, s, pop, x), n1(gn1), n2(gn2)
2237 glyph_node *gn2 = (glyph_node *)gn->copy(); local
2239 node *new_post = post ? post->merge_glyph_node(gn2) : 0;
2241 delete gn2;
2253 gn2->next = post;
2254 post = gn2;
2170 ligature_node(charinfo *c, tfont *t, color *gc, color *fc, node *gn1, node *gn2, statem *s, int pop, node *x) argument
2178 ligature_node(charinfo *c, tfont *t, color *gc, color *fc, hunits w, node *gn1, node *gn2, statem *s, int pop, node *x) argument

Completed in 76 milliseconds