Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_man.c276 } fontqueue; variable
283 if (fontqueue.head + fontqueue.size <= ++fontqueue.tail) { in font_push()
284 fontqueue.size += 8; in font_push()
285 fontqueue.head = mandoc_realloc(fontqueue.head, in font_push()
286 fontqueue.size); in font_push()
288 *fontqueue.tail = newfont; in font_push()
299 if (fontqueue.tail > fontqueue.head) in font_pop()
300 fontqueue.tail--; in font_pop()
304 putchar(*fontqueue.tail); in font_pop()
564 if (0 == fontqueue.size) { in man_mdoc()
[all …]