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