Home
last modified time | relevance | path

Searched defs:delete_char (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/common/
H A Dcli_readline.c23 static char *delete_char (char *buffer, char *p, int *colp, int *np, int plen) in delete_char() function
/openbmc/linux/drivers/tty/vt/
H A Dvt.c801 static void delete_char(struct vc_data *vc, unsigned int nr) in delete_char() function