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

  /external/toybox/kconfig/
lkc_proto.h 26 P(sym_get_type,enum symbol_type,(struct symbol *sym));
conf.c 69 enum symbol_type type = sym_get_type(sym);
216 type = sym_get_type(sym);
287 type = sym_get_type(sym);
symbol.c 78 enum symbol_type sym_get_type(struct symbol *sym) function
216 if (tri == mod && sym_get_type(sym) == S_BOOLEAN)
301 switch (sym_get_type(sym)) {
324 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN)
409 int type = sym_get_type(sym);
mconf.c 470 type = sym_get_type(sym);
775 switch (sym_get_type(menu->sym)) {

Completed in 133 milliseconds