Home
last modified time | relevance | path

Searched refs:show (Results 1 – 5 of 5) sorted by relevance

/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 Dobjdiff28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
A Dcheckpatch.pl7431 my $show = $3;
7434 if ($show =~ /^${var}_show$/ &&
7440 …$fixed[$fixlinenr] =~ s/\bDEVICE_ATTR\s*\(\s*$var\s*,\s*\Q$perms\E\s*,\s*$show\s*,\s*$store\s*\)/D…
7442 } elsif ($show =~ /^${var}_show$/ &&
7448 …$fixed[$fixlinenr] =~ s/\bDEVICE_ATTR\s*\(\s*$var\s*,\s*\Q$perms\E\s*,\s*$show\s*,\s*NULL\s*\)/DEV…
7450 } elsif ($show =~ /^NULL$/ &&
7461 my $newshow = "$show";
7462 $newshow = "${var}_show" if ($show ne "NULL" && $show ne "${var}_show");
7466 if ($show ne $newshow) {
7467 $rename .= " '$show' to '$newshow'";
/scripts/kconfig/
A Dqconf.cc273 void ConfigLineEdit::show(ConfigItem* i) in show() function in ConfigLineEdit
280 Parent::show(); in show()
524 parent()->lineEdit->show(item); in changeValue()
1552 searchWindow->show(); in searchConfig()
1683 menuView->show(); in showSplitView()
1857 v->show(); in main()
A Dqconf.h201 void show(ConfigItem *i);

Completed in 16 milliseconds