NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
Vector_Pop
usr.bin/make/for.c
108
free(*(char **)Vector_Pop(&f->vars));
usr.bin/make/for.c
185
free(*(char **)Vector_Pop(&f->vars));
usr.bin/make/lst.h
185
void *Vector_Pop(Vector *);
usr.bin/make/parse.c
2341
Vector_Pop(&includes);