Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/form/
H A Dfty_generic.c117 TR_FUNC_ARG(0, field_check), in _nc_generic_fieldtype()
118 TR_FUNC_ARG(1, char_check), in _nc_generic_fieldtype()
119 TR_FUNC_ARG(2, next), in _nc_generic_fieldtype()
120 TR_FUNC_ARG(3, prev), in _nc_generic_fieldtype()
121 TR_FUNC_ARG(4, freecallback))); in _nc_generic_fieldtype()
H A Dfld_arg.c74 TR_FUNC_ARG(0, make_arg), in FORM_EXPORT()
75 TR_FUNC_ARG(1, copy_arg), in FORM_EXPORT()
76 TR_FUNC_ARG(2, free_arg))); in FORM_EXPORT()
H A Dfld_ftchoice.c59 TR_FUNC_ARG(0, next_choice), in FORM_EXPORT()
60 TR_FUNC_ARG(1, prev_choice))); in FORM_EXPORT()
H A Dfld_newftyp.c83 TR_FUNC_ARG(0, field_check), in new_fieldtype()
84 TR_FUNC_ARG(1, char_check))); in new_fieldtype()
H A Df_trace.c70 T((T_RETURN("%s"), TR_FUNC_ARG(0, code))); in _nc_retrace_form_hook()
H A Dfrm_hook.c43 T((T_CALLED("set_" #typ"_"#name"(%p,%s)"), (void *) form, TR_FUNC_ARG(0, func)));\
/freebsd/contrib/ncurses/ncurses/base/
H A Duse_window.c46 TR_FUNC_ARG(0, func), in NCURSES_EXPORT()
H A Dlib_set_term.c807 TR_FUNC_ARG(0, init))); in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Duse_screen.c47 TR_FUNC_ARG(0, func), in NCURSES_EXPORT()
H A Dlib_tputs.c301 TR_FUNC_ARG(0, outc)); in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/menu/
H A Dm_trace.c70 T((T_RETURN("%s"), TR_FUNC_ARG(0, code))); in _nc_retrace_menu_hook()
H A Dm_hook.c48 T((T_CALLED("set_" #typ "_" #name "(%p,%s)"), (void *) menu, TR_FUNC_ARG(0, func)));\
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1763 #define TR_FUNC_ARG(num,func) _nc_fmt_funcptr(&tr_func_data[num][0], (const char *)&(func), sizeof(… macro