Home
last modified time | relevance | path

Searched refs:char2wchar_t (Results 1 – 25 of 35) sorted by relevance

12

/dports/editors/nvi2/nvi2-2.2.0/common/
H A Dconv.h43 typedef int (*char2wchar_t) typedef
49 char2wchar_t sys2int;
51 char2wchar_t file2int;
53 char2wchar_t input2int;
/dports/news/tin/tin-2.4.5/src/
H A Dstring.c821 char2wchar_t( in char2wchar_t() function
881 if ((wbuf = char2wchar_t(str)) != NULL) { in spart()
1057 if ((wbuf = char2wchar_t(str)) != NULL) { in strwidth()
1083 if ((wmessage = char2wchar_t(message)) != NULL) { in strunc()
1134 tail = char2wchar_t(TRUNC_TAIL); in wstrunc()
1588 if ((wtmp = char2wchar_t(buf)) != NULL) { in parse_format_string()
H A Dtcurses.c391 if ((wtmp = char2wchar_t(tmp)) != NULL) { in highlight_string()
444 if ((wtmp = char2wchar_t(tmp)) != NULL) { in word_highlight_string()
456 if ((wtmp = char2wchar_t(tmp)) != NULL) { in word_highlight_string()
H A Dpage.c1351 fmt_thread = char2wchar_t(_(txt_thread_x_of_n)); in draw_page_header()
1352 fmt_resp = char2wchar_t(_(txt_art_x_of_n)); in draw_page_header()
1386 if ((wtmp = char2wchar_t(buf)) != NULL) { in draw_page_header()
1399 if ((wtmp = char2wchar_t(group)) != NULL) { in draw_page_header()
1453 if ((wtmp = char2wchar_t(_(txt_lines))) != NULL) { in draw_page_header()
1472 if ((wtmp = char2wchar_t(_(txt_tex))) != NULL) { in draw_page_header()
1491 if ((wtmp = char2wchar_t(buf)) != NULL) { in draw_page_header()
1565 if ((wtmp = char2wchar_t(buf)) != NULL) { in draw_page_header()
1583 if ((wtmp = char2wchar_t(buf)) != NULL) { in draw_page_header()
H A Dscreen.c337 if ((wtmp = char2wchar_t(s)) != NULL) { in draw_arrow_mark()
393 if ((wtmp = char2wchar_t(s)) != NULL) { in erase_arrow()
H A Dcurses.c753 if ((wtmp = char2wchar_t(tmp)) != NULL) { in highlight_string()
813 if ((wtmp = char2wchar_t(tmp)) != NULL) { in word_highlight_string()
818 if ((wtmp = char2wchar_t(output)) != NULL) { in word_highlight_string()
H A Dthread.c171 if ((wtmp = char2wchar_t(buf)) != NULL) { in build_tline()
190 if ((wtmp = char2wchar_t(tmp)) != NULL) { in build_tline()
301 if ((wtmp = char2wchar_t(art->subject)) != NULL) { in build_tline()
329 if ((wtmp = char2wchar_t(art->subject)) != NULL) { in build_tline()
H A Dcolor.c288 if ((wline = char2wchar_t(line)) != NULL) { in draw_pager_line()
H A Dcharset.c399 if ((wbuffer = char2wchar_t(buf)) != NULL) { in convert_to_printable()
H A Dselect.c713 active_desc = char2wchar_t(active[n].description); in build_gline()
769 …if ((active_name = char2wchar_t(active[n].name)) == NULL) /* If char2wchar_t() fails try again aft… in build_gline()
770 active_name = char2wchar_t(convert_to_printable(active[n].name, FALSE)); in build_gline()
H A Dgroup.c1219 if ((wtmp = char2wchar_t(buf)) != NULL) { in build_sline()
1239 if ((wtmp = char2wchar_t(tmp)) != NULL) { in build_sline()
1335 if ((wtmp = char2wchar_t(arts_sub)) != NULL) { in build_sline()
H A Dgetline.c142 if ((wbuf = char2wchar_t(str)) != NULL) {
H A Dcook.c94 wchar_t *wline = char2wchar_t(*line); in expand_ctrl_chars()
/dports/chinese/tin/tin-2.4.5/src/
H A Dstring.c821 char2wchar_t( in char2wchar_t() function
881 if ((wbuf = char2wchar_t(str)) != NULL) { in spart()
1057 if ((wbuf = char2wchar_t(str)) != NULL) { in strwidth()
1083 if ((wmessage = char2wchar_t(message)) != NULL) { in strunc()
1134 tail = char2wchar_t(TRUNC_TAIL); in wstrunc()
1588 if ((wtmp = char2wchar_t(buf)) != NULL) { in parse_format_string()
H A Dtcurses.c391 if ((wtmp = char2wchar_t(tmp)) != NULL) { in highlight_string()
444 if ((wtmp = char2wchar_t(tmp)) != NULL) { in word_highlight_string()
456 if ((wtmp = char2wchar_t(tmp)) != NULL) { in word_highlight_string()
H A Dpage.c1351 fmt_thread = char2wchar_t(_(txt_thread_x_of_n)); in draw_page_header()
1352 fmt_resp = char2wchar_t(_(txt_art_x_of_n)); in draw_page_header()
1386 if ((wtmp = char2wchar_t(buf)) != NULL) { in draw_page_header()
1399 if ((wtmp = char2wchar_t(group)) != NULL) { in draw_page_header()
1453 if ((wtmp = char2wchar_t(_(txt_lines))) != NULL) { in draw_page_header()
1472 if ((wtmp = char2wchar_t(_(txt_tex))) != NULL) { in draw_page_header()
1491 if ((wtmp = char2wchar_t(buf)) != NULL) { in draw_page_header()
1565 if ((wtmp = char2wchar_t(buf)) != NULL) { in draw_page_header()
1583 if ((wtmp = char2wchar_t(buf)) != NULL) { in draw_page_header()
H A Dscreen.c337 if ((wtmp = char2wchar_t(s)) != NULL) { in draw_arrow_mark()
393 if ((wtmp = char2wchar_t(s)) != NULL) { in erase_arrow()
H A Dcurses.c753 if ((wtmp = char2wchar_t(tmp)) != NULL) { in highlight_string()
813 if ((wtmp = char2wchar_t(tmp)) != NULL) { in word_highlight_string()
818 if ((wtmp = char2wchar_t(output)) != NULL) { in word_highlight_string()
H A Dthread.c171 if ((wtmp = char2wchar_t(buf)) != NULL) { in build_tline()
190 if ((wtmp = char2wchar_t(tmp)) != NULL) { in build_tline()
301 if ((wtmp = char2wchar_t(art->subject)) != NULL) { in build_tline()
329 if ((wtmp = char2wchar_t(art->subject)) != NULL) { in build_tline()
H A Dcolor.c288 if ((wline = char2wchar_t(line)) != NULL) { in draw_pager_line()
H A Dcharset.c399 if ((wbuffer = char2wchar_t(buf)) != NULL) { in convert_to_printable()
H A Dselect.c713 active_desc = char2wchar_t(active[n].description); in build_gline()
769 …if ((active_name = char2wchar_t(active[n].name)) == NULL) /* If char2wchar_t() fails try again aft… in build_gline()
770 active_name = char2wchar_t(convert_to_printable(active[n].name, FALSE)); in build_gline()
H A Dgroup.c1219 if ((wtmp = char2wchar_t(buf)) != NULL) { in build_sline()
1239 if ((wtmp = char2wchar_t(tmp)) != NULL) { in build_sline()
1335 if ((wtmp = char2wchar_t(arts_sub)) != NULL) { in build_sline()
H A Dgetline.c142 if ((wbuf = char2wchar_t(str)) != NULL) {
H A Dcook.c94 wchar_t *wline = char2wchar_t(*line); in expand_ctrl_chars()

12