Home
last modified time | relevance | path

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

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/od-beos/
H A Dmain.cpp31 int argcCopy; variable
39 for(int i = 0;i < argcCopy;i++) in freeCopiedArgs()
47 argcCopy = argc; in copyArgs()
48 argvCopy = new char *[argcCopy+1]; in copyArgs()
/dports/editors/nedit/nedit-5.7/util/
H A DprefFile.c134 int argcCopy; in CreatePreferencesDatabase() local
176 argcCopy = *argcInOut; in CreatePreferencesDatabase()
178 &argcCopy, argvCopy); in CreatePreferencesDatabase()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gfx-beos/
H A Dbe-UAE.cpp37 extern int argcCopy;
136 real_main(argcCopy,argvCopy); in EmulationThreadFunc()