Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
init.c File Reference
#include "mruby.h"
Include dependency graph for init.c:

Go to the source code of this file.

Macros

#define DONE   mrb_gc_arena_restore(mrb, 0);

Functions

void mrb_init_symtbl (mrb_state *)
void mrb_init_class (mrb_state *)
void mrb_init_object (mrb_state *)
void mrb_init_kernel (mrb_state *)
void mrb_init_comparable (mrb_state *)
void mrb_init_enumerable (mrb_state *)
void mrb_init_symbol (mrb_state *)
void mrb_init_exception (mrb_state *)
void mrb_init_proc (mrb_state *)
void mrb_init_string (mrb_state *)
void mrb_init_array (mrb_state *)
void mrb_init_hash (mrb_state *)
void mrb_init_numeric (mrb_state *)
void mrb_init_range (mrb_state *)
void mrb_init_gc (mrb_state *)
void mrb_init_math (mrb_state *)
void mrb_init_mrblib (mrb_state *)
void mrb_init_mrbgems (mrb_state *)
void mrb_final_mrbgems (mrb_state *)
void mrb_init_core (mrb_state *mrb)
void mrb_final_core (mrb_state *mrb)

Macro Definition Documentation

#define DONE   mrb_gc_arena_restore(mrb, 0);

Definition at line 29 of file init.c.

Function Documentation

void mrb_final_core ( mrb_state mrb)

Definition at line 57 of file init.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_final_mrbgems ( mrb_state )

Definition at line 319 of file mrbc.c.

Here is the caller graph for this function:

void mrb_init_array ( mrb_state )

Definition at line 1110 of file array.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_class ( mrb_state )

Definition at line 1856 of file class.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_comparable ( mrb_state )

Definition at line 10 of file compar.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_core ( mrb_state mrb)

Definition at line 31 of file init.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_enumerable ( mrb_state )

Definition at line 10 of file enum.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_exception ( mrb_state )

Definition at line 444 of file error.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_gc ( mrb_state )

Definition at line 1294 of file gc.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_hash ( mrb_state )

Definition at line 1223 of file hash.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_kernel ( mrb_state )

Definition at line 1080 of file kernel.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_math ( mrb_state )
void mrb_init_mrbgems ( mrb_state )

Definition at line 314 of file mrbc.c.

Here is the caller graph for this function:

void mrb_init_mrblib ( mrb_state )

Definition at line 10 of file init_mrblib.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_numeric ( mrb_state )

Definition at line 1356 of file numeric.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_object ( mrb_state )

Definition at line 263 of file object.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_proc ( mrb_state )

Definition at line 181 of file proc.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_range ( mrb_state )

Definition at line 403 of file range.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_string ( mrb_state )

Definition at line 2529 of file string.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_symbol ( mrb_state )

Definition at line 443 of file symbol.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void mrb_init_symtbl ( mrb_state )

Definition at line 137 of file symbol.c.

Here is the caller graph for this function: