Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/time/
H A Dtime.c54 static clock_t quant[] = { 10, 10, 10, 6, 10, 6, 10, 10, 10 }; variable
96 quant[0] = clock_tick/10; in main()
147 a /= quant[0]; /* Divide away the accuracy we don't care about */ in printt()
154 digit[i] = a % quant[i]; in printt()
155 a /= quant[i]; in printt()
/illumos-gate/usr/src/cmd/troff/
H A Dn9.c96 length = quant(atoi(), HOR); in setline()
259 i = quant(atoi(), VERT); in setvline()
348 dx[i] = quant(atoi(), HOR); in setdraw()
359 dy[i] = quant(atoi(), VERT); in setdraw()
H A Dn4.c808 i = quant(i, res);
818 quant(n, m) in quant() function
H A Dn7.c132 un += quant(nel / 2, HOR); in tbreak()
379 if ((i = quant(nel / 2, HOR)) > 0) in nofill()
H A Dn3.c971 horiz(j = quant((lt - w[1]) / 2 - w[0], HOR)); in casetl()
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn6.c344 i = makem(quant(n, j)); in mot()
498 i = quant(atoi(), VERT); in xlss()
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c35 int quant[] = { 60, 60, 24 }; variable
740 nums[i] = (int)(a % quant[i]); in prtime()
741 a /= quant[i]; in prtime()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c573 i = makem(quant(n, j)); in mot()
850 i = quant(atoi(), VERT); in xlss()