Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDsh.c1074 if ((SHIN = dmove(nofile, FSHIN)) < 0) in main()
1077 SHIN = FSHIN; in main()
2353 (void) close_on_exec(SHIN = dcopy(0, FSHIN), 1); in initdesc()
HDsh.h198 #define FSHIN 16 /* Preferred desc for shell input */ macro