OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Oct 17 23:09:53 GMT 2025