Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/nvi/common/
HDconv.c354 o_set(sp, O_INPUTENCODING, OS_STRDUP, codeset(), 0); in conv_init()
363 conv_enc(sp, O_INPUTENCODING, 0); in conv_init()
401 case O_INPUTENCODING: in conv_enc()
405 enc = O_STR(sp, O_INPUTENCODING); in conv_enc()
442 case O_INPUTENCODING: in conv_enc()
HDoptions.c267 {L("ie"), O_INPUTENCODING},
/freebsd-14-stable/usr.bin/vi/
HDoptions_def.h26 #define O_INPUTENCODING 25 macro