Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dwindow.c743 register int i, width, this_char_width; in string_width() local
757 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()