Searched refs:xorg_list_del (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dlist.h74 * xorg_list_del(&foo->entry);
77 * Note: calling xorg_list_del(&bar.list_of_foos) will set bar.list_of_foos to an empty
89 * Note: You must not call xorg_list_del() on the iterator if you continue the
95 * xorg_list_del(&iterator->entry);
192 * Using xorg_list_del on a pure list head (like in the example at the top of
197 * xorg_list_del(&foo->entry);
202 xorg_list_del(struct xorg_list *entry) function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dlist.h74 * xorg_list_del(&foo->entry);
77 * Note: calling xorg_list_del(&bar.list_of_foos) will set bar.list_of_foos to an empty
89 * Note: You must not call xorg_list_del() on the iterator if you continue the
95 * xorg_list_del(&iterator->entry);
192 * Using xorg_list_del on a pure list head (like in the example at the top of
197 * xorg_list_del(&foo->entry);
202 xorg_list_del(struct xorg_list *entry) function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dlist.h72 * xorg_list_del(&foo->entry);
75 * Note: calling xorg_list_del(&bar.list_of_foos) will set bar.list_of_foos to an empty
87 * Note: You must not call xorg_list_del() on the iterator if you continue the
93 * xorg_list_del(&iterator->entry);
192 * Using xorg_list_del on a pure list head (like in the example at the top of
197 * xorg_list_del(&foo->entry);
202 xorg_list_del(struct xorg_list *entry) function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dlist.h74 * xorg_list_del(&foo->entry);
77 * Note: calling xorg_list_del(&bar.list_of_foos) will set bar.list_of_foos to an empty
89 * Note: You must not call xorg_list_del() on the iterator if you continue the
95 * xorg_list_del(&iterator->entry);
192 * Using xorg_list_del on a pure list head (like in the example at the top of
197 * xorg_list_del(&foo->entry);
202 xorg_list_del(struct xorg_list *entry) function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dlist.h74 * xorg_list_del(&foo->entry);
77 * Note: calling xorg_list_del(&bar.list_of_foos) will set bar.list_of_foos to an empty
89 * Note: You must not call xorg_list_del() on the iterator if you continue the
95 * xorg_list_del(&iterator->entry);
192 * Using xorg_list_del on a pure list head (like in the example at the top of
197 * xorg_list_del(&foo->entry);
202 xorg_list_del(struct xorg_list *entry) function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dlist.h74 * xorg_list_del(&foo->entry);
77 * Note: calling xorg_list_del(&bar.list_of_foos) will set bar.list_of_foos to an empty
89 * Note: You must not call xorg_list_del() on the iterator if you continue the
95 * xorg_list_del(&iterator->entry);
192 * Using xorg_list_del on a pure list head (like in the example at the top of
197 * xorg_list_del(&foo->entry);
202 xorg_list_del(struct xorg_list *entry) function

Completed in 1569 milliseconds