HomeSort by: relevance | last modified time | path
    Searched refs:_tx (Results 1 - 4 of 4) sorted by relevancy

  /src/games/dab/
board.cc 53 _tx = 2 * _nx + 1;
58 _b[y] = new int[_tx];
65 _tx(b._tx),
73 _b[y] = new int[_tx];
74 static_cast<void>(memcpy(_b[y], b._b[y], _tx * sizeof(int)));
board.h 54 size_t tx(void) const { return _tx; }
80 size_t _ty, _tx; // number of symbols in x and y dimension member in class:BOARD
ttyscrn.h 70 size_t _tx, _ty; // tty size member in class:TTYSCRN
ttyscrn.cc 219 that->_tx = tx;

Completed in 46 milliseconds