Searched defs:add_to_list (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xwd/dist/
H A Dlist.c61 add_to_list(list_ptr lp, void *item) function in typeref:typename:int
/xsrc/external/mit/iceauth/dist/
H A Dprocess.c48 #define add_to_list(h,t,e) {if (t) (t)->next = (e); else (h) = (e); (t) = (e);} macro
/xsrc/external/mit/xauth/dist/
H A Dprocess.c75 #define add_to_list(h,t,e) {if (t) (t)->next = (e); else (h) = (e); (t) = (e);} macro

Completed in 7 milliseconds