Searched refs:prev_ch (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/less/
H A Dline.c442 * if the character were added after prev_ch.
447 pwidth(ch, a, prev_ch, prev_a)
450 LWCHAR prev_ch;
462 return (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
478 if (is_composing_char(ch) || is_combining_char(prev_ch, ch))
526 LWCHAR prev_ch; local
529 prev_ch = step_char(&p, -1, linebuf.buf);
530 width = pwidth(ch, linebuf.attr[linebuf.end], prev_ch, linebuf.attr[linebuf.end-1]);
535 ch = prev_ch;
700 LWCHAR prev_ch local
1026 LWCHAR prev_ch; local
[all...]
H A Dcmdbuf.c149 LWCHAR prev_ch = 0; local
161 else if (is_composing_char(ch) || is_combining_char(prev_ch, ch))
167 prev_ch = ch;
218 LWCHAR prev_ch = step_char(&p, -1, cmdbuf); local
219 if (is_combining_char(prev_ch, ch))
H A Dfuncs.h193 public int pwidth LESSPARAMS ((LWCHAR ch, int a, LWCHAR prev_ch, int prev_a));

Completed in 115 milliseconds