/usr/share/z88dk/include/oz/command4.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 4
*
* Do not include yourself - included by application.h
*
* 7/4/99 djm
*/
#ifdef TOPIC4_1
.in_com_4_1
defb in_com_4_1end - in_com_4_1
APPLBYTE(TOPIC4_1CODE)
APPLNAME(TOPIC4_1KEY)
APPLTEXT(TOPIC4_1)
#ifdef TOPIC4_1HELP1
defb (in_com_hlp4_1 - in_help) /256
defb (in_com_hlp4_1 - in_help) %256
#else
defb 0,0 ;pointer to help - use \0
#endif /* TOPIC4_1HELP1) */
#ifdef TOPIC4_1ATTR
APPLBYTE(TOPIC4_1ATTR)
#else
defb 0
#endif /* TOPIC4_1ATTR */
defb in_com_4_1end - in_com_4_1
.in_com_4_1end
#endif /* TOPIC4_1 */
#ifdef TOPIC4_2
.in_com_4_2
defb in_com_4_2end - in_com_4_2
APPLBYTE(TOPIC4_2CODE)
APPLNAME(TOPIC4_2KEY)
APPLTEXT(TOPIC4_2)
#ifdef TOPIC4_2HELP1
defb (in_com_hlp4_2 - in_help) /256
defb (in_com_hlp4_2 - in_help) %256
#else
defb 0,0 ;pointer to help - use \0
#endif /* TOPIC4_2HELP1) */
#ifdef TOPIC4_2ATTR
APPLBYTE(TOPIC4_2ATTR)
#else
defb 0
#endif /* TOPIC4_2ATTR */
defb in_com_4_2end - in_com_4_2
.in_com_4_2end
#endif /* TOPIC4_2 */
#ifdef TOPIC4_3
.in_com_4_3
defb in_com_4_3end - in_com_4_3
APPLBYTE(TOPIC4_3CODE)
APPLNAME(TOPIC4_3KEY)
APPLNAME(TOPIC4_3)
#ifdef TOPIC4_3HELP1
defb (in_com_hlp4_3 - in_help) /256
defb (in_com_hlp4_3 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_3HELP1) */
#ifdef TOPIC4_3ATTR
APPLBYTE(TOPIC4_3ATTR)
#else
defb 0
#endif /* TOPIC4_3ATTR */
defb in_com_4_3end - in_com_4_3
.in_com_4_3end
#endif /* TOPIC4_3 */
#ifdef TOPIC4_4
.in_com_4_4
defb in_com_4_4end - in_com_4_4
APPLBYTE(TOPIC4_4CODE)
APPLNAME(TOPIC4_4KEY)
APPLNAME(TOPIC4_4)
#ifdef TOPIC4_4HELP1
defb (in_com_hlp4_4 - in_help) /256
defb (in_com_hlp4_4 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_4HELP1) */
#ifdef TOPIC4_4ATTR
APPLBYTE(TOPIC4_4ATTR)
#else
defb 0
#endif /* TOPIC4_4ATTR */
defb in_com_4_4end - in_com_4_4
.in_com_4_4end
#endif /* TOPIC4_4 */
#ifdef TOPIC4_5
.in_com_4_5
defb in_com_4_5end - in_com_4_5
APPLBYTE(TOPIC4_5CODE)
APPLNAME(TOPIC4_5KEY)
APPLNAME(TOPIC4_5)
#ifdef TOPIC4_5HELP1
defb (in_com_hlp4_5 - in_help) /256
defb (in_com_hlp4_5 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_5HELP1) */
#ifdef TOPIC4_5ATTR
APPLBYTE(TOPIC4_5ATTR)
#else
defb 0
#endif /* TOPIC4_5ATTR */
defb in_com_4_5end - in_com_4_5
.in_com_4_5end
#endif /* TOPIC4_5 */
#ifdef TOPIC4_6
.in_com_4_6
defb in_com_4_6end - in_com_4_6
APPLBYTE(TOPIC4_6CODE)
APPLNAME(TOPIC4_6KEY)
APPLNAME(TOPIC4_6)
#ifdef TOPIC4_6HELP1
defb (in_com_hlp4_6 - in_help) /256
defb (in_com_hlp4_6 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_6HELP1) */
#ifdef TOPIC4_6ATTR
APPLBYTE(TOPIC4_6ATTR)
#else
defb 0
#endif /* TOPIC4_6ATTR */
defb in_com_4_6end - in_com_4_6
.in_com_4_6end
#endif /* TOPIC4_6 */
#ifdef TOPIC4_7
.in_com_4_7
defb in_com_4_7end - in_com_4_7
APPLBYTE(TOPIC4_7CODE)
APPLNAME(TOPIC4_7KEY)
APPLNAME(TOPIC4_7)
#ifdef TOPIC4_7HELP1
defb (in_com_hlp4_7 - in_help) /256
defb (in_com_hlp4_7 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_7HELP1) */
#ifdef TOPIC4_7ATTR
APPLBYTE(TOPIC4_7ATTR)
#else
defb 0
#endif /* TOPIC4_7ATTR */
defb in_com_4_7end - in_com_4_7
.in_com_4_7end
#endif /* TOPIC4_7 */
#ifdef TOPIC4_8
.in_com_4_8
defb in_com_4_8end - in_com_4_8
APPLBYTE(TOPIC4_8CODE)
APPLNAME(TOPIC4_8KEY)
APPLNAME(TOPIC4_8)
#ifdef TOPIC4_8HELP1
defb (in_com_hlp4_8 - in_help) /256
defb (in_com_hlp4_8 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_8HELP1) */
#ifdef TOPIC4_8ATTR
APPLBYTE(TOPIC4_8ATTR)
#else
defb 0
#endif /* TOPIC4_8ATTR */
defb in_com_4_8end - in_com_4_8
.in_com_4_8end
#endif /* TOPIC4_8 */
#ifdef TOPIC4_9
.in_com_4_9
defb in_com_4_9end - in_com_4_9
APPLBYTE(TOPIC4_9CODE)
APPLNAME(TOPIC4_9KEY)
APPLNAME(TOPIC4_9)
#ifdef TOPIC4_9HELP1
defb (in_com_hlp4_9 - in_help) /256
defb (in_com_hlp4_9 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_9HELP1) */
#ifdef TOPIC4_9ATTR
APPLBYTE(TOPIC4_9ATTR)
#else
defb 0
#endif /* TOPIC4_9ATTR */
defb in_com_4_9end - in_com_4_9
.in_com_4_9end
#endif /* TOPIC4_9 */
#ifdef TOPIC4_10
.in_com_4_10
defb in_com_4_10end - in_com_4_10
APPLBYTE(TOPIC4_10CODE)
APPLNAME(TOPIC4_10KEY)
APPLNAME(TOPIC4_10)
#ifdef TOPIC4_10HELP1
defb (in_com_hlp4_10 - in_help) /256
defb (in_com_hlp4_10 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_10HELP1) */
#ifdef TOPIC4_10ATTR
APPLBYTE(TOPIC4_10ATTR)
#else
defb 0
#endif /* TOPIC4_10ATTR */
defb in_com_4_10end - in_com_4_10
.in_com_4_10end
#endif /* TOPIC4_10 */
#ifdef TOPIC4_11
.in_com_4_11
defb in_com_4_11end - in_com_4_11
APPLBYTE(TOPIC4_11CODE)
APPLNAME(TOPIC4_11KEY)
APPLNAME(TOPIC4_11)
#ifdef TOPIC4_11HELP1
defb (in_com_hlp4_11 - in_help) /256
defb (in_com_hlp4_11 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_11HELP1) */
#ifdef TOPIC4_11ATTR
APPLBYTE(TOPIC4_11ATTR)
#else
defb 0
#endif /* TOPIC4_11ATTR */
defb in_com_4_11end - in_com_4_11
.in_com_4_11end
#endif /* TOPIC4_11 */
#ifdef TOPIC4_12
.in_com_4_12
defb in_com_4_12end - in_com_4_12
APPLBYTE(TOPIC4_12CODE)
APPLNAME(TOPIC4_12KEY)
APPLNAME(TOPIC4_12)
#ifdef TOPIC4_12HELP1
defb (in_com_hlp4_12 - in_help) /256
defb (in_com_hlp4_12 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_12HELP1) */
#ifdef TOPIC4_12ATTR
APPLBYTE(TOPIC4_12ATTR)
#else
defb 0
#endif /* TOPIC4_12ATTR */
defb in_com_4_12end - in_com_4_12
.in_com_4_12end
#endif /* TOPIC4_12 */
#ifdef TOPIC4_13
.in_com_4_13
defb in_com_4_13end - in_com_4_13
APPLBYTE(TOPIC4_13CODE)
APPLNAME(TOPIC4_13KEY)
APPLNAME(TOPIC4_13)
#ifdef TOPIC4_13HELP1
defb (in_com_hlp4_13 - in_help) /256
defb (in_com_hlp4_13 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_13HELP1) */
#ifdef TOPIC4_13ATTR
APPLBYTE(TOPIC4_13ATTR)
#else
defb 0
#endif /* TOPIC4_13ATTR */
defb in_com_4_13end - in_com_4_13
.in_com_4_13end
#endif /* TOPIC4_13 */
#ifdef TOPIC4_14
.in_com_4_14
defb in_com_4_14end - in_com_4_14
APPLBYTE(TOPIC4_14CODE)
APPLNAME(TOPIC4_14KEY)
APPLNAME(TOPIC4_14)
#ifdef TOPIC4_14HELP1
defb (in_com_hlp4_14 - in_help) /256
defb (in_com_hlp4_14 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_14HELP1) */
#ifdef TOPIC4_14ATTR
APPLBYTE(TOPIC4_14ATTR)
#else
defb 0
#endif /* TOPIC4_14ATTR */
defb in_com_4_14end - in_com_4_14
.in_com_4_14end
#endif /* TOPIC4_14 */
#ifdef TOPIC4_15
.in_com_4_15
defb in_com_4_15end - in_com_4_15
APPLBYTE(TOPIC4_15CODE)
APPLNAME(TOPIC4_15KEY)
APPLNAME(TOPIC4_15)
#ifdef TOPIC4_15HELP1
defb (in_com_hlp4_15 - in_help) /256
defb (in_com_hlp4_15 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_15HELP1) */
#ifdef TOPIC4_15ATTR
APPLBYTE(TOPIC4_15ATTR)
#else
defb 0
#endif /* TOPIC4_15ATTR */
defb in_com_4_15end - in_com_4_15
.in_com_4_15end
#endif /* TOPIC4_15 */
#ifdef TOPIC4_16
.in_com_4_16
defb in_com_4_16end - in_com_4_16
APPLBYTE(TOPIC4_16CODE)
APPLNAME(TOPIC4_16KEY)
APPLNAME(TOPIC4_16)
#ifdef TOPIC4_16HELP1
defb (in_com_hlp4_16 - in_help) /256
defb (in_com_hlp4_16 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_16HELP1) */
#ifdef TOPIC4_16ATTR
APPLBYTE(TOPIC4_16ATTR)
#else
defb 0
#endif /* TOPIC4_16ATTR */
defb in_com_4_16end - in_com_4_16
.in_com_4_16end
#endif /* TOPIC4_16 */
#ifdef TOPIC4_17
.in_com_4_17
defb in_com_4_17end - in_com_4_17
APPLBYTE(TOPIC4_17CODE)
APPLNAME(TOPIC4_17KEY)
APPLNAME(TOPIC4_17)
#ifdef TOPIC4_17HELP1
defb (in_com_hlp4_17 - in_help) /256
defb (in_com_hlp4_17 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_17HELP1) */
#ifdef TOPIC4_17ATTR
APPLBYTE(TOPIC4_17ATTR)
#else
defb 0
#endif /* TOPIC4_17ATTR */
defb in_com_4_17end - in_com_4_17
.in_com_4_17end
#endif /* TOPIC4_17 */
#ifdef TOPIC4_18
.in_com_4_18
defb in_com_4_18end - in_com_4_18
APPLBYTE(TOPIC4_18CODE)
APPLNAME(TOPIC4_18KEY)
APPLNAME(TOPIC4_18)
#ifdef TOPIC4_18HELP1
defb (in_com_hlp4_18 - in_help) /256
defb (in_com_hlp4_18 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_18HELP1) */
#ifdef TOPIC4_18ATTR
APPLBYTE(TOPIC4_18ATTR)
#else
defb 0
#endif /* TOPIC4_18ATTR */
defb in_com_4_18end - in_com_4_18
.in_com_4_18end
#endif /* TOPIC4_18 */
#ifdef TOPIC4_19
.in_com_4_19
defb in_com_4_19end - in_com_4_19
APPLBYTE(TOPIC4_19CODE)
APPLNAME(TOPIC4_19KEY)
APPLNAME(TOPIC4_19)
#ifdef TOPIC4_19HELP1
defb (in_com_hlp4_19 - in_help) /256
defb (in_com_hlp4_19 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_19HELP1) */
#ifdef TOPIC4_19ATTR
APPLBYTE(TOPIC4_19ATTR)
#else
defb 0
#endif /* TOPIC4_19ATTR */
defb in_com_4_19end - in_com_4_19
.in_com_4_19end
#endif /* TOPIC4_19 */
#ifdef TOPIC4_20
.in_com_4_20
defb in_com_4_20end - in_com_4_20
APPLBYTE(TOPIC4_20CODE)
APPLNAME(TOPIC4_20KEY)
APPLNAME(TOPIC4_20)
#ifdef TOPIC4_20HELP1
defb (in_com_hlp4_20 - in_help) /256
defb (in_com_hlp4_20 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_20HELP1) */
#ifdef TOPIC4_20ATTR
APPLBYTE(TOPIC4_20ATTR)
#else
defb 0
#endif /* TOPIC4_20ATTR */
defb in_com_4_20end - in_com_4_20
.in_com_4_20end
#endif /* TOPIC4_20 */
#ifdef TOPIC4_21
.in_com_4_21
defb in_com_4_21end - in_com_4_21
APPLBYTE(TOPIC4_21CODE)
APPLNAME(TOPIC4_21KEY)
APPLNAME(TOPIC4_21)
#ifdef TOPIC4_21HELP1
defb (in_com_hlp4_21 - in_help) /256
defb (in_com_hlp4_21 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_21HELP1) */
#ifdef TOPIC4_21ATTR
APPLBYTE(TOPIC4_21ATTR)
#else
defb 0
#endif /* TOPIC4_21ATTR */
defb in_com_4_21end - in_com_4_21
.in_com_4_21end
#endif /* TOPIC4_21 */
#ifdef TOPIC4_22
.in_com_4_22
defb in_com_4_22end - in_com_4_22
APPLBYTE(TOPIC4_22CODE)
APPLNAME(TOPIC4_22KEY)
APPLNAME(TOPIC4_22)
#ifdef TOPIC4_22HELP1
defb (in_com_hlp4_22 - in_help) /256
defb (in_com_hlp4_22 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_22HELP1) */
#ifdef TOPIC4_22ATTR
APPLBYTE(TOPIC4_22ATTR)
#else
defb 0
#endif /* TOPIC4_22ATTR */
defb in_com_4_22end - in_com_4_22
.in_com_4_22end
#endif /* TOPIC4_22 */
#ifdef TOPIC4_23
.in_com_4_23
defb in_com_4_23end - in_com_4_23
APPLBYTE(TOPIC4_23CODE)
APPLNAME(TOPIC4_23KEY)
APPLNAME(TOPIC4_23)
#ifdef TOPIC4_23HELP1
defb (in_com_hlp4_23 - in_help) /256
defb (in_com_hlp4_23 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_23HELP1) */
#ifdef TOPIC4_23ATTR
APPLBYTE(TOPIC4_23ATTR)
#else
defb 0
#endif /* TOPIC4_23ATTR */
defb in_com_4_23end - in_com_4_23
.in_com_4_23end
#endif /* TOPIC4_23 */
#ifdef TOPIC4_24
.in_com_4_24
defb in_com_4_24end - in_com_4_24
APPLBYTE(TOPIC4_24CODE)
APPLNAME(TOPIC4_24KEY)
APPLNAME(TOPIC4_24)
#ifdef TOPIC4_24HELP1
defb (in_com_hlp4_24 - in_help) /256
defb (in_com_hlp4_24 - in_help) %256
#else
defb 0 ;pointer to help - use \0
#endif /* TOPIC4_24HELP1) */
#ifdef TOPIC4_24ATTR
APPLBYTE(TOPIC4_24ATTR)
#else
defb 0
#endif /* TOPIC4_24ATTR */
defb in_com_4_24end - in_com_4_24
.in_com_4_24end
#endif /* TOPIC4_24 */
/*
* If we have the first item of next topic, then we carry on!
*/
#ifdef TOPIC5_1
defb 1 ;end marker of current topic
#endif
|