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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_man.c277 } fontqueue; variable in typeref:struct:__anon29
284 if (fontqueue.head + fontqueue.size <= ++fontqueue.tail) {
285 fontqueue.size += 8;
286 fontqueue.head = mandoc_realloc(fontqueue.head,
287 fontqueue.size);
289 *fontqueue.tail = newfont;
300 if (fontqueue
[all...]

Completed in 58 milliseconds