Searched refs:lnext (Results 1 – 10 of 10) sorted by relevance
/netbsd/bin/ksh/ |
H A D | alloc.c | 86 struct link *l, *l2, *lprev, *lnext; in aresize() local 93 lnext = l->next; in aresize() 102 if (lnext) in aresize() 103 lnext->prev = l2; in aresize()
|
/netbsd/external/bsd/ipf/dist/tools/ |
H A D | lexer.c | 183 int c, n, isbuilding, rval, lnext, nokey = 0; in yylex() local 188 lnext = 0; in yylex() 205 lnext = 0; in yylex() 222 lnext = 0; in yylex() 227 if (lnext == 0) { in yylex() 228 lnext = 1; in yylex() 241 if (lnext == 1) { in yylex() 242 lnext = 0; in yylex()
|
/netbsd/lib/libc/gen/ |
H A D | getpass.c | 92 bool lnext, havetty, allocated, opentty, good; in __weak_alias() local 150 lnext = false; in __weak_alias() 184 if (lnext) { in __weak_alias() 185 lnext = false; in __weak_alias() 197 lnext = true; in __weak_alias()
|
/netbsd/external/cddl/osnet/dist/tools/ctf/common/ |
H A D | list.c | 125 list_t *lnext; in list_iter() local 130 lnext = list->l_next; in list_iter() 134 list = lnext; in list_iter()
|
/netbsd/usr.sbin/ldpd/ |
H A D | label.c | 216 struct label *l, *lnext; in del_all_peer_labels() local 223 lnext = rb_tree_iterate(&labels_tree, l, RB_DIR_RIGHT); in del_all_peer_labels() 225 if (lnext == NULL) in del_all_peer_labels() 227 l = lnext; in del_all_peer_labels()
|
/netbsd/external/bsd/openldap/dist/libraries/libldap/ |
H A D | result.c | 348 LDAPConn *lnext; in wait4msg() local 366 lc = lnext ) in wait4msg() 375 lnext = lc->lconn_next; in wait4msg() 384 lnext = lc->lconn_next; in wait4msg()
|
/netbsd/sys/dev/pci/ |
H A D | if_wpireg.h | 383 uint16_t lnext; member
|
H A D | if_iwnreg.h | 646 uint16_t lnext; member
|
/netbsd/external/bsd/nvi/docs/internals/ |
H A D | quoting | 12 Vi did not use the lnext character, it always used ^V (or ^Q).
|
/netbsd/share/man/tools/ |
H A D | newsp.errs | 672 lnext
|