Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ncurses/panel/
HDpanel.priv.h53 extern NCURSES_EXPORT(const char *) _nc_my_visbuf (const void *);
57 # define USER_PTR(ptr) _nc_my_visbuf((const char *)ptr)
HDllib-lpanelt44 #undef _nc_my_visbuf
45 const char *_nc_my_visbuf(
HDllib-lpanel44 #undef _nc_my_visbuf
45 const char *_nc_my_visbuf(
HDllib-lpanelw44 #undef _nc_my_visbuf
45 const char *_nc_my_visbuf(
HDllib-lpaneltw44 #undef _nc_my_visbuf
45 const char *_nc_my_visbuf(
HDpanel.c60 _nc_my_visbuf(const void *ptr) in _nc_my_visbuf() function