Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tbl/
H A Dt5.c44 fullbot[nlin]=0; in gettbl()
55 fullbot[nlin]= ch; in gettbl()
59 fullbot[nlin]=0; in gettbl()
65 case '_': fullbot[nlin]= '-'; continue; in gettbl()
66 case '=': fullbot[nlin]= '='; continue; in gettbl()
188 if (fullbot[ir]) return(0); in vspand()
H A Dt9.c28 for(useln=nlin-1; useln>=0 && (fullbot[useln] || instead[useln]); useln--); in yetmore()
50 fullbot[0]=0; in domore()
54 case '_': fullbot[0]= '-'; putline(useln,0); return(1); in domore()
55 case '=': fullbot[0]= '='; putline(useln, 0); return(1); in domore()
H A Dtt.c23 if (fullbot[il]) in ctype()
79 if (fullbot[i]) return(1); in allh()
103 if (fullbot[i] ) in thish()
104 return(fullbot[i]); in thish()
H A Dtu.c190 if (fullbot[i]) in left()
221 if (!fullbot[i] && !instead[i]) break; in next()
229 while (--i >=0 && (fullbot[i] || instead[i])) in prev()
H A Dt8.c45 if (instead[nl]==0 && fullbot[nl] ==0) in putline()
70 if (fullbot[nl]) in putline()
72 switch (ct=fullbot[nl]) in putline()
82 if (instead[nl]==0 && fullbot[nl]==0) in putline()
H A Dtv.c35 if (fullbot[end]|| (!instead[end] && allh(end))) in drawvert()
64 if (sl>=0 && (fullbot[sl] || allh(sl))) in drawvert()
H A Dt0.c49 int fullbot[MAXLIN]; variable
H A Dtc.c30 if (fullbot[ilin]) continue; in choochar()
H A Dt..c40 extern int fullbot[];
H A Dti.c49 if (fullbot[i]== '=' || (dboxflg && (i==0 || i>= nlin-1))) in interh()
H A Dtb.c28 if (instead[i] || fullbot[i]) continue; in checkuse()
H A Dt6.c41 if (instead[ilin]|| fullbot[ilin]) continue; in maktab()