Searched refs:returnCPtr (Results 1 – 5 of 5) sorted by relevance
57 returnCPtr((item) ? item->name.str : (char *)0); in MENU_EXPORT()72 returnCPtr((item) ? item->description.str : (char *)0); in item_description()
86 returnCPtr((const char *)0); in menu_request_name()89 returnCPtr(request_names[request - MIN_MENU_COMMAND]); in menu_request_name()
132 returnCPtr((const char *)0); in form_request_name()135 returnCPtr(request_names[request - MIN_FORM_COMMAND]); in form_request_name()
44 returnCPtr("ncurses " NCURSES_VERSION_STRING); in NCURSES_EXPORT()
1685 #define returnCPtr(code) TRACE_RETURN1(code,cptr) macro1761 #define returnCPtr(code) return code macro