Home
last modified time | relevance | path

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

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcker.h1298 _PROTOTYP( int xpnbyte, (int, int, int, int (*)(char)) );
H A Dckcfns.c767 xpnbyte(int a, int tcs, int fcs, int (*fn)(char)) in xpnbyte() function
769 xpnbyte(a,tcs,fcs,fn) int a, tcs, fcs; int (*fn)(); in xpnbyte()
1456 t = xpnbyte((unsigned)((unsigned)a & 0xff),
3409 xpnbyte(-1,0,0,NULL); /* Reset UCS-2 byte counter. */
H A Dckcftp.c9824 if (xpnbyte(c0,TC_UCS2,rcs,strputc) < 0) break;
10736 if (xpnbyte(c0,TC_UCS2,outcs,NULL) < 0) /* (NULL was xprintc) */
11172 if (xpnbyte(c0,TC_UCS2,lcs,NULL) < 0) { /* (xprintc) */
11989 if ((x = xpnbyte(c0,TC_UCS2,ftpsnd.outcs,xxout)) < 0) break;
12773 if ((x = xpnbyte(c0,TC_UCS2,ftprecv.fcs,fn)) < 0) break;
12774 if ((x = xpnbyte(c1,TC_UCS2,ftprecv.fcs,fn)) < 0) break;
H A Dckuus4.c3321 xpnbyte(-1,0,0,NULL); /* Reset output machine */
3331 if ((x = xpnbyte(c,TC_JEUC,csout,fn)) < 0) {
3449 if ((x = xpnbyte(fileorder?c2:c,TC_UCS2,csout,fn)) < 0) {
3453 if ((x = xpnbyte(fileorder?c:c2,TC_UCS2,csout,fn)) < 0) {
3465 if ((x = xpnbyte(c,TC_UCS2,csout,fn)) < 0) {
H A Dckuus6.c3777 if ((x = xpnbyte(c0,TC_UCS2,outcs,storechar)) < 0) return(-1);
3778 if ((x = xpnbyte(c1,TC_UCS2,outcs,storechar)) < 0) return(-1);
9229 if (xpnbyte(c,TC_UCS2,csout,cvtfnout) < 0) {
H A Dckuxla.c7436 xpnbyte(-1,0,0,NULL); /* Reset UCS-2 */