1 ;/* BEGIN INCLUDE FILE  ws_func.mac */
 2 
 3 ; HISTORY COMMENTS:
 4 ;  1) change(86-04-30,Westcott), approve(87-07-13,mcr7580),
 5 ;     audit(87-07-13,Leskiw), install(87-08-07,MR12.1-1072):
 6 ;     Created.
 7 ;  2) change(86-10-24,ASmith), approve(87-07-13,mcr7580),
 8 ;     audit(87-07-13,Leskiw):
 9 ;     Added I$CONNECT minor.
10 ;                                                      END HISTORY COMMENTS
11 
12 ;/* FUNCTION
13 ;
14 ;Defines the MOWSE functions numbers used by the software interrupt handler.
15 ;
16 ;Equivalent include file ws_func.h
17 ;*/
18 
19 ; Application interrupts
20 
21 I$EXECOM          =       2      ; execute command
22 I$EXECAP          =       3      ; execute capability
23 I$CRETINST        =       4      ; create instance
24 I$DESTINST        =       5      ; destroy instance
25 I$FINDNAME        =       6      ; find capability name
26 I$FINDNUMB        =       7      ; find capability number
27 I$GETTDATA        =       9      ; get terminal data
28 I$PUTTDATA        =       10     ; put terminal data
29 I$GETBGMES        =       11     ; get background message
30 I$PUTBGMES        =       12     ; put background message
31 I$SENDBG          =       13     ; send message to background
32 I$PUTQUERY        =       13     ; put query message
33 I$STATUS          =       14     ; status request/reply
34 I$RESET           =       15     ; reset request/response
35 I$SLEEP           =       16     ; sleep request
36 I$DISCONNECT      =       17     ; disconnect request
37 I$FOREBREAK       =       18     ; foreground break request
38 I$SUSPEND         =       19     ; Suspend application
39 I$CONNECT         =       20     ; Connect internal minor
40 
41 ; /* END INCLUDE FILE ws_func.mac */
42 ^Z