Home
last modified time | relevance | path

Searched refs:vmpath (Results 1 – 9 of 9) sorted by relevance

/dports/biology/jalview/jalview/getdown/src/getdown/core/src/main/java/com/threerings/getdown/util/
H A DLaunchUtil.java105 if (vmpath == null) { in getJVMPath()
110 if (vmpath == null) { in getJVMPath()
113 vmpath = "java"; in getJVMPath()
131 return vmpath; in getJVMPath()
241 String vmpath = vmbase + "java"; in checkJVMPath() local
242 if (new File(vmpath).exists()) { in checkJVMPath()
243 return vmpath; in checkJVMPath()
249 return vmpath; in checkJVMPath()
253 vmpath = vmbase + "java.exe"; in checkJVMPath()
254 if (new File(vmpath).exists()) { in checkJVMPath()
[all …]
/dports/shells/dash/dash-0.5.11.5/src/
H A Dvar.h85 #define vmpath (&vmail)[1] macro
86 #define vpath (&vmpath)[1]
120 #define mpathval() (vmpath.text + 9)
135 #define mpathset() ((vmpath.flags & VUNSET) == 0)
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Players/
H A DengineNest.py114 vmpath = None
116 vmpath = shutil.which(engine["vm_name"], mode=os.R_OK | os.X_OK, path=altpath)
120 if not vmpath.endswith(PYTHONBIN):
123 vmpath = shutil.which(PYTHONBIN, mode=os.R_OK | os.X_OK, path=None)
131 if vmpath and path:
132 return vmpath, path
234 vmpath, path = rundata
248 if vmpath is not None:
249 engine['vm_command'] = vmpath
499 vmpath = engine['vm_command']
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dvar.h108 #define mpathval(psh) ((psh)->vmpath.text + 9)
126 #define mpathset(psh) (((psh)->vmpath.flags & VUNSET) == 0)
H A Dshinstance.h319 struct var vmpath; member
H A Dvar.c150 { offsetof(shinstance, vmpath), VSTRFIXED|VTEXTFIXED|VUNSET, "MAILPATH=",
402 if (vp == &psh->vmpath || (vp == &psh->vmail && ! mpathset(psh))) in setvareq()
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/
H A DenginesDialog.py228 vmpath = ""
243 vmpath = shutil.which(vm_name, mode=os.R_OK | os.X_OK)
244 if vmpath is None:
270 if vmpath:
271 engine_command.append(vmpath)
/dports/biology/jalview/jalview/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/
H A DGetdown.java537 String vmpath = LaunchUtil.getJVMPath(_app.getLocalPath("")); in updateJava() local
539 log.info("Regenerating classes.jsa for " + vmpath + "..."); in updateJava()
540 Runtime.getRuntime().exec(vmpath + " -Xshare:dump"); in updateJava()
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dash.c1994 # define vmpath (&vmail)[1] macro
1995 # define vpath (&vmpath)[1]
2022 # define mpathval() (vmpath.var_text + 9)
2023 # define mpathset() ((vmpath.flags & VUNSET) == 0)