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()189 ForLoop_ParseItems(ForLoop *f, const char *p) in ForLoop_ParseItems()241 ForLoop *f; in For_Eval()[all …]
871 struct ForLoop;875 bool For_NextIteration(struct ForLoop *, Buffer *);876 char *ForLoop_Details(const struct ForLoop *);877 void ForLoop_Free(struct ForLoop *);878 void For_Break(struct ForLoop *);919 struct ForLoop *);
145 struct ForLoop *forLoop;2170 Buffer buf, struct ForLoop *forLoop) in Parse_PushInput()
1869 rename struct For to struct ForLoop