Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/common/
Dkey.h23 sp->conv.int2sys(sp, w, wlen, &sp->wp->cw, &nlen, &n)
25 sp->conv.int2sys(sp, w, wlen, &sp->wp->cw, &nlen, &n)
Dconv.h25 wchar2char_t int2sys; member
Dconv.c382 sp->conv.int2sys = cs_int2char; in conv_init()