Lines Matching refs:row
49 static void dumpSvgLine(XtermWidget xw, int row, FILE *fp);
105 int row;
117 for (row = s->top_marg; row <= s->bot_marg; ++row) {
118 fprintf(fp, " <!-- Row %d -->\n", row);
119 dumpSvgLine(xw, row, fp);
124 dumpSvgLine(XtermWidget xw, int row, FILE *fp)
127 int inx = ROW2INX(s, row);
195 + row * CELLH);
222 CELLW, bw + ib + row * CELLH + (CELLH * 3) / 4);
259 bw + ib + col * CELLW, bw + ib + row * CELLH + CELLH - (x), \
260 bw + ib + (col + sal) * CELLW, bw + ib + row * CELLH + CELLH - (x), \