Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmandoc.c47 enum mandoc_esc gly; in mandoc_escape() local
65 gly = ESCAPE_ERROR; in mandoc_escape()
77 gly = ESCAPE_SPECIAL; in mandoc_escape()
81 gly = ESCAPE_SPECIAL; in mandoc_escape()
88 gly = ESCAPE_SPECIAL; in mandoc_escape()
128 gly = ESCAPE_IGNORE; in mandoc_escape()
131 if (ESCAPE_ERROR == gly) in mandoc_escape()
132 gly = ESCAPE_FONT; in mandoc_escape()
164 gly = ESCAPE_IGNORE; in mandoc_escape()
169 if (gly == ESCAPE_ERROR) in mandoc_escape()
[all …]
H A Dterm_ps.c53 struct glyph gly[MAXCHAR]; /* glyph metrics */ member
1020 p->ps->pscol += (size_t)fonts[f].gly[c].wx; in ps_pletter()
1155 wx = fonts[p->ps->lastf].gly[(int)p->ps->last-32].wx; in ps_letter()
1286 return((size_t)fonts[(int)TERMFONT_NONE].gly[c].wx); in ps_width()
1314 fonts[(int)TERMFONT_NONE].gly[109 - 32].wx; in ps_hspan()
1318 fonts[(int)TERMFONT_NONE].gly[110 - 32].wx; in ps_hspan()
1325 fonts[(int)TERMFONT_NONE].gly[109 - 32].wx / 100.0; in ps_hspan()