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

/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dbedeck.h207 struct BE_arm_t *referred_to_by; /* Used in the arms of a BE_REF_PASS
230 struct BE_arm_t *arms; /* list of flattened arms */ member in struct:BE_du_i_t
H A Dpropagat.c793 * context handles in fields of structures and arms of unions
822 * Chase all arms in the union. Again, if any arm has the
826 for (arm_p = type_p->type_structure.disc_union->arms;
936 * Chase all arms in the union. Again, if any arm has the
939 for (arm_p = type_p->type_structure.disc_union->arms;
1150 for (arm_p = union_p->arms
1321 /* Chase all arms in the union. */
1323 for (arm_p = union_p->arms
1413 /* Chase all arms in the union. */
1414 for (arm_p = union_p->arms
[all...]
H A Dastp_cpx.c617 * node which is which points to the arms of
643 disc_union_node_ptr->arms = arm_list;
924 * Create and return a list of arms from a list of
1415 for (ap = current_type_node_ptr->type_structure.disc_union->arms;
H A Dcspell.c697 for (cp = vp->arms; cp != NULL; cp = cp->next)
H A Direpgen.c659 long num_arms; /* Number of non-default arms in union */
685 * Make a first pass through the union arms to count the number of
686 * non-default arms and place the result in the 'union begin' tuple.
690 for (arm_p = union_p->arms; arm_p != NULL; arm_p = arm_p->next)
705 * union arms to load this array.
712 for (arm_p = union_p->arms; arm_p != NULL; arm_p = arm_p->next)
H A Dast.h1071 struct AST_arm_n_t *arms; member in struct:AST_disc_union_n_t
1101 struct AST_field_attr_n_t *field_attrs; /* Always NULL for arms */
H A Dastp_dmp.c1182 for (ap = disc_union_node_ptr->arms; ap; ap = ap->next)
H A Dchecker.c4710 arm_p = union_p->arms;
4717 * Check all subsequent arms for a repeated case label value.
4820 arm_p = union_p->arms;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfoxpro.vim608 syn match foxproCmd "^\s*\<set\>\s*\<udfp\%[arms]\>"

Completed in 115 milliseconds