Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
private.h File Reference
#include <kpathsea/debug.h>
#include <kpathsea/tex-file.h>
#include <kpathsea/tex-glyph.h>
#include <kpathsea/cnf.h>
#include <kpathsea/proginit.h>
#include <kpathsea/progname.h>
#include <kpathsea/tex-make.h>
#include <kpathsea/lib.h>
+ Include dependency graph for private.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HAVE_PROTOTYPES   1
 
#define ISSP(p)   (*(p) == ' ' || *(p) == '\t')
 
#define SKIPSP(p)   while(ISSP(p)) p++
 
#define SKIPNSP(p)   while(*(p) && !ISSP(p)) p++
 
#define _(x)   x
 
#define _G(x)   x
 
#define _BREAKPOINT()
 

Macro Definition Documentation

#define _ (   x)    x

Definition at line 53 of file private.h.

#define _BREAKPOINT ( )

Definition at line 62 of file private.h.

#define _G (   x)    x

Definition at line 54 of file private.h.

#define HAVE_PROTOTYPES   1

Definition at line 21 of file private.h.

#define ISSP (   p)    (*(p) == ' ' || *(p) == '\t')

Definition at line 44 of file private.h.

#define SKIPNSP (   p)    while(*(p) && !ISSP(p)) p++

Definition at line 46 of file private.h.

#define SKIPSP (   p)    while(ISSP(p)) p++

Definition at line 45 of file private.h.