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