Lines Matching refs:colorlen

452   size_t colorlen;  in index_format_str()  local
484 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_AUTHOR); in index_format_str()
485 mutt_format_s(buf + colorlen, buflen - colorlen, prec, in index_format_str()
487 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
495 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_AUTHOR); in index_format_str()
496 mutt_format_s(buf + colorlen, buflen - colorlen, prec, tmp); in index_format_str()
497 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
504 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_AUTHOR); in index_format_str()
507 mutt_format_s(buf + colorlen, buflen - colorlen, prec, mutt_addr_for_display(from)); in index_format_str()
510 mutt_format_s(buf + colorlen, buflen - colorlen, prec, ""); in index_format_str()
511 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
553 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_SIZE); in index_format_str()
563 mutt_format_s(buf + colorlen, buflen - colorlen, prec, tmp); in index_format_str()
564 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
568 colorlen = add_index_color(fmt, sizeof(fmt), flags, MT_COLOR_INDEX_NUMBER); in index_format_str()
569 snprintf(fmt + colorlen, sizeof(fmt) - colorlen, "%%%sd", prec); in index_format_str()
570 add_index_color(fmt + colorlen, sizeof(fmt) - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
756 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_DATE); in index_format_str()
757 mutt_format_s(buf + colorlen, buflen - colorlen, prec, tmp); in index_format_str()
758 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
790 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_AUTHOR); in index_format_str()
793 mutt_format_s(buf + colorlen, buflen - colorlen, prec, tmp); in index_format_str()
794 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
809 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_TAGS); in index_format_str()
810 mutt_format_s(buf + colorlen, buflen - colorlen, prec, NONULL(tags)); in index_format_str()
811 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
833 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_TAG); in index_format_str()
834 mutt_format_s(buf + colorlen, buflen - colorlen, prec, NONULL(tags)); in index_format_str()
835 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
899 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_TAGS); in index_format_str()
901 mutt_format_s(buf + colorlen, buflen - colorlen, prec, tags); in index_format_str()
903 mutt_format_s(buf + colorlen, buflen - colorlen, prec, ""); in index_format_str()
904 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
913 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_SIZE); in index_format_str()
914 snprintf(buf + colorlen, buflen - colorlen, fmt, (int) e->lines); in index_format_str()
915 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
924 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_AUTHOR); in index_format_str()
926 mutt_format_s(buf + colorlen, buflen - colorlen, prec, tmp); in index_format_str()
927 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
947 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_AUTHOR); in index_format_str()
948 mutt_format_s(buf + colorlen, buflen - colorlen, prec, mutt_get_name(from)); in index_format_str()
949 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
956 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_COLLAPSED); in index_format_str()
959 snprintf(buf + colorlen, buflen - colorlen, fmt, e->num_hidden); in index_format_str()
960 add_index_color(buf, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
964 mutt_format_s(buf + colorlen, buflen - colorlen, prec, " "); in index_format_str()
965 add_index_color(buf, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
1045 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_SUBJECT); in index_format_str()
1046 mutt_format_s(buf + colorlen, buflen - colorlen, "", NONULL(subj)); in index_format_str()
1047 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
1056 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_SUBJECT); in index_format_str()
1057 mutt_format_s(buf + colorlen, buflen - colorlen, prec, NONULL(subj)); in index_format_str()
1058 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
1084 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_FLAGS); in index_format_str()
1085 mutt_format_s(buf + colorlen, buflen - colorlen, prec, tmp); in index_format_str()
1086 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
1187 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_LABEL); in index_format_str()
1188 mutt_format_s(buf + colorlen, buflen - colorlen, prec, NONULL(e->env->x_label)); in index_format_str()
1189 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
1218 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_LABEL); in index_format_str()
1220 mutt_format_s(buf + colorlen, buflen - colorlen, prec, NONULL(e->env->x_label)); in index_format_str()
1222 mutt_format_s(buf + colorlen, buflen - colorlen, prec, ""); in index_format_str()
1223 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
1292 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_FLAGS); in index_format_str()
1293 mutt_format_s(buf + colorlen, buflen - colorlen, prec, tmp); in index_format_str()
1294 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()
1349 colorlen = add_index_color(buf, buflen, flags, MT_COLOR_INDEX_FLAGS); in index_format_str()
1350 mutt_format_s(buf + colorlen, buflen - colorlen, prec, tmp); in index_format_str()
1351 add_index_color(buf + colorlen, buflen - colorlen, flags, MT_COLOR_INDEX); in index_format_str()