#include <script.h>
Definition at line 119 of file script.h.
Data Fields | |
| int(* | callback )() |
| void * | callback_data |
| void * | delete_data |
| char * | syntax |
| char * | name |
| int | flags |
| event_owner_t * | owner |
| int(* script_callback_b::callback)() |
Definition at line 121 of file script.h.
Referenced by js_to_c_var(), my_js_callbacker(), my_js_cb_delete(), my_perl_callbacker(), my_perl_cb_delete(), my_python_callbacker(), my_python_cb_delete(), my_tcl_callbacker(), my_tcl_cb_delete(), perl_to_c_var(), python_to_c_var(), and tcl_to_c_var().
Definition at line 123 of file script.h.
Referenced by my_js_callbacker(), my_js_cb_delete(), my_perl_callbacker(), my_perl_cb_delete(), my_python_callbacker(), my_python_cb_delete(), my_tcl_callbacker(), my_tcl_cb_delete(), python_to_c_var(), script_bind(), script_dns_query(), script_export(), script_net_handler(), and script_timer().
| char* script_callback_b::name |
Definition at line 124 of file script.h.
Referenced by js_to_c_var(), my_perl_cb_delete(), my_python_cb_delete(), my_tcl_cb_delete(), perl_to_c_var(), python_to_c_var(), script_bind(), script_timer(), and tcl_to_c_var().
Definition at line 125 of file script.h.
Referenced by python_to_c_var(), and script_single_timer().
Definition at line 126 of file script.h.
Referenced by js_to_c_var(), my_command_handler(), my_python_callbacker(), on_delete(), perl_to_c_var(), python_to_c_var(), script_bind(), script_dns_delete(), script_dns_query(), script_event_cleanup(), script_net_handler(), script_timer(), and tcl_to_c_var().
1.5.6