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

/illumos-gate/usr/src/cmd/tbl/
H A Dtu.c25 int cr, type, shortl; local
29 shortl = (table[i][c].col[0]=='\\');
30 if (c>0 && !shortl && thish(i,c-1) == type)return;
31 if (shortl==0)
35 drawline(i, c, cr-1, lintype, 0, shortl);
62 drawline(int i, int cl, int cr, int lintype, int noheight, int shortl) argument
84 if (shortl==0)
131 if (shortl)

Completed in 57 milliseconds