Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dobject.h98 struct object_list { struct
101 object_list(); argument
H A Dobject.cpp497 object_list::object_list() : head(0), tail(0) in object_list() function in object_list