Home
last modified time | relevance | path

Searched refs:SHOUT (Results 1 – 8 of 8) sorted by relevance

/openbsd/bin/csh/
H A Dsem.c249 oSHOUT = SHOUT; in execute()
271 SHOUT = oSHOUT; in execute()
385 SHOUT = dcopy(1, FSHOUT); in execute()
530 (void) dcopy(SHOUT, 1); in doio()
561 (void) dcopy(SHOUT, 1); in doio()
580 (void) dup2(SHOUT, 1); in doio()
H A Dexec.c176 SHOUT = 1; in doexec()
369 oSHOUT = SHOUT; in execash()
374 saveOUT = dcopy(SHOUT, -1); in execash()
384 SHOUT = dcopy(1, -1); in execash()
397 (void) close(SHOUT); in execash()
401 SHOUT = dmove(saveOUT, oSHOUT); in execash()
H A Dcsh.c105 int SHOUT; variable
256 if (!(cshout = funopen((void *) &SHOUT, readf, writef, seekf, closef))) in main()
452 if (intty || (intact && isatty(SHOUT))) { in main()
466 if (loginsh || intact || (intty && isatty(SHOUT))) in main()
854 ftmp = SHOUT; in rechist()
855 SHOUT = fd; in rechist()
858 SHOUT = ftmp; in rechist()
1308 (void) fcntl(SHOUT = dcopy(1, FSHOUT), F_SETFD, FD_CLOEXEC); in initdesc()
H A Dfunc.c1305 oSHOUT = SHOUT; in doeval()
1326 saveOUT = dcopy(SHOUT, -1); in doeval()
1335 SHOUT = dcopy(1, -1); in doeval()
1346 (void) close(SHOUT); in doeval()
1349 SHOUT = dmove(saveOUT, oSHOUT); in doeval()
H A Dmisc.c156 int fds[] = { SHIN, SHOUT, SHERR, OLDSTD, FSHTTY }; in fdcmp()
H A Dcsh.h148 extern int SHOUT; /* Shell output */
H A Dfile.c478 if (ioctl(SHOUT, TIOCGWINSZ, (ioctl_t) & win) == -1 || win.ws_col == 0) in print_by_column()
777 cl.fdout = SHOUT; in tenex()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlretut.pod1955 $x = "This word is in lower case:\L SHOUT\E";