Home
last modified time | relevance | path

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

/trueos/contrib/nvi/ex/
HDextern.h4 int ex_is_abbrev __P((CHAR_T *, size_t));
HDex.c2225 ex_is_abbrev(CHAR_T *name, size_t len) in ex_is_abbrev() function
/trueos/contrib/nvi/vi/
HDv_txt.c1566 if (ex_is_abbrev(p, len)) { in txt_abbrev()