Searched defs:__STD_C (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/astsa/
H A Dast_common.h32 #define __STD_C 1 macro
/ast/src/lib/libvdelta/vd01/
H A Dvdelta01.h26 #ifndef __STD_C
28 #define __STD_C 1 macro
31 #define __STD_C 1 macro
33 #define __STD_C 0 macro
36 #endif /*__STD_C*/
49 #if __STD_C
57 #if __STD_C
/ast/src/lib/libvdelta/
H A Dvdelta.h31 /* The symbol __STD_C indicates that the language is ANSI-C or C++ */
32 #ifndef __STD_C
34 #define __STD_C 1 macro
37 #define __STD_C 1 macro
39 #define __STD_C 0 macro
42 #endif /*__STD_C*/
57 #if __STD_C
66 #if __STD_C
/ast/src/cmd/mailx/port/
H A Dcdt.h80 /* The symbol __STD_C indicates that the language is ANSI-C or C++ */
81 #ifndef __STD_C
83 #define __STD_C 1 macro
86 #define __STD_C 1 macro
88 #define __STD_C 0 macro
91 #endif /*__STD_C*/
106 #if __STD_C
126 #if __STD_C
157 #if __STD_C
/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h33 #ifndef __STD_C /* this is normally in vmalloc.h but it's included late here */
35 #define __STD_C 1 macro
38 #define __STD_C 1 macro
40 #define __STD_C 0 macro
43 #endif /*__STD_C*/
105 #if __STD_C

Completed in 21 milliseconds