Home
last modified time | relevance | path

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

/freebsd-12-stable/bin/sh/
Deval.c839 struct parsefile *savetopfile; in evalcommand() local
1084 savetopfile = getcurrentfile(); in evalcommand()
1145 popfilesupto(savetopfile); in evalcommand()
Dparser.c1098 struct parsefile *const savetopfile = getcurrentfile(); in parsebackq() local
1104 popfilesupto(savetopfile); in parsebackq()
2167 struct parsefile *const savetopfile = getcurrentfile(); in expandstr() local
2191 popfilesupto(savetopfile); in expandstr()