Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dobject.cpp1220 class arrow_object : public line_object { class
1222 arrow_object(const position &, const position &, position *, int);
1352 arrow_object::arrow_object(const position &s, const position &e, in arrow_object() function in arrow_object
1500 p = new arrow_object(startpos, endpos, v, nsegments); in make_line()