Home
last modified time | relevance | path

Searched refs:cheat (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DUtils.pm62 my $cheat = '([[:^print:]])';
65 s/$cheat/sprintf "\\%03o", ord $1/ge;
70 s/$cheat/sprintf "\\%03o", ord $1/ge;
99 my $cheat = '([[:^print:]])';
102 s/$cheat/sprintf "\\x{%X}", ord $1/ge;
117 s/$cheat/sprintf "\\%03o", ord $1/ge;
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dconv2.C4 void cheat( int* i ) { ++(*i); } in cheat() function
7 void cheat( int& i ) { ++i; } in cheat() function
12 void (t::*member)( const int& ) = &t::cheat; // ERROR - conversion in main()
13 void (*cheater)( const int* ) = &cheat; // ERROR - converting in main()
/openbsd-src/games/phantasia/
H A Dmisc.c234 int cheat = 0; /* number of times player has tried to cheat */ in tradingpost() local
300 ++cheat; in tradingpost()
302 cheat = 0; in tradingpost()
319 ++cheat; in tradingpost()
323 cheat = 0; in tradingpost()
338 ++cheat; in tradingpost()
340 cheat = 0; in tradingpost()
362 ++cheat; in tradingpost()
366 cheat = 0; in tradingpost()
381 ++cheat; in tradingpost()
[all …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlcheat.pod7 This 'cheat sheet' is a handy reference, meant for beginning Perl
H A Dperl.pod73 perlcheat Perl cheat sheet
H A Dperlintro.pod569 the meantime, here's a quick cheat sheet:
H A Dperl581delta.pod494 perlcheat has been added: it is a Perl cheat sheet.
H A Dperlsub.pod240 to cheat if you know what you're doing. See L</Prototypes> below.
H A Dperllocale.pod824 # below we cheat slightly by never using anything
H A Dperl5160delta.pod4077 ($c,$d)>. The logic for determining when it can cheat was faulty, in that
/openbsd-src/gnu/llvm/lldb/docs/
H A Dindex.rst25 with GDB there is a cheat sheet listing common tasks and their LLDB equivalent
/openbsd-src/gnu/llvm/llvm/docs/tutorial/
H A DBuildingAJIT3.rst125 cheat and just pass '0' here. In a production quality JIT you could give the
/openbsd-src/games/hack/
H A Ddata117 managed to cheat him out of his hidden pot of gold or his
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DIntro.pod140 old packages. We still cheat in a few cases, but in most cases, L<pkg_add(1)>
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx.reg613 * We cheat by passing arguments in the Accumulator up to the kernel driver
/openbsd-src/gnu/gcc/gcc/config/bfin/
H A Dbfin.md1860 ;; We cheat. This copies one more word than operand 2 indicates.
/openbsd-src/usr.bin/vi/docs/tutorial/
H A Dvi.advanced410 Type {dd} nine times: now don't cheat with {9dd}! That is totally different.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.md4970 /* Otherwise, cheat and guess that the previous insn in the
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.md6004 /* Otherwise, cheat and guess that the previous insn in the
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dip2k.md5231 ;; doesn't exist so we cheat and make it look (to the core of gcc)
/openbsd-src/games/fortune/datfiles/
H A Dfortunes9396 substance of their people, for insurance companies to cheat the young
12609 real tax question, such as how you can cheat, they're useless.
13110 The problem with engineers is that they tend to cheat in order to get
13116 The problem with program verifiers is that they tend to cheat at toy
H A Dfortunes2-o5519 "Do you cheat on your wife?" asked the psychiatrist.
5633 Eighty percent of married men cheat in America. The rest cheat in Europe.
H A Dfortunes23584 The problem with engineers is that they tend to cheat in order to
3588 The problem with program verifiers is that they tend to cheat at
26834 [The world wants to be cheated, so cheat.]
46088 You can't cheat an honest man, never give
46092 You can't cheat the phone company.
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc102 : generally needed. Also note that an XS writer can always cheat
/openbsd-src/gnu/usr.bin/perl/
H A Dembed.fnc120 : generally needed. Also note that an XS writer can always cheat and

12