Lines Matching defs:term
848 /* find this term, which can be a regular expression */
856 char term[PATLEN + 1];
880 /* find the term lexically >= the prefix */
886 * a null prefix matches the null term in the inverted index,
887 * so move to the first real term
894 (void) invterm(&invcontrol, term); /* get the term */
895 s = term;
910 * if ignoring letter case and the term is out of the
914 if (strncmp(term, prefix, len) > 0) {
919 else if (strncmp(term, prefix, len) != 0) {
1016 /* get the next posting for this term */