Graphviz  2.41.20171026.1811
Macros | Enumerations | Functions
psusershape.c File Reference
#include <unistd.h>
#include <sys/stat.h>
#include "render.h"
#include "gvio.h"
Include dependency graph for psusershape.c:

Go to the source code of this file.

Macros

#define FILTER_EPSF   1
 

Enumerations

enum  { ASCII, LATIN1, NONLATIN }
 

Functions

void epsf_init (node_t *n)
 
void epsf_free (node_t *n)
 
void cat_libfile (GVJ_t *job, const char **arglib, const char **stdlib)
 
void epsf_emit_body (GVJ_t *job, usershape_t *us)
 
void epsf_define (GVJ_t *job)
 
char * ps_string (char *ins, int chset)
 

Macro Definition Documentation

#define FILTER_EPSF   1

Definition at line 177 of file psusershape.c.

Enumeration Type Documentation

anonymous enum
Enumerator
ASCII 
LATIN1 
NONLATIN 

Definition at line 238 of file psusershape.c.

Function Documentation

void cat_libfile ( GVJ_t job,
const char **  arglib,
const char **  stdlib 
)

Definition at line 139 of file psusershape.c.

References agerr(), AGWARN, FALSE, Fgets(), gvputs(), safefile(), and TRUE.

void epsf_define ( GVJ_t job)
void epsf_emit_body ( GVJ_t job,
usershape_t us 
)

Definition at line 185 of file psusershape.c.

References usershape_s::data, gvputc(), and strncasecmp().

Referenced by epsf_define().

void epsf_free ( node_t n)

Definition at line 121 of file psusershape.c.

References ND_shape_info.

void epsf_init ( node_t n)
char* ps_string ( char *  ins,
int  chset 
)