[go: up one dir, main page]

Menu

[897c37]: / lpc / opcodes.h  Maximize  Restore  History

Download this file

175 lines (173 with data), 4.0 kB

  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
#define F_ADD 1
#define F_ADD_ACTION 2
#define F_EVAL_LEFT 3
#define F_RENAME_OBJECT 4
#define F_SENDTO 5
#define F_ATOI 6
#define F_ALLOCATE 7
#define F_AND 8
#define F_ATOR 9
#define F_BLOCK 10
#define F_BREAK 11
#define F_CALLER 12
#define F_CALL_OTHER 13
#define F_CALL_OUT 14
#define F_CAPITALIZE 15
#define F_OUT_TO_TERM 16
#define F_CATCH 17
#define F_CLONE_OBJECT 18
#define F_NCALL_OUT 19
#define F_COMMA 20
#define F_COMMAND 21
#define F_COMPL 22
#define F_COND 23
#define F_CONS 24
#define F_CONST0 25
#define F_CONST1 26
#define F_CONTENTS 27
#define F_OUT_BINARY 28
#define F_CP 29
#define F_CREATOR 30
#define F_CRYPT 31
#define F_CTIME 32
#define F_DEC 33
#define F_DESTRUCT 34
#define F_DISABLE_COMMANDS 35
#define F_DIVIDE 36
#define F_DO 37
#define F_ED 38
#define F_ENABLE_COMMANDS 39
#define F_ENVIRONMENT 40
#define F_EQ 41
#define F_EXPLODE 42
#define F_EXTERNAL_PROGRAM 43
#define F_EXTRACT 44
#define F_FILE_NAME 45
#define F_FILE_SIZE 46
#define F_FILTER_OBJECTS 47
#define F_FIND_CALL_OUT 48
#define F_FIND_LIVING 49
#define F_FIND_OBJECT 50
#define F_FIND_PLAYER 51
#define F_FIRST_INVENTORY 52
#define F_FOR 53
#define F_FUNCTION 54
#define F_FUNCTION_EXISTS 55
#define F_GE 56
#define F_GRAB_FILE 57
#define F_GREP 58
#define F_GT 59
#define F_IDENTIFIER 60
#define F_IF 61
#define F_IFUNCTION 62
#define F_IMPLODE 63
#define F_INC 64
#define F_INDEX 65
#define F_INPUT_TO 66
#define F_INT2REAL 67
#define F_INTERACTIVE 68
#define F_INTP 69
#define F_IN_EDITOR 70
#define F_IS_CLONED 71
#define F_LAND 72
#define F_LASTTKN 73
#define F_LE 74
#define F_LIVING 75
#define F_LOCALCMD 76
#define F_LOCAL_NAME 77
#define F_LOG_FILE 78
#define F_LOR 79
#define F_LOWER_CASE 80
#define F_LS 81
#define F_LSH 82
#define F_LSH_EQ 83
#define F_LT 84
#define F_MKDIR 85
#define F_MOD 86
#define F_MOVE_OBJECT 87
#define F_MULTIPLY 88
#define F_NE 89
#define F_NEGATE 90
#define F_NEXT_INVENTORY 91
#define F_NOT 92
#define F_NOTIFY_FAIL 93
#define F_NUMBER 94
#define F_OBJECTP 95
#define F_OR 96
#define F_OR_EQ 97
#define F_PARSE_COMMAND 98
#define F_POINTERP 99
#define F_POST_DEC 100
#define F_POST_INC 101
#define F_PRESENT 102
#define F_PREVIOUS_OBJECT 103
#define F_QUERY_FILE 104
#define F_QUERY_HOST_NAME 105
#define F_QUERY_IDLE 106
#define F_QUERY_IP_NUMBER 107
#define F_QUERY_LEVEL 108
#define F_QUERY_LOAD_AVERAGE 109
#define F_QUERY_SNOOP 110
#define F_QUERY_SU_NAME 111
#define F_QUERY_VERB 112
#define F_RANDOM 113
#define F_READ_FILE 114
#define F_REAL 115
#define F_REAL2INT 116
#define F_REALLOCATE 117
#define F_REALP 118
#define F_REMOTE_COMMAND 119
#define F_REMOVE_CALL_OUT 120
#define F_REMOVE_SHADOW 121
#define F_RENAME 122
#define F_RESTORE_OBJECT 123
#define F_RETURN 124
#define F_RM 125
#define F_RMDIR 126
#define F_RSH 127
#define F_RSH_EQ 128
#define F_RUSAGE 129
#define F_RWHO_SENDMSG 130
#define F_SAVE_OBJECT 131
#define F_SAY 132
#define F_SETUID 133
#define F_SET_BIT 134
#define F_SET_IP_NUMBER 136
#define F_SET_LIVING_NAME 138
#define F_SHUTDOWN 141
#define F_SIZEOF 142
#define F_SNOOP 143
#define F_SSCANF 144
#define F_STATUS 145
#define F_STRING 146
#define F_STRINGP 147
#define F_STRLEN 148
#define F_SUBSCRIPT 149
#define F_SUBTRACT 150
#define F_SUID_FILE 151
#define F_SWAP 152
#define F_SWITCH_INTERACTIVE 153
#define F_TAGMATCH 154
#define F_TELL_OBJECT 155
#define F_TEST_BIT 157
#define F_THIS_OBJECT 158
#define F_THIS_PLAYER 159
#define F_THROW 160
#define F_TIME 161
#define F_TRANSFER 162
#define F_TYPEOF 163
#define F_USERS 164
#define F_WHILE 165
#define F_WRITE 167
#define F_WRITE_FILE 168
#define F_XOR 169
#define F_XOR_EQ 170
#define F_HASH_VALUE 171
#define F_REGEXP 172
#define F_EMULATE 173
#define F_LOAD_SHARED_OBJECT 174
#define F_UNLOAD_SHARED_OBJECT 175
#define F_EXT_C_CALL 176
#define F_DISASS_FUNC 184
#define F_TOGGLE_ECHO 185
#define F_LASTOP 185