Go to the source code of this file.
| 
Functions | 
| 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) | 
| 
Variables | 
| int | errno | 
| int | module_count = 0 | 
| struct { | 
| pointer(*   entry_func )() | 
| char *   module_name | 
| } | module_initializers [MAX_SYSTEM_MODULES] | 
| static char * | rcsid = "@(#)$Id$" | 
| pointer | sysmod | 
Function Documentation
Variable Documentation
      
        
          | char* rcsid = "@(#)$Id$"  [static] |