Home
last modified time | relevance | path

Searched refs:parsefile (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dash.c591 struct parsefile { struct
592 struct parsefile *prev; /* preceding file on stack */ argument
612 static struct parsefile basepf; /* top level input file */ argument
613 static struct parsefile *g_parsefile = &basepf; /* current input file */
5732 struct parsefile *pf = g_parsefile; in save_fd_on_redirect()
5798 struct parsefile *pf = g_parsefile; in internally_opened_fd()
10267 static void unwindfiles(struct parsefile *stop);
10290 struct parsefile *file_stop; in evalcommand()
10819 if (parsefile->fd == 0 && errno == EWOULDBLOCK) { in preadfd()
11062 struct parsefile *pf; in pushfile()
[all …]