Home
last modified time | relevance | path

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

/dports/games/tads/tads-3.0.8/tads3/
H A Dvmdict.cpp296 get_ext()->comparator_type_ = VMDICT_COMP_NONE; in set_comparator_type()
301 get_ext()->comparator_type_ = VMDICT_COMP_STRCOMP; in set_comparator_type()
306 get_ext()->comparator_type_ = VMDICT_COMP_GENERIC; in set_comparator_type()
390 switch(get_ext()->comparator_type_) in match_strings()
468 switch(get_ext()->comparator_type_) in calc_hash()
H A Dvmdict.h128 vm_dict_comp_type comparator_type_; member