Lines Matching refs:line
203 int get_line_length(const char *line)
206 while (*line != '\0' && *line != '\n') {
207 line++;
221 /* do not go over end of line */
225 const char *line = get_line(text, i);
226 int len = get_line_length(line);
227 strncpy(tmp, line, min(len, x));
268 /* find the widest line of msg: */
271 const char *line = get_line(msg, i);
272 int len = get_line_length(line);
380 /* find the widest line of msg: */
383 const char *line = get_line(prompt, i);
384 int len = get_line_length(line);
569 /* find the widest line of msg: */
572 const char *line = get_line(text, i);
573 int len = get_line_length(line);