Searched refs:shortl (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/tbl/ |
H A D | tu.c | 25 int cr, type, shortl; in makeline() local 29 shortl = (table[i][c].col[0]=='\\'); in makeline() 30 if (c>0 && !shortl && thish(i,c-1) == type)return; in makeline() 31 if (shortl==0) in makeline() 35 drawline(i, c, cr-1, lintype, 0, shortl); in makeline() 62 drawline(int i, int cl, int cr, int lintype, int noheight, int shortl) in drawline() argument 84 if (shortl==0) in drawline() 131 if (shortl) in drawline()
|