Home
last modified time | relevance | path

Searched refs:_weed_plant_free (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed.c227 static weed_error_t _weed_plant_free(weed_plant_t *) GNU_FLATTEN;
304 weed_plant_free = _weed_plant_free; in weed_init()
533 static weed_error_t _weed_plant_free(weed_plant_t *plant) { in _weed_plant_free() function
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h373 weed_plant_free_f _weed_plant_free; variable
H A Deffects-weed.c4343 err = _weed_plant_free(plant); in weed_plant_free_host()
4346 return _weed_plant_free(plant); in weed_plant_free_host()
4640 weed_set_funcptr_value(xhost_info, WEED_PLANT_FREE_FUNC, (weed_funcptr_t)_weed_plant_free); in host_info_cb()
H A Dmain.c4209 _weed_plant_free = weed_plant_free; in real_main()