Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-decode.c722 char *cmdtype1, *cmdtype2; in help_list() local
728 cmdtype2 = (char *) alloca (len + 4); in help_list()
729 cmdtype2[0] = 0; in help_list()
735 strncpy (cmdtype2, cmdtype, len - 1); in help_list()
736 strcpy (cmdtype2 + len - 1, " sub"); in help_list()
740 fprintf_filtered (stream, "List of classes of %scommands:\n\n", cmdtype2); in help_list()
742 fprintf_filtered (stream, "List of %scommands:\n\n", cmdtype2); in help_list()
756 cmdtype1, cmdtype2); in help_list()