Go to the source code of this file.
|
void | add_module_initializer (char *name, pointer(*entry)()) |
|
pointer | BINLOAD (context *ctx, int n, pointer *argv) |
|
pointer | build_quote_vector (context *ctx, int size, strings) |
|
pointer | eval_c_strings (context *ctx, int size, strings) |
|
void | exec_module_initializers (context *ctx) |
|
pointer | FIND_ENTRY (context *ctx, int n, argv) |
|
pointer | FIND_ENTRY2 (context *ctx, int n, argv) |
|
pointer | list_module_initializers (context *ctx, pointer initnames) |
|
pointer | list_module_initializers2 (context *ctx, int n, pointer *argv) |
|
void | loadsave (context *ctx, pointer mod) |
|
pointer | makemodule (context *, int) |
|
pointer | openfile () |
|
pointer | SAVE (context *ctx, int n, argv) |
|
pointer | SRCLOAD (context *ctx, int n, argv) |
|
pointer | SYSMOD () |
|
pointer | UNBINLOAD (context *ctx, int n, pointer *argv) |
|
◆ add_module_initializer()
void add_module_initializer |
( |
char * |
name, |
|
|
pointer (*)() |
entry |
|
) |
| |
◆ BINLOAD()
◆ build_quote_vector()
◆ eval_c_strings()
◆ exec_module_initializers()
void exec_module_initializers |
( |
context * |
ctx | ) |
|
◆ FIND_ENTRY()
◆ FIND_ENTRY2()
◆ list_module_initializers()
◆ list_module_initializers2()
◆ loadsave()
◆ makemodule()
◆ openfile()
◆ SAVE()
◆ SRCLOAD()
◆ SYSMOD()
◆ UNBINLOAD()
◆ entry_func
◆ errno
◆ module_count
◆ module_initializers
struct { ... }
module_initializers[MAX_SYSTEM_MODULES] |
◆ module_name
◆ rcsid
◆ sysmod