Searched refs:tperm (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_temp.c | 115 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 D | exrecover.c | 185 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 D | ex.c | 707 (void) crypt_close(tperm); in init() 709 if (makekey(tperm) != 0) { in init()
|
H A D | ex_subr.c | 961 crypt_close(tperm); 997 crypt_close(tperm);
|
H A D | ex.h | 373 var int tperm[2]; /* pipe connection to crypt for temporary file */ variable
|
/titanic_50/usr/src/cmd/ed/ |
H A D | ed.c | 232 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()
|