Searched refs:list_item (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xwd/dist/
H A Dlist.h53 } list, list_item, *list_ptr; typedef in typeref:struct:_list_item
H A Dlist.c66 if ((lp->next = malloc(sizeof(list_item))) == NULL) {
86 if ((lp = malloc(sizeof(list_item)))) {
109 if ((new_listp = malloc(sizeof(list_item))) == NULL) {

Completed in 4 milliseconds