Home
last modified time | relevance | path

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

/dports/games/xzip/xzip/
H A Dxtext.c1131 long widthsofar, spaceswidth; in xtext_layout() local
1197 thisword->width -= spaceswidth; in xtext_layout()
1207 spaceswidth = ejx * spacewidth[curstyle]; in xtext_layout()
1213 thisword->width = overall.width+spaceswidth; in xtext_layout()
/dports/games/xglk/xglk/
H A Dxg_win_textbuf.c1794 long widthsofar, spaceswidth=0; in win_textbuffer_layout() local
1988 thisword->width -= spaceswidth; in win_textbuffer_layout()
2000 spaceswidth = ejx * cutwin->font.gc[curattr->attr].spacewidth; in win_textbuffer_layout()
2004 spaceswidth = 0; in win_textbuffer_layout()
2012 thisword->width = wordwidth+spaceswidth; in win_textbuffer_layout()