Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Demacs.c182 static int x_newline(int);
239 { x_newline, "newline", 0 },
785 x_newline(int c) in x_newline() function
850 return (x_newline(c)); in x_nl_next_com()
1522 kb_add(x_newline, CTRL('J'), 0); in x_init_emacs()
1523 kb_add(x_newline, CTRL('M'), 0); in x_init_emacs()
1985 return x_newline('\n'); in x_comment()