Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dterm.c344 p->fontl = p->fontq[p->fonti]; in term_fontlast()
345 p->fontq[p->fonti] = f; in term_fontlast()
353 p->fontl = p->fontq[p->fonti]; in term_fontrepl()
354 p->fontq[p->fonti] = f; in term_fontrepl()
362 assert(p->fonti + 1 < 10); in term_fontpush()
363 p->fontl = p->fontq[p->fonti]; in term_fontpush()
364 p->fontq[++p->fonti] = f; in term_fontpush()
372 return(&p->fontq[p->fonti]); in term_fontq()
380 return(p->fontq[p->fonti]); in term_fonttop()
388 while (p->fonti >= 0 && key < (void *)(p->fontq + p->fonti)) in term_fontpopq()
[all …]
H A Dterm.h89 int fonti; /* Index of font stack. */ member