Searched defs:ncmd (Results 1 – 1 of 1) sorted by relevance
41 struct ncmd { struct42 int type;43 int backgnd;44 union node *args;45 union node *redirect;137 struct ncmd ncmd; member