Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Dinput.c98 static struct parsefile basepf = { /* top level input file */ variable
102 static struct parsefile *parsefile = &basepf; /* current input file */
496 while (parsefile != file && parsefile != &basepf) in popfilesupto()
509 while (parsefile != &basepf) in popallfiles()