Lines Matching refs:type
166 switch (sym->type) { in conf_set_sym_val()
193 sym->type = S_STRING; in conf_set_sym_val()
307 prop->expr->type != E_SYMBOL) in conf_read_simple()
333 switch (sym->type) { in conf_read_simple()
366 if (sym->type == S_UNKNOWN) in conf_read_simple()
367 sym->type = S_BOOLEAN; in conf_read_simple()
372 switch (sym->type) { in conf_read_simple()
400 if (sym->type == S_UNKNOWN) in conf_read_simple()
401 sym->type = S_OTHER; in conf_read_simple()
462 switch (sym->type) { in conf_read()
491 switch (sym->type) { in conf_read()
524 switch (sym->type) { in kconfig_print_symbol()
578 switch (sym->type) { in header_print_symbol()
652 if (sym->type == S_TRISTATE && *value != 'n') in tristate_print_symbol()
668 switch (sym->type) { in conf_write_symbol()
750 if ((sym->type == S_BOOLEAN) && in conf_write_defconfig()
935 switch (sym->type) { in conf_split_config()
957 switch (sym->type) { in conf_split_config()
1264 if (sym->type == S_TRISTATE) { in conf_set_all_new_symbols()