Searched refs:ccmaps (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | tdump.c | 58 ccmaps(cp, n, CC_NATIVE, CC_ASCII); in outstring() 60 ccmaps(cp, n, CC_ASCII, CC_NATIVE); in outstring()
|
H A D | trestore.c | 192 ccmaps(ap->argval, l, CC_ASCII, CC_NATIVE); in r_arg() 345 ccmaps(ptr, l, CC_ASCII, CC_NATIVE); in r_string()
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | ccode.h | 88 #define ccmaps(s,n,i,o) CCMAPS(s,n,i,o) macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ccode.h | 99 #define ccmaps(s,n,i,o) CCMAPS(s,n,i,o) macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ccode.h | 99 #define ccmaps(s,n,i,o) CCMAPS(s,n,i,o) macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ccode.h | 99 #define ccmaps(s,n,i,o) CCMAPS(s,n,i,o) macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ccode.h | 99 #define ccmaps(s,n,i,o) CCMAPS(s,n,i,o) macro
|
/titanic_50/usr/src/cmd/ast/msgcc/ |
H A D | msggen.c | 198 ccmaps(s, n, from, to); in ccsfprintf()
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 1053 ccmaps(mp->fbuf, mp->fbsz, q, CC_NATIVE); in cklang()
|