Home
last modified time | relevance | path

Searched defs:C_NOTSET (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.bin/vi/common/
H A Dcommon.h42 typedef enum { C_NOTSET, C_CARATSET, C_NOCHANGE, C_ZEROSET } carat_t; enumerator
/openbsd-src/usr.bin/vi/ex/
H A Dex_subst.c1206 enum { C_NOTSET, C_LOWER, C_ONELOWER, C_ONEUPPER, C_UPPER } conv; in re_sub() enumerator