Searched refs:next_col (Results 1 – 2 of 2) sorted by relevance
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()[all …]
165 #define next_col u.prop.next_by_col macro