GRASS Programmer's Manual
6.4.3(2013)-r
|
Go to the source code of this file.
Macros | |
#define | LOCAL |
Functions | |
void | show_help (void) |
void | show_details (char *package) |
void | show_license (char *package) |
void | show_version (void) |
void | get_configure_options (char *gisbase) |
int | main (int argc, char *argv[]) |
#define LOCAL |
Definition at line 144 of file gem/main.c.
void get_configure_options | ( | char * | gisbase) |
Definition at line 274 of file gem/main.c.
References CONFIG_OPTS, MAXSTR, nc_fgets_nb(), NULL, and print_warning().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 302 of file gem/main.c.
References menudata::action, BIN_INSTALL, bin_install(), binaries_exist(), check_extension(), CLEAN, CONFIG_CMD, CONFIG_OPTS, CWD, DETAILS, ERR_INVOCATION, ERR_MISSING_BINS, ERR_NO_ACCESS_EXT, ERR_TMPFILE, ERR_UNPACK_EXT, ERR_VERSION, errno, ERROR, exit_msg(), FORCE, GEM_C_OPTS, get_package_name(), getenv(), forms::gisbase, GISMAN2_CMD, GISMAN_CMD, HELP, HTML_CMD, INSTALL, LICENSE, list_extensions(), MAKE_CMD, MAXSTR, NULL, opendir(), print_error(), QGIS_CMD, QUERY, query_extension(), readdir(), RESTORE, restore(), run_post(), show_details(), show_help(), show_license(), show_version(), SKIP_CFG, source_clean(), source_install(), TEST_INSTALL, test_install(), TMP_AUTHORS, TMP_BUGS, TMP_DEPS, TMP_DESCR, TMP_GISMAN, TMP_HTML, TMP_INFO, TMP_NULL, TMPCLEAN, TMPDB, TMPDBCLEAN, TMPDIR, UNINSTALL, uninstall(), UNINSTALL_CMD, unpack_extension(), UPGRADE, VERBOSE, VERSION, WARNINGS, and wget_extension().
void show_details | ( | char * | package) |
Definition at line 213 of file gem/main.c.
References basename(), dump_ascii(), ERR_NO_ACCESS_EXT, errno, MAXSTR, and print_error().
Referenced by main().
void show_help | ( | void | ) |
Definition at line 148 of file gem/main.c.
Referenced by main().
void show_license | ( | char * | package) |
Definition at line 236 of file gem/main.c.
References basename(), dump_ascii(), ERR_NO_ACCESS_EXT, errno, MAXSTR, and print_error().
Referenced by main().
void show_version | ( | void | ) |