Home
last modified time | relevance | path

Searched refs:ntype (Results 1 – 25 of 36) sorted by relevance

12

/dragonfly/contrib/gdb-7/gdb/
H A Dgdbtypes.c299 if (ntype) in make_pointer_type()
307 return ntype; in make_pointer_type()
347 return ntype; in make_pointer_type()
372 if (ntype) in make_reference_type()
420 return ntype; in make_reference_type()
461 return ntype; in make_function_type()
560 ntype = type; in make_qualified_type()
564 return ntype; in make_qualified_type()
565 ntype = TYPE_CHAIN (ntype); in make_qualified_type()
582 TYPE_CHAIN (ntype) = ntype; in make_qualified_type()
[all …]
H A Dobjc-lang.c863 char ntype = '\0'; in parse_method() local
884 ntype = *s1++; in parse_method()
940 *type = ntype; in parse_method()
960 char ntype = '\0'; in find_methods() local
1011 if (parse_method (tmp, &ntype, &nclass, in find_methods()
1015 if ((type != '\0') && (ntype != type)) in find_methods()
H A Dstabsread.c3468 struct type *ntype = TYPE_CHAIN (type); in set_length_in_type_chain() local
3470 while (ntype != type) in set_length_in_type_chain()
3472 if (TYPE_LENGTH(ntype) == 0) in set_length_in_type_chain()
3473 TYPE_LENGTH (ntype) = TYPE_LENGTH (type); in set_length_in_type_chain()
3475 complain_about_struct_wipeout (ntype); in set_length_in_type_chain()
3476 ntype = TYPE_CHAIN (ntype); in set_length_in_type_chain()
/dragonfly/contrib/nvi2/vi/
H A Dv_increment.c56 CHAR_T *ntype, nbuf[100]; in v_increment() local
115 ntype = p[beg + 1] == 'X' ? fmt[HEXC] : fmt[HEXL]; in v_increment()
121 ntype = fmt[OCTAL]; in v_increment()
125 ntype = fmt[SDEC]; in v_increment()
131 ntype = fmt[DEC]; in v_increment()
146 ntype = fmt[DEC]; in v_increment()
199 if (lval == 0 && ntype == fmt[SDEC]) in v_increment()
200 ntype = fmt[DEC]; in v_increment()
201 nlen = SPRINTF(nbuf, sizeof(nbuf), ntype, lval); in v_increment()
223 nlen = SPRINTF(nbuf, sizeof(nbuf), ntype, wlen, ulval); in v_increment()
/dragonfly/contrib/awk/
H A Dparse.c46 a->ntype = NSTAT; in exptostat()
101 x->ntype = NSTAT; in stat1()
110 x->ntype = NSTAT; in stat2()
119 x->ntype = NSTAT; in stat3()
128 x->ntype = NSTAT; in stat4()
137 x->ntype = NEXPR; in op1()
146 x->ntype = NEXPR; in op2()
155 x->ntype = NEXPR; in op3()
164 x->ntype = NEXPR; in op4()
175 x->ntype = NVALUE; in celltonode()
[all …]
H A Dawk.h161 int ntype; member
210 #define isvalue(n) ((n)->ntype == NVALUE)
211 #define isexpr(n) ((n)->ntype == NEXPR)
/dragonfly/contrib/binutils-2.34/binutils/
H A Drdcoff.c148 if ((ntype & ~N_BTMASK) != 0) in parse_coff_type()
152 newtype = DECREF (ntype); in parse_coff_type()
154 if (ISPTR (ntype)) in parse_coff_type()
160 else if (ISFCN (ntype)) in parse_coff_type()
167 else if (ISARY (ntype)) in parse_coff_type()
247 if (ntype >= 0 in parse_coff_base_type()
248 && ntype <= T_MAX in parse_coff_base_type()
255 switch (ntype) in parse_coff_base_type()
368 && ntype >= 0 in parse_coff_base_type()
369 && ntype <= T_MAX) in parse_coff_base_type()
[all …]
/dragonfly/contrib/binutils-2.27/binutils/
H A Drdcoff.c148 if ((ntype & ~N_BTMASK) != 0) in parse_coff_type()
152 newtype = DECREF (ntype); in parse_coff_type()
154 if (ISPTR (ntype)) in parse_coff_type()
160 else if (ISFCN (ntype)) in parse_coff_type()
167 else if (ISARY (ntype)) in parse_coff_type()
247 if (ntype >= 0 in parse_coff_base_type()
248 && ntype <= T_MAX in parse_coff_base_type()
255 switch (ntype) in parse_coff_base_type()
368 && ntype >= 0 in parse_coff_base_type()
369 && ntype <= T_MAX) in parse_coff_base_type()
[all …]
/dragonfly/usr.bin/mail/
H A Dnames.c49 nalloc(char *str, int ntype) in nalloc() argument
56 np->n_type = ntype; in nalloc()
83 extract(char *line, int ntype) in extract() argument
96 t = nalloc(nbuf, ntype); in extract()
112 detract(struct name *np, int ntype) in detract() argument
118 comma = ntype & GCOMMA; in detract()
121 ntype &= ~GCOMMA; in detract()
126 if (ntype && (p->n_type & GMASK) != ntype) in detract()
138 if (ntype && (p->n_type & GMASK) != ntype) in detract()
504 nlist = gexpand(nlist, ngh, metoo, ntype); in gexpand()
[all …]
/dragonfly/contrib/libedit/src/
H A Dkeymacro.c194 int ntype) in keymacro_add() argument
202 if (ntype == XK_CMD && val->cmd == ED_SEQUENCE_LEAD_IN) { in keymacro_add()
213 (void) node__try(el, el->el_keymacro.map, key, val, ntype); in keymacro_add()
318 keymacro_value_t *val, int ntype) in node__try() argument
352 switch (ptr->type = ntype) { in node__try()
361 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype)); in node__try()
368 (void) node__try(el, ptr->next, str, val, ntype); in node__try()
584 int ntype) in keymacro_kprint() argument
591 switch (ntype) { in keymacro_kprint()
595 ntype == XK_STR ? "\"\"" : "[]"); in keymacro_kprint()
[all …]
H A Dmap.c1257 int ntype, rem; in map_bind() local
1271 ntype = XK_CMD; in map_bind()
1281 ntype = XK_STR; in map_bind()
1353 switch (ntype) { in map_bind()
1361 terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype); in map_bind()
1363 keymacro_add(el, in, keymacro_map_str(el, out), ntype); in map_bind()
1375 terminal_set_arrow(el, in, keymacro_map_cmd(el, cmd), ntype); in map_bind()
1378 keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype); in map_bind()
1389 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype)); in map_bind()
/dragonfly/contrib/tcsh-6/
H A Dtc.bind.c57 int ntype, no, removeb, key, bindk; in dobindkey() local
70 ntype = XK_CMD; in dobindkey()
90 ntype = XK_STR; in dobindkey()
93 ntype = XK_EXE; in dobindkey()
181 switch (ntype) { in dobindkey()
190 if (SetArrowKeys(&in, XmapStr(&out), ntype) == -1) in dobindkey()
196 AddXkey(&in, XmapStr(&out), ntype); in dobindkey()
205 (void) SetArrowKeys(&in, XmapCmd((int) cmd), ntype); in dobindkey()
208 AddXkey(&in, XmapCmd((int) cmd), ntype); in dobindkey()
H A Ded.xmap.c209 AddXkey(const CStr *Xkey, XmapVal *val, int ntype) in AddXkey() argument
219 if (ntype == XK_CMD && val->cmd == F_XKEY) { in AddXkey()
230 (void) TryNode(Xmap, &cs, val, ntype); in AddXkey()
235 TryNode(XmapNode *ptr, CStr *str, XmapVal *val, int ntype) in TryNode() argument
276 switch (ptr->type = ntype) { in TryNode()
296 (void) TryNode(ptr->next, str, val, ntype); in TryNode()
541 printOne(const Char *key, const XmapVal *val, int ntype) in printOne() argument
548 switch (ntype) { in printOne()
553 p = unparsestring(&val->str, ntype == XK_STR ? STRQQ : STRBB); in printOne()
/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-lookup.c79 ctf_id_t ntype, ptype; in ctf_lookup_by_name() local
107 ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, type)]; in ctf_lookup_by_name()
108 if (ntype == 0) in ctf_lookup_by_name()
110 ntype = ctf_type_resolve_unsliced (fp, type); in ctf_lookup_by_name()
111 if (ntype == CTF_ERR in ctf_lookup_by_name()
112 || (ntype = in ctf_lookup_by_name()
113 fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, ntype)]) == 0) in ctf_lookup_by_name()
120 type = LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)); in ctf_lookup_by_name()
H A Dctf-types.c706 ctf_id_t ntype; in ctf_type_pointer() local
711 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, type)]) != 0) in ctf_type_pointer()
712 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
720 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, type)]) != 0) in ctf_type_pointer()
721 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dencoding.c1045 const char *ntype; in objc_layout_structure() local
1057 ntype = type; in objc_layout_structure()
1058 while (*ntype != _C_STRUCT_E && *ntype != _C_STRUCT_B && *ntype != _C_UNION_B in objc_layout_structure()
1059 && *ntype++ != '=') in objc_layout_structure()
1063 if (*(ntype - 1) == '=') in objc_layout_structure()
1064 type = ntype; in objc_layout_structure()
/dragonfly/bin/ps/
H A Dprint.c790 int ntype; in put64() local
804 ntype = 0; in put64()
810 ntype = 'M'; in put64()
814 ntype = 'G'; in put64()
818 ntype = 'T'; in put64()
822 ntype = 'X'; in put64()
826 ntype = '?'; in put64()
838 ntype); in put64()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dattribs.c1121 tree ntype; in build_type_attribute_qual_variant() local
1146 tree dtype = ntype = build_distinct_type_copy (ttype); in build_type_attribute_qual_variant()
1148 TYPE_ATTRIBUTES (ntype) = attribute; in build_type_attribute_qual_variant()
1150 hashval_t hash = type_hash_canon_hash (ntype); in build_type_attribute_qual_variant()
1151 ntype = type_hash_canon (hash, ntype); in build_type_attribute_qual_variant()
1153 if (ntype != dtype) in build_type_attribute_qual_variant()
1157 || !comp_type_attributes (ntype, ttype)) in build_type_attribute_qual_variant()
1165 SET_TYPE_STRUCTURAL_EQUALITY (ntype); in build_type_attribute_qual_variant()
1166 else if (TYPE_CANONICAL (ntype) == ntype) in build_type_attribute_qual_variant()
1167 TYPE_CANONICAL (ntype) = TYPE_CANONICAL (ttype); in build_type_attribute_qual_variant()
[all …]
/dragonfly/contrib/cvs-1.12/src/
H A Dhash.h22 enum ntype enum
28 typedef enum ntype Ntype;
/dragonfly/contrib/binutils-2.27/ld/
H A Dldmain.c991 enum bfd_link_hash_type ntype, in multiple_common() argument
1024 if (ntype == bfd_link_hash_defined in multiple_common()
1025 || ntype == bfd_link_hash_defweak in multiple_common()
1026 || ntype == bfd_link_hash_indirect) in multiple_common()
1038 ASSERT (ntype == bfd_link_hash_common); in multiple_common()
1046 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common); in multiple_common()
/dragonfly/contrib/binutils-2.34/ld/
H A Dldmain.c1027 enum bfd_link_hash_type ntype, in multiple_common() argument
1060 if (ntype == bfd_link_hash_defined in multiple_common()
1061 || ntype == bfd_link_hash_defweak in multiple_common()
1062 || ntype == bfd_link_hash_indirect) in multiple_common()
1077 ASSERT (ntype == bfd_link_hash_common); in multiple_common()
1088 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common); in multiple_common()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_ses.c1075 int err, amt, i, nobj, ntype, maxima; in ses_getconfig() local
1121 for (ntype = i = 0; i < maxima; i++) { in ses_getconfig()
1140 ntype += hd.Ntypes; in ses_getconfig()
1148 for (nobj = i = 0; i < ntype; i++) { in ses_getconfig()
1167 cc->ses_eltmap = SES_MALLOC(ntype); in ses_getconfig()
1181 SES_FREE(cc->ses_eltmap, ntype); in ses_getconfig()
1189 MEMZERO(cc->ses_eltmap, ntype); in ses_getconfig()
1190 cc->ses_ntypes = (uint8_t) ntype; in ses_getconfig()
1198 for (i = 0; i < ntype; i++) { in ses_getconfig()
/dragonfly/contrib/tcpdump/
H A Dprint-decnet.c702 u_int ntype = info & 3; in print_t_info() local
703 switch (ntype) { in print_t_info()
773 u_int ntype = info & II_TYPEMASK; in print_i_info() local
774 switch (ntype) { in print_i_info()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.c4221 tree ntype; in build_type_attribute_qual_variant() local
4242 ntype = build_distinct_type_copy (ttype); in build_type_attribute_qual_variant()
4244 TYPE_ATTRIBUTES (ntype) = attribute; in build_type_attribute_qual_variant()
4247 if (TREE_TYPE (ntype)) in build_type_attribute_qual_variant()
4252 switch (TREE_CODE (ntype)) in build_type_attribute_qual_variant()
4258 if (TYPE_DOMAIN (ntype)) in build_type_attribute_qual_variant()
4279 ntype = type_hash_canon (hashcode, ntype); in build_type_attribute_qual_variant()
4285 || !comp_type_attributes (ntype, ttype)) in build_type_attribute_qual_variant()
4286 SET_TYPE_STRUCTURAL_EQUALITY (ntype); in build_type_attribute_qual_variant()
4287 else if (TYPE_CANONICAL (ntype) == ntype) in build_type_attribute_qual_variant()
[all …]
/dragonfly/contrib/gdb-7/include/
H A Dbfdlink.h566 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);

12