Home
last modified time | relevance | path

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

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