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

/freebsd-10-stable/contrib/less/
H A Dcharset.c586 get_wchar(p) function
713 ch = get_wchar(p);
721 ch = get_wchar(--p);
H A Dline.c331 ch = get_wchar(linebuf + from);
872 r = do_append(get_wchar(mbc_buf), mbc_buf, mbc_pos);
954 prev_ch = get_wchar(linebuf + curr);
992 || is_combining_char(get_wchar(linebuf + curr), ch))
H A Doutput.c417 c = get_wchar(ubuf) & 0xFF;
H A Dfuncs.h64 public LWCHAR get_wchar LESSPARAMS ((constant char *p));

Completed in 114 milliseconds