Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c935 struct nclist { struct
936 smallint type;
937 union node *next;
938 union node *pattern;
939 union node *body;
999 struct nclist nclist; member