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

/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dwindow.c742 register int i, width, this_char_width;
756 this_char_width = 0;
759 this_char_width = character_width (string[i], hpos);
760 width += this_char_width;
761 hpos += this_char_width;
741 register int i, width, this_char_width; local

Completed in 60 milliseconds