Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dee.c1569 int char_bytes = point - prev; in left() local
1571 position -= char_bytes; in left()
1600 int char_bytes = utf8_len(point); in right() local
1601 if (position + char_bytes > curr_line->line_length) in right()
1602 char_bytes = curr_line->line_length - position; in right()
1603 point += char_bytes; in right()
1604 position += char_bytes; in right()
2058 int char_bytes = (unsigned char *)nam_str - prev; in get_string() local
2060 g_pos -= char_bytes; in get_string()
2061 nam_str -= char_bytes; in get_string()