usr.bin/tip/cmdtab.c
36
{ '!', NORM, "shell", shell },
usr.bin/tip/cmdtab.c
37
{ '<', NORM, "receive file from remote host", getfl },
usr.bin/tip/cmdtab.c
38
{ '>', NORM, "send file to remote host", sendfile },
usr.bin/tip/cmdtab.c
39
{ 't', NORM, "take file from remote UNIX", cu_take },
usr.bin/tip/cmdtab.c
40
{ 'p', NORM, "put file to remote UNIX", cu_put },
usr.bin/tip/cmdtab.c
41
{ '|', NORM, "pipe remote file", pipefile },
usr.bin/tip/cmdtab.c
42
{ '$', NORM, "pipe local command to remote host", pipeout },
usr.bin/tip/cmdtab.c
43
{ 'C', NORM, "connect program to remote host",consh },
usr.bin/tip/cmdtab.c
44
{ 'c', NORM, "change directory", chdirectory },
usr.bin/tip/cmdtab.c
45
{ '.', NORM, "exit from tip", finish },
usr.bin/tip/cmdtab.c
46
{CTRL('d'),NORM,"exit from tip", finish },
usr.bin/tip/cmdtab.c
47
{CTRL('y'),NORM,"suspend tip (local+remote)", suspend },
usr.bin/tip/cmdtab.c
48
{CTRL('z'),NORM,"suspend tip (local only)", suspend },
usr.bin/tip/cmdtab.c
49
{ 's', NORM, "set variable", variable },
usr.bin/tip/cmdtab.c
50
{ '?', NORM, "get this summary", help },
usr.bin/tip/cmdtab.c
51
{ '#', NORM, "send break", genbrk },