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

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

Completed in 57 milliseconds