Home
last modified time | relevance | path

Searched defs:cheat (Results 1 – 2 of 2) sorted by relevance

/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
/openbsd-src/games/phantasia/
H A Dmisc.c234 int cheat = 0; /* number of times player has tried to cheat */ in tradingpost() local