Lines Matching refs:srcline
23 #include "srcline.h"
626 /* --sort srcline */
648 if (!left->srcline)
649 left->srcline = hist_entry__srcline(left);
650 if (!right->srcline)
651 right->srcline = hist_entry__srcline(right);
653 return strcmp(right->srcline, left->srcline);
665 if (!he->srcline)
666 he->srcline = hist_entry__srcline(he);
672 return repsep_snprintf(bf, size, "%-.*s", width, he->srcline);
2726 DIM(SORT_SRCLINE, "srcline", sort_srcline),
2965 MK_SORT_ENTRY_CHK(srcline)