Home
last modified time | relevance | path

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

/freebsd/contrib/bsddialog/lib/
H A Dbsddialog.h112 char *securembch; member
H A Dformbox.c115 if (conf->form.securembch != NULL) { in build_privateform()
116 mbchsize = mblen(conf->form.securembch, MB_LEN_MAX); in build_privateform()
117 if (mbtowc(&f->securewch, conf->form.securembch, mbchsize) < 0) in build_privateform()
/freebsd/contrib/bsddialog/
H A DCHANGELOG314 - add: conf.form.securembch secure multibyte charachter.