Searched refs:cache_char_pos (Results 1 – 3 of 3) sorted by relevance
364 if (mt1->cache_char_pos > pos) in insert()994 if (pos < mt->cache_char_pos) in mtext__char_to_byte()1005 char_pos = mt->cache_char_pos; in mtext__char_to_byte()1016 char_pos = mt->cache_char_pos; in mtext__char_to_byte()1033 mt->cache_char_pos = char_pos; in mtext__char_to_byte()1057 char_pos = mt->cache_char_pos; in mtext__byte_to_char()1085 mt->cache_char_pos = char_pos; in mtext__byte_to_char()2408 if (mt->cache_char_pos >= to) in mtext_del()2425 mt->cache_char_pos = from; in mtext_del()2596 if (mt->cache_char_pos > pos) in mtext_ins_char()[all …]
32 : (pos) == (mt)->cache_char_pos ? (mt)->cache_byte_pos \37 : (pos_byte) == (mt)->cache_byte_pos ? (mt)->cache_char_pos \
480 int cache_char_pos, cache_byte_pos; member