Home
last modified time | relevance | path

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

/openbsd/src/bin/ksh/
Demacs.c183 static int x_next_com(int);
240 { x_next_com, "down-history", XF_ARG },
810 static int x_next_com(int c) { x_load_hist(x_histp + x_arg); return KSTD;} in x_next_com() function
1501 kb_add(x_next_com, CTRL('N'), 0); in x_init_emacs()
1502 kb_add(x_next_com, CTRL('X'), 'B', 0); in x_init_emacs()
1547 kb_add(x_next_com, CTRL('['), '[', 'B', 0); /* down */ in x_init_emacs()
1551 kb_add(x_next_com, CTRL('['), 'O', 'B', 0); /* down */ in x_init_emacs()