OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sym_is_choice_value
(Results
1 - 4
of
4
) sorted by null
/external/toybox/kconfig/
lkc.h
136
static inline bool
sym_is_choice_value
(struct symbol *sym)
function
symbol.c
83
if (
sym_is_choice_value
(sym) && sym->visible == yes)
211
if (
sym_is_choice_value
(sym))
293
if (!
sym_is_choice_value
(sym))
304
if (
sym_is_choice_value
(sym) && sym->visible == yes) {
421
if (
sym_is_choice_value
(sym) && sym->visible == yes)
441
if (
sym_is_choice_value
(sym) && val == yes) {
confdata.c
289
if (sym &&
sym_is_choice_value
(sym)) {
354
if (sym_has_value(sym) && !
sym_is_choice_value
(sym)) {
mconf.c
526
if (
sym_is_choice_value
(sym) && val == yes) {
Completed in 138 milliseconds