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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds2.c571 unsigned char tcommand[20]; variable
580 for (cp = tcommand; i > 0; i--)
590 if (tcommand[0] == 'd' && any(c, "lp"))
592 if (tcommand[0] == 's' && any(c, "gcr"))
594 while (cp < &tcommand[19] && isalpha(c = peekchar()) && isascii(c))
601 "%s: No such command from open/visual"), tcommand);
606 "%s: Not an editor command"), tcommand);

Completed in 87 milliseconds