Home | History | Annotate | Download | only in src

Lines Matching refs:ntype

1247 	int ntype, rem;
1261 ntype = XK_CMD;
1271 ntype = XK_STR;
1275 ntype = XK_EXE;
1348 switch (ntype) {
1357 terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype);
1359 keymacro_add(el, in, keymacro_map_str(el, out), ntype);
1371 terminal_set_arrow(el, in, keymacro_map_cmd(el, cmd), ntype);
1374 keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype);
1385 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));