#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, char *name) |
boolean | gvjobs_output_langname (GVC_t *gvc, 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 | ) |
void gv_argvlist_reset | ( | gv_argvlist_t * | list | ) |
Definition at line 124 of file gvjobs.c.
References gv_argvlist_s::alloc, gv_argvlist_s::argc, gv_argvlist_s::argv, free(), and NULL.
Referenced by gvjobs_delete().
void gv_argvlist_set_item | ( | gv_argvlist_t * | list, | |
int | index, | |||
char * | item | |||
) |
Definition at line 115 of file gvjobs.c.
References gv_argvlist_s::alloc, gv_argvlist_s::argv, and grealloc().
void gvjobs_delete | ( | GVC_t * | gvc | ) |
Definition at line 140 of file gvjobs.c.
References GVC_s::active_jobs, GVJ_s::active_tooltip, GVC_s::common, free(), 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 gvFreeContext(), gvRender(), gvRenderData(), and gvRenderFilename().
Definition at line 92 of file gvjobs.c.
References GVC_s::job, and GVC_s::jobs.
Referenced by gvRenderJobs().
Definition at line 97 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, | |
char * | name | |||
) |
Definition at line 50 of file gvjobs.c.
References 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 69 of file gvjobs.c.
References FALSE, 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(), gvRender(), gvRenderData(), and gvRenderFilename().
gv_argvlist_t* gvNEWargvlist | ( | void | ) |