Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_help.c386 return user_function_help(hlpword, OPT_NONE, prn); in maybe_do_markup()
388 err = user_function_help(hlpword, OPT_M, hprn); in maybe_do_markup()
465 return user_function_help(hlpword, OPT_NONE, prn); in cli_help()
H A Dgretl_func.h296 int user_function_help (const char *fnname, gretlopt opt, PRN *prn);
H A Dgretl_func.c10022 int user_function_help (const char *fnname, gretlopt opt, PRN *prn) in user_function_help() function
/dports/math/gretl/gretl-2021d/gui/
H A Dfncall.c590 err = user_function_help(fnname, opt, prn); in fncall_help()