Searched refs:UNION (Results 1 - 23 of 23) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/eqn/
H A Dfunny.c30 case UNION:
H A De.y38 %term SUM INT PROD UNION INTER
187 | UNION { funny(UNION); }
H A Dlookup.c48 "union", UNION,
/opensolaris-onvv-gate/usr/src/tools/stabs/
H A Dsquander.c51 if (tdp->type == UNION)
H A Dstabs.h68 UNION, enumerator in enum:type
H A Dmain.c243 if (tdp->type != STRUCT && tdp->type != UNION)
408 case UNION:
H A Dstabs.c390 soudef(cp, UNION, rtdp);
533 cp = soudef(cp, (type == 'u') ? UNION : STRUCT, rtdp);
756 if (tdp->type == STRUCT || tdp->type == UNION ||
H A Dforth.c137 case UNION:
H A Dgenassym.c160 case UNION:
/opensolaris-onvv-gate/usr/src/lib/libsqlite/tool/
H A Dspace_used.tcl41 UNION ALL
H A Dspaceanal.tcl59 UNION ALL
/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dctftools.h139 UNION, enumerator in enum:stabtype
H A Dstabs.c88 if (!new || (new->t_type != STRUCT && new->t_type != UNION))
H A Dtdata.c82 case UNION:
H A Dst_parse.c387 (void) soudef(cp, UNION, &rtdp);
765 cp = soudef(cp, (type == 'u') ? UNION : STRUCT, rtdp);
1061 if (tdp->t_type == STRUCT || tdp->t_type == UNION ||
H A Dctf.c315 case UNION:
1025 tdp->t_type = (kind == CTF_K_STRUCT ? STRUCT : UNION);
1143 if (tdp->t_type == STRUCT || tdp->t_type == UNION ||
H A Ddwarf.c186 case UNION:
221 case UNION:
1055 die_sou_create(dw, die, off, tdp, UNION, "union");
H A Dmerge.c351 return (defn->t_type == STRUCT || defn->t_type == UNION);
/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y112 %token <ds_val> STRUCT UNION
347 | UNION
664 { "union", UNION, TS_UNION },
/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c49 #define UNION 270 macro
449 case UNION:
1244 return (UNION);
/opensolaris-onvv-gate/usr/src/cmd/sqlite/
H A Dshell.c716 "UNION ALL "
853 " (SELECT * FROM sqlite_master UNION ALL"
862 " (SELECT * FROM sqlite_master UNION ALL"
905 "UNION ALL "
915 "UNION ALL "
/opensolaris-onvv-gate/usr/src/lib/libsqlite/src/
H A Dparse.y302 multiselect_op(A) ::= UNION. {A = TK_UNION;}
303 multiselect_op(A) ::= UNION ALL. {A = TK_ALL;}
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DName.pl6016 222A UNION
6116 228E MULTISET UNION
6169 22C3 N-ARY UNION
6185 22D3 DOUBLE UNION
7783 2A03 N-ARY UNION OPERATOR WITH DOT
7784 2A04 N-ARY UNION OPERATOR WITH PLUS
7786 2A06 N-ARY SQUARE UNION OPERATOR
7806 2A1A INTEGRAL WITH UNION
7845 2A41 UNION WITH MINUS SIGN
7846 2A42 UNION WIT
[all...]

Completed in 219 milliseconds