cmd_ops_t
static cmd_ops_t do_func[] = {
#define N_FUNC sizeof (do_func) / sizeof (cmd_ops_t)
static cmd_ops_t commands[] = {
rc = engine_init(sizeof (commands) / sizeof (cmd_ops_t),
engine_init(int comc, cmd_ops_t *comv, int argc, char **argv,
static cmd_ops_t *my_comv;
extern int engine_init(int comc, cmd_ops_t *comv, int argc, char **argv,