pike.git
/
src
/
program.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.h:850:
void compiler_do_inherit(node *n, INT32 flags, struct pike_string *name); int call_handle_inherit(struct pike_string *s); void simple_do_inherit(struct pike_string *s, INT32 flags, struct pike_string *name); int isidentifier(struct pike_string *s); int low_define_alias(struct pike_string *name, struct pike_type *type, int flags, int depth, int refno); PMOD_EXPORT int define_alias(struct pike_string *name, struct pike_type *type, int flags, int depth, int refno);
+
int is_auto_variable_type( int variable );
int low_define_variable(struct pike_string *name, struct pike_type *type, INT32 flags, size_t offset, INT32 run_time_type);
-
+
void fix_auto_variable_type( int id, struct pike_type *type );
PMOD_EXPORT int map_variable(const char *name, const char *type, INT32 flags, size_t offset, INT32 run_time_type); PMOD_EXPORT int quick_map_variable(const char *name, int name_length, size_t offset, const char *type, int type_length,