Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Demacs.c187 static int x_prev_histword(int);
244 { x_prev_histword, "prev-hist-word", XF_ARG },
1526 kb_add(x_prev_histword, CTRL('['), '.', 0); in x_init_emacs()
1527 kb_add(x_prev_histword, CTRL('['), '_', 0); in x_init_emacs()
2007 x_prev_histword(int c) in x_prev_histword() function