Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
HDkeymacro.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()
HDkeymacro.h58 #define XK_NOD 2 macro
HDterminal.c1108 arrow[i].type = XK_NOD; in terminal_clear_arrow()
1126 if (arrow[i].type != XK_NOD) in terminal_print_arrow()
1177 if (arrow[i].type == XK_NOD) in terminal_bind_arrow()
HDread.c261 case XK_NOD: in read_getcmd()
/dragonfly/contrib/tcsh-6/
HDed.xmap.c268 case XK_NOD: in TryNode()
393 case XK_NOD: in PutFreeNode()
417 ptr->type = XK_NOD; in GetFreeNode()
HDed.h111 #define XK_NOD -1 /* Internal tree node */ macro
HDed.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()