Searched refs:wdstart (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/troff/
H A Dn8.c71 wdstart = i++;
79 if ((wdend - wdstart - 4) < 0)
193 w = wdstart;
200 w = wdstart;
243 while (s > s0 && w >= wdstart && (*s & 0177) == maplow(cbits(*w))) {
306 while (--w >= wdstart)
333 if (w == wdstart)
335 else if (w == wdstart + 1)
H A Dn7.c697 if (!wdstart || (wp > wdstart + 1 && wp < wdend &&
699 (!(hyf & 010) || wp > wdstart + 2))) { /* 010 => 1st 2 */
1022 wdstart = 0;
H A Dtdef.h492 #define wdstart env._wdstart macro

Completed in 63 milliseconds