Searched refs:HEIGHT (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dlp.local.h65 #define HEIGHT 9 /* height of characters */ macro
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dextern.h35 extern char scnkey[][HEIGHT]; /* in lpdchar.c */
H A Dlpdchar.c106 char scnkey[][HEIGHT] = /* this is relatively easy to modify */
H A Dprintjob.c1510 for (scnhgt = 0; scnhgt++ < HEIGHT+DROP; ) {
1515 if ((!d && scnhgt > HEIGHT) || (scnhgt <= DROP && d))
/freebsd-11-stable/contrib/gcc/
H A Dmodulo-sched.c1640 #define HEIGHT(x) (ORDER_PARAMS ((x))->height)
1730 For each SCC order the nodes according to their ASAP/ALAP/HEIGHT etc. */
1774 /* Initialize of ASAP/ALAP/HEIGHT to zero. */
1806 HEIGHT (u_node) = 0;
1812 HEIGHT (u_node) = MAX (HEIGHT (u_node),
1813 HEIGHT (e->dest) + e->latency);
1854 if (max_hv < HEIGHT (u_node))
1856 max_hv = HEIGHT (u_node);
1860 else if ((max_hv == HEIGHT (u_nod
1636 #define HEIGHT macro
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dpic.y108 %token HEIGHT
235 %left HEIGHT RADIUS WIDTH DIAMETER FROM TO AT THICKNESS
722 | object_spec HEIGHT expr
746 | object_spec expr %prec HEIGHT
H A Dlex.cpp475 { "height", HEIGHT },
476 { "ht", HEIGHT },
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js40 HEIGHT = 'height',
2257 inner.attr(WIDTH, newSize[0]).attr(HEIGHT, newSize[1]);
2644 top: methodY !== 'none' ? calculate( Y, X, methodY, adjust.y, TOP, BOTTOM, HEIGHT, targetHeight, elemHeight ) : 0

Completed in 184 milliseconds