Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DUCAux.h65 extern BOOL UCPutUtf8_charstring(HTStream *target,
DSGML.c91 #define PUTUTF8(code) (UCPutUtf8_charstring((HTStream *)context->target, \
733 ? (UCPutUtf8_charstring((HTStream *) context->target, in handle_entity()
4337 if (!UCPutUtf8_charstring(context, SGML_character, (UCode_t) ch)) { in SGML_widechar()
/mirbsd/src/gnu/usr.bin/lynx/src/
DUCAux.c467 BOOL UCPutUtf8_charstring(HTStream *target, putc_func_t *myPutc, UCode_t code) in UCPutUtf8_charstring() function