Home
last modified time | relevance | path

Searched refs:hash_first_that (Results 1 – 11 of 11) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dmenu.c315 hash_first_that( menuMan, clear_menus, ( void *) self, NULL, NULL); in apc_menu_destroy()
316 hash_first_that( menuBitmapMan, clear_bitmaps, ( void *) var handle, NULL, NULL); in apc_menu_destroy()
580 hash_first_that( menuBitmapMan, clear_bitmaps, ( void *) h, NULL, NULL); in apc_menu_update()
583 hash_first_that( menuMan, clear_menus, ( void *) self, NULL, NULL); in apc_menu_update()
591 hash_first_that( menuBitmapMan, clear_bitmaps, ( void *) var handle, NULL, NULL); in apc_menu_update()
594 hash_first_that( menuMan, clear_menus, ( void *) self, NULL, NULL); in apc_menu_update()
H A Dglobal.c441 hash_first_that( menuBitmapMan, menu_bitmap_cleaner, NULL, NULL, NULL); in window_subsystem_done()
445 hash_first_that( myfontMan, myfont_cleaner, NULL, NULL, NULL); in window_subsystem_done()
1672 hash_first_that( imageMan, kill_img_cache, (void*)1, NULL, NULL); in generic_app_handler()
1694 hash_first_that( imageMan, kill_img_cache, NULL, NULL, NULL); in generic_app_handler()
H A Dstock.c126 hash_first_that( stylusMan, _st_cleaner, NULL, NULL, NULL); in stylus_clean()
188 hash_first_that( stylusGpMan, _gp_cleaner, nil, nil, nil); in stylus_gp_clean()
634 hash_first_that( fontMan, _ft_cleaner, NULL, NULL, NULL); in font_clean()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_clipboard.c921 if ( hash_first_that( guts. clipboards, (void*)expand_clipboards, NULL, NULL, NULL)) in apc_clipboard_register_format()
1255hash_first_that( guts. clipboards, (void*)delete_xfers, (void*) &ev-> xdestroywindow. window, NULL… in handle_destroy_notify()
H A Dcolor.c886 hash_first_that( hatches, (void*)kill_hatches, NULL, NULL, NULL); in prima_done_color_subsystem()
1428 hash_first_that( hatches, (void*)kill_hatches, NULL, NULL, NULL); in prima_get_hatch()
H A Dxft.c330 hash_first_that( myfont_cache, (void*)remove_myfonts, NULL, NULL, NULL); in prima_xft_done()
2680 hash_first_that( core_fonts, (void*)kill_lists, NULL, NULL, NULL); in prima_xft_init_font_substitution()
H A Dapc_font.c958 hash_first_that( guts. font_hash, (void*)free_rotated_entries, NULL, NULL, NULL); in prima_cleanup_font_subsystem()
H A Dapc_img.c244 hash_first_that( guts.ximages, (void*)destroy_one_ximage, NULL, NULL, NULL); in prima_gc_ximages()
/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dcodec_Xpm.c464 hash_first_that( hash, (void*)prepare_xpm_color, &cd, NULL, NULL); in save()
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A Dprimguts.c1246 hash_first_that( primaObjects, (void*)kill_objects, NULL, NULL, NULL); in XS()
1829 hash_first_that( PHash h, void * action, void * params, int * pKeyLen, void ** pKey) in hash_first_that() function
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h511 #define hash_first_that prima_hash_first_that macro