Home
last modified time | relevance | path

Searched refs:P_UNKNOWN (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/kconfig/
H A Dqconf.cc424 type = menu->prompt ? menu->prompt->type : P_UNKNOWN; in updateSelection()
564 type = menu && menu->prompt ? menu->prompt->type : P_UNKNOWN; in setRootMenu()
627 type = child->prompt ? child->prompt->type : P_UNKNOWN; in updateMenuList()
690 type = child->prompt ? child->prompt->type : P_UNKNOWN; in updateMenuList()
761 type = menu->prompt ? menu->prompt->type : P_UNKNOWN; in keyPressEvent()
815 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseReleaseEvent()
851 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseDoubleClickEvent()
H A Dexpr.h178 P_UNKNOWN, enumerator
H A Dsymbol.c1136 type = stack->prop ? stack->prop->type : P_UNKNOWN; in sym_check_print_recursive()
1362 case P_UNKNOWN: in prop_get_type_name()
H A Dnconf.c780 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()
H A Dgconf.c771 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()