Searched refs:drawline (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/tbl/ |
H A D | tu.c | 20 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
|
H A D | t7.c | 137 drawline(nlin,0,ncol, dboxflg ? '=' : '-',1,0);
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 67 drawline(dx, dy, s) /* draw line from here to dx, dy using s */ function 480 drawline((int)xc-ox1,(int)yc-oy1,".");
|
H A D | ta.c | 274 drawline(n, m, ".");
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | draw.c | 196 drawline(int dx, int dy) function 217 } /* End of drawline */
|
H A D | dpost.c | 1109 drawline(n, m); 1115 drawline(n, m);
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 612 goto drawline; 670 drawline:
|
Completed in 91 milliseconds