Home
last modified time | relevance | path

Searched refs:tperm (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/vi/port/
H A Dex_temp.c115 crypt_close(tperm); in cleanup()
255 CRSIZE, tperm) == -1)
263 if (run_crypt(0L, ibuff2, CRSIZE, tperm) == -1)
271 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
279 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
294 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1)
398 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1) in synctmp()
H A Dexrecover.c185 if (makekey(tperm) != 0) { in main()
633 if (run_crypt(0L, bk, CRSIZE, tperm) == -1) in scrapbad()
798 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
H A Dex.c707 (void) crypt_close(tperm); in init()
709 if (makekey(tperm) != 0) { in init()
H A Dex_subr.c961 crypt_close(tperm);
997 crypt_close(tperm);
H A Dex.h373 var int tperm[2]; /* pipe connection to crypt for temporary file */ variable
/titanic_50/usr/src/cmd/ed/
H A Ded.c232 static int tperm[2]; variable
1612 crypt_close(tperm); in quit()
1739 if (run_crypt(0L, ibuff, 512, tperm) == -1) in getblock()
1747 if (run_crypt(0L, ibuff, 512, tperm) == -1) in getblock()
1758 if (run_crypt(0L, crbuf, 512, tperm) == -1) in getblock()
1810 (void) crypt_close(tperm); in init()
1812 if (makekey(tperm)) { in init()