Home
last modified time | relevance | path

Searched refs:CONST (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/audio/include/
H A Daudio_types.h144 #define CONST const macro
163 #define CONST const
179 #define CONST
194 #define CONST
/titanic_50/usr/src/cmd/genmsg/
H A Dgenmsg.y54 %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 Dgenmsg.l149 return (CONST);
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dlookup.c23 #define CONST 2 macro
124 if (action != INSERT || s->s_type != CONST) {
145 s->s_type = action == INSERT ? VAR : CONST;
/titanic_50/usr/src/tools/stabs/
H A Dstabs.h73 CONST enumerator
H A Dstabs.c494 (*rtdp)->type = CONST; in tdefdecl()
/titanic_50/usr/src/tools/ctf/cvt/
H A Dctftools.h145 CONST, enumerator
H A Dst_parse.c740 (*rtdp)->t_type = CONST; in tdefdecl()
874 case CONST: in find_intrinsic()
1190 case CONST: in resolve_typed_bitfields_cb()
H A Ddwarf.c197 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 Dtdata.c68 case CONST: in tdesc_layouthash()
H A Dctf.c397 case CONST: in write_type()
1098 tdp->t_type = CONST; in resurrect_types()
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y106 %token <stt_val> CONST VOLATILE RESTRICT RESTRICT_KYWD
308 : CONST
667 { "const", CONST, TQ_CONST }, in lookup_keyword()