Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tbl/
H A Dt5.c73 table[nlin][icol].rcol=0; in gettbl()
89 table[nlin][icol].rcol = in gettbl()
93 table[nlin][icol].rcol = table[nlin][icol].col; in gettbl()
105 table [nlin][icol].rcol=0; in gettbl()
163 strig = table[is][jcol].rcol; in permute()
167 table[irow][jcol].rcol = strig; in permute()
170 table[is][jcol].rcol =0; in permute()
187 if (table[ir][ij].rcol!=0) return(0); in vspand()
H A Dt9.c60 table[0][icol].rcol=0; in domore()
67 table[0][icol].rcol = maknew(table[0][icol].col); in domore()
70 table[0][icol].rcol = table[0][icol].col; in domore()
H A Dtb.c33 rused[c]|= real(table[i][c].rcol); in checkuse()
34 if( !real(table[i][c].rcol)) in checkuse()
36 if (table[i][c].rcol) in checkuse()
H A Dt8.c18 # define realsplit ((ct=='a'||ct=='n') && table[nl][c].rcol)
137 if (form=='n' && table[nl][c].rcol && lused[c]==0) ct= c+CMID; in putline()
148 if (table[nl][c].rcol) in putline()
170 s= table[nl][c].rcol; in putline()
H A Dt7.c17 # define realsplit ((ct=='a'||ct=='n') && table[ldata][c].rcol)
62 if (table[ldata][c].rcol) in runtabs()
H A Dtc.c45 s=table[ilin][icol].rcol; in choochar()
H A Dt..c56 struct colstr {char *col, *rcol;}; member
H A Dtt.c108 s = (t=='a' ? pc->rcol : pc->col); in thish()
H A Dt6.c61 if (table[ilin][icol].rcol!=0) in maktab()
73 if (text==0 && real(s=table[ilin][icol].rcol) && !vspen(s) && !barent(s)) in maktab()
/illumos-gate/usr/src/cmd/eqn/
H A De.y73 | rcol '{' list '}' { column('R', $1); }
79 rcol : RCOL { $$ = ct++; } ;