Differences From Artifact [9700685108]:
- File src/search.c — part of check-in [e4a6159ba3] at 2014-01-09 21:10:38 on branch trunk — Add -width option to the search command. (user: mistachkin size: 6858) [more...]
To Artifact [6471b6201f]:
- File src/search.c — part of check-in [45f35169f2] at 2014-01-28 08:20:05 on branch trunk — More removals of unnecessary end-of-line spaces. No change in code. (user: jan.nijtmans size: 6852) [more...]
| ︙ | |||
133 134 135 136 137 138 139 | 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 | - + |
while( !isBoundary[zDoc[i]&0xff] ){ i++; }
}
/* Every term must be seen or else the score is zero */
for(j=0; j<p->nTerm; j++){
if( !seen[j] ) return 0;
}
|
| ︙ |