Searched refs:S_OTHER (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator 134 … < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sym; sym = sym->next) if (sym->type != S_OTHER)
|
| H A D | confdata.c | 152 case S_OTHER: in conf_set_sym_val() 367 sym->type = S_OTHER; in conf_read_simple() 634 case S_OTHER: in conf_write_symbol()
|
| H A D | symbol.c | 91 case S_OTHER: in sym_type_name() 796 case S_OTHER: in sym_get_string_default()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator 91 … < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sym; sym = sym->next) if (sym->type != S_OTHER)
|
| H A D | confdata.c | 153 case S_OTHER: in conf_set_sym_val() 365 sym->type = S_OTHER; in conf_read_simple() 632 case S_OTHER: in conf_write_symbol()
|
| H A D | symbol.c | 91 case S_OTHER: in sym_type_name() 786 case S_OTHER: in sym_get_string_default()
|