Searched refs:stype (Results 1 – 6 of 6) sorted by relevance
191 menu_set_type($1->stype);194 $1->stype);206 if ($1->stype != S_UNKNOWN)207 menu_set_type($1->stype);210 $1->stype);289 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {290 menu_set_type($1->stype);293 $1->stype);306 if ($1->stype == S_UNKNOWN) {
1710 menu_set_type((yyvsp[(1) - (3)].id)->stype);1713 (yyvsp[(1) - (3)].id)->stype);1729 if ((yyvsp[(1) - (4)].id)->stype != S_UNKNOWN)1730 menu_set_type((yyvsp[(1) - (4)].id)->stype);1733 (yyvsp[(1) - (4)].id)->stype);1814 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) {1815 menu_set_type((yyvsp[(1) - (3)].id)->stype);1818 (yyvsp[(1) - (3)].id)->stype);1835 if ((yyvsp[(1) - (4)].id)->stype == S_UNKNOWN) {
1100 int stype; in fill_row() local1168 stype = sym_get_type(sym); in fill_row()1169 switch (stype) { in fill_row()
68 enum symbol_type stype; member
105 char *sym, stype; in read_symbol() local108 rc = fscanf(in, "%llx %c %499s\n", &s->addr, &stype, str); in read_symbol()125 else if (toupper(stype) == 'A') in read_symbol()135 else if (toupper(stype) == 'U' || in read_symbol()142 else if (stype == 'N') in read_symbol()155 s->sym[0] = stype; in read_symbol()