| /scripts/kconfig/ |
| A D | symbol.c | 24 .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 D | confdata.c | 181 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 D | conf.c | 174 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 D | mconf.c | 542 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 D | menu.c | 637 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 D | expr.c | 1061 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 D | nconf.c | 808 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 D | expr.h | 28 no, mod, yes enumerator
|
| A D | qconf.cc | 186 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 D | gconf.c | 787 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 D | Makefile | 130 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
|
| /scripts/ |
| A D | coccicheck | 234 $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 D | setlocalversion | 69 --no-dirty) 153 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
|
| A D | mkmakefile | 30 MAKEFLAGS += --no-print-directory
|
| A D | Kbuild.include | 58 # - 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 D | Makefile.clean | 50 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
|
| A D | Makefile.build | 238 objtool_args += --no-fp 241 objtool_args += --no-unreachable
|
| A D | Makefile.xpl | 424 LDFLAGS_$(SPL_BIN) += $(call ld-option, --no-dynamic-linker) 519 -Wl,--no-whole-archive \ 533 --no-whole-archive \
|
| /scripts/coccinelle/null/ |
| A D | kmerr.cocci | 13 // Options: --no-includes --include-headers 74 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 171 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 D | ifnullfree.cocci | 10 // Options: --no-includes --include-headers
|
| /scripts/coccinelle/iterators/ |
| A D | list_entry_update.cocci | 12 // Options: --no-includes --include-headers
|
| A D | itnull.cocci | 14 // Options: --no-includes --include-headers
|
| A D | use_after_iter.cocci | 14 // Options: --no-includes --include-headers
|
| /scripts/coccinelle/api/alloc/ |
| A D | alloc_cast.cocci | 14 // Options: --no-includes --include-headers
|