Home
last modified time | relevance | path

Searched refs:ALIGN_STRING (Results 1 – 2 of 2) sorted by relevance

/dports/mail/mailutils/mailutils-3.13/mail/
H A Dfrom.c412 #define ALIGN_STRING (align == ALIGN_UNDEF ? ALIGN_LEFT : align) in compile_headline() macro
472 seg = new_header_segment (ALIGN_STRING, width, NULL, hdr_attr); in compile_headline()
478 seg = new_header_segment (ALIGN_STRING, width, NULL, hdr_date); in compile_headline()
484 seg = new_header_segment (ALIGN_STRING, width, NULL, hdr_from); in compile_headline()
517 seg = new_header_segment (ALIGN_STRING, width, mu_strdup (">"), in compile_headline()
522 seg = new_header_segment (ALIGN_STRING, width, mu_strdup ("<"), in compile_headline()
550 seg = new_header_segment (ALIGN_STRING, width, text, in compile_headline()
565 seg = new_header_segment (ALIGN_STRING, width, text, in compile_headline()
575 seg = new_header_segment (ALIGN_STRING, width, text, in compile_headline()
587 seg = new_header_segment (ALIGN_STRING, width, text, hdr_text); in compile_headline()
[all …]
/dports/graphics/cenon/Cenon/TransformPanel.subproj/
H A DTransformPanel.m38 #define ALIGN_STRING NSLocalizedString(@"Align", NULL) macro
86 [levBox setTitle: ALIGN_STRING];