Symbol: ntype
lib/libedit/keymacro.c
194
int ntype)
lib/libedit/keymacro.c
202
if (ntype == XK_CMD && val->cmd == ED_SEQUENCE_LEAD_IN) {
lib/libedit/keymacro.c
213
(void) node__try(el, el->el_keymacro.map, key, val, ntype);
lib/libedit/keymacro.c
318
keymacro_value_t *val, int ntype)
lib/libedit/keymacro.c
351
switch (ptr->type = ntype) {
lib/libedit/keymacro.c
360
EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
lib/libedit/keymacro.c
366
(void) node__try(el, ptr->next, str, val, ntype);
lib/libedit/keymacro.c
581
int ntype)
lib/libedit/keymacro.c
588
switch (ntype) {
lib/libedit/keymacro.c
592
ntype == XK_STR ? "\"\"" : "[]");
lib/libedit/keymacro.c
613
EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
lib/libedit/map.c
1297
int ntype, rem;
lib/libedit/map.c
1311
ntype = XK_CMD;
lib/libedit/map.c
1321
ntype = XK_STR;
lib/libedit/map.c
1393
switch (ntype) {
lib/libedit/map.c
1401
terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype);
lib/libedit/map.c
1403
keymacro_add(el, in, keymacro_map_str(el, out), ntype);
lib/libedit/map.c
1415
terminal_set_arrow(el, in, keymacro_map_cmd(el, cmd), ntype);
lib/libedit/map.c
1418
keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype);
lib/libedit/map.c
1429
EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
sys/dev/scsipi/ses.c
1007
for (nobj = i = 0; i < ntype; i++) {
sys/dev/scsipi/ses.c
1026
cc->ses_eltmap = SES_MALLOC(ntype);
sys/dev/scsipi/ses.c
1040
SES_FREE(cc->ses_eltmap, ntype);
sys/dev/scsipi/ses.c
1048
MEMZERO(cc->ses_eltmap, ntype);
sys/dev/scsipi/ses.c
1049
cc->ses_ntypes = (uint8_t) ntype;
sys/dev/scsipi/ses.c
1057
for (i = 0; i < ntype; i++) {
sys/dev/scsipi/ses.c
842
SES_FREE(cc->ses_eltmap, ntype);
sys/dev/scsipi/ses.c
934
int err, amt, i, nobj, ntype, maxima;
sys/dev/scsipi/ses.c
980
for (ntype = i = 0; i < maxima; i++) {
sys/dev/scsipi/ses.c
999
ntype += hd.Ntypes;
sys/net/npf/npf_conn.c
561
npf_nat_t *nt, unsigned ntype)
sys/net/npf/npf_conn.c
579
KASSERT(ntype == NPF_NATOUT || ntype == NPF_NATIN);
sys/net/npf/npf_conn.c
605
npf_conn_adjkey(bk, taddr, tport, nat_type_which[ntype]);
usr.bin/find/find.h
133
enum ntype token; /* token type */
usr.bin/find/find.h
66
enum ntype type; /* plan node type */
usr.bin/find/function.c
145
static PLAN *c_regex_common(char ***, int, enum ntype, bool);
usr.bin/find/function.c
146
static PLAN *palloc(enum ntype, int (*)(PLAN *, FTSENT *));
usr.bin/find/function.c
1668
c_regex_common(char ***argvp, int isok, enum ntype type, bool icase)
usr.bin/find/function.c
2017
palloc(enum ntype t, int (*f)(PLAN *, FTSENT *))
usr.bin/mail/cmd4.c
156
name_expand(char *sname, int ntype)
usr.bin/mail/cmd4.c
162
np = gexpand(NULL, gh, 0, ntype);
usr.bin/mail/cmd4.c
167
np->n_type = ntype;
usr.bin/mail/cmd4.c
173
ncalloc(char *str, int ntype)
usr.bin/mail/cmd4.c
178
np->n_type = ntype;
usr.bin/mail/main.c
153
lexpand(char *str, int ntype)
usr.bin/mail/main.c
169
np = cat(np, nalloc(word, ntype));
usr.bin/mail/names.c
133
extract(char line[], int ntype)
usr.bin/mail/names.c
145
t = nalloc(nbuf, ntype);
usr.bin/mail/names.c
166
detract(struct name *np, int ntype)
usr.bin/mail/names.c
174
quote = ntype & GSMOPTS;
usr.bin/mail/names.c
175
comma = ntype & GCOMMA;
usr.bin/mail/names.c
178
ntype &= ~GCOMMA;
usr.bin/mail/names.c
183
if (ntype && (p->n_type & GMASK) != ntype)
usr.bin/mail/names.c
198
if (ntype && (p->n_type & GMASK) != ntype)
usr.bin/mail/names.c
425
gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype)
usr.bin/mail/names.c
445
nlist = gexpand(nlist, ngh, metoo, ntype);
usr.bin/mail/names.c
449
np = nalloc(cp, ntype);
usr.bin/mail/names.c
56
nalloc(char str[], int ntype)
usr.bin/mail/names.c
63
np->n_type = ntype;
usr.bin/mail/tty.c
248
shextract(char *line, int ntype)
usr.bin/mail/tty.c
259
t = nalloc(argv[i], ntype);