File src/rip.c


Included Files


Preprocessor definitions

#define TEXT_TOMBSTONE

#define STONE_LINE_CENT 28

#define STONE_LINE_LEN 16

#define NAME_LINE 6

#define GOLD_LINE 7

#define DEATH_LINE 8

#define YEAR_LINE 12


External Variables

killed_by_prefix
extern const char* killed_by_prefix[]

Local Variables

rip_txt
static const char* rip_txt[]
Used in: genl_outrip()

rip
static char** rip
Used in: center()
  genl_outrip()


Global Function genl_outrip()

void genl_outrip ( winid tmpwin, int how )
Prototyped in: include/extern.h
Calls: alloc()src/alloc.c
  an()src/objnam.c
  center()src/rip.c
  getyear()src/hacklib.c
  impossible()src/pline.c
  free(), sprintf(), strcat(), strcpy(), strlen()
References Variables: killersrc/decl.c
  killer_formatsrc/decl.c
  plnamesrc/decl.c
  ripsrc/rip.c
  rip_txtsrc/rip.c
  usrc/decl.c
  killed_by_prefix, windowprocs

Local Function center()

static void center ( int line, char* text )
Prototyped in: src/rip.c
Calls: strlen()
Called by: genl_outrip()src/rip.c
References Variables: ripsrc/rip.c