Home
last modified time | relevance | path

Searched refs:hsh_next_position (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libmaa/libmaa-1.4.7/maa/
H A Dexport.sym33 hsh_next_position
H A Dmaa.h148 extern hsh_Position hsh_next_position(hsh_HashTable table,
154 #define HSH_POSITION_NEXT(P,T) ((P)=hsh_next_position(T,P))
H A Dstring.c169 return hsh_next_position (p -> hash, position); in str_pool_next_position()
H A Dhash.c573 hsh_Position hsh_next_position(hsh_HashTable table, hsh_Position position) in hsh_next_position() function