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

1234

/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_increment.c67 const CHAR_T *ntype; local
123 ntype = p[beg + 1] == L('X') ? fmt[HEXC] : fmt[HEXL];
129 ntype = fmt[OCTAL];
133 ntype = fmt[SDEC];
139 ntype = fmt[DEC];
154 ntype = fmt[DEC];
208 if (lval == 0 && ntype == fmt[SDEC])
209 ntype = fmt[DEC];
210 nlen = SPRINTF(nbuf, SIZE(nbuf), ntype, lval);
232 nlen = SPRINTF(nbuf, SIZE(nbuf), ntype, wle
[all...]
/netbsd-current/external/historical/nawk/dist/
H A Dparse.c50 a->ntype = NSTAT;
119 x->ntype = NSTAT;
128 x->ntype = NSTAT;
137 x->ntype = NSTAT;
146 x->ntype = NSTAT;
155 x->ntype = NEXPR;
164 x->ntype = NEXPR;
173 x->ntype = NEXPR;
182 x->ntype = NEXPR;
191 x->ntype
[all...]
H A Dawk.h161 int ntype; member in struct:Node
210 #define isvalue(n) ((n)->ntype == NVALUE)
211 #define isexpr(n) ((n)->ntype == NEXPR)
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Drdcoff.c143 struct coff_types *types, long coff_symno, int ntype,
149 if ((ntype & ~N_BTMASK) != 0)
153 newtype = DECREF (ntype);
155 if (ISPTR (ntype))
161 else if (ISFCN (ntype))
168 else if (ISARY (ntype))
203 non_fatal (_("parse_coff_type: Bad type code 0x%x"), ntype);
232 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype,
240 struct coff_types *types, long coff_symno, int ntype,
248 if (ntype >
141 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
238 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
378 parse_coff_struct_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, int ntype, union internal_auxent *pauxent, void *dhandle) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drdcoff.c143 struct coff_types *types, long coff_symno, int ntype,
149 if ((ntype & ~N_BTMASK) != 0)
153 newtype = DECREF (ntype);
155 if (ISPTR (ntype))
161 else if (ISFCN (ntype))
168 else if (ISARY (ntype))
203 non_fatal (_("parse_coff_type: Bad type code 0x%x"), ntype);
232 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype,
240 struct coff_types *types, long coff_symno, int ntype,
248 if (ntype >
141 parse_coff_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, bool useaux, void *dhandle) argument
238 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
378 parse_coff_struct_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, int ntype, union internal_auxent *pauxent, void *dhandle) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Drdcoff.c143 struct coff_types *types, long coff_symno, int ntype,
149 if ((ntype & ~N_BTMASK) != 0)
153 newtype = DECREF (ntype);
155 if (ISPTR (ntype))
161 else if (ISFCN (ntype))
168 else if (ISARY (ntype))
203 non_fatal (_("parse_coff_type: Bad type code 0x%x"), ntype);
232 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype,
240 struct coff_types *types, long coff_symno, int ntype,
248 if (ntype >
141 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
238 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
378 parse_coff_struct_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, int ntype, union internal_auxent *pauxent, void *dhandle) argument
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dhash.h22 enum ntype enum
28 typedef enum ntype Ntype;
/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_lookup.c90 ctf_id_t ntype, ptype; local
115 ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)];
116 if (ntype == 0) {
117 ntype = ctf_type_resolve(fp, type);
118 if (ntype == CTF_ERR || (ntype = fp->ctf_ptrtab[
119 CTF_TYPE_TO_INDEX(ntype)]) == 0) {
125 type = CTF_INDEX_TO_TYPE(ntype,
/netbsd-current/lib/libedit/
H A Dkeymacro.c194 int ntype)
202 if (ntype == XK_CMD && val->cmd == ED_SEQUENCE_LEAD_IN) {
213 (void) node__try(el, el->el_keymacro.map, key, val, ntype);
318 keymacro_value_t *val, int ntype)
352 switch (ptr->type = ntype) {
361 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
368 (void) node__try(el, ptr->next, str, val, ntype);
584 int ntype)
591 switch (ntype) {
595 ntype
193 keymacro_add(EditLine *el, const wchar_t *key, keymacro_value_t *val, int ntype) argument
317 node__try(EditLine *el, keymacro_node_t *ptr, const wchar_t *str, keymacro_value_t *val, int ntype) argument
583 keymacro_kprint(EditLine *el, const wchar_t *key, keymacro_value_t *val, int ntype) argument
[all...]
H A Dmap.c1260 int ntype, rem; local
1274 ntype = XK_CMD;
1284 ntype = XK_STR;
1356 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));
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-lookup.c79 ctf_id_t ntype, ptype; local
107 ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, type)];
108 if (ntype == 0)
110 ntype = ctf_type_resolve_unsliced (fp, type);
111 if (ntype == CTF_ERR
112 || (ntype =
113 fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, ntype)]) == 0)
120 type = LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD));
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-lookup.c79 ctf_id_t ntype, ptype; local
107 ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, type)];
108 if (ntype == 0)
110 ntype = ctf_type_resolve_unsliced (fp, type);
111 if (ntype == CTF_ERR
112 || (ntype =
113 fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, ntype)]) == 0)
120 type = LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD));
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-lookup.c143 ctf_id_t ntype, ptype; local
178 ntype = CTF_ERR;
181 ntype = child->ctf_pptrtab[idx];
182 if (ntype)
185 ntype = CTF_ERR;
188 if (ntype == CTF_ERR)
190 ntype = fp->ctf_ptrtab[idx];
191 if (ntype == 0)
192 ntype = CTF_ERR;
196 if (ntype
[all...]
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-lookup.c143 ctf_id_t ntype, ptype; local
178 ntype = CTF_ERR;
181 ntype = child->ctf_pptrtab[idx];
182 if (ntype)
185 ntype = CTF_ERR;
188 if (ntype == CTF_ERR)
190 ntype = fp->ctf_ptrtab[idx];
191 if (ntype == 0)
192 ntype = CTF_ERR;
196 if (ntype
[all...]
/netbsd-current/usr.bin/mail/
H A Dnames.c56 nalloc(char str[], int ntype) argument
63 np->n_type = ntype;
133 extract(char line[], int ntype) argument
145 t = nalloc(nbuf, ntype);
166 detract(struct name *np, int ntype) argument
174 quote = ntype & GSMOPTS;
175 comma = ntype & GCOMMA;
178 ntype &= ~GCOMMA;
183 if (ntype && (p->n_type & GMASK) != ntype)
425 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) argument
[all...]
H A Dcmd4.c156 name_expand(char *sname, int ntype) argument
162 np = gexpand(NULL, gh, 0, ntype);
167 np->n_type = ntype;
173 ncalloc(char *str, int ntype) argument
178 np->n_type = ntype;
H A Dmain.c153 lexpand(char *str, int ntype) argument
169 np = cat(np, nalloc(word, ntype));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbtypes.c336 struct type *ntype; /* New type */
339 ntype = TYPE_POINTER_TYPE (type);
341 if (ntype)
344 return ntype; /* Don't care about alloc,
348 *typeptr = ntype; /* Tracking alloc, and have new type. */
349 return ntype;
355 ntype = alloc_type_copy (type);
357 *typeptr = ntype;
361 ntype = *typeptr;
362 chain = TYPE_CHAIN (ntype);
335 struct type *ntype; /* New type */ local
410 struct type *ntype; /* New type */ local
505 struct type *ntype; /* New type */ local
627 struct type *ntype; local
710 struct type *ntype; /* New type */ local
794 replace_type(struct type *ntype, struct type *type) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbtypes.c344 struct type *ntype; /* New type */
347 ntype = TYPE_POINTER_TYPE (type);
349 if (ntype)
352 return ntype; /* Don't care about alloc,
356 *typeptr = ntype; /* Tracking alloc, and have new type. */
357 return ntype;
363 ntype = alloc_type_copy (type);
365 *typeptr = ntype;
369 ntype = *typeptr;
370 chain = TYPE_CHAIN (ntype);
343 struct type *ntype; /* New type */ local
417 struct type *ntype; /* New type */ local
511 struct type *ntype; /* New type */ local
634 struct type *ntype; local
718 struct type *ntype; /* New type */ local
802 replace_type(struct type *ntype, struct type *type) argument
[all...]
/netbsd-current/usr.bin/find/
H A Dfind.h41 enum ntype { enum
66 enum ntype type; /* plan node type */
133 enum ntype token; /* token type */
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DCommand.h267 DispTab (int ntype, int num, bool vis, CmdType token) argument
269 type = ntype;
/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dmac_label.h99 int ntype; /* Partition type (numeric) */ member in struct:__anon39
H A Dmac_label.c107 mpm[mpc].ntype = PM2;
123 mpm[mpc].ntype = PM4;
163 if (mpm[i].ntype == PM2) {
203 if (mpm[i].ntype == PM2) {
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dencoding.c1075 const char *ntype; local
1087 ntype = type;
1088 while (*ntype != _C_STRUCT_E && *ntype != _C_STRUCT_B && *ntype != _C_UNION_B
1089 && *ntype++ != '=')
1092 /* If there's a "<name>=", ntype - 1 points to '='; skip the the name */
1093 if (*(ntype - 1) == '=')
1094 type = ntype;
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dencoding.c1075 const char *ntype; local
1087 ntype = type;
1088 while (*ntype != _C_STRUCT_E && *ntype != _C_STRUCT_B && *ntype != _C_UNION_B
1089 && *ntype++ != '=')
1092 /* If there's a "<name>=", ntype - 1 points to '='; skip the the name */
1093 if (*(ntype - 1) == '=')
1094 type = ntype;

Completed in 321 milliseconds

1234