Searched refs:ninbuf (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libgen/common/ |
H A D | isencrypt.c | 44 isencrypt(const char *fbuf, size_t ninbuf) in isencrypt() argument 51 if (ninbuf == 0) in isencrypt() 54 while (fp < &fbuf[ninbuf]) in isencrypt() 70 if (ninbuf >= 64) { in isencrypt() 98 for (i = 0; i < ninbuf; i++) in isencrypt() 107 if (fbuf[ninbuf - 1] != '\n') in isencrypt()
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_io.c | 706 if (--ninbuf < 0) { in getfile() 707 ninbuf = read(io, genbuf, LBSIZE) - 1; in getfile() 708 if (ninbuf < 0) { in getfile() 718 if(isencrypt(genbuf, ninbuf + 1)) in getfile() 723 if (crflag > 0 && run_crypt(cntch, genbuf, ninbuf+1, perm) == -1) { in getfile() 728 cntch += ninbuf+1; in getfile() 903 ninbuf = 0; in clrstats()
|
H A D | ex_temp.h | 97 var short ninbuf; /* Number useful chars left in input buffer */ variable
|
H A D | exrecover.c | 747 ninbuf = 0; in clrstats()
|
/titanic_41/usr/src/cmd/ed/ |
H A D | ed.c | 216 static int ninbuf; variable 738 ninbuf = 0; in commands() 1377 if (--ninbuf < 0) { in getfile() 1378 if ((ninbuf = read(io, genbuf, LBSIZE)-1) < 0) in getfile() 1386 if (isencrypt(genbuf, ninbuf + 1)) in getfile() 1393 if (run_crypt(count, genbuf, ninbuf+1, perm) == -1) in getfile()
|