Home
last modified time | relevance | path

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

/src/bin/sh/
H A Dinput.c94 static struct parsefile basepf = { /* top level input file */ variable
98 static struct parsefile *parsefile = &basepf; /* current input file */
492 while (parsefile != file && parsefile != &basepf) in popfilesupto()
505 while (parsefile != &basepf) in popallfiles()