1 | /* .H Function Index Definition file, generated by ELLEC */
|
---|
2 | /* FN_ defines Function Numbers (indices) for all known functions */
|
---|
3 | /* FX_ defines Function eXistence in this ELLE configuration */
|
---|
4 | #define FN_INSSELF 1 /* Insert Self */
|
---|
5 | #define FX_INSSELF 1
|
---|
6 | #define FN_QUOTINS 2 /* Quoted Insert */
|
---|
7 | #define FX_QUOTINS 2
|
---|
8 | #define FN_CRLF 3 /* CRLF */
|
---|
9 | #define FX_CRLF 3
|
---|
10 | #define FN_FCHAR 4 /* Forward Character */
|
---|
11 | #define FX_FCHAR 4
|
---|
12 | #define FN_BCHAR 5 /* Backward Character */
|
---|
13 | #define FX_BCHAR 5
|
---|
14 | #define FN_DCHAR 6 /* Delete Character */
|
---|
15 | #define FX_DCHAR 6
|
---|
16 | #define FN_BDCHAR 7 /* Backward Delete Character */
|
---|
17 | #define FX_BDCHAR 7
|
---|
18 | #define FN_DELSPC 8 /* Delete Horizontal Space */
|
---|
19 | #define FX_DELSPC 8
|
---|
20 | #define FN_TCHARS 9 /* Transpose Characters */
|
---|
21 | #define FX_TCHARS 9
|
---|
22 | #define FN_FWORD 10 /* Forward Word */
|
---|
23 | #define FX_FWORD 10
|
---|
24 | #define FN_BWORD 11 /* Backward Word */
|
---|
25 | #define FX_BWORD 11
|
---|
26 | #define FN_KWORD 12 /* Kill Word */
|
---|
27 | #define FX_KWORD 12
|
---|
28 | #define FN_BKWORD 13 /* Backward Kill Word */
|
---|
29 | #define FX_BKWORD 13
|
---|
30 | #define FN_TWORDS 14 /* Transpose Words */
|
---|
31 | #define FX_TWORDS 14
|
---|
32 | #define FN_UCWORD 15 /* Uppercase Word */
|
---|
33 | #define FX_UCWORD 15
|
---|
34 | #define FN_LCWORD 16 /* Lowercase Word */
|
---|
35 | #define FX_LCWORD 16
|
---|
36 | #define FN_UCIWORD 17 /* Uppercase Initial */
|
---|
37 | #define FX_UCIWORD 17
|
---|
38 | #define FN_BEGLINE 20 /* Beginning of Line */
|
---|
39 | #define FX_BEGLINE 20
|
---|
40 | #define FN_ENDLINE 21 /* End of Line */
|
---|
41 | #define FX_ENDLINE 21
|
---|
42 | #define FN_NXTLINE 22 /* Next Line */
|
---|
43 | #define FX_NXTLINE 22
|
---|
44 | #define FN_PRVLINE 23 /* Previous Line */
|
---|
45 | #define FX_PRVLINE 23
|
---|
46 | #define FN_DNRLINE 24 /* Down Real Line */
|
---|
47 | #define FX_DNRLINE 24
|
---|
48 | #define FN_UPRLINE 25 /* Up Real Line */
|
---|
49 | #define FX_UPRLINE 25
|
---|
50 | #define FN_OLINE 26 /* Open Line */
|
---|
51 | #define FX_OLINE 26
|
---|
52 | #define FN_DELBLINES 27 /* Delete Blank Lines */
|
---|
53 | #define FX_DELBLINES 27
|
---|
54 | #define FN_KLINE 28 /* Kill Line */
|
---|
55 | #define FX_KLINE 28
|
---|
56 | #define FN_BKLINE 29 /* Backward Kill Line */
|
---|
57 | #define FX_BKLINE 29
|
---|
58 | #define FN_GOLINE 30 /* Goto Line */
|
---|
59 | #define FX_GOLINE 30
|
---|
60 | #define FN_SETMARK 35 /* Set/Pop Mark */
|
---|
61 | #define FX_SETMARK 35
|
---|
62 | #define FN_EXCHMARK 36 /* Exchange Point and Mark */
|
---|
63 | #define FX_EXCHMARK 36
|
---|
64 | #define FN_KREGION 37 /* Kill Region */
|
---|
65 | #define FX_KREGION 37
|
---|
66 | #define FN_COPREG 38 /* Copy Region */
|
---|
67 | #define FX_COPREG 38
|
---|
68 | #define FN_UCREG 39 /* Uppercase Region */
|
---|
69 | #define FX_UCREG 39
|
---|
70 | #define FN_LCREG 40 /* Lowercase Region */
|
---|
71 | #define FX_LCREG 40
|
---|
72 | #define FN_FILLREG 41 /* Fill Region */
|
---|
73 | #define FX_FILLREG 41
|
---|
74 | #define FN_FPARA 45 /* Forward Paragraph */
|
---|
75 | #define FX_FPARA 45
|
---|
76 | #define FN_BPARA 46 /* Backward Paragraph */
|
---|
77 | #define FX_BPARA 46
|
---|
78 | #define FN_MRKPARA 47 /* Mark Paragraph */
|
---|
79 | #define FX_MRKPARA 47
|
---|
80 | #define FN_FILLPARA 48 /* Fill Paragraph */
|
---|
81 | #define FX_FILLPARA 48
|
---|
82 | #define FN_SELBUFFER 50 /* Select Buffer */
|
---|
83 | #define FX_SELBUFFER 50
|
---|
84 | #define FN_SELXBUFFER 51 /* Select Existing Buffer */
|
---|
85 | #define FX_SELXBUFFER 51
|
---|
86 | #define FN_KBUFFER 52 /* Kill Buffer */
|
---|
87 | #define FX_KBUFFER 52
|
---|
88 | #define FN_LISTBUFS 53 /* List Buffers */
|
---|
89 | #define FX_LISTBUFS 53
|
---|
90 | #define FN_BUFNOTMOD 54 /* Buffer Not Modified */
|
---|
91 | #define FX_BUFNOTMOD 54
|
---|
92 | #define FN_EOLMODE 55 /* EOL CRLF Mode */
|
---|
93 | #define FX_EOLMODE 55
|
---|
94 | #define FN_GOBEG 56 /* Goto Beginning */
|
---|
95 | #define FX_GOBEG 56
|
---|
96 | #define FN_GOEND 57 /* Goto End */
|
---|
97 | #define FX_GOEND 57
|
---|
98 | #define FN_WHATPAGE 58 /* What Page */
|
---|
99 | #define FX_WHATPAGE 58
|
---|
100 | #define FN_FFILE 60 /* Find File */
|
---|
101 | #define FX_FFILE 60
|
---|
102 | #define FN_RFILE 61 /* Read File */
|
---|
103 | #define FX_RFILE 61
|
---|
104 | #define FN_VFILE 62 /* Visit File */
|
---|
105 | #define FX_VFILE 62
|
---|
106 | #define FN_IFILE 63 /* Insert File */
|
---|
107 | #define FX_IFILE 63
|
---|
108 | #define FN_SFILE 64 /* Save File */
|
---|
109 | #define FX_SFILE 64
|
---|
110 | #define FN_SAVEFILES 65 /* Save All Files */
|
---|
111 | #define FX_SAVEFILES 65
|
---|
112 | #define FN_WFILE 66 /* Write File */
|
---|
113 | #define FX_WFILE 66
|
---|
114 | #define FN_WREG 67 /* Write Region */
|
---|
115 | #define FX_WREG 67
|
---|
116 | #define FN_WLASTKILL 68 /* Write Last Kill */
|
---|
117 | #define FX_WLASTKILL 68
|
---|
118 | #define FN_2WINDS 70 /* Two Windows */
|
---|
119 | #define FX_2WINDS 70
|
---|
120 | #define FN_1WIND 71 /* One Window */
|
---|
121 | #define FX_1WIND 71
|
---|
122 | #define FN_OTHWIND 72 /* Other Window */
|
---|
123 | #define FX_OTHWIND 72
|
---|
124 | #define FN_GROWIND 73 /* Grow Window */
|
---|
125 | #define FX_GROWIND 73
|
---|
126 | #define FN_SHRINKWIND 74 /* Shrink Window */
|
---|
127 | #define FX_SHRINKWIND 74
|
---|
128 | #define FN_DELWIND 75 /* Delete Window */
|
---|
129 | #define FX_DELWIND 75
|
---|
130 | #define FN_SOWIND 76 /* Standout Window */
|
---|
131 | #define FX_SOWIND 76
|
---|
132 | #define FN_2MODEWINDS 77 /* Two Mode Windows */
|
---|
133 | #define FX_2MODEWINDS 77
|
---|
134 | #define FN_NEWWIN 78 /* New Window */
|
---|
135 | #define FX_NEWWIN 78
|
---|
136 | #define FN_NSCREEN 79 /* Next Screen */
|
---|
137 | #define FX_NSCREEN 79
|
---|
138 | #define FN_PSCREEN 80 /* Previous Screen */
|
---|
139 | #define FX_PSCREEN 80
|
---|
140 | #define FN_OTHNSCREEN 81 /* Other New Screen */
|
---|
141 | #define FX_OTHNSCREEN 0
|
---|
142 | #define FN_LWINDBORD 82 /* Line to Window Border */
|
---|
143 | #define FX_LWINDBORD 0
|
---|
144 | #define FN_SCUPWIND 83 /* Scroll Window Up */
|
---|
145 | #define FX_SCUPWIND 83
|
---|
146 | #define FN_SCDNWIND 84 /* Scroll Window Down */
|
---|
147 | #define FX_SCDNWIND 84
|
---|
148 | #define FN_MVWTOP 85 /* Move to Window Top */
|
---|
149 | #define FX_MVWTOP 85
|
---|
150 | #define FN_MVWBOT 86 /* Move to Window Bottom */
|
---|
151 | #define FX_MVWBOT 86
|
---|
152 | #define FN_SETPROF 90 /* Set Profile */
|
---|
153 | #define FX_SETPROF 90
|
---|
154 | #define FN_PFXMETA 91 /* Prefix Meta */
|
---|
155 | #define FX_PFXMETA 91
|
---|
156 | #define FN_PFXEXT 92 /* Prefix Extend */
|
---|
157 | #define FX_PFXEXT 92
|
---|
158 | #define FN_UARG 93 /* Universal Arg */
|
---|
159 | #define FX_UARG 93
|
---|
160 | #define FN_NEGARG 94 /* Negative Argument */
|
---|
161 | #define FX_NEGARG 94
|
---|
162 | #define FN_ARGDIG 95 /* Argument Digit */
|
---|
163 | #define FX_ARGDIG 95
|
---|
164 | #define FN_VTBUTTONS 96 /* VT100 Button Hack */
|
---|
165 | #define FX_VTBUTTONS 96
|
---|
166 | #define FN_DESCRIBE 97 /* Describe */
|
---|
167 | #define FX_DESCRIBE 97
|
---|
168 | #define FN_SKMAC 100 /* Start Kbd Macro */
|
---|
169 | #define FX_SKMAC 100
|
---|
170 | #define FN_EKMAC 101 /* End Kbd Macro */
|
---|
171 | #define FX_EKMAC 101
|
---|
172 | #define FN_XKMAC 102 /* Execute Kbd Macro */
|
---|
173 | #define FX_XKMAC 102
|
---|
174 | #define FN_VKMAC 103 /* View Kbd Macro */
|
---|
175 | #define FX_VKMAC 103
|
---|
176 | #define FN_UNKILL 105 /* Un-kill */
|
---|
177 | #define FX_UNKILL 105
|
---|
178 | #define FN_UNKPOP 106 /* Un-kill Pop */
|
---|
179 | #define FX_UNKPOP 106
|
---|
180 | #define FN_APPNKILL 107 /* Append Next Kill */
|
---|
181 | #define FX_APPNKILL 107
|
---|
182 | #define FN_SRCH 110 /* String Search */
|
---|
183 | #define FX_SRCH 110
|
---|
184 | #define FN_RSRCH 111 /* Reverse String Search */
|
---|
185 | #define FX_RSRCH 111
|
---|
186 | #define FN_ISRCH 112 /* Incremental Search */
|
---|
187 | #define FX_ISRCH 112
|
---|
188 | #define FN_RISRCH 113 /* Reverse Search */
|
---|
189 | #define FX_RISRCH 113
|
---|
190 | #define FN_REPSTR 114 /* Replace String */
|
---|
191 | #define FX_REPSTR 114
|
---|
192 | #define FN_QUEREP 115 /* Query Replace */
|
---|
193 | #define FX_QUEREP 115
|
---|
194 | #define FN_REPLINE 116 /* Replace in Line */
|
---|
195 | #define FX_REPLINE 116
|
---|
196 | #define FN_SFCOL 117 /* Set Fill Column */
|
---|
197 | #define FX_SFCOL 117
|
---|
198 | #define FN_SFPREF 118 /* Set Fill Prefix */
|
---|
199 | #define FX_SFPREF 118
|
---|
200 | #define FN_FILLMODE 119 /* Auto Fill Mode */
|
---|
201 | #define FX_FILLMODE 119
|
---|
202 | #define FN_TEXTMODE 120 /* Text Mode */
|
---|
203 | #define FX_TEXTMODE 0
|
---|
204 | #define FN_INDATM 121 /* Indent According to Mode */
|
---|
205 | #define FX_INDATM 121
|
---|
206 | #define FN_INDNL 122 /* Indent New Line */
|
---|
207 | #define FX_INDNL 122
|
---|
208 | #define FN_BACKIND 123 /* Back to Indentation */
|
---|
209 | #define FX_BACKIND 123
|
---|
210 | #define FN_INDCOMM 124 /* Indent for Comment */
|
---|
211 | #define FX_INDCOMM 124
|
---|
212 | #define FN_INDREL 125 /* Indent Relative */
|
---|
213 | #define FX_INDREL 125
|
---|
214 | #define FN_MATCHBRACK 129 /* Match Bracket */
|
---|
215 | #define FX_MATCHBRACK 0
|
---|
216 | #define FN_PSHINF 130 /* Push to Inferior */
|
---|
217 | #define FX_PSHINF 130
|
---|
218 | #define FN_RETSUP 131 /* Return to Superior */
|
---|
219 | #define FX_RETSUP 131
|
---|
220 | #define FN_WFEXIT 132 /* Write File Exit */
|
---|
221 | #define FX_WFEXIT 132
|
---|
222 | #define FN_BKPT 140 /* Hit Breakpoint */
|
---|
223 | #define FX_BKPT 140
|
---|
224 | #define FN_DEBUG 141 /* Debug Mode */
|
---|
225 | #define FX_DEBUG 141
|
---|
226 | #define FN_XUCMD 150 /* Execute Unix Command */
|
---|
227 | #define FX_XUCMD 0
|
---|
228 | #define FN_MAKE 151 /* Execute Make */
|
---|
229 | #define FX_MAKE 0
|
---|
230 | #define FN_NXTERR 152 /* Find Next Error */
|
---|
231 | #define FX_NXTERR 0
|
---|
232 | #define FN_ICOXCMD 153 /* ICO Extend Command */
|
---|
233 | #define FX_ICOXCMD 0
|
---|
234 | #define FN_ICOTYPFNS 154 /* ICO Typeset Funs */
|
---|
235 | #define FX_ICOTYPFNS 0
|
---|
236 | #define FN_ICOSPIFNS 155 /* ICO Spec Input Funs */
|
---|
237 | #define FX_ICOSPIFNS 0
|
---|
238 | #define FN_STUFFSEL 156 /* Stuff Selection */
|
---|
239 | #define FX_STUFFSEL 0
|
---|
240 | #define FN_SELREGION 157 /* Select Region */
|
---|
241 | #define FX_SELREGION 0
|
---|