Home
last modified time | relevance | path

Searched refs:stype (Results 1 – 3 of 3) sorted by relevance

/u-boot/scripts/kconfig/
A Dzconf.y201 menu_set_type($1->stype);
204 $1->stype);
216 if ($1->stype != S_UNKNOWN)
217 menu_set_type($1->stype);
220 $1->stype);
308 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
309 menu_set_type($1->stype);
312 $1->stype);
325 if ($1->stype == S_UNKNOWN) {
A Dlkc.h53 enum symbol_type stype; member
A Dgconf.c1042 int stype; in fill_row() local
1110 stype = sym_get_type(sym); in fill_row()
1111 switch (stype) { in fill_row()

Completed in 11 milliseconds