Searched refs:rcol (Results 1 – 10 of 10) sorted by relevance
75 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()
62 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()
35 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()
20 # 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()
19 # define realsplit ((ct=='a'||ct=='n') && table[ldata][c].rcol)64 if (table[ldata][c].rcol) in runtabs()
47 s=table[ilin][icol].rcol; in choochar()
58 struct colstr {char *col, *rcol;}; member
110 s = (t=='a' ? pc->rcol : pc->col); in thish()
62 if (table[ilin][icol].rcol!=0) in maktab()74 if (text==0 && real(s=table[ilin][icol].rcol) && !vspen(s) && !barent(s)) in maktab()
73 | rcol '{' list '}' { column('R', $1); }79 rcol : RCOL { $$ = ct++; } ;