GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <grass/gis.h>
#include <grass/dbmi.h>
#include <grass/form.h>
Go to the source code of this file.
Functions | |
int | F_open (char *title, char *html) |
void | F_clear (void) |
void | F_close (void) |
Variables | |
int | first = 1 |
FILE * | parent_send |
FILE * | parent_recv |
void F_clear | ( | void | ) |
Definition at line 160 of file form/open.c.
References first, G_debug(), parent_recv, and parent_send.
void F_close | ( | void | ) |
Definition at line 175 of file form/open.c.
References first, G_debug(), parent_recv, and parent_send.
int F_open | ( | char * | title, |
char * | html | ||
) |
Definition at line 49 of file form/open.c.
References render::command, first, G_debug(), G_fatal_error(), G_gisbase(), NULL, parent_recv, parent_send, and sprintf().
int first = 1 |
Definition at line 25 of file form/open.c.
Referenced by depstr(), F_clear(), F_close(), F_open(), G_cell_stats_histo_eq(), G_get_window(), G_histogram_eq(), G_histogram_eq_colors(), G_histogram_eq_colors_fp(), G_make_histogram_eq_colors(), G_make_histogram_log_colors(), G_mapset(), G_percent2(), G_percent_reset(), G_putenv(), Gs_distance(), GS_get_zrange_nz(), GS_init_view(), GS_libinit(), Gs_numtype(), gs_put_label(), gsd_3darrow(), gsd_arrow(), gsd_arrow_onsurf(), gsd_cplane_on(), gsd_sphere(), gsdrape_set_surface(), gsds_newh(), gvl_file_newh(), I_cluster_reassign(), IL_resample_interp_segments_2d(), primitive_cone(), primitive_cylinder(), read_cube(), stroke_chain(), submit(), V_init(), Vect_attach_centroids(), Vect_attach_isles(), Vect_build_line_area(), Vect_find_area(), Vect_find_island(), Vect_isle_find_area(), Vect_merge_lines(), Vect_net_shortest_path_coor2(), Vect_point_in_area_outer_ring(), and Vect_point_in_island().
FILE * parent_recv |
Definition at line 28 of file form/open.c.
FILE* parent_send |
Definition at line 28 of file form/open.c.