Searched refs:usestr (Results 1 – 1 of 1) sorted by relevance
269 const char *usestr = ABSENT_STRING; in use_predicate() local280 usestr = ep->tterm.Strings[idx]; in use_predicate()284 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()