Lines Matching refs:should
216 char *should[NSHOULD]; local
291 should[i] = NULL;
292 nshould = split(f4, should+1, NSHOULD-1, ",");
295 should[1] = "";
298 grump = check(f2, subs[i], should[i]);
406 check(str, sub, should) in check() argument
409 char *should;
417 if (should != NULL && strcmp(should, "-") == 0)
418 should = NULL;
419 if (should != NULL && should[0] == '@') {
420 at = should + 1;
421 should = "";
435 if (sub.rm_so == -1 && should == NULL)
448 shlen = (int)strlen(should);
452 if (should == NULL) {
458 if (len != shlen || strncmp(p, should, (size_t)shlen) != 0) {