Searched refs:tight_len (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DResConfig.c669 int loose_len, tight_len; local in function:_search_widget_tree
698 tight_len = (tight) ? (int) strlen(tight) : 0;
700 if ((loose == NULL) || (tight_len > loose_len))
702 else if ((tight == NULL) || (loose_len > tight_len))

Completed in 3 milliseconds