Home
last modified time | relevance | path

Searched refs:list_first_that (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DComponent.c100 list_first_that( var-> components, (void*)detach_all, ( void*) self); in Component_cleanup()
153 list_first_that( var-> refs, (void*)free_eventref, pself); in Component_done()
159 list_first_that( var-> postList, (void*)free_private_posts, NULL); in Component_done()
166 list_first_that( var-> evQueue, (void*)free_queue, NULL); in Component_done()
322 if ( list_first_that( var-> evQueue, (void*)find_dup_msg, &event-> cmd) >= 0) in Component_message()
425 list_first_that( q, (void*)oversend, ( void*) self); in Component_handle_event()
H A Dprimguts.c1261 list_first_that( &staticHashes, (void*)kill_hashes, NULL); in XS()
1727 list_first_that( PList slf, void * action, void * params) in list_first_that() function
H A DDrawable_text.c110 list_first_that( &font_active_entries, (void*)kill_active_entry, NULL); in prima_cleanup_font_mapper()
113 list_first_that( &font_passive_entries, (void*)kill_passive_entry, NULL); in prima_cleanup_font_mapper()
H A DWidget.c825 int i = list_first_that( var-> evQueue, (void*)find_dup_msg, &event-> cmd); in handle_move()
886 int i = list_first_that( var-> evQueue, (void*)find_dup_msg, &event-> cmd); in handle_size()
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dapc.c487 list_first_that( &guts. files, files_rehash, NULL); in apc_application_get_os_info()
H A Dstock.c2053 list_first_that( &l.l, pal_collect, &l); in palette_change()
H A Dwidgets.c276 if ( var postList) list_first_that( var postList, repost_msgs, ( void*)self); in create_group()
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A Dinternals.pod974 =item list_first_that
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_event.c2117 list_first_that( guts.files, (void*)purge_invalid_watchers, NULL); in process_file_events()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h1505 list_first_that( PList self, void * action, void * params);