1 /* BEGIN INCLUDE FILE ... ttyp.incl.pl1 */ 2 3 dcl max_tty_type fixed bin static init (11); 4 5 dcl tty_dev_type (0:16) char (8) aligned int static init /* ASCII explanations of terminal type */ 6 ("Network", "1050", "2741", "TTY37", "TN300", "ARDS", "CORR2741", "TTY33", 7 "TTY38", "G115", "type10", "ASCII", "type12", "type13", "type14", "type15", "type16"); 8 9 /* Note that device type 0 is used for both absentee and network. Distingush some other way */ 10 11 /* END INCLUDE FILE ... ttyp.incl.pl1 */