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

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dpic.y80 object_spec *spec;
267 %type <spec> object_spec
575 object_spec
640 object_spec: label
642 { $$ = new object_spec(BOX_OBJECT); }
644 { $$ = new object_spec(CIRCLE_OBJECT); }
646 { $$ = new object_spec(ELLIPSE_OBJECT); }
649 $$ = new object_spec(ARC_OBJECT);
654 $$ = new object_spec(LINE_OBJECT);
661 $$ = new object_spec(ARROW_OBJEC
[all...]
H A Dobject.h173 struct object_spec { struct
201 object_spec(object_type);
202 ~object_spec();
218 object *make_object(object_spec *, position *, direction *);
H A Dobject.cpp408 object_spec::object_spec(object_type t) : type(t) function in class:object_spec
422 object_spec::~object_spec()
792 graphic_object *object_spec::make_box(position *curpos, direction *dirp)
835 int object_spec::position_rectangle(rectangle_object *p,
946 graphic_object *object_spec::make_block(position *curpos, direction *dirp)
984 graphic_object *object_spec::make_text(position *curpos, direction *dirp)
1034 graphic_object *object_spec::make_ellipse(position *curpos, direction *dirp)
1083 graphic_object *object_spec
[all...]

Completed in 106 milliseconds