Searched defs:echo (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A D_echo.c49 echo(void) function
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnoecho.c47 echo() function
50 __m_trace("echo(void)");
55 return __m_return_code("echo", OK);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnoecho.c50 echo(void) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm198 =item B<echo>
200 my @commands = $MM->echo($text);
201 my @commands = $MM->echo($text, $file);
202 my @commands = $MM->echo($text, $file, $appending);
213 sub echo { subroutine
601 my @write_meta = $self->echo($meta, 'META.yml');
670 # an echo emulation
H A DMM_VMS.pm2128 =item B<echo> (o)
2135 sub echo { subroutine
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dcmdarg.h48 #define CMD_NEWLINE (1<<5) /* echo separator is newline */
66 int echo; /* just an echo */ member in struct:__anon1108
/osnet-11/usr/src/lib/libast/common/include/
H A Dcmdarg.h39 #define CMD_NEWLINE (1<<5) /* echo separator is newline */
57 int echo; /* just an echo */ member in struct:__anon1142
/osnet-11/usr/src/lib/libast/common/misc/
H A Dcmdarg.c44 static const char* echo[] = { "echo", 0 }; variable
116 argv = (char**)echo;
117 cmd->echo = 1;
119 else if (streq(argv[0], echo[0]))
121 cmd->echo = 1;
265 if (cmd->echo)
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dcmdarg.h48 #define CMD_NEWLINE (1<<5) /* echo separator is newline */
66 int echo; /* just an echo */ member in struct:__anon1202
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dcmdarg.h48 #define CMD_NEWLINE (1<<5) /* echo separator is newline */
66 int echo; /* just an echo */ member in struct:__anon1224
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dcmdarg.h48 #define CMD_NEWLINE (1<<5) /* echo separator is newline */
66 int echo; /* just an echo */ member in struct:__anon1246
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dedit.c266 int echo = echomode; local
272 return(echo?-1:0);
274 return(echo?0:-1);
289 echo = 0;
292 if(!echo)
324 echo = 0;
338 if(echo)
464 /* switch VEOL2 and EOF, since EOF isn't echo'd by driver */

Completed in 36 milliseconds