Searched defs:roman0 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/troff/
H A Dn4.c367 return(roman0(i, f, "ixcmz", "vldw"));
369 return(roman0(i, f, "IXCMZ", "VLDW"));
374 roman0(i, f, onesp, fivesp) function
383 k = roman0(i / 10, f, onesp + 1, fivesp + 1);

Completed in 45 milliseconds