Home | History | Annotate | Download | only in src

Lines Matching refs:ntype

187  *	code is applied to the existing key. Ntype specifies if code is a
191 keymacro_add(EditLine *el, const Char *key, keymacro_value_t *val, int ntype)
199 if (ntype == XK_CMD && val->cmd == ED_SEQUENCE_LEAD_IN) {
210 (void) node__try(el, el->el_keymacro.map, key, val, ntype);
319 keymacro_value_t *val, int ntype)
354 switch (ptr->type = ntype) {
364 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
371 (void) node__try(el, ptr->next, str, val, ntype);
586 keymacro_kprint(EditLine *el, const Char *key, keymacro_value_t *val, int ntype)
593 switch (ntype) {
598 ntype == XK_STR ? "\"\"" : "[]");
619 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));