Searched refs:ccmapc (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/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()
|
/illumos-gate/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)&03… 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()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | ccode.h | 32 #define ccmapc(c,f,t) (c) macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ccode.h | 86 #define ccmapc(c,i,o) CCMAPC(c,i,o) macro
|