Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dvi.h217 typedef enum { AB_NOTSET, AB_NOTWORD, AB_INWORD } abb_t; enumerator
H A Dv_txt.c698 abb = AB_NOTWORD; \ in v_txt()
1268 abb = inword(evp->e_c) ? AB_INWORD : AB_NOTWORD; in v_txt()