Searched defs:nfor (Results 1 – 1 of 1) sorted by relevance
71 struct nfor { struct72 int type;73 union node *args;74 union node *body;75 char *var;141 struct nfor nfor; member