File libsrc/vre_disp.c


Included Files


Local Variables

done_init
static int done_init
Used in: vre_Init_Disp_Primitives()  

Global Function vre_Init_Disp_Primitives()

int vre_Init_Disp_Primitives ( FILE* fp )
Prototyped in: mplib1/vre.h
Calls: vre_Init_VRE() libsrc/vre_alloc.c
  vre_New_Type() libsrc/vre_alloc.c
References Functions: disp_byte() libsrc/vre_disp.c
  disp_char() libsrc/vre_disp.c
  disp_char_ptr() libsrc/vre_disp.c
  disp_double() libsrc/vre_disp.c
  disp_long() libsrc/vre_disp.c
  disp_ptr() libsrc/vre_disp.c
  disp_string() libsrc/vre_disp.c
  disp_vlong() libsrc/vre_disp.c
  disp_word() libsrc/vre_disp.c
References Variables: done_init libsrc/vre_disp.c

Local Function disp_byte()

static int disp_byte ( void* ptr, struct vre_disp_walk_item* dwip )
Calls: fprintf()
Used in: vre_Init_Disp_Primitives() libsrc/vre_disp.c

Local Function disp_char()

static int disp_char ( void* ptr, struct vre_disp_walk_item* dwip )
Calls: fprintf()
Used in: vre_Init_Disp_Primitives() libsrc/vre_disp.c

Local Function disp_char_ptr()

static int disp_char_ptr ( void* ptr, struct vre_disp_walk_item* dwip )
Calls: fprintf()
Used in: vre_Init_Disp_Primitives() libsrc/vre_disp.c

Local Function disp_double()

static int disp_double ( void* ptr, struct vre_disp_walk_item* dwip )
Calls: fprintf()
Used in: vre_Init_Disp_Primitives() libsrc/vre_disp.c

Local Function disp_long()

static int disp_long ( void* ptr, struct vre_disp_walk_item* dwip )
Calls: fprintf()
Used in: vre_Init_Disp_Primitives() libsrc/vre_disp.c

Local Function disp_ptr()

static int disp_ptr ( void* ptr, struct vre_disp_walk_item* dwip )
Calls: fprintf()
Used in: vre_Init_Disp_Primitives() libsrc/vre_disp.c

Local Function disp_string()

static int disp_string ( void* ptr, struct vre_disp_walk_item* dwip )
Calls: fprintf()
Used in: vre_Init_Disp_Primitives() libsrc/vre_disp.c

Local Function disp_vlong()

static int disp_vlong ( void* ptr, struct vre_disp_walk_item* dwip )
Calls: fprintf()
Used in: vre_Init_Disp_Primitives() libsrc/vre_disp.c

Local Function disp_word()

static int disp_word ( void* ptr, struct vre_disp_walk_item* dwip )
Calls: fprintf()
Used in: vre_Init_Disp_Primitives() libsrc/vre_disp.c