1 
 2 
 3      "BEGIN INCLUDE FILE prt_conv_info.incl.alm
 4 
 5           "Created 09/12/80  1100.5 edt Fri by convert_include_file,
 6           "   Version of 05/04/80  2034.1 edt Sun.
 7 
 8           "Made from >udd>Multics>Palter>work>prt_conv_info.incl.pl1,
 9           "   modified 09/12/80  1100.1 edt Fri
10 
11 
12 " HISTORY COMMENTS:
13 "  1) change(87-05-10,Gilcrease), approve(87-07-31,MCR7686),
14 "     audit(88-02-01,Farley), install(88-02-02,MR12.2-1019):
15 "     Add pci.(line_nbrs eof eol) bits for eor -nb option.
16 "                                                      END HISTORY COMMENTS
17 
18 
19 "
20 "         Structure pci
21 "
22           equ       pci_size,222
23 
24 
25           equ       pci.cv_proc,0
26           equ       pci.lmarg,2
27           equ       pci.rmarg,3
28           equ       pci.page_length,4
29           equ       pci.phys_line_length,5
30           equ       pci.phys_page_length,6
31           equ       pci.lpi,7
32           equ       pci.sheets_per_page,8
33           equ       pci.line_count,9
34           equ       pci.page_count,10
35           equ       pci.func,11
36           equ       pci.modes,12                  "LEVEL 2
37 
38           bool      pci.overflow_off,400000       "DU
39           bool      pci.single_space,200000       "DU
40           bool      pci.non_edited,100000         "DU
41           bool      pci.truncate,040000           "DU
42           bool      pci.esc,020000                "DU
43           bool      pci.ctl_char,010000           "DU
44           bool      pci.line_nbrs,004000          "DU
45           equ       pci.pci_pad_shift,24
46           bool      pci.pci_pad_mask,000037
47 
48           equ       pci.flags,12                  "LEVEL 2
49 
50           bool      pci.ignore_next_ff,000040     "DU
51           bool      pci.eol,000020                "DU
52           bool      pci.eof,000010                "DU
53           equ       pci.flags_pad_shift,18
54           bool      pci.flags_pad_mask,000007
55 
56           equ       pci.coroutine_modes,12        "LEVEL 2
57 
58           bool      pci.upper_case,400000         "DL
59           bool      pci.ht,200000                 "DL
60           equ       pci.coroutine_pad_shift,3
61           bool      pci.coroutine_pad_mask,017777
62           equ       pci.slew_table_idx_shift,0
63           bool      pci.slew_table_idx_mask,000007
64 
65           equ       pci.top_label_line,13         "DOUBLE
66           equ       pci.bot_label_line,47         "DOUBLE
67           equ       pci.top_label_length,81
68           equ       pci.bot_label_length,82
69           equ       pci.form_stops,83             "LEVEL 2
70 
71           equ       pci.lbits_shift,27
72           bool      pci.lbits_mask,000777
73           equ       pci.rbits_shift,18
74           bool      pci.rbits_mask,000777
75 
76           equ       pci.level,211
77           equ       pci.pos,212
78           equ       pci.line,213
79           equ       pci.slew_residue,214
80           equ       pci.label_nelem,215
81           equ       pci.label_wksp,216
82           equ       pci.sav_pos,218
83           equ       pci.esc_state,219
84           equ       pci.esc_num,220
85           equ       pci.temp,221
86 
87      "END INCLUDE FILE prt_conv_info.incl.alm