Home
last modified time | relevance | path

Searched defs:object_spec (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dobject.h173 struct object_spec { struct
174 unsigned long flags;
175 object_type type;
176 object_list oblist;
201 object_spec(object_type); argument
H A Dobject.cpp408 object_spec::object_spec(object_type t) : type(t) in object_spec() function in object_spec