Searched refs:last_char (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | command.c | 145 int var_complete(int argc, char * const argv[], char last_char, int maxv, char *cmdv[]) in var_complete() argument 150 space = last_char == '\0' || isblank(last_char); in var_complete() 163 static int complete_cmdv(int argc, char * const argv[], char last_char, int maxv, char *cmdv[]) in complete_cmdv() argument 194 if (argc > 1 || last_char == '\0' || isblank(last_char)) { in complete_cmdv() 200 return (*cmdtp->complete)(argc, argv, last_char, maxv, cmdv); in complete_cmdv() 330 char last_char; in cmd_auto_complete() local 337 last_char = buf[cnt - 1]; in cmd_auto_complete() 339 last_char = '\0'; in cmd_auto_complete() 348 i = complete_cmdv(argc, argv, last_char, in cmd_auto_complete()
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | speakup_decext.c | 24 static volatile unsigned char last_char; variable 28 last_char = ch; in read_buff_add() 33 return last_char == 0x13; in synth_full()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | command.h | 42 int (*complete)(int argc, char * const argv[], char last_char, int maxv, char *cmdv[]); 62 extern int var_complete(int argc, char * const argv[], char last_char, int maxv, char *cmdv[]);
|
| /OK3568_Linux_fs/buildroot/package/qpdf/ |
| H A D | 0002-Fix-some-pipelines-to-be-safe-if-downstream-write-fails.patch | 82 this->m->last_char = buf[len - 1];
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | sticore.h | 229 u16 last_char; member
|
| /OK3568_Linux_fs/kernel/drivers/video/console/ |
| H A D | sticon.c | 195 new_font->last_char = op->charcount - 1; in sticon_set_font()
|
| H A D | sticore.c | 518 nf->last_char = 255; in sti_select_fbfont() 619 f->first_char, f->last_char, f->bytes_per_char); in sti_dump_rom()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 9232 last_char' while inside a function with an argument 'last_char', GDB 9235 'last_char'--the display is disabled automatically. The next time your 9236 program stops where 'last_char' is meaningful, you can enable the
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 9232 last_char' while inside a function with an argument 'last_char', GDB 9235 'last_char'--the display is disabled automatically. The next time your 9236 program stops where 'last_char' is meaningful, you can enable the
|