Searched refs:forLst (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dfor.c78 static Lst forLst; /* List of items */ variable
155 Lst_Init(&forLst);
158 Lst_AtFront(&forLst, estrdup(words.argv[i]));
227 * The values of the variables forLst, forVar and forBuf are freed.
248 Lst_Concat(&values, &forLst, LST_CONCLINK);

Completed in 104 milliseconds