Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tbl/
H A Dt9.c30 for(useln=nlin-1; useln>=0 && (fullbot[useln] || instead[useln]); useln--); in yetmore()
52 fullbot[0]=0; in domore()
56 case '_': fullbot[0]= '-'; putline(useln,0); return(1); in domore()
57 case '=': fullbot[0]= '='; putline(useln, 0); return(1); in domore()
H A Dt5.c46 fullbot[nlin]=0; in gettbl()
57 fullbot[nlin]= ch; in gettbl()
61 fullbot[nlin]=0; in gettbl()
67 case '_': fullbot[nlin]= '-'; continue; in gettbl()
68 case '=': fullbot[nlin]= '='; continue; in gettbl()
190 if (fullbot[ir]) return(0); in vspand()
H A Dtt.c25 if (fullbot[il]) in ctype()
81 if (fullbot[i]) return(1); in allh()
105 if (fullbot[i] ) in thish()
106 return(fullbot[i]); in thish()
H A Dtu.c192 if (fullbot[i]) in left()
223 if (!fullbot[i] && !instead[i]) break; in next()
231 while (--i >=0 && (fullbot[i] || instead[i])) in prev()
H A Dtv.c37 if (fullbot[end]|| (!instead[end] && allh(end))) in drawvert()
66 if (sl>=0 && (fullbot[sl] || allh(sl))) in drawvert()
H A Dt8.c47 if (instead[nl]==0 && fullbot[nl] ==0) in putline()
72 if (fullbot[nl]) in putline()
74 switch (ct=fullbot[nl]) in putline()
84 if (instead[nl]==0 && fullbot[nl]==0) in putline()
H A Dt0.c51 int fullbot[MAXLIN]; variable
H A Dtc.c32 if (fullbot[ilin]) continue; in choochar()
H A Dt..c42 extern int fullbot[];
H A Dti.c51 if (fullbot[i]== '=' || (dboxflg && (i==0 || i>= nlin-1))) in interh()
H A Dtb.c30 if (instead[i] || fullbot[i]) continue; in checkuse()
H A Dt6.c43 if (instead[ilin]|| fullbot[ilin]) continue; in maktab()