Home
last modified time | relevance | path

Searched refs:patharg (Results 26 – 27 of 27) sorted by relevance

12

/dports/sysutils/modules/modules-4.6.0/
H A Dmodulecmd.tcl.in9782 if {[regexp {module use (.*)$} $fline match patharg] == 1} {
9789 foreach path $patharg {
11794 && $patharg ne {}} {
11795 eval cmdModuleUse append [split $patharg :]
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenborscript.c11862 char *bytearg = NULL, *patharg = NULL; in openbor_savefilestream() local
11890 patharg = (char *)StrCache_Get(varlist[2]->strVal); in openbor_savefilestream()
11909 if ( paramCount <= 2 || patharg == NULL ) in openbor_savefilestream()
11919 strcat(path, patharg); in openbor_savefilestream()

12