Searched refs:eavc (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/vczip/
H A Dvczip.c599 Vcodex_t *eavc = NIL(Vcodex_t*); /* ebcdic <-> ascii */ local
640 if(eavc)
641 vcclose(eavc);
642 if(!(eavc = vcopen(0, Vcmap, argv[1]+2, 0, VC_ENCODE)) )
731 if(!eavc) /* do any ascii <-> ebcdic mapping required */
733 else if((n = vcapply(eavc, data, n, &dt)) <= 0)

Completed in 50 milliseconds