Searched refs:nt_list_del (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | list.c | 315 nt_list_del(empty_list, empty_list, struct foo, next); 335 nt_list_del(&foo[9], foo, struct foo, next); 345 nt_list_del(foo->next, foo, struct foo, next); 359 nt_list_del(foo, foo, struct foo, next); 367 nt_list_del(item, foo, struct foo, next);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | list.h | 460 * nt_list_del(elem, list, struct foo, next); 469 #define nt_list_del(_entry, _list, _type, _member) \ macro
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | inpututils.c | 952 nt_list_del(element, list, InputOption, list.next); 970 nt_list_del(element, *opt, InputOption, list.next);
|
Completed in 6 milliseconds