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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dlist.c43 list_node_t *lnew = list_d2l(list, object); \
44 lnew->list_prev = (node); \
45 lnew->list_next = (node)->list_next; \
46 (node)->list_next->list_prev = lnew; \
47 (node)->list_next = lnew; \
51 list_node_t *lnew = list_d2l(list, object); \
52 lnew->list_next = (node); \
53 lnew->list_prev = (node)->list_prev; \
54 (node)->list_prev->list_next = lnew; \
55 (node)->list_prev = lnew; \
216 list_link_replace(list_node_t *lold, list_node_t *lnew) argument
[all...]
/freebsd-10-stable/usr.bin/col/
H A Dcol.c265 LINE *lnew; local
285 lnew = alloc_line();
286 l->l_prev = lnew;
287 lnew->l_next = l;
288 l = lines = lnew;

Completed in 54 milliseconds