Home
last modified time | relevance | path

Searched refs:no (Results 1 – 25 of 26) sorted by relevance

12

/scripts/kconfig/
A Dsymbol.c24 .curr = { "n", no },
28 .curr = { "", no },
180 tri = no; in sym_calc_visibility()
216 tri = no; in sym_calc_visibility()
225 tri = no; in sym_calc_visibility()
295 sym->curr.tri = no; in sym_calc_choice()
356 sym->curr.tri = no; in sym_calc_value()
539 case no: in sym_toggle_tristate_value()
546 newval = no; in sym_toggle_tristate_value()
751 case no: return "n"; in sym_get_string_default()
[all …]
A Dconfdata.c181 sym->def[def].tri = no; in conf_set_sym_val()
342 sym->def[def].tri = no; in conf_read_simple()
375 sym->def[def].tri = no; in conf_read_simple()
419 case no: in conf_read_simple()
428 if (cs->def[def].tri != no) in conf_read_simple()
489 if (sym->visible == no && !conf_unsaved) in conf_read()
960 if (sym_get_tristate_value(sym) == no) in conf_split_config()
1158 sym->def[S_DEF_USER].tri = no; in randomize_choice_values()
1184 sym->def[S_DEF_USER].tri = no; in set_all_choice_values()
1259 sym->def[S_DEF_USER].tri = no; in conf_set_all_new_symbols()
[all …]
A Dconf.c174 case no: in conf_sym()
184 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
198 newval = no; in conf_sym()
241 case no: in conf_choice()
250 case no: in conf_choice()
A Dmconf.c542 item_make("[%c]", val == no ? ' ' : '*'); in build_conf()
591 item_make("[%c]", val == no ? ' ' : '*'); in build_conf()
593 item_make("-%c-", val == no ? ' ' : '*'); in build_conf()
730 sym_set_tristate_value(sym, no); in conf()
A Dmenu.c637 if (expr_calc_value(menu->visibility) == no) in menu_is_visible()
648 if (visible != no) in menu_is_visible()
651 if (!sym || sym_get_tristate_value(menu->sym) == no) in menu_is_visible()
830 expr_gstr_print_revdep(sym->rev_dep.expr, r, no, " Selected by [n]:\n"); in get_symbol_str()
837 expr_gstr_print_revdep(sym->implied.expr, r, no, " Implied by [n]:\n"); in get_symbol_str()
A Dexpr.c1061 return no; in expr_calc_value()
1079 return no; in expr_calc_value()
1089 return res ? no : yes; in expr_calc_value()
1091 return res >= 0 ? yes : no; in expr_calc_value()
1093 return res > 0 ? yes : no; in expr_calc_value()
1095 return res <= 0 ? yes : no; in expr_calc_value()
1097 return res < 0 ? yes : no; in expr_calc_value()
1099 return res ? yes : no; in expr_calc_value()
1102 return no; in expr_calc_value()
A Dnconf.c808 val == no ? ' ' : '*'); in build_conf()
860 val == no ? ' ' : '*'); in build_conf()
863 val == no ? ' ' : '*'); in build_conf()
1201 sym_set_tristate_value(sym, no); in conf()
A Dexpr.h28 no, mod, yes enumerator
A Dqconf.cc186 if (expr != no) in updateMenu()
187 setText(noColIdx, sym_tristate_within_range(sym, no) ? "_" : 0); in updateMenu()
483 if (oldval == no && item->menu->list) in setValue()
515 else if (oldexpr == no) in changeValue()
746 setValue(item, no); in keyPressEvent()
804 setValue(item, no); in mouseReleaseEvent()
A Dgconf.c787 newval = no; in change_sym_value()
1089 case no: in fill_row()
1108 if (val != no && sym_tristate_within_range(sym, no)) in fill_row()
A DMakefile130 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
/scripts/
A Dcoccicheck234 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
238 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1
241 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
A Dsetlocalversion69 --no-dirty)
153 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
A Dmkmakefile30 MAKEFLAGS += --no-print-directory
A DKbuild.include58 # - If no file exist it is created
60 # - If they are equal no change, and no timestamp update
82 # If no $(CC) found in PATH with listed prefixes return nothing
171 # Important: no spaces around options
215 # skip if -I has no parameter
A DMakefile.clean50 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
A DMakefile.build238 objtool_args += --no-fp
241 objtool_args += --no-unreachable
A DMakefile.xpl424 LDFLAGS_$(SPL_BIN) += $(call ld-option, --no-dynamic-linker)
519 -Wl,--no-whole-archive \
533 --no-whole-archive \
/scripts/coccinelle/null/
A Dkmerr.cocci13 // Options: --no-includes --include-headers
74 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped171 FdtException if no more nodes found or other error occurs
186 FdtException if no subnodes found or other error occurs
201 FdtException if no more subnodes found or other error occurs
461 FdtException if no parent found or other error occurs
476 FdtException if no node found or other error occurs
565 FdtException if no parent found or other error occurs
584 FdtException if no parent found or other error occurs
602 FdtException if no parent found or other error occurs
620 FdtException if no parent found or other error occurs
641 FdtException if no parent found or other error occurs
[all …]
/scripts/coccinelle/free/
A Difnullfree.cocci10 // Options: --no-includes --include-headers
/scripts/coccinelle/iterators/
A Dlist_entry_update.cocci12 // Options: --no-includes --include-headers
A Ditnull.cocci14 // Options: --no-includes --include-headers
A Duse_after_iter.cocci14 // Options: --no-includes --include-headers
/scripts/coccinelle/api/alloc/
A Dalloc_cast.cocci14 // Options: --no-includes --include-headers

Completed in 27 milliseconds

12