Home
last modified time | relevance | path

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

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