Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dcommands.c89 const struct command *curcmd, *nextcmd; in show_help() local
105 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()