Lines Matching refs:eret
612 int eret;
1022 eret = state.ret;
1029 eret = (rmatch = strgrpmatch(s, re, match, nmatch / 2, eflags)) == 0;
1036 eret = (rmatch = strmatch(s, re)) == 0;
1044 eret = (rmatch = strgrpmatch(s, re, match, nmatch / 2, eflags)) == 0;
1051 eret = (rmatch = strmatch(s, re)) == 0;
1054 if (eret && streq(s, re))
1063 if (eret)
1071 if (eret == 1)
1074 printf("OK expected, error %d returned", eret);
1090 else if (eret)
1099 if (eret == 1)
1102 printf("OK expected, error %d returned", eret);