Home
last modified time | relevance | path

Searched refs:get_parameter_input (Results 1 – 1 of 1) sorted by relevance

/dports/databases/grass7/grass-7.8.6/raster/r.series.interp/
H A Dmain.c39 static struct map_store *get_parameter_input(const char *type, char **map_names, char **positions, …
155 …inputs = get_parameter_input("input", parm.input->answers, parm.datapos->answers, parm.infile->ans… in main()
156 …outputs = get_parameter_input("output", parm.output->answers, parm.samplingpos->answers, parm.outf… in main()
167 struct map_store *get_parameter_input(const char *type, char **map_names, char **positions, char *f… in get_parameter_input() function