Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Functions
mirb.c File Reference
#include <stdlib.h>
#include <string.h>
#include <mruby.h>
#include "mruby/array.h"
#include <mruby/proc.h>
#include <mruby/data.h>
#include <mruby/compile.h>
Include dependency graph for mirb.c:

Go to the source code of this file.

Data Structures

struct  _args

Functions

mrb_bool is_code_block_open (struct mrb_parser_state *parser)
void mrb_show_version (mrb_state *)
void mrb_show_copyright (mrb_state *)
void print_cmdline (int code_block_open)
int main (int argc, char **argv)

Function Documentation

mrb_bool is_code_block_open ( struct mrb_parser_state parser)

Definition at line 50 of file mirb.c.

Here is the caller graph for this function:

int main ( int  argc,
char **  argv 
)

Definition at line 240 of file mirb.c.

Here is the call graph for this function:

void mrb_show_copyright ( mrb_state )

Definition at line 64 of file print.c.

void mrb_show_version ( mrb_state )

Definition at line 54 of file print.c.

void print_cmdline ( int  code_block_open)

Definition at line 229 of file mirb.c.

Here is the caller graph for this function: