Home
last modified time | relevance | path

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

/original-bsd/old/awk/
H A Dparse.c25 a->ntype = NSTAT;
83 x->ntype = NSTAT;
90 x->ntype = NEXPR;
97 x->ntype = NEXPR;
104 x->ntype = NSTAT;
111 x->ntype = NEXPR;
118 x->ntype = NSTAT;
125 x->ntype = NSTAT;
132 x->ntype = NVALUE;
140 x->ntype = NPA2;
H A Dawk.def83 char ntype;
126 #define cantexec(n) (n->ntype == NVALUE)
128 #define isexpr(n) (n->ntype == NEXPR)
H A Drun.c63 if (a->ntype==NPA2)
/original-bsd/usr.bin/mail/
H A Dnames.c28 nalloc(str, ntype) in nalloc() argument
30 int ntype;
37 np->n_type = ntype;
65 extract(line, ntype) in extract() argument
67 int ntype;
94 detract(np, ntype) in detract() argument
96 int ntype;
106 ntype &= ~GCOMMA;
111 if (ntype && (p->n_type & GMASK) != ntype)
123 if (ntype && (p->n_type & GMASK) != ntype)
[all …]
H A Doptim.c282 x = ntype(attnet);
474 tp = ntype(cp[1]);
476 while (*cp && tp == ntype(cp[1])) {
510 ntype(nc) in ntype() function
/original-bsd/lib/libedit/
H A Dkey.c165 key_add(el, key, val, ntype) in key_add() argument
169 int ntype;
188 (void) node__try(el->el_key.map, key, val, ntype);
302 node__try(ptr, str, val, ntype) in node__try() argument
306 int ntype;
339 switch (ptr->type = ntype) {
356 (void) node__try(ptr->next, str, val, ntype);
570 key_kprint(el, key, val, ntype) in key_kprint() argument
574 int ntype;
581 switch (ntype) {
[all …]
H A Dmap.c1197 int ntype, remove; local
1211 ntype = XK_CMD;
1221 ntype = XK_STR;
1225 ntype = XK_EXE;
1299 switch (ntype) {
1308 term_set_arrow(el, in, key_map_str(el, out), ntype);
1310 key_add(el, in, key_map_str(el, out), ntype);
1321 term_set_arrow(el, in, key_map_str(el, out), ntype);
1324 key_add(el, in, key_map_cmd(el, cmd), ntype);
/original-bsd/usr.bin/find/
H A Dfind.h14 enum ntype { enum
35 enum ntype type; /* plan node type */
72 enum ntype token; /* token type */
H A Dfunction.c48 static PLAN *palloc __P((enum ntype, int (*) __P((PLAN *, FTSENT *))));
1017 enum ntype t; in palloc()
/original-bsd/old/pcc/mip/
H A Dpass2.h226 int ntype; /* type descriptor */ member
H A Dmatch.c503 int ntype; /* type descriptor from mfile2 */ member
629 if( ! ttype( st->type, n->mlnode.ntype ) ) break;
H A Dmfile2287 int ntype; /* type descriptor from mfile2 */