#include <stdarg.h>
#include <stdlib.h>
#include <glib.h>
#include <crm/crm.h>
#include <crm/common/output_internal.h>
 
Go to the source code of this file.
◆ private_data_t
◆ text_list_data_t
◆ pcmk__indented_printf()
      
        
          | void pcmk__indented_printf  | 
          ( | 
          pcmk__output_t *  | 
          out,  | 
        
        
           | 
           | 
          const char *  | 
          format,  | 
        
        
           | 
           | 
            | 
          ...  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ pcmk__indented_vprintf()
      
        
          | void pcmk__indented_vprintf  | 
          ( | 
          pcmk__output_t *  | 
          out,  | 
        
        
           | 
           | 
          const char *  | 
          format,  | 
        
        
           | 
           | 
          va_list  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ pcmk__mk_text_output()
◆ pcmk__text_output_entries
      
        
          | GOptionEntry pcmk__text_output_entries[] | 
        
      
 
Initial value:= {
    { "text-fancy", 0, 0, G_OPTION_ARG_NONE, &fancy,
      "Use more highly formatted output (requires --output-as=text)",
      NULL },
    { NULL }
}
 
Definition at line 19 of file output_text.c.