Searched refs:lnext (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/bin/ksh/
H A Dalloc.c85 struct link *l, *l2, *lprev, *lnext; local
96 lnext = l->next;
105 if (lnext)
106 lnext->prev = l2;
/openbsd-current/gnu/gcc/gcc/
H A Dggc-zone.c1599 struct large_page_entry **lpp, *lp, *lnext; local
1615 for (lp = zone->large_pages; lp != NULL; lp = lnext)
1619 lnext = lp->next;
1634 *lpp = lnext;
/openbsd-current/sys/dev/pci/
H A Dif_wpireg.h391 uint16_t lnext; member in struct:wpi_cmd_data
H A Dif_iwnreg.h690 uint16_t lnext; member in struct:iwn_cmd_data

Completed in 179 milliseconds