Home | History | Annotate | Download | only in include

Lines Matching defs:CONST

29    PTRCONST		`void *const'		`char *'
31 const not defined `'
59 int printf PARAMS ((const char *format, ...));
62 printf VPARAMS ((const char *format, ...))
82 printf VPARAMS ((const char *format, ...))
87 VA_FIXEDARG (ap, const char *, format);
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
154 #define PTRCONST void *const
174 #undef const
193 #define CONST const
222 #undef const
226 #define const
232 #define CONST
414 /* This is used to declare a const variable which should be visible
417 This is because the semantics of const are different in C and C++.
418 "extern const" is permitted in C but it looks strange, and gcc
421 #define EXPORTED_CONST extern const
423 #define EXPORTED_CONST const