Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/tip/
Dcmdtab.c47 { '!', NORM, "shell", shell },
48 { '<', NORM, "receive file from remote host", getfl },
49 { '>', NORM, "send file to remote host", sendfile },
50 { 't', NORM, "take file from remote UNIX", cu_take },
51 { 'p', NORM, "put file to remote UNIX", cu_put },
52 { '|', NORM, "pipe remote file", pipefile },
53 { '$', NORM, "pipe local command to remote host", pipeout },
55 { 'C', NORM, "connect program to remote host",consh },
57 { 'c', NORM, "change directory", chdirectory },
58 { '.', NORM, "exit from tip", finish },
[all …]
Dtip.h175 #define NORM 00 /* normal protection, execute anyone */ macro
/mirbsd/src/gnu/usr.bin/perl/lib/Pod/Text/
DTermcap.pm66 $$self{NORM} = $$term{_me} || "\e[m";
99 $self->output ($$self{BOLD} . $code . $$self{NORM});