Searched refs:yes (Results 26 - 50 of 61) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dgv.c381 means yes, look for AUTOLOAD; zero means no, don't look for AUTOLOAD.
1815 goto yes;
1819 goto yes;
1823 goto yes;
1829 goto yes;
1834 goto yes;
1840 goto yes;
1883 goto yes;
1887 goto yes;
1905 yes
[all...]
H A Dregexec.c2224 #define sayYES goto yes
2231 #define saySAME(x) if (x) goto yes; else goto no
3927 goto yes;
3931 yes:
/osnet-11/usr/src/grub/grub2/tests/util/
H A Dgrub-shell.in120 grubshell=yes
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s87 bz,a .bytepad ! yes, at least one byte to pad here
136 bcs .bytepad ! yes, do simple byte wise fill
H A Dascii_strcasecmp.s139 bleu,a .noxlate11 ! yes
143 bleu,a .noxlate12 ! yes
160 bleu,a .noxlate21 ! yes
164 bleu,a .noxlate22 ! yes
181 bleu,a .noxlate31 ! yes
185 bleu,a .noxlate32 ! yes
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c167 static const char *const yes[] = { "y", "yes", "true", "t", "1", "on" }; local
171 for (i = 0; i < sizeof(yes)/sizeof(yes[0]); i++)
172 if (!strcasecmp(string, yes[i])) {
/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile702 all: check-macro-version all-yes
704 all-yes: stamp-po
841 install-data: install-data-yes
855 install-data-yes: all
899 installdirs-data: installdirs-data-yes
906 installdirs-data-yes:
943 uninstall-data: uninstall-data-yes
952 uninstall-data-yes:
/osnet-11/usr/src/grub/grub2/build-uefi64/po/
H A DMakefile702 all: check-macro-version all-yes
704 all-yes: stamp-po
841 install-data: install-data-yes
855 install-data-yes: all
899 installdirs-data: installdirs-data-yes
906 installdirs-data-yes:
943 uninstall-data: uninstall-data-yes
952 uninstall-data-yes:
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mknetdir.in123 debug=yes ;;
/osnet-11/usr/src/lib/brand/shared/zone/
H A Ddsconvert.ksh197 gzactive=yes
415 if [[ ${dslist[i].props[mounted].value} == yes ]]; then
H A Duninstall.ksh538 if [[ "$mounted" != yes ]]; then
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dascii_strcasecmp.s139 bleu,a .noxlate11 ! yes
143 bleu,a .noxlate12 ! yes
160 bleu,a .noxlate21 ! yes
164 bleu,a .noxlate22 ! yes
181 bleu,a .noxlate31 ! yes
185 bleu,a .noxlate32 ! yes
H A Dstrncpy.s83 bz,a %ncc, .bytepad ! yes, at least one byte to pad here
154 bcs,pn %ncc, .bytepad ! yes, do simple byte wise fill
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h319 struct Rex_s* next[2]; /* 0:no 1:yes next pattern */
321 int yes; /* yes condition hit */ member in struct:Cond_s
H A Dregnexec.c1296 catcher.re.cond_catch.yes = 0;
1301 if (r == BAD || catcher.re.cond_catch.yes)
1319 rex->re.cond_catch.yes = 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm471 my ($no, $yes, $either, $name, $inner_indent);
473 ($yes, $no) = @$item;
474 $either = $yes || $no;
486 if ($yes) {
493 if ($yes and $no) {
873 "yes" if the name is utf8 encoded.
1009 $item->{utf8} = 'yes';
1054 if ($only_thing->{utf8} eq 'yes') {
/osnet-11/usr/src/grub/grub2/build-bios/
H A Dconfig.status655 S["enable_grub_mkfont"]="yes"
689 S["enable_efiemu"]="yes"
1163 S["USE_NLS"]="yes"
1852 *datarootdir*) ac_datarootdir_seen=yes;;
2219 "$presentlang"*) useit=yes;;
2222 if test $useit = yes; then
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A Dconfig.status655 S["enable_grub_mkfont"]="yes"
1162 S["USE_NLS"]="yes"
1851 *datarootdir*) ac_datarootdir_seen=yes;;
2218 "$presentlang"*) useit=yes;;
2221 if test $useit = yes; then
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c5265 char *yes; local
5298 "Would you like to continue and supply a new name? (yes/no) "));
5305 yes = dgettext(TEXT_DOMAIN, "yes");
5306 if (strncasecmp(yesno, yes, strlen(yesno) - 1) != 0) {
5932 char *yes; local
6126 "Are you sure you want to do this (yes/no)? "));
6133 yes = dgettext(TEXT_DOMAIN, "yes");
6134 if (strncasecmp(yesno, yes, strle
6383 char *yes; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dutf8.pm103 In case you are wondering: yes, C<use encoding 'utf8';> works much
H A Dcharnames.pm501 (yes, with parentheses) one can use
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm254 MAYBE Dubious. Maybe yes, maybe no.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm457 my ($xes,$yes) = (1,1);
459 $yes = -1 if $y->{_es} ne '+';
461 my $ly = $lym + $yes * $MBI->_num($y->{_e});
520 my ($xes,$yes) = (1,1);
522 $yes = -1 if $y->{_es} ne '+';
525 my $ly = $lym + $yes * $MBI->_num($y->{_e});
/osnet-11/usr/src/lib/libcurses/screen/
H A Dllib-lcurses947 void _setqiflush(int yes);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm294 $yes = opset_can($opset, @ops) true if $opset has all @ops set

Completed in 78 milliseconds

123