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

Definition at line 491 of file dis.c.

References do_dis_add_cmnd_dns(), and user_routine().

Referenced by dis_add_cmnd().

492 {
493  return do_dis_add_cmnd_dns(name, type, user_routine, tag, 0);
494 }
int type
static unsigned do_dis_add_cmnd_dns(char *name, char *type, void(*user_routine)(), dim_long tag, dim_long dnsid)
Definition: dis.c:413
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: