Home
last modified time | relevance | path

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

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