Searched refs:show (Results 1 – 5 of 5) sorted by relevance
234 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \238 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1241 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
7431 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'";
273 void ConfigLineEdit::show(ConfigItem* i) in show() function in ConfigLineEdit280 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()
201 void show(ConfigItem *i);
Completed in 16 milliseconds