Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc.c100 enum mandoc_esc gly; in mandoc_escape() local
126 gly = ESCAPE_ERROR; in mandoc_escape()
138 gly = ESCAPE_SPECIAL; in mandoc_escape()
146 gly = ESCAPE_SPECIAL; in mandoc_escape()
153 gly = ESCAPE_SPECIAL; in mandoc_escape()
209 gly = ESCAPE_FONT; in mandoc_escape()
212 gly = ESCAPE_DEVICE; in mandoc_escape()
215 gly = ESCAPE_IGNORE; in mandoc_escape()
221 gly = ESCAPE_ERROR; in mandoc_escape()
227 gly = (*start)[1] == '5' ? in mandoc_escape()
[all …]
H A Dterm_ps.c58 struct glyph gly[MAXCHAR]; /* glyph metrics */ member
1033 p->ps->pscol += (size_t)fonts[f].gly[c].wx; in ps_pletter()
1084 wx = fonts[p->ps->lastf].gly[(int)p->ps->last-32].wx; in ps_plast()
1293 return (size_t)fonts[(int)TERMFONT_NONE].gly[c].wx; in ps_width()
1321 fonts[(int)TERMFONT_NONE].gly[109 - 32].wx; in ps_hspan()
1325 fonts[(int)TERMFONT_NONE].gly[110 - 32].wx; in ps_hspan()
1332 fonts[(int)TERMFONT_NONE].gly[109 - 32].wx / 100.0; in ps_hspan()