Searched refs:cs (Results 1 – 2 of 2) sorted by relevance
287 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); in conf_read_simple() local292 if (cs->def[def].tri == yes) { in conf_read_simple()294 cs->flags &= ~def_flags; in conf_read_simple()298 if (cs->def[def].tri != no) in conf_read_simple()300 cs->def[def].val = sym; in conf_read_simple()303 cs->def[def].tri = EXPR_OR(cs->def[def].tri, sym->def[def].tri); in conf_read_simple()
449 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); in sym_set_tristate_value() local453 cs->def[S_DEF_USER].val = sym; in sym_set_tristate_value()454 cs->flags |= SYMBOL_DEF_USER; in sym_set_tristate_value()455 prop = sym_get_choice_prop(cs); in sym_set_tristate_value()