Doxygen Source Code Documentation
Main Page Alphabetical List Data Structures File List Data Fields Globals Search
pccdefs.h
Go to the documentation of this file.00001
00002
00003 #define P2BAD -1
00004 #define P2NAME 2
00005 #define P2ICON 4
00006 #define P2PLUS 6
00007 #define P2PLUSEQ 7
00008 #define P2MINUS 8
00009 #define P2NEG 10
00010 #define P2STAR 11
00011 #define P2STAREQ 12
00012 #define P2INDIRECT 13
00013 #define P2BITAND 14
00014 #define P2BITOR 17
00015 #define P2BITXOR 19
00016 #define P2QUEST 21
00017 #define P2COLON 22
00018 #define P2ANDAND 23
00019 #define P2OROR 24
00020 #define P2GOTO 37
00021 #define P2LISTOP 56
00022 #define P2ASSIGN 58
00023 #define P2COMOP 59
00024 #define P2SLASH 60
00025 #define P2MOD 62
00026 #define P2LSHIFT 64
00027 #define P2RSHIFT 66
00028 #define P2CALL 70
00029 #define P2CALL0 72
00030
00031 #define P2NOT 76
00032 #define P2BITNOT 77
00033 #define P2EQ 80
00034 #define P2NE 81
00035 #define P2LE 82
00036 #define P2LT 83
00037 #define P2GE 84
00038 #define P2GT 85
00039 #define P2REG 94
00040 #define P2OREG 95
00041 #define P2CONV 104
00042 #define P2FORCE 108
00043 #define P2CBRANCH 109
00044
00045
00046
00047 #define P2PASS 200
00048 #define P2STMT 201
00049 #define P2SWITCH 202
00050 #define P2LBRACKET 203
00051 #define P2RBRACKET 204
00052 #define P2EOF 205
00053 #define P2ARIF 206
00054 #define P2LABEL 207
00055
00056 #define P2SHORT 3
00057 #define P2INT 4
00058 #define P2LONG 4
00059
00060 #define P2CHAR 2
00061 #define P2REAL 6
00062 #define P2DREAL 7
00063 #define P2PTR 020
00064 #define P2FUNCT 040