Home
last modified time | relevance | path

Searched refs:whichtemp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/diff/
H A Ddiff.h187 int whichtemp; variable
H A Ddiff.c238 whichtemp = 0; in main()
1949 (void) strcpy(tempfile[whichtemp++], template); in copytemp()
1958 return (tempfile[whichtemp-1]); in copytemp()
2033 if (whichtemp) (void) unlink(tempfile[0]); in done()
2034 if (whichtemp == 2) (void) unlink(tempfile[1]); in done()