Home
last modified time | relevance | path

Searched defs:nfor (Results 1 – 1 of 1) sorted by relevance

/system/core/sh/
Dnodes.h71 struct nfor { struct
72 int type;
73 union node *args;
74 union node *body;
75 char *var;
141 struct nfor nfor; member