Searched refs:char_bytes (Results 1 – 1 of 1) sorted by relevance
1569 int char_bytes = point - prev; in left() local1571 position -= char_bytes; in left()1600 int char_bytes = utf8_len(point); in right() local1601 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() local2060 g_pos -= char_bytes; in get_string()2061 nam_str -= char_bytes; in get_string()