Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c949 struct narg { struct
950 smallint type;
951 union node *next;
952 char *text;
953 struct nodelist *backquote;
1001 struct narg narg; member