Home
last modified time | relevance | path

Searched refs:food_choice (Results 1 – 6 of 6) sorted by relevance

/dports/misc/nut/nut-20.1/
H A Dviewfood.c46 food_ptr = food_choice("NUT: View Foods", 0); in view_foods()
H A Dfood.h88 struct food *food_choice(char *, int);
H A Dtheusual.c100 food_ptr = food_choice("NUT: Record \"The Usual\"--Customary Meals", 0); in theusual()
H A Daddfood.c285 if (! label) food_ptr = food_choice("NUT: Add a Recipe", 0); in add_foods()
286 if ( label) food_ptr = food_choice("NUT: Add a Labeled Food", 0); in add_foods()
790 food_ptr = food_choice("NUT: Modify Serving Sizes", 0); in modify_servings()
H A Drecmeal.c131 food_ptr = food_choice("NUT: Record Meals", 1); in record_meals()
H A Dfood.c206 struct food *food_choice(char *screentitle, int usual) in food_choice() function