Searched refs:_ccmap (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | ccode.h | 55 extern unsigned char* _ccmap(int, int); 72 #define CCMAP(i,o) ((i)==(o)?(unsigned char*)0:_ccmap(i,o))
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ccode.h | 65 extern __MANGLE__ unsigned char* _ccmap __PROTO__((int, int)); 83 #define CCMAP(i,o) ((i)==(o)?(unsigned char*)0:_ccmap(i,o))
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ccode.h | 65 extern __MANGLE__ unsigned char* _ccmap __PROTO__((int, int)); 83 #define CCMAP(i,o) ((i)==(o)?(unsigned char*)0:_ccmap(i,o))
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ccode.h | 65 extern __MANGLE__ unsigned char* _ccmap __PROTO__((int, int)); 83 #define CCMAP(i,o) ((i)==(o)?(unsigned char*)0:_ccmap(i,o))
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ccode.h | 65 extern __MANGLE__ unsigned char* _ccmap __PROTO__((int, int)); 83 #define CCMAP(i,o) ((i)==(o)?(unsigned char*)0:_ccmap(i,o))
|
/titanic_41/usr/src/lib/libast/common/string/ |
H A D | ccmap.c | 627 _ccmap(int i, int o) in _ccmap() function
|
/titanic_41/usr/src/lib/libast/ |
H A D | mapfile-vers | 737 _ccmap;
|