Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dinput.c92 static struct parsefile basepf = { /* top level input file */ variable
96 static struct parsefile *parsefile = &basepf; /* current input file */
490 while (parsefile != file && parsefile != &basepf) in popfilesupto()
503 while (parsefile != &basepf) in popallfiles()