Searched refs:this_char_width (Results 1 – 1 of 1) sorted by relevance
743 register int i, width, this_char_width; in string_width() local757 this_char_width = 0; in string_width()760 this_char_width = character_width (string[i], hpos); in string_width()761 width += this_char_width; in string_width()762 hpos += this_char_width; in string_width()