Searched defs:list_add (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | list.h | 52 list_add(struct list *entry, struct list *head) function
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | list.h | 52 list_add(struct list *entry, struct list *head) function
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | list.h | 52 list_add(struct list *entry, struct list *head) function
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | list.h | 67 * list_add(&foo->entry, &bar.foos); 151 * list_add(&newfoo->mylist, &foo->mylist); 157 list_add(struct list *entry, struct list *head) function
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | list.h | 85 static inline void list_add ( struct list_head *new, struct list_head *head ) { function 88 #define list_add( new, head ) do { \ macro 90 list_add ( (new), (head) ); \
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | misc.c | 17 * void list_add(ListNode **list, char *e) 173 list_add(&ExprOrder, (void *)newExpr(EOFSTR)); 465 list_add(&ExprOrder, (void *)newExpr(p->str)); 526 list_add(&ExprOrder, (void *)newExpr(q->str)); 535 list_add(&ExprOrder, (void *)newExpr(q->str)); 582 list_add( ListNode **list, void *e ) function 584 list_add( list, e ) 590 require(e!=NULL, "list_add: attempting to add NULL list element"); 593 require(p!=NULL, "list_add: cannot alloc new list node"); 598 require(sentinel!=NULL, "list_add [all...] |
Completed in 100 milliseconds