Home
last modified time | relevance | path

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

/dports/mail/mailutils/mailutils-3.13/libmailutils/list/
H A Diterator.c148 DESTROY_ITEM (list, ptr); in list_itrctl()
163 DESTROY_ITEM (list, ptr); in list_itrctl()
H A Dclear.c37 DESTROY_ITEM (list, previous); in mu_list_clear()
H A Dpop.c44 DESTROY_ITEM (list, last); in mu_list_pop()
H A Dreplace.c41 DESTROY_ITEM (list, current); in mu_list_replace()
H A Dremove.c46 DESTROY_ITEM (list, current); in mu_list_remove()
H A Dremoventh.c47 DESTROY_ITEM (list, current); in mu_list_remove_nth()
/dports/mail/mailutils/mailutils-3.13/include/mailutils/sys/
H A Dlist.h62 #define DESTROY_ITEM(list, elt) \ macro
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Darena.cc1380 #define DESTROY_ITEM(i) \ macro
1440 DESTROY_ITEM(idx); in arena_cull_items()
1460 DESTROY_ITEM(idx); in arena_cull_items()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/doc/
H A DJSON_FLAGS.md536 - ```DESTROY_ITEM``` Items that land here are destroyed. See also `NOITEM`
565 …```NOITEM``` Items cannot be added here but may overflow to adjacent tiles. See also `DESTROY_ITEM`
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/doc/
H A DJSON_FLAGS.md536 - ```DESTROY_ITEM``` Items that land here are destroyed. See also `NOITEM`
565 …```NOITEM``` Items cannot be added here but may overflow to adjacent tiles. See also `DESTROY_ITEM`
/dports/mail/mailutils/mailutils-3.13/
H A DChangeLog14684 * include/mailutils/sys/list.h (DESTROY_ITEM): New define.
23750 * mailbox/list.c (DESTROY_ITEM): New macro.
23751 (mu_list_destroy): Use DESTROY_ITEM.