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

  /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 1260 int ntype, rem; local in function:map_bind
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));
  /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;
tty.c 248 shextract(char *line, int ntype)
259 t = nalloc(argv[i], ntype);
main.c 153 lexpand(char *str, int ntype)
169 np = cat(np, nalloc(word, ntype));
  /src/usr.bin/find/
find.h 41 enum ntype { enum
66 enum ntype type; /* plan node type */
133 enum ntype token; /* token type */
function.c 145 static PLAN *c_regex_common(char ***, int, enum ntype, bool);
146 static PLAN *palloc(enum ntype, int (*)(PLAN *, FTSENT *));
1668 c_regex_common(char ***argvp, int isok, enum ntype type, bool icase)
2017 palloc(enum ntype t, int (*f)(PLAN *, FTSENT *))
  /src/sys/net/npf/
npf_conn.c 561 npf_nat_t *nt, unsigned ntype)
579 KASSERT(ntype == NPF_NATOUT || ntype == NPF_NATIN);
605 npf_conn_adjkey(bk, taddr, tport, nat_type_which[ntype]);
  /src/sys/dev/scsipi/
ses.c 842 SES_FREE(cc->ses_eltmap, ntype);
934 int err, amt, i, nobj, ntype, maxima; local in function:ses_getconfig
980 for (ntype = i = 0; i < maxima; i++) {
999 ntype += hd.Ntypes;
1007 for (nobj = i = 0; i < ntype; i++) {
1026 cc->ses_eltmap = SES_MALLOC(ntype);
1040 SES_FREE(cc->ses_eltmap, ntype);
1048 MEMZERO(cc->ses_eltmap, ntype);
1049 cc->ses_ntypes = (uint8_t) ntype;
1057 for (i = 0; i < ntype; i++)
    [all...]

Completed in 70 milliseconds