/src/bin/ksh/ |
alloc.c | 86 struct link *l, *l2, *lprev, *lnext; local in function:aresize 93 lnext = l->next; 102 if (lnext) 103 lnext->prev = l2;
|
alloc.c | 86 struct link *l, *l2, *lprev, *lnext; local in function:aresize 93 lnext = l->next; 102 if (lnext) 103 lnext->prev = l2;
|
/src/lib/libc/gen/ |
getpass.c | 92 bool lnext, havetty, allocated, opentty, good; local in function:__weak_alias 150 lnext = false; 184 if (lnext) { 185 lnext = false; 197 lnext = true;
|
getpass.c | 92 bool lnext, havetty, allocated, opentty, good; local in function:__weak_alias 150 lnext = false; 184 if (lnext) { 185 lnext = false; 197 lnext = true;
|
/src/usr.sbin/ldpd/ |
label.c | 216 struct label *l, *lnext; local in function:del_all_peer_labels 223 lnext = rb_tree_iterate(&labels_tree, l, RB_DIR_RIGHT); 225 if (lnext == NULL) 227 l = lnext;
|
label.c | 216 struct label *l, *lnext; local in function:del_all_peer_labels 223 lnext = rb_tree_iterate(&labels_tree, l, RB_DIR_RIGHT); 225 if (lnext == NULL) 227 l = lnext;
|
/src/sys/dev/pci/ |
if_wpireg.h | 383 uint16_t lnext; member in struct:wpi_cmd_data
|
if_wpireg.h | 383 uint16_t lnext; member in struct:wpi_cmd_data
|
if_iwnreg.h | 646 uint16_t lnext; member in struct:iwn_cmd_data
|
if_iwnreg.h | 646 uint16_t lnext; member in struct:iwn_cmd_data
|