Home
last modified time | relevance | path

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

/NextBSD/contrib/less/
HDline.c243 LWCHAR prev_ch = 0; local
292 if (!is_composing_char(ch) && !is_combining_char(prev_ch, ch))
294 prev_ch = ch;
300 width = (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
303 prev_ch = 0;
314 prev_ch = linebuf[to++] = ' ';
418 pwidth(ch, a, prev_ch) in pwidth() argument
421 LWCHAR prev_ch;
430 return (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
445 if (is_composing_char(ch) || is_combining_char(prev_ch, ch))
[all …]
HDcmdbuf.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))