Searched refs:ntype (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.10.1/awk-20/src/
H A Dparse.c46 a->ntype = NSTAT;
101 x->ntype = NSTAT;
110 x->ntype = NSTAT;
119 x->ntype = NSTAT;
128 x->ntype = NSTAT;
137 x->ntype = NEXPR;
146 x->ntype = NEXPR;
155 x->ntype = NEXPR;
164 x->ntype = NEXPR;
175 x->ntype
[all...]
H A Dawk.h134 int ntype; member in struct:Node
183 #define isvalue(n) ((n)->ntype == NVALUE)
184 #define isexpr(n) ((n)->ntype == NEXPR)
/macosx-10.10.1/swig-12/Source/Modules/
H A Dutils.cxx68 String *ntype = nodeType(nn); local
71 (Strcmp(ntype, "template") == 0) ||
72 ((Strcmp(ntype, "cdecl") == 0) && is_protected(nn) && !is_member_director(nn) && !is_non_virtual_protected_access(n))) {
H A Dtypepass.cxx895 String *ntype = nodeType(ns); local
896 if (Strcmp(ntype, "cdecl") == 0) {
1070 } else if ((Strcmp(ntype, "class") == 0) || ((Strcmp(ntype, "classforward") == 0))) {
1075 } else if (Strcmp(ntype, "enum") == 0) {
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drdcoff.c137 struct coff_types *types, long coff_symno, int ntype,
143 if ((ntype & ~N_BTMASK) != 0)
147 newtype = DECREF (ntype);
149 if (ISPTR (ntype))
155 else if (ISFCN (ntype))
162 else if (ISARY (ntype))
197 non_fatal (_("parse_coff_type: Bad type code 0x%x"), ntype);
226 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype,
234 struct coff_types *types, long coff_symno, int ntype,
242 if (ntype >
135 parse_coff_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, bfd_boolean useaux, void *dhandle) argument
232 parse_coff_base_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, void *dhandle) argument
372 parse_coff_struct_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, int ntype, union internal_auxent *pauxent, void *dhandle) argument
[all...]
/macosx-10.10.1/mail_cmds-30/mail/
H A Dnames.c61 nalloc(str, ntype)
63 int ntype;
70 np->n_type = ntype;
98 extract(line, ntype)
100 int ntype;
113 t = nalloc(nbuf, ntype);
129 detract(np, ntype)
131 int ntype;
137 comma = ntype & GCOMMA;
140 ntype
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dkey.c185 key_add(EditLine *el, const char *key, key_value_t *val, int ntype) argument
193 if (ntype == XK_CMD && val->cmd == ED_SEQUENCE_LEAD_IN) {
204 (void) node__try(el, el->el_key.map, key, val, ntype);
309 node__try(EditLine *el, key_node_t *ptr, const char *str, key_value_t *val, int ntype) argument
344 switch (ptr->type = ntype) {
354 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
361 (void) node__try(el, ptr->next, str, val, ntype);
563 key_kprint(EditLine *el, const char *key, key_value_t *val, int ntype) argument
570 switch (ntype) {
575 ntype
[all...]
H A Dmap.c1236 int ntype, rem; local
1250 ntype = XK_CMD;
1260 ntype = XK_STR;
1264 ntype = XK_EXE;
1337 switch (ntype) {
1346 term_set_arrow(el, in, key_map_str(el, out), ntype);
1348 key_add(el, in, key_map_str(el, out), ntype);
1359 term_set_arrow(el, in, key_map_str(el, out), ntype);
1362 key_add(el, in, key_map_cmd(el, cmd), ntype);
1372 EL_ABORT((el->el_errfile, "Bad XK_ type\n", ntype));
[all...]
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_lookup.c87 ctf_id_t ntype, ptype; local
112 ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)];
113 if (ntype == 0) {
114 ntype = ctf_type_resolve(fp, type);
115 if (ntype == CTF_ERR || (ntype = fp->ctf_ptrtab[
116 CTF_TYPE_TO_INDEX(ntype)]) == 0) {
122 type = CTF_INDEX_TO_TYPE(ntype,
H A Dctf_types.c482 ctf_id_t ntype; local
487 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0)
488 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
496 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0)
497 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.xmap.c24 * void AddXkey(Xkey, val, ntype);
27 * int ntype;
213 AddXkey(const CStr *Xkey, XmapVal *val, int ntype) argument
223 if (ntype == XK_CMD && val->cmd == F_XKEY) {
234 (void) TryNode(Xmap, &cs, val, ntype);
239 TryNode(XmapNode *ptr, CStr *str, XmapVal *val, int ntype) argument
280 switch (ptr->type = ntype) {
300 (void) TryNode(ptr->next, str, val, ntype);
545 printOne(const Char *key, const XmapVal *val, int ntype) argument
552 switch (ntype) {
[all...]
H A Dtc.bind.c60 int ntype, no, removeb, key, bindk; local
73 ntype = XK_CMD;
93 ntype = XK_STR;
96 ntype = XK_EXE;
184 switch (ntype) {
193 if (SetArrowKeys(&in, XmapStr(&out), ntype) == -1)
199 AddXkey(&in, XmapStr(&out), ntype);
208 (void) SetArrowKeys(&in, XmapCmd((int) cmd), ntype);
211 AddXkey(&in, XmapCmd((int) cmd), ntype);
/macosx-10.10.1/swig-12/Source/Swig/
H A Dparms.c24 SwigType *ntype = Copy(type); local
25 Setattr(p, "type", ntype);
26 Delete(ntype);
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dkey.c188 key_add(EditLine *el, const Char *key, key_value_t *val, int ntype) argument
196 if (ntype == XK_CMD && val->cmd == ED_SEQUENCE_LEAD_IN) {
207 (void) node__try(el, el->el_key.map, key, val, ntype);
315 node__try(EditLine *el, key_node_t *ptr, const Char *str, key_value_t *val, int ntype) argument
350 switch (ptr->type = ntype) {
360 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
367 (void) node__try(el, ptr->next, str, val, ntype);
579 key_kprint(EditLine *el, const Char *key, key_value_t *val, int ntype) argument
586 switch (ntype) {
591 ntype
[all...]
H A Dmap.c1248 int ntype, rem; local
1262 ntype = XK_CMD;
1272 ntype = XK_STR;
1276 ntype = XK_EXE;
1349 switch (ntype) {
1358 term_set_arrow(el, in, key_map_str(el, out), ntype);
1360 key_add(el, in, key_map_str(el, out), ntype);
1372 term_set_arrow(el, in, key_map_str(el, out), ntype);
1375 key_add(el, in, key_map_cmd(el, cmd), ntype);
1385 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
[all...]
/macosx-10.10.1/libedit-40/src/
H A Dkeymacro.c191 keymacro_add(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) argument
199 if (ntype == XK_CMD && val->cmd == ED_SEQUENCE_LEAD_IN) {
210 (void) node__try(el, el->el_keymacro.map, key, val, ntype);
319 keymacro_value_t *val, int ntype)
354 switch (ptr->type = ntype) {
364 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
371 (void) node__try(el, ptr->next, str, val, ntype);
586 keymacro_kprint(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) argument
593 switch (ntype) {
598 ntype
318 node__try(EditLine *el, keymacro_node_t *ptr, const Char *str, keymacro_value_t *val, int ntype) argument
[all...]
H A Dmap.c1247 int ntype, rem; local
1261 ntype = XK_CMD;
1271 ntype = XK_STR;
1275 ntype = XK_EXE;
1348 switch (ntype) {
1357 terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype);
1359 keymacro_add(el, in, keymacro_map_str(el, out), ntype);
1371 terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype);
1374 keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype);
1385 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
[all...]
/macosx-10.10.1/Libnotify-133.1.1/notifyutil/
H A Dnotifyutil.c476 uint32_t i, n, index, signum, ntype, status, opts, nap; local
482 ntype = TYPE_PORT;
637 ntype = TYPE_PORT;
641 ntype = TYPE_FILE;
646 ntype = TYPE_SIGNAL;
655 ntype = TYPE_DISPATCH;
659 ntype = TYPE_CHECK;
663 ntype = TYPE_PLAIN;
700 status = do_register(argv[i], ntype, signum, n);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_g.c623 int ntype = IS_DNS; local
658 ntype = IS_IP6;
663 if (inet_aton(name, (struct in_addr *)&addr)) ntype = IS_IP4;
666 if (ntype == IS_DNS) {
684 if (ntype != IS_DNS) continue;
698 if (ntype == IS_DNS) continue;
701 if (ntype == IS_IP6 && altnamesize != sizeof(struct in6_addr)) {
705 if (ntype == IS_IP4 && altnamesize != sizeof(struct in_addr)) {
H A Dtls_o.c824 int ntype = IS_DNS, nlen; local
856 ntype = IS_IP6;
861 if (inet_aton(name, (struct in_addr *)&addr)) ntype = IS_IP4;
876 if (ntype == IS_DNS) {
888 if (ntype != IS_DNS) continue;
909 if (ntype == IS_DNS) continue;
915 if (ntype == IS_IP6 && sl != sizeof(struct in6_addr)) {
919 if (ntype == IS_IP4 && sl != sizeof(struct in_addr)) {
H A Dtls_st.c1313 int ntype = IS_DNS, nlen; local
1348 ntype = IS_IP6;
1353 if (inet_aton(name, (struct in_addr *)&addr)) ntype = IS_IP4;
1358 if (ntype == IS_DNS) {
1385 if (ntype != IS_DNS)
1400 if (ntype == IS_DNS)
1404 if (ntype == IS_IP6) {
1411 if (ntype == IS_IP4) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Daci.c1561 ntype = BER_BVNULL, local
1631 ntype = *OpenLDAPacitypes[ idx ];
1677 bv.bv_len = ntype.bv_len;
1710 ptr = lutil_strncopy( ptr, ntype.bv_val, ntype.bv_len );
1725 ntype = bv;
1763 + ntype.bv_len + STRLENOF( "#" )
1776 ptr = lutil_strncopy( ptr, ntype.bv_val, ntype.bv_len );
1790 ber_memfree_x( ntype
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dregparse.h72 #define SET_NTYPE(node, ntype) (node)->u.base.type = (ntype)
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dbfdlink.h494 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-decnet.c314 int ntype = info & 3; local
315 switch (ntype) {
316 case 0: (void)printf("reserved-ntype? "); break;
390 int ntype = info & II_TYPEMASK; local
391 switch (ntype) {
392 case 0: (void)printf("reserved-ntype? "); break;

Completed in 213 milliseconds

12