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

12

/freebsd-11-stable/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-11-stable/contrib/nvi/vi/
H A Dv_increment.c60 CHAR_T *ntype, nbuf[100]; local
119 ntype = p[beg + 1] == 'X' ? fmt[HEXC] : fmt[HEXL];
125 ntype = fmt[OCTAL];
129 ntype = fmt[SDEC];
135 ntype = fmt[DEC];
150 ntype = fmt[DEC];
203 if (lval == 0 && ntype == fmt[SDEC])
204 ntype = fmt[DEC];
205 nlen = SPRINTF(nbuf, sizeof(nbuf), ntype, lval);
227 nlen = SPRINTF(nbuf, sizeof(nbuf), ntype, wle
[all...]
/freebsd-11-stable/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-11-stable/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.c504 ctf_id_t ntype; local
509 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0)
510 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
518 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0)
519 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/tcsh/
H A Dtc.bind.c56 int ntype, no, removeb, key, bindk; local
69 ntype = XK_CMD;
89 ntype = XK_STR;
92 ntype = XK_EXE;
180 switch (ntype) {
189 if (SetArrowKeys(&in, XmapStr(&out), ntype) == -1)
195 AddXkey(&in, XmapStr(&out), ntype);
204 (void) SetArrowKeys(&in, XmapCmd((int) cmd), ntype);
207 AddXkey(&in, XmapCmd((int) cmd), ntype);
H A Ded.xmap.c23 * void AddXkey(Xkey, val, ntype);
26 * int ntype;
209 AddXkey(const CStr *Xkey, XmapVal *val, int ntype) argument
219 if (ntype == XK_CMD && val->cmd == F_XKEY) {
230 (void) TryNode(Xmap, &cs, val, ntype);
235 TryNode(XmapNode *ptr, CStr *str, XmapVal *val, int ntype) argument
276 switch (ptr->type = ntype) {
296 (void) TryNode(ptr->next, str, val, ntype);
541 printOne(const Char *key, const XmapVal *val, int ntype) argument
548 switch (ntype) {
[all...]
/freebsd-11-stable/lib/libedit/
H A Dkeymacro.c193 keymacro_add(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) argument
201 if (ntype == XK_CMD && val->cmd == ED_SEQUENCE_LEAD_IN) {
212 (void) node__try(el, el->el_keymacro.map, key, val, ntype);
323 keymacro_value_t *val, int ntype)
358 switch (ptr->type = ntype) {
368 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
375 (void) node__try(el, ptr->next, str, val, ntype);
590 keymacro_kprint(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) argument
597 switch (ntype) {
602 ntype
322 node__try(EditLine *el, keymacro_node_t *ptr, const Char *str, keymacro_value_t *val, int ntype) argument
[all...]
H A Dmap.c1254 int ntype, rem; local
1268 ntype = XK_CMD;
1278 ntype = XK_STR;
1282 ntype = XK_EXE;
1355 switch (ntype) {
1364 terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype);
1366 keymacro_add(el, in, keymacro_map_str(el, out), ntype);
1378 terminal_set_arrow(el, in, keymacro_map_cmd(el, cmd), ntype);
1381 keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype);
1392 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
[all...]
/freebsd-11-stable/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-11-stable/contrib/pjdfstest/
H A Dpjdfstest.c716 mode_t ntype; local
733 ntype = S_IFCHR;
735 ntype = S_IFBLK;
737 ntype = S_IFIFO;
739 ntype = S_IFDIR;
741 ntype = S_IFREG;
748 rval = mknod(STR(0), ntype | NUM(2), dev);
751 rval = mknodat(NUM(0), STR(1), ntype | NUM(3), dev);
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibroute.c257 char ntype[50], sguid[30]; local
315 mad_dump_val(IB_NODE_TYPE_F, ntype, sizeof ntype,
H A Ddump_fts.c237 char ntype[50], sguid[30]; local
295 mad_dump_val(IB_NODE_TYPE_F, ntype, sizeof ntype,
/freebsd-11-stable/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-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c1900 uint8_t ntype = 0; local
1934 ntype = osm_node_get_type(dest_port->p_node);
1935 if (ntype == IB_NODE_TYPE_CA || ntype == IB_NODE_TYPE_SWITCH) {
1937 if (ntype == IB_NODE_TYPE_SWITCH
1960 ntype = osm_node_get_type(dest_port->p_node);
1961 if (ntype == IB_NODE_TYPE_CA || ntype == IB_NODE_TYPE_SWITCH) {
1963 if (ntype == IB_NODE_TYPE_SWITCH
1983 ntype
[all...]
/freebsd-11-stable/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-11-stable/contrib/gdb/include/
H A Dbfdlink.h432 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
/freebsd-11-stable/contrib/binutils/include/
H A Dbfdlink.h500 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-decnet.c738 int ntype = info & 3; local
739 switch (ntype) {
740 case 0: ND_PRINT((ndo, "reserved-ntype? ")); break;
817 int ntype = info & II_TYPEMASK; local
818 switch (ntype) {
819 case 0: ND_PRINT((ndo, "reserved-ntype? ")); break;
/freebsd-11-stable/contrib/gcc/
H A Dtree.c3398 tree ntype;
3401 ntype = copy_node (ttype);
3403 TYPE_POINTER_TO (ntype) = 0;
3404 TYPE_REFERENCE_TO (ntype) = 0;
3405 TYPE_ATTRIBUTES (ntype) = attribute;
3408 TYPE_MAIN_VARIANT (ntype) = ntype;
3409 TYPE_NEXT_VARIANT (ntype) = 0;
3410 set_type_quals (ntype, TYPE_UNQUALIFIED);
3413 if (TREE_TYPE (ntype))
3377 tree ntype; local
[all...]
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc_ses.c1342 int ntype; local
1421 ntype = 0;
1438 ntype += buf_subenc->num_types;
1445 ses_types = malloc(ntype * sizeof(*ses_types),
1451 ses_cache->ses_ntypes = ntype;
1456 last_buf_type = cur_buf_type + ntype - 1;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_e82545.c1082 int desc, dtype, len, ntype, iovcnt, tlen, tcp, tso; local
1091 ntype = 0;
1122 ntype = dtype;
1128 ntype = dtype;
1135 assert(dtype == ntype);

Completed in 459 milliseconds

12