Home
last modified time | relevance | path

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

1234

/netbsd/external/gpl3/binutils/dist/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 …]
/netbsd/external/historical/nawk/dist/
H A Dparse.c50 a->ntype = NSTAT; in exptostat()
119 x->ntype = NSTAT; in stat1()
128 x->ntype = NSTAT; in stat2()
137 x->ntype = NSTAT; in stat3()
146 x->ntype = NSTAT; in stat4()
155 x->ntype = NEXPR; in op1()
164 x->ntype = NEXPR; in op2()
173 x->ntype = NEXPR; in op3()
182 x->ntype = NEXPR; in op4()
191 x->ntype = NEXPR; in op5()
[all …]
H A Dawk.h161 int ntype; member
210 #define isvalue(n) ((n)->ntype == NVALUE)
211 #define isexpr(n) ((n)->ntype == NEXPR)
/netbsd/external/bsd/nvi/dist/vi/
H A Dv_increment.c67 const CHAR_T *ntype; in v_increment() local
123 ntype = p[beg + 1] == L('X') ? fmt[HEXC] : fmt[HEXL]; in v_increment()
129 ntype = fmt[OCTAL]; in v_increment()
133 ntype = fmt[SDEC]; in v_increment()
139 ntype = fmt[DEC]; in v_increment()
154 ntype = fmt[DEC]; in v_increment()
208 if (lval == 0 && ntype == fmt[SDEC]) in v_increment()
209 ntype = fmt[DEC]; in v_increment()
210 nlen = SPRINTF(nbuf, SIZE(nbuf), ntype, lval); in v_increment()
232 nlen = SPRINTF(nbuf, SIZE(nbuf), ntype, wlen, ulval); in v_increment()
/netbsd/external/gpl3/gdb/dist/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 …]
/netbsd/external/gpl3/binutils.old/dist/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 …]
/netbsd/external/gpl3/gdb.old/dist/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 …]
/netbsd/external/gpl3/binutils/dist/libctf/
H A Dctf-lookup.c143 ctf_id_t ntype, ptype; in ctf_lookup_by_name_internal() local
178 ntype = CTF_ERR; in ctf_lookup_by_name_internal()
182 if (ntype) in ctf_lookup_by_name_internal()
185 ntype = CTF_ERR; in ctf_lookup_by_name_internal()
191 if (ntype == 0) in ctf_lookup_by_name_internal()
192 ntype = CTF_ERR; in ctf_lookup_by_name_internal()
208 ntype = CTF_ERR; in ctf_lookup_by_name_internal()
212 if (ntype) in ctf_lookup_by_name_internal()
215 ntype = CTF_ERR; in ctf_lookup_by_name_internal()
221 if (ntype == 0) in ctf_lookup_by_name_internal()
[all …]
/netbsd/external/bsd/nvi/dist/perl_api/
H A Dtypemap27 croak(\"$var is not of type ${ntype}\")
29 if (sv_isa($arg, \"${ntype}\")) {
38 croak(\"$var is not of type ${ntype}\");
41 croak(\"$var is not of type ${ntype}\")
48 croak(\"$var is not of type ${ntype}\")
53 croak(\"$var is not of type ${ntype}\")
/netbsd/usr.bin/mail/
H A Dnames.c56 nalloc(char str[], int ntype) in nalloc() argument
63 np->n_type = ntype; in nalloc()
133 extract(char line[], int ntype) in extract() argument
145 t = nalloc(nbuf, ntype); in extract()
166 detract(struct name *np, int ntype) in detract() argument
174 quote = ntype & GSMOPTS; in detract()
175 comma = ntype & GCOMMA; in detract()
178 ntype &= ~GCOMMA; in detract()
183 if (ntype && (p->n_type & GMASK) != ntype) in detract()
198 if (ntype && (p->n_type & GMASK) != ntype) in detract()
[all …]
H A Dcmd4.c156 name_expand(char *sname, int ntype) in name_expand() argument
162 np = gexpand(NULL, gh, 0, ntype); in name_expand()
167 np->n_type = ntype; in name_expand()
173 ncalloc(char *str, int ntype) in ncalloc() argument
178 np->n_type = ntype; in ncalloc()
/netbsd/external/cddl/osnet/dist/common/ctf/
H A Dctf_lookup.c90 ctf_id_t ntype, ptype; in ctf_lookup_by_name() local
115 ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]; in ctf_lookup_by_name()
116 if (ntype == 0) { in ctf_lookup_by_name()
117 ntype = ctf_type_resolve(fp, type); in ctf_lookup_by_name()
118 if (ntype == CTF_ERR || (ntype = fp->ctf_ptrtab[ in ctf_lookup_by_name()
119 CTF_TYPE_TO_INDEX(ntype)]) == 0) { in ctf_lookup_by_name()
125 type = CTF_INDEX_TO_TYPE(ntype, in ctf_lookup_by_name()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dgdbtypes.c340 if (ntype) in make_pointer_type()
348 return ntype; in make_pointer_type()
388 return ntype; in make_pointer_type()
419 if (ntype) in make_reference_type()
469 return ntype; in make_reference_type()
526 return ntype; in make_function_type()
629 ntype = type; in make_qualified_type()
633 return ntype; in make_qualified_type()
634 ntype = TYPE_CHAIN (ntype); in make_qualified_type()
651 TYPE_CHAIN (ntype) = ntype; in make_qualified_type()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dgdbtypes.c340 if (ntype) in make_pointer_type()
348 return ntype; in make_pointer_type()
388 return ntype; in make_pointer_type()
419 if (ntype) in make_reference_type()
469 return ntype; in make_reference_type()
526 return ntype; in make_function_type()
629 ntype = type; in make_qualified_type()
633 return ntype; in make_qualified_type()
634 ntype = TYPE_CHAIN (ntype); in make_qualified_type()
651 TYPE_CHAIN (ntype) = ntype; in make_qualified_type()
[all …]
/netbsd/lib/libedit/
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.c1260 int ntype, rem; in map_bind() local
1274 ntype = XK_CMD; in map_bind()
1284 ntype = XK_STR; in map_bind()
1356 switch (ntype) { in map_bind()
1364 terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype); in map_bind()
1366 keymacro_add(el, in, keymacro_map_str(el, out), ntype); in map_bind()
1378 terminal_set_arrow(el, in, keymacro_map_cmd(el, cmd), ntype); in map_bind()
1381 keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype); in map_bind()
1392 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype)); in map_bind()
/netbsd/external/gpl3/gdb/dist/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()
/netbsd/external/gpl3/binutils.old/dist/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()
/netbsd/external/gpl3/gdb.old/dist/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()
/netbsd/external/gpl3/gcc/dist/libobjc/
H A Dencoding.c1075 const char *ntype; in objc_layout_structure() local
1087 ntype = type; in objc_layout_structure()
1088 while (*ntype != _C_STRUCT_E && *ntype != _C_STRUCT_B && *ntype != _C_UNION_B in objc_layout_structure()
1089 && *ntype++ != '=') in objc_layout_structure()
1093 if (*(ntype - 1) == '=') in objc_layout_structure()
1094 type = ntype; in objc_layout_structure()
/netbsd/external/gpl3/gcc.old/dist/libobjc/
H A Dencoding.c1075 const char *ntype; in objc_layout_structure() local
1087 ntype = type; in objc_layout_structure()
1088 while (*ntype != _C_STRUCT_E && *ntype != _C_STRUCT_B && *ntype != _C_UNION_B in objc_layout_structure()
1089 && *ntype++ != '=') in objc_layout_structure()
1093 if (*(ntype - 1) == '=') in objc_layout_structure()
1094 type = ntype; in objc_layout_structure()
/netbsd/usr.bin/find/
H A Dfind.h41 enum ntype { enum
66 enum ntype type; /* plan node type */
133 enum ntype token; /* token type */
/netbsd/external/gpl2/xcvs/dist/src/
H A Dhash.h22 enum ntype enum
28 typedef enum ntype Ntype;
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dattribs.c1127 tree ntype; in build_type_attribute_qual_variant() local
1152 tree dtype = ntype = build_distinct_type_copy (ttype); in build_type_attribute_qual_variant()
1154 TYPE_ATTRIBUTES (ntype) = attribute; in build_type_attribute_qual_variant()
1156 hashval_t hash = type_hash_canon_hash (ntype); in build_type_attribute_qual_variant()
1157 ntype = type_hash_canon (hash, ntype); in build_type_attribute_qual_variant()
1159 if (ntype != dtype) in build_type_attribute_qual_variant()
1163 || !comp_type_attributes (ntype, ttype)) in build_type_attribute_qual_variant()
1171 SET_TYPE_STRUCTURAL_EQUALITY (ntype); in build_type_attribute_qual_variant()
1172 else if (TYPE_CANONICAL (ntype) == ntype) in build_type_attribute_qual_variant()
1173 TYPE_CANONICAL (ntype) = TYPE_CANONICAL (ttype); in build_type_attribute_qual_variant()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.c1127 tree ntype; in build_type_attribute_qual_variant() local
1152 tree dtype = ntype = build_distinct_type_copy (ttype); in build_type_attribute_qual_variant()
1154 TYPE_ATTRIBUTES (ntype) = attribute; in build_type_attribute_qual_variant()
1156 hashval_t hash = type_hash_canon_hash (ntype); in build_type_attribute_qual_variant()
1157 ntype = type_hash_canon (hash, ntype); in build_type_attribute_qual_variant()
1159 if (ntype != dtype) in build_type_attribute_qual_variant()
1163 || !comp_type_attributes (ntype, ttype)) in build_type_attribute_qual_variant()
1171 SET_TYPE_STRUCTURAL_EQUALITY (ntype); in build_type_attribute_qual_variant()
1172 else if (TYPE_CANONICAL (ntype) == ntype) in build_type_attribute_qual_variant()
1173 TYPE_CANONICAL (ntype) = TYPE_CANONICAL (ttype); in build_type_attribute_qual_variant()
[all …]

1234