Lines Matching refs:strs
258 if (VALID_STRING(t->strs[i]) ||
259 (aflag && t->strs[i] == CANCELLED_STRING))
263 ents[n++].str = t->strs[i];
484 if (t1->strs[i] != ABSENT_STRING ||
485 t2->strs[i] != ABSENT_STRING)
565 if (terms[j]->strs[i] == ABSENT_STRING ||
566 terms[j]->strs[i] == CANCELLED_STRING)
570 if (VALID_STRING(term->strs[i]) &&
571 strcmp(term->strs[i],
572 terms[j]->strs[i]) == 0)
579 term->strs[i] = ABSENT_STRING;
580 else if (term->strs[i] == ABSENT_STRING)
581 term->strs[i] = CANCELLED_STRING;