Searched refs:first_row (Results 1 – 4 of 4) sorted by relevance
265 if (TBL_CELL_DOWN == c && rp == tbl->first_row) { in cell()304 tbl->first_row = rp; in row()315 if (NULL == tbl->first_row) in row()
97 while (NULL != (rp = tbl->first_row)) { in tbl_free()98 tbl->first_row = rp->next; in tbl_free()
35 struct tbl_row *first_row; member
251 rp = tbl->first_row; in tbl_data()