Home
last modified time | relevance | path

Searched refs:current_char_set (Results 1 – 25 of 31) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYOptions.c349 int CurrentCharSet = current_char_set; in LYoptions()
467 LYaddstr(LYchar_set_names[current_char_set]); in LYoptions()
915 if (curval == current_char_set && UCAssume_MIMEcharset) { in LYoptions()
919 curval = LYRawMode ? current_char_set : 0; in LYoptions()
971 LYRawMode = (BOOLEAN) (UCLYhndl_for_unspec == current_char_set); in LYoptions()
972 HTMLSetUseDefaultRawMode(current_char_set, LYRawMode); in LYoptions()
973 HTMLSetCharacterHandling(current_char_set); in LYoptions()
1002 current_char_set = display_charset_map[displayed_display_charset_idx]; in LYoptions()
1004 current_char_set = LYChooseEnum(current_char_set, in LYoptions()
1014 current_char_set = display_charset_map[displayed_display_charset_idx]; in LYoptions()
[all …]
DLYCharSets.c29 int current_char_set = -1; /* will be intitialized later in LYMain.c */ variable
501 ena_csi(LYlowest_eightbit[current_char_set] > 155); in HTMLSetCharacterHandling()
1151 charset_subsets[current_char_set].hide_display = FALSE; in init_charset_subsets()
1158 if (i == current_char_set) in init_charset_subsets()
DUCAuto.c668 if (ord == current_char_set && really == SWITCH_DISPLAY_CHARSET_MAYBE) in _Switch_Display_Charset()
688 if (ord == current_char_set && really == SWITCH_DISPLAY_CHARSET_MAYBE) in _Switch_Display_Charset()
792 int prev = current_char_set; in Switch_Display_Charset()
802 current_char_set = res; in Switch_Display_Charset()
803 HTMLUseCharacterSet(current_char_set); in Switch_Display_Charset()
DLYPrint.c426 disp_charset = LYCharSet_UC[current_char_set].MIMEname; in send_file_to_file()
522 disp_charset = LYCharSet_UC[current_char_set].MIMEname; in send_file_to_mail()
696 disp_charset = LYCharSet_UC[current_char_set].MIMEname; in send_file_to_mail()
1223 || i == current_char_set in subject_translate8bit()
1224 || LYCharSet_UC[current_char_set].enc == UCT_ENC_CJK in subject_translate8bit()
1229 charset_in = current_char_set; in subject_translate8bit()
DHTML.h28 LYUCTranslateHTMLString(s, ATTR_CS_IN, current_char_set, YES, p, h, st_HTML)
34 LYUCFullyTranslateString(s, me->UCLYhndl, current_char_set, NO, YES, p, h, NO, st_HTML)
DLYCharUtils.c559 disp_chndl = current_char_set; in LYAddMETAcharsetToStream()
602 disp_chndl = current_char_set; in LYAddMETAcharsetToFD()
978 chndl = current_char_set; in LYGetChartransInfo()
2125 me->outUCLYhndl = current_char_set; in LYHandleMETA()
2127 current_char_set, in LYHandleMETA()
2131 current_char_set, in LYHandleMETA()
2140 if (UCCanTranslateFromTo(chndl, current_char_set)) { in LYHandleMETA()
2153 if (UCCanTranslateFromTo(chndl, current_char_set)) { in LYHandleMETA()
2164 current_char_set, in LYHandleMETA()
2198 chndl == current_char_set) { in LYHandleMETA()
[all …]
DLYCharSets.h34 extern int current_char_set;
DLYNews.c138 if (current_char_set == UCGetLYhndl_byMIME("euc-jp") || in LYNewsPost()
139 current_char_set == UCGetLYhndl_byMIME("shift_jis")) { in LYNewsPost()
DLYBookmark.c998 if (LYHaveCJKCharacterSet || !UCCanUniTranslateFrom(current_char_set)) { in havevisible()
1002 unicode = UCTransToUni(*p, current_char_set); in havevisible()
1058 int charset_in = current_char_set; in title_convert8bit()
DLYMain.c1526 current_char_set = auto_display_charset; in main()
1529 current_char_set = safeUCGetLYhndl_byMIME(CHARACTER_SET); in main()
1706 if (current_char_set == auto_display_charset) /* Better: explicit option */ in main()
1747 HTMLUseCharacterSet(current_char_set); in main()
2244 ena_csi((BOOLEAN) (LYlowest_eightbit[current_char_set] > 155)); in main()
2664 current_char_set = chndl; in convert_to_fun()
2709 current_char_set = i; in display_charset_fun()
DLYStrings.h27 #define IS_UTF8_TTY (BOOLEAN) (LYCharSet_UC[current_char_set].enc == UCT_ENC_UTF8)
DLYrcFile.c281 current_char_set = i; in get_display_charset()
291 fprintf(fp, "%s=%s\n\n", tbl->name, LYchar_set_names[current_char_set]); in put_display_charset()
DLYForms.c661 (!IS_CJK_TTY && LYlowest_eightbit[current_char_set] > 0x97)) in form_getstr()
859 form->value_cs = current_char_set; in form_getstr()
DLYMail.c1316 if (strncasecomp(LYCharSet_UC[current_char_set].MIMEname, in reply_by_mail()
1320 strncasecomp(LYCharSet_UC[current_char_set].MIMEname, "x-", 2) in reply_by_mail()
1323 LYCharSet_UC[current_char_set].MIMEname); in reply_by_mail()
DGridText.c884 int chndl = current_char_set; in HText_getChartransInfo()
1148 current_char_set, in HText_new()
1149 &LYCharSet_UC[current_char_set]); in HText_new()
2027 if (LYlowest_eightbit[current_char_set] <= 255 && in display_page()
2028 (current_char_set != charset_last_displayed) && in display_page()
2036 UCChangeTerminalCodepage(current_char_set, in display_page()
2037 &LYCharSet_UC[current_char_set]); in display_page()
2039 charset_last_displayed = current_char_set; in display_page()
3790 UCH(ch) < LYlowest_eightbit[current_char_set]) { in HText_appendCharacter()
3798 (155 < LYlowest_eightbit[current_char_set])) { in HText_appendCharacter()
[all …]
DLYStrings.c3145 current_char_set); in LYEditInsert()
3215 if (!IS_CJK_TTY && LYlowest_eightbit[current_char_set] > 0x97) in LYEdit1()
3234 if (ch + 64 >= LYlowest_eightbit[current_char_set]) in LYEdit1()
3918 (LYCharSet_UC[current_char_set].enc != UCT_ENC_8859 && in LYRefreshEdit()
3919 !(LYCharSet_UC[current_char_set].like8859 in LYRefreshEdit()
5228 LYlowest_eightbit[current_char_set] <= 0x97)) { in LYgetBString()
6072 long uni_ch2 = UCTransToUni((char) ch2, current_char_set); in UPPER8()
6077 uni_ch1 = UCTransToUni((char) ch1, current_char_set); in UPPER8()
DHTML.c4708 int CurrentCharSet = current_char_set; in HTML_start_element()
4715 current_char_set = LATIN1; /* Default ISO-Latin1 */ in HTML_start_element()
4717 HTMLSetCharacterHandling(current_char_set); in HTML_start_element()
4739 I.value_cs = current_char_set; in HTML_start_element()
4761 current_char_set = CurrentCharSet; in HTML_start_element()
4763 HTMLSetCharacterHandling(current_char_set); in HTML_start_element()
5154 I.value_cs = current_char_set; in HTML_start_element()
6803 I.value_cs = current_char_set; in HTML_end_element()
6849 current_char_set, in HTML_end_element()
6867 current_char_set, in HTML_end_element()
[all …]
DLYMap.c555 LYCharSet_UC[current_char_set].MIMEname); in LYLoadIMGmap()
DLYKeymap.c1186 && c <= LYlowest_eightbit[current_char_set]) in LYKeycodeToString()
DLYMainLoop.c67 if (current_char_set == TRANSPARENT) { in str_kcode()
3895 int CurrentCharSet_flag = current_char_set; in handle_LYK_OPTIONS()
3915 CurrentCharSet_flag != current_char_set || in handle_LYK_OPTIONS()
4348 HTMLSetCharacterHandling(current_char_set); in handle_LYK_RAW_TOGGLE()
4601 HTMLSetCharacterHandling(current_char_set); /* restore now */ in handle_LYK_SOURCE()
6308 HTMLSetCharacterHandling(current_char_set); /* restore, for sure? */ in mainloop()
DLYReadCFG.c591 current_char_set = auto_display_charset; in character_set_fun()
595 current_char_set = i; in character_set_fun()
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTMIME.c314 current_char_set)) { in pumpData()
332 current_char_set)) { in pumpData()
358 current_char_set, in pumpData()
397 chndl == current_char_set) { in pumpData()
420 (strstr(LYchar_set_names[current_char_set], in pumpData()
422 strstr(LYchar_set_names[current_char_set], in pumpData()
2231 HTAnchor_setUCInfoStage(me->anchor, current_char_set, in HTMIMEConvert()
2234 HTAnchor_setUCInfoStage(me->anchor, current_char_set, in HTMIMEConvert()
DHTFile.c999 if (UCCanTranslateFromTo(chndl, current_char_set)) { in HTCharsetFormat()
1018 if (UCCanTranslateFromTo(chndl, current_char_set)) { in HTCharsetFormat()
1029 current_char_set, in HTCharsetFormat()
1059 chndl == current_char_set) { in HTCharsetFormat()
1078 (strstr(LYchar_set_names[current_char_set], in HTCharsetFormat()
1080 strstr(LYchar_set_names[current_char_set], in HTCharsetFormat()
DHTAnchor.c1354 HTAnchor_setUCInfoStage(me, current_char_set, in setup_switch_display_charset()
1356 HTAnchor_setUCInfoStage(me, current_char_set, in setup_switch_display_charset()
1360 LYCharSet_UC[current_char_set].MIMEname)); in setup_switch_display_charset()
DHTPlain.c84 chndl = current_char_set; in HTPlain_getChartransInfo()

12