Home
last modified time | relevance | path

Searched refs:CASTxPTR (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libcurses/trace/
H A Dlib_trace.c275 CASTxPTR(pthread_self().p) in _nc_va_tracef()
277 CASTxPTR(pthread_self()) in _nc_va_tracef()
/openbsd/lib/libcurses/tinfo/
H A Dcomp_parse.c230 (void *) fp, buf, literal, silent, CASTxPTR(hook))); in _nc_read_entry_source()
/openbsd/lib/libcurses/
H A Dcurses.priv.h149 # define CASTxPTR(n) (unsigned long)(intptr_t)(void*)(n) macro
151 # define CASTxPTR(n) (intptr_t)(void*)(n) macro
156 # define CASTxPTR(n) (long)(void*)(n) macro