Lines Matching refs:help
38 /* help intro */
42 "If you are reading this help text, you have sucessfully invoked prex,\n"
62 "Type help with no arguments for a list of available help topics.\n"
64 "end of help for topic intro\n",
65 /* help functions */
83 "end of help for topic functions\n",
84 /* help kernel_mode */
129 "end of help for topic kernel_mode\n",
130 /* help probe_spec */
170 "end of help for topic probe_spec\n",
171 /* help processes */
217 "end of help for topic processes\n",
218 /* help set_spec */
235 "end of help for topic set_spec\n"
245 "end of help for cmd continue\n";
253 "End of help for cmd disable\n";
264 "End of help for cmd enable\n";
267 "Usage: help [<cmd>|<topic>]\n"
269 "\"help\" lists all available help topics when run without any arguments.\n"
270 "If a valid topic or command-name is supplied as an argument, help text for\n"
273 "End of help for cmd help\n";
294 "End of help for cmd list\n";
309 "End of help for cmd quit\n";
321 "End of help for cmd source\n";
330 "End of help for cmd trace\n";
339 "End of help for cmd untrace\n";
357 "End of help for cmd buffer\n";
370 "End of help for cmd ktrace\n";
397 "End of help for cmd pfilter\n";
409 "End of help for cmd clear\n";
426 "End of help for cmd connect\n";
430 "Usage: help [topic|command]\n"
437 "\tdisable enable help list\n"
518 "# help command\n"
519 "help\n"
550 help(void)
554 } /* end help */
568 printf("No help for %s\n", topic);
569 help();
622 fputs("No help for this command\n", stdout);
626 } /* end help */