Lines Matching refs:next_col
928 for (rowp = tbl_obj->next_row; rowp != NULL; rowp = rowp->next_col) in piclize_table()
991 for (rowp = tbl_obj->next_row; rowp != NULL; rowp = rowp->next_col) in unpiclize_table()
1249 pobj->next_col = NULL; in create_propobj()
1360 rowp = rowp->next_col; in destroy_table()
1612 pobj->next_col = NULL; in ptree_create_table()
1690 newrow[i]->next_col = NULL; in ptree_add_row_to_table()
1700 tbl_obj->next_col = newrow[0]; in ptree_add_row_to_table()
1703 while (lastrow->next_col != NULL) in ptree_add_row_to_table()
1704 lastrow = lastrow->next_col; in ptree_add_row_to_table()
1707 lastrow->next_col = newrow[i]; in ptree_add_row_to_table()
1775 if (propp->next_col) in ptree_get_next_by_col()
1776 *nextcolh = propp->next_col->ptree_hdl; in ptree_get_next_by_col()