Searched refs:text_start (Results 1 – 3 of 3) sorted by relevance
8 . = text_start; /* This is set using --defsym= on the command line. */
4263 int text_start, rw_column_width, spaces_to_end; in print_iostat_labels() local4287 text_start = (int)((rw_column_width) / columns - in print_iostat_labels()4289 if (text_start < 0) in print_iostat_labels()4290 text_start = 0; in print_iostat_labels()4295 for (s = 0; s < text_start; s++) in print_iostat_labels()4301 spaces_to_end = rw_column_width - text_start - slen; in print_iostat_labels()