Lines Matching refs:B_bms
77 static Dlist *B_bms = NULL; variable
504 return dList_find_custom(B_bms, INT2VOIDP(key), Bms_node_by_key_cmp); in Bms_get()
527 dList_append(B_bms, bm_node); in Bms_add()
550 bm_node = dList_find_custom(B_bms, INT2VOIDP(key), Bms_node_by_key_cmp); in Bms_del()
552 dList_remove(B_bms, bm_node); in Bms_del()
557 if (dList_length(B_bms) == 0) in Bms_del()
577 while ((bm_node = dList_find_custom(B_bms, INT2VOIDP(section), in Bms_sec_del()
593 bm_node = dList_find_custom(B_bms, INT2VOIDP(key), Bms_node_by_key_cmp); in Bms_move()
606 bm_node = dList_find_custom(B_bms, INT2VOIDP(key), Bms_node_by_key_cmp); in Bms_update_title()
636 while ((bm_node = dList_nth_data(B_bms, 0))) { in Bms_free()
668 for (j = 0; (bm_node = dList_nth_data(B_bms, j)); ++j) { in Bms_normalize()
790 if (!BmFileTimeStamp || !dList_length(B_bms) || !dList_length(B_secs) || in Bms_cond_load()
840 for (j = 0; (bm_node = dList_nth_data(B_bms, j)); ++j) { in Bms_save()
973 for (j = 0; (bm_node = dList_nth_data(B_bms, j)); ++j) { in Bmsrv_send_modify_page()
1533 for (j = 0; (bm_node = dList_nth_data(B_bms, j)); ++j) { in send_bm_page()
1715 B_bms = dList_new(512); in main()