Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dhistory.c82 nextcmd(void) in nextcmd() function
H A Dglobal.h266 HISTORY *nextcmd(void);
H A Dcommand.c342 item = (commandc == ctrl('F')) ? nextcmd() : prevcmd(); in command()