Lines Matching refs:Aword

40 typedef uint32 Aword;       /* Type for an ACODE word */  typedef
57 #define BLOCKSIZE (BLOCKLEN*sizeof(Aword))
75 #define SYNONYM_BIT (((Aword)1)<<SYNONYM_WORD)
78 #define ADJECTIVE_BIT (((Aword)1)<<ADJECTIVE_WORD)
81 #define ALL_BIT (((Aword)1)<<ALL_WORD)
84 #define EXCEPT_BIT (((Aword)1)<<EXCEPT_WORD)
87 #define CONJUNCTION_BIT (((Aword)1)<<CONJUNCTION_WORD)
90 #define PREPOSITION_BIT (((Aword)1)<<PREPOSITION_WORD)
93 #define DIRECTION_BIT (((Aword)1)<<DIRECTION_WORD)
96 #define IT_BIT (((Aword)1)<<IT_WORD)
99 #define NOISE_BIT (((Aword)1)<<NOISE_WORD)
102 #define NOUN_BIT (((Aword)1)<<NOUN_WORD)
105 #define THEM_BIT (((Aword)1)<<THEM_WORD)
108 #define VERB_BIT (((Aword)1)<<VERB_WORD)
111 #define PRONOUN_BIT (((Aword)1)<<PRONOUN_WORD)
170 #define CONSTANT(op) ((Aword)op)
171 #define INSTRUCTION(op) ((((Aword)C_STMOP)<<28)|((Aword)op))
172 #define CURVAR(op) ((((Aword)C_CURVAR)<<28)|((Aword)op))
321 #define AwordSizeOf(x) (sizeof(x)/sizeof(Aword))
331 Aword code; /* Own code */
383 Aword value; /* Its value, a string has a dynamic
390 Aword code; /* Direction code */
393 Aword target; /* Id for the target location */
415 Aword owner; /* Owner instance index */
427 Aword flags; /* Flags for multiple/omni (if parameter), syntax number/verb of EOS */
468 Aword qual; /* Verb execution qualifier */
485 Aword fpos; /* File position */
486 Aword len; /* Length */
493 Aword setAddress; /* Address to the initial set */
500 Aword classBits; /* Word class */
501 Aword code;
515 Aword uid; /* Unique id of the compiled game */
516 Aword size; /* Size of ACD-file in Awords */
519 Aword stringOffset; /* Offset to string data in game file */
520 Aword pageLength; /* Length of a displayed page */
521 Aword pageWidth; /* and width */
522 Aword debug; /* Option: debug */
525 Aword classMax;
526 Aword entityClassId;
527 Aword thingClassId;
528 Aword objectClassId;
529 Aword locationClassId;
530 Aword actorClassId;
531 Aword literalClassId;
532 Aword integerClassId;
533 Aword stringClassId;
535 Aword instanceMax; /* Highest number of an instance */
536 Aword theHero; /* The hero instance code (id) */
538 Aword containerMax;
540 Aword scriptMax;
542 Aword eventMax;
545 Aword syntaxMax;
556 Aword maximumScore; /* Maximum score */
562 Aword acdcrc; /* Checksum for acd code (excl. hdr) */
563 Aword txtcrc; /* Checksum for text data file */
572 Aword uid; /* Unique id of the compiled game */
573 Aword size; /* Size of ACD-file in Awords */
576 Aword stringOffset; /* Offset to string data in game file */
577 Aword pageLength; /* Length of a page */
578 Aword pageWidth; /* and width */
579 Aword debug; /* Option: debug */
582 Aword classMax; /* Number of classes */
583 Aword entityClassId;
584 Aword thingClassId;
585 Aword objectClassId;
586 Aword locationClassId;
587 Aword actorClassId;
588 Aword literalClassId;
589 Aword integerClassId;
590 Aword stringClassId;
592 Aword instanceMax; /* Highest number of an instance */
593 Aword theHero; /* The hero instance code (id) */
595 Aword containerMax;
597 Aword scriptMax;
599 Aword eventMax;
602 Aword syntaxMax;
613 Aword maximumScore; /* Maximum score */
619 Aword acdcrc; /* Checksum for acd code (excl. hdr) */
620 Aword txtcrc; /* Checksum for text data file */
628 Aword uid; /* Unique id of the compiled game */
629 Aword size; /* Size of ACD-file in Awords */
632 Aword stringOffset; /* Offset to string data in game file */
633 Aword pageLength; /* Length of a page */
634 Aword pageWidth; /* and width */
635 Aword debug; /* Option: debug */
638 Aword classMax; /* Number of classes */
639 Aword entityClassId;
640 Aword thingClassId;
641 Aword objectClassId;
642 Aword locationClassId;
643 Aword actorClassId;
644 Aword literalClassId;
645 Aword integerClassId;
646 Aword stringClassId;
648 Aword instanceMax; /* Highest number of an instance */
649 Aword theHero; /* The hero instance code (id) */
651 Aword containerMax;
653 Aword scriptMax;
655 Aword eventMax;
658 Aword syntaxMax;
669 Aword maximumScore; /* Maximum score */
675 Aword acdcrc; /* Checksum for acd code (excl. hdr) */
676 Aword txtcrc; /* Checksum for text data file */