Home
last modified time | relevance | path

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

/third_party/mksh/
Dedit.c2438 static char *x_bind_show_xp; variable
2443 Xcheck(x_bind_show_xs, x_bind_show_xp); in x_bind_show_ch()
2448 *x_bind_show_xp++ = '\\'; in x_bind_show_ch()
2449 *x_bind_show_xp++ = ch; in x_bind_show_ch()
2453 *x_bind_show_xp++ = '^'; in x_bind_show_ch()
2454 *x_bind_show_xp++ = ksh_unctrl(ch); in x_bind_show_ch()
2456 *x_bind_show_xp++ = ch; in x_bind_show_ch()
2469 x_bind_show_xp = Xstring(x_bind_show_xs, x_bind_show_xp); in x_bind_showone()
2489 *x_bind_show_xp++ = '~'; in x_bind_showone()
2491 *x_bind_show_xp = '\0'; in x_bind_showone()
[all …]