|
Defines |
| #define | INIT_BLOCK(X) |
| #define | EXIT_BLOCK(X) |
Functions |
| PMOD_EXPORT struct mapping * | get_builtin_constants (void) |
| void | low_add_efun (struct pike_string *name, struct svalue *fun) |
| void | low_add_constant (const char *name, struct svalue *fun) |
| void | add_pike_string_constant (const char *name, const char *str, int len) |
| PMOD_EXPORT void | add_global_program (const char *name, struct program *p) |
| PMOD_EXPORT struct callable * | low_make_callable (c_fun fun, struct pike_string *name, struct pike_type *type, int flags, optimize_fun optimize, docode_fun docode) |
| PMOD_EXPORT struct callable * | make_callable (c_fun fun, const char *name, const char *type, int flags, optimize_fun optimize, docode_fun docode) |
| PMOD_EXPORT struct callable * | add_efun2 (const char *name, c_fun fun, const char *type, int flags, optimize_fun optimize, docode_fun docode) |
| PMOD_EXPORT struct callable * | add_efun (const char *name, c_fun fun, const char *type, int flags) |
| PMOD_EXPORT struct callable * | quick_add_efun (const char *name, ptrdiff_t name_length, c_fun fun, const char *type, ptrdiff_t type_length, int flags, optimize_fun optimize, docode_fun docode) |
| void | init_builtin_constants (void) |
| void | exit_builtin_constants (void) |
Variables |
| mapping * | builtin_constants = 0 |
| int | global_callable_flags = 0 |