Home
last modified time | relevance | path

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

/freebsd/usr.bin/vi/
H A Dex_extern.h5 int ex_is_unmap(CHAR_T *, size_t);
/freebsd/contrib/nvi/ex/
H A Dextern.h5 int ex_is_unmap(CHAR_T *, size_t);
H A Dex.c2251 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()