Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/less/
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;
315 prev_ch = linebuf[to++] = ' ';
419 pwidth(ch, a, prev_ch) in pwidth() argument
422 LWCHAR prev_ch;
431 return (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
446 if (is_composing_char(ch) || is_combining_char(prev_ch, ch))
[all …]
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))