popt 1.18
poptint.c File Reference
#include "system.h"
#include <stdarg.h>
#include <errno.h>
#include "poptint.h"
#include "lookup3.c"
Include dependency graph for poptint.c:

Go to the source code of this file.

Macros

#define _JLU3_jlu32lpair   1
 
#define jlu32lpair   poptJlu32lpair
 

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,...)
 

Macro Definition Documentation

◆ _JLU3_jlu32lpair

#define _JLU3_jlu32lpair   1

Definition at line 10 of file poptint.c.

◆ jlu32lpair

#define jlu32lpair   poptJlu32lpair

Definition at line 11 of file poptint.c.

Function Documentation

◆ POPT_fprintf()

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

Definition at line 138 of file poptint.c.

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

◆ POPT_next_char()

const char * POPT_next_char ( const char * str)

Definition at line 27 of file poptint.c.

Referenced by singleOptionHelp(), and stringDisplayWidth().

◆ POPT_prev_char()

const char * POPT_prev_char ( const char * str)

Definition at line 15 of file poptint.c.

Referenced by singleOptionHelp().