Function find_best_match_or_complete:
Defined in module m_complete (file: /std/modules/m_complete.c)

 same as case_insensitive_complete, but if there is an exact match, 
 returns only that.

Prototype:
string *find_best_match_or_complete(string partial, string *potentials);
