Home
last modified time | relevance | path

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

/src/contrib/bmake/
H A Dfor.c370 ForLoop_SubstVarLong(ForLoop *f, unsigned firstItem, Buffer *body, in ForLoop_SubstVarLong() argument
392 AddEscaped(body, f->items.words[firstItem + i], endc); in ForLoop_SubstVarLong()
405 ForLoop_SubstVarShort(ForLoop *f, unsigned firstItem, Buffer *body, in ForLoop_SubstVarShort() argument
430 AddEscaped(body, f->items.words[firstItem + i], '}'); in ForLoop_SubstVarShort()
449 ForLoop_SubstBody(ForLoop *f, unsigned firstItem, Buffer *body) in ForLoop_SubstBody() argument
462 ForLoop_SubstVarLong(f, firstItem, body, in ForLoop_SubstBody()
465 ForLoop_SubstVarShort(f, firstItem, body, in ForLoop_SubstBody()