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

/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dobject.h174 object_list oblist; member in struct:object_spec
H A Dobject.cpp428 object *p = oblist.head;
877 object_list oblist; member in class:block_object
890 : rectangle_object(d), oblist(ol), tbl(t)
897 object *p = oblist.head;
908 print_object_list(oblist.head);
928 for (object *p = oblist.head; p; p = p->next)
947 for (object *p = oblist.head; p; p = p->next)
952 for (object *p = oblist.head; p; p = p->next)
961 block_object *block = new block_object(dim, oblist, tbl);
967 oblist
[all...]
H A Dpic.y716 olist.wrap_up_block(& $$->oblist);

Completed in 89 milliseconds