Home
last modified time | relevance | path

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

/src/contrib/bmake/
H A Dlst.h190 void *Vector_Pop(Vector *);
H A Dfor.c108 free(*(char **)Vector_Pop(&f->vars)); in ForLoop_Free()
185 free(*(char **)Vector_Pop(&f->vars)); in ForLoop_ParseVarnames()
H A Dlst.c271 Vector_Pop(Vector *v) in Vector_Pop() function
H A Dparse.c2388 Vector_Pop(&includes); in ParseEOF()