******************************************************************************* * * TTY * * Module %M% Version %I% Date %H% * * (c) Copyright 1998 Ardent Software Inc. - All Rights Reserved * This is unpublished proprietary source code of Ardent Software Inc. * The copyright notice above does not evidence any actual or intended * publication of such source code. * ******************************************************************************* * * Maintenence log - insert most recent change descriptions at top * * Date.... GTAR# WHO Description......................................... * 10/14/98 23801 SAP Change copyrights. * 11/23/93 12320 DPB Changed CC.CCDEL from <2,21,0> to <2,23,0>. * 07/26/90 6272 JWT Add U6072 & U9072 per Ken Pike of Ultimate * 07/25/88 - - Maintenence log purged at 5.2.1, see release 5.1.10. * ******************************************************************************* EQU MODE.TYPE TO tty$<1, 1, 0> equ MODE$LINE to 0 equ MODE$RAW to 1 equ MODE$CHAR to 2 equ MODE$EMULATE to 3 EQU MODE.MIN TO tty$<1, 2, 0> EQU MODE.TIME TO tty$<1, 3, 0> EQU CC.INTR TO tty$<2, 1, 0> EQU CC.QUIT TO tty$<2, 2, 0> EQU CC.SUSP TO tty$<2, 3, 0> EQU CC.DSUSP TO tty$<2, 4, 0> EQU CC.SWITCH TO tty$<2, 5, 0> EQU CC.ERASE TO tty$<2, 6, 0> EQU CC.WERASE TO tty$<2, 7, 0> EQU CC.KILL TO tty$<2, 8, 0> EQU CC.LNEXT TO tty$<2, 9, 0> EQU CC.RPRINT TO tty$<2,10, 0> EQU CC.EOF TO tty$<2,11, 0> EQU CC.EOL TO tty$<2,12, 0> EQU CC.EOL2 TO tty$<2,13, 0> EQU CC.FLUSH TO tty$<2,14, 0> EQU CC.START TO tty$<2,15, 0> EQU CC.STOP TO tty$<2,16, 0> EQU CC.LCONT TO tty$<2,17, 0> EQU CC.FMC TO tty$<2,18, 0> EQU CC.VMC TO tty$<2,19, 0> EQU CC.SMC TO tty$<2,20, 0> EQU CC.CCDEL TO tty$<2,23, 0> EQU CARRIER.RECEIVE TO tty$<3, 1, 0> EQU CARRIER.HANGUP TO tty$<3, 2, 0> EQU CARRIER.LOCAL TO tty$<3, 3, 0> EQU CASE.UCIN TO tty$<4, 1, 0> EQU CASE.UCOUT TO tty$<4, 2, 0> EQU CASE.XCASE TO tty$<4, 3, 0> EQU CASE.INVERT TO tty$<4, 4, 0> EQU CRMODE.INLCR TO tty$<5, 1, 0> EQU CRMODE.IGNCR TO tty$<5, 2, 0> EQU CRMODE.ICRNL TO tty$<5, 3, 0> EQU CRMODE.ONLCR TO tty$<5, 4, 0> EQU CRMODE.OCRNL TO tty$<5, 5, 0> EQU CRMODE.ONOCR TO tty$<5, 6, 0> EQU CRMODE.ONLRET TO tty$<5, 7, 0> EQU DELAY.BS TO tty$<6, 1, 0> EQU DELAY.CR TO tty$<6, 2, 0> EQU DELAY.FF TO tty$<6, 3, 0> EQU DELAY.LF TO tty$<6, 4, 0> EQU DELAY.VT TO tty$<6, 5, 0> EQU DELAY.TAB TO tty$<6, 6, 0> EQU DELAY.FILL TO tty$<6, 7, 0> EQU ECHO.ON TO tty$<7, 1, 0> EQU ECHO.ERASE TO tty$<7, 2, 0> equ ECHOE$ERASE to 0 equ ECHOE$BS to 1 equ ECHOE$BSB to 2 equ ECHOE$PRINTER to 3 EQU ECHO.KILL TO tty$<7, 3, 0> equ ECHOK$KILL to 0 equ ECHOK$LF to 1 equ ECHOK$ERASE to 2 EQU ECHO.CTRL TO tty$<7, 4, 0> EQU ECHO.LF TO tty$<7, 5, 0> EQU HANDSHAKE.XON TO tty$<8, 1, 0> EQU HANDSHAKE.STARTANY TO tty$<8, 2, 0> EQU HANDSHAKE.TANDEM TO tty$<8, 3, 0> EQU HANDSHAKE.DTR TO tty$<8, 4, 0> EQU OUTPUT.POST TO tty$<9, 1, 0> EQU OUTPUT.TILDE TO tty$<9, 2, 0> EQU OUTPUT.BG TO tty$<9, 3, 0> EQU OUTPUT.CS TO tty$<9, 4, 0> EQU OUTPUT.TAB TO tty$<9, 5, 0> EQU PROTOCOL.LINE TO tty$<10, 1, 0> EQU PROTOCOL.BAUD TO tty$<10, 2, 0> EQU PROTOCOL.DATA TO tty$<10, 3, 0> EQU PROTOCOL.STOP TO tty$<10, 4, 0> EQU PROTOCOL.OUTPUT TO tty$<10, 5, 0> EQU PROTOCOL.INPUT TO tty$<10, 6, 0> EQU PROTOCOL.STRIP TO tty$<10, 7, 0> EQU SIGNALS.ENABLE TO tty$<11, 1, 0> EQU SIGNALS.FLUSH TO tty$<11, 2, 0> EQU SIGNALS.BRKKEY TO tty$<11, 3, 0>