Searched refs:usestr (Results 1 – 1 of 1) sorted by relevance
262 char *usestr = ABSENT_STRING; in use_predicate() local273 usestr = ep->tterm.Strings[idx]; in use_predicate()277 if (usestr == CANCELLED_STRING && termstr == ABSENT_STRING) in use_predicate()279 else if (usestr == CANCELLED_STRING && termstr == CANCELLED_STRING) in use_predicate()281 else if (usestr == ABSENT_STRING && termstr == ABSENT_STRING) in use_predicate()283 else if (!usestr || !termstr || capcmp(idx, usestr, termstr)) in use_predicate()