Searched refs:menu_add_prop (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/config/
H A Dlkc.h52 struct property *menu_add_prop(int token, char *prompt, struct symbol *def, struct expr *dep);
H A Dzconf.y167 menu_add_prop(P_PROMPT, $2, NULL, $3);
173 menu_add_prop(P_DEFAULT, NULL, $2, $3);
184 menu_add_prop(P_CHOICE, NULL, NULL, NULL);
220 menu_add_prop(P_PROMPT, $2, NULL, $3);
232 menu_add_prop(P_DEFAULT, NULL, $2, NULL);
248 //current_entry->prompt = menu_add_prop(T_IF, NULL, NULL, $2);
282 menu_add_prop(P_MENU, $2, NULL, NULL);
332 menu_add_prop(P_COMMENT, $2, NULL, NULL);
383 menu_add_prop(P_PROMPT, $1, NULL, NULL);
387 menu_add_prop(P_PROMP
[all...]
H A Dmenu.c90 struct property *menu_add_prop(int token, char *prompt, struct symbol *def, struct expr *dep) function
116 current_entry->prompt = menu_add_prop(token, prompt, NULL, dep);
121 current_entry->prompt = menu_add_prop(token, NULL, def, dep);
209 menu_add_prop(P_CHOICE, NULL, parent->sym, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/
H A Dlkc.h82 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep);
H A Dmenu.c122 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) function
147 return menu_add_prop(type, prompt, NULL, dep);
152 menu_add_prop(type, NULL, expr, dep);
157 menu_add_prop(type, NULL, expr_alloc_symbol(sym), dep);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc.h77 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep);
H A Dmenu.c122 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) function
142 return menu_add_prop(type, prompt, NULL, dep);
147 menu_add_prop(type, NULL, expr, dep);
152 menu_add_prop(type, NULL, expr_alloc_symbol(sym), dep);

Completed in 104 milliseconds