pike.git
/
src
/
program.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.h:28:
#define LFUN_EQ 14 #define LFUN_LT 15 #define LFUN_GT 16 #define LFUN___HASH 17 #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 NUM_LFUNS
24
+
#define NUM_LFUNS
28
extern char *lfun_names[]; #ifndef STRUCT_SVALUE_DECLARED #define STRUCT_SVALUE_DECLARED struct svalue; #endif #ifndef STRUCT_MODULE_DECLARED #define STRUCT_MODULE_DECLARED