GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Go to the source code of this file.
Functions | |
void | exit_env (void) |
void | exit_tmp (void) |
void | exit_db (void) |
void | exit_msg (void) |
void exit_db | ( | void | ) |
Definition at line 106 of file at_exit_funcs.c.
References CWD, MAXSTR, print_done(), print_warning(), sprintf(), TMP_AUTHORS, TMP_BUGS, TMP_DEPS, TMP_DESCR, TMP_GISMAN, TMP_HTML, TMP_INFO, TMP_NULL, TMPDB, TMPDBCLEAN, and VERBOSE.
Referenced by deregister_entries_gisman(), deregister_extension(), deregister_html(), dump_html(), dump_plain(), register_entries_gisman(), register_extension(), register_html(), restore_entries_gisman(), and restore_html().
void exit_env | ( | void | ) |
Definition at line 29 of file at_exit_funcs.c.
void exit_msg | ( | void | ) |
Definition at line 221 of file at_exit_funcs.c.
References ERROR, and WARNINGS.
Referenced by main().
void exit_tmp | ( | void | ) |
Definition at line 62 of file at_exit_funcs.c.
References CWD, MAXSTR, NULL, opendir(), print_done(), print_warning(), sprintf(), TMPCLEAN, TMPDIR, and VERBOSE.
Referenced by bin_install(), run_post(), source_install(), test_install(), uninstall(), and unpack_extension().