Lines Matching refs:NORM
20 { '!', NORM, "shell", shell },
21 { '<', NORM, "receive file from remote host", getfl },
22 { '>', NORM, "send file to remote host", tip_sendfile },
23 { 't', NORM, "take file from remote UNIX", cu_take },
24 { 'p', NORM, "put file to remote UNIX", cu_put },
25 { '|', NORM, "pipe remote file", pipefile },
26 { 'C', NORM, "connect program to remote host", consh },
27 { 'c', NORM, "change directory", chdirectory },
28 { '.', NORM, "exit from tip", finish },
29 {_CTRL('d'), NORM, "exit from tip", finish },
30 { '$', NORM, "pipe local command to remote host", pipeout },
31 {_CTRL('y'), NORM, "suspend tip (local only)", suspend },
32 {_CTRL('z'), NORM, "suspend tip (local+remote)", suspend },
33 { 's', NORM, "set variable", variable },
34 { '?', NORM, "get this summary", help },
35 { '#', NORM, "send break", genbrk },