Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dmain.c153 (*cmd_info->comfun)(cmd_info); in main()
335 if (cmd_info->comfun == NULL) { in setup()
366 if (cmd_info->comfun != NULL) { in setcom()
370 cmd_info->comfun = fun; in setcom()
H A Dinc.h102 Cmd_func *comfun; /* function to carry out command */ member