UMoria  5.5.2
 全て データ構造 ファイル 関数 変数 型定義 マクロ定義
マクロ定義 | 関数 | 変数
desc.c
#include "config.h"
#include "constant.h"
#include "types.h"
#include "externs.h"
#include <strings.h>
desc.cのインクルード依存関係図

マクロ定義

#define IGNORED   0
 
#define CHARGES   1
 
#define PLUSSES   2
 
#define LIGHT   3
 
#define FLAGS   4
 
#define Z_PLUSSES   5
 

関数

static void unsample ()
 
int is_a_vowel (char ch)
 
void magic_init ()
 
int16 object_offset (inven_type *t_ptr)
 
void known1 (inven_type *i_ptr)
 
int known1_p (inven_type *i_ptr)
 
void known2 (inven_type *i_ptr)
 
int known2_p (inven_type *i_ptr)
 
void clear_known2 (inven_type *i_ptr)
 
void clear_empty (inven_type *i_ptr)
 
void store_bought (inven_type *i_ptr)
 
int store_bought_p (inven_type *i_ptr)
 
static void unsample (inven_type *i_ptr)
 
void sample (inven_type *i_ptr)
 
void identify (int *item)
 
void unmagic_name (inven_type *i_ptr)
 
void objdes (char *out_val, inven_type *i_ptr, int pref)
 
void invcopy (inven_type *to, int from_index)
 
void desc_charges (int item_val)
 
void desc_remain (int item_val)
 

変数

char titles [MAX_TITLES][10]
 

マクロ定義

#define CHARGES   1
#define FLAGS   4
#define IGNORED   0
#define LIGHT   3
#define PLUSSES   2
#define Z_PLUSSES   5

関数

void clear_empty ( inven_type i_ptr)

呼出しグラフ:

void clear_known2 ( inven_type i_ptr)

呼出しグラフ:

void desc_charges ( int  item_val)

関数の呼び出しグラフ:

呼出しグラフ:

void desc_remain ( int  item_val)

関数の呼び出しグラフ:

呼出しグラフ:

void identify ( int *  item)

関数の呼び出しグラフ:

呼出しグラフ:

void invcopy ( inven_type to,
int  from_index 
)

呼出しグラフ:

int is_a_vowel ( char  ch)

呼出しグラフ:

void known1 ( inven_type i_ptr)

関数の呼び出しグラフ:

呼出しグラフ:

int known1_p ( inven_type i_ptr)

関数の呼び出しグラフ:

呼出しグラフ:

void known2 ( inven_type i_ptr)

関数の呼び出しグラフ:

呼出しグラフ:

int known2_p ( inven_type i_ptr)

呼出しグラフ:

void magic_init ( )

関数の呼び出しグラフ:

呼出しグラフ:

void objdes ( char *  out_val,
inven_type i_ptr,
int  pref 
)

関数の呼び出しグラフ:

呼出しグラフ:

int16 object_offset ( inven_type t_ptr)

呼出しグラフ:

void sample ( inven_type i_ptr)

関数の呼び出しグラフ:

呼出しグラフ:

void store_bought ( inven_type i_ptr)

関数の呼び出しグラフ:

呼出しグラフ:

int store_bought_p ( inven_type i_ptr)

呼出しグラフ:

void unmagic_name ( inven_type i_ptr)

呼出しグラフ:

static void unsample ( )
static

呼出しグラフ:

static void unsample ( inven_type i_ptr)
static

関数の呼び出しグラフ:

変数

char titles[MAX_TITLES][10]