Lines Matching defs:f
94 ForLoop *f = bmake_malloc(sizeof *f); in ForLoop_New() local
105 ForLoop_Free(ForLoop *f) in ForLoop_Free()
118 ForLoop_Details(const ForLoop *f) in ForLoop_Details()
149 ForLoop_ParseVarnames(ForLoop *f, const char **pp) in ForLoop_ParseVarnames()
189 ForLoop_ParseItems(ForLoop *f, const char *p) in ForLoop_ParseItems()
241 ForLoop *f; in For_Eval() local
370 ForLoop_SubstVarLong(ForLoop *f, unsigned firstItem, Buffer *body, in ForLoop_SubstVarLong()
405 ForLoop_SubstVarShort(ForLoop *f, unsigned firstItem, Buffer *body, in ForLoop_SubstVarShort()
449 ForLoop_SubstBody(ForLoop *f, unsigned firstItem, Buffer *body) in ForLoop_SubstBody()
479 For_NextIteration(ForLoop *f, Buffer *body) in For_NextIteration()
497 For_Break(ForLoop *f) in For_Break()
507 ForLoop *f = accumFor; in For_Run() local