Lines Matching refs:table
63 table[nlin] = (struct colstr *) alocv((ncol+2)*sizeof(table[0][0])); in gettbl()
74 table[nlin][icol].col = cstore; in gettbl()
75 table[nlin][icol].rcol=0; in gettbl()
79 table[nlin][icol].col = in gettbl()
91 table[nlin][icol].rcol = in gettbl()
92 (char *)maknew(table[nlin][icol].col); in gettbl()
95 table[nlin][icol].rcol = table[nlin][icol].col; in gettbl()
96 table[nlin][icol].col = ""; in gettbl()
101 table[nlin][++icol].col = ""; in gettbl()
106 table[nlin][icol].col = ""; in gettbl()
107 table [nlin][icol].rcol=0; in gettbl()
164 start = table[is][jcol].col; in permute()
165 strig = table[is][jcol].rcol; in permute()
168 table[--irow][jcol].col = start; in permute()
169 table[irow][jcol].rcol = strig; in permute()
172 table[is][jcol].rcol =0; in permute()
173 table[is][jcol].col= SPAN; in permute()
188 if (table[ir]==0) return(0); in vspand()
189 if (table[ir][ij].rcol!=0) return(0); in vspand()
191 return(vspen(table[ir][ij].col)); in vspand()