Home
last modified time | relevance | path

Searched refs:comfun (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/sgs/ar/common/
H A Dmain.c130 if (cmd_info->comfun == NULL) { in main()
151 (*cmd_info->comfun)(cmd_info); in main()
324 if (cmd_info->comfun != 0) { in setcom()
328 cmd_info->comfun = fun; in setcom()
H A Dinc.h102 Cmd_func *comfun; /* function to carry out command */ member