Searched refs:ex_comm_search (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/nvi/ex/
H A Dex.c37 ex_comm_search(CHAR_T *, size_t);
454 if ((ecp->cmd = ex_comm_search(p, namelen)) == NULL)
2229 return ((cp = ex_comm_search(name, len)) != NULL &&
2253 return ((cp = ex_comm_search(name, len)) != NULL &&
2258 * ex_comm_search --
2262 ex_comm_search(CHAR_T *name, size_t len) function

Completed in 57 milliseconds