Home
last modified time | relevance | path

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

12

/original-bsd/local/ditroff/ditroff.okeeffe/tbl/
H A Dover200.c26 for(useln = nlin - 1; useln >= 0 && (fullbot[useln] || instead[useln]); in yetmore()
52 fullbot[0] = 0;
57 fullbot[0] = '-';
61 fullbot[0] = '=';
H A Dsubr.c21 if(fullbot[il]) in ctype()
75 if(fullbot[i]) in allh()
105 if(fullbot[i]) in thish()
106 return(fullbot[i]); in thish()
H A Dgetstop.c61 if(fullbot[i])
96 if(!fullbot[i] && !instead[i]) in next()
103 while(--i >= 0 && (fullbot[i] || instead[i])) in prev()
H A Drdata.c39 fullbot[nlin] = 0;
49 fullbot[nlin] = ch;
H A Dwritecntl.c95 if(fullbot[i] != 0) in need()
127 if(fullbot[nlin - 1] == 0){ in deftail()
H A Dvertlines.c30 if(fullbot[end] || (!instead[end] && allh(end))) in drawvert()
75 if(sl >= 0 && (fullbot[sl] || allh(sl))) in drawvert()
H A Dwrite1line.c35 if(instead[nl] == 0 && fullbot[nl] == 0){ in putline()
61 if(fullbot[nl]){ in putline()
62 switch(ct = fullbot[nl]){ in putline()
70 if(instead[nl] == 0 && fullbot[nl] == 0){ in putline()
H A Dext.h21 extern int fullbot[];
H A Ddelimfields.c33 if(fullbot[ilin]) in choochar()
H A Dglobals.c48 int fullbot[MAXLIN]; variable
H A Dintersect.c47 if(fullbot[i] == '=' || (dboxflg && (i == 0 || i >= nlin - 1))){ in interh()
H A Dcheckuse.c20 if(instead[i] || fullbot[i]) in checkuse()
H A Dmaktab.c35 if(instead[ilin] || fullbot[ilin]){ in maktab()
/original-bsd/old/tbl/
H A Dt9.c18 for(useln=nlin-1; useln>=0 && (fullbot[useln] || instead[useln]); useln--); in yetmore()
38 instead[0]=fullbot[0]=0;
42 case '_': fullbot[0]= '-'; putline(useln,0); return(1);
43 case '=': fullbot[0]= '='; putline(useln, 0); return(1);
H A Dtt.c15 if (fullbot[il]) in ctype()
59 if (fullbot[i]) return(1); in allh()
81 if (fullbot[i] ) in thish()
82 return(fullbot[i]); in thish()
H A Dt5.c34 fullbot[nlin]=0; in gettbl()
45 fullbot[nlin]= ch; in gettbl()
49 fullbot[nlin]=0; in gettbl()
55 case '_': fullbot[nlin]= '-'; continue; in gettbl()
56 case '=': fullbot[nlin]= '='; continue; in gettbl()
167 if (fullbot[ir]) return(0); in vspand()
H A Dtu.c174 if (fullbot[i])
201 if (!fullbot[i] && !instead[i]) break; in next()
207 while (--i >=0 && (fullbot[i] || instead[i])) in prev()
H A Dtv.c27 if (fullbot[end]|| (!instead[end] && allh(end))) in drawvert()
56 if (sl>=0 && (fullbot[sl] || allh(sl))) in drawvert()
H A Dt7.c81 if (fullbot[i]!=0) in need()
112 if (fullbot[nlin-1]==0) in deftail()
H A Dt8.c26 if (instead[nl]==0 && fullbot[nl] ==0) in putline()
51 if (fullbot[nl]) in putline()
53 switch (ct=fullbot[nl]) in putline()
63 if (instead[nl]==0 && fullbot[nl]==0) in putline()
H A Dtc.c22 if (fullbot[ilin]) continue; in choochar()
H A Dt0.c43 int fullbot[MAXLIN]; variable
H A Dt..c29 extern int fullbot[];
H A Dti.c39 if (fullbot[i]== '=' || (dboxflg && (i==0 || i>= nlin-1))) in interh()
H A Dtb.c19 if (instead[i] || fullbot[i]) continue; in checkuse()

12