Searched refs:asked (Results 1 - 25 of 27) sorted by relevance

12

/openbsd-current/games/fish/
H A Dfish.c65 int asked[RANKS], comphand[RANKS], deck[TOTCARDS]; variable
205 asked[lmove] = 1;
242 !asked[i])
245 asked[i] = 0;
/openbsd-current/sys/netinet6/
H A Dnd6.h63 long asked; /* number of queries already sent for addr */ member in struct:in6_nbrinfo
H A Dnd6.c1012 nbi->asked = ln->ln_asked;
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dless.pm88 will know that you asked for less CPU usage or ram or fat or... we
H A Dcharnames.t222 ok("\N{alef}" eq "\N{HEBREW LETTER ALEF}", '\N{alef} gives HEBREW LETTER ALEF because we asked for Hebrew first');
233 ok("\N{alef}" eq "\N{ARABIC LETTER ALEF}", '\N{alef} gives ARABIC LETTER ALEF because we asked for Arabic first');
428 ok((grep { /\Qyou asked for U+110000/ } @WARN), '... and gives warning');
H A Dperl5db.pl3012 # Make sure that we always print if asked for explicitly regardless
5755 elsif ( my ($asked) = $line =~ /\A(\S.*)\z/ ) {
5759 my $qasked = quotemeta($asked); # for searching; we don't
5792 print_help("B<$asked> is not a debugger command.\n");
10187 my $asked = $1; # for proper errmsg
10188 my $qasked = quotemeta($asked); # for searching
10218 print_help("B<$asked> is not a debugger command.\n");
/openbsd-current/sbin/fsck_ext2fs/
H A Dsetup.c67 long cg, asked, i; local
200 asked = 0;
205 sblock.e2fs_bsize) != 0 && !asked) {
209 asked++;
/openbsd-current/sbin/fsck_ffs/
H A Dsetup.c82 long size, asked, i, j; local
400 asked = 0;
412 size) != 0 && !asked) {
418 asked++;
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dirix_6.sh52 You have asked for use64bitall but you aren't running on 64-bit IRIX.
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.pm1515 B<(W)> You asked C<setlogsock()> to use the Win32 event logger but the
1525 B<(W)> You asked C<setlogsock()> to use a stream socket, but the given
1530 B<(W)> You asked C<setlogsock()> to use a stream socket, but didn't
1535 B<(W)> You asked C<setlogsock()> to use a TCP socket, but the service
1560 B<(W)> You asked C<setlogsock()> to use a UDP socket, but the service
1565 B<(W)> You asked C<setlogsock()> to use a UNIX socket, but C<Sys::Syslog>
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/MakeMaker/Test/
H A DUtils.pm399 you asked for if it was found, or C<undef> if it was not.
/openbsd-current/gnu/usr.bin/perl/lib/User/
H A Dpwent.pm112 # Takes exception to being asked whether this machine's struct pwd has
257 an exception if you asked about a field that Perl never knows how
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DConfig.pm147 distribution. During installation you will be asked for these values.
H A DPOP3.pm754 Just like capa, but only uses a cache from the last time we asked
/openbsd-current/usr.sbin/ndp/
H A Dndp.c637 prbs = nbi->asked;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DInterceptResult.pm263 Please note that no methods modify the original instance unless asked to do so.
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFirstTime.pm117 or be always asked. In the latter case you can set the default answer
744 be asked for your username in every future session.
752 ENTER. You will then be asked for the password in every future
1854 # you asked for it from the Internet
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/
H A DIP.pm1247 caller asked for a non-blocking socket. This is not explicitly specified in
/openbsd-current/gnu/usr.bin/perl/
H A Dautodoc.pl1986 |latter case, you will be asked to submit a patch to document the
/openbsd-current/gnu/usr.bin/perl/pod/
H A Dperlmodlib.PL798 that a module doesn't pollute any namespace it wasn't asked to. The
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/
H A DCmd.pm216 you asked for if it was found, or C<undef> if it was not.
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dperlbug.PL1004 in the body of the report which you will be asked to edit.
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm1749 Note that globbing only lists directories explicitly asked for, for
3955 asked any questions at all (assuming the modules you are installing are
3996 Why do I get asked the same questions every time I start the shell?
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/
H A DTar.pm258 ### if you asked specifically for xz compression, or if we're in
282 ### if you asked specifically for bzip compression, or if we're in
309 ### if you asked for compression, if you wanted to read or the gzip
744 ### user asked us to, it's fine.
2077 Personally I recommend against doing this, but people asked for the
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Any.pm137 you asked for if it was found, or C<undef> if it was not.
229 $maketype2true{$type} = 0; # it wasn't whatever you asked
1340 # will override all prereqs, which is more than the user asked for;
2465 # use dynamic loading) or the caller asked for it explicitly.

Completed in 456 milliseconds

12