HomeSort by relevance Sort by last modified time
    Searched refs:menu_add_prop (Results 1 - 2 of 2) sorted by null

  /external/toybox/kconfig/
lkc.h 83 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep);
menu.c 122 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);

Completed in 224 milliseconds