Home
last modified time | relevance | path

Searched defs:_term_data (Results 1 – 5 of 5) sorted by relevance

/dports/games/angband/Angband-4.2.2/src/win/
H A Dwin-term.h49 term t;
51 const char *s;
53 HWND w;
55 DWORD dwStyle;
58 uint keys;
60 byte rows;
61 byte cols;
63 uint pos_x;
64 uint pos_y;
76 bool visible;
[all …]
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dmain-win.c313 struct _term_data struct
315 term t;
317 cptr s;
319 HWND w;
322 DIBINIT infGraph;
328 uint keys;
330 uint rows;
331 uint cols;
333 uint pos_x;
334 uint pos_y;
[all …]
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dmain-win.c294 struct _term_data struct
296 term t;
298 cptr s;
300 HWND w;
306 DWORD dwStyle;
309 uint keys;
311 uint rows;
312 uint cols;
314 uint pos_x;
315 uint pos_y;
[all …]
/dports/games/zangband/zangband/src/
H A Dmain-win.c367 term t;
369 cptr s;
371 HWND w;
373 DWORD dwStyle;
376 uint keys;
378 byte rows;
379 byte cols;
381 uint pos_x;
382 uint pos_y;
383 uint size_wid;
[all …]
/dports/math/topcom/topcom-0.17.8/lib-src/
H A DPlainHashTable.hh290 void PlainHashTable<HashData>::_term_data(entry** term_data, const size_type term_size) { in _term_data() function in PlainHashTable