Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/cli/
Dcli-decode.c722 char *cmdtype1, *cmdtype2; in help_list() local
726 cmdtype1 = (char *) alloca (len + 1); in help_list()
727 cmdtype1[0] = 0; in help_list()
732 cmdtype1[0] = ' '; in help_list()
733 strncpy (cmdtype1 + 1, cmdtype, len - 1); in help_list()
734 cmdtype1[len] = 0; in help_list()
750 cmdtype1); in help_list()
756 cmdtype1, cmdtype2); in help_list()