Home | History | Annotate | Download | only in include

Lines Matching refs: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
423 /* This is used to declare a const variable which should be visible
426 This is because the semantics of const are different in C and C++.
427 "extern const" is permitted in C but it looks strange, and gcc
430 #define EXPORTED_CONST extern const
432 #define EXPORTED_CONST const