runfl            2118 src/simh/sim_console.c int cmdfl,runfl;                                         /* TTY flags */
runfl            2123 src/simh/sim_console.c runfl = cmdfl | FNDELAY;
runfl            2150 src/simh/sim_console.c (void)fcntl (0, F_SETFL, runfl);                         /* non-block mode */