Home
last modified time | relevance | path

Searched refs:statsplant (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.h371 void show_weed_stats(weed_plant_t *statsplant);
H A Deffects-weed.c53 static weed_plantptr_t statsplant = NULL; variable
4401 if (!statsplant) statsplant = weed_plant_new(0); in upd_statsplant()
4402 _weed_leaf_get(statsplant, key, WEED_SEED_INT, &freq); in upd_statsplant()
4403 _weed_leaf_set(statsplant, key, WEED_SEED_INT, 1, &freq); in upd_statsplant()
4476 void show_weed_stats(weed_plant_t *statsplant) { in show_weed_stats() argument
4482 if (!statsplant) return; in show_weed_stats()
4483 leaves = weed_plant_list_leaves(statsplant, &nleaves); in show_weed_stats()
4486 int f = weed_get_int_value(statsplant, leaves[i], NULL); in show_weed_stats()
4512 g_print("STATS: %s : %d\n", leaves[val], weed_get_int_value(statsplant, leaves[val], NULL)); in show_weed_stats()
4518 weed_plant_free(statsplant); in show_weed_stats()