title             751 include/crm/common/output_internal.h #define PCMK__OUTPUT_LIST_HEADER(out_obj, cond, retcode, title...)  \
title             755 include/crm/common/output_internal.h         out_obj->begin_list(out_obj, NULL, NULL, title);            \
title              39 lib/common/output_html.c static char *title = NULL;
title              51 lib/common/output_html.c     { "html-title", 0, 0, G_OPTION_ARG_STRING, &title,
title             132 lib/common/output_html.c     if (title != NULL ) {
title             133 lib/common/output_html.c         pcmk_create_xml_text_node(head_node, "title", title);