Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Ddiff.c453 struct line *nfile[2], *sfile[2]; in create_J() local
/busybox-1.35.0/shell/
Dash.c960 struct nfile { struct
961 smallint type;
962 union node *next;
963 int fd;
964 int _unused_dupfd;
965 union node *fname;
966 char *expfname;
1002 struct nfile nfile; member