HomeSort by: relevance | last modified time | path
    Searched refs:ForLoop (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/make/
for.c 64 typedef struct ForLoop {
69 } ForLoop;
72 static ForLoop *accumFor; /* Loop being accumulated */
91 static ForLoop *
94 ForLoop *f = bmake_malloc(sizeof *f);
105 ForLoop_Free(ForLoop *f)
118 ForLoop_Details(const ForLoop *f)
149 ForLoop_ParseVarnames(ForLoop *f, const char **pp)
189 ForLoop_ParseItems(ForLoop *f, const char *p)
241 ForLoop *f
    [all...]
make.h 846 struct ForLoop;
850 bool For_NextIteration(struct ForLoop *, Buffer *);
851 char *ForLoop_Details(const struct ForLoop *);
852 void ForLoop_Free(struct ForLoop *);
853 void For_Break(struct ForLoop *);
894 struct ForLoop *);
parse.c 140 struct ForLoop *forLoop;
426 && entries[n - 1].forLoop == NULL)
440 if (entry->forLoop != NULL) {
441 char *details = ForLoop_Details(entry->forLoop);
450 } else if (i + 1 < n && entries[i + 1].forLoop != NULL) {
2128 if (incs[i - 1].forLoop == NULL)
2207 Buffer buf, struct ForLoop *forLoop)
2211 if (forLoop != NULL
    [all...]
  /src/usr.bin/make/unit-tests/
directive-for-escape.mk 232 # loop is assembled, and at that point, ForLoop.nextItem had already been

Completed in 19 milliseconds