Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libedit/
HDkeymacro.h59 #define XK_NOD 2 macro
HDkeymacro.c345 case XK_NOD: in node__try()
446 case XK_NOD: in node__put()
473 ptr->type = XK_NOD; in node__get()
HDterminal.c1141 arrow[i].type = XK_NOD; in terminal_clear_arrow()
1159 if (arrow[i].type != XK_NOD) in terminal_print_arrow()
1210 if (arrow[i].type == XK_NOD) in terminal_bind_arrow()
/freebsd-11-stable/contrib/tcsh/
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()