Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.y152 menu_add_entry(sym);
166 menu_add_entry(sym);
258 menu_add_entry(sym);
331 menu_add_entry(NULL);
365 menu_add_entry(NULL);
403 menu_add_entry(NULL);
H A Dlkc.h102 void menu_add_entry(struct symbol *sym);
H A Dzconf.tab.c_shipped1546 menu_add_entry(sym);
1566 menu_add_entry(sym);
1675 menu_add_entry(sym);
1750 menu_add_entry(NULL);
1779 menu_add_entry(NULL);
1817 menu_add_entry(NULL);
H A Dmenu.c47 void menu_add_entry(struct symbol *sym) in menu_add_entry() function