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

/ast/src/cmd/paxlib/calib/
H A Dcalib.c320 (*pax->errorf)(NiL, pax, 1, "blk %c%c%c%c%c%c%c%c %02x %02x %02x %02x %02x %02x %02x %02x", ccmapchr(ar->map, blk[0]), ccmapchr(ar->map, blk[1]), ccmapchr(ar->map, blk[2]), ccmapchr(ar->map, blk[3]), ccmapchr(ar->map, blk[4]), ccmapchr(ar->map, blk[5]), ccmapchr(ar->map, blk[6]), ccmapchr(ar->map, blk[7]), blk[8], blk[9], blk[10], blk[11], blk[12], blk[13], blk[14], blk[15]);
326 (*pax->errorf)(NiL, pax, 1, "dir %c%c%c%c%c%c%c%c %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x", ccmapchr(ar->map, dir[0]), ccmapchr(a
[all...]
/ast/src/lib/libast/include/
H A Dccode.h78 #define ccmapchr(m,c) CCMAPCHR(m,c) macro
/ast/src/cmd/re/
H A Dsed1.c703 if(neg && docom[ccmapchr(map,cmd)&0x7f]==Ic)
710 switch(adrs[ccmapchr(map,cmd)]) {
720 (*docom[ccmapchr(map,cmd)&0x7f])(script, t);
H A Dsed2.c556 pc = (*excom[ccmapchr(map,cmd)])(script, pc, data);
/ast/src/cmd/sortlib/sync/
H A Dss.c487 c = ccmapchr(ss->n2a, *s);
490 c = ccmapchr(ss->n2e, *s);
496 c = ccmapchr(ss->n2a, *s);
499 c = ccmapchr(ss->n2e, *s);
505 c = ccmapchr(ss->n2a, *s);
507 c = ccmapchr(ss->n2e, *s);
/ast/src/cmd/builtin/
H A Dod.c491 switch (buf[0] = ccmapchr(state->map, *u))
1075 if ((c = ccmapchr(state->map, *u)) < 040 || c >= 0177)
1083 if ((c = ccmapchr(state->map, *u++)) < 040 || c >= 0177)
H A Dpr.c578 c = ccmapchr(pp->control.map, *pp->control.cur);
/ast/src/cmd/std/
H A Dbanner.c193 for (n = 0, cp = string; c = ccmapchr(map, *cp++) & 0x07f; dp++)
/ast/src/cmd/jcl/
H A Djcm.c253 if (ccmapchr(map, c) == 'T')
260 if (ccmapchr(map, c) == '%')
/ast/src/cmd/pax/
H A Dbio.c115 c = ccmapchr(map, c);

Completed in 38 milliseconds