Searched refs:line_read (Results 1 – 2 of 2) sorted by relevance
66 char *line_read; in xmlShellReadline() local69 line_read = readline (prompt); in xmlShellReadline()72 if (line_read && *line_read) in xmlShellReadline()73 add_history (line_read); in xmlShellReadline()75 return (line_read); in xmlShellReadline()77 char line_read[501]; in xmlShellReadline()83 if (!fgets(line_read, 500, stdin)) in xmlShellReadline()85 line_read[500] = 0; in xmlShellReadline()86 len = strlen(line_read); in xmlShellReadline()89 memcpy (ret, line_read, len + 1); in xmlShellReadline()
795 char *line_read; in xmlShellReadline() local798 line_read = readline (prompt); in xmlShellReadline()801 if (line_read && *line_read) in xmlShellReadline()802 add_history (line_read); in xmlShellReadline()804 return (line_read); in xmlShellReadline()806 char line_read[501]; in xmlShellReadline()812 if (!fgets(line_read, 500, stdin)) in xmlShellReadline()814 line_read[500] = 0; in xmlShellReadline()815 len = strlen(line_read); in xmlShellReadline()818 memcpy (ret, line_read, len + 1); in xmlShellReadline()