Home
last modified time | relevance | path

Searched refs:this_char_width (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/texinfo/info/
Dwindow.c741 register int i, width, this_char_width; in string_width() local
755 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()