Home
last modified time | relevance | path

Searched refs:erb_protected_method_call (Results 1 – 1 of 1) sorted by relevance

/dports/www/elinks/elinks-0.11.7/src/scripting/ruby/
H A Dhooks.c46 erb_protected_method_call(unsigned char *name, int argc, VALUE *args, int *error) in erb_protected_method_call() function
75 result = erb_protected_method_call("goto_url_hook", 2, args, &error); in script_hook_goto_url()
118 result = erb_protected_method_call("follow_url_hook", 1, args, &error); in script_hook_follow_url()
165 result = erb_protected_method_call("pre_format_html_hook", 2, args, &error); in script_hook_pre_format_html()
209 result = erb_protected_method_call("proxy_hook", 1, args, &error); in script_hook_get_proxy()
242 erb_protected_method_call("quit_hook", 0, args, &error); in script_hook_quit()