Home
last modified time | relevance | path

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

/original-bsd/local/ditroff/ditroff.okeeffe/tbl/
H A Dspecs.c36 ctop[i][icol] = 0; in getspec()
165 ctop[nclin][icol - 1] |= CTOP; in readspec()
170 ctop[nclin][icol - 1] |= CDOWN; in readspec()
302 ctop[nclin][icol - 1] |= ZEROW; in readspec()
311 ctop[nclin][icol - 1] |= HALFUP; in readspec()
H A Dwrite1line.c146 if((ctop[stynum[nl]][c] & HALFUP) != 0 && pr1403 == 0) in putline()
234 cmidx = (ctop[stynum[nl]][c] & (CTOP | CDOWN)) == 0; in putline()
274 && (cmidx == ((ctop[stynum[nl]][c+1] in putline()
395 if((ctop[stynum[stl]][c]&(CTOP|CDOWN)) == 0){ in funnies()
H A Dext.h13 extern int ctop[MAXHEAD][MAXCOL];
H A Dglobals.c37 int ctop[MAXHEAD][MAXCOL]; variable
H A Dmaktab.c49 if((ctop[stynum[ilin]][icol] & ZEROW) != 0){ in maktab()
/original-bsd/old/tbl/
H A Dt4.c25 ctop[i][icol]=0; in getspec()
118 ctop[nclin][icol-1] = 1; in readspec()
122 ctop[nclin][icol-1] = -1; in readspec()
H A Dt0.c32 int ctop[MAXHEAD][MAXCOL]; variable
H A Dt..c21 extern int ctop[MAXHEAD][MAXCOL];
H A Dt8.c184 cmidx = ctop[stynum[nl]][c]==0; in putline()
213 (cmidx == (ctop [stynum[nl]][c+1]==0)) && (left(i,c+1,&lwid)<0); in putline()
297 if (ctop[stynum[stl]][c]==0) in funnies()