Searched refs:S_STRING (Results 1 – 12 of 12) sorted by relevance
| /scripts/kconfig/ |
| A D | kconf_id.c | 26 { "string", T_TYPE, TF_COMMAND, S_STRING },
|
| A D | confdata.c | 193 sym->type = S_STRING; in conf_set_sym_val() 197 case S_STRING: in conf_set_sym_val() 336 case S_STRING: in conf_read_simple() 492 case S_STRING: in conf_read() 604 case S_STRING: in header_print_symbol() 672 case S_STRING: in conf_write_symbol() 942 case S_STRING: in conf_split_config()
|
| A D | conf.c | 119 case S_STRING: in conf_askvalue() 394 case S_STRING: in conf() 427 if (sym->type == S_STRING) { in check_conf()
|
| A D | symbol.c | 60 case S_STRING: in sym_type_name() 347 case S_STRING: in sym_calc_value() 410 case S_STRING: in sym_calc_value() 560 case S_STRING: in sym_string_valid() 604 case S_STRING: in sym_string_within_range() 758 case S_STRING: in sym_get_string_default()
|
| A D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
| A D | expr.c | 1014 case S_STRING: in expr_parse_string() 1069 if (e->left.sym->type != S_STRING || e->right.sym->type != S_STRING) { in expr_calc_value()
|
| A D | qconf.cc | 197 case S_STRING: in updateMenu() 203 if (type == S_STRING) in updateMenu() 523 case S_STRING: in changeValue()
|
| A D | mconf.c | 871 case S_STRING: in conf_string()
|
| A D | zconf.y | 662 case S_STRING: in print_symbol()
|
| A D | gconf.c | 812 case S_STRING: in change_sym_value() 1117 case S_STRING: in fill_row()
|
| A D | menu.c | 238 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop()
|
| A D | nconf.c | 1361 case S_STRING: in conf_string()
|
Completed in 26 milliseconds