Lines Matching refs:line
154 int get_line_length(const char *line)
157 while (*line != '\0' && *line != '\n') {
158 line++;
172 /* do not go over end of line */
176 const char *line = get_line(text, i);
177 int len = get_line_length(line);
178 strncpy(tmp, line, min(len, x));
219 /* find the widest line of msg: */
222 const char *line = get_line(msg, i);
223 int len = get_line_length(line);
331 /* find the widest line of msg: */
334 const char *line = get_line(prompt, i);
335 int len = get_line_length(line);
533 /* find the widest line of msg: */
536 const char *line = get_line(text, i);
537 int len = get_line_length(line);