Searched refs:commandc (Results 1 – 2 of 2) sorted by relevance
59 command(int commandc) in command() argument68 switch (commandc) { in command()283 if (commandc == '^') { in command()299 if (commandc == '^') { in command()342 item = (commandc == ctrl('F')) ? nextcmd() : prevcmd(); in command()373 if ((commandc = mygetch()) == EOF) { in command()384 if (isdigit(commandc) && commandc != '0' && !mouse) { in command()386 editref(commandc - '1'); in command()391 COLS - sizeof (selectionprompt), commandc, in command()398 } else if (isprint(commandc)) { in command()[all …]
190 BOOL command(int commandc);