Searched refs:term_kN (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl2/texinfo/dist/info/ |
H A D | terminal.c | 223 char *term_kN = NULL; /* page-down */ variable 551 term_kP = term_kN = NULL; in terminal_initialize_terminal() 638 term_kN = tgetstr ("kN", &buffer); in terminal_initialize_terminal()
|
H A D | terminal.h | 127 extern char *term_kP, *term_kN;
|
H A D | infodoc.c | 815 else if (term_kN && strncmp(keyseq, term_kN, strlen(term_kN)) == 0) 818 keyseq += strlen(term_kN);
|
H A D | infomap.c | 500 keymap_bind_keyseq (map, term_kN, &map[Control ('v')]); /* pagedown */ in initialize_emacs_like_keymaps() 524 keymap_bind_keyseq (map, term_kN, &map[Control ('v')]); /* pagedown */ in initialize_emacs_like_keymaps() 796 keymap_bind_keyseq (map, term_kN, &map[Control ('v')]); /* pagedown */ in initialize_vi_like_keymaps() 819 keymap_bind_keyseq (map, term_kN, &map[Control ('v')]); /* pagedown */ in initialize_vi_like_keymaps() 1625 case SK_PAGE_DOWN: t = term_kN; break; in decode_keys()
|
H A D | pcterm.c | 323 term_kN = (char *)find_sequence (K_PageDown);
|
/netbsd-src/external/gpl2/texinfo/dist/ |
H A D | ChangeLog.46 | 7434 * info/terminal.c (term_kP, term_kN): New variables to hold
|