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

/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dpic.y78 object_spec *spec;
265 %type <spec> object_spec
573 object_spec
638 object_spec: label
640 { $$ = new object_spec(BOX_OBJECT); }
642 { $$ = new object_spec(CIRCLE_OBJECT); }
644 { $$ = new object_spec(ELLIPSE_OBJECT); }
647 $$ = new object_spec(ARC_OBJECT);
652 $$ = new object_spec(LINE_OBJECT);
659 $$ = new object_spec(ARROW_OBJEC
[all...]
H A Dobject.h171 struct object_spec { struct
199 object_spec(object_type);
200 ~object_spec();
216 object *make_object(object_spec *, position *, direction *);
H A Dobject.cpp406 object_spec::object_spec(object_type t) : type(t) function in class:object_spec
420 object_spec::~object_spec()
790 graphic_object *object_spec::make_box(position *curpos, direction *dirp)
833 int object_spec::position_rectangle(rectangle_object *p,
944 graphic_object *object_spec::make_block(position *curpos, direction *dirp)
982 graphic_object *object_spec::make_text(position *curpos, direction *dirp)
1032 graphic_object *object_spec::make_ellipse(position *curpos, direction *dirp)
1081 graphic_object *object_spec
[all...]

Completed in 86 milliseconds