Searched refs:parsefile (Results 1 – 1 of 1) sorted by relevance
591 struct parsefile { struct592 struct parsefile *prev; /* preceding file on stack */ argument612 static struct parsefile basepf; /* top level input file */ argument613 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 …]