Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/nvi/common/
HDscreen.h209 #define SC_CONV_ERROR 0x20000000 /* Met with a conversion error. */ macro
HDline.c172 if (!F_ISSET(sp, SC_CONV_ERROR)) { in db_get()
173 F_SET(sp, SC_CONV_ERROR); in db_get()
HDconv.c436 F_CLR(sp, SC_CONV_ERROR); in conv_enc()