Searched refs:nextcmd (Results 1 – 1 of 1) sorted by relevance
91 const struct command *curcmd, *nextcmd; in show_help() local107 nextcmd = curcmd + 1; in show_help()108 if (nextcmd->desc == NULL && nextcmd->c != '\0') { in show_help()109 sprintf(keys, "%c or %c", curcmd->c, nextcmd->c); in show_help()