Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h47 #define LL (unsigned) 65*INCH/10 /* line length; 39picas=6.5in */
48 #define VS ((12*INCH)/72) /* initial vert space */
54 # define INCH 240 /* increments per inch */ macro
55 # define SPS INCH/10 /* space size */
56 # define SS INCH/10 /* " */
69 # define INCH Inch /* troff resolution -- number of goobies/inch */ macro
70 # define POINT (INCH/72) /* goobies per point (1/72 inch) */
75 # define PO (INCH) /* page offset 1 inch */
77 #define EM (((long) INCH * pts + 36) / 72) /* don't lose significance */
78 #define EMPTS(pts) (((long) INCH * (pts) + 36) / 72)
[all …]
H A Dn4.c635 j = INCH;
639 j = INCH;
644 j = INCH * 50;
648 j = INCH;
H A Dn5.c291 i = max(hnumb(&ll), INCH / 10); in casell()
376 pl = 11 * INCH; /*11in*/ in casepl()
H A Dni.c92 int pl = 11*INCH;
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn6.c290 emsz = (INCH * pts + 36) / 72; in setwd()
463 dfact = INCH; /*default scaling is points!*/ in casevs()
H A Dn10.c193 pl = 11 * INCH; in ptinit()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c157 pl = 11 * INCH; in ptinit()
H A Dt6.c805 dfact = INCH; /* default scaling is points! */ in casevs()