Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/panel/
H A Dpanel.c81 text, USER_PTR(pan->user, 1), in _nc_dPanel()
82 (pan->below) ? USER_PTR(pan->below->user, 2) : "--", in _nc_dPanel()
83 (pan->above) ? USER_PTR(pan->above->user, 3) : "--", in _nc_dPanel()
101 (_nc_bottom_panel) ? USER_PTR(_nc_bottom_panel->user, 1) : "--", in _nc_dStack()
102 (_nc_top_panel) ? USER_PTR(_nc_top_panel->user, 2) : "--"); in _nc_dStack()
104 _tracef("pan id=%s", USER_PTR(pan->user, 1)); in _nc_dStack()
H A Dp_delete.c53 dBug(("...discard ptr=%s", USER_PTR(pan->user, 1))); in PANEL_EXPORT()
H A Dp_hide.c53 dBug(("--> hide_panel %s", USER_PTR(pan->user, 1))); in PANEL_EXPORT()
H A Dp_show.c56 dBug(("--> show_panel %s", USER_PTR(pan->user, 1))); in PANEL_EXPORT()
H A Dp_bottom.c55 dBug(("--> bottom_panel %s", USER_PTR(pan->user, 1))); in PANEL_EXPORT()
H A Dpanel.priv.h55 # define USER_PTR(ptr,n) _nc_visbuf2(n, (const char *)ptr) macro
57 # define USER_PTR(ptr,n) _nc_my_visbuf((const char *)ptr, n) macro