Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dcli_readline.c20 static const char tab_seq[] = " "; /* used to expand TABs */ variable
38 puts(tab_seq + ((*colp) & 07)); in delete_char()
633 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()