Home
last modified time | relevance | path

Searched refs:was_user (Results 1 – 6 of 6) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/sim/cris/
H A Dcrisv10f.c59 int was_user; in MY() local
H A Dcrisv32f.c568 int was_user; in MY() local
587 was_user = GET_H_UBIT_V32 (); in MY()
596 if (was_user) in MY()
/dports/devel/gdb761/gdb-7.6.1/sim/cris/
H A Dcrisv10f.c58 int was_user; in MY() local
H A Dcrisv32f.c567 int was_user; in MY() local
586 was_user = GET_H_UBIT_V32 (); in MY()
595 if (was_user) in MY()
/dports/games/xmahjongg/xmahjongg-3.7/src/
H A Dgame.hh123 void move(Tile *, Tile *, bool was_user = true);
H A Dgame.cc265 Game::move(Tile *t1, Tile *t2, bool was_user) in move() argument
275 if (was_user) mark_user_move(); in move()