Searched refs:quant (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/time/ |
H A D | time.c | 54 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 D | n9.c | 96 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 D | n4.c | 808 i = quant(i, res); 818 quant(n, m) in quant() function
|
H A D | n7.c | 132 un += quant(nel / 2, HOR); in tbreak() 379 if ((i = quant(nel / 2, HOR)) > 0) in nofill()
|
H A D | n3.c | 971 horiz(j = quant((lt - w[1]) / 2 - w[0], HOR)); in casetl()
|
/illumos-gate/usr/src/cmd/troff/nroff.d/ |
H A D | n6.c | 344 i = makem(quant(n, j)); in mot() 498 i = quant(atoi(), VERT); in xlss()
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | cmds.c | 35 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 D | t6.c | 573 i = makem(quant(n, j)); in mot() 850 i = quant(atoi(), VERT); in xlss()
|