Searched refs:nextcmd (Results 1 – 3 of 3) sorted by relevance
84 nextcmd(void) in nextcmd() function
266 HISTORY *nextcmd(void);
342 item = (commandc == ctrl('F')) ? nextcmd() : prevcmd(); in command()