Searched defs:commandc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcommand.c59 command(int commandc) argument
68 switch (commandc) {
283 if (commandc == '^') {
299 if (commandc == '^') {
342 item = (commandc == ctrl('F')) ? nextcmd() : prevcmd();
373 if ((commandc = mygetch()) == EOF) {
384 if (isdigit(commandc) && commandc != '0' && !mouse) {
386 editref(commandc - '1');
391 COLS - sizeof (selectionprompt), commandc,
[all...]

Completed in 50 milliseconds