Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Deval.c828 struct parsefile *savetopfile; in evalcommand() local
1073 savetopfile = getcurrentfile(); in evalcommand()
1131 popfilesupto(savetopfile); in evalcommand()
H A Dparser.c1093 struct parsefile *const savetopfile = getcurrentfile(); in parsebackq() local
1099 popfilesupto(savetopfile); in parsebackq()
2240 struct parsefile *const savetopfile = getcurrentfile(); in expandstr() local
2264 popfilesupto(savetopfile); in expandstr()