Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ncurses/menu/
Dm_trace.c40 T((T_RETURN("%p"), code)); in NCURSES_EXPORT()
47 T((T_RETURN("%p"), code)); in _nc_retrace_item_ptr()
54 T((T_RETURN("%d"), code)); in _nc_retrace_item_opts()
61 T((T_RETURN("%p"), code)); in _nc_retrace_menu()
68 T((T_RETURN("%p"), code)); in _nc_retrace_menu_hook()
75 T((T_RETURN("%d"), code)); in _nc_retrace_menu_opts()
/freebsd-9-stable/contrib/ncurses/ncurses/trace/
Dlib_trace.c147 static const char Return[] = T_RETURN(""); in _nc_va_tracef()
218 T((T_RETURN("%s"), code ? "TRUE" : "FALSE")); in _nc_retrace_bool()
226 T((T_RETURN("%d"), code)); in _nc_retrace_int()
234 T((T_RETURN("%#x"), code)); in _nc_retrace_unsigned()
242 T((T_RETURN("%s"), _nc_visbuf(code))); in _nc_retrace_ptr()
250 T((T_RETURN("%s"), _nc_visbuf(code))); in _nc_retrace_cptr()
258 T((T_RETURN("%p"), code)); in _nc_retrace_cvoid_ptr()
266 T((T_RETURN("%p"), code)); in _nc_retrace_void_ptr()
274 T((T_RETURN("%p"), code)); in _nc_retrace_sp()
282 T((T_RETURN("%p"), code)); in _nc_retrace_win()
Dlib_traceatr.c178 T((T_RETURN("%s"), _traceattr(code))); in _nc_retrace_attr_t()
286 T((T_RETURN("%s"), _tracechtype(code))); in _nc_retrace_chtype()
/freebsd-9-stable/contrib/ncurses/form/
Df_trace.c40 T((T_RETURN("%p"), code)); in NCURSES_EXPORT()
47 T((T_RETURN("%p"), code)); in _nc_retrace_field()
54 T((T_RETURN("%p"), code)); in _nc_retrace_field_type()
61 T((T_RETURN("%p"), code)); in _nc_retrace_form()
68 T((T_RETURN("%p"), code)); in _nc_retrace_form_hook()
/freebsd-9-stable/contrib/ncurses/ncurses/widechar/
Dlib_cchar.c91 TR(TRACE_CCALLS, (T_RETURN("%d"), code)); in NCURSES_EXPORT()
127 TR(TRACE_CCALLS, (T_RETURN("%d"), code)); in getcchar()
Dlib_add_wch.c73 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_RETURN("%d"), code)); in NCURSES_EXPORT()
111 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_RETURN("%d"), code)); in wecho_wchar()
Dlib_in_wch.c60 TR(TRACE_CCALLS, (T_RETURN("%d"), code)); in NCURSES_EXPORT()
/freebsd-9-stable/contrib/ncurses/ncurses/tinfo/
Dlib_cur_term.c82 T((T_RETURN("%p"), oldterm)); in set_curterm()
Dlib_tparm.c754 T((T_RETURN("%s"), _nc_visbuf(TPS(out_buff)))); in tparam_internal()
/freebsd-9-stable/contrib/ncurses/panel/
Dpanel.c46 T((T_RETURN("%p"), pan)); in NCURSES_EXPORT()
/freebsd-9-stable/contrib/ncurses/ncurses/base/
Dlib_addch.c525 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_RETURN("%d"), code)); in waddch()
546 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_RETURN("%d"), code)); in wechochar()
Dlib_set_term.c85 T((T_RETURN("%p"), oldSP)); in NCURSES_EXPORT()
/freebsd-9-stable/contrib/ncurses/ncurses/tty/
Dhardscroll.c263 TR(TRACE_ICALLS, (T_RETURN(""))); in _nc_scroll_optimize()
Dtty_update.c990 TR(TRACE_UPDATE, (T_RETURN(""))); in ClrUpdate()
1295 TR(TRACE_UPDATE, (T_RETURN(""))); in TransformLine()
1316 TR(TRACE_UPDATE, (T_RETURN(""))); in TransformLine()
1415 TR(TRACE_UPDATE, (T_RETURN(""))); in TransformLine()
/freebsd-9-stable/usr.bin/xlint/lint1/
Dcgram.y176 %token T_RETURN
1414 | T_RETURN T_SEMI {
1417 | T_RETURN expr T_SEMI {
Dscan.l225 { "return", T_RETURN, 0, 0, 0, 0, 0 },
/freebsd-9-stable/contrib/ncurses/ncurses/
Dcurses.priv.h1227 #define T_RETURN(fmt) "return }" fmt macro
1270 #define returnVoid T((T_RETURN(""))); return
/freebsd-9-stable/contrib/ncurses/
DNEWS3625 + modify T_CALLED/T_RETURN macros to ease balancing call/return lines