Home
last modified time | relevance | path

Searched refs:next_col (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c928 for (rowp = tbl_obj->next_row; rowp != NULL; rowp = rowp->next_col) in piclize_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()
[all …]
H A Dptree_impl.h163 #define next_col u.prop.next_by_col macro