poptint.c File Reference

#include "system.h"
#include <stdarg.h>
#include "poptint.h"

Include dependency graph for poptint.c:

Go to the source code of this file.

Functions

const char * POPT_prev_char (const char *str)
const char * POPT_next_char (const char *str)
int POPT_fprintf (FILE *stream, const char *format,...)

Variables

static const unsigned char utf8_skip_data [256]


Function Documentation

int POPT_fprintf ( FILE *  stream,
const char *  format,
  ... 
)

Definition at line 145 of file poptint.c.

Referenced by poptPrintHelp(), showHelpIntro(), singleOptionHelp(), and singleTableHelp().

const char* POPT_next_char ( const char *  str  ) 

Definition at line 32 of file poptint.c.

Referenced by singleOptionHelp(), and stringDisplayWidth().

const char* POPT_prev_char ( const char *  str  ) 

Definition at line 20 of file poptint.c.

Referenced by singleOptionHelp().


Variable Documentation

const unsigned char utf8_skip_data[256] [static]

Initial value:

 {
    1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
    1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
    1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
    1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
    1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
    1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
    2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
    3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,6,6,1,1
}

Definition at line 7 of file poptint.c.


Generated for popt by  doxygen 1.5.8