/usr/share/z88dk/include/oz/command5.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 5
*
* Do not include yourself - included by application.h
*
* 7/4/99 djm
*/
#ifdef TOPIC5_1
.in_com_5_1
defb in_com_5_1end - in_com_5_1
APPLBYTE(TOPIC5_1CODE)
APPLNAME(TOPIC5_1KEY)
APPLTEXT(TOPIC5_1)
#ifdef TOPIC5_1HELP1
defb (in_com_hlp5_1 - in_help) /256
defb (in_com_hlp5_1 - in_help) %256
#else
defb 0,0 ;pointer to help - use \0
#endif /* TOPIC5_1HELP1) */
#ifdef TOPIC5_1ATTR
APPLBYTE(TOPIC5_1ATTR)
#else
defb 0
#endif /* TOPIC5_1ATTR */
defb in_com_5_1end - in_com_5_1
.in_com_5_1end
#endif /* TOPIC5_1 */
#ifdef TOPIC5_2
.in_com_5_2
defb in_com_5_2end - in_com_5_2
APPLBYTE(TOPIC5_2CODE)
APPLNAME(TOPIC5_2KEY)
APPLTEXT(TOPIC5_2)
#ifdef TOPIC5_2HELP1
defb (in_com_hlp5_2 - in_help) /256
defb (in_com_hlp5_2 - in_help) %256
#else
defb 0,0 ;pointer to help - use \0
#endif /* TOPIC5_2HELP1) */
#ifdef TOPIC5_2ATTR
APPLBYTE(TOPIC5_2ATTR)
#else
defb 0
#endif /* TOPIC5_2ATTR */
defb in_com_5_2end - in_com_5_2
.in_com_5_2end
#endif /* TOPIC5_2 */
#ifdef TOPIC5_3
.in_com_5_3
defb in_com_5_3end - in_com_5_3
APPLBYTE(TOPIC5_3CODE)
APPLNAME(TOPIC5_3KEY)
APPLNAME(TOPIC5_3)
#ifdef TOPIC5_3HELP1
defb (in_com_hlp5_3 - in_help) /256
defb (in_com_hlp5_3 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_3HELP1) */
#ifdef TOPIC5_3ATTR
APPLBYTE(TOPIC5_3ATTR)
#else
defb 0
#endif /* TOPIC5_3ATTR */
defb in_com_5_3end - in_com_5_3
.in_com_5_3end
#endif /* TOPIC5_3 */
#ifdef TOPIC5_4
.in_com_5_4
defb in_com_5_4end - in_com_5_4
APPLBYTE(TOPIC5_4CODE)
APPLNAME(TOPIC5_4KEY)
APPLNAME(TOPIC5_4)
#ifdef TOPIC5_4HELP1
defb (in_com_hlp5_4 - in_help) /256
defb (in_com_hlp5_4 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_4HELP1) */
#ifdef TOPIC5_4ATTR
APPLBYTE(TOPIC5_4ATTR)
#else
defb 0
#endif /* TOPIC5_4ATTR */
defb in_com_5_4end - in_com_5_4
.in_com_5_4end
#endif /* TOPIC5_4 */
#ifdef TOPIC5_5
.in_com_5_5
defb in_com_5_5end - in_com_5_5
APPLBYTE(TOPIC5_5CODE)
APPLNAME(TOPIC5_5KEY)
APPLNAME(TOPIC5_5)
#ifdef TOPIC5_5HELP1
defb (in_com_hlp5_5 - in_help) /256
defb (in_com_hlp5_5 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_5HELP1) */
#ifdef TOPIC5_5ATTR
APPLBYTE(TOPIC5_5ATTR)
#else
defb 0
#endif /* TOPIC5_5ATTR */
defb in_com_5_5end - in_com_5_5
.in_com_5_5end
#endif /* TOPIC5_5 */
#ifdef TOPIC5_6
.in_com_5_6
defb in_com_5_6end - in_com_5_6
APPLBYTE(TOPIC5_6CODE)
APPLNAME(TOPIC5_6KEY)
APPLNAME(TOPIC5_6)
#ifdef TOPIC5_6HELP1
defb (in_com_hlp5_6 - in_help) /256
defb (in_com_hlp5_6 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_6HELP1) */
#ifdef TOPIC5_6ATTR
APPLBYTE(TOPIC5_6ATTR)
#else
defb 0
#endif /* TOPIC5_6ATTR */
defb in_com_5_6end - in_com_5_6
.in_com_5_6end
#endif /* TOPIC5_6 */
#ifdef TOPIC5_7
.in_com_5_7
defb in_com_5_7end - in_com_5_7
APPLBYTE(TOPIC5_7CODE)
APPLNAME(TOPIC5_7KEY)
APPLNAME(TOPIC5_7)
#ifdef TOPIC5_7HELP1
defb (in_com_hlp5_7 - in_help) /256
defb (in_com_hlp5_7 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_7HELP1) */
#ifdef TOPIC5_7ATTR
APPLBYTE(TOPIC5_7ATTR)
#else
defb 0
#endif /* TOPIC5_7ATTR */
defb in_com_5_7end - in_com_5_7
.in_com_5_7end
#endif /* TOPIC5_7 */
#ifdef TOPIC5_8
.in_com_5_8
defb in_com_5_8end - in_com_5_8
APPLBYTE(TOPIC5_8CODE)
APPLNAME(TOPIC5_8KEY)
APPLNAME(TOPIC5_8)
#ifdef TOPIC5_8HELP1
defb (in_com_hlp5_8 - in_help) /256
defb (in_com_hlp5_8 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_8HELP1) */
#ifdef TOPIC5_8ATTR
APPLBYTE(TOPIC5_8ATTR)
#else
defb 0
#endif /* TOPIC5_8ATTR */
defb in_com_5_8end - in_com_5_8
.in_com_5_8end
#endif /* TOPIC5_8 */
#ifdef TOPIC5_9
.in_com_5_9
defb in_com_5_9end - in_com_5_9
APPLBYTE(TOPIC5_9CODE)
APPLNAME(TOPIC5_9KEY)
APPLNAME(TOPIC5_9)
#ifdef TOPIC5_9HELP1
defb (in_com_hlp5_9 - in_help) /256
defb (in_com_hlp5_9 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_9HELP1) */
#ifdef TOPIC5_9ATTR
APPLBYTE(TOPIC5_9ATTR)
#else
defb 0
#endif /* TOPIC5_9ATTR */
defb in_com_5_9end - in_com_5_9
.in_com_5_9end
#endif /* TOPIC5_9 */
#ifdef TOPIC5_10
.in_com_5_10
defb in_com_5_10end - in_com_5_10
APPLBYTE(TOPIC5_10CODE)
APPLNAME(TOPIC5_10KEY)
APPLNAME(TOPIC5_10)
#ifdef TOPIC5_10HELP1
defb (in_com_hlp5_10 - in_help) /256
defb (in_com_hlp5_10 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_10HELP1) */
#ifdef TOPIC5_10ATTR
APPLBYTE(TOPIC5_10ATTR)
#else
defb 0
#endif /* TOPIC5_10ATTR */
defb in_com_5_10end - in_com_5_10
.in_com_5_10end
#endif /* TOPIC5_10 */
#ifdef TOPIC5_11
.in_com_5_11
defb in_com_5_11end - in_com_5_11
APPLBYTE(TOPIC5_11CODE)
APPLNAME(TOPIC5_11KEY)
APPLNAME(TOPIC5_11)
#ifdef TOPIC5_11HELP1
defb (in_com_hlp5_11 - in_help) /256
defb (in_com_hlp5_11 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_11HELP1) */
#ifdef TOPIC5_11ATTR
APPLBYTE(TOPIC5_11ATTR)
#else
defb 0
#endif /* TOPIC5_11ATTR */
defb in_com_5_11end - in_com_5_11
.in_com_5_11end
#endif /* TOPIC5_11 */
#ifdef TOPIC5_12
.in_com_5_12
defb in_com_5_12end - in_com_5_12
APPLBYTE(TOPIC5_12CODE)
APPLNAME(TOPIC5_12KEY)
APPLNAME(TOPIC5_12)
#ifdef TOPIC5_12HELP1
defb (in_com_hlp5_12 - in_help) /256
defb (in_com_hlp5_12 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_12HELP1) */
#ifdef TOPIC5_12ATTR
APPLBYTE(TOPIC5_12ATTR)
#else
defb 0
#endif /* TOPIC5_12ATTR */
defb in_com_5_12end - in_com_5_12
.in_com_5_12end
#endif /* TOPIC5_12 */
#ifdef TOPIC5_13
.in_com_5_13
defb in_com_5_13end - in_com_5_13
APPLBYTE(TOPIC5_13CODE)
APPLNAME(TOPIC5_13KEY)
APPLNAME(TOPIC5_13)
#ifdef TOPIC5_13HELP1
defb (in_com_hlp5_13 - in_help) /256
defb (in_com_hlp5_13 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_13HELP1) */
#ifdef TOPIC5_13ATTR
APPLBYTE(TOPIC5_13ATTR)
#else
defb 0
#endif /* TOPIC5_13ATTR */
defb in_com_5_13end - in_com_5_13
.in_com_5_13end
#endif /* TOPIC5_13 */
#ifdef TOPIC5_14
.in_com_5_14
defb in_com_5_14end - in_com_5_14
APPLBYTE(TOPIC5_14CODE)
APPLNAME(TOPIC5_14KEY)
APPLNAME(TOPIC5_14)
#ifdef TOPIC5_14HELP1
defb (in_com_hlp5_14 - in_help) /256
defb (in_com_hlp5_14 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_14HELP1) */
#ifdef TOPIC5_14ATTR
APPLBYTE(TOPIC5_14ATTR)
#else
defb 0
#endif /* TOPIC5_14ATTR */
defb in_com_5_14end - in_com_5_14
.in_com_5_14end
#endif /* TOPIC5_14 */
#ifdef TOPIC5_15
.in_com_5_15
defb in_com_5_15end - in_com_5_15
APPLBYTE(TOPIC5_15CODE)
APPLNAME(TOPIC5_15KEY)
APPLNAME(TOPIC5_15)
#ifdef TOPIC5_15HELP1
defb (in_com_hlp5_15 - in_help) /256
defb (in_com_hlp5_15 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_15HELP1) */
#ifdef TOPIC5_15ATTR
APPLBYTE(TOPIC5_15ATTR)
#else
defb 0
#endif /* TOPIC5_15ATTR */
defb in_com_5_15end - in_com_5_15
.in_com_5_15end
#endif /* TOPIC5_15 */
#ifdef TOPIC5_16
.in_com_5_16
defb in_com_5_16end - in_com_5_16
APPLBYTE(TOPIC5_16CODE)
APPLNAME(TOPIC5_16KEY)
APPLNAME(TOPIC5_16)
#ifdef TOPIC5_16HELP1
defb (in_com_hlp5_16 - in_help) /256
defb (in_com_hlp5_16 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_16HELP1) */
#ifdef TOPIC5_16ATTR
APPLBYTE(TOPIC5_16ATTR)
#else
defb 0
#endif /* TOPIC5_16ATTR */
defb in_com_5_16end - in_com_5_16
.in_com_5_16end
#endif /* TOPIC5_16 */
#ifdef TOPIC5_17
.in_com_5_17
defb in_com_5_17end - in_com_5_17
APPLBYTE(TOPIC5_17CODE)
APPLNAME(TOPIC5_17KEY)
APPLNAME(TOPIC5_17)
#ifdef TOPIC5_17HELP1
defb (in_com_hlp5_17 - in_help) /256
defb (in_com_hlp5_17 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_17HELP1) */
#ifdef TOPIC5_17ATTR
APPLBYTE(TOPIC5_17ATTR)
#else
defb 0
#endif /* TOPIC5_17ATTR */
defb in_com_5_17end - in_com_5_17
.in_com_5_17end
#endif /* TOPIC5_17 */
#ifdef TOPIC5_18
.in_com_5_18
defb in_com_5_18end - in_com_5_18
APPLBYTE(TOPIC5_18CODE)
APPLNAME(TOPIC5_18KEY)
APPLNAME(TOPIC5_18)
#ifdef TOPIC5_18HELP1
defb (in_com_hlp5_18 - in_help) /256
defb (in_com_hlp5_18 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_18HELP1) */
#ifdef TOPIC5_18ATTR
APPLBYTE(TOPIC5_18ATTR)
#else
defb 0
#endif /* TOPIC5_18ATTR */
defb in_com_5_18end - in_com_5_18
.in_com_5_18end
#endif /* TOPIC5_18 */
#ifdef TOPIC5_19
.in_com_5_19
defb in_com_5_19end - in_com_5_19
APPLBYTE(TOPIC5_19CODE)
APPLNAME(TOPIC5_19KEY)
APPLNAME(TOPIC5_19)
#ifdef TOPIC5_19HELP1
defb (in_com_hlp5_19 - in_help) /256
defb (in_com_hlp5_19 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_19HELP1) */
#ifdef TOPIC5_19ATTR
APPLBYTE(TOPIC5_19ATTR)
#else
defb 0
#endif /* TOPIC5_19ATTR */
defb in_com_5_19end - in_com_5_19
.in_com_5_19end
#endif /* TOPIC5_19 */
#ifdef TOPIC5_20
.in_com_5_20
defb in_com_5_20end - in_com_5_20
APPLBYTE(TOPIC5_20CODE)
APPLNAME(TOPIC5_20KEY)
APPLNAME(TOPIC5_20)
#ifdef TOPIC5_20HELP1
defb (in_com_hlp5_20 - in_help) /256
defb (in_com_hlp5_20 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_20HELP1) */
#ifdef TOPIC5_20ATTR
APPLBYTE(TOPIC5_20ATTR)
#else
defb 0
#endif /* TOPIC5_20ATTR */
defb in_com_5_20end - in_com_5_20
.in_com_5_20end
#endif /* TOPIC5_20 */
#ifdef TOPIC5_21
.in_com_5_21
defb in_com_5_21end - in_com_5_21
APPLBYTE(TOPIC5_21CODE)
APPLNAME(TOPIC5_21KEY)
APPLNAME(TOPIC5_21)
#ifdef TOPIC5_21HELP1
defb (in_com_hlp5_21 - in_help) /256
defb (in_com_hlp5_21 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_21HELP1) */
#ifdef TOPIC5_21ATTR
APPLBYTE(TOPIC5_21ATTR)
#else
defb 0
#endif /* TOPIC5_21ATTR */
defb in_com_5_21end - in_com_5_21
.in_com_5_21end
#endif /* TOPIC5_21 */
#ifdef TOPIC5_22
.in_com_5_22
defb in_com_5_22end - in_com_5_22
APPLBYTE(TOPIC5_22CODE)
APPLNAME(TOPIC5_22KEY)
APPLNAME(TOPIC5_22)
#ifdef TOPIC5_22HELP1
defb (in_com_hlp5_22 - in_help) /256
defb (in_com_hlp5_22 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_22HELP1) */
#ifdef TOPIC5_22ATTR
APPLBYTE(TOPIC5_22ATTR)
#else
defb 0
#endif /* TOPIC5_22ATTR */
defb in_com_5_22end - in_com_5_22
.in_com_5_22end
#endif /* TOPIC5_22 */
#ifdef TOPIC5_23
.in_com_5_23
defb in_com_5_23end - in_com_5_23
APPLBYTE(TOPIC5_23CODE)
APPLNAME(TOPIC5_23KEY)
APPLNAME(TOPIC5_23)
#ifdef TOPIC5_23HELP1
defb (in_com_hlp5_23 - in_help) /256
defb (in_com_hlp5_23 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_23HELP1) */
#ifdef TOPIC5_23ATTR
APPLBYTE(TOPIC5_23ATTR)
#else
defb 0
#endif /* TOPIC5_23ATTR */
defb in_com_5_23end - in_com_5_23
.in_com_5_23end
#endif /* TOPIC5_23 */
#ifdef TOPIC5_24
.in_com_5_24
defb in_com_5_24end - in_com_5_24
APPLBYTE(TOPIC5_24CODE)
APPLNAME(TOPIC5_24KEY)
APPLNAME(TOPIC5_24)
#ifdef TOPIC5_24HELP1
defb (in_com_hlp5_24 - in_help) /256
defb (in_com_hlp5_24 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC5_24HELP1) */
#ifdef TOPIC5_24ATTR
APPLBYTE(TOPIC5_24ATTR)
#else
defb 0
#endif /* TOPIC5_24ATTR */
defb in_com_5_24end - in_com_5_24
.in_com_5_24end
#endif /* TOPIC5_24 */
/*
* If we have the first item of next topic, then we carry on!
*/
#ifdef TOPIC6_1
defb 1 ;end marker of current topic
#endif
|