This file is indexed.

/usr/share/z88dk/include/oz/command2.h is in z88dk-data 1.8.ds1-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
/*
 *      Header for command entries for Topic 2
 *
 *      Do not include yourself - included by application.h
 *
 *      7/4/99 djm
 */


#ifdef TOPIC2_1
.in_com_2_1
        defb    in_com_2_1end - in_com_2_1
        APPLBYTE(TOPIC2_1CODE)
        APPLNAME(TOPIC2_1KEY)
        APPLTEXT(TOPIC2_1)
#ifdef TOPIC2_1HELP1
        defb    (in_com_hlp2_1 - in_help) /256
        defb    (in_com_hlp2_1 - in_help) %256
#else
        defb    0,0               ;pointer to help - use \0
#endif  /* TOPIC2_1HELP1) */
#ifdef TOPIC2_1ATTR
        APPLBYTE(TOPIC2_1ATTR)
#else
        defb    0
#endif /* TOPIC2_1ATTR */
        defb    in_com_2_1end - in_com_2_1
.in_com_2_1end
#endif /* TOPIC2_1 */


#ifdef TOPIC2_2
.in_com_2_2
        defb    in_com_2_2end - in_com_2_2
        APPLBYTE(TOPIC2_2CODE)
        APPLNAME(TOPIC2_2KEY)
        APPLTEXT(TOPIC2_2)
#ifdef TOPIC2_2HELP1
        defb    (in_com_hlp2_2 - in_help) /256
        defb    (in_com_hlp2_2 - in_help) %256
#else
        defb    0,0               ;pointer to help - use \0
#endif  /* TOPIC2_2HELP1) */
#ifdef TOPIC2_2ATTR
        APPLBYTE(TOPIC2_2ATTR)
#else
        defb    0
#endif /* TOPIC2_2ATTR */
        defb    in_com_2_2end - in_com_2_2
.in_com_2_2end
#endif /* TOPIC2_2 */


#ifdef TOPIC2_3
.in_com_2_3
        defb    in_com_2_3end - in_com_2_3
        APPLBYTE(TOPIC2_3CODE)
        APPLNAME(TOPIC2_3KEY)
        APPLNAME(TOPIC2_3)
#ifdef TOPIC2_3HELP1
        defb    (in_com_hlp2_3 - in_help) /256
        defb    (in_com_hlp2_3 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_3HELP1) */
#ifdef TOPIC2_3ATTR
        APPLBYTE(TOPIC2_3ATTR)
#else
        defb    0
#endif /* TOPIC2_3ATTR */
        defb    in_com_2_3end - in_com_2_3
.in_com_2_3end
#endif /* TOPIC2_3 */


#ifdef TOPIC2_4
.in_com_2_4
        defb    in_com_2_4end - in_com_2_4
        APPLBYTE(TOPIC2_4CODE)
        APPLNAME(TOPIC2_4KEY)
        APPLNAME(TOPIC2_4)
#ifdef TOPIC2_4HELP1
        defb    (in_com_hlp2_4 - in_help) /256
        defb    (in_com_hlp2_4 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_4HELP1) */
#ifdef TOPIC2_4ATTR
        APPLBYTE(TOPIC2_4ATTR)
#else
        defb    0
#endif /* TOPIC2_4ATTR */
        defb    in_com_2_4end - in_com_2_4
.in_com_2_4end
#endif /* TOPIC2_4 */


#ifdef TOPIC2_5
.in_com_2_5
        defb    in_com_2_5end - in_com_2_5
        APPLBYTE(TOPIC2_5CODE)
        APPLNAME(TOPIC2_5KEY)
        APPLNAME(TOPIC2_5)
#ifdef TOPIC2_5HELP1
        defb    (in_com_hlp2_5 - in_help) /256
        defb    (in_com_hlp2_5 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_5HELP1) */
#ifdef TOPIC2_5ATTR
        APPLBYTE(TOPIC2_5ATTR)
#else
        defb    0
#endif /* TOPIC2_5ATTR */
        defb    in_com_2_5end - in_com_2_5
.in_com_2_5end
#endif /* TOPIC2_5 */


#ifdef TOPIC2_6
.in_com_2_6
        defb    in_com_2_6end - in_com_2_6
        APPLBYTE(TOPIC2_6CODE)
        APPLNAME(TOPIC2_6KEY)
        APPLNAME(TOPIC2_6)
#ifdef TOPIC2_6HELP1
        defb    (in_com_hlp2_6 - in_help) /256
        defb    (in_com_hlp2_6 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_6HELP1) */
#ifdef TOPIC2_6ATTR
        APPLBYTE(TOPIC2_6ATTR)
#else
        defb    0
#endif /* TOPIC2_6ATTR */
        defb    in_com_2_6end - in_com_2_6
.in_com_2_6end
#endif /* TOPIC2_6 */


#ifdef TOPIC2_7
.in_com_2_7
        defb    in_com_2_7end - in_com_2_7
        APPLBYTE(TOPIC2_7CODE)
        APPLNAME(TOPIC2_7KEY)
        APPLNAME(TOPIC2_7)
#ifdef TOPIC2_7HELP1
        defb    (in_com_hlp2_7 - in_help) /256
        defb    (in_com_hlp2_7 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_7HELP1) */
#ifdef TOPIC2_7ATTR
        APPLBYTE(TOPIC2_7ATTR)
#else
        defb    0
#endif /* TOPIC2_7ATTR */
        defb    in_com_2_7end - in_com_2_7
.in_com_2_7end
#endif /* TOPIC2_7 */


#ifdef TOPIC2_8
.in_com_2_8
        defb    in_com_2_8end - in_com_2_8
        APPLBYTE(TOPIC2_8CODE)
        APPLNAME(TOPIC2_8KEY)
        APPLNAME(TOPIC2_8)
#ifdef TOPIC2_8HELP1
        defb    (in_com_hlp2_8 - in_help) /256
        defb    (in_com_hlp2_8 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_8HELP1) */
#ifdef TOPIC2_8ATTR
        APPLBYTE(TOPIC2_8ATTR)
#else
        defb    0
#endif /* TOPIC2_8ATTR */
        defb    in_com_2_8end - in_com_2_8
.in_com_2_8end
#endif /* TOPIC2_8 */


#ifdef TOPIC2_9
.in_com_2_9
        defb    in_com_2_9end - in_com_2_9
        APPLBYTE(TOPIC2_9CODE)
        APPLNAME(TOPIC2_9KEY)
        APPLNAME(TOPIC2_9)
#ifdef TOPIC2_9HELP1
        defb    (in_com_hlp2_9 - in_help) /256
        defb    (in_com_hlp2_9 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_9HELP1) */
#ifdef TOPIC2_9ATTR
        APPLBYTE(TOPIC2_9ATTR)
#else
        defb    0
#endif /* TOPIC2_9ATTR */
        defb    in_com_2_9end - in_com_2_9
.in_com_2_9end
#endif /* TOPIC2_9 */


#ifdef TOPIC2_10
.in_com_2_10
        defb    in_com_2_10end - in_com_2_10
        APPLBYTE(TOPIC2_10CODE)
        APPLNAME(TOPIC2_10KEY)
        APPLNAME(TOPIC2_10)
#ifdef TOPIC2_10HELP1
        defb    (in_com_hlp2_10 - in_help) /256
        defb    (in_com_hlp2_10 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_10HELP1) */
#ifdef TOPIC2_10ATTR
        APPLBYTE(TOPIC2_10ATTR)
#else
        defb    0
#endif /* TOPIC2_10ATTR */
        defb    in_com_2_10end - in_com_2_10
.in_com_2_10end
#endif /* TOPIC2_10 */


#ifdef TOPIC2_11
.in_com_2_11
        defb    in_com_2_11end - in_com_2_11
        APPLBYTE(TOPIC2_11CODE)
        APPLNAME(TOPIC2_11KEY)
        APPLNAME(TOPIC2_11)
#ifdef TOPIC2_11HELP1
        defb    (in_com_hlp2_11 - in_help) /256
        defb    (in_com_hlp2_11 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_11HELP1) */
#ifdef TOPIC2_11ATTR
        APPLBYTE(TOPIC2_11ATTR)
#else
        defb    0
#endif /* TOPIC2_11ATTR */
        defb    in_com_2_11end - in_com_2_11
.in_com_2_11end
#endif /* TOPIC2_11 */


#ifdef TOPIC2_12
.in_com_2_12
        defb    in_com_2_12end - in_com_2_12
        APPLBYTE(TOPIC2_12CODE)
        APPLNAME(TOPIC2_12KEY)
        APPLNAME(TOPIC2_12)
#ifdef TOPIC2_12HELP1
        defb    (in_com_hlp2_12 - in_help) /256
        defb    (in_com_hlp2_12 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_12HELP1) */
#ifdef TOPIC2_12ATTR
        APPLBYTE(TOPIC2_12ATTR)
#else
        defb    0
#endif /* TOPIC2_12ATTR */
        defb    in_com_2_12end - in_com_2_12
.in_com_2_12end
#endif /* TOPIC2_12 */


#ifdef TOPIC2_13
.in_com_2_13
        defb    in_com_2_13end - in_com_2_13
        APPLBYTE(TOPIC2_13CODE)
        APPLNAME(TOPIC2_13KEY)
        APPLNAME(TOPIC2_13)
#ifdef TOPIC2_13HELP1
        defb    (in_com_hlp2_13 - in_help) /256
        defb    (in_com_hlp2_13 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_13HELP1) */
#ifdef TOPIC2_13ATTR
        APPLBYTE(TOPIC2_13ATTR)
#else
        defb    0
#endif /* TOPIC2_13ATTR */
        defb    in_com_2_13end - in_com_2_13
.in_com_2_13end
#endif /* TOPIC2_13 */


#ifdef TOPIC2_14
.in_com_2_14
        defb    in_com_2_14end - in_com_2_14
        APPLBYTE(TOPIC2_14CODE)
        APPLNAME(TOPIC2_14KEY)
        APPLNAME(TOPIC2_14)
#ifdef TOPIC2_14HELP1
        defb    (in_com_hlp2_14 - in_help) /256
        defb    (in_com_hlp2_14 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_14HELP1) */
#ifdef TOPIC2_14ATTR
        APPLBYTE(TOPIC2_14ATTR)
#else
        defb    0
#endif /* TOPIC2_14ATTR */
        defb    in_com_2_14end - in_com_2_14
.in_com_2_14end
#endif /* TOPIC2_14 */


#ifdef TOPIC2_15
.in_com_2_15
        defb    in_com_2_15end - in_com_2_15
        APPLBYTE(TOPIC2_15CODE)
        APPLNAME(TOPIC2_15KEY)
        APPLNAME(TOPIC2_15)
#ifdef TOPIC2_15HELP1
        defb    (in_com_hlp2_15 - in_help) /256
        defb    (in_com_hlp2_15 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_15HELP1) */
#ifdef TOPIC2_15ATTR
        APPLBYTE(TOPIC2_15ATTR)
#else
        defb    0
#endif /* TOPIC2_15ATTR */
        defb    in_com_2_15end - in_com_2_15
.in_com_2_15end
#endif /* TOPIC2_15 */


#ifdef TOPIC2_16
.in_com_2_16
        defb    in_com_2_16end - in_com_2_16
        APPLBYTE(TOPIC2_16CODE)
        APPLNAME(TOPIC2_16KEY)
        APPLNAME(TOPIC2_16)
#ifdef TOPIC2_16HELP1
        defb    (in_com_hlp2_16 - in_help) /256
        defb    (in_com_hlp2_16 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_16HELP1) */
#ifdef TOPIC2_16ATTR
        APPLBYTE(TOPIC2_16ATTR)
#else
        defb    0
#endif /* TOPIC2_16ATTR */
        defb    in_com_2_16end - in_com_2_16
.in_com_2_16end
#endif /* TOPIC2_16 */


#ifdef TOPIC2_17
.in_com_2_17
        defb    in_com_2_17end - in_com_2_17
        APPLBYTE(TOPIC2_17CODE)
        APPLNAME(TOPIC2_17KEY)
        APPLNAME(TOPIC2_17)
#ifdef TOPIC2_17HELP1
        defb    (in_com_hlp2_17 - in_help) /256
        defb    (in_com_hlp2_17 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_17HELP1) */
#ifdef TOPIC2_17ATTR
        APPLBYTE(TOPIC2_17ATTR)
#else
        defb    0
#endif /* TOPIC2_17ATTR */
        defb    in_com_2_17end - in_com_2_17
.in_com_2_17end
#endif /* TOPIC2_17 */


#ifdef TOPIC2_18
.in_com_2_18
        defb    in_com_2_18end - in_com_2_18
        APPLBYTE(TOPIC2_18CODE)
        APPLNAME(TOPIC2_18KEY)
        APPLNAME(TOPIC2_18)
#ifdef TOPIC2_18HELP1
        defb    (in_com_hlp2_18 - in_help) /256
        defb    (in_com_hlp2_18 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_18HELP1) */
#ifdef TOPIC2_18ATTR
        APPLBYTE(TOPIC2_18ATTR)
#else
        defb    0
#endif /* TOPIC2_18ATTR */
        defb    in_com_2_18end - in_com_2_18
.in_com_2_18end
#endif /* TOPIC2_18 */


#ifdef TOPIC2_19
.in_com_2_19
        defb    in_com_2_19end - in_com_2_19
        APPLBYTE(TOPIC2_19CODE)
        APPLNAME(TOPIC2_19KEY)
        APPLNAME(TOPIC2_19)
#ifdef TOPIC2_19HELP1
        defb    (in_com_hlp2_19 - in_help) /256
        defb    (in_com_hlp2_19 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_19HELP1) */
#ifdef TOPIC2_19ATTR
        APPLBYTE(TOPIC2_19ATTR)
#else
        defb    0
#endif /* TOPIC2_19ATTR */
        defb    in_com_2_19end - in_com_2_19
.in_com_2_19end
#endif /* TOPIC2_19 */


#ifdef TOPIC2_20
.in_com_2_20
        defb    in_com_2_20end - in_com_2_20
        APPLBYTE(TOPIC2_20CODE)
        APPLNAME(TOPIC2_20KEY)
        APPLNAME(TOPIC2_20)
#ifdef TOPIC2_20HELP1
        defb    (in_com_hlp2_20 - in_help) /256
        defb    (in_com_hlp2_20 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_20HELP1) */
#ifdef TOPIC2_20ATTR
        APPLBYTE(TOPIC2_20ATTR)
#else
        defb    0
#endif /* TOPIC2_20ATTR */
        defb    in_com_2_20end - in_com_2_20
.in_com_2_20end
#endif /* TOPIC2_20 */


#ifdef TOPIC2_21
.in_com_2_21
        defb    in_com_2_21end - in_com_2_21
        APPLBYTE(TOPIC2_21CODE)
        APPLNAME(TOPIC2_21KEY)
        APPLNAME(TOPIC2_21)
#ifdef TOPIC2_21HELP1
        defb    (in_com_hlp2_21 - in_help) /256
        defb    (in_com_hlp2_21 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_21HELP1) */
#ifdef TOPIC2_21ATTR
        APPLBYTE(TOPIC2_21ATTR)
#else
        defb    0
#endif /* TOPIC2_21ATTR */
        defb    in_com_2_21end - in_com_2_21
.in_com_2_21end
#endif /* TOPIC2_21 */


#ifdef TOPIC2_22
.in_com_2_22
        defb    in_com_2_22end - in_com_2_22
        APPLBYTE(TOPIC2_22CODE)
        APPLNAME(TOPIC2_22KEY)
        APPLNAME(TOPIC2_22)
#ifdef TOPIC2_22HELP1
        defb    (in_com_hlp2_22 - in_help) /256
        defb    (in_com_hlp2_22 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_22HELP1) */
#ifdef TOPIC2_22ATTR
        APPLBYTE(TOPIC2_22ATTR)
#else
        defb    0
#endif /* TOPIC2_22ATTR */
        defb    in_com_2_22end - in_com_2_22
.in_com_2_22end
#endif /* TOPIC2_22 */


#ifdef TOPIC2_23
.in_com_2_23
        defb    in_com_2_23end - in_com_2_23
        APPLBYTE(TOPIC2_23CODE)
        APPLNAME(TOPIC2_23KEY)
        APPLNAME(TOPIC2_23)
#ifdef TOPIC2_23HELP1
        defb    (in_com_hlp2_23 - in_help) /256
        defb    (in_com_hlp2_23 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_23HELP1) */
#ifdef TOPIC2_23ATTR
        APPLBYTE(TOPIC2_23ATTR)
#else
        defb    0
#endif /* TOPIC2_23ATTR */
        defb    in_com_2_23end - in_com_2_23
.in_com_2_23end
#endif /* TOPIC2_23 */


#ifdef TOPIC2_24
.in_com_2_24
        defb    in_com_2_24end - in_com_2_24
        APPLBYTE(TOPIC2_24CODE)
        APPLNAME(TOPIC2_24KEY)
        APPLNAME(TOPIC2_24)
#ifdef TOPIC2_24HELP1
        defb    (in_com_hlp2_24 - in_help) /256
        defb    (in_com_hlp2_24 - in_help) %256
#else
        defb    0               ;pointer to help - use \0
#endif  /* TOPIC2_24HELP1) */
#ifdef TOPIC2_24ATTR
        APPLBYTE(TOPIC2_24ATTR)
#else
        defb    0
#endif /* TOPIC2_24ATTR */
        defb    in_com_2_24end - in_com_2_24
.in_com_2_24end
#endif /* TOPIC2_24 */

/*
 * If we have the first item of next topic, then we carry on!
 */

#ifdef TOPIC3_1
        defb    1               ;end marker of current topic
#endif