Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/time/
H A Dtime.c57 static clock_t quant[] = { 10, 10, 10, 6, 10, 6, 10, 10, 10 }; variable
99 quant[0] = clock_tick/10; in main()
150 a /= quant[0]; /* Divide away the accuracy we don't care about */ in printt()
157 digit[i] = a % quant[i]; in printt()
158 a /= quant[i]; in printt()
/titanic_50/usr/src/cmd/troff/
H A Dn9.c98 length = quant(atoi(), HOR); in setline()
262 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.c812 i = quant(i, res);
822 quant(n, m) in quant() function
H A Dn7.c134 un += quant(nel / 2, HOR); in tbreak()
381 if ((i = quant(nel / 2, HOR)) > 0) in nofill()
H A Dn3.c973 horiz(j = quant((lt - w[1]) / 2 - w[0], HOR)); in casetl()
/titanic_50/usr/src/cmd/troff/nroff.d/
H A Dn6.c344 i = makem(quant(n, j)); in mot()
498 i = quant(atoi(), VERT); in xlss()
/titanic_50/usr/src/cmd/tip/
H A Dcmds.c28 int quant[] = { 60, 60, 24 }; variable
730 nums[i] = (int)(a % quant[i]); in prtime()
731 a /= quant[i]; in prtime()
/titanic_50/usr/src/cmd/troff/troff.d/
H A Dt6.c573 i = makem(quant(n, j)); in mot()
850 i = quant(atoi(), VERT); in xlss()