Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/vi/
H A Dvi.h220 typedef enum { AB_NOTSET, AB_NOTWORD, AB_INWORD } abb_t; enumerator
H A Dv_txt.c705 abb = AB_NOTWORD; \ in v_txt()
1269 abb = inword(evp->e_c) ? AB_INWORD : AB_NOTWORD; in v_txt()