Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c998 static char *x_mapout(int);
2416 x_mapout(int c) in x_mapout() function
2432 shf_puts(x_mapout(prefix == 1 ? CTRL('[') : in x_print()
2435 shprintf("%s = ", x_mapout(key)); in x_print()
2437 shprintf("%s%s = ", x_mapout(key), (f & 0x80) ? "~" : ""); in x_print()