FACT++  1.0
unsigned dis_add_cmnd ( char *  name,
char *  type,
void(*)()  user_routine,
long  tag 
)

Definition at line 481 of file dis_old.c.

References do_dis_add_cmnd(), and user_routine().

Referenced by dis_hash_print().

482 {
483  unsigned ret;
484 
485 /*
486  DISABLE_AST
487 */
488  ret = do_dis_add_cmnd( name, type, user_routine, tag );
489 /*
490  ENABLE_AST
491 */
492  return(ret);
493 }
static unsigned do_dis_add_cmnd(char *name, char *type, void(*user_routine)(), long tag)
Definition: dis_old.c:476
int type
static void user_routine(void *tagp, void *bufp, int *size)
Definition: diccpp.cxx:11

+ Here is the call graph for this function:

+ Here is the caller graph for this function: