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

/freebsd-11-stable/contrib/ncurses/panel/
H A Dpanel.c80 text, USER_PTR(pan->user),
81 (pan->below) ? USER_PTR(pan->below->user) : "--",
82 (pan->above) ? USER_PTR(pan->above->user) : "--",
100 (_nc_bottom_panel) ? USER_PTR(_nc_bottom_panel->user) : "--",
101 (_nc_top_panel) ? USER_PTR(_nc_top_panel->user) : "--");
103 _tracef("pan id=%s", USER_PTR(pan->user));
H A Dp_delete.c50 dBug(("--> del_panel %s", USER_PTR(pan->user)));
H A Dp_hide.c52 dBug(("--> hide_panel %s", USER_PTR(pan->user)));
H A Dp_bottom.c54 dBug(("--> bottom_panel %s", USER_PTR(pan->user)));
H A Dp_show.c55 dBug(("--> show_panel %s", USER_PTR(pan->user)));
H A Dpanel.priv.h58 # define USER_PTR(ptr) _nc_visbuf((const char *)ptr) macro
60 # define USER_PTR(ptr) _nc_my_visbuf((const char *)ptr) macro

Completed in 158 milliseconds