Searched refs:S_STRING (Results 1 – 13 of 13) sorted by relevance
| /buildroot/support/kconfig/ |
| A D | kconf_id.c | 26 { "string", T_TYPE, TF_COMMAND, S_STRING },
|
| A D | confdata.c | 156 sym->type = S_STRING; in conf_set_sym_val() 160 case S_STRING: in conf_set_sym_val() 302 case S_STRING: in conf_read_simple() 458 case S_STRING: in conf_read() 570 case S_STRING: in header_print_symbol() 637 case S_STRING: in conf_write_symbol() 890 case S_STRING: in conf_split_config()
|
| A D | conf.c | 120 case S_STRING: in conf_askvalue() 395 case S_STRING: in conf() 428 if (sym->type == S_STRING) { in check_conf()
|
| A D | symbol.c | 58 sym->type = S_STRING; in sym_init() 87 case S_STRING: in sym_type_name() 383 case S_STRING: in sym_calc_value() 446 case S_STRING: in sym_calc_value() 596 case S_STRING: in sym_string_valid() 640 case S_STRING: in sym_string_within_range() 794 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 | 206 case S_STRING: in updateMenu() 212 if (type == S_STRING) in updateMenu() 532 case S_STRING: in changeValue()
|
| A D | mconf.c | 876 case S_STRING: in conf_string()
|
| A D | zconf.y | 659 case S_STRING: in print_symbol()
|
| A D | gconf.c | 840 case S_STRING: in change_sym_value() 1149 case S_STRING: in fill_row()
|
| A D | menu.c | 241 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop()
|
| A D | nconf.c | 1366 case S_STRING: in conf_string()
|
| A D | zconf.tab.c_shipped | 2365 case S_STRING:
|
Completed in 33 milliseconds