Searched refs:this_char_width (Results 1 – 1 of 1) sorted by relevance
741 register int i, width, this_char_width; in string_width() local755 this_char_width = 0; in string_width()758 this_char_width = character_width (string[i], hpos); in string_width()759 width += this_char_width; in string_width()760 hpos += this_char_width; in string_width()