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.c1095 struct parsefile *const savetopfile = getcurrentfile(); in parsebackq() local
1101 popfilesupto(savetopfile); in parsebackq()
2364 struct parsefile *const savetopfile = getcurrentfile(); in expandstr() local
2388 popfilesupto(savetopfile); in expandstr()