Home
last modified time | relevance | path

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

/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Preproc/
H A DPreproc.xs116 static string holdfilename; holdfilename = filename; in include() local
117 call(NULL, 1,"include",holdfilename.c_str()); in include()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlab/
H A Dxmlgeneratorgui.cpp848 QString holdfilename = UsefulGUIFunctions::generateBackupName(hinfo); in save() local
849 dir.rename(hinfo.fileName(),holdfilename); in save()