Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dfind-dialog.c413 STR_CMP_SUBSTR = 0x01, /* Find strings which are substrings of the enumerator
504 if (cmptr->flags & STR_CMP_SUBSTR) in string_label_compare()
526 if (cmptr->flags & STR_CMP_SUBSTR) in string_value_compare()
702 if (flags & (STR_CMP_SUBSTR | STR_CMP_LABELS)) in comparator_factory()
735 flags |= STR_CMP_SUBSTR; in find_value()