pike.git
/
src
/
program.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.h:30:
#define LFUN_CAST 18 #define LFUN_NOT 19 #define LFUN_INDEX 20 #define LFUN_ASSIGN_INDEX 21 #define LFUN_ARROW 22 #define LFUN_ASSIGN_ARROW 23 #define LFUN__SIZEOF 24 #define LFUN__INDICES 25 #define LFUN__VALUES 26 #define LFUN_CALL 27
+
#define LFUN_RADD 28
+
#define LFUN_RSUBTRACT 29
+
#define LFUN_RAND 30
+
#define LFUN_ROR 31
+
#define LFUN_RXOR 32
+
#define LFUN_RLSH 33
+
#define LFUN_RRSH 34
+
#define LFUN_RMULTIPLY 35
+
#define LFUN_RDIVIDE 36
+
#define LFUN_RMOD 37
-
#define NUM_LFUNS
28
+
#define NUM_LFUNS
38
extern char *lfun_names[]; #ifndef STRUCT_SVALUE_DECLARED #define STRUCT_SVALUE_DECLARED struct svalue; #endif #ifndef STRUCT_OBJECT_DECLARED #define STRUCT_OBJECT_DECLARED