Searched refs:ForLoop (Results 1 – 3 of 3) sorted by relevance
64 typedef struct ForLoop { struct69 } ForLoop; argument72 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()[all …]
845 struct ForLoop;849 bool For_NextIteration(struct ForLoop *, Buffer *);850 char *ForLoop_Details(const struct ForLoop *);851 void ForLoop_Free(struct ForLoop *);852 void For_Break(struct ForLoop *);890 struct ForLoop *);
140 struct ForLoop *forLoop;2150 Buffer buf, struct ForLoop *forLoop) in Parse_PushInput()