Lines Matching refs:cols
492 const int *cols = dlg_index_columns(string); in dlg_count_columns() local
493 result = cols[limit]; in dlg_count_columns()
509 const int *cols = dlg_index_columns(string); in dlg_limit_columns() local
512 while (result > 0 && (cols[result] - cols[offset]) > limit) in dlg_limit_columns()
652 const int *cols = dlg_index_columns(string); in compute_edit_offset() local
661 if ((cols[offset] - cols[n]) < x_last in compute_edit_offset()
662 && (offset == limit || (cols[offset + 1] - cols[n]) < x_last)) { in compute_edit_offset()
668 dpy_column = cols[offset] - cols[offset2]; in compute_edit_offset()
713 const int *cols = dlg_index_columns(string); in dlg_show_string() local
726 int check = cols[i + 1] - cols[scrollamt]; in dlg_show_string()
733 int count = cols[i + 1] - cols[i]; in dlg_show_string()