Searched refs:help (Results 1 - 25 of 28) sorted by path

12

/haiku/3rdparty/kallisti5/
H A Dconfigure.py16 help='Target architectures. First provided is primary.', type=str, action='append',
19 help='Prepare for a bootstrap build. No pre-built packages will be used, instead they will be built from the sources (in several phases).', variable
22 help='Assume cross compilation. Build a gcc-based toolchain.', variable
25 help='Assume cross compilation. Build using an existing gcc-based toolchain.', variable
27 parser.add_argument('--use-clang', default=False, action='store_true', help='Assume native clang build')
29 help='The distribution\'s level of compatibility with the official Haiku distribution. The generated files will contain the respective trademarks accordingly.', variable
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex402 certain field of this type is, it may help to imagine, that before the
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css567 cursor: help;
/haiku/headers/private/fs_shell/
H A Dfssh_kernel_export.h44 fssh_debugger_command_hook hook, const char *help);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_config.h35 int help; member in struct:fuse_config
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.cpp1134 int (*func)(int argc, char **argv), char *help)
1133 add_debugger_command(char *name, int (*func)(int argc, char **argv), char *help) argument
H A Dkernel_emu.h74 char *help);
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DBitArray.h13 unsigned int help; // bytes_to_follow resp. intermediate value member in struct:RANGE_CODER_STRUCT_COMPRESS
H A DBitArray.cpp119 for ( ; m_RangeCoderInfo.help; m_RangeCoderInfo.help--) { PUTC_NOCAP(0xFF); } \
125 m_nCurrentBitIndex += (m_RangeCoderInfo.help * 8); \
126 m_RangeCoderInfo.help = 0; \
131 m_RangeCoderInfo.help++; \
323 m_RangeCoderInfo.help = 0; // no bytes to follow
345 for ( ; m_RangeCoderInfo.help; m_RangeCoderInfo.help--)
353 for ( ; m_RangeCoderInfo.help; m_RangeCoderInfo.help
[all...]
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp116 BString help; local
117 help << B_TRANSLATE("Drop replicants on the full-screen window "
119 //help << "\n\n";
120 //help << B_TRANSLATE("You can also drop colors.");
121 helpText->SetText(help.String());
/haiku/src/bin/network/telnet/
H A Dcommands.c107 static int help(int, char **);
122 const char *help; /* help string (NULL for no help) */ member in struct:__anon4447
287 const char *help; /* Help information (0 ==> no help) */ member in struct:sendlist
326 { "help", NULL, 0, 0, (int (*)(char *, ...))send_help, 0, 0 },
348 printf("'send ?' for help\n");
361 printf("Unknown send argument '%s'\n'send ?' for help.\n",
365 printf("Ambiguous send argument '%s'\n'send ?' for help
657 const char *help; /* help message */ member in struct:togglelist
871 const char *help; /* help information */ member in struct:setlist
1134 const char *help; /* help string */ member in struct:modelist
1443 const char *help; member in struct:slclist
1516 const char *help; member in struct:envlist
1849 const char *help; member in struct:authlist
1930 const char *help; member in struct:encryptlist
2685 help(int argc, char *argv[]) function
[all...]
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp18 const char* help; member in struct:cmd_entry
258 {"help", do_help, "prints this help text"},
271 printf("%8s - %s\n", command->name, command->help);
332 fprintf(stderr, "Unknown command \"%s\". Type \"help\" for a "
/haiku/src/tests/system/kernel/unit/
H A Dkernel_unit_tests.cpp34 " help\n"
216 if (strcmp(argv[0], "help") == 0) {
/haiku/src/tools/fs_shell/
H A Dkernel_export.cpp101 const char *help)
100 fssh_add_debugger_command(const char *name, fssh_debugger_command_hook hook, const char *help) argument
/haiku/
H A Dconfigure15 --help Prints out this help.
520 # check for --help or -h and show usage immediately
521 if [ "$1" = "--help" ] || [ "$1" = "-h" ]; then
922 echo "For more info, invoke $0 --help"
/haiku/docs/develop/
H A DMakefile10 # Put it first so that "make" without argument is like "make help".
11 help:
12 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14 .PHONY: help Makefile
/haiku/headers/os/drivers/
H A DKernelExport.h221 debugger_command_hook hook, const char *help);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dbeos_kernel_emu.cpp361 int (*func)(int argc, char **argv), char *help)
363 return UserlandFS::KernelEmu::add_debugger_command(name, func, help);
360 add_debugger_command(char *name, int (*func)(int argc, char **argv), char *help) argument
/haiku/src/apps/haikudepot/build/scripts/
H A Djsonschema2cppmodel.py248 help='The input filename containing the JSON schema')
251 help='The output directory where the C++ files should be written')
H A Djsonschema2cppparser.py927 parser.add_argument('-i', '--inputfile', required=True, help='The input filename containing the JSON schema')
928 parser.add_argument('--outputdirectory', help='The output directory where the C++ files should be written')
H A Dustache.py1068 Use `python -m ustache --help` to check available options.
1084 help='template file',
1091 help='JSON file, default: stdin',
1098 help='output file, default: stdout',
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y177 char *help;
248 static void help(struct tab *, char *);
663 help(cmdtab, NULL);
674 help(sitetab, cp);
676 help(sitetab, NULL);
678 help(cmdtab, $3);
711 help(sitetab, NULL);
715 help(sitetab, $5);
1550 help(struct tab *ctab, char *s)
1609 reply(214, "Syntax: %s%s %s", type, c->name, c->help);
[all...]
/haiku/src/tests/add-ons/kernel/drivers/audio/
H A Dmulti_audio_test.cpp46 const char* help; member in struct:cmd_entry
441 {"help", do_help, "prints this help text"},
453 printf("%8s - %s\n", command->name, command->help);
541 fprintf(stderr, "Unknown command \"%s\". Type \"help\" for a list of commands.\n", argv[0]);
/haiku/src/tests/kits/net/netservices2/
H A Dproxy.py181 help='By default only bind to loopback')
187 help='If not specified a random port will be used.')
193 help='A socket FD to use for accept() instead of binding a new one.')
H A Dtestserver.py514 help='By default only bind to loopback')
520 help='If set, a self-signed TLS certificate, key and CA will be'
527 help='If not specified a random port will be used.')
533 help='A socket FD to use for accept() instead of binding a new one.')

Completed in 183 milliseconds

12