Home
last modified time | relevance | path

Searched refs:S_INT (Results 1 – 9 of 9) sorted by relevance

/linux/scripts/kconfig/
H A Dmenu.c228 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number()
241 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop()
249 if (sym->type == S_HEX || sym->type == S_INT) { in sym_check_prop()
281 if (sym->type != S_INT && sym->type != S_HEX) in sym_check_prop()
700 if (sym->type == S_INT || sym->type == S_HEX) { in get_symbol_str()
H A Dexpr.h70 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
H A Dparser.y304 | T_INT { $$ = S_INT; }
647 case S_INT: in print_symbol()
H A Dmconf.c668 case S_INT: in conf_string()
H A Dconf.c555 case S_INT: in conf()
H A Dgconf.c799 case S_INT: in change_sym_value()
1108 case S_INT: in fill_row()
H A Dnconf.c1357 case S_INT: in conf_string()
H A Dexpr.c874 case S_INT: in expr_parse_string()
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h772 #define S_INT SAM_STAT_INTERMEDIATE macro