Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dscreen.h207 #define SC_CONV_ERROR 0x20000000 /* Met with a conversion error. */ macro
H A Dline.c166 if (!F_ISSET(sp, SC_CONV_ERROR)) { in db_get()
167 F_SET(sp, SC_CONV_ERROR); in db_get()
H A Dconv.c432 F_CLR(sp, SC_CONV_ERROR); in conv_enc()