Searched refs:ForLoop (Results 1 – 4 of 4) 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 …]
859 struct ForLoop;863 bool For_NextIteration(struct ForLoop *, Buffer *);864 char *ForLoop_Details(const struct ForLoop *);865 void ForLoop_Free(struct ForLoop *);866 void For_Break(struct ForLoop *);904 struct ForLoop *);
145 struct ForLoop *forLoop;2154 Buffer buf, struct ForLoop *forLoop) in Parse_PushInput()
1408 rename struct For to struct ForLoop