Lines Matching defs:is
3 * Use is subject to license terms.153 int irow, jcol, is;161 is = prev(irow);162 if (is<0)164 start = table[is][jcol].col;165 strig = table[is][jcol].rcol;170 while (is<irow)172 table[is][jcol].rcol =0;173 table[is][jcol].col= SPAN;174 is = next(is);