Searched refs:all_objects (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/dialog/
H A Dguage.c51 static MY_OBJ *all_objects; variable
56 MY_OBJ *list = all_objects;
72 MY_OBJ *p = all_objects;
79 all_objects = p->next;
349 obj->next = all_objects;
350 all_objects = obj;

Completed in 57 milliseconds