Graphviz  2.41.20171026.1811
Functions
gvjobs.c File Reference
#include "config.h"
#include "memory.h"
#include "types.h"
#include "gvplugin.h"
#include "gvcjob.h"
#include "gvcint.h"
#include "gvcproc.h"
Include dependency graph for gvjobs.c:

Go to the source code of this file.

Functions

void gvjobs_output_filename (GVC_t *gvc, const char *name)
 
boolean gvjobs_output_langname (GVC_t *gvc, const char *name)
 
GVJ_tgvjobs_first (GVC_t *gvc)
 
GVJ_tgvjobs_next (GVC_t *gvc)
 
gv_argvlist_tgvNEWargvlist (void)
 
void gv_argvlist_set_item (gv_argvlist_t *list, int index, char *item)
 
void gv_argvlist_reset (gv_argvlist_t *list)
 
void gv_argvlist_free (gv_argvlist_t *list)
 
void gvjobs_delete (GVC_t *gvc)
 

Function Documentation

void gv_argvlist_free ( gv_argvlist_t list)

Definition at line 128 of file gvjobs.c.

References gv_argvlist_s::argv.

void gv_argvlist_reset ( gv_argvlist_t list)

Definition at line 119 of file gvjobs.c.

References gv_argvlist_s::alloc, gv_argvlist_s::argc, gv_argvlist_s::argv, and NULL.

Referenced by gvjobs_delete().

void gv_argvlist_set_item ( gv_argvlist_t list,
int  index,
char *  item 
)

Definition at line 110 of file gvjobs.c.

References gv_argvlist_s::alloc, gv_argvlist_s::argv, and grealloc().

void gvjobs_delete ( GVC_t gvc)
GVJ_t* gvjobs_first ( GVC_t gvc)

Definition at line 87 of file gvjobs.c.

References GVC_s::job, and GVC_s::jobs.

Referenced by gvRenderJobs().

GVJ_t* gvjobs_next ( GVC_t gvc)

Definition at line 92 of file gvjobs.c.

References GVC_s::job, GVJ_s::next, and GVJ_s::output_langname.

Referenced by gvRenderJobs().

void gvjobs_output_filename ( GVC_t gvc,
const char *  name 
)
boolean gvjobs_output_langname ( GVC_t gvc,
const char *  name 
)
gv_argvlist_t* gvNEWargvlist ( void  )

Definition at line 105 of file gvjobs.c.

References zmalloc().