Searched defs:cheat (Results 1 – 2 of 2) sorted by relevance
4 void cheat( int* i ) { ++(*i); } in cheat() function7 void cheat( int& i ) { ++i; } in cheat() function
234 int cheat = 0; /* number of times player has tried to cheat */ in tradingpost() local