Lines Matching defs:line
147 * But we keep the older depth mask for the line separator
275 /* do not add a blank line if it printed nothing */
620 const char *line, FILE *fp)
629 return fprintf(fp, "%-*.*s", width, width, line);
729 int line, FILE *fp)
745 fmt->header(fmt, hpp, hists, line, &span);
762 int line;
764 for (line = 0; line < hpp_list->nr_header_lines; line++) {
766 if (line)
768 fprintf_line(hists, hpp, line, fp);
826 char *line = NULL;
844 line = malloc(linesz);
845 if (line == NULL) {
868 ret += hist_entry__fprintf(h, max_cols, line, linesz, fp, ignore_callchains);
893 free(line);