Searched refs:CONST (Results 1 – 13 of 13) sorted by relevance
| /titanic_41/usr/src/cmd/lms/ |
| H A D | types.h | 52 #ifndef CONST 53 #define CONST const macro 74 typedef CONST void *LPCVOID; 87 typedef CONST WCHAR *LPCWCH, *PCWCH; 90 typedef CONST PWSTR *PCZPWSTR; 92 typedef CONST WCHAR *LPCWSTR, *PCWSTR; 94 typedef CONST WCHAR *LPCUWSTR, *PCUWSTR; 100 typedef CONST CHAR *LPCCH, *PCCH; 104 typedef CONST PSTR *PCZPSTR; 105 typedef CONST CHAR *LPCSTR, *PCSTR;
|
| /titanic_41/usr/src/cmd/audio/include/ |
| H A D | audio_types.h | 144 #define CONST const macro 163 #define CONST const 179 #define CONST 194 #define CONST
|
| /titanic_41/usr/src/cmd/genmsg/ |
| H A D | genmsg.y | 54 %token CONST 93 | '(' CONST CATD ')' arg_list { $$ = $5; } 125 | '(' CONST INT ')' setid { $$ = $5; } 146 | '(' CONST INT ')' msgid { $$ = $5; } 167 | '(' CONST INT ')' digit { $$ = $5; } 188 | '(' CONST CHAR '*' ')' paren_qstr { $$ = $6; }
|
| H A D | genmsg.l | 149 return (CONST);
|
| /titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
| H A D | lookup.c | 23 #define CONST 2 macro 124 if (action != INSERT || s->s_type != CONST) { 145 s->s_type = action == INSERT ? VAR : CONST;
|
| /titanic_41/usr/src/tools/stabs/ |
| H A D | stabs.h | 73 CONST enumerator
|
| H A D | stabs.c | 494 (*rtdp)->type = CONST; in tdefdecl()
|
| /titanic_41/usr/src/tools/ctf/cvt/ |
| H A D | ctftools.h | 145 CONST, enumerator
|
| H A D | st_parse.c | 740 (*rtdp)->t_type = CONST; in tdefdecl() 874 case CONST: in find_intrinsic() 1190 case CONST: in resolve_typed_bitfields_cb()
|
| H A D | dwarf.c | 197 case CONST: in tdesc_size() 234 case CONST: in tdesc_bitsize() 256 case CONST: in tdesc_basetype() 1524 die_through_create(dw, die, off, tdp, CONST, "const"); in die_const_create()
|
| H A D | tdata.c | 68 case CONST: in tdesc_layouthash()
|
| H A D | ctf.c | 397 case CONST: in write_type() 1098 tdp->t_type = CONST; in resurrect_types()
|
| /titanic_41/usr/src/cmd/abi/spectrans/spec2trace/ |
| H A D | parseproto.y | 106 %token <stt_val> CONST VOLATILE RESTRICT RESTRICT_KYWD 308 : CONST 667 { "const", CONST, TQ_CONST }, in lookup_keyword()
|