Searched refs:tag2 (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/byacc/test/
H A Derr_syntax26.y6 %type <tag2
H A Derr_syntax23.y11 %type <tag2> recur
H A Derr_syntax24.y12 %type <tag2> expr
H A Derr_syntax25.y17 %type <tag2> expr
/freebsd-11-stable/contrib/dialog/samples/
H A Dtreeview11 tag2 two off 1 \
H A Dtreeview219 tag2:two:off:1
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dkdc-replay.c184 unsigned int tag2; local
186 &cl, &ty, &tag2, NULL);
190 if (tag != tag2)
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-alias.c1291 tree tag2 = var_ann (p_map2->var)->symbol_mem_tag; local
1298 if (!may_alias_p (p_map1->var, p_map1->set, tag2, p_map2->set, true))
1321 add_may_alias (tag1, tag2);
1322 bitmap_set_bit (may_aliases1, DECL_UID (tag2));
1535 tree tag2 = var_ann (ai->pointers[j]->var)->symbol_mem_tag; local
1541 var_ann (tag2)->may_aliases = NULL;
1544 add_may_alias (tag2, tag1);
2711 may_aliases_intersect (tree tag1, tree tag2) argument
2716 VEC(tree,gc) *may_aliases2 = may_aliases (tag2);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c6862 /* tag2(I) - pointer to second tag to compare */
6868 /* comparison. This function should only be called with both tag1 and tag2 */
6872 ipf_matchtag(tag1, tag2)
6873 ipftag_t *tag1, *tag2;
6875 if (tag1 == tag2)
6878 if ((tag1->ipt_num[0] == 0) && (tag2->ipt_num[0] == 0))
6881 if ((tag1->ipt_num[0] == tag2->ipt_num[0]) &&
6882 (tag1->ipt_num[1] == tag2->ipt_num[1]) &&
6883 (tag1->ipt_num[2] == tag2->ipt_num[2]) &&
6884 (tag1->ipt_num[3] == tag2
[all...]

Completed in 98 milliseconds