GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Manage Library - Read list of elements. More...
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include "manage_local_proto.h"
Go to the source code of this file.
Functions | |
int | M_read_list (int check_if_empty, int *num) |
Read list of elements. More... | |
Variables | |
int | nlist |
struct list * | list |
Manage Library - Read list of elements.
(C) 2001-2011 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file read_list.c.
int M_read_list | ( | int | check_if_empty, |
int * | num | ||
) |
Read list of elements.
Format:
check_if_empty | TRUE for check if element is empty |
Definition at line 48 of file read_list.c.
References list::alias, list::desc, GPATH_MAX, and list::text.
Definition at line 24 of file read_list.c.
Referenced by db__add_cursor_to_driver_state(), db_alloc_index_array(), db_d_list_indexes(), db_list_drivers(), db_new_token(), db_start_driver(), G_color_rules_options(), G_list(), GPJ_get_datum_by_name(), GPJ_get_default_datum_params_by_name(), GPJ_get_ellipsoid_by_name(), GPJ_osr_to_grass(), Rast_sort_histogram_by_count(), Rast_write_histogram(), tgis_new_map_list(), Vect_cats_set_constraint(), and Vedit_render_map().
int nlist |
Definition at line 23 of file read_list.c.
Referenced by M__add_element(), M_define_option(), M_do_list(), M_get_element(), M_get_list(), M_get_option_desc(), M_get_options(), and M_show_elements().