Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c920 struct nfor { struct
921 smallint type;
922 int linno;
923 union node *args;
924 union node *body;
925 char *var;
997 struct nfor nfor; member