Home
last modified time | relevance | path

Searched refs:PR_HANDLE_FMT (Results 1 – 12 of 12) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DTimer.c75 snprintf( buf, 256, PR_HANDLE_FMT, apc_timer_get_handle( self)); in Timer_get_handle()
H A DDeviceBitmap.c89 snprintf( buf, 256, PR_HANDLE_FMT, apc_dbm_get_handle( self)); in DeviceBitmap_get_handle()
H A DPrinter.c172 snprintf( buf, 256, PR_HANDLE_FMT, apc_prn_get_handle( self)); in Printer_get_handle()
H A DRegion.c157 snprintf( buf, 256, PR_HANDLE_FMT, apc_region_get_handle( self)); in Region_get_handle()
H A DClipboard.c283 snprintf( buf, 256, PR_HANDLE_FMT, apc_clipboard_get_handle( self)); in Clipboard_get_handle()
H A DWindow.c211 snprintf( buf, 256, PR_HANDLE_FMT, apc_window_get_client_handle( self)); in Window_get_client_handle()
H A DDrawable.c446 snprintf( buf, 256, PR_HANDLE_FMT, apc_gp_get_handle( self)); in Drawable_get_handle()
H A DAbstractMenu.c1277 snprintf( buf, 256, PR_HANDLE_FMT, var-> system ? apc_menu_get_handle( self) : self); in AbstractMenu_get_handle()
H A DWidget.c1925 snprintf( buf, 256, PR_HANDLE_FMT, apc_widget_get_handle( self)); in Widget_get_handle()
1933 snprintf( buf, 256, PR_HANDLE_FMT, apc_widget_get_parent_handle( self)); in Widget_get_parent_handle()
H A DImage.c402 snprintf( buf, 256, PR_HANDLE_FMT, apc_image_get_handle( self)); in Image_get_handle()
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dapc.c1200 if ( p) snprintf( p, 12, PR_HANDLE_FMT, ( Handle) guts. console); in apc_application_get_os_info()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h320 #define PR_HANDLE_FMT "0x%0" __xstr2(PTRSIZE) PR_HANDLE macro