Home
last modified time | relevance | path

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

/freebsd/usr.bin/vi/
H A Dextern.h39 int ex_is_unmap(CHAR_T *, size_t);
/freebsd/contrib/nvi/ex/
H A Dex.c2249 ex_is_unmap(CHAR_T *name, size_t len) in ex_is_unmap() function
/freebsd/contrib/nvi/vi/
H A Dv_txt.c1635 if ((off == tp->ai || off == tp->offset) && ex_is_unmap(p, len)) in txt_unmap()