ARB
Macros | Functions | Variables
perlmain_source.c File Reference
#include "EXTERN.h"
#include "perl.h"
Include dependency graph for perlmain_source.c:

Go to the source code of this file.

Macros

#define PERL_IN_MINIPERLMAIN_C
 

Functions

static void xs_init (pTHX)
 
int main (int argc, char **argv, char **env)
 
EXTERN_C void boot_ARB (pTHX_ CV *cv)
 
EXTERN_C void boot_DynaLoader (pTHX_ CV *cv)
 

Variables

static PerlInterpreter * my_perl
 

Macro Definition Documentation

#define PERL_IN_MINIPERLMAIN_C

Definition at line 11 of file perlmain_source.c.

Function Documentation

static void xs_init ( pTHX  )
static

Definition at line 71 of file perlmain_source.c.

References boot_ARB(), and boot_DynaLoader().

Referenced by main().

int main ( int  argc,
char **  argv,
char **  env 
)

Definition at line 24 of file perlmain_source.c.

References EXIT_FAILURE, my_perl, NULp, and xs_init().

EXTERN_C void boot_ARB ( pTHX_ CV *  cv)

Referenced by xs_init().

EXTERN_C void boot_DynaLoader ( pTHX_ CV *  cv)

Referenced by xs_init().

Variable Documentation

PerlInterpreter* my_perl
static

Definition at line 15 of file perlmain_source.c.

Referenced by main().