| GRASS Programmer's Manual
    6.5.svn(2014)-r66266
    | 
#include <grass/gis.h>
Go to the source code of this file.
| Functions | |
| char * | G_ask_vector_new (const char *prompt, char *name) | 
| prompt for a new vector map  More... | |
| char * | G_ask_vector_old (const char *prompt, char *name) | 
| prompt for an existing vector map  More... | |
| char * | G_ask_vector_any (const char *prompt, char *name) | 
| char * | G_ask_vector_in_mapset (const char *prompt, char *name) | 
| prompt for an existing vector map  More... | |
| char* G_ask_vector_any | ( | const char * | prompt, | 
| char * | name | ||
| ) | 
Definition at line 66 of file ask_vctrs.c.
References G_ask_any().
| char* G_ask_vector_in_mapset | ( | const char * | prompt, | 
| char * | name | ||
| ) | 
prompt for an existing vector map
Asks the user to enter the name of an existing vector file in the current mapset.
| prompt | |
| name | 
Definition at line 83 of file ask_vctrs.c.
References G_ask_in_mapset().
| char* G_ask_vector_new | ( | const char * | prompt, | 
| char * | name | ||
| ) | 
prompt for a new vector map
Asks the user to enter a name for a vector map which does not exist in the current mapset.
| prompt | |
| name | 
Definition at line 44 of file ask_vctrs.c.
References G_ask_new().
| char* G_ask_vector_old | ( | const char * | prompt, | 
| char * | name | ||
| ) | 
prompt for an existing vector map
Asks the user to enter the name of an existing vector file in any mapset in the database.
| prompt | |
| name | 
Definition at line 61 of file ask_vctrs.c.
References G_ask_old().