Home | History | Annotate | Download | only in tip

Lines Matching refs:NORM

43 	{ '!',	NORM,	"shell",			 shell },
44 { '<', NORM, "receive file from remote host", getfl },
45 { '>', NORM, "send file to remote host", sendfile },
46 { 't', NORM, "take file from remote UNIX", cu_take },
47 { 'p', NORM, "put file to remote UNIX", cu_put },
48 { '|', NORM, "pipe remote file", pipefile },
49 { '$', NORM, "pipe local command to remote host", pipeout },
50 { 'C', NORM, "connect program to remote host",consh },
51 { '+', NORM, "connect program to remote host",consh },
52 { 'c', NORM, "change directory", chdirectory },
53 { '.', NORM, "exit from tip", finish },
54 {CTRL('d'),NORM,"exit from tip", finish },
55 {CTRL('y'),NORM,"suspend tip (local+remote)", suspend },
56 {CTRL('z'),NORM,"suspend tip (local only)", suspend },
57 { 's', NORM, "set variable", variable },
58 { '?', NORM, "get this summary", help },
59 { '#', NORM, "send break", genbrk },