Home
last modified time | relevance | path

Searched refs:XK_NOD (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libedit/
H A Dkeymacro.c291 return XK_NOD; in node_trav()
340 case XK_NOD: in node__try()
439 case XK_NOD: in node__put()
465 ptr->type = XK_NOD; in node__get()
H A Dkeymacro.h58 #define XK_NOD 2 macro
H A Dterminal.c1106 arrow[i].type = XK_NOD; in terminal_clear_arrow()
1124 if (arrow[i].type != XK_NOD) in terminal_print_arrow()
1175 if (arrow[i].type == XK_NOD) in terminal_bind_arrow()
H A Dread.c264 case XK_NOD: in read_getcmd()
/freebsd/contrib/tcsh/
H A Ded.xmap.c268 case XK_NOD: in TryNode()
393 case XK_NOD: in PutFreeNode()
417 ptr->type = XK_NOD; in GetFreeNode()
H A Ded.h111 #define XK_NOD -1 /* Internal tree node */ macro
H A Ded.screen.c855 arrow[i].type = XK_NOD; in ClearArrowKeys()
868 if (arrow[i].type != XK_NOD) in PrintArrowKeys()
902 if (arrow[i].type == XK_NOD) { in BindArrowKeys()