GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Go to the source code of this file.
Functions | |
void | G_init_counter (struct Counter *c, int v) |
int | G_counter_next (struct Counter *c) |
int | G_is_initialized (int *p) |
void | G_initialize_done (int *p) |
int G_counter_next | ( | struct Counter * | c | ) |
Definition at line 46 of file counter.c.
Referenced by G_tempfile_pid().
void G_initialize_done | ( | int * | p | ) |
Definition at line 76 of file counter.c.
Referenced by G__init_window(), G_config_path(), G_set_verbose(), G_verbose(), and Rast__init_window().
int G_is_initialized | ( | int * | p | ) |
Definition at line 59 of file counter.c.
Referenced by G__init_window(), G_config_path(), G_init_debug(), G_init_tempfile(), G_set_verbose(), G_verbose(), Rast__init(), Rast__init_window(), and Rast_create_gdal_link().