Searched defs:drawline (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dtu.c20 void drawline(int, int, int, int, int, int);
35 drawline(i, c, cr-1, lintype, 0, shortl);
54 drawline(i,cl,(cr<ncol?cr-1:cr),lintype,1,0);
62 drawline(int i, int cl, int cr, int lintype, int noheight, int shortl) function
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c196 drawline(int dx, int dy) function
217 } /* End of drawline */
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c67 drawline(dx, dy, s) /* draw line from here to dx, dy using s */ function
480 drawline((int)xc-ox1,(int)yc-oy1,".");

Completed in 61 milliseconds