Home
last modified time | relevance | path

Searched refs:Vector_Pop (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/bmake/
H A Dlst.h199 void *Vector_Pop(Vector *);
H A Dlst.c289 Vector_Pop(Vector *v) in Vector_Pop() function
H A Dfor.c108 free(*(char **)Vector_Pop(&f->vars)); in ForLoop_Free()
H A Dparse.c2382 Vector_Pop(&includes); in ParseEOF()