Home | History | Annotate | Download | only in OrderingMethods

Lines Matching refs:hash_next

160     IndexType hash_next ;   /* next column, if col is in a hash list */
1318 Col [col].shared4.hash_next = first_col ;
1538 for that column. The value of Col [c].shared4.hash_next is the next column
1605 super_c = Col [super_c].shared4.hash_next)
1616 for (c = Col [super_c].shared4.hash_next ;
1617 c != COLAMD_EMPTY ; c = Col [c].shared4.hash_next)
1665 Col [prev_c].shared4.hash_next = Col [c].shared4.hash_next ;