Home
last modified time | relevance | path

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

/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Dsummaryview.c108 #define SORT_BLOCK(key) \ macro
3089 SORT_BLOCK(SORT_BY_MARK); in summary_mark()
3165 SORT_BLOCK(SORT_BY_UNREAD); in summary_mark_as_read()
3222 SORT_BLOCK(SORT_BY_UNREAD); in summary_mark_thread_as_read()
3303 SORT_BLOCK(SORT_BY_UNREAD); in summary_mark_all_read()
3386 SORT_BLOCK(SORT_BY_UNREAD); in summary_mark_as_unread()
3615 SORT_BLOCK(SORT_BY_MARK); in summary_unmark()
5274 SORT_BLOCK(SORT_BY_LABEL); in summary_set_colorlabel()
5918 SORT_BLOCK(SORT_BY_MARK); in summary_button_pressed()
5953 SORT_BLOCK(SORT_BY_UNREAD); in summary_button_pressed()
/dports/games/crafty/crafty-25.2_1/
H A Dbook.c1053 bbuffer = (BB_POSITION *) malloc(sizeof(BB_POSITION) * SORT_BLOCK); in Bookup()
1159 if (buffered >= SORT_BLOCK) { in Bookup()
H A Dchess.h82 # define SORT_BLOCK 4000000 macro