| /OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/ |
| H A D | textbox.c | 28 static char *get_line(void); 76 get_line(); in dialog_textbox() 321 get_line(); in print_page() 345 line = get_line(); in print_line() 369 static char *get_line(void) in get_line() function
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/ |
| H A D | textbox.c | 16 static char *get_line(void); 64 get_line(); in dialog_textbox() 309 get_line(); in print_page() 333 line = get_line(); in print_line() 357 static char *get_line(void) in get_line() function
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/ |
| H A D | textbox.c | 15 static char *get_line(void); 63 get_line(); in dialog_textbox() 308 get_line(); in print_page() 332 line = get_line(); in print_line() 356 static char *get_line(void) in get_line() function
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/ |
| H A D | client.py | 86 async def get_line(): function 107 l = await get_line() 113 l = (await get_line()).rstrip("\n")
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | nconf.gui.c | 189 const char *get_line(const char *text, int line_no) in get_line() function 225 const char *line = get_line(text, i); in fill_window() 271 const char *line = get_line(msg, i); in btn_dialog() 383 const char *line = get_line(prompt, i); in dialog_inputbox() 572 const char *line = get_line(text, i); in show_scroll_win()
|
| H A D | nconf.h | 83 const char *get_line(const char *text, int line_no);
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | nconf.gui.c | 190 const char *get_line(const char *text, int line_no) in get_line() function 226 const char *line = get_line(text, i); in fill_window() 272 const char *line = get_line(msg, i); in btn_dialog() 384 const char *line = get_line(prompt, i); in dialog_inputbox() 572 const char *line = get_line(text, i); in show_scroll_win()
|
| H A D | nconf.h | 85 const char *get_line(const char *text, int line_no);
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | nconf.gui.c | 189 const char *get_line(const char *text, int line_no) in get_line() function 225 const char *line = get_line(text, i); in fill_window() 271 const char *line = get_line(msg, i); in btn_dialog() 383 const char *line = get_line(prompt, i); in dialog_inputbox() 571 const char *line = get_line(text, i); in show_scroll_win()
|
| H A D | nconf.h | 87 const char *get_line(const char *text, int line_no);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
| H A D | from-debian-to-fix-compile-errors.patch | 299 + get_line(); 306 + for(;buflast=='>';get_line()); /* gather continued >From_ lines */ 310 + for(;;get_line()) /* get the rest of the continued field */ 348 + get_line();buffilled=0; /* but only if it's defined */ 361 +int get_line P((void)) /* read a newline-terminated line */ 374 + get_line P((void));
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | sumversion.c | 330 while ((line = get_line(&pos))) { in parse_source_files() 406 firstline = get_line(&pos); in get_src_version()
|
| H A D | modpost.h | 203 char *get_line(char **stringp);
|
| H A D | modpost.c | 136 char *get_line(char **stringp) in get_line() function 2447 while ((line = get_line(&pos))) { in read_dump()
|
| /OK3568_Linux_fs/buildroot/package/patch/ |
| H A D | 0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 92 while ((chars_read = get_line ()) != 0) {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/ |
| H A D | 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 91 while ((chars_read = get_line ()) != 0) {
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | main.c | 751 static int get_line(struct vc_data *vc) in get_line() function 771 int i = get_line(vc); in say_line() 1004 int i, len = get_line(vc); in say_first_char() 1024 int len = get_line(vc); in say_last_char()
|