Home
last modified time | relevance | path

Searched refs:utf_buf_p (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTPlain.c64 char *utf_buf_p; member
309 *(me->utf_buf_p) = c; in HTPlain_write()
310 (me->utf_buf_p)++; in HTPlain_write()
315 *(me->utf_buf_p) = '\0'; in HTPlain_write()
331 me->utf_buf_p[0] = c; in HTPlain_write()
332 me->utf_buf_p = &me->utf_buf[1]; in HTPlain_write()
353 me->utf_buf_p[0] = '\0'; in HTPlain_write()
354 me->utf_buf_p = me->utf_buf; in HTPlain_write()
369 me->utf_buf_p = me->utf_buf; in HTPlain_write()
551 me->utf_buf_p = me->utf_buf; in HTPlain_write()
[all …]
DSGML.c221 char *utf_buf_p; member
1667 *(context->utf_buf_p) = (char) c; in SGML_character()
1668 (context->utf_buf_p)++; in SGML_character()
1674 *(context->utf_buf_p) = '\0'; in SGML_character()
1693 context->utf_buf_p = context->utf_buf; in SGML_character()
1694 *(context->utf_buf_p) = (char) c; in SGML_character()
1695 (context->utf_buf_p)++; in SGML_character()
1716 context->utf_buf_p = context->utf_buf; in SGML_character()
1717 *(context->utf_buf_p) = '\0'; in SGML_character()
1729 context->utf_buf_p = context->utf_buf; in SGML_character()
[all …]