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

/freebsd-9.3-release/contrib/less/
H A Dline.c244 LWCHAR prev_ch = 0; local
293 if (!is_composing_char(ch) && !is_combining_char(prev_ch, ch))
295 prev_ch = ch;
301 width = (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
304 prev_ch = 0;
312 * combining_char pair, so reset prev_ch in case we're
315 prev_ch = linebuf[to++] = ' ';
419 pwidth(ch, a, prev_ch)
422 LWCHAR prev_ch;
431 return (utf_mode && is_wide_char(prev_ch))
485 LWCHAR prev_ch; local
622 LWCHAR prev_ch = step_char(&p, -1, linebuf); local
853 LWCHAR prev_ch; local
[all...]
H A Dcmdbuf.c146 LWCHAR prev_ch = 0; local
160 !is_combining_char(prev_ch, ch))
166 prev_ch = ch;
232 LWCHAR prev_ch = step_char(&p, -1, cmdbuf); local
233 if (is_combining_char(prev_ch, ch))

Completed in 101 milliseconds