Home
last modified time | relevance | path

Searched refs:nohelp (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
Dcmd.py76 nohelp = "*** No help on %s" variable in Cmd
310 self.stdout.write("%s\n"%str(self.nohelp % (arg,)))
/external/python/cpython3/Lib/
Dcmd.py73 nohelp = "*** No help on %s" variable in Cmd
306 self.stdout.write("%s\n"%str(self.nohelp % (arg,)))
/external/gflags/test/
DCMakeLists.txt76 # --nohelp and --help=false should be as if we didn't say anything
77 add_gflags_test(nohelp 0 "PASS" "" gflags_unittest --nohelp)
/external/shflags/src/
Dshflags_test_public.sh151 ( FLAGS --nohelp >"${stdoutF}" 2>"${stderrF}" )
/external/owasp/sanitizer/
DMakefile169 -J-Xmx250m -nohelp -sourcetab 8 -docencoding UTF-8 -protected \
/external/shflags/doc/
DCHANGES-1.0.md128 Issue# 2: Passing the `--nohelp` option no longer gives help output.
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py1109 self.nohelpitem = MenuItem(hm, "There isn't any", None, self.nohelp)
1111 def nohelp(self, *args): member in TestApp