Searched refs:S_STRING (Results 1 - 22 of 22) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | confdata.c | 261 case S_STRING: in conf_set_sym_val() 403 case S_STRING: in conf_read_simple() 562 case S_STRING: in conf_read() 674 case S_STRING: in header_print_symbol() 721 case S_STRING: in conf_write_symbol() 1004 case S_STRING: in conf_touch_deps()
|
H A D | conf.c | 122 case S_STRING: in conf_askvalue() 397 case S_STRING: in conf() 430 if (sym->type == S_STRING) { in check_conf()
|
H A D | symbol.c | 66 case S_STRING: in sym_type_name() 349 case S_STRING: in sym_calc_value() 413 case S_STRING: in sym_calc_value() 561 case S_STRING: in sym_string_valid() 605 case S_STRING: in sym_string_within_range() 759 case S_STRING: in sym_get_string_default()
|
H A D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
|
H A D | parser.y | 301 | T_STRING { $$ = S_STRING; } 605 case S_STRING:
|
H A D | gconf.c | 840 case S_STRING: in change_sym_value() 1149 case S_STRING: in fill_row()
|
H A D | mconf.c | 872 case S_STRING: in conf_string()
|
H A D | nconf.c | 1363 case S_STRING: in conf_string()
|
H A D | menu.c | 251 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop()
|
H A D | qconf.cc | 170 case S_STRING: in updateMenu() 220 if (type == S_INT || type == S_HEX || type == S_STRING) in init()
|
H A D | expr.c | 1073 if (e->left.sym->type != S_STRING || e->right.sym->type != S_STRING) { in expr_calc_value()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | confdata.c | 253 case S_STRING: in conf_set_sym_val() 419 case S_STRING: in conf_read_simple() 591 case S_STRING: in conf_read() 708 if (sym->type == S_STRING && escape_string) { in __print_symbol() 762 case S_STRING: in print_symbol_for_c() 1111 case S_STRING: in conf_touch_deps()
|
H A D | symbol.c | 65 case S_STRING: in sym_type_name() 348 case S_STRING: in sym_calc_value() 412 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()
|
H A D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
|
H A D | parser.y | 292 | T_STRING { $$ = S_STRING; } 596 case S_STRING:
|
H A D | mconf.c | 758 case S_STRING: in conf_string()
|
H A D | gconf.c | 833 case S_STRING: in change_sym_value() 1146 case S_STRING: in fill_row()
|
H A D | conf.c | 614 case S_STRING: in conf()
|
H A D | menu.c | 230 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop()
|
H A D | nconf.c | 1454 case S_STRING: in conf_string()
|
H A D | expr.c | 1073 if (e->left.sym->type != S_STRING || e->right.sym->type != S_STRING) { in expr_calc_value()
|
H A D | qconf.cc | 173 case S_STRING: in updateMenu() 223 if (type == S_INT || type == S_HEX || type == S_STRING) in init()
|
Completed in 29 milliseconds