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

Definition at line 496 of file dis.c.

References do_dis_add_cmnd(), and user_routine().

Referenced by dis_hash_print().

497 {
498  unsigned ret;
499 
500 /*
501  DISABLE_AST
502 */
503  ret = do_dis_add_cmnd( name, type, user_routine, tag );
504 /*
505  ENABLE_AST
506 */
507  return(ret);
508 }
static unsigned do_dis_add_cmnd(char *name, char *type, void(*user_routine)(), dim_long tag)
Definition: dis.c:491
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: