Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/cli/
H A Dcli-decode.c996 char *cmdtype1, *cmdtype2; in help_list() local
1003 cmdtype2 = (char *) alloca (len + 4); in help_list()
1004 cmdtype2[0] = 0; in help_list()
1010 strncpy (cmdtype2, cmdtype, len - 1); in help_list()
1011 strcpy (cmdtype2 + len - 1, " sub"); in help_list()
1015 fprintf_filtered (stream, "List of classes of %scommands:\n\n", cmdtype2); in help_list()
1017 fprintf_filtered (stream, "List of %scommands:\n\n", cmdtype2); in help_list()
1034 cmdtype1, cmdtype2); in help_list()