Searched refs:char_bytes (Results 1 – 1 of 1) sorted by relevance
1574 int char_bytes = point - prev; in left() local1576 position -= char_bytes; in left()1605 int char_bytes = utf8_len(point); in right() local1606 if (position + char_bytes > curr_line->line_length) in right()1607 char_bytes = curr_line->line_length - position; in right()1608 point += char_bytes; in right()1609 position += char_bytes; in right()2063 int char_bytes = (unsigned char *)nam_str - prev; in get_string() local2065 g_pos -= char_bytes; in get_string()2066 nam_str -= char_bytes; in get_string()