Searched refs:get_wchar (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dline.c292 ch = get_wchar(linebuf + from);
810 r = do_append(get_wchar(mbc_buf), mbc_buf, mbc_pos);
890 prev_ch = get_wchar(linebuf + curr);
924 || is_combining_char(get_wchar(linebuf + curr), ch))
H A Dfuncs.h61 public LWCHAR get_wchar ();
H A Doutput.c347 c = get_wchar(ubuf) & 0xFF;
H A Dcharset.c564 get_wchar(p) function
691 ch = get_wchar(p);
699 ch = get_wchar(--p);

Completed in 104 milliseconds