1 
 2 
 3      "BEGIN INCLUDE FILE message_table_entry.incl.alm
 4 
 5 
 6           "Created 04/13/81  1519.7 est Mon by convert_include_file,
 7           "   Version of 02/27/81  0031.1 est Fri.
 8 
 9           "Made from >udd>Multics>Margulies>beh>message_table_entry.incl.pl1,
10           "   modified 04/13/81  1518.9 est Mon
11 
12 "
13 "         Structure mte
14 "
15           equ       mte_size,7
16 
17 
18           equ       mte.group,0                   " LEVEL 2
19 
20           bool      mte.query_error,200000        " DU
21           bool      mte.active_func,100000        " DU
22           bool      mte.no_tpr,040000             " DU
23           bool      mte.with_tpr,020000           " DU
24           bool      mte.io_err,010000             " DU
25           bool      mte.undefined,004000          " DU
26           bool      mte.unwind_err,002000         " DU
27           bool      mte.ignore,000400             " DU
28 
29           equ       mte.action_ind,0              " LEVEL 2
30 
31           bool      mte.no_special,400000         " DL
32           bool      mte.sub_err,200000            " DL
33           bool      mte.sig_error,100000          " DL
34           bool      mte.storage,040000            " DL
35           bool      mte.endpage,020000            " DL
36           bool      mte.linkerr,010000            " DL
37           bool      mte.cur_inst,004000           " DL
38           bool      mte.gaterr,001000             " DL
39           bool      mte.segferr,000400            " DL
40           bool      mte.pagerr,000200             " DL
41           bool      mte.store,000100              " DL
42           bool      mte.outbounds,000040          " DL
43           bool      mte.lotfault,000020           " DL
44 
45           equ       mte.format_x,1
46 
47           equ       mte.string_relp,2             " UPPER
48 
49           equ       mte.cond_id_relp,6            " UPPER
50 
51      "END INCLUDE FILE message_table_entry.incl.alm