Searched refs:htable_sequence (Results 1 – 3 of 3) sorted by relevance
43 extern HTABLE_INFO *htable_sequence(HTABLE *, int);
368 HTABLE_INFO *htable_sequence(HTABLE *table, int how) in htable_sequence() function418 for (i = 0, op = HTABLE_SEQ_FIRST; htable_sequence(hash, op) != 0; in main()
128 ht = htable_sequence(dict_ht->table, in dict_ht_sequence()