Searched refs:get_line (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup-sysfs.sh39 get_line() function
H A Dgpio-mockup.sh87 # The following line helpers, release_Line, get_line and set_line, all
101 get_line() function
166 val=$(get_line)
/linux-master/scripts/kconfig/
H A Dnconf.h76 const char *get_line(const char *text, int line_no);
H A Dnconf.gui.c140 const char *get_line(const char *text, int line_no) function
176 const char *line = get_line(text, i);
222 const char *line = get_line(msg, i);
334 const char *line = get_line(prompt, i);
536 const char *line = get_line(text, i);
610 size_t start = (get_line(text, start_y) - text);
611 size_t end = (get_line(text, start_y + text_lines) - text);
/linux-master/scripts/kconfig/lxdialog/
H A Dtextbox.c54 static char *get_line(void) function
88 line = get_line();
171 get_line();
/linux-master/scripts/mod/
H A Dmodpost.h191 char *get_line(char **stringp);
H A Dsumversion.c328 while ((line = get_line(&pos))) {
H A Dmodpost.c142 char *get_line(char **stringp) function
2087 while ((line = get_line(&pos))) {
/linux-master/drivers/accessibility/speakup/
H A Dmain.c751 static int get_line(struct vc_data *vc) function
771 int i = get_line(vc);
1004 int i, len = get_line(vc);
1024 int len = get_line(vc);

Completed in 161 milliseconds