Home
last modified time | relevance | path

Searched refs:FSHIN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.c1065 if ((SHIN = dmove(nofile, FSHIN)) < 0) in main()
1068 SHIN = FSHIN; in main()
2385 (void) close_on_exec(SHIN = dcopy(0, FSHIN), 1); in initdesc()
H A Dsh.h207 #define FSHIN 16 /* Preferred desc for shell input */ macro