Lines Matching defs:x_bind_show_xp
2438 static char *x_bind_show_xp;
2443 Xcheck(x_bind_show_xs, x_bind_show_xp);
2448 *x_bind_show_xp++ = '\\';
2449 *x_bind_show_xp++ = ch;
2453 *x_bind_show_xp++ = '^';
2454 *x_bind_show_xp++ = ksh_unctrl(ch);
2456 *x_bind_show_xp++ = ch;
2469 x_bind_show_xp = Xstring(x_bind_show_xs, x_bind_show_xp);
2489 *x_bind_show_xp++ = '~';
2491 *x_bind_show_xp = '\0';
2492 x_bind_show_xp = Xstring(x_bind_show_xs, x_bind_show_xp);
2493 print_value_quoted(shl_stdout, x_bind_show_xp);
2502 *x_bind_show_xp = '\0';
2503 x_bind_show_xp = Xstring(x_bind_show_xs, x_bind_show_xp);
2504 print_value_quoted(shl_stdout, x_bind_show_xp);