Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dtextbox.c28 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 Dtextbox.c16 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 Dtextbox.c15 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 Dclient.py86 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 Dnconf.gui.c189 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 Dnconf.h83 const char *get_line(const char *text, int line_no);
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dnconf.gui.c190 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 Dnconf.h85 const char *get_line(const char *text, int line_no);
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dnconf.gui.c189 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 Dnconf.h87 const char *get_line(const char *text, int line_no);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-compile-errors.patch299 + 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 Dsumversion.c330 while ((line = get_line(&pos))) { in parse_source_files()
406 firstline = get_line(&pos); in get_src_version()
H A Dmodpost.h203 char *get_line(char **stringp);
H A Dmodpost.c136 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 D0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch92 while ((chars_read = get_line ()) != 0) {
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/
H A D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch91 while ((chars_read = get_line ()) != 0) {
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dmain.c751 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()