Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c613 static struct parsefile *g_parsefile = &basepf; /* current input file */ variable
1400 if (!iflag || g_parsefile->pf_fd > 0) in ash_vmsg()
1454 errlinno = g_parsefile->linno; in raise_error_syntax()
5732 struct parsefile *pf = g_parsefile; in save_fd_on_redirect()
5798 struct parsefile *pf = g_parsefile; in internally_opened_fd()
10318 file_stop = g_parsefile; in evalcommand()
10709 if (g_parsefile->strpush || g_parsefile->spfree) { in pushstring()
10711 sp->prev = g_parsefile->strpush; in pushstring()
10713 sp = &(g_parsefile->basestrpush); in pushstring()
10715 g_parsefile->strpush = sp; in pushstring()
[all …]