Searched refs:termstr (Results 1 – 1 of 1) sorted by relevance
268 const char *termstr = entries[0].tterm.Strings[idx]; in use_predicate() local284 if (usestr == CANCELLED_STRING && termstr == ABSENT_STRING) in use_predicate()286 else if (usestr == CANCELLED_STRING && termstr == CANCELLED_STRING) in use_predicate()288 else if (usestr == ABSENT_STRING && termstr == ABSENT_STRING) in use_predicate()290 else if (!usestr || !termstr || capcmp(idx, usestr, termstr)) in use_predicate()