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

/xsrc/external/mit/xorg-server/dist/include/
H A Dlist.h362 * while ((element = nt_list_next(element, next)) { }
370 #define nt_list_next(_list, _member) \ macro
478 __prev = nt_list_next(__prev, _member); \
/xsrc/external/mit/xorg-server/dist/test/
H A Dlist.c236 assert(nt_list_next(&foo, next) == NULL);
255 /* Test using nt_list_next */
256 for (item = foo, i = 1; i <= 10; i++, item = nt_list_next(item, next)) {
289 /* Test using nt_list_next */
290 for (item = foo, i = 1; i <= 10; i++, item = nt_list_next(item, next)) {

Completed in 3 milliseconds