Home
last modified time | relevance | path

Searched refs:tab_seq (Results 26 – 50 of 80) sorted by relevance

1234

/dports/sysutils/u-boot-pine-h64/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-pcduino3/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-pinebook/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-pine64/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-pine64-lts/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-nanopi-a64/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-orangepi-pc2/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-orangepi-plus-2e/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-orangepi-r1/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-orangepi-pc/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-orangepi-one/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-orangepi-pc-plus/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/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()
597 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-bananapim2/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-bananapi/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-sopine-spi/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-tools/u-boot-2020.07/common/
H A Dcli_readline.c21 static const char tab_seq[] = " "; /* used to expand TABs */ variable
39 puts(tab_seq + ((*colp) & 07)); in delete_char()
632 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-rockpro64/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
/dports/sysutils/u-boot-rpi4/u-boot-2021.07/common/
H A Dcli_readline.c22 static const char tab_seq[] = " "; /* used to expand TABs */ variable
40 puts(tab_seq + ((*colp) & 07)); in delete_char()
635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()

1234