Home
last modified time | relevance | path

Searched refs:useShell (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A Drun.py45 def __init__(self, name, module, useShell): argument
48 self.useShell = useShell
103 if self.useShell:
140 useShell = False
143 useShell = True
162 app = RunDemoApp(name, module, useShell)
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DRunProcess.java65 boolean useShell = false; in doit()
87 useShell = ((Boolean) kval).booleanValue(); in doit()
231 if (useShell) { in doit()
380 public static void tokenize(String str, boolean useShell, List<String> arr) { in tokenize() argument
428 if (useShell || state == '\"' || state == '\'') { in tokenize()
457 if (useShell) { in tokenize()
467 if (useShell) in tokenize()
475 if (useShell) { in tokenize()
537 if (sbuf.length() > 0 || state >= 0 || useShell) in tokenize()
539 if (! useShell && (state > 0 || inSubstitution > 0 || inGroup > 0)) in tokenize()
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dcompat.c203 Boolean useShell; /* TRUE if command should be executed in CompatRunCommand() local
271 useShell = TRUE; in CompatRunCommand()
283 useShell = needshell(cmd, FALSE); in CompatRunCommand()
306 if (useShell) { in CompatRunCommand()
339 useShell = 1; in CompatRunCommand()
/dports/devel/bmake/bmake/
H A Dcompat.c239 bool useShell; /* True if command should be executed in Compat_RunCommand() local
303 useShell = UseShell(cmd); in Compat_RunCommand()
322 if (useShell) { in Compat_RunCommand()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/util/
H A Dcommandexecutor.h87 bool useShell() const;
H A Dcommandexecutor.cpp118 bool CommandExecutor::useShell() const in useShell() function in KDevelop::CommandExecutor
/dports/devel/py-PyUtilib/PyUtilib-6.0.0/pyutilib/th/
H A Dpyunit.py179 useShell = False
181 useShell = True
188 cmd, shell=useShell, stdout=OUTPUT, stderr=subprocess.STDOUT)
/dports/devel/qbs/qbs-src-1.21.0/doc/
H A Dfix-qmlimports.py53 useShell = (platform.system() == 'Windows') variable
/dports/science/PETSc/petsc-3.14.1/config/BuildSystem/
H A Dscript.py165 useShell = isinstance(command, str) or isinstance(command, bytes)
169 shell=useShell)
/dports/games/alienarena/alienarena-7.66/source/ref_gl/
H A Dr_program.c1071 uniform int useShell;
1091 if(useShell == 0 && useCube == 0)
1161 if(useShell > 0)
1193 uniform int useShell;
1233 if(useShell == 0 && useCube == 0 && specmask.a < 1.0)
/dports/games/alienarena-data/alienarena-7.66/source/ref_gl/
H A Dr_program.c1071 uniform int useShell;
1091 if(useShell == 0 && useCube == 0)
1161 if(useShell > 0)
1193 uniform int useShell;
1233 if(useShell == 0 && useCube == 0 && specmask.a < 1.0)
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DTqdcfr.hpp201 unsigned int ssID, memCt, memOffset, memTypeCt, numDF, ssCol, useShell, ssLength; member in moab::Tqdcfr::SidesetHeader
H A DTqdcfr.cpp2253 sideset_headers[i].useShell = instance->uint_buf[6]; in read_info_header()
3043 : ssID(0), memCt(0), memOffset(0), memTypeCt(0), numDF(0), ssCol(0), useShell(0), ssLength(0), in SidesetHeader()
3055 std::cout << "useShell = " << useShell << std::endl; in print()