#include "ekg2-config.h"#include <sys/types.h>#include <stdlib.h>#include <ekg/plugins.h>#include <ekg/scripts.h>#include <ekg/commands.h>#include <ekg/themes.h>#include <ekg/vars.h>#include <ekg/xmalloc.h>#include "perl_core.h"Definicje | |
| #define | _XOPEN_SOURCE 600 |
| #define | __EXTENSIONS__ |
Funkcje | |
| int | perl_theme_init () |
| PLUGIN_DEFINE (perl, PLUGIN_SCRIPTING, NULL) | |
| SCRIPT_DEFINE (perl,".pl") | |
| int | perl_command_list (const char *name, const char **params, session_t *session, const char *target, int quiet) |
| int | perl_command_eval (const char *name, const char **params, session_t *session, const char *target, int quiet) |
| int | perl_command_test (const char *name, const char **params, session_t *session, const char *target, int quiet) |
| int | perl_command_unload (const char *name, const char **params, session_t *session, const char *target, int quiet) |
| int | perl_command_load (const char *name, const char **params, session_t *session, const char *target, int quiet) |
| int | perl_plugin_destroy () |
| int | perl_plugin_init (int prio) |
Zmienne | |
| int | auto_load |
| #define __EXTENSIONS__ |
| #define _XOPEN_SOURCE 600 |
| int perl_command_eval | ( | const char * | name, | |
| const char ** | params, | |||
| session_t * | session, | |||
| const char * | target, | |||
| int | quiet | |||
| ) |
| int perl_command_list | ( | const char * | name, | |
| const char ** | params, | |||
| session_t * | session, | |||
| const char * | target, | |||
| int | quiet | |||
| ) |
| int perl_command_load | ( | const char * | name, | |
| const char ** | params, | |||
| session_t * | session, | |||
| const char * | target, | |||
| int | quiet | |||
| ) |
| int perl_command_test | ( | const char * | name, | |
| const char ** | params, | |||
| session_t * | session, | |||
| const char * | target, | |||
| int | quiet | |||
| ) |
| int perl_command_unload | ( | const char * | name, | |
| const char ** | params, | |||
| session_t * | session, | |||
| const char * | target, | |||
| int | quiet | |||
| ) |
| int perl_plugin_destroy | ( | ) |
| int perl_plugin_init | ( | int | prio | ) |
| int perl_theme_init | ( | ) |
| PLUGIN_DEFINE | ( | perl | , | |
| PLUGIN_SCRIPTING | , | |||
| NULL | ||||
| ) |
| SCRIPT_DEFINE | ( | perl | , | |
| ".pl" | ||||
| ) |
| int auto_load |
1.7.1