Searched refs:returnCPtr (Results 1 – 5 of 5) sorted by relevance
54 returnCPtr((item) ? item->name.str : (char *)0); in NCURSES_EXPORT()69 returnCPtr((item) ? item->description.str : (char *)0); in item_description()
81 returnCPtr((const char *)0); in menu_request_name()84 returnCPtr(request_names[request - MIN_MENU_COMMAND]); in menu_request_name()
126 returnCPtr((const char *)0); in form_request_name()129 returnCPtr(request_names[request - MIN_FORM_COMMAND]); in form_request_name()
41 returnCPtr("ncurses " NCURSES_VERSION_STRING); in NCURSES_EXPORT()
839 #define returnCPtr(code) TRACE_RETURN(code,cptr) macro886 #define returnCPtr(code) return code macro