Graphviz
2.41.20171026.1811
|
#include "config.h"
#include "memory.h"
#include "types.h"
#include "gvplugin.h"
#include "gvcjob.h"
#include "gvcint.h"
#include "gvcproc.h"
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_t * | gvjobs_first (GVC_t *gvc) |
GVJ_t * | gvjobs_next (GVC_t *gvc) |
gv_argvlist_t * | gvNEWargvlist (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) |
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 | ) |
Definition at line 135 of file gvjobs.c.
References GVC_s::active_jobs, GVJ_s::active_tooltip, GVC_s::common, gv_argvlist_reset(), GVC_s::job, GVC_s::jobs, GVJ_s::next, NULL, GVJ_s::selected_href, GVJ_s::selected_obj_attributes, GVJ_s::selected_obj_type_name, and GVCOMMON_s::viewNum.
Referenced by graphcmd(), gvFreeCloneGVC(), gvFreeContext(), gvRender(), gvRenderContext(), gvRenderData(), and gvRenderFilename().
Definition at line 87 of file gvjobs.c.
References GVC_s::job, and GVC_s::jobs.
Referenced by gvRenderJobs().
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 | ||
) |
Definition at line 45 of file gvjobs.c.
References gvc, GVJ_s::gvc, GVC_s::job, GVC_s::jobs, GVJ_s::next, GVJ_s::output_filename, and zmalloc().
Referenced by dotneato_args_initialize(), and gvRenderFilename().
Definition at line 64 of file gvjobs.c.
References FALSE, gvc, GVJ_s::gvc, gvplugin_load(), GVC_s::job, GVC_s::jobs, GVJ_s::next, GVJ_s::output_langname, TRUE, and zmalloc().
Referenced by dotneato_args_initialize(), graphcmd(), gvRender(), gvRenderContext(), gvRenderData(), and gvRenderFilename().
gv_argvlist_t* gvNEWargvlist | ( | void | ) |