Searched refs:ccmapc (Results 1 – 7 of 7) sorted by relevance
/titanic_50/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_50/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_50/usr/src/lib/libast/common/include/ |
H A D | ccode.h | 86 #define ccmapc(c,i,o) CCMAPC(c,i,o) macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ccode.h | 97 #define ccmapc(c,i,o) CCMAPC(c,i,o) macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ccode.h | 97 #define ccmapc(c,i,o) CCMAPC(c,i,o) macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ccode.h | 97 #define ccmapc(c,i,o) CCMAPC(c,i,o) macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ccode.h | 97 #define ccmapc(c,i,o) CCMAPC(c,i,o) macro
|