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

12

/freebsd-9.3-release/contrib/one-true-awk/
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.h133 int ntype; member in struct:Node
182 #define isvalue(n) ((n)->ntype == NVALUE)
183 #define isexpr(n) ((n)->ntype == NEXPR)
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_increment.c62 char *bp, *ntype, *p, *t, nbuf[100]; local
120 ntype = p[beg + 1] == 'X' ? fmt[HEXC] : fmt[HEXL];
126 ntype = fmt[OCTAL];
130 ntype = fmt[SDEC];
136 ntype = fmt[DEC];
151 ntype = fmt[DEC];
204 if (lval == 0 && ntype == fmt[SDEC])
205 ntype = fmt[DEC];
206 nlen = snprintf(nbuf, sizeof(nbuf), ntype, lval);
228 nlen = snprintf(nbuf, sizeof(nbuf), ntype, wle
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drdcoff.c139 struct coff_types *types, long coff_symno, int ntype,
145 if ((ntype & ~N_BTMASK) != 0)
149 newtype = DECREF (ntype);
151 if (ISPTR (ntype))
157 else if (ISFCN (ntype))
164 else if (ISARY (ntype))
199 non_fatal (_("parse_coff_type: Bad type code 0x%x"), ntype);
228 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype,
236 struct coff_types *types, long coff_symno, int ntype,
244 if (ntype >
137 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
234 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
374 parse_coff_struct_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, int ntype, union internal_auxent *pauxent, void *dhandle) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
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.c479 ctf_id_t ntype; local
484 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0)
485 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
493 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0)
494 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
/freebsd-9.3-release/contrib/cvs/src/
H A Dhash.h22 enum ntype enum
28 typedef enum ntype Ntype;
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibcheckwidth.in21 ntype=""
89 ntype=$1; nodeguid=substr($3, 4, 16); ports=$2
91 print "\n# Checking " ntype ": nodeguid 0x" nodeguid
95 if (ntype != "Switch")
111 print "\n# " ntype ": nodeguid 0x" nodeguid " failed"
118 print "# Checked " ntype ": nodeguid 0x" nodeguid " with failure"
H A Dibcheckerrors.in22 ntype=""
85 print "\n# " ntype ": nodeguid 0x" nodeguid " failed"
95 ntype=$1; nodeguid=substr($3, 4, 16); ports=$2
97 print "\n# Checking " ntype ": nodeguid 0x" nodeguid
100 if (ntype != "Switch")
112 if (ntype != "Switch") {
H A Dibcheckstate.in21 ntype=""
89 ntype=$1; nodeguid=substr($3, 4, 16); ports=$2
91 print "\n# Checking " ntype ": nodeguid 0x" nodeguid
95 if (ntype != "Switch")
111 print "\n# " ntype ": nodeguid 0x" nodeguid " failed"
118 print "# Checked " ntype ": nodeguid 0x" nodeguid " with failure"
H A Dibdatacounters.in22 ntype=""
85 print "\n# " ntype ": nodeguid 0x" nodeguid " failed"
93 ntype=$1; nodeguid=substr($3, 4, 16); ports=$2
95 print "\n# Checking " ntype ": nodeguid 0x" nodeguid
98 if (ntype != "Switch")
110 if (ntype != "Switch") {
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbtypes.c226 struct type *ntype; /* New type */ local
229 ntype = TYPE_POINTER_TYPE (type);
231 if (ntype)
234 return ntype; /* Don't care about alloc, and have new type. */
237 *typeptr = ntype; /* Tracking alloc, and we have new type. */
238 return ntype;
244 ntype = alloc_type (TYPE_OBJFILE (type));
246 *typeptr = ntype;
251 ntype = *typeptr;
252 objfile = TYPE_OBJFILE (ntype);
293 struct type *ntype; /* New type */ local
355 struct type *ntype; /* New type */ local
437 struct type *ntype; local
485 struct type *ntype; local
508 struct type *ntype; /* New type */ local
560 replace_type(struct type *ntype, struct type *type) argument
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dnames.c54 nalloc(char str[], int ntype) argument
61 np->n_type = ntype;
88 extract(char line[], int ntype) argument
101 t = nalloc(nbuf, ntype);
117 detract(struct name *np, int ntype) argument
123 comma = ntype & GCOMMA;
126 ntype &= ~GCOMMA;
131 if (ntype && (p->n_type & GMASK) != ntype)
143 if (ntype
488 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) argument
[all...]
/freebsd-9.3-release/contrib/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);
/freebsd-9.3-release/lib/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);
573 key_kprint(EditLine *el, const char *key, key_value_t *val, int ntype) argument
580 switch (ntype) {
585 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);
1371 term_set_arrow(el, in, key_map_cmd(el, cmd), ntype);
1374 key_add(el, in, key_map_cmd(el, cmd), ntype);
1384 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
[all...]
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_qp.c57 #define _QP_TTOQ(qname, fname, ntype, signpos, atype, ...) \
58 void _Qp_ ## qname ## toq(u_int *c, ntype n); \
60 _Qp_ ## qname ## toq(u_int *c, ntype n) \
63 union { atype a[2]; ntype n; } u = { .n = n }; \
/freebsd-9.3-release/tools/regression/pjdfstest/
H A Dpjdfstest.c680 mode_t ntype; local
697 ntype = S_IFCHR;
699 ntype = S_IFBLK;
701 ntype = S_IFIFO;
703 ntype = S_IFDIR;
705 ntype = S_IFREG;
712 rval = mknod(STR(0), ntype | NUM(2), dev);
715 rval = mknodat(NUM(0), STR(1), ntype | NUM(3), dev);
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dibroute.c238 char ntype[50], sguid[30], desc[64]; local
288 mad_dump_val(IB_NODE_TYPE_F, ntype, sizeof ntype, &type),
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldmain.c1042 enum bfd_link_hash_type ntype,
1048 if (ntype == bfd_link_hash_defined
1049 || ntype == bfd_link_hash_defweak
1050 || ntype == bfd_link_hash_indirect)
1062 ASSERT (ntype == bfd_link_hash_common);
1070 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common);
1034 multiple_common(struct bfd_link_info *info ATTRIBUTE_UNUSED, const char *name, bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize, bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize) argument
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dddt.c1009 enum ddt_type ntype = DDT_TYPE_CURRENT; local
1042 (otype != ntype || oclass != nclass || total_refcnt == 0)) {
1048 dde->dde_type = ntype;
1051 if (!ddt_object_exists(ddt, ntype, nclass))
1052 ddt_object_create(ddt, ntype, nclass, tx);
1053 VERIFY(ddt_object_update(ddt, ntype, nclass, dde, tx) == 0);
/freebsd-9.3-release/contrib/binutils/include/
H A Dbfdlink.h500 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
/freebsd-9.3-release/contrib/gdb/include/
H A Dbfdlink.h432 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
/freebsd-9.3-release/contrib/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 227 milliseconds

12