Lines Matching refs:ForLoop
64 typedef struct ForLoop { struct
69 } ForLoop; argument
72 static ForLoop *accumFor; /* Loop being accumulated */
91 static ForLoop *
94 ForLoop *f = bmake_malloc(sizeof *f); in ForLoop_New()
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()
194 ForLoop_ParseItems(ForLoop *f, const char *p) in ForLoop_ParseItems()
246 ForLoop *f; in For_Eval()
375 ForLoop_SubstVarLong(ForLoop *f, unsigned int firstItem, Buffer *body, in ForLoop_SubstVarLong()
410 ForLoop_SubstVarShort(ForLoop *f, unsigned int firstItem, Buffer *body, in ForLoop_SubstVarShort()
454 ForLoop_SubstBody(ForLoop *f, unsigned int firstItem, Buffer *body) in ForLoop_SubstBody()
484 For_NextIteration(ForLoop *f, Buffer *body) in For_NextIteration()
502 For_Break(ForLoop *f) in For_Break()
512 ForLoop *f = accumFor; in For_Run()