HomeSort by: relevance | last modified time | path
    Searched refs:ntype (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/bsd/nvi/dist/vi/
v_increment.c 67 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, wlen, ulval)
    [all...]
  /src/external/cddl/osnet/dist/common/ctf/
ctf_lookup.c 92 ctf_id_t ntype, ptype; local
117 ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX(fp, type)];
118 if (ntype == 0) {
119 ntype = ctf_type_resolve(fp, type);
120 if (ntype == CTF_ERR || (ntype = fp->ctf_ptrtab[
121 LCTF_TYPE_TO_INDEX(fp, ntype)]) == 0) {
127 type = LCTF_INDEX_TO_TYPE(fp, ntype,
ctf_types.c 651 ctf_id_t ntype; local
656 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX(fp, type)]) != 0)
657 return (LCTF_INDEX_TO_TYPE(fp, ntype, (fp->ctf_flags & LCTF_CHILD)));
665 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX(fp, type)]) != 0)
666 return (LCTF_INDEX_TO_TYPE(fp, ntype, (fp->ctf_flags & LCTF_CHILD)));
  /src/external/gpl2/xcvs/dist/src/
hash.h 22 enum ntype enum
28 typedef enum ntype Ntype;
32 Ntype type;
  /src/lib/libedit/
keymacro.c 189 * code is applied to the existing key. Ntype specifies if code is a
194 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)
351 switch (ptr->type = ntype) {
360 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
366 (void) node__try(el, ptr->next, str, val, ntype);
581 int ntype)
588 switch (ntype) {
    [all...]
map.c 1293 int ntype, rem; local
1307 ntype = XK_CMD;
1317 ntype = XK_STR;
1389 switch (ntype) {
1397 terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype);
1399 keymacro_add(el, in, keymacro_map_str(el, out), ntype);
1411 terminal_set_arrow(el, in, keymacro_map_cmd(el, cmd), ntype);
1414 keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype);
1425 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
  /src/external/gpl3/binutils/dist/libctf/
ctf-lookup.c 143 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 == CTF_ERR
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-lookup.c 143 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 == CTF_ERR
    [all...]
  /src/usr.bin/mail/
names.c 56 nalloc(char str[], int ntype)
63 np->n_type = ntype;
133 extract(char line[], int ntype)
145 t = nalloc(nbuf, ntype);
166 detract(struct name *np, int ntype)
174 quote = ntype & GSMOPTS;
175 comma = ntype & GCOMMA;
178 ntype &= ~GCOMMA;
183 if (ntype && (p->n_type & GMASK) != ntype)
    [all...]
cmd4.c 156 name_expand(char *sname, int ntype)
162 np = gexpand(NULL, gh, 0, ntype);
167 np->n_type = ntype;
173 ncalloc(char *str, int ntype)
178 np->n_type = ntype;
main.c 153 lexpand(char *str, int ntype)
169 np = cat(np, nalloc(word, ntype));
tty.c 248 shextract(char *line, int ntype)
259 t = nalloc(argv[i], ntype);
  /src/external/gpl3/binutils/dist/binutils/
rdcoff.c 109 /* Parse a COFF type code in NTYPE. */
113 struct coff_types **types, long coff_symno, int ntype,
119 if ((ntype & ~N_BTMASK) != 0)
123 newtype = DECREF (ntype);
125 if (ISPTR (ntype))
131 else if (ISFCN (ntype))
138 else if (ISARY (ntype))
173 non_fatal (_("parse_coff_type: Bad type code 0x%x"), ntype);
202 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype,
206 /* Parse a basic COFF type in NTYPE. *
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
rdcoff.c 109 /* Parse a COFF type code in NTYPE. */
113 struct coff_types **types, long coff_symno, int ntype,
119 if ((ntype & ~N_BTMASK) != 0)
123 newtype = DECREF (ntype);
125 if (ISPTR (ntype))
131 else if (ISFCN (ntype))
138 else if (ISARY (ntype))
173 non_fatal (_("parse_coff_type: Bad type code 0x%x"), ntype);
202 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype,
206 /* Parse a basic COFF type in NTYPE. *
    [all...]
  /src/usr.bin/find/
find.h 41 enum ntype { enum
66 enum ntype type; /* plan node type */
133 enum ntype token; /* token type */
  /src/external/gpl3/binutils/dist/gprofng/src/
Command.h 267 DispTab (int ntype, int num, bool vis, CmdType token)
269 type = ntype;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Command.h 267 DispTab (int ntype, int num, bool vis, CmdType token)
269 type = ntype;
  /src/external/gpl2/mkhybrid/dist/
mac_label.h 99 int ntype; /* Partition type (numeric) */ member in struct:__anon7173
mac_label.c 107 mpm[mpc].ntype = PM2;
123 mpm[mpc].ntype = PM4;
163 if (mpm[i].ntype == PM2) {
203 if (mpm[i].ntype == PM2) {
  /src/external/gpl3/gcc.old/dist/libobjc/
encoding.c 1075 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;
  /src/external/bsd/openldap/dist/libraries/libldap/
tls_g.c 603 int ntype = IS_DNS; local
634 ntype = IS_IP6;
638 if (inet_aton(name, (struct in_addr *)&addr)) ntype = IS_IP4;
641 if (ntype == IS_DNS) {
661 if (ntype != IS_DNS) continue;
675 if (ntype == IS_DNS) continue;
678 if (ntype == IS_IP6 && altnamesize != sizeof(struct in6_addr)) {
682 if (ntype == IS_IP4 && altnamesize != sizeof(struct in_addr)) {
tls_o.c 831 int ntype = IS_DNS, nlen; local
859 ntype = IS_IP6;
863 if (inet_aton(name, (struct in_addr *)&addr)) ntype = IS_IP4;
880 if (ntype == IS_DNS) {
892 if (ntype != IS_DNS) continue;
913 if (ntype == IS_DNS) continue;
919 if (ntype == IS_IP6 && sl != sizeof(struct in6_addr)) {
923 if (ntype == IS_IP4 && sl != sizeof(struct in_addr)) {
  /src/external/bsd/openldap/dist/servers/slapd/
aci.c 1567 ntype = BER_BVNULL, local
1637 ntype = *OpenLDAPacitypes[ idx ];
1683 bv.bv_len = ntype.bv_len;
1716 ptr = lutil_strncopy( ptr, ntype.bv_val, ntype.bv_len );
1731 ntype = bv;
1769 + ntype.bv_len + STRLENOF( "#" )
1782 ptr = lutil_strncopy( ptr, ntype.bv_val, ntype.bv_len );
1796 ber_memfree_x( ntype.bv_val, ctx )
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
attribs.cc 1250 tree ntype;
1275 tree dtype = ntype = build_distinct_type_copy (ttype);
1277 TYPE_ATTRIBUTES (ntype) = attribute;
1279 hashval_t hash = type_hash_canon_hash (ntype);
1280 ntype = type_hash_canon (hash, ntype);
1282 if (ntype != dtype)
1286 || !comp_type_attributes (ntype, ttype))
1287 /* If the target-dependent attributes make NTYPE different from
1294 SET_TYPE_STRUCTURAL_EQUALITY (ntype);
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
ddt.c 1009 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);

Completed in 48 milliseconds

1 2