/titanic_51/usr/src/lib/libast/common/string/ |
H A D | chresc.c | 89 c = ccmapc(c, CC_NATIVE, CC_ASCII); in chresc() 91 c = ccmapc(c, CC_ASCII, CC_NATIVE); in chresc()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | chresc.c | 106 c = ccmapc(c, CC_NATIVE, CC_ASCII); in chrexp() 108 c = ccmapc(c, CC_ASCII, CC_NATIVE); in chrexp()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | ccode.h | 32 #define ccmapc(c,f,t) (c) macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | cmp.c | 113 c = ccmapc(o, CC_NATIVE, CC_ASCII); in pretty() 119 o = ccmapc(c, CC_ASCII, CC_NATIVE); in pretty() 129 o = ccmapc(c, CC_ASCII, CC_NATIVE); in pretty()
|
H A D | stty.c | 358 #define cntl(x) (((x)=='?')?ccmapc(0177,CC_ASCII,CC_NATIVE):ccmapc(ccmapc(x,CC_NATIVE,CC_ASCII)&037,CC_ASCII,CC_NATIVE)) 548 off = ccmapc(off, CC_NATIVE, CC_ASCII); in output() 549 sfprintf(sfstdout,"%s = ^%c;%c",tp->name,off==0177?'?':ccmapc(off^0100,CC_ASCII,CC_NATIVE),delim); in output()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | stty.c | 356 #define cntl(x) (((x)=='?')?ccmapc(0177,CC_ASCII,CC_NATIVE):ccmapc(ccmapc(x,CC_NATIVE,CC_ASCII)&03… 546 off = ccmapc(off, CC_NATIVE, CC_ASCII); in output() 547 … sfprintf(sfstdout,"%s = ^%c;%c",tp->name,off==0177?'?':ccmapc(off^0100,CC_ASCII,CC_NATIVE),delim); in output()
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | ccode.h | 86 #define ccmapc(c,i,o) CCMAPC(c,i,o) macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ccode.h | 86 #define ccmapc(c,i,o) CCMAPC(c,i,o) macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ccode.h | 97 #define ccmapc(c,i,o) CCMAPC(c,i,o) macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | ccode.h | 97 #define ccmapc(c,i,o) CCMAPC(c,i,o) macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ccode.h | 97 #define ccmapc(c,i,o) CCMAPC(c,i,o) macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | ccode.h | 97 #define ccmapc(c,i,o) CCMAPC(c,i,o) macro
|