Searched refs:replace_buf (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTPlain.c | 71 static char replace_buf[64]; /* buffer for replacement strings */ variable 421 uck = UCTransCharStr(replace_buf, 60, c, in HTPlain_write() 426 uck = UCTransCharStr(replace_buf, 60, c, in HTPlain_write() 435 c = replace_buf[0]; in HTPlain_write() 436 if (c && replace_buf[1]) { in HTPlain_write() 437 HText_appendText(me->text, replace_buf); in HTPlain_write() 533 (uck = UCTransUniCharStr(replace_buf, 60, code, in HTPlain_write() 539 HText_appendText(me->text, replace_buf); in HTPlain_write() 552 } else if (UCConvertUniToUtf8(code, replace_buf)) { in HTPlain_write() 553 HText_appendText(me->text, replace_buf); in HTPlain_write() [all …]
|
| D | SGML.c | 663 static char replace_buf[64]; /* buffer for replacement strings */ variable 712 (uck = UCTransUniCharStr(replace_buf, 60, code, in handle_entity() 719 PUTS(replace_buf); in handle_entity() 1816 uck = UCTransCharStr(replace_buf, 60, (char) c, in SGML_character() 1821 uck = UCTransCharStr(replace_buf, 60, (char) c, in SGML_character() 1830 c = UCH(replace_buf[0]); in SGML_character() 1831 if (c && replace_buf[1]) { in SGML_character() 1833 PUTS(replace_buf); in SGML_character() 1836 StrAllocCat(context->recover, replace_buf + 1); in SGML_character() 2170 (uck = UCTransUniCharStr(replace_buf, 60, clong, in SGML_character() [all …]
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYBookmark.c | 1070 char replace_buf[32]; in title_convert8bit() local 1072 if (UCTransCharStr(replace_buf, (int) sizeof(replace_buf), *temp, in title_convert8bit() 1074 StrAllocCat(comment, replace_buf); in title_convert8bit() 1079 sprintf(replace_buf, "%ld", unicode); in title_convert8bit() 1080 StrAllocCat(ncr, replace_buf); in title_convert8bit()
|
| D | LYCharUtils.c | 1093 char replace_buf[64]; in LYUCFullyTranslateString() local 1150 memset(replace_buf, 0, sizeof(replace_buf)); in LYUCFullyTranslateString() 1608 replace_buf[0] = '\0'; in LYUCFullyTranslateString() 1641 UCTransUniCharStr(replace_buf, in LYUCFullyTranslateString() 1679 replace_buf[0] = '\0'; in LYUCFullyTranslateString() 1751 sprintf(replace_buf, "U%.2" PRI_UCode_t "", code); in LYUCFullyTranslateString() 1798 UCConvertUniToUtf8(code, replace_buf); in LYUCFullyTranslateString() 1815 if (replace_buf[0] == '\0') { in LYUCFullyTranslateString() 1820 code = replace_buf[0]; /* assume string OK if first char is */ in LYUCFullyTranslateString() 1827 REPLACE_STRING(replace_buf); in LYUCFullyTranslateString() [all …]
|