Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/vi/ex/
H A Dex.c36 ex_comm_search(char *, size_t);
452 if ((ecp->cmd = ex_comm_search(p, namelen)) == NULL) in ex_cmd()
2205 return ((cp = ex_comm_search(name, len)) != NULL && in ex_is_abbrev()
2229 return ((cp = ex_comm_search(name, len)) != NULL && in ex_is_unmap()
2238 ex_comm_search(char *name, size_t len) in ex_comm_search() function