Searched refs:ForLoop (Results 1 – 4 of 4) sorted by relevance
64 typedef struct ForLoop { struct69 } ForLoop; argument75 static ForLoop *78 ForLoop *f = bmake_malloc(sizeof *f); in ForLoop_New()89 ForLoop_Free(ForLoop *f) in ForLoop_Free()102 ForLoop_Details(ForLoop *f) in ForLoop_Details()126 ForLoop_ParseVarnames(ForLoop *f, const char **pp) in ForLoop_ParseVarnames()165 ForLoop_ParseItems(ForLoop *f, const char *p) in ForLoop_ParseItems()219 ForLoop *f; in For_Eval()475 For_NextIteration(ForLoop *f, Buffer *body) in For_NextIteration()[all …]
825 struct ForLoop;829 bool For_NextIteration(struct ForLoop *, Buffer *);830 char *ForLoop_Details(struct ForLoop *);831 void ForLoop_Free(struct ForLoop *);862 struct ForLoop *);
146 struct ForLoop *forLoop;2123 Buffer buf, struct ForLoop *forLoop) in Parse_PushInput()
561 rename struct For to struct ForLoop