Symbol: l_next
include/link_elf.h
25
struct link_map *l_next;
usr.bin/col/col.c
241
lnew->l_next = l;
usr.bin/col/col.c
255
if (l->l_next == NULL) {
usr.bin/col/col.c
256
l->l_next = alloc_line();
usr.bin/col/col.c
257
l->l_next->l_prev = l;
usr.bin/col/col.c
259
l = l->l_next;
usr.bin/col/col.c
302
for (; l->l_next; l = l->l_next)
usr.bin/col/col.c
326
lines = l->l_next;
usr.bin/col/col.c
331
if (l->l_line || l->l_next)
usr.bin/col/col.c
506
l->l_next = l + 1;
usr.bin/col/col.c
507
l->l_next = NULL;
usr.bin/col/col.c
510
line_freelist = l->l_next;
usr.bin/col/col.c
520
l->l_next = line_freelist;
usr.bin/col/col.c
71
LINE *l_next; /* next line */
usr.bin/mg/echo.c
1012
current->l_next = last;
usr.bin/mg/echo.c
1014
lp = lp->l_next;
usr.bin/mg/echo.c
1020
nxt = current->l_next;
usr.bin/mg/echo.c
573
for (; lh != NULL; lh = lh->l_next) {
usr.bin/mg/echo.c
701
lh3 = lh2->l_next;
usr.bin/mg/echo.c
708
lh3 = lh3->l_next;
usr.bin/mg/echo.c
710
lh2 = lh2->l_next;
usr.bin/mg/echo.c
729
lh2 = lh2->l_next;
usr.bin/mg/echo.c
749
for (lh2 = lh; lh2 != NULL; lh2 = lh2->l_next) {
usr.bin/mg/echo.c
990
next = lp->l_next;
usr.bin/mg/fileio.c
549
current->l_next = last;
usr.bin/mg/funmap.c
319
el->l_next = head;
usr.bin/mg/help.c
189
for (el = fnames; el != NULL; el = el->l_next) {
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
140
lp = lp->l_next;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
181
lp = lp->l_next;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
338
lp->l_next = linehead;
usr.sbin/ypserv/revnetgroup/parse_netgroup.c
58
struct linelist *l_next; /* Chain ptr. */