Searched refs:prop_type (Results 1 – 8 of 8) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lkc.h | 114 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *d… 115 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep); 116 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep); 117 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep); 152 struct property *prop_alloc(enum prop_type type, struct symbol *sym);
|
| H A D | menu.c | 127 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *d… in menu_add_prop() 164 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() 175 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 180 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 487 enum prop_type type; in menu_get_parent_menu()
|
| H A D | qconf.cc | 426 enum prop_type type; in updateSelection() 553 enum prop_type type; in setRootMenu() 601 enum prop_type type; in updateMenuList() 662 enum prop_type type; in keyPressEvent() 723 enum prop_type ptype; in contentsMouseReleaseEvent() 785 enum prop_type ptype; in contentsMouseDoubleClickEvent()
|
| H A D | expr.h | 121 enum prop_type { enum 137 enum prop_type type; /* type of property */
|
| H A D | gconf.c | 737 enum prop_type ptype; in on_back_clicked() 967 enum prop_type ptype; in on_treeview2_button_press_event() 1102 enum prop_type ptype; in fill_row() 1398 enum prop_type ptype; in display_tree()
|
| H A D | lkc_proto.h | 49 P(prop_get_type_name,const char *,(enum prop_type type));
|
| H A D | symbol.c | 1176 struct property *prop_alloc(enum prop_type type, struct symbol *sym) in prop_alloc() 1206 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name()
|
| H A D | nconf.c | 749 enum prop_type ptype; in build_conf()
|