Go to the source code of this file.
Defines | |
#define | dlb FILE |
#define | dlb_init() |
#define | dlb_cleanup() |
#define | dlb_fopen fopen |
#define | dlb_fclose fclose |
#define | dlb_fread fread |
#define | dlb_fseek fseek |
#define | dlb_fgets fgets |
#define | dlb_fgetc fgetc |
#define | dlb_ftell ftell |
#define | SEEK_SET 0 |
#define | SEEK_CUR 1 |
#define | SEEK_END 2 |
#define | RDTMODE "r" |
#define | WRTMODE "w+" |
#define | RDBMODE "r" |
#define | WRBMODE "w+" |
#define dlb FILE |
Referenced by checkfile(), dowhatdoes_core(), getrumor(), init_dungeons(), load_special(), and outoracle().
#define dlb_cleanup | ( | ) |
Referenced by prscore(), and terminate().
#define dlb_fclose fclose |
Referenced by checkfile(), dowhatdoes_core(), getrumor(), init_dungeons(), load_special(), outoracle(), and unload_qtlist().
#define dlb_fgetc fgetc |
#define dlb_fgets fgets |
Referenced by checkfile(), deliver_by_pline(), deliver_by_window(), dowhatdoes_core(), getrumor(), init_oracles(), init_rumors(), outoracle(), and qt_com_firstline().
#define dlb_fopen fopen |
Referenced by checkfile(), dowhatdoes_core(), getrumor(), init_dungeons(), load_qtlist(), load_special(), and outoracle().
#define dlb_fread fread |
Referenced by Fread().
#define dlb_fseek fseek |
Referenced by checkfile(), com_pager(), construct_qtlist(), getrumor(), init_rumors(), outoracle(), qt_com_firstline(), and qt_pager().
#define dlb_ftell ftell |
Referenced by getrumor(), and init_rumors().
#define dlb_init | ( | ) |
Referenced by prscore().
#define RDBMODE "r" |
Referenced by init_dungeons(), load_qtlist(), and load_special().
#define RDTMODE "r" |
#define SEEK_CUR 1 |
Referenced by init_rumors().
#define SEEK_END 2 |
Referenced by init_rumors().
#define SEEK_SET 0 |
Referenced by checkfile(), com_pager(), construct_qtlist(), getrumor(), lock_file(), outoracle(), qt_com_firstline(), qt_pager(), and topten().
#define WRBMODE "w+" |
#define WRTMODE "w+" |