Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tbl/
H A Dt5.c75 table[nlin][icol].rcol=0; in gettbl()
91 table[nlin][icol].rcol = in gettbl()
95 table[nlin][icol].rcol = table[nlin][icol].col; in gettbl()
107 table [nlin][icol].rcol=0; in gettbl()
165 strig = table[is][jcol].rcol; in permute()
169 table[irow][jcol].rcol = strig; in permute()
172 table[is][jcol].rcol =0; in permute()
189 if (table[ir][ij].rcol!=0) return(0); in vspand()
H A Dt9.c62 table[0][icol].rcol=0; in domore()
69 table[0][icol].rcol = maknew(table[0][icol].col); in domore()
72 table[0][icol].rcol = table[0][icol].col; in domore()
H A Dtb.c35 rused[c]|= real(table[i][c].rcol); in checkuse()
36 if( !real(table[i][c].rcol)) in checkuse()
38 if (table[i][c].rcol) in checkuse()
H A Dt8.c20 # define realsplit ((ct=='a'||ct=='n') && table[nl][c].rcol)
139 if (form=='n' && table[nl][c].rcol && lused[c]==0) ct= c+CMID; in putline()
150 if (table[nl][c].rcol) in putline()
172 s= table[nl][c].rcol; in putline()
H A Dt7.c19 # define realsplit ((ct=='a'||ct=='n') && table[ldata][c].rcol)
64 if (table[ldata][c].rcol) in runtabs()
H A Dtc.c47 s=table[ilin][icol].rcol; in choochar()
H A Dt..c58 struct colstr {char *col, *rcol;}; member
H A Dtt.c110 s = (t=='a' ? pc->rcol : pc->col); in thish()
H A Dt6.c62 if (table[ilin][icol].rcol!=0) in maktab()
74 if (text==0 && real(s=table[ilin][icol].rcol) && !vspen(s) && !barent(s)) in maktab()
/titanic_50/usr/src/cmd/eqn/
H A De.y73 | rcol '{' list '}' { column('R', $1); }
79 rcol : RCOL { $$ = ct++; } ;