ELinks 0.16.1.1
|
#include <stdio.h>
#include <stdlib.h>
#include "elinks.h"
#include "config/home.h"
#include "intl/libintl.h"
#include "main/module.h"
#include "osdep/osdep.h"
#include "scripting/perl/core.h"
#include "util/file.h"
Macros | |
#define | PERL_HOOKS_FILENAME "hooks.pl" |
Functions | |
EXTERN_C void | boot_DynaLoader (pTHX_ CV *cv) |
static char * | get_global_hook_file (void) |
static char * | get_local_hook_file (void) |
static void | precleanup_perl (struct module *module) |
void | cleanup_perl (struct module *module) |
static void | xs_init (pTHX) |
Tell Perl about XSUBs that were linked into ELinks. | |
void | init_perl (struct module *module) |
Variables | |
PerlInterpreter * | my_perl |
static char | elperlversion [32] |
#define PERL_HOOKS_FILENAME "hooks.pl" |
EXTERN_C void boot_DynaLoader | ( | pTHX_ CV * | cv | ) |
void cleanup_perl | ( | struct module * | module | ) |
|
static |
|
static |
void init_perl | ( | struct module * | module | ) |
|
static |
|
static |
Tell Perl about XSUBs that were linked into ELinks.
|
static |
PerlInterpreter* my_perl |