HomeSort by: relevance | last modified time | path
    Searched refs:SHIN (Results 1 - 9 of 9) sorted by relevancy

  /src/bin/csh/
csh.c 119 int SHIN;
301 if (!(cshin = funopen2((void *) &SHIN, readf, writef, seekf, NULL,
471 if ((SHIN = dmove(nofile, FSHIN)) < 0)
474 SHIN = FSHIN;
477 SHIN = FSHOUT;
480 SHIN = FSHERR;
486 (void)ioctl(SHIN, FIOCLEX, NULL);
491 intty = isatty(SHIN);
664 (void)close(SHIN);
804 * careful an interrupt could corrupt SHIN's Bin structure and kill th
    [all...]
exec.c 186 SHIN = 0;
380 oSHIN = SHIN;
385 saveIN = dcopy(SHIN, -1);
395 SHIN = dcopy(0, -1);
408 (void)close(SHIN);
412 SHIN = dmove(saveIN, oSHIN);
func.c 389 (void) close(SHIN);
1384 oSHIN = SHIN;
1405 saveIN = dcopy(SHIN, -1);
1414 SHIN = dcopy(0, -1);
1425 if (SHIN != -1)
1426 (void)close(SHIN);
1431 SHIN = dmove(saveIN, oSHIN);
sem.c 249 oSHIN = SHIN;
271 SHIN = oSHIN;
386 (void) close(SHIN);
388 SHIN = -1;
539 (void)dcopy(SHIN, 0);
lex.c 1377 if (tcgetattr(SHIN, &tty) == 0 && (tty.c_lflag & ICANON))
1432 (void)lseek(SHIN, fseekp, SEEK_SET);
1439 c = read(SHIN, tbuf, BUFSIZE);
1505 c = read(SHIN, tbuf, (size_t)roomleft);
1521 (void)ioctl(SHIN, FIONBIO, (ioctl_t) & iooff);
1609 (void)lseek(SHIN, (off_t) 0, SEEK_END);
1626 if (lseek(SHIN, (off_t) 0, SEEK_CUR) < 0 || errno == ESPIPE)
1631 fseekp = fbobp = feobp = lseek(SHIN, (off_t) 0, SEEK_CUR);
file.c 116 (void)tcgetattr(SHIN, &tchars);
132 (void)tcsetattr(SHIN, on, &tchars);
646 while ((num_read = read(SHIN, tinputline, BUFSIZE)) > 0) {
misc.c 241 if (f != SHIN && f != SHOUT && f != SHERR && f != OLDSTD &&
csh.h 165 * The desired initial values for these descriptors are F{SHIN,...}.
167 extern int SHIN; /* Current shell input (script) */
set.c 571 SHIN, SHOUT, SHERR);

Completed in 17 milliseconds