USG_PG3/usr/source/portc2/intss.c
Compare this file to the similar file:
32: 1BSD/portlib/intss.c
Show the results in this format:
intss() { int a[3]; if (gtty(0,a) == 0) return(1); return(0); }