Searched refs:comfun (Results 1 – 2 of 2) sorted by relevance
130 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()
102 Cmd_func *comfun; /* function to carry out command */ member