Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex.c45 ex_comm_search __P((SCR *, CHAR_T *, size_t));
466 if ((ecp->cmd = ex_comm_search(sp, p, namelen)) == NULL) in ex_cmd()
2220 return ((cp = ex_comm_search(sp, name, len)) != NULL && in ex_is_abbrev()
2244 return ((cp = ex_comm_search(sp, name, len)) != NULL && in ex_is_unmap()
2253 ex_comm_search(SCR *sp, CHAR_T *name, size_t len) in ex_comm_search() function