OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
Lst_Init
usr.bin/make/lst.h
79
#define Lst_Init(l) (l)->firstPtr = (l)->lastPtr = NULL
usr.bin/make/lst.lib/lst.h
79
#define Lst_Init(l) (l)->firstPtr = (l)->lastPtr = NULL
usr.bin/make/lst.lib/lstInit.c
51
Lst_Init(Lst l)