Home
last modified time | relevance | path

Searched refs:shortl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dtu.c23 int cr, type, shortl; in makeline() local
27 shortl = (table[i][c].col[0]=='\\'); in makeline()
28 if (c>0 && !shortl && thish(i,c-1) == type)return; in makeline()
29 if (shortl==0) in makeline()
33 drawline(i, c, cr-1, lintype, 0, shortl); in makeline()
60 drawline(int i, int cl, int cr, int lintype, int noheight, int shortl) in drawline() argument
82 if (shortl==0) in drawline()
129 if (shortl) in drawline()