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

/ast/src/lib/librecsort/
H A Drshdr.h97 #define LLINK(l,x) (l = l->right = x) macro
/ast/src/cmd/mailx/port/
H A Ddthdr.h124 #define LLINK(l,x) (l = l->right = x ) macro
/ast/src/lib/libast/vmalloc/
H A Dvmbest.c241 #define LLINK(s,x) ((s) = RIGHT(s) = (x)) macro
299 { LLINK(l,t);
318 LLINK(l,root);

Completed in 14 milliseconds