Definition in file machdep.h.
#include <sys/unistd.h>
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <stdarg.h>
#include <ctype.h>
#include <string.h>
#include <curses.h>
#include "platform.h"
#include "positions.h"
Go to the source code of this file.
Defines | |
| #define | T_TI89 1 |
| #define | T_TI92P 2 |
| #define | T_WIN32_MSC 3 |
| #define | T_UNIX 4 |
| #define | T_WIN32_MINGW 5 |
| #define | T_DOXYGEN |
| #define | T_CPROTO |
| #define | T_PALMOS 7 |
| #define | ENGLISH 0 |
| #define | FRENCH 1 |
| #define | CZECH 2 |
| #define | REALCOMPUTER |
| #define | UNIX |
| #define | EXTERNAL_COMPRESSOR "/usr/bin/gzip" |
| #define | USE_CURSES |
| #define | USE_NCURSES |
| #define | SUPPORT_COLOR |
| #define | SHARED_SCORES |
| #define | TYPEDEF(a) typedef a; |
| #define | uchar unsigned char |
| #define | schar signed char |
| #define | ushort unsigned short |
| #define | sshort signed short |
| #define | uint unsigned short |
| #define | sint signed short |
| #define | ulong unsigned long |
| #define | slong signed long |
| #define | ATTRIB(a) |
Functions | |
| int | curses_title_screen (void) |
| const void ** | dll_load (const void *f) |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 71 of file machdep.h. Referenced by load_level(), restore_game(), save_game(), and save_level(). |
|
|
|
|
|
|
|
|
Definition at line 127 of file machdep.h. Referenced by random_plus(). |
|
|
|
|
|
|
Definition at line 133 of file machdep.h. Referenced by init_spells(), learn_spell(), refresh_spell(), restore_game(), save_game(), and study_spell(). |
|
|
Definition at line 129 of file machdep.h. Referenced by pickup(), and tracevision(). |
|
|
|
|
|
Value: 6 /* Not for actual compilation, but for extracting prototypes. */ |
|
|
Value: 4 /* Not for actual compilation, but for documentation. Will pretend to be Unixy */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 126 of file machdep.h. Referenced by _UI_TF_DrawTile(), draw_item(), draw_tile(), itemname(), n_itemname(), rrandom(), shortitemname(), and xrandom(). |
|
|
|
Definition at line 132 of file machdep.h. Referenced by awardXP(), checksum_scores(), do_drop_item(), init_discoveries(), item_cost(), item_value(), long_helper_void(), player_gold(), sale_price(), study_book(), type_is_identified(), and void_helper_long(). |
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 244 of file main.c. References clrscr, display_title_screen(), and read_char(). |
|
|
Definition at line 48 of file dll.c. References dll_body_functions, and dll_exports. Referenced by link_data_file(). |
1.3.6