Home
last modified time | relevance | path

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

/dports/net/axa/axa-2.2.0/sratool/
H A Dcmd.c650 const cmd_tbl_entry_t *ce, *ce1, *best_ce = NULL; in cmd() local
707 if (best_ce) { in cmd()
713 best_ce = ce; in cmd()
718 if (best_ce) in cmd()
719 return (run_cmd(tag, op, best_argp, best_ce)); in cmd()