Searched refs:nsucc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c108 static int nsucc; variable
229 return (nsucc == 2 ? 2 : (nsucc == 0 ? 1 : 0));
264 nsucc = 2;
323 nsucc = 2;
440 nsucc = (nsucc == 2) ? 2 : 1;
/illumos-gate/usr/src/cmd/refer/
H A Dglue5.c40 int nsucc; variable
64 nsucc = need = inct = rflag = numwords = nfound = 0;
117 fprintf(stderr, "returning nsucc %d\n", nsucc);
120 return (nsucc == 0);
223 nsucc = 1;
/illumos-gate/usr/src/cmd/fgrep/
H A Dfgrep.c130 int nsucc; variable
295 return (retcode != 0 ? retcode : nsucc == 0);
428 nsucc = 1;
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y125 int nsucc;
781 return (badbotch ? 2 : nsucc==0);
918 nsucc = 1;

Completed in 63 milliseconds