Searched refs:op (Results 201 - 225 of 4074) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dcontrols.c582 slap_global_control( Operation *op, const char *oid, int *cid ) argument
597 ( ( op->o_tag & LDAP_REQ_SEARCH ) &&
613 Operation *op,
618 if( ctrls == op->o_ctrls ) {
619 if( op->o_assertion != NULL ) {
620 filter_free_x( op, op->o_assertion, 1 );
621 op->o_assertion = NULL;
623 if( op->o_vrFilter != NULL) {
624 vrFilter_free( op, o
612 slap_free_ctrls( Operation *op, LDAPControl **ctrls ) argument
647 slap_add_ctrls( Operation *op, SlapReply *rs, LDAPControl **ctrls ) argument
678 slap_parse_ctrl( Operation *op, SlapReply *rs, LDAPControl *control, const char **text ) argument
767 get_ctrls( Operation *op, SlapReply *rs, int sendres ) argument
776 get_ctrls2( Operation *op, SlapReply *rs, int sendres, ber_tag_t ctag ) argument
1026 slap_remove_control( Operation *op, SlapReply *rs, int ctrl, BI_chk_controls fnc ) argument
1094 parseDontUseCopy( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1123 parseRelax( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1145 parseManageDSAit( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1167 parseProxyAuthz( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1267 parseNoOp( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1289 parsePagedResults( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1378 parseSortedResults( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1410 parseAssert( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1477 parseReadAttrs( Operation *op, SlapReply *rs, LDAPControl *ctrl, int post ) argument
1578 parsePreRead( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1586 parsePostRead( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1594 parseValuesReturnFilter( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1659 parseSubentries( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1689 parsePermissiveModify( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1711 parseDomainScope( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1738 parseTreeDelete( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1761 parseSearchOptions( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1839 parseSessionTracking( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
2058 slap_ctrl_session_tracking_add( Operation *op, SlapReply *rs, struct berval *ip, struct berval *name, struct berval *id, LDAPControl *ctrl ) argument
2092 slap_ctrl_session_tracking_request_add( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
2128 parseWhatFailed( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
2151 slap_ctrl_whatFailed_add( Operation *op, SlapReply *rs, char **oids ) argument
2212 parseLazyCommit( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
[all...]
H A Dfilter.c46 Operation *op,
53 Operation *op,
59 Operation *op,
64 Operation *op,
91 Operation *op,
156 err = get_ava( op, ber, &f, SLAP_MR_EQUALITY, text );
166 err = get_ssa( op, ber, &f, text );
175 err = get_ava( op, ber, &f, SLAP_MR_ORDERING, text );
184 err = get_ava( op, ber, &f, SLAP_MR_ORDERING, text );
214 op
90 get_filter0( Operation *op, BerElement *ber, Filter **filt, const char **text, int depth ) argument
327 get_filter( Operation *op, BerElement *ber, Filter **filt, const char **text ) argument
338 get_filter_list( Operation *op, BerElement *ber, Filter **f, const char **text, int depth ) argument
367 get_ssa( Operation *op, BerElement *ber, Filter *f, const char **text ) argument
535 filter_free_x( Operation *op, Filter *f, int freeme ) argument
601 Operation op; local
611 filter2bv_x( Operation *op, Filter *f, struct berval *fstr ) argument
617 filter2bv_undef_x( Operation *op, Filter *f, int noundef, struct berval *fstr ) argument
881 Operation op; local
977 get_simple_vrFilter( Operation *op, BerElement *ber, ValuesReturnFilter **filt, const char **text ) argument
1113 get_vrFilter( Operation *op, BerElement *ber, ValuesReturnFilter **vrf, const char **text ) argument
1183 vrFilter_free( Operation *op, ValuesReturnFilter *vrf ) argument
1230 vrFilter2bv( Operation *op, ValuesReturnFilter *vrf, struct berval *fstr ) argument
1264 simple_vrFilter2bv( Operation *op, ValuesReturnFilter *vrf, struct berval *fstr ) argument
[all...]
H A Dava.c47 Operation *op,
55 op->o_tmpfree( ava->aa_value.bv_val, op->o_tmpmemctx );
57 op->o_tmpfree( ava->aa_desc, op->o_tmpmemctx );
58 if ( freeit ) op->o_tmpfree( (char *) ava, op->o_tmpmemctx );
63 Operation *op,
85 aa = op->o_tmpalloc( sizeof( AttributeAssertion ), op
46 ava_free( Operation *op, AttributeAssertion *ava, int freeit ) argument
62 get_ava( Operation *op, BerElement *ber, Filter *f, unsigned usage, const char **text ) argument
[all...]
H A Dbackend.c778 be_slurp_update( Operation *op )
780 return ( SLAP_SLURP_SHADOW( op->o_bd ) &&
781 be_isupdate_dn( op->o_bd, &op->o_ndn ) );
785 be_shadow_update( Operation *op )
790 return ( ( SLAP_SYNC_SHADOW( op->o_bd ) && SLAPD_SYNC_IS_SYNCCONN( op->o_connid ) ) ||
791 ( SLAP_SHADOW( op->o_bd ) && be_isupdate_dn( op->o_bd, &op
835 be_rootdn_bind( Operation *op, SlapReply *rs ) argument
899 slap_bi_op( BackendInfo *bi, slap_operation_t which, Operation *op, SlapReply *rs ) argument
961 be_entry_release_rw( Operation *op, Entry *e, int rw ) argument
977 backend_unbind( Operation *op, SlapReply *rs ) argument
1022 backend_check_controls( Operation *op, SlapReply *rs ) argument
1100 backend_check_restrictions( Operation *op, SlapReply *rs, struct berval *opdata ) argument
1417 backend_check_referrals( Operation *op, SlapReply *rs ) argument
1433 be_entry_get_rw( Operation *op, struct berval *ndn, ObjectClass *oc, AttributeDescription *at, int rw, Entry **e ) argument
1455 fe_acl_group( Operation *op, Entry *target, struct berval *gr_ndn, struct berval *op_ndn, ObjectClass *group_oc, AttributeDescription *group_at ) argument
1677 backend_group( Operation *op, Entry *target, struct berval *gr_ndn, struct berval *op_ndn, ObjectClass *group_oc, AttributeDescription *group_at ) argument
1708 fe_acl_attribute( Operation *op, Entry *target, struct berval *edn, AttributeDescription *entry_at, BerVarray *vals, slap_access_t access ) argument
1842 backend_attribute( Operation *op, Entry *target, struct berval *edn, AttributeDescription *entry_at, BerVarray *vals, slap_access_t access ) argument
1869 backend_access( Operation *op, Entry *target, struct berval *edn, AttributeDescription *entry_at, struct berval *nval, slap_access_t access, slap_mask_t *mask ) argument
1980 fe_aux_operational( Operation *op, SlapReply *rs ) argument
2036 backend_operational( Operation *op, SlapReply *rs ) argument
[all...]
H A Dresult.c50 now.tv_sec -= op->o_time; \
51 now.tv_usec -= op->o_tusec; \
56 (int)op->o_qtime.tv_sec, (int)op->o_qtime.tv_usec, \
69 int slap_null_cb( Operation *op, SlapReply *rs ) argument
74 int slap_freeself_cb( Operation *op, SlapReply *rs ) argument
76 assert( op->o_callback != NULL );
78 op->o_tmpfree( op->o_callback, op
280 rs_flush_entry( Operation *op, SlapReply *rs, slap_overinst *on ) argument
300 rs_replace_entry( Operation *op, SlapReply *rs, slap_overinst *on, Entry *e ) argument
312 rs_entry2modifiable( Operation *op, SlapReply *rs, slap_overinst *on ) argument
339 send_ldap_ber( Operation *op, BerElement *ber ) argument
558 slap_response_play( Operation *op, SlapReply *rs ) argument
595 slap_cleanup_play( Operation *op, SlapReply *rs ) argument
631 send_ldap_response( Operation *op, SlapReply *rs ) argument
828 send_ldap_disconnect( Operation *op, SlapReply *rs ) argument
868 slap_send_ldap_result( Operation *op, SlapReply *rs ) argument
944 send_ldap_sasl( Operation *op, SlapReply *rs ) argument
967 slap_send_ldap_extended( Operation *op, SlapReply *rs ) argument
992 slap_send_ldap_intermediate( Operation *op, SlapReply *rs ) argument
1028 slap_send_search_entry( Operation *op, SlapReply *rs ) argument
1554 slap_send_search_reference( Operation *op, SlapReply *rs ) argument
1800 slap_read_controls( Operation *op, SlapReply *rs, Entry *e, const struct berval *oid, LDAPControl **ctrl ) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dcompare.c41 asyncmeta_back_compare_start(Operation *op, argument
51 struct berval c_attr = op->orc_ava->aa_desc->ad_cname;
53 struct berval mapped_value = op->orc_ava->aa_value;
62 dc.op = op;
64 dc.memctx = op->o_tmpmemctx;
67 asyncmeta_dn_massage( &dc, &op->o_req_dn, &mdn );
69 if ( op->orc_ava->aa_desc->ad_type->sat_syntax == slap_schema.si_syn_distinguishedName )
70 asyncmeta_dn_massage( &dc, &op->orc_ava->aa_value, &mapped_value );
73 ctrls = op
186 asyncmeta_back_compare( Operation *op, SlapReply *rs ) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dcompare.c40 meta_back_compare( Operation *op, SlapReply *rs ) argument
42 metainfo_t *mi = ( metainfo_t * )op->o_bd->be_private;
49 struct berval mapped_attr = op->orc_ava->aa_desc->ad_cname;
50 struct berval mapped_value = op->orc_ava->aa_value;
55 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR );
56 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR ) ) {
67 dc.conn = op->o_conn;
71 switch ( ldap_back_dn_massage( &dc, &op->o_req_dn, &mdn ) ) {
83 if ( op->orc_ava->aa_desc == slap_schema.si_ad_objectClass ) {
85 &op
[all...]
H A Ddelete.c40 meta_back_delete( Operation *op, SlapReply *rs ) argument
42 metainfo_t *mi = ( metainfo_t * )op->o_bd->be_private;
52 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR );
53 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR ) ) {
64 dc.conn = op->o_conn;
68 if ( ldap_back_dn_massage( &dc, &op->o_req_dn, &mdn ) ) {
69 send_ldap_result( op, rs );
74 ctrls = op->o_ctrls;
75 if ( meta_back_controls_add( op, rs, mc, candidate, &ctrls ) != LDAP_SUCCESS )
77 send_ldap_result( op, r
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpc.c55 void eval(int op, ND *n1, ND *n2);
71 if (n1.op == 0)
111 n1->nd_val = n2.nd_val, n1->op = n2.op;
113 n1->nd_val = n3.nd_val, n1->op = n3.op;
177 int op; local
181 op = ctok;
184 eval(op, n1, &n2);
191 n1->op
238 eval(int op, ND *n1, ND *n2) argument
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dtinytest_macros.h74 #define tt_abort_perror(op) TT_DIE(("%s: %s [%d]",(op),strerror(errno), errno))
80 #define tt_fail_perror(op) TT_FAIL(("%s: %s [%d]",(op),strerror(errno), errno))
153 /* Helper: assert that a op b, when cast to type. Format the values with
155 #define tt_assert_op_type(a,op,b,type,fmt) \
156 tt_assert_test_type(a,b,#a" "#op" "#b,type,(val1_ op val2_),fmt, \
159 #define tt_int_op(a,op,b) \
160 tt_assert_test_type(a,b,#a" "#op" "#
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dbind.c34 wt_bind( Operation *op, SlapReply *rs ) argument
36 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private;
46 op->o_req_dn.bv_val );
49 switch ( be_rootdn_bind( op, NULL ) ) {
64 wc = wt_ctx_get(op, wi);
71 send_ldap_result( op, rs );
76 rc = wt_dn2entry(op->o_bd, wc, &op->o_req_ndn, &e);
82 send_ldap_result( op, rs );
87 send_ldap_result( op, r
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dbind.cpp30 ndb_back_bind( Operation *op, SlapReply *rs ) argument
32 struct ndb_info *ni = (struct ndb_info *) op->o_bd->be_private;
42 op->o_req_dn.bv_val, 0, 0);
45 switch ( be_rootdn_bind( op, NULL ) ) {
56 rs->sr_err = ndb_thread_handle( op, &NA.ndb );
58 e.e_name = op->o_req_dn;
59 e.e_nname = op->o_req_ndn;
80 rs->sr_err = ndb_entry_get_info( op, &NA, 0, NULL );
102 rs->sr_err = ndb_entry_get_data( op, &NA, 0 );
103 ber_bvarray_free_x( NA.ocs, op
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Ddds.c91 dds_expire_cb( Operation *op, SlapReply *rs ) argument
93 dds_cb_t *dc = (dds_cb_t *)op->o_callback->sc_private;
100 de = op->o_tmpalloc( sizeof( dds_expire_t ) + rs->sr_entry->e_nname.bv_len + 1,
101 op->o_tmpmemctx );
130 Operation *op; local
146 op = &opbuf.ob_op;
148 op->o_tag = LDAP_REQ_SEARCH;
149 memset( &op->oq_search, 0, sizeof( op->oq_search ) );
151 op
293 dds_freeit_cb( Operation *op, SlapReply *rs ) argument
303 dds_counter_cb( Operation *op, SlapReply *rs ) argument
332 dds_op_add( Operation *op, SlapReply *rs ) argument
461 dds_op_delete( Operation *op, SlapReply *rs ) argument
498 dds_op_modify( Operation *op, SlapReply *rs ) argument
832 dds_op_rename( Operation *op, SlapReply *rs ) argument
890 dds_response( Operation *op, SlapReply *rs ) argument
1068 dds_op_extended( Operation *op, SlapReply *rs ) argument
1677 dds_count_cb( Operation *op, SlapReply *rs ) argument
1706 Operation *op; local
1883 slap_exop_refresh( Operation *op, SlapReply *rs ) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dnssov.h204 int nssov_dn2uid(Operation *op,nssov_info *ni,struct berval *dn,struct berval *uid);
207 int nssov_uid2dn(Operation *op,nssov_info *ni,struct berval *uid,struct berval *dn);
208 int nssov_name2dn_cb(Operation *op, SlapReply *rs);
232 int nssov_alias_byname(nssov_info *ni,TFILE *fp,Operation *op);
233 int nssov_alias_all(nssov_info *ni,TFILE *fp,Operation *op);
234 int nssov_ether_byname(nssov_info *ni,TFILE *fp,Operation *op);
235 int nssov_ether_byether(nssov_info *ni,TFILE *fp,Operation *op);
236 int nssov_ether_all(nssov_info *ni,TFILE *fp,Operation *op);
237 int nssov_group_byname(nssov_info *ni,TFILE *fp,Operation *op);
238 int nssov_group_bygid(nssov_info *ni,TFILE *fp,Operation *op);
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dbind.c31 mdb_bind( Operation *op, SlapReply *rs ) argument
33 struct mdb_info *mdb = (struct mdb_info *) op->o_bd->be_private;
44 op->o_req_dn.bv_val );
47 switch ( be_rootdn_bind( op, NULL ) ) {
62 rs->sr_err = mdb_opinfo_get(op, mdb, 1, &moi);
68 send_ldap_result( op, rs );
75 rs->sr_err = mdb_dn2entry( op, rtxn, NULL, &op->o_req_ndn, &e, NULL, 0 );
92 ber_dupbv( &op->oq_bind.rb_edn, &e->e_name );
115 switch ( op
[all...]
H A Ddelete.c31 mdb_delete( Operation *op, SlapReply *rs ) argument
33 struct mdb_info *mdb = (struct mdb_info *) op->o_bd->be_private;
37 int manageDSAit = get_manageDSAit( op );
52 op->o_req_dn.bv_val );
57 rs->sr_err = mdb_opinfo_get( op, mdb, 0, &moi );
70 if ( BER_BVISNULL( &op->o_csn ) ) {
76 slap_get_csn( op, &csn, 1 );
86 if ( !be_issuffix( op->o_bd, &op->o_req_ndn ) ) {
87 dnParent( &op
[all...]
/netbsd-current/libexec/ld.elf_so/
H A Dxmalloc.c178 union overhead *op; local
191 op = (union overhead *)(pagepool_start);
192 m = sizeof (*op) - (((char *)op - (char *)NULL) & (n - 1));
214 if (nbytes <= (n = pagesz - sizeof (*op) - RSLOP)) {
222 n = -(sizeof (*op) + RSLOP);
237 if ((op = nextf[bucket]) == NULL) {
239 if ((op = nextf[bucket]) == NULL)
243 nextf[bucket] = op->ov_next;
244 op
267 union overhead *op; local
308 union overhead *op; local
337 union overhead *op; local
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Dprparser.y82 UINT32 op;
90 %token <op> EXPOP_EOF
91 %token <op> EXPOP_NEW_LINE
92 %token <op> EXPOP_NUMBER
93 %token <op> EXPOP_HEX_NUMBER
94 %token <op> EXPOP_RESERVED1
95 %token <op> EXPOP_RESERVED2
96 %token <op> EXPOP_PAREN_OPEN
97 %token <op> EXPOP_PAREN_CLOSE
99 %left <op> EXPOP_LOGICAL_O
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dnios2-dis.c106 register const struct nios2_opcode *op; local
109 for (op = state->opcodes; op < &state->opcodes[*(state->num_opcodes)]; op++)
114 if ((op->pinfo & NIOS2_INSN_MACRO) == NIOS2_INSN_MACRO)
116 if (i == state->extract_opcode (op->match)
117 && (op->pinfo & (NIOS2_INSN_MACRO_MOV | NIOS2_INSN_MACRO_MOVI)
121 if (strcmp (op->name, "nop") == 0)
122 state->nop = op;
125 else if (i == state->extract_opcode (op
259 bad_opcode(const struct nios2_opcode *op) argument
272 nios2_print_insn_arg(const char *argptr, unsigned long opcode, bfd_vma address, disassemble_info *info, const struct nios2_opcode *op) argument
943 const struct nios2_opcode *op; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dnios2-dis.c106 register const struct nios2_opcode *op; local
109 for (op = state->opcodes; op < &state->opcodes[*(state->num_opcodes)]; op++)
114 if ((op->pinfo & NIOS2_INSN_MACRO) == NIOS2_INSN_MACRO)
116 if (i == state->extract_opcode (op->match)
117 && (op->pinfo & (NIOS2_INSN_MACRO_MOV | NIOS2_INSN_MACRO_MOVI)
121 if (strcmp (op->name, "nop") == 0)
122 state->nop = op;
125 else if (i == state->extract_opcode (op
259 bad_opcode(const struct nios2_opcode *op) argument
272 nios2_print_insn_arg(const char *argptr, unsigned long opcode, bfd_vma address, disassemble_info *info, const struct nios2_opcode *op) argument
939 const struct nios2_opcode *op; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dnios2-dis.c106 register const struct nios2_opcode *op; local
109 for (op = state->opcodes; op < &state->opcodes[*(state->num_opcodes)]; op++)
114 if ((op->pinfo & NIOS2_INSN_MACRO) == NIOS2_INSN_MACRO)
116 if (i == state->extract_opcode (op->match)
117 && (op->pinfo & (NIOS2_INSN_MACRO_MOV | NIOS2_INSN_MACRO_MOVI)
121 if (strcmp (op->name, "nop") == 0)
122 state->nop = op;
125 else if (i == state->extract_opcode (op
259 bad_opcode(const struct nios2_opcode *op) argument
272 nios2_print_insn_arg(const char *argptr, unsigned long opcode, bfd_vma address, disassemble_info *info, const struct nios2_opcode *op) argument
943 const struct nios2_opcode *op; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dnios2-dis.c106 register const struct nios2_opcode *op; local
109 for (op = state->opcodes; op < &state->opcodes[*(state->num_opcodes)]; op++)
114 if ((op->pinfo & NIOS2_INSN_MACRO) == NIOS2_INSN_MACRO)
116 if (i == state->extract_opcode (op->match)
117 && (op->pinfo & (NIOS2_INSN_MACRO_MOV | NIOS2_INSN_MACRO_MOVI)
121 if (strcmp (op->name, "nop") == 0)
122 state->nop = op;
125 else if (i == state->extract_opcode (op
259 bad_opcode(const struct nios2_opcode *op) argument
272 nios2_print_insn_arg(const char *argptr, unsigned long opcode, bfd_vma address, disassemble_info *info, const struct nios2_opcode *op) argument
943 const struct nios2_opcode *op; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dplural.y51 enum operator op;
57 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
59 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
60 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
62 static struct expression *new_exp_2 PARAMS ((enum operator op,
65 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
75 new_exp (nargs, op, args)
77 enum operator op;
93 newp->operation = op;
107 new_exp_0 (op)
[all...]
/netbsd-current/external/gpl2/grep/dist/intl/
H A Dplural.y53 enum operator op;
59 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
61 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
62 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
64 static struct expression *new_exp_2 PARAMS ((enum operator op,
67 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
77 new_exp (nargs, op, args)
79 enum operator op;
95 newp->operation = op;
109 new_exp_0 (op)
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dplural.y51 enum operator op;
57 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
59 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
60 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
62 static struct expression *new_exp_2 PARAMS ((enum operator op,
65 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
75 new_exp (nargs, op, args)
77 enum operator op;
93 newp->operation = op;
107 new_exp_0 (op)
[all...]

Completed in 175 milliseconds

1234567891011>>