Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-decode.c808 char *cmdtype1, *cmdtype2; in help_list() local
812 cmdtype1 = (char *) alloca (len + 1); in help_list()
813 cmdtype1[0] = 0; in help_list()
818 cmdtype1[0] = ' '; in help_list()
819 strncpy (cmdtype1 + 1, cmdtype, len - 1); in help_list()
820 cmdtype1[len] = 0; in help_list()
836 cmdtype1); in help_list()
842 cmdtype1, cmdtype2); in help_list()