HomeSort by relevance Sort by last modified time
    Searched refs:S_OTHER (Results 1 - 3 of 3) sorted by null

  /external/toybox/kconfig/
expr.h 63 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER
85 #define for_all_symbols(i, sym) for (i = 0; i < 257; i++) for (sym = symbol_hash[i]; sym; sym = sym->next) if (sym->type != S_OTHER)
confdata.c 220 sym->type = S_OTHER;
246 case S_OTHER:
symbol.c 106 case S_OTHER:

Completed in 77 milliseconds