Lines Matching defs:rows
54 wchar_t*** rows;67 t->rows = (wchar_t***)NULL;84 free (t->rows[r][c]);85 free (t->rows[r]);88 free (t->rows);117 wcswidth(t->rows[r][c],138 t->rows = xrealloc (t->rows, (t->nrows + 1) * sizeof(wchar_t***));140 t->rows[t->nrows] = row;171 wchar_t** row = t->rows[rownum];222 * Render the rows.