Searched refs:cols2 (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/xz/src/xz/ |
| H A D | list.c | 863 const char *cols2[5] = { in print_info_adv() local 872 tuklib_mbstr_fw(cols2[0], in print_info_adv() 874 cols2[0], in print_info_adv() 875 tuklib_mbstr_fw(cols2[1], in print_info_adv() 877 cols2[1], in print_info_adv() 878 tuklib_mbstr_fw(cols2[2], in print_info_adv() 880 cols2[2], in print_info_adv() 881 tuklib_mbstr_fw(cols2[3], in print_info_adv() 883 cols2[3], in print_info_adv() 884 tuklib_mbstr_fw(cols2[4], in print_info_adv() [all …]
|
| /src/sys/dev/syscons/ |
| H A D | schistory.c | 167 int cols2; in copy_history() local 173 cols2 = sc_vtb_cols(to); in copy_history() 174 cols = imin(cols1, cols2); in copy_history() 178 if (cols < cols2) in copy_history() 181 cols2 - cols)); in copy_history()
|