!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.7	//
-date	Makefile	/^	-date=`date '+%d_%m_%Y'`; name=grass-${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR}.${GRASS_VERSION_RELEASE}-${ARCH}-$$date.tar.gz; \\$/;"	m
-keyword	locale/Makefile	/^	xgettext -k_ --keyword=G_msg -o .\/templates\/$(TCLDOMAIN).pot `$(TCL_POTFILES)`$/;"	m
::$path	lib/external/bwidget/arrow.tcl	/^    proc ::$path { cmd args } "return \\[eval ArrowButton::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/button.tcl	/^    proc ::$path { cmd args } "return \\[eval Button::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/buttonbox.tcl	/^    proc ::$path { cmd args } "return \\[eval ButtonBox::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/color.tcl	/^        proc ::$path { cmd args } "return \\[eval SelectColor::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/combobox.tcl	/^    proc ::$path { cmd args } "return \\[eval ComboBox::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/dialog.tcl	/^    proc ::$path { cmd args } "return \\[eval Dialog::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/entry.tcl	/^    proc ::$path { cmd args } "return \\[Entry::_path_command $path \\$cmd \\$args\\]"$/;"	p
::$path	lib/external/bwidget/font.tcl	/^        proc ::$path { cmd args } "return \\[eval SelectFont::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/label.tcl	/^    proc ::$path { cmd args } "return \\[eval Label::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/labelentry.tcl	/^    proc ::$path { cmd args } "return \\[LabelEntry::_path_command $path \\$cmd \\$args\\]"$/;"	p
::$path	lib/external/bwidget/labelframe.tcl	/^    proc ::$path { cmd args } "return \\[eval LabelFrame::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/listbox.tcl	/^    proc ::$path { cmd args } "return \\[eval ListBox::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/mainframe.tcl	/^    proc ::$path { cmd args } "return \\[eval MainFrame::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/notebook.tcl	/^    proc ::$path { cmd args } "return \\[eval NoteBook::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/pagesmgr.tcl	/^    proc ::$path { cmd args } "return \\[eval PagesManager::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/panedw.tcl	/^    proc ::$path { cmd args } "return \\[eval PanedWindow::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/passwddlg.tcl	/^    proc ::$path { cmd args } "return \\[eval PasswdDlg::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/progressbar.tcl	/^    proc ::$path { cmd args } "return \\[eval ProgressBar::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/progressdlg.tcl	/^    proc ::$path { cmd args } "return \\[eval ProgressDlg::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/scrollframe.tcl	/^    proc ::$path { cmd args } "return \\[eval ScrollableFrame::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/scrollview.tcl	/^    proc ::$path { cmd args } "return \\[eval ScrollView::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/scrollw.tcl	/^    proc ::$path { cmd args } "return \\[eval ScrolledWindow::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/separator.tcl	/^    proc ::$path { cmd args } "return \\[eval Separator::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/spinbox.tcl	/^    proc ::$path { cmd args } "return \\[eval SpinBox::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/titleframe.tcl	/^    proc ::$path { cmd args } "return \\[eval TitleFrame::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/external/bwidget/tree.tcl	/^    proc ::$path { cmd args } "return \\[eval Tree::\\$cmd $path \\$args\\]"$/;"	p
::$path	lib/gtcltk/gronsole.tcl	/^	proc ::$path { cmd args } "return \\[eval Gronsole::\\$cmd $path \\$args\\]"$/;"	p
::ArrowButton	lib/external/bwidget/arrow.tcl	/^    proc ::ArrowButton { path args } { return [eval ArrowButton::create $path $args] }$/;"	p
::Button	lib/external/bwidget/button.tcl	/^    proc ::Button { path args } { return [eval Button::create $path $args] }$/;"	p
::ButtonBox	lib/external/bwidget/buttonbox.tcl	/^    proc ::ButtonBox { path args } { return [eval ButtonBox::create $path $args] }$/;"	p
::ComboBox	lib/external/bwidget/combobox.tcl	/^    proc ::ComboBox { path args } { return [eval ComboBox::create $path $args] }$/;"	p
::Dialog	lib/external/bwidget/dialog.tcl	/^    proc ::Dialog { path args } { return [eval Dialog::create $path $args] }$/;"	p
::Entry	lib/external/bwidget/entry.tcl	/^    proc ::Entry { path args } { return [eval Entry::create $path $args] }$/;"	p
::Gronsole	lib/gtcltk/gronsole.tcl	/^	proc ::Gronsole { path args } { return [eval Gronsole::create $path $args] }$/;"	p
::Label	lib/external/bwidget/label.tcl	/^    proc ::Label { path args } { return [eval Label::create $path $args] }$/;"	p
::LabelEntry	lib/external/bwidget/labelentry.tcl	/^    proc ::LabelEntry { path args } { return [eval LabelEntry::create $path $args] }$/;"	p
::LabelFrame	lib/external/bwidget/labelframe.tcl	/^    proc ::LabelFrame { path args } { return [eval LabelFrame::create $path $args] }$/;"	p
::ListBox	lib/external/bwidget/listbox.tcl	/^    proc ::ListBox { path args } { return [eval ListBox::create $path $args] }$/;"	p
::MainFrame	lib/external/bwidget/mainframe.tcl	/^    proc ::MainFrame { path args } { return [eval MainFrame::create $path $args] }$/;"	p
::MessageDlg	lib/external/bwidget/messagedlg.tcl	/^    proc ::MessageDlg { path args } { return [eval MessageDlg::create $path $args] }$/;"	p
::NoteBook	lib/external/bwidget/notebook.tcl	/^    proc ::NoteBook { path args } { return [eval NoteBook::create $path $args] }$/;"	p
::PagesManager	lib/external/bwidget/pagesmgr.tcl	/^    proc ::PagesManager { path args } { return [eval PagesManager::create $path $args] }$/;"	p
::PanedWindow	lib/external/bwidget/panedw.tcl	/^    proc ::PanedWindow { path args } { return [eval PanedWindow::create $path $args] }$/;"	p
::PasswdDlg	lib/external/bwidget/passwddlg.tcl	/^    proc ::PasswdDlg { path args } { return [eval PasswdDlg::create $path $args] }$/;"	p
::ProgressBar	lib/external/bwidget/progressbar.tcl	/^    proc ::ProgressBar { path args } { return [eval ProgressBar::create $path $args] }$/;"	p
::ProgressDlg	lib/external/bwidget/progressdlg.tcl	/^    proc ::ProgressDlg { path args } { return [eval ProgressDlg::create $path $args] }$/;"	p
::ScrollView	lib/external/bwidget/scrollview.tcl	/^    proc ::ScrollView { path args } { return [eval ScrollView::create $path $args] }$/;"	p
::ScrollableFrame	lib/external/bwidget/scrollframe.tcl	/^    proc ::ScrollableFrame { path args } { return [eval ScrollableFrame::create $path $args] }$/;"	p
::ScrolledWindow	lib/external/bwidget/scrollw.tcl	/^    proc ::ScrolledWindow { path args } { return [eval ScrolledWindow::create $path $args] }$/;"	p
::SelectColor	lib/external/bwidget/color.tcl	/^    proc ::SelectColor { path args } { return [eval SelectColor::create $path $args] }$/;"	p
::SelectFont	lib/external/bwidget/font.tcl	/^    proc ::SelectFont { path args } { return [eval SelectFont::create $path $args] }$/;"	p
::Separator	lib/external/bwidget/separator.tcl	/^    proc ::Separator { path args } { return [eval Separator::create $path $args] }$/;"	p
::SpinBox	lib/external/bwidget/spinbox.tcl	/^    proc ::SpinBox { path args } { return [eval SpinBox::create $path $args] }$/;"	p
::TitleFrame	lib/external/bwidget/titleframe.tcl	/^    proc ::TitleFrame { path args } { return [eval TitleFrame::create $path $args] }$/;"	p
::Tree	lib/external/bwidget/tree.tcl	/^    proc ::Tree { path args } { return [eval Tree::create $path $args] }$/;"	p
A	imagery/i.class/outline.c	16;"	d	file:
A	include/iostream/minmaxheap.h	/^  T *A;$/;"	m	class:BasicMinMaxHeap
A	lib/display/cnversions.c	/^static struct rectangle A;	\/* Map array coordinates, integers, (0,0) towards NW *\/$/;"	v	typeref:struct:rectangle	file:
A	lib/gis/geodesic.c	/^static double A, B;$/;"	v	file:
A	lib/gpde/N_pde.h	/^    double **A;			\/*the normal quadratic matrix *\/$/;"	m	struct:__anon47
A	raster/r.le/r.le.setup/polytocell/ply_t_bmif.c	7;"	d	file:
A	raster/r.topmodel/global.h	/^    double A, qs0, lnTe, m, Sr0, Srmax, td, vch, vr;$/;"	m	struct:__anon130
A	raster/wildfire/r.ros/spot_dist.c	/^double A[14] = { 0, 545, 709, 429, 301, 235, 242,$/;"	v
A	vector/v.vol.rst/userglobs.h	/^double \/* MAT *\/ *A;$/;"	v
A0	lib/vector/transform/transform.c	/^static double A0, A1, A2, A3, A4, A5;$/;"	v	file:
A0	raster/r.sun/main.c	/^double lum_p, sunrise_time, sunset_time, h0, tanh0, A0, angle;$/;"	v
A1	lib/vector/transform/transform.c	/^static double A0, A1, A2, A3, A4, A5;$/;"	v	file:
A2	lib/vector/transform/transform.c	/^static double A0, A1, A2, A3, A4, A5;$/;"	v	file:
A3	lib/vector/transform/transform.c	/^static double A0, A1, A2, A3, A4, A5;$/;"	v	file:
A4	lib/vector/transform/transform.c	/^static double A0, A1, A2, A3, A4, A5;$/;"	v	file:
A5	lib/vector/transform/transform.c	/^static double A0, A1, A2, A3, A4, A5;$/;"	v	file:
ABS	lib/vector/rtree/gammavol.c	22;"	d	file:
ABS	raster/r.surf.contour/contour.h	10;"	d
ABS	raster/r.water.outlet/basin.h	9;"	d
ABS	raster/r.watershed/ram/Gwater.h	31;"	d
ABS	raster/r.watershed/seg/Gwater.h	28;"	d
ABSTRA_H	imagery/i.atcorr/Abstra.h	2;"	d
ACRES	raster/r.report/global.h	128;"	d
ACRE_TO_METERSQ	raster/r.watershed/shed/watershed.h	11;"	d
ADD	gui/wxpython/vdigit/digit.h	/^    enum action_type { ADD, DEL };$/;"	e	enum:Digit::action_type
ADD	vector/v.hull/macros.h	20;"	d
ADD_TO_PATH	ps/ps.map/vector.h	30;"	d
ADEV	raster/r.statistics/method.h	5;"	d
ADINIT	vector/v.in.dwg/Makefile	/^ADINIT = $(GISBASE)\/etc\/adinit.dat$/;"	m
AD_PROTOTYPES	vector/v.in.dwg/entity.c	39;"	d	file:
AD_PROTOTYPES	vector/v.in.dwg/main.c	27;"	d	file:
AD_VM_PC	vector/v.in.dwg/entity.c	40;"	d	file:
AD_VM_PC	vector/v.in.dwg/main.c	28;"	d	file:
AE	lib/gis/area_poly1.c	/^static double AE;  \/** a^2(1-e^2) *\/$/;"	v	file:
AEROSOLCONCENTRATION_H	imagery/i.atcorr/AerosolConcentration.h	10;"	d
AEROSOL_MODEL_H	imagery/i.atcorr/AerosolModel.h	2;"	d
AFTER_STD	imagery/i.class/defs.h	106;"	d
AGAIN	raster/r.in.poly/raster.c	94;"	d	file:
ALB	raster/r.sun/main.c	45;"	d	file:
ALB	raster/r.sun2/main.c	49;"	d	file:
ALLOC_CHUNK	vector/v.hull/main.c	163;"	d	file:
ALL_EVENTS_MASK	visualization/nviz/src/togl.c	166;"	d	file:
ALL_NULL_CODE	lib/g3d/fpcompress.c	62;"	d	file:
ALL_OK	vector/v.transform/trans.h	20;"	d
ALP_MASK	lib/ogsf/gsd_prim.c	41;"	d	file:
ALTITUDE_H	imagery/i.atcorr/Altitude.h	2;"	d
ALWAYS_SHOW_SELECTION	visualization/nviz/src/tkUnixPort.h	223;"	d
AMAX1	raster/r.horizon/main.c	55;"	d	file:
AMAX1	raster/r.sun/main.c	51;"	d	file:
AMAX1	raster/r.sun2/main.c	58;"	d	file:
AMIN1	raster/r.sun/main.c	52;"	d	file:
AMIN1	raster/r.sun2/main.c	59;"	d	file:
AMI_APPEND_STREAM	include/iostream/ami_stream.h	/^    AMI_APPEND_STREAM,		\/\/ Open for writing at end.  Create if needed.$/;"	e	enum:AMI_stream_type
AMI_APPEND_WRITE_STREAM	include/iostream/ami_stream.h	/^	AMI_APPEND_WRITE_STREAM \/\/ Open for writing at end (write only mode).$/;"	e	enum:AMI_stream_type
AMI_ERROR_END_OF_STREAM	include/iostream/ami_stream.h	/^  AMI_ERROR_END_OF_STREAM,$/;"	e	enum:AMI_err
AMI_ERROR_ENV_UNDEFINED	include/iostream/ami_stream.h	/^  AMI_ERROR_ENV_UNDEFINED,$/;"	e	enum:AMI_err
AMI_ERROR_INSUFFICIENT_AVAILABLE_STREAMS	include/iostream/ami_stream.h	/^  AMI_ERROR_INSUFFICIENT_AVAILABLE_STREAMS,$/;"	e	enum:AMI_err
AMI_ERROR_INSUFFICIENT_MAIN_MEMORY	include/iostream/ami_stream.h	/^  AMI_ERROR_INSUFFICIENT_MAIN_MEMORY,$/;"	e	enum:AMI_err
AMI_ERROR_IO_ERROR	include/iostream/ami_stream.h	/^  AMI_ERROR_IO_ERROR,$/;"	e	enum:AMI_err
AMI_ERROR_MM_ERROR	include/iostream/ami_stream.h	/^  AMI_ERROR_MM_ERROR,$/;"	e	enum:AMI_err
AMI_ERROR_NO_ERROR	include/iostream/ami_stream.h	/^  AMI_ERROR_NO_ERROR = 0,$/;"	e	enum:AMI_err
AMI_ERROR_NO_MAIN_MEMORY_OPERATION	include/iostream/ami_stream.h	/^  AMI_ERROR_NO_MAIN_MEMORY_OPERATION,$/;"	e	enum:AMI_err
AMI_ERROR_OBJECT_INITIALIZATION	include/iostream/ami_stream.h	/^  AMI_ERROR_OBJECT_INITIALIZATION,$/;"	e	enum:AMI_err
AMI_ERROR_OS_ERROR	include/iostream/ami_stream.h	/^  AMI_ERROR_OS_ERROR,$/;"	e	enum:AMI_err
AMI_ERROR_OUT_OF_RANGE	include/iostream/ami_stream.h	/^  AMI_ERROR_OUT_OF_RANGE,$/;"	e	enum:AMI_err
AMI_ERROR_PERMISSION_DENIED	include/iostream/ami_stream.h	/^  AMI_ERROR_PERMISSION_DENIED,$/;"	e	enum:AMI_err
AMI_ERROR_READ_ONLY	include/iostream/ami_stream.h	/^  AMI_ERROR_READ_ONLY,$/;"	e	enum:AMI_err
AMI_READ_STREAM	include/iostream/ami_stream.h	/^    AMI_READ_STREAM = 1,	\/\/ Open existing stream for reading$/;"	e	enum:AMI_stream_type
AMI_READ_WRITE_STREAM	include/iostream/ami_stream.h	/^    AMI_READ_WRITE_STREAM,	\/\/ Open to read and write.$/;"	e	enum:AMI_stream_type
AMI_SORT_IMPL_H	include/iostream/ami_sort_impl.h	22;"	d
AMI_STREAM	include/iostream/ami_stream.h	/^AMI_STREAM<T>::AMI_STREAM() {$/;"	f	class:AMI_STREAM
AMI_STREAM	include/iostream/ami_stream.h	/^AMI_STREAM<T>::AMI_STREAM(const char *path_name,$/;"	f	class:AMI_STREAM
AMI_STREAM	include/iostream/ami_stream.h	/^class AMI_STREAM : public UntypedStream {$/;"	c
AMI_WRITE_STREAM	include/iostream/ami_stream.h	/^    AMI_WRITE_STREAM,		\/\/ Open for writing.  Create if non-existent$/;"	e	enum:AMI_stream_type
AMI_err	include/iostream/ami_stream.h	/^enum AMI_err {$/;"	g
AMI_sort	include/iostream/ami_sort.h	/^AMI_sort(AMI_STREAM<T> *instream, AMI_STREAM<T> **outstream, Compare *cmp, $/;"	f
AMI_stream_type	include/iostream/ami_stream.h	/^enum AMI_stream_type {$/;"	g
AN	imagery/i.class/outline.c	17;"	d	file:
ANIMRATE	raster3d/r3.in.v5d/vis5d.h	66;"	d
ANIMRATE	raster3d/r3.out.v5d/vis5d.h	66;"	d
ANSWER	lib/vask/V_call.c	105;"	d	file:
ANTICLOCKWISE	raster3d/r3.showdspf/draw_cap_ogl.c	13;"	d	file:
ANY	lib/gis/ask.c	102;"	d	file:
ANY	vector/v.mapcalc/any.h	/^} ANY;$/;"	t	typeref:struct:Any
ANYFUNC	vector/v.mapcalc/any.c	/^} ANYFUNC;$/;"	t	typeref:struct:Anyfunc	file:
ANY_H	vector/v.mapcalc/any.h	2;"	d
ANY_NW	lib/gis/ask.c	103;"	d	file:
APACHE	display/drivers/HTMLMAP/htmlmap.h	12;"	d
APPDIR	macosx/app/Makefile	/^APPDIR = $(ARCH_DISTDIR)\/${MACOSX_APP_NAME}\/Contents$/;"	m
APP_VERSION	raster/r.carve/enforce.h	29;"	d
APnts	lib/vector/Vlib/intersect.c	/^static struct line_pnts *APnts, *BPnts, *IPnts;$/;"	v	typeref:struct:line_pnts	file:
APnts	lib/vector/Vlib/intersect.c	/^static struct line_pnts *APnts, *BPnts;$/;"	v	typeref:struct:line_pnts	file:
AQUA	include/colors.h	19;"	d
AQUA	raster/r.le/r.le.setup/colors.h	35;"	d
ARCH_OBJS	db/drivers/dbf/Makefile	/^ARCH_OBJS := $(foreach obj,$(OBJS),$(OBJDIR)\/$(obj))$/;"	m
ARCH_OBJS	db/drivers/odbc/Makefile	/^ARCH_OBJS := $(foreach obj,$(OBJS),$(OBJDIR)\/$(obj))$/;"	m
ARCH_OBJS	db/drivers/ogr/Makefile	/^ARCH_OBJS := $(foreach obj,$(OBJS),$(OBJDIR)\/$(obj))$/;"	m
ARCH_OBJS	db/drivers/postgres/Makefile	/^ARCH_OBJS := $(foreach obj,$(OBJS),$(OBJDIR)\/$(obj))$/;"	m
ARCH_OBJS	db/drivers/sqlite/Makefile	/^ARCH_OBJS := $(foreach obj,$(OBJS),$(OBJDIR)\/$(obj))$/;"	m
ARCH_OBJS	display/drivers/HTMLMAP/Makefile	/^ARCH_OBJS := $(foreach obj,$(OBJS),OBJ.$(ARCH)\/$(obj))$/;"	m
ARCH_OBJS	display/drivers/PNG/Makefile	/^ARCH_OBJS := $(foreach obj,$(OBJS),OBJ.$(ARCH)\/$(obj))$/;"	m
ARCH_OBJS	display/drivers/PS/Makefile	/^ARCH_OBJS := $(foreach obj,$(OBJS),OBJ.$(ARCH)\/$(obj))$/;"	m
ARCH_OBJS	display/drivers/XDRIVER/Makefile	/^ARCH_OBJS := $(foreach obj,$(OBJS),OBJ.$(ARCH)\/$(obj))$/;"	m
ARCH_OBJS	display/drivers/cairo/Makefile	/^ARCH_OBJS := $(foreach obj,$(OBJS),OBJ.$(ARCH)\/$(obj))$/;"	m
ARCH_OBJS	macosx/app/Makefile	/^ARCH_OBJS := $(foreach obj,$(OBJS),$(OBJDIR)\/$(obj)) $/;"	m
ARCH_OBJS	visualization/nviz/src/Makefile	/^ARCH_OBJS := $(foreach obj,$(OBJS),$(OBJDIR)\/$(obj)) $/;"	m
AREA	display/d.histogram/options.h	20;"	d
AREA	raster/r.le/r.le.setup/polytocell/ply_to_cll.h	8;"	d
AREA	raster/r.li/r.li.daemon/ipc.h	20;"	d
AREA_ALIVE	include/vect/dig_macros.h	19;"	d
AREA_LABELED	include/vect/dig_macros.h	17;"	d
ARE_MIN_UNLOCKED	lib/g3d/cache.c	30;"	d	file:
ARGVAL	raster3d/r3.showdspf/togif.c	491;"	d	file:
ARR_INCR	vector/v.in.dxf/global.h	19;"	d
ARR_MAX	vector/v.in.dxf/global.h	/^GLOBAL int ARR_MAX;$/;"	v
AR_INCR	raster/r.surf.contour/contour.h	9;"	d
AR_INCR	raster/r.water.outlet/basin.h	8;"	d
AR_INCR	raster/r.watershed/ram/Gwater.h	19;"	d
AR_INCR	raster/r.watershed/seg/Gwater.h	14;"	d
AR_SIZE	raster/r.water.outlet/basin.h	7;"	d
AR_SIZE	raster/r.watershed/ram/Gwater.h	18;"	d
AR_SIZE	raster/r.watershed/seg/Gwater.h	13;"	d
ASPECT	raster/r.param.scale/param.h	47;"	d
ASPECT	raster/r.sun2/main.c	48;"	d	file:
AS_CELLHD	lib/edit/edit_cellhd.c	21;"	d	file:
AS_DEF_WINDOW	lib/edit/edit_cellhd.c	23;"	d	file:
AS_WINDOW	lib/edit/edit_cellhd.c	22;"	d	file:
ATL_xerbla	configure	/^ATL_xerbla()$/;"	f
ATMOSPHERIC_MODEL_H	imagery/i.atcorr/AtmosModel.h	2;"	d
ATTR	vector/v.overlay/local.h	/^} ATTR;$/;"	t	typeref:struct:__anon172
ATTRIBUTES	vector/v.overlay/local.h	/^} ATTRIBUTES;$/;"	t	typeref:struct:__anon173
ATTY_ANY	include/gstypes.h	54;"	d
ATTY_CHAR	include/gstypes.h	53;"	d
ATTY_FLOAT	include/gstypes.h	50;"	d
ATTY_INT	include/gstypes.h	51;"	d
ATTY_MASK	include/gstypes.h	49;"	d
ATTY_NULL	include/gstypes.h	48;"	d
ATTY_SHORT	include/gstypes.h	52;"	d
ATT_ALIVE	include/vect/dig_macros.h	21;"	d
ATT_COLOR	include/gsurf.h	65;"	d
ATT_EMIT	include/gsurf.h	69;"	d
ATT_MASK	include/gsurf.h	66;"	d
ATT_NORM	include/gsurf.h	63;"	d
ATT_SHINE	include/gsurf.h	68;"	d
ATT_TOPO	include/gsurf.h	64;"	d
ATT_TRANSP	include/gsurf.h	67;"	d
ATT_TYPES	include/dig_atts.h	16;"	d
AUTOLOAD	swig/perl/R_slope_aspect/lib/R_slope_aspect.pm	/^sub AUTOLOAD {$/;"	s
AUXDIR	vector/v.digit/Makefile	/^AUXDIR := $(GISBASE)\/etc\/v.digit$/;"	m
AVERAGE	raster/r.statistics/method.h	2;"	d
AVL_ADD	raster/r.li/r.li.daemon/avlDefs.h	19;"	d
AVL_D	raster/r.li/r.li.daemon/avlDefs.h	11;"	d
AVL_DD	raster/r.li/r.li.daemon/avlDefs.h	14;"	d
AVL_DS	raster/r.li/r.li.daemon/avlDefs.h	15;"	d
AVL_ERR	raster/r.li/r.li.daemon/avlDefs.h	20;"	d
AVL_H	lib/vector/dglib/avl.h	27;"	d
AVL_H	raster/r.li/r.li.daemon/avl.h	12;"	d
AVL_MAX_HEIGHT	lib/vector/dglib/avl.h	54;"	d
AVL_PRES	raster/r.li/r.li.daemon/avlDefs.h	18;"	d
AVL_S	raster/r.li/r.li.daemon/avlDefs.h	10;"	d
AVL_SD	raster/r.li/r.li.daemon/avlDefs.h	13;"	d
AVL_SS	raster/r.li/r.li.daemon/avlDefs.h	12;"	d
AVL_table	raster/r.li/r.li.daemon/avl.h	/^typedef AVL_tableRow *AVL_table;$/;"	t
AVL_tableRow	raster/r.li/r.li.daemon/avl.h	/^typedef struct AVL_tableRow$/;"	s
AVL_tableRow	raster/r.li/r.li.daemon/avl.h	/^} AVL_tableRow;$/;"	t	typeref:struct:AVL_tableRow
A_DIR	vector/v.in.ascii/in.c	28;"	d	file:
Aatb_r	raster/r.topmodel/global.h	/^    double *atb, *Aatb_r;$/;"	m	struct:__anon129
AbstraStruct	imagery/i.atcorr/Abstra.h	/^struct AbstraStruct$/;"	s
AbstractDigit	gui/wxpython/gui_modules/vdigit.py	/^class AbstractDigit:$/;"	c
AbstractDisplayDriver	gui/wxpython/gui_modules/vdigit.py	/^class AbstractDisplayDriver:$/;"	c
AbstractToolbar	gui/wxpython/gui_modules/toolbars.py	/^class AbstractToolbar(object):$/;"	c
AccumAlpha	visualization/nviz/src/togl.c	/^    int     AccumAlpha;$/;"	m	struct:Togl	file:
AccumBlue	visualization/nviz/src/togl.c	/^    int     AccumBlue;$/;"	m	struct:Togl	file:
AccumFlag	visualization/nviz/src/togl.c	/^    Bool    AccumFlag;$/;"	m	struct:Togl	file:
AccumGreen	visualization/nviz/src/togl.c	/^    int     AccumGreen;$/;"	m	struct:Togl	file:
AccumRed	visualization/nviz/src/togl.c	/^    int     AccumRed;$/;"	m	struct:Togl	file:
Ad	raster/r.topmodel/global.h	/^    double *Ad;$/;"	m	struct:__anon134
Ad_r	raster/r.topmodel/global.h	/^    double *d, *Ad_r;$/;"	m	struct:__anon130
AddActionToChangeset	gui/wxpython/vdigit/undo.cpp	/^int Digit::AddActionToChangeset(int changeset, Digit::action_type type, int line)$/;"	f	class:Digit
AddActionsAfter	gui/wxpython/vdigit/digit.cpp	/^void Digit::AddActionsAfter(int changeset, int nlines)$/;"	f	class:Digit
AddActionsBefore	gui/wxpython/vdigit/digit.cpp	/^int Digit::AddActionsBefore(void)$/;"	f	class:Digit
AddColumnName	gui/wxpython/gui_modules/sqlbuilder.py	/^    def AddColumnName(self,event):$/;"	m	class:SQLFrame
AddGCP	gui/wxpython/gui_modules/georect.py	/^    def AddGCP(self, event):$/;"	m	class:GCP
AddGCPItem	gui/wxpython/gui_modules/georect.py	/^    def AddGCPItem(self):$/;"	m	class:GCPList
AddGeodesic	gui/wxpython/wxgui.py	/^    def AddGeodesic(self, event):$/;"	m	class:GMFrame
AddGrid	gui/wxpython/wxgui.py	/^    def AddGrid(self, event):$/;"	m	class:GMFrame
AddHIS	gui/wxpython/wxgui.py	/^    def AddHIS(self, event):$/;"	m	class:GMFrame
AddIsosurface	gui/wxpython/nviz/volume.cpp	/^int Nviz::AddIsosurface(int id, int level)$/;"	f	class:Nviz
AddItem	gui/wxpython/gui_modules/gselect.py	/^    def AddItem(self, value, parent=None):$/;"	m	class:TreeCtrlComboPopup
AddLayer	gui/wxpython/gui_modules/render.py	/^    def AddLayer(self, type, command, name=None,$/;"	m	class:Map
AddLayer	gui/wxpython/gui_modules/wxgui_utils.py	/^    def AddLayer(self, ltype, lname=None, lchecked=None,$/;"	m	class:LayerTree
AddLine	gui/wxpython/gui_modules/vdigit.py	/^    def AddLine (self, map, line, coords):$/;"	m	class:VDigit
AddLine	gui/wxpython/vdigit/line.cpp	/^int Digit::AddLine(int type, std::vector<double> coords, int layer, int cat,$/;"	f	class:Digit
AddMark	gui/wxpython/gui_modules/mcalc_builder.py	/^    def AddMark(self,event):$/;"	m	class:MapCalcFrame
AddMark	gui/wxpython/gui_modules/sqlbuilder.py	/^    def AddMark(self,event):$/;"	m	class:SQLFrame
AddOne	vector/v.hull/chull.c	/^bool AddOne(tVertex p)$/;"	f
AddOp	gui/wxpython/vdigit/pseudodc.h	/^        void AddOp(gpdcOp *op) $/;"	f	class:gpdcObject
AddOverlay	gui/wxpython/gui_modules/render.py	/^    def AddOverlay(self, id, type, command,$/;"	m	class:Map
AddPoint	gui/wxpython/gui_modules/vdigit.py	/^    def AddPoint (self, map, point, x, y, z=None):$/;"	m	class:VDigit
AddQueryMapLayer	gui/wxpython/gui_modules/dbm.py	/^    def AddQueryMapLayer(self):$/;"	m	class:AttributeManager
AddRGB	gui/wxpython/wxgui.py	/^    def AddRGB(self, event):$/;"	m	class:GMFrame
AddRastarrow	gui/wxpython/wxgui.py	/^    def AddRastarrow(self, event):$/;"	m	class:GMFrame
AddRaster	gui/wxpython/wxgui.py	/^    def AddRaster(self, event):$/;"	m	class:GMFrame
AddRaster3d	gui/wxpython/wxgui.py	/^    def AddRaster3d(self, event):$/;"	m	class:GMFrame
AddRastnum	gui/wxpython/wxgui.py	/^    def AddRastnum(self, event):$/;"	m	class:GMFrame
AddRhumb	gui/wxpython/wxgui.py	/^    def AddRhumb(self, event):$/;"	m	class:GMFrame
AddRules	gui/wxpython/gui_modules/colorrules.py	/^    def AddRules(self, nrules):$/;"	m	class:ColorTable
AddScriptCmd	visualization/nviz/scripts/script_support.tcl	/^proc AddScriptCmd {} {$/;"	p
AddScriptLine	visualization/nviz/scripts/script_support.tcl	/^proc AddScriptLine {} {$/;"	p
AddShaded	gui/wxpython/wxgui.py	/^    def AddShaded(self, event):$/;"	m	class:GMFrame
AddTextWrapped	gui/wxpython/gui_modules/goutput.py	/^    def AddTextWrapped(self, txt, wrap=None):$/;"	m	class:GMStc
AddThemeChart	gui/wxpython/wxgui.py	/^    def AddThemeChart(self, event):$/;"	m	class:GMFrame
AddThemeMap	gui/wxpython/wxgui.py	/^    def AddThemeMap(self, event):$/;"	m	class:GMFrame
AddTmpVectorMapLayer	gui/wxpython/gui_modules/mapdisp.py	/^    def AddTmpVectorMapLayer(self, name, cats, useId=False, addLayer=True):$/;"	m	class:MapFrame
AddToList	gui/wxpython/vdigit/pseudodc.cpp	/^void gwxPseudoDC::AddToList(gpdcOp *newOp)$/;"	f	class:gwxPseudoDC
AddToList	visualization/nviz/src/togl.c	/^AddToList(Togl *t)$/;"	f	file:
AddToolbar	gui/wxpython/gui_modules/mapdisp.py	/^    def AddToolbar(self, name):$/;"	m	class:MapFrame
AddToolbarButton	gui/wxpython/gui_modules/histogram.py	/^    def AddToolbarButton(self, toolbar, label, icon, help, handler):$/;"	m	class:HistFrame
AddToolbarButton	gui/wxpython/wxgui.py	/^    def AddToolbarButton(self, toolbar, label, icon, help, handler):$/;"	m	class:GMFrame
AddValue	gui/wxpython/gui_modules/sqlbuilder.py	/^    def AddValue(self,event):$/;"	m	class:SQLFrame
AddVector	gui/wxpython/wxgui.py	/^    def AddVector(self, event):$/;"	m	class:GMFrame
AddVertex	gui/wxpython/gui_modules/vdigit.py	/^    def AddVertex(self, coords):$/;"	m	class:VDigit
AdjustRegion	gui/wxpython/gui_modules/render.py	/^    def AdjustRegion(self):$/;"	m	class:Map
AerosolConcentration	imagery/i.atcorr/AerosolConcentration.h	/^struct AerosolConcentration$/;"	s
AerosolModel	imagery/i.atcorr/AerosolModel.h	/^struct AerosolModel$/;"	s
AlignExtentFromDisplay	gui/wxpython/gui_modules/render.py	/^    def AlignExtentFromDisplay(self):$/;"	m	class:Map
AlignResolution	gui/wxpython/gui_modules/render.py	/^    def AlignResolution(self):$/;"	m	class:Map
All	vector/v.voronoi/defs.h	/^int All;$/;"	v
AllFilters	raster/r.random.surface/ransurf.h	/^GLOBAL FILTER *AllFilters, Filter;$/;"	v
AllMaxDist	raster/r.random.surface/ransurf.h	/^GLOBAL double **Surface, NS, EW, FilterSD, AllMaxDist, *Norm;$/;"	v
AlphaFlag	visualization/nviz/src/togl.c	/^    Bool    AlphaFlag;$/;"	m	struct:Togl	file:
AlphaSize	visualization/nviz/src/togl.c	/^    int     AlphaSize;$/;"	m	struct:Togl	file:
Altitude	imagery/i.atcorr/Altitude.h	/^struct Altitude$/;"	s
Any	vector/v.mapcalc/any.h	/^typedef struct Any$/;"	s
Anyfunc	vector/v.mapcalc/any.c	/^typedef struct Anyfunc$/;"	s	file:
App_context	raster3d/r3.showdspf/kns_globals.h	/^DECLARATION XtAppContext App_context;$/;"	v
Append	gui/wxpython/gui_modules/preferences.py	/^    def Append(self, dict, group, key, subkey, value):$/;"	m	class:Settings
ApplyChanges	gui/wxpython/gui_modules/vdigit.py	/^    def ApplyChanges(self, fid):$/;"	m	class:VDigitCategoryDialog
ApplyChangeset	gui/wxpython/vdigit/undo.cpp	/^int Digit::ApplyChangeset(int changeset, bool undo)$/;"	f	class:Digit
ApplyCommands	gui/wxpython/gui_modules/dbm.py	/^    def ApplyCommands(self):$/;"	m	class:AttributeManager
ApplySettings	gui/wxpython/gui_modules/nviz_tools.py	/^    def ApplySettings(self):$/;"	m	class:NvizToolWindow
Area	include/vect/dig_structs.h	/^    P_AREA **Area;$/;"	m	struct:Plus_head
Area_offset	include/vect/dig_structs.h	/^    long Area_offset;$/;"	m	struct:Plus_head
Area_spidx	include/vect/dig_structs.h	/^    struct Node *Area_spidx;$/;"	m	struct:Plus_head	typeref:struct:Plus_head::Node
Area_spidx_offset	include/vect/dig_structs.h	/^    long Area_spidx_offset;$/;"	m	struct:Plus_head
ArrowButton::_destroy	lib/external/bwidget/arrow.tcl	/^proc ArrowButton::_destroy { path } {$/;"	p
ArrowButton::_enter	lib/external/bwidget/arrow.tcl	/^proc ArrowButton::_enter { path } {$/;"	p
ArrowButton::_leave	lib/external/bwidget/arrow.tcl	/^proc ArrowButton::_leave { path } {$/;"	p
ArrowButton::_press	lib/external/bwidget/arrow.tcl	/^proc ArrowButton::_press { path } {$/;"	p
ArrowButton::_redraw	lib/external/bwidget/arrow.tcl	/^proc ArrowButton::_redraw { path width height } {$/;"	p
ArrowButton::_redraw_relief	lib/external/bwidget/arrow.tcl	/^proc ArrowButton::_redraw_relief { path } {$/;"	p
ArrowButton::_redraw_state	lib/external/bwidget/arrow.tcl	/^proc ArrowButton::_redraw_state { path } {$/;"	p
ArrowButton::_redraw_whole	lib/external/bwidget/arrow.tcl	/^proc ArrowButton::_redraw_whole { path width height } {$/;"	p
ArrowButton::_release	lib/external/bwidget/arrow.tcl	/^proc ArrowButton::_release { path } {$/;"	p
ArrowButton::_repeat	lib/external/bwidget/arrow.tcl	/^proc ArrowButton::_repeat { path } {$/;"	p
ArrowButton::cget	lib/external/bwidget/arrow.tcl	/^proc ArrowButton::cget { path option } {$/;"	p
ArrowButton::configure	lib/external/bwidget/arrow.tcl	/^proc ArrowButton::configure { path args } {$/;"	p
ArrowButton::create	lib/external/bwidget/arrow.tcl	/^proc ArrowButton::create { path args } {$/;"	p
ArrowButton::invoke	lib/external/bwidget/arrow.tcl	/^proc ArrowButton::invoke { path } {$/;"	p
Asp	lib/gpde/N_pde.h	/^    N_spvector **Asp;		\/*the sparse matrix *\/$/;"	m	struct:__anon47
AtmosModel	imagery/i.atcorr/AtmosModel.h	/^struct AtmosModel$/;"	s
AttachMetadata	raster/r.out.gdal/main.c	/^static void AttachMetadata(GDALDatasetH hDS, char **papszMetadataOptions)$/;"	f	file:
AttributeManager	gui/wxpython/gui_modules/dbm.py	/^class AttributeManager(wx.Frame):$/;"	c
Attributes	raster3d/r3.showdspf/new_init_graphics.c	/^static int Attributes[] = { GLX_RGBA, GLX_DEPTH_SIZE, 16, GLX_RED_SIZE, 1,$/;"	v	file:
AuxNumber	visualization/nviz/src/togl.c	/^    int     AuxNumber;$/;"	m	struct:Togl	file:
AvFILLp	swig/perl/R_slope_aspect/ppport.h	534;"	d
AxisSet	raster3d/r3.showdspf/Ball.h	/^typedef enum AxisSet$/;"	g
AxisSet	raster3d/r3.showdspf/Ball.h	/^{ NoAxes, CameraAxes, BodyAxes, OtherAxes, NSets } AxisSet;$/;"	t	typeref:enum:AxisSet
Az	lib/gpde/N_pde.h	/^    double Az;$/;"	m	struct:__anon48
B	display/d.thematic.area/plot.h	/^    unsigned char R, G, B;$/;"	m	struct:rgb_color
B	display/d.vect/plot.h	/^    unsigned char R, G, B;$/;"	m	struct:rgb_color
B	imagery/i.maxlik/main.c	/^double *B;$/;"	v
B	include/vect/dig_structs.h	/^    double B;			\/* bottom *\/$/;"	m	struct:P_area
B	include/vect/dig_structs.h	/^    double B;			\/* bottom *\/$/;"	m	struct:P_isle
B	include/vect/dig_structs.h	/^    double B;			\/* bottom *\/$/;"	m	struct:P_line
B	include/vect/dig_structs.h	/^    double B;			\/* bottom *\/$/;"	m	struct:bound_box
B	lib/gis/geodesic.c	/^static double A, B;$/;"	v	file:
B	lib/gpde/N_pde.h	/^    double B, W_B, E_B, N_B, S_B, NE_B, NW_B, SE_B, SW_B;$/;"	m	struct:__anon51
B	ps/ps.map/border.h	/^    double R, G, B;$/;"	m	struct:border
B	raster/r.composite/main.c	/^static struct band B[3];$/;"	v	typeref:struct:band	file:
B	raster/wildfire/r.ros/spot_dist.c	/^double B[14] = { 0, -1.21, -1.32, -1.19, -1.05, -0.92, -0.94,$/;"	v
B	raster3d/r3.showdspf/vizual.h	/^    int B[3];			\/* sets the minimum dim to be displayed along this axis *\/$/;"	m	struct:dspec
B0	lib/vector/transform/transform.c	/^static double B0, B1, B2, B3, B4, B5;$/;"	v	file:
B1	lib/vector/transform/transform.c	/^static double B0, B1, B2, B3, B4, B5;$/;"	v	file:
B2	lib/vector/transform/transform.c	/^static double B0, B1, B2, B3, B4, B5;$/;"	v	file:
B3	lib/vector/transform/transform.c	/^static double B0, B1, B2, B3, B4, B5;$/;"	v	file:
B4	lib/vector/transform/transform.c	/^static double B0, B1, B2, B3, B4, B5;$/;"	v	file:
B5	lib/vector/transform/transform.c	/^static double B0, B1, B2, B3, B4, B5;$/;"	v	file:
BACK	display/d.paint.labels/do_labels.c	12;"	d	file:
BACKCOL_LAYER	raster/wildfire/r.spreadpath/stash.h	14;"	d
BACKFACE	lib/ogsf/gs_query.c	35;"	d	file:
BACKGROUND	imagery/i.ortho.photo/photo.2image/analyze.c	60;"	d	file:
BACKGROUND	imagery/i.ortho.photo/photo.2image/camera_ref.h	3;"	d
BACKGROUND	imagery/i.ortho.photo/photo.2target/analyze.c	52;"	d	file:
BACKGROUND	imagery/i.points/analyze.c	54;"	d	file:
BACKGROUND	imagery/i.vpoints/analyze.c	43;"	d	file:
BACKROW_LAYER	raster/wildfire/r.spreadpath/stash.h	15;"	d
BACKWARD	raster/r.to.vect/global.h	29;"	d
BACKWARDS_COMPATIBLE	display/d.text.freetype/main.c	833;"	d	file:
BACKWARD_COMPATIBILITY	display/d.text.new/main.c	65;"	d	file:
BAD_SYNTAX	lib/gis/parser.c	87;"	d	file:
BAR	display/d.histogram/options.h	18;"	d
BARRIER	raster/wildfire/r.spread/main.c	/^int BARRIER = 0;$/;"	v
BAR_HEIGHT	display/d.histogram/pie.h	59;"	d
BAR_X1	display/d.histogram/pie.h	50;"	d
BAR_X2	display/d.histogram/pie.h	51;"	d
BAR_Y1	display/d.histogram/pie.h	52;"	d
BAR_Y2	display/d.histogram/pie.h	53;"	d
BASE_NAME	include/iostream/ami_stream.h	50;"	d
BASIN	raster/r.watershed/shed/watershed.h	25;"	d
BBOX_MINIMUM	display/drivers/HTMLMAP/Graph_Set.c	/^int BBOX_MINIMUM;$/;"	v
BC	lib/gpde/N_pde.h	/^    double NC, SC, WC, EC, TC, BC;$/;"	m	struct:__anon56
BDIM	raster/r.proj.seg/r.proj.h	9;"	d
BEEP	include/vect/dig_macros.h	7;"	d
BEFORE_STD	imagery/i.class/defs.h	107;"	d
BEGIN	include/graphics.h	49;"	d
BEGIN_SCALED_RASTER	include/graphics.h	82;"	d
BEGIN_SYNC_COUNT	include/graphics.h	14;"	d
BELEV	raster/r.topmodel/global.h	12;"	d
BETWEEN	include/gsurf.h	23;"	d
BFALSE	vector/v.hull/chull.c	/^{ BFALSE, BTRUE } bool;$/;"	e	enum:__anon182	file:
BGCMD	vector/v.digit/global.h	/^} BGCMD;$/;"	t	typeref:struct:__anon198
BG_COLOR	visualization/nviz/src/draw.c	8;"	d	file:
BGcolor	visualization/nviz/src/interface.h	/^    int BGcolor;$/;"	m	struct:__anon101
BIDIRECTIONAL	lib/vector/dglib/examples/cr_large_graph.c	44;"	d	file:
BIG	raster/r.horizon/main.c	48;"	d	file:
BIG	raster/r.le/r.le.patch/patch.h	39;"	d
BIG	raster/r.le/r.le.pixel/pixel.h	30;"	d
BIG	raster/r.le/r.le.setup/setup.h	42;"	d
BIG	raster/r.le/r.le.trace/r.le.trace.h	31;"	d
BIG	raster/r.sun/main.c	41;"	d	file:
BIG	raster/r.sun2/main.c	45;"	d	file:
BIGF	raster/r.random.surface/ransurf.h	29;"	d
BIGNEG	raster/r.watershed/ram/over_cells.c	2;"	d	file:
BIGNEG	raster/r.watershed/seg/over_cells.c	2;"	d	file:
BIG_GFX	raster3d/r3.in.v5d/vis5d.h	93;"	d
BIG_GFX	raster3d/r3.out.v5d/vis5d.h	93;"	d
BIG_NUM	lib/vector/rtree/rect.c	27;"	d	file:
BIG_TIC	display/d.histogram/bar.h	34;"	d
BIG_TIC	display/d.histogram/pie.h	65;"	d
BIG_TIC	display/d.linegraph/linegraph.h	26;"	d
BILINEAR	include/gis.h	222;"	d
BILINEAR	swig/perl/gis.h	206;"	d
BINDIR	Makefile	/^BINDIR=			${UNIX_BIN}$/;"	m
BINIO_H	raster3d/r3.in.v5d/binio.h	32;"	d
BINIO_H	raster3d/r3.out.v5d/binio.h	32;"	d
BIN_DIST_FILES	Makefile	/^BIN_DIST_FILES = $(FILES) \\$/;"	m
BIN_INSTALL	gem/globals.h	66;"	d
BITMAP	include/graphics.h	79;"	d
BKIDX	raster/r.proj.seg/r.proj.h	/^static inline int BKIDX(const struct cache *c, int y, int x)$/;"	f
BKIDX	raster/r.proj.seg/r.proj.h	55;"	d
BKPTR	raster/r.proj.seg/r.proj.h	/^static inline block *BKPTR(const struct cache *c, int y, int x)$/;"	f
BKPTR	raster/r.proj.seg/r.proj.h	56;"	d
BL	raster/r.texture/h_measure.c	33;"	d	file:
BLACK	imagery/i.ask/popup.c	/^static int WHITE, RED, BLACK, GREY;$/;"	v	file:
BLACK	imagery/i.class/globals.h	31;"	d
BLACK	imagery/i.ortho.photo/photo.2image/globals.h	54;"	d
BLACK	imagery/i.ortho.photo/photo.2target/globals.h	75;"	d
BLACK	imagery/i.points/globals.h	47;"	d
BLACK	include/colors.h	9;"	d
BLACK	ps/ps.map/ps_info.h	/^int BLACK = 1;$/;"	v
BLACK	ps/ps.map/ps_info.h	78;"	d
BLACK	raster/r.le/r.le.setup/colors.h	31;"	d
BLAS_WRAP_	include/blas.h	2;"	d
BLEVELS	visualization/nviz/src/togl.c	3402;"	d	file:
BLOC	lib/ogsf/gsds.c	64;"	d	file:
BLOCK	raster/r.proj.seg/r.proj.h	/^static inline block *BLOCK(struct cache *c, int y, int x)$/;"	f
BLOCK	raster/r.proj.seg/r.proj.h	57;"	d
BLOCKED_RUN	include/iostream/ami_sort_impl.h	37;"	d
BLOCKING_PT_INCLINATION	raster/r.los/pts_elim.c	26;"	d	file:
BLOCKING_PT_ORIENTATION	raster/r.los/pts_elim.c	27;"	d	file:
BLOCKING_PT_X	raster/r.los/pts_elim.c	24;"	d	file:
BLOCKING_PT_Y	raster/r.los/pts_elim.c	25;"	d	file:
BLOCKS_PER_COL	display/d.colors/graphics.h	1;"	d
BLOCKS_PER_COL	display/d.zoom/graphics.h	1;"	d
BLUE	imagery/i.class/globals.h	32;"	d
BLUE	imagery/i.ortho.photo/photo.2image/globals.h	55;"	d
BLUE	imagery/i.ortho.photo/photo.2target/globals.h	76;"	d
BLUE	imagery/i.points/globals.h	48;"	d
BLUE	include/colors.h	12;"	d
BLUE	raster/r.le/r.le.setup/colors.h	27;"	d
BLU_MASK	include/nviz.h	64;"	d
BLU_MASK	lib/ogsf/gsd_prim.c	40;"	d	file:
BLU_MASK	lib/ogsf/rgbpack.h	6;"	d
BLU_MASK	visualization/nviz/src/coldefs.h	7;"	d
BM	include/bitmap.h	/^struct BM$/;"	s
BM_FLAT	include/bitmap.h	9;"	d
BM_GET_BYOFFSET	lib/ogsf/gsget.h	29;"	d
BM_MAGIC	include/bitmap.h	4;"	d
BM_NOTSPARSE	include/bitmap.h	10;"	d
BM_SPARSE	include/bitmap.h	11;"	d
BM_TEXT	include/bitmap.h	6;"	d
BM_TEXT_LEN	include/bitmap.h	7;"	d
BM_col_to_bit	lib/bitmap/bitmap.c	42;"	d	file:
BM_col_to_bit	lib/bitmap/sparse.c	27;"	d	file:
BM_col_to_byte	lib/bitmap/bitmap.c	41;"	d	file:
BM_col_to_byte	lib/bitmap/sparse.c	26;"	d	file:
BM_create	lib/bitmap/bitmap.c	/^struct BM *BM_create(int x, int y)$/;"	f
BM_create_sparse	lib/bitmap/sparse.c	/^struct BM *BM_create_sparse(int x, int y)$/;"	f
BM_destroy	lib/bitmap/bitmap.c	/^int BM_destroy(struct BM *map)$/;"	f
BM_destroy_sparse	lib/bitmap/sparse.c	/^int BM_destroy_sparse(struct BM *map)$/;"	f
BM_dump_map_row_sparse	lib/bitmap/sparse.c	/^int BM_dump_map_row_sparse(struct BM *map, int y)$/;"	f
BM_dump_map_sparse	lib/bitmap/sparse.c	/^int BM_dump_map_sparse(struct BM *map)$/;"	f
BM_file_read	lib/bitmap/bitmap.c	/^struct BM *BM_file_read(FILE * fp)$/;"	f
BM_file_write	lib/bitmap/bitmap.c	/^int BM_file_write(FILE * fp, struct BM *map)$/;"	f
BM_file_write_sparse	lib/bitmap/sparse.c	/^int BM_file_write_sparse(FILE * fp, struct BM *map)$/;"	f
BM_get	lib/bitmap/bitmap.c	/^int BM_get(struct BM *map, int x, int y)$/;"	f
BM_get_map_size	lib/bitmap/bitmap.c	/^int BM_get_map_size(struct BM *map)$/;"	f
BM_get_map_size_sparse	lib/bitmap/sparse.c	/^int BM_get_map_size_sparse(struct BM *map)$/;"	f
BM_get_sparse	lib/bitmap/sparse.c	/^int BM_get_sparse(struct BM *map, int x, int y)$/;"	f
BM_set	lib/bitmap/bitmap.c	/^int BM_set(struct BM *map, int x, int y, int val)$/;"	f
BM_set_mode	lib/bitmap/bitmap.c	/^int BM_set_mode(int mode, int size)$/;"	f
BM_set_sparse	lib/bitmap/sparse.c	/^int BM_set_sparse(struct BM *map, int x, int y, int val)$/;"	f
BMlink	include/bitmap.h	/^struct BMlink$/;"	s
BORDER	imagery/i.class/histograms.c	17;"	d	file:
BORDER_W	raster/r.out.mpeg/main.c	51;"	d	file:
BORDER_W	visualization/xganim/main.c	37;"	d	file:
BOT	display/d.paint.labels/do_labels.c	17;"	d	file:
BOTTOM	imagery/i.ask/local_proto.h	/^int TOP, BOTTOM, LEFT, RIGHT;$/;"	v
BOUND_BOX	include/vect/dig_structs.h	/^typedef struct bound_box BOUND_BOX;$/;"	t	typeref:struct:bound_box
BOX_ABS	include/graphics.h	51;"	d
BOX_REL	include/graphics.h	52;"	d
BOYLE	vector/v.generalize/main.c	31;"	d	file:
BPnts	lib/vector/Vlib/intersect.c	/^static struct line_pnts *APnts, *BPnts, *IPnts;$/;"	v	typeref:struct:	file:
BPnts	lib/vector/Vlib/intersect.c	/^static struct line_pnts *APnts, *BPnts;$/;"	v	typeref:struct:	file:
BROWN	imagery/i.class/globals.h	33;"	d
BROWN	imagery/i.ortho.photo/photo.2image/globals.h	56;"	d
BROWN	imagery/i.ortho.photo/photo.2target/globals.h	77;"	d
BROWN	imagery/i.points/globals.h	49;"	d
BROWN	include/colors.h	22;"	d
BROWN	raster/r.le/r.le.setup/colors.h	33;"	d
BS	lib/vask/V_call.c	91;"	d	file:
BSEG	raster/r.surf.contour/cseg.h	21;"	d
BSEG	raster/r.watershed/seg/cseg.h	25;"	d
BSIZE	raster/r.proj.seg/r.proj.h	11;"	d
BSKY	raster/r.sun/main.c	47;"	d	file:
BSKY	raster/r.sun2/main.c	51;"	d	file:
BSLASH	lib/sites/sites.c	29;"	d	file:
BSLASH	sites/s.in.ascii/main.c	160;"	d	file:
BTREE	include/btree.h	/^} BTREE;$/;"	t	typeref:struct:__anon299
BTREE_NODE	include/btree.h	/^} BTREE_NODE;$/;"	t	typeref:struct:__anon298
BTRUE	vector/v.hull/chull.c	/^{ BFALSE, BTRUE } bool;$/;"	e	enum:__anon182	file:
BUFFERSIZ	lib/raster/rem_io.c	20;"	d	file:
BUFFER_SIZE	lib/ogsf/gvl_calc.c	30;"	d	file:
BUFFSIZE	raster/r.in.xyz/local_proto.h	24;"	d
BUFFSIZE	vector/v.edit/a2b.c	24;"	d	file:
BUFFSIZE	vector/v.in.ascii/a2b.c	7;"	d	file:
BUFSIZE	lib/gis/win32_pipes.c	41;"	d	file:
BUFSIZE	raster/r.topmodel/global.h	17;"	d
BUF_MAX	lib/init/clean_temp.c	29;"	d	file:
BUF_MAX	lib/init/clean_temp.c	31;"	d	file:
BUILD_PROG	include/vect/dig_defines.h	205;"	d
BWidget::XLFDfont	lib/external/bwidget/utils.tcl	/^proc BWidget::XLFDfont { cmd args } {$/;"	p
BWidget::assert	lib/external/bwidget/utils.tcl	/^proc BWidget::assert { exp {msg ""}} {$/;"	p
BWidget::clonename	lib/external/bwidget/utils.tcl	/^proc BWidget::clonename { menu } {$/;"	p
BWidget::focus	lib/external/bwidget/utils.tcl	/^proc BWidget::focus { option path } {$/;"	p
BWidget::get3dcolor	lib/external/bwidget/utils.tcl	/^proc BWidget::get3dcolor { path bgcolor } {$/;"	p
BWidget::getname	lib/external/bwidget/utils.tcl	/^proc BWidget::getname { name } {$/;"	p
BWidget::grab	lib/external/bwidget/utils.tcl	/^proc BWidget::grab { option path } {$/;"	p
BWidget::lreorder	lib/external/bwidget/utils.tcl	/^proc BWidget::lreorder { list neworder } {$/;"	p
BWidget::parsetext	lib/external/bwidget/utils.tcl	/^proc BWidget::parsetext { text } {$/;"	p
BWidget::place	lib/external/bwidget/utils.tcl	/^proc BWidget::place { path w h args } {$/;"	p
B_FACTS	raster/r.watershed/shed/watershed.h	27;"	d
B_spec	raster3d/r3.showdspf/draw_cap_ogl.c	/^static struct dspec *B_spec;$/;"	v	typeref:struct:dspec	file:
Back_Major	include/vect/dig_structs.h	/^    int Back_Major;		\/* earliest version that can use this data format *\/$/;"	m	struct:Plus_head
Back_Major	include/vect/dig_structs.h	/^    int Back_Major;$/;"	m	struct:dig_head
Back_Minor	include/vect/dig_structs.h	/^    int Back_Minor;$/;"	m	struct:Plus_head
Back_Minor	include/vect/dig_structs.h	/^    int Back_Minor;$/;"	m	struct:dig_head
BackgroundMapMsg	gui/wxpython/vdigit/message.cpp	/^void DisplayDriver::BackgroundMapMsg(const char *bgmap)$/;"	f	class:DisplayDriver
BallData	raster3d/r3.showdspf/Ball.h	/^} BallData;$/;"	t	typeref:struct:__anon112
Ball_BeginDrag	raster3d/r3.showdspf/Ball.c	/^void Ball_BeginDrag(BallData * ball)$/;"	f
Ball_EndDrag	raster3d/r3.showdspf/Ball.c	/^void Ball_EndDrag(BallData * ball)$/;"	f
Ball_Init	raster3d/r3.showdspf/Ball.c	/^void Ball_Init(BallData * ball)$/;"	f
Ball_Mouse	raster3d/r3.showdspf/Ball.c	/^void Ball_Mouse(BallData * ball, HVect vNow)$/;"	f
Ball_Place	raster3d/r3.showdspf/Ball.c	/^void Ball_Place(BallData * ball, HVect center, double radius)$/;"	f
Ball_SetMatrix	raster3d/r3.showdspf/Ball.c	/^void Ball_SetMatrix(BallData * ball, HMatrix mat)$/;"	f
Ball_Update	raster3d/r3.showdspf/Ball.c	/^void Ball_Update(BallData * ball)$/;"	f
Ball_Value	raster3d/r3.showdspf/Ball.c	/^void Ball_Value(BallData * ball, HMatrix mNow)$/;"	f
Band_cellhd	imagery/i.class/globals.h	/^GLOBAL struct Cell_head Band_cellhd;$/;"	v	typeref:struct:Cell_head
Band_histo	imagery/i.class/signature.c	/^static int **Band_histo;$/;"	v	file:
Band_max	imagery/i.class/signature.c	/^static int *Band_max;$/;"	v	file:
Band_min	imagery/i.class/signature.c	/^static int *Band_min;$/;"	v	file:
Band_product	imagery/i.class/signature.c	/^static float **Band_product;$/;"	v	file:
Band_sum	imagery/i.class/signature.c	/^static float *Band_sum;		\/* for means, variances *\/$/;"	v	file:
Bandbuf	imagery/i.class/globals.h	/^GLOBAL CELL **Bandbuf;$/;"	v
Bandfd	imagery/i.class/globals.h	/^GLOBAL int *Bandfd;$/;"	v
BaseClass	gui/wxpython/gui_modules/location_wizard.py	/^class BaseClass(wx.Object):$/;"	c
BasicMinMaxHeap	include/iostream/minmaxheap.h	/^  BasicMinMaxHeap(HeapIndex size) : maxsize(size) { $/;"	f	class:BasicMinMaxHeap
BasicMinMaxHeap	include/iostream/minmaxheap.h	/^class BasicMinMaxHeap {$/;"	c
Bcolor	vector/v.label/main.c	/^struct Option *Width, *Hcolor, *Hwidth, *Bcolor, *Border, *Opaque;$/;"	v	typeref:struct:
BeamRadFunc	raster/r.sun2/local_proto.h	/^typedef double (*BeamRadFunc) (double sh, double *bh,$/;"	t
Beep	imagery/i.ortho.photo/photo.2image/curses.c	/^int Beep(void)$/;"	f
Beep	imagery/i.ortho.photo/photo.2target/curses.c	/^int Beep(void)$/;"	f
Beep	imagery/i.points/curses.c	/^int Beep(void)$/;"	f
Beep	imagery/i.vpoints/curses.c	/^int Beep(void)$/;"	f
Begin	imagery/i.atcorr/Output.h	/^	static void Begin()					$/;"	f	class:Output
BeginDrawing	gui/wxpython/vdigit/pseudodc.h	/^    void BeginDrawing()$/;"	f	class:gwxPseudoDC
Begin_curses	imagery/i.class/curses.c	/^int Begin_curses(void)$/;"	f
Begin_curses	imagery/i.ortho.photo/photo.2image/curses.c	/^int Begin_curses(void)$/;"	f
Begin_curses	imagery/i.ortho.photo/photo.2target/curses.c	/^int Begin_curses(void)$/;"	f
Begin_curses	imagery/i.points/curses.c	/^int Begin_curses(void)$/;"	f
Begin_curses	imagery/i.vpoints/curses.c	/^int Begin_curses(void)$/;"	f
Begin_scaled_raster	lib/driver/driver.h	/^    void (*Begin_scaled_raster) (int, int[2][2], int[2][2]);$/;"	m	struct:driver
Bgcmd	vector/v.digit/global.h	/^BGCMD *Bgcmd = NULL;$/;"	v
BigF	raster/r.random.surface/ransurf.h	/^GLOBAL BIGF BigF;$/;"	v
Bitmap::_init	lib/external/bwidget/bitmap.tcl	/^proc Bitmap::_init { } {$/;"	p
Bitmap::get	lib/external/bwidget/bitmap.tcl	/^proc Bitmap::get { name } {$/;"	p
Block	vector/v.in.dwg/global.h	/^Global char *Block;$/;"	v
BlockHeapElement	include/iostream/replacementHeapBlock.h	/^  BlockHeapElement(): run(NULL) {};$/;"	f	class:BlockHeapElement
BlockHeapElement	include/iostream/replacementHeapBlock.h	/^class BlockHeapElement {$/;"	c
Blu	display/drivers/XDRIVER/Color_table.c	/^static int Red[256], Grn[256], Blu[256];$/;"	v	file:
Blu	lib/pngdriver/Color_table.c	/^static int Red[256], Grn[256], Blu[256];$/;"	v	file:
Blu	visualization/xganim/Clr_table.c	/^static int Red[256], Grn[256], Blu[256];$/;"	v	file:
Blu	visualization/ximgview/color.c	/^static int Red[256], Grn[256], Blu[256];$/;"	v	file:
BodyAxes	raster3d/r3.showdspf/Ball.h	/^{ NoAxes, CameraAxes, BodyAxes, OtherAxes, NSets } AxisSet;$/;"	e	enum:AxisSet
Boolean	lib/vector/dglib/examples/opt.h	/^    typedef int Boolean;$/;"	t
Border	vector/v.label/main.c	/^struct Option *Width, *Hcolor, *Hwidth, *Bcolor, *Border, *Opaque;$/;"	v	typeref:struct:
Box	lib/ogsf/gsd_objs.c	/^float Box[8][3] =$/;"	v
Box	vector/v.delaunay2/defs.h	/^BOUND_BOX Box;$/;"	v
Box	vector/v.voronoi/defs.h	/^BOUND_BOX Box;$/;"	v
BoxN	lib/ogsf/gsd_objs.c	/^float BoxN[6][3] =$/;"	v
Box_abs	lib/driver/driver.h	/^    void (*Box_abs) (int, int, int, int);$/;"	m	struct:driver
Box_rel	lib/driver/driver.h	/^    void (*Box_rel) (int, int);$/;"	m	struct:driver
Branch	lib/vector/rtree/index.h	/^struct Branch$/;"	s
BranchBuf	lib/vector/rtree/split_q.c	/^struct Branch BranchBuf[MAXCARD + 1];$/;"	v	typeref:struct:Branch
BranchCount	lib/vector/rtree/split_q.c	/^int BranchCount;$/;"	v
BreakLine	gui/wxpython/gui_modules/vdigit.py	/^    def BreakLine(self):$/;"	m	class:VDigit
BreakLineAtIntersection	gui/wxpython/vdigit/line.cpp	/^int Digit::BreakLineAtIntersection(int line, struct line_pnts* points_line,$/;"	f	class:Digit
BreakLines	gui/wxpython/vdigit/line.cpp	/^int Digit::BreakLines()$/;"	f	class:Digit
Buf	raster/r.random.surface/ransurf.h	/^GLOBAL char Buf[240], **OutNames, *TheoryName, *Mapset;$/;"	v
Buffer	lib/dspf/cube_io.c	/^static unsigned char Buffer[10000];	\/* buffer for outputting data to file *\/$/;"	v	file:
BufferedWindow	gui/wxpython/gui_modules/colorrules.py	/^class BufferedWindow(wx.Window):$/;"	c
BufferedWindow	gui/wxpython/gui_modules/histogram.py	/^class BufferedWindow(wx.Window):$/;"	c
BufferedWindow	gui/wxpython/gui_modules/mapdisp.py	/^class BufferedWindow(MapWindow, wx.Window):$/;"	c
Buffermode	lib/ogsf/GS2.c	/^static int Buffermode;$/;"	v	file:
Bugs2	imagery/i.ortho.photo/libes/error.c	/^FILE *Bugs2;$/;"	v
Bugsr	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL FILE *Bugsr;$/;"	v
Build_array	lib/vector/Vlib/build.c	/^static int (*Build_array[]) () = {$/;"	v	file:
BumpPixel	raster3d/r3.showdspf/togif.c	/^static void BumpPixel(vgl_GIFWriter * dataPtr)$/;"	f	file:
Button::_enter	lib/external/bwidget/button.tcl	/^proc Button::_enter { path } {$/;"	p
Button::_leave	lib/external/bwidget/button.tcl	/^proc Button::_leave { path } {$/;"	p
Button::_press	lib/external/bwidget/button.tcl	/^proc Button::_press { path } {$/;"	p
Button::_release	lib/external/bwidget/button.tcl	/^proc Button::_release { path } {$/;"	p
Button::_repeat	lib/external/bwidget/button.tcl	/^proc Button::_repeat { path } {$/;"	p
Button::cget	lib/external/bwidget/button.tcl	/^proc Button::cget { path option } {$/;"	p
Button::configure	lib/external/bwidget/button.tcl	/^proc Button::configure { path args } {$/;"	p
Button::create	lib/external/bwidget/button.tcl	/^proc Button::create { path args } {$/;"	p
Button::invoke	lib/external/bwidget/button.tcl	/^proc Button::invoke { path } {$/;"	p
ButtonBox::_destroy	lib/external/bwidget/buttonbox.tcl	/^proc ButtonBox::_destroy { path } {$/;"	p
ButtonBox::add	lib/external/bwidget/buttonbox.tcl	/^proc ButtonBox::add { path args } {$/;"	p
ButtonBox::cget	lib/external/bwidget/buttonbox.tcl	/^proc ButtonBox::cget { path option } {$/;"	p
ButtonBox::configure	lib/external/bwidget/buttonbox.tcl	/^proc ButtonBox::configure { path args } {$/;"	p
ButtonBox::create	lib/external/bwidget/buttonbox.tcl	/^proc ButtonBox::create { path args } {$/;"	p
ButtonBox::index	lib/external/bwidget/buttonbox.tcl	/^proc ButtonBox::index { path index } {$/;"	p
ButtonBox::invoke	lib/external/bwidget/buttonbox.tcl	/^proc ButtonBox::invoke { path index } {$/;"	p
ButtonBox::itemcget	lib/external/bwidget/buttonbox.tcl	/^proc ButtonBox::itemcget { path index option } {$/;"	p
ButtonBox::itemconfigure	lib/external/bwidget/buttonbox.tcl	/^proc ButtonBox::itemconfigure { path index args } {$/;"	p
ButtonBox::setfocus	lib/external/bwidget/buttonbox.tcl	/^proc ButtonBox::setfocus { path index } {$/;"	p
Button_minus	raster3d/r3.showdspf/new_init_graphics.c	/^static Widget Button_minus;$/;"	v	file:
Button_plus	raster3d/r3.showdspf/new_init_graphics.c	/^static Widget Button_plus;$/;"	v	file:
ByteCopy	lib/external/shapelib/shpopen.c	249;"	d	file:
C	imagery/i.cluster/main.c	/^struct Cluster C;$/;"	v	typeref:struct:Cluster
C	lib/gis/intr_char.c	12;"	d	file:
C	lib/gis/intr_char.c	17;"	d	file:
C	lib/gis/intr_char.c	8;"	d	file:
C	lib/gpde/N_pde.h	/^    double C, W, E, N, S, NE, NW, SE, SW, V;$/;"	m	struct:__anon51
C & C++ Code	lib/vector/rtree/docs/sources.htm	/^<center><a NAME="C & C++ Code"><\/a><b><font size=+2>C &amp; C++ Code<\/font><\/b><\/center>$/;"	a
C1	lib/gis/G.h	/^    double C1, C2;		\/* Data to window row constants *\/$/;"	m	struct:fileinfo
C2	lib/gis/G.h	/^    double C1, C2;		\/* Data to window row constants *\/$/;"	m	struct:fileinfo
CACHESIZE	raster/r.li/r.li.daemon/worker.c	38;"	d	file:
CAIROCOLOR	lib/cairodriver/cairodriver.h	21;"	d
CAMERA_FILE	imagery/i.ortho.photo/libes/cam_info.c	7;"	d	file:
CAPFILE	display/d.text.freetype/Makefile	/^CAPFILE=freetypecap$/;"	m
CAPFILE	general/g.mkfontcap/Makefile	/^CAPFILE = $(ETC)\/fontcap$/;"	m
CAPFILE	tools/mkftcap/Makefile	/^CAPFILE = $(ETC)\/freetypecap$/;"	m
CAT	raster/r.watershed/shed/watershed.h	28;"	d
CAT	vector/v.distance/main.c	35;"	d	file:
CATINFO	raster/r.random.surface/ransurf.h	40;"	d
CATLABEL	raster/r.to.vect/global.h	39;"	d
CATNUM	raster/r.to.vect/global.h	38;"	d
CATSREADY	lib/ogsf/GS2.c	1147;"	d	file:
CAT_MODE_COUNT	vector/v.digit/global.h	144;"	d
CAT_MODE_MAN	vector/v.digit/global.h	142;"	d
CAT_MODE_NEXT	vector/v.digit/global.h	143;"	d
CAT_MODE_NO	vector/v.digit/global.h	141;"	d
CAT_WIN	display/d.colors/curses.c	/^WINDOW *CAT_WIN;$/;"	v
CBITS	raster3d/r3.showdspf/togif.c	22;"	d	file:
CC	gem/Makefile	/^CC=gcc$/;"	m
CC	swig/python/NumPtr/src/Makefile	/^  CC := cc$/;"	m
CC	swig/python/NumPtr/src/Makefile	/^  CC := gcc$/;"	m
CC	vector/v.mapcalc/Makefile	/^CC = gcc$/;"	m
CC	vector/v.mapcalc/plugins/Makefile	/^CC = gcc$/;"	m
CCB	raster/r.out.vrml/pv.h	16;"	d
CCFLAGS	swig/python/NumPtr/src/Makefile	/^  CCFLAGS := -fno-common$/;"	m
CCFLAGS	swig/python/NumPtr/src/Makefile	/^  CCFLAGS :=$/;"	m
CCFOREST_H	raster/r.terraflow/ccforest.h	21;"	d
CCLABEL_FMT	raster/r.terraflow/types.h	73;"	d
CD_MASK	raster/r.sunmask/solpos00.c	883;"	d	file:
CDisplayDriver	gui/wxpython/gui_modules/vdigit.py	/^class CDisplayDriver(AbstractDisplayDriver):$/;"	c
CELL	include/gis.h	/^typedef int CELL;$/;"	t
CELL	swig/perl/gis.h	/^typedef int CELL;$/;"	t
CELLSORTER	raster/r.random.cells/ransurf.h	20;"	d
CELL_COUNTS	raster/r.report/global.h	132;"	d
CELL_DIR	lib/gis/closecell.c	/^static char CELL_DIR[100];$/;"	v	file:
CELL_ENTRY	lib/dspf/viz.h	/^} CELL_ENTRY;			\/* for writing out in condensed format *\/$/;"	t	typeref:struct:__anon37
CELL_ENTRY	lib/ogsf/mc33_table.h	/^} CELL_ENTRY;$/;"	t	typeref:struct:__anon66
CELL_ENTRY	raster3d/r3.showdspf/vizual2.h	/^} CELL_ENTRY;			\/* for writing out in condensed format *\/$/;"	t	typeref:struct:__anon118
CELL_PTRHA_H	raster/wildfire/r.spread/cell_ptrHa.h	2;"	d
CELL_TYPE	include/gis.h	67;"	d
CELL_TYPE	swig/perl/gis.h	61;"	d
CENT	display/d.paint.labels/do_labels.c	16;"	d	file:
CENTER	ps/ps.map/do_geogrid.c	21;"	d	file:
CENTER	ps/ps.map/do_grid.c	16;"	d	file:
CENTER	ps/ps.map/do_labels.c	22;"	d	file:
CENTER	ps/ps.map/do_scalebar.c	16;"	d	file:
CENTER	ps/ps.map/mtextbox.c	12;"	d	file:
CENTER	ps/ps.map/ps_fclrtbl.c	17;"	d	file:
CENTER	ps/ps.map/r_text.c	20;"	d	file:
CENTER	ps/ps.map/scan_ref.c	14;"	d	file:
CENTER	ps/ps.map/textbox.c	12;"	d	file:
CENTER	vector/v.net.alloc/main.c	/^} CENTER;$/;"	t	typeref:struct:__anon174	file:
CENTER	vector/v.net.iso/main.c	/^} CENTER;$/;"	t	typeref:struct:__anon191	file:
CENTERED	vector/v.out.dxf/main.c	29;"	d	file:
CENTR	vector/v.in.ogr/global.h	/^} CENTR;$/;"	t	typeref:struct:__anon178
CENTR	vector/v.overlay/local.h	/^} CENTR;$/;"	t	typeref:struct:__anon171
CEULER	lib/rst/interp_float/interp2d.c	35;"	d	file:
CEULER	vector/v.vol.rst/user3.c	251;"	d	file:
CFL	imagery/i.ortho.photo/libes/orthophoto.h	/^    double CFL;$/;"	m	struct:Ortho_Camera_File_Ref
CFLAGS	display/d.what.vect/Makefile	/^CFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(CFLAGS)))$/;"	m
CFLAGS	gem/Makefile	/^CFLAGS=-g -Wall -pedantic -Werror-implicit-function-declaration -fno-common$/;"	m
CFLAGS	gui/wxpython/nviz/Makefile	/^CFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(CFLAGS)))$/;"	m
CFLAGS	gui/wxpython/vdigit/Makefile	/^CFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(CFLAGS)))$/;"	m
CFLAGS	lib/form/Makefile	/^CFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(CFLAGS)))$/;"	m
CFLAGS	vector/v.digit/Makefile	/^CFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(CFLAGS)))$/;"	m
CFLAGS	vector/v.mapcalc/Makefile	/^CFLAGS = -O2 -Wall -Werror -rdynamic$/;"	m
CFLAGS	vector/v.mapcalc/plugins/Makefile	/^CFLAGS = -g -Wall -Werror$/;"	m
CFLAGS	vector/v.what/Makefile	/^CFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(CFLAGS)))$/;"	m
CFLAGS	visualization/nviz/src/Makefile	/^CFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(CFLAGS)))$/;"	m
CF_CHARSCALED	include/gstypes.h	67;"	d
CF_COLOR_PACKED	include/gstypes.h	65;"	d
CF_NOT_CHANGED	include/gstypes.h	64;"	d
CF_USR_CHANGED	include/gstypes.h	66;"	d
CHAIKEN	vector/v.generalize/main.c	33;"	d	file:
CHANNEL	raster/r.param.scale/param.h	38;"	d
CHARS	raster/r.random.cells/ransurf.h	39;"	d
CHARS	raster/r.random.cells/ransurf.h	45;"	d
CHARS	raster/r.random.surface/ransurf.h	62;"	d
CHARS	raster/r.random.surface/ransurf.h	68;"	d
CHARSET	include/graphics.h	73;"	d
CHARVAL	visualization/nviz/src/coldefs.h	22;"	d
CHECKED_PT_INCLINATION	raster/r.los/pts_elim.c	32;"	d	file:
CHECKED_PT_ORIENTATION	raster/r.los/pts_elim.c	33;"	d	file:
CHECKED_PT_X	raster/r.los/pts_elim.c	30;"	d	file:
CHECKED_PT_Y	raster/r.los/pts_elim.c	31;"	d	file:
CHK_FREQ	lib/ogsf/gpd.c	26;"	d	file:
CHK_FREQ	lib/ogsf/gvd.c	27;"	d	file:
CHOICE	raster/r.le/r.le.patch/patch.h	/^struct CHOICE$/;"	s
CHOICE	raster/r.le/r.le.pixel/pixel.h	/^struct CHOICE$/;"	s
CHOICE	raster/r.le/r.le.trace/r.le.trace.h	/^struct CHOICE$/;"	s
CHTYPE_DANGLE	lib/vector/Vlib/dangles.c	26;"	d	file:
CHUNK	display/d.graph/do_graph.c	12;"	d	file:
CHUNK	display/d.mapgraph/do_graph.c	11;"	d	file:
CH_MASK	raster/r.sunmask/solpos00.c	884;"	d	file:
CIDX	vector/v.net.path/path.c	/^} CIDX;$/;"	t	typeref:struct:__anon186	file:
CLEAN	gem/globals.h	68;"	d
CLEAN_SUBDIRS	gui/wxpython/Makefile	/^CLEAN_SUBDIRS = vdigit nviz$/;"	m
CLEAN_SUBDIRS	raster/r.le/r.le.setup/Makefile	/^CLEAN_SUBDIRS = polytocell$/;"	m
CLEAN_SUBDIRS	swig/python/Makefile	/^CLEAN_SUBDIRS = NumPtr$/;"	m
CLEAN_SUBDIRS	vector/v.clean/Makefile	/^CLEAN_SUBDIRS = test$/;"	m
CLEAR	swig/perl/Grass.pm	/^sub CLEAR { }$/;"	s
CLIBS	gem/Makefile	/^CLIBS=$/;"	m
CLIENT	display/drivers/HTMLMAP/htmlmap.h	14;"	d
CLIENT_ARCH_OBJS	db/drivers/mysql/Makefile	/^CLIENT_ARCH_OBJS := $(foreach obj,$(CLIENT_OBJS),$(OBJDIR)\/$(obj))$/;"	m
CLIENT_DRIVER	db/drivers/mysql/Makefile	/^CLIENT_DRIVER=$(DBDRIVERDIR)\/mysql$(EXE)$/;"	m
CLIENT_OBJS	db/drivers/mysql/Makefile	/^CLIENT_OBJS = $(OBJS) db.o$/;"	m
CLOCKWISE	raster3d/r3.showdspf/draw_cap_ogl.c	14;"	d	file:
CLOSE_PATH	ps/ps.map/vector.h	31;"	d
CLR_0_NODE	include/vect/dig_defines.h	196;"	d
CLR_1_NODE	include/vect/dig_defines.h	197;"	d
CLR_2_NODE	include/vect/dig_defines.h	198;"	d
CLR_ALABEL	include/vect/dig_defines.h	188;"	d
CLR_AMARK	include/vect/dig_defines.h	187;"	d
CLR_AREA	include/vect/dig_defines.h	179;"	d
CLR_DOT	include/vect/dig_defines.h	180;"	d
CLR_ERASE	include/vect/dig_defines.h	192;"	d
CLR_HIGHLIGHT	include/vect/dig_defines.h	191;"	d
CLR_LAREA	include/vect/dig_defines.h	185;"	d
CLR_LINE	include/vect/dig_defines.h	178;"	d
CLR_LLABEL	include/vect/dig_defines.h	189;"	d
CLR_LLINE	include/vect/dig_defines.h	183;"	d
CLR_LSITE	include/vect/dig_defines.h	184;"	d
CLR_OVERLAY	include/vect/dig_defines.h	194;"	d
CLR_SITE	include/vect/dig_defines.h	181;"	d
CLR_UNKNOWN	include/vect/dig_defines.h	193;"	d
CL_MASK	raster/r.sunmask/solpos00.c	882;"	d	file:
CMD_LINE_H	raster/wildfire/r.spread/cmd_line.h	12;"	d
CMPM	vector/lidar/v.lidar.growing/growing.h	14;"	d
CM_AD	include/gstypes.h	35;"	d
CM_AMBIENT	include/gstypes.h	32;"	d
CM_COLOR	include/gstypes.h	30;"	d
CM_DIFFUSE	include/gstypes.h	33;"	d
CM_EMISSION	include/gstypes.h	31;"	d
CM_NULL	include/gstypes.h	36;"	d
CM_SPECULAR	include/gstypes.h	34;"	d
CM_WIRE	include/gstypes.h	38;"	d
COGRR1	vector/v.vol.rst/user3.c	/^COGRR1(double x_or, double y_or, double z_or, int n_rows, int n_cols,$/;"	f
COL	lib/vask/V_call.c	102;"	d	file:
COL	raster/r.flow/calc.c	48;"	d	file:
COLLINEAR	lib/ogsf/gsdrape.c	61;"	d	file:
COLOR	display/d.vect.chart/global.h	/^} COLOR;$/;"	t	typeref:struct:__anon99
COLOR	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL int COLOR[10];$/;"	v
COLOR	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL int COLOR[10];$/;"	v
COLOR3	raster3d/r3.showdspf/draw_cappolys_ogl.c	5;"	d	file:
COLORFILES	lib/gis/Makefile	/^COLORFILES := $(patsubst colors\/%,$(ETC)\/colors\/%,$(COLORSRC))$/;"	m
COLORSCALE	lib/cairodriver/cairodriver.h	20;"	d
COLORSRC	lib/gis/Makefile	/^COLORSRC := $(filter-out colors\/CVS,$(wildcard colors\/[abcdefghijklmnopqrstuvwxyz]*))$/;"	m
COLOR_MAX	raster/r.los/main.c	46;"	d	file:
COLOR_OFFSET	visualization/xganim/main.c	32;"	d	file:
COLOR_SHIFT	raster/r.los/main.c	45;"	d	file:
COLR_WIN	display/d.colors/curses.c	/^WINDOW *COLR_WIN;$/;"	v
COLUMN	db/drivers/dbf/globals.h	/^} COLUMN;$/;"	t	typeref:struct:__anon11
COLUMN	lib/form/form.c	/^} COLUMN;$/;"	t	typeref:struct:__anon38	file:
COLUMN	vector/v.digit/form.c	/^} COLUMN;$/;"	t	typeref:struct:__anon199	file:
COLUMNS	lib/ogsf/rgbpack.h	17;"	d
COLUMNS	visualization/nviz/src/coldefs.h	18;"	d
COLUMN_MAPPING	lib/gis/G.h	/^typedef int COLUMN_MAPPING;$/;"	t
COLVEC_	include/la.h	/^{ MATRIX_, ROWVEC_, COLVEC_ } mat_spec;$/;"	e	enum:__anon243
COMMAND_ESC	include/graphics.h	6;"	d
COMMON	raster/r.mapcalc/Makefile	/^COMMON = \\$/;"	m
COMMON_H	raster/r.terraflow/common.h	21;"	d
COMPARE_PRECISION	raster3d/r3.stats/main.c	22;"	d	file:
COMPRESSION_TYPE	lib/gis/opencell.c	/^static int COMPRESSION_TYPE = 0;$/;"	v	file:
COM_Bitmap	lib/driver/Bitmap.c	/^void COM_Bitmap(int ncols, int nrows, int threshold, const unsigned char *buf)$/;"	f
COM_Box_abs	lib/driver/Box.c	/^void COM_Box_abs(int x1, int y1, int x2, int y2)$/;"	f
COM_Box_rel	lib/driver/Box.c	/^void COM_Box_rel(int x, int y)$/;"	f
COM_Client_Close	lib/driver/Client.c	/^void COM_Client_Close(void)$/;"	f
COM_Client_Open	lib/driver/Client.c	/^void COM_Client_Open(void)$/;"	f
COM_Color_RGB	lib/driver/Color.c	/^void COM_Color_RGB(unsigned char r, unsigned char g, unsigned char b)$/;"	f
COM_Cont_abs	lib/driver/Cont.c	/^void COM_Cont_abs(int x, int y)$/;"	f
COM_Cont_rel	lib/driver/Cont.c	/^void COM_Cont_rel(int x, int y)$/;"	f
COM_Do_work	lib/driver/Work.c	/^void COM_Do_work(int opened)$/;"	f
COM_Erase	lib/driver/Erase.c	/^void COM_Erase(void)$/;"	f
COM_Font_get	lib/driver/Font.c	/^void COM_Font_get(const char *name)$/;"	f
COM_Font_info	lib/driver/Font.c	/^void COM_Font_info(char ***list, int *count)$/;"	f
COM_Font_init_charset	lib/driver/Font.c	/^void COM_Font_init_charset(const char *charset)$/;"	f
COM_Font_list	lib/driver/Font.c	/^void COM_Font_list(char ***list, int *count)$/;"	f
COM_Get_location_with_box	lib/driver/Get_location.c	/^int COM_Get_location_with_box(int cx, int cy, int *wx, int *wy, int *button)$/;"	f
COM_Get_location_with_line	lib/driver/Get_location.c	/^int COM_Get_location_with_line(int cx, int cy, int *wx, int *wy, int *button)$/;"	f
COM_Get_location_with_pointer	lib/driver/Get_location.c	/^int COM_Get_location_with_pointer(int *wx, int *wy, int *button)$/;"	f
COM_Get_text_box	lib/driver/Get_t_box.c	/^void COM_Get_text_box(const char *text, int *t, int *b, int *l, int *r)$/;"	f
COM_Graph_close	lib/driver/Graph.c	/^void COM_Graph_close(void)$/;"	f
COM_Graph_set	lib/driver/Graph.c	/^int COM_Graph_set(int argc, char **argv)$/;"	f
COM_Has_work	lib/driver/Work.c	/^int COM_Has_work(void)$/;"	f
COM_Line_width	lib/driver/Line_width.c	/^void COM_Line_width(int width)$/;"	f
COM_Move_abs	lib/driver/Move.c	/^void COM_Move_abs(int x, int y)$/;"	f
COM_Move_rel	lib/driver/Move.c	/^void COM_Move_rel(int x, int y)$/;"	f
COM_Number_of_colors	lib/driver/Returns.c	/^void COM_Number_of_colors(int *ncolors)$/;"	f
COM_Panel_delete	lib/driver/Panel.c	/^void COM_Panel_delete(const char *name)$/;"	f
COM_Panel_restore	lib/driver/Panel.c	/^void COM_Panel_restore(const char *name)$/;"	f
COM_Panel_save	lib/driver/Panel.c	/^void COM_Panel_save(const char *name, int top, int bottom, int left,$/;"	f
COM_Polydots_abs	lib/driver/Polydots.c	/^void COM_Polydots_abs(const int *xarray, const int *yarray, int number)$/;"	f
COM_Polydots_rel	lib/driver/Polydots.c	/^void COM_Polydots_rel(const int *xarray, const int *yarray, int number)$/;"	f
COM_Polygon_abs	lib/driver/Polygon.c	/^void COM_Polygon_abs(const int *xarray, const int *yarray, int number)$/;"	f
COM_Polygon_rel	lib/driver/Polygon.c	/^void COM_Polygon_rel(const int *xarray, const int *yarray, int number)$/;"	f
COM_Polyline_abs	lib/driver/Polyline.c	/^void COM_Polyline_abs(const int *xarray, const int *yarray, int number)$/;"	f
COM_Polyline_rel	lib/driver/Polyline.c	/^void COM_Polyline_rel(const int *xarray, const int *yarray, int number)$/;"	f
COM_Respond	lib/driver/Respond.c	/^void COM_Respond(void)$/;"	f
COM_Screen_bot	lib/driver/Returns.c	/^void COM_Screen_bot(int *index)$/;"	f
COM_Screen_left	lib/driver/Returns.c	/^void COM_Screen_left(int *index)$/;"	f
COM_Screen_rite	lib/driver/Returns.c	/^void COM_Screen_rite(int *index)$/;"	f
COM_Screen_top	lib/driver/Returns.c	/^void COM_Screen_top(int *index)$/;"	f
COM_Set_window	lib/driver/Set_window.c	/^void COM_Set_window(int t, int b, int l, int r)$/;"	f
COM_Standard_color	lib/driver/Color.c	/^void COM_Standard_color(int number)$/;"	f
COM_Text	lib/driver/Text.c	/^void COM_Text(const char *text)$/;"	f
COM_Text_rotation	lib/driver/Text_size.c	/^void COM_Text_rotation(double val)$/;"	f
COM_Text_size	lib/driver/Text_size.c	/^void COM_Text_size(int x, int y)$/;"	f
COM_Work_stream	lib/driver/Work.c	/^int COM_Work_stream(void)$/;"	f
COM_begin_scaled_raster	lib/driver/Raster.c	/^void COM_begin_scaled_raster(int mask, int src[2][2], int dst[2][2])$/;"	f
COM_end_scaled_raster	lib/driver/Raster.c	/^void COM_end_scaled_raster(void)$/;"	f
COM_scaled_raster	lib/driver/Raster.c	/^int COM_scaled_raster(int n, int row,$/;"	f
CONFIG_CMD	gem/globals.h	/^EXTERN char CONFIG_CMD[MAXSTR];$/;"	v
CONFIG_OPTS	gem/globals.h	/^EXTERN char CONFIG_OPTS[MAXSTR];$/;"	v
CONNPAR	db/drivers/mysql/globals.h	/^} CONNPAR;$/;"	t	typeref:struct:__anon18
CONST84	visualization/nviz/src/togl.h	60;"	d
CONST_ATT	include/gsurf.h	75;"	d
CONST_COLS	lib/ogsf/rgbpack.h	16;"	d
CONST_COLS	visualization/nviz/src/coldefs.h	17;"	d
CONTOUR	vector/lidar/lidarlib/PolimiFunct.h	37;"	d
CONT_ABS	include/graphics.h	22;"	d
CONT_REL	include/graphics.h	23;"	d
CONVERT	raster/r.le/r.le.setup/polytocell/bmf_to_cll.c	14;"	d	file:
CONV_LIMIT	imagery/i.ortho.photo/libes/orthoref.c	40;"	d	file:
COOR	raster/r.to.vect/global.h	/^struct COOR$/;"	s
COOR	vector/v.qcount/quaddefs.h	/^} COOR;$/;"	t	typeref:struct:__anon179
COOR	vector/v.voronoi/vo_main.c	/^} COOR;$/;"	t	typeref:struct:__anon168	file:
COOR_NULL	vector/v.digit/global.h	40;"	d
COPY	general/manage/list.h	26;"	d
COPYING	general/g.version/Makefile	/^COPYING=`cat .\/..\/..\/COPYING | sed -f sed.script | tr -d '\\012'`$/;"	m
COPY_MOD	general/manage/cmd/Makefile	/^COPY_MOD = $(BIN)\/g.copy$(EXE)$/;"	m
COST	vector/v.net.salesman/main.c	/^} COST;$/;"	t	typeref:struct:__anon201	file:
COST	vector/v.net.steiner/main.c	/^} COST;$/;"	t	typeref:struct:__anon176	file:
COSTHA_H	raster/wildfire/r.spread/costHa.h	11;"	d
COST_LAYER	raster/r.cost/stash.h	30;"	d
COST_LAYER	raster/r.walk/stash.h	18;"	d
COUNT	display/d.histogram/options.h	19;"	d
CPACKTORGBA	raster3d/r3.showdspf/new_init_graphics.c	336;"	d	file:
CPTR	raster/r.proj.seg/r.proj.h	/^static inline FCELL *CPTR(struct cache *c, int y, int x)$/;"	f
CPTR	raster/r.proj.seg/r.proj.h	58;"	d
CR	lib/vask/V_call.c	95;"	d	file:
CREATE_VECTOR	vector/v.delaunay2/geom_primitives.h	4;"	d
CROSC	raster/r.param.scale/param.h	51;"	d
CROSS	lib/vector/Vlib/intersect.c	/^} CROSS;$/;"	t	typeref:struct:__anon74	file:
CROSS_PRODUCT_2V	vector/v.delaunay2/geom_primitives.h	8;"	d
CROSS_PRODUCT_3P	vector/v.delaunay2/geom_primitives.h	15;"	d
CRS_Compute_equation	imagery/i.vpoints/equ.c	/^int CRS_Compute_equation(int order)$/;"	f
CRS_compute_georef_equations	general/g.transform/crs.c	/^int CRS_compute_georef_equations(struct Control_Points *cp, double E12[],$/;"	f
CRS_compute_georef_equations	imagery/i.rectify/crs.c	/^CRS_compute_georef_equations(struct Control_Points *cp, double E12[],$/;"	f
CRS_compute_georef_equations	imagery/i.vpoints/crs.c	/^CRS_compute_georef_equations(struct Control_Points *cp, double E12[],$/;"	f
CRS_georef	general/g.transform/crs.c	/^int CRS_georef(double e1,	\/* EASTINGS TO BE TRANSFORMED *\/$/;"	f
CRS_georef	imagery/i.rectify/crs.c	/^int CRS_georef(double e1,	\/* EASTINGS TO BE TRANSFORMED *\/$/;"	f
CRS_georef	imagery/i.vpoints/crs.c	/^int CRS_georef(double e1,	\/* EASTINGS TO BE TRANSFORMED *\/$/;"	f
CRS_georef2	imagery/i.rectify/crs.c	/^void CRS_georef2(int order,	\/* ORDER OF TRANSFORMATION TO BE PERFORMED, MUST MATCH THE$/;"	f
CRS_georef2	imagery/i.vpoints/crs.c	/^void CRS_georef2(int order,	\/* ORDER OF TRANSFORMATION TO BE PERFORMED, MUST MATCH THE$/;"	f
CR_ERROR_COLOR	lib/gis/color_rules.c	/^    CR_ERROR_COLOR,$/;"	e	enum:rule_error	file:
CR_ERROR_PERCENT	lib/gis/color_rules.c	/^    CR_ERROR_PERCENT,$/;"	e	enum:rule_error	file:
CR_ERROR_RGB	lib/gis/color_rules.c	/^    CR_ERROR_RGB,$/;"	e	enum:rule_error	file:
CR_ERROR_SYNTAX	lib/gis/color_rules.c	/^    CR_ERROR_SYNTAX,$/;"	e	enum:rule_error	file:
CR_ERROR_VALUE	lib/gis/color_rules.c	/^    CR_ERROR_VALUE,$/;"	e	enum:rule_error	file:
CR_OK	lib/gis/color_rules.c	/^    CR_OK = 0,$/;"	e	enum:rule_error	file:
CSB	raster/r.out.vrml/pv.h	11;"	d
CSEG	raster/r.surf.contour/cseg.h	3;"	d
CSEG	raster/r.watershed/seg/cseg.h	7;"	d
CSVDIR	lib/proj/convert.c	30;"	d	file:
CSV_DIR	lib/proj/Makefile	/^CSV_DIR = $(GISBASE)\/etc\/ogr_csv$/;"	m
CSV_FILES	lib/proj/Makefile	/^CSV_FILES := $(wildcard *.csv)$/;"	m
CTEST	vector/v.clean/test/Makefile	/^CTEST = $(GISBASE)\/scripts\/v.clean.test$/;"	m
CTRLC	lib/vask/V_call.c	98;"	d	file:
CTYPE_BAR	display/d.vect.chart/global.h	9;"	d
CTYPE_PIE	display/d.vect.chart/global.h	8;"	d
CUBE	raster3d/r3.mkdspf/vizual.h	/^GLOBAL Cube_data CUBE;		\/* and the data for a single cube *\/$/;"	v
CUBE	visualization/nviz/src/viz.h	/^GLOBAL Cube_data CUBE;		\/* and the data for a single cube *\/$/;"	v
CUBIC	include/gis.h	223;"	d
CUBIC	swig/perl/gis.h	207;"	d
CUM_COST_LAYER	raster/r.cost/stash.h	29;"	d
CUM_COST_LAYER	raster/r.walk/stash.h	17;"	d
CVEC	include/la.h	/^{ RVEC, CVEC } vtype;$/;"	e	enum:__anon244
CWD	gem/globals.h	/^EXTERN char CWD[MAXSTR];$/;"	v
CXXBASED	imagery/Makefile	/^CXXBASED = i.atcorr$/;"	m
CXXBASED	raster/Makefile	/^CXXBASED = r.terraflow$/;"	m
CYAN	include/colors.h	14;"	d
CYCLE	vector/v.perturb/zufall.h	12;"	d
CZ	lib/gpde/N_pde.h	/^    double NWZ, NZ, NEZ, WZ, CZ, EZ, SWZ, SZ, SEZ;$/;"	m	struct:__anon59
C_A	raster/r.param.scale/param.h	58;"	d
C_B	raster/r.param.scale/param.h	59;"	d
C_C	raster/r.param.scale/param.h	60;"	d
C_D	raster/r.param.scale/param.h	61;"	d
C_E	raster/r.param.scale/param.h	62;"	d
C_F	raster/r.param.scale/param.h	63;"	d
C_TEST	lib/vector/diglib/test.c	27;"	d	file:
C_TO_IF	raster3d/r3.in.v5d/binio.c	149;"	d	file:
C_TO_IF	raster3d/r3.out.v5d/binio.c	149;"	d	file:
C_f	include/la.h	/^typedef void C_f;		\/* complex function                    *\/$/;"	t
C_fp	include/la.h	/^typedef void (*C_fp) ();$/;"	t
CacheGrey	gui/wxpython/vdigit/pseudodc.h	/^        virtual void CacheGrey() {m_greybmp=gwxGetGreyBitmap(m_bmp);}$/;"	f	class:gpdcDrawBitmapOp
CacheGrey	gui/wxpython/vdigit/pseudodc.h	/^        virtual void CacheGrey() {m_greybrush=gwxGetGreyBrush(m_brush);}$/;"	f	class:gpdcSetBackgroundOp
CacheGrey	gui/wxpython/vdigit/pseudodc.h	/^        virtual void CacheGrey() {m_greybrush=gwxGetGreyBrush(m_brush);}$/;"	f	class:gpdcSetBrushOp
CacheGrey	gui/wxpython/vdigit/pseudodc.h	/^        virtual void CacheGrey() {m_greyicon=gwxGetGreyIcon(m_icon);}$/;"	f	class:gpdcDrawIconOp
CacheGrey	gui/wxpython/vdigit/pseudodc.h	/^        virtual void CacheGrey() {m_greypen=gwxGetGreyPen(m_pen);}$/;"	f	class:gpdcSetPenOp
CacheGrey	gui/wxpython/vdigit/pseudodc.h	/^        virtual void CacheGrey() {}$/;"	f	class:gpdcOp
CacheMap	imagery/i.atcorr/main.cpp	/^typedef std::map<IntPair, TransformInput> CacheMap;$/;"	t	file:
Cairo_Box_abs	lib/cairodriver/Box.c	/^void Cairo_Box_abs(int x1, int y1, int x2, int y2)$/;"	f
Cairo_Client_Close	lib/cairodriver/Client.c	/^void Cairo_Client_Close(void)$/;"	f
Cairo_Driver	lib/cairodriver/Driver.c	/^const struct driver *Cairo_Driver(void)$/;"	f
Cairo_Erase	lib/cairodriver/Erase.c	/^void Cairo_Erase(void)$/;"	f
Cairo_Graph_close	lib/cairodriver/Graph.c	/^void Cairo_Graph_close(void)$/;"	f
Cairo_Graph_set	lib/cairodriver/Graph.c	/^int Cairo_Graph_set(int argc, char **argv)$/;"	f
Cairo_Line_width	lib/cairodriver/Line_width.c	/^void Cairo_Line_width(int width)$/;"	f
Cairo_Polygon_abs	lib/cairodriver/Poly.c	/^void Cairo_Polygon_abs(const int *xarray, const int *yarray, int count)$/;"	f
Cairo_Polyline_abs	lib/cairodriver/Poly.c	/^void Cairo_Polyline_abs(const int *xarray, const int *yarray, int count)$/;"	f
Cairo_Respond	lib/cairodriver/Respond.c	/^void Cairo_Respond(void)$/;"	f
Cairo_Set_window	lib/cairodriver/Set_window.c	/^void Cairo_Set_window(int t, int b, int l, int r)$/;"	f
Cairo_begin_scaled_raster	lib/cairodriver/Raster.c	/^void Cairo_begin_scaled_raster(int mask, int s[2][2], int d[2][2])$/;"	f
Cairo_color	lib/cairodriver/Color.c	/^void Cairo_color(int color)$/;"	f
Cairo_draw_bitmap	lib/cairodriver/Draw_bitmap.c	/^void Cairo_draw_bitmap(int ncols, int nrows, int threshold,$/;"	f
Cairo_draw_line	lib/cairodriver/Draw_line.c	/^void Cairo_draw_line(int x1, int y1, int x2, int y2)$/;"	f
Cairo_draw_point	lib/cairodriver/Draw_point.c	/^void Cairo_draw_point(int x, int y)$/;"	f
Cairo_end_scaled_raster	lib/cairodriver/Raster.c	/^void Cairo_end_scaled_raster(void)$/;"	f
Cairo_lookup_color	lib/cairodriver/Color.c	/^int Cairo_lookup_color(int r, int g, int b)$/;"	f
Cairo_scaled_raster	lib/cairodriver/Raster.c	/^int Cairo_scaled_raster(int n, int row,$/;"	f
CalcSD	raster/r.random.surface/calcsd.c	/^void CalcSD(void)$/;"	f
CalcSurface	raster/r.random.surface/calcsurf.c	/^void CalcSurface(void)$/;"	f
CameraAxes	raster3d/r3.showdspf/Ball.h	/^{ NoAxes, CameraAxes, BodyAxes, OtherAxes, NSets } AxisSet;$/;"	e	enum:AxisSet
CancelDialog	lib/init/gis_set.tcl	/^proc CancelDialog {widget} {$/;"	p
CancelFunc_Hook	visualization/nviz/src/draw.c	/^void CancelFunc_Hook(void)$/;"	f
Cap	raster3d/r3.showdspf/draw_cap_ogl.c	/^static struct Cap *Cap;$/;"	v	typeref:struct:Cap	file:
Cap	raster3d/r3.showdspf/vizual.h	/^struct Cap$/;"	s
CatEdgeList	raster/r.distance/defs.h	/^    struct CatEdgeList$/;"	s	struct:EdgeList
CatInfo	raster/r.random.surface/ransurf.h	/^GLOBAL CATINFO CatInfo;$/;"	v
CatModeLab	vector/v.digit/global.h	/^char *CatModeLab[] = { "No category", "Manual entry", "Next not used" };$/;"	v
Cat_index	include/vect/dig_structs.h	/^struct Cat_index$/;"	s
Categ	vector/v.convert/conv.h	/^struct Categ$/;"	s
Categories	include/gis.h	/^struct Categories$/;"	s
Categories	swig/perl/gis.h	/^struct Categories$/;"	s
CategoryListCtrl	gui/wxpython/gui_modules/vdigit.py	/^                       listmix.TextEditMixin):$/;"	c
Cats	raster/r.to.vect/global.h	/^Global struct line_cats *Cats;$/;"	v	typeref:struct:line_cats
Cats	vector/v.digit/attr.c	/^    struct line_cats *Cats;$/;"	m	struct:display_attributes	typeref:struct:display_attributes::line_cats	file:
Cats	vector/v.digit/attr.c	/^    struct line_cats *Cats;$/;"	m	struct:display_cats	typeref:struct:display_cats::line_cats	file:
Cats	vector/v.digit/line.c	/^    struct line_cats *Cats;$/;"	m	struct:delete_line	typeref:struct:delete_line::line_cats	file:
Cats	vector/v.digit/line.c	/^    struct line_cats *Cats;$/;"	m	struct:edit_line	typeref:struct:edit_line::line_cats	file:
Cats	vector/v.digit/line.c	/^    struct line_cats *Cats;$/;"	m	struct:move_line	typeref:struct:move_line::line_cats	file:
Cats	vector/v.digit/line.c	/^    struct line_cats *Cats;$/;"	m	struct:new_line	typeref:struct:new_line::line_cats	file:
Cats	vector/v.digit/vertex.c	/^    struct line_cats *Cats;$/;"	m	struct:add_vertex	typeref:struct:add_vertex::line_cats	file:
Cats	vector/v.digit/vertex.c	/^    struct line_cats *Cats;$/;"	m	struct:move_vertex	typeref:struct:move_vertex::line_cats	file:
Cats	vector/v.digit/vertex.c	/^    struct line_cats *Cats;$/;"	m	struct:rm_vertex	typeref:struct:rm_vertex::line_cats	file:
Cats	vector/v.digit/vertex.c	/^    struct line_cats *Cats;$/;"	m	struct:split_line	typeref:struct:split_line::line_cats	file:
Cats	vector/v.in.dwg/global.h	/^Global struct line_cats *Cats;$/;"	v	typeref:struct:line_cats
Cats	vector/v.vol.rst/userglobs.h	/^struct line_cats *Cats;$/;"	v	typeref:struct:line_cats
Cats2	lib/rst/interp_float/interpf.h	/^struct line_cats *Cats2;$/;"	v	typeref:struct:line_cats
Cell2Pixel	gui/wxpython/gui_modules/mapdisp.py	/^    def Cell2Pixel(self, (east, north)):$/;"	m	class:BufferedWindow
Cell2Pixel	gui/wxpython/vdigit/driver.cpp	/^void DisplayDriver::Cell2Pixel(double east, double north, double depth,$/;"	f	class:DisplayDriver
CellBuffer	raster/r.random.cells/ransurf.h	/^GLOBAL CELL **Out, *CellBuffer;$/;"	v
CellBuffer	raster/r.random.surface/ransurf.h	/^GLOBAL CELL *CellBuffer;$/;"	v
CellCount	raster/r.random.cells/ransurf.h	/^GLOBAL int CellCount, Rs, Cs;$/;"	v
Cell_head	include/gis.h	/^struct Cell_head$/;"	s
Cell_head	swig/perl/gis.h	/^struct Cell_head$/;"	s
Cell_stats	include/gis.h	/^struct Cell_stats$/;"	s
Cell_stats	swig/perl/gis.h	/^struct Cell_stats$/;"	s
Cell_stats_node	include/gis.h	/^    struct Cell_stats_node$/;"	s	struct:Cell_stats
Cell_stats_node	swig/perl/gis.h	/^    struct Cell_stats_node$/;"	s	struct:Cell_stats
Cellmap_imag	imagery/i.fft/globals.h	/^GLOBAL char Cellmap_real[50], Cellmap_imag[50];$/;"	v
Cellmap_imag	imagery/i.ifft/globals.h	/^GLOBAL char Cellmap_real[50], Cellmap_imag[50];$/;"	v
Cellmap_real	imagery/i.fft/globals.h	/^GLOBAL char Cellmap_real[50], Cellmap_imag[50];$/;"	v
Cellmap_real	imagery/i.ifft/globals.h	/^GLOBAL char Cellmap_real[50], Cellmap_imag[50];$/;"	v
Cells	raster/r.random.cells/ransurf.h	/^GLOBAL FLAG *Cells;$/;"	v
ChangeLayer	gui/wxpython/gui_modules/render.py	/^    def ChangeLayer(self, layer, render=False, **kargs):$/;"	m	class:Map
ChangeLayer	gui/wxpython/gui_modules/wxgui_utils.py	/^    def ChangeLayer(self, item):$/;"	m	class:LayerTree
ChangeLayerActive	gui/wxpython/gui_modules/render.py	/^    def ChangeLayerActive(self, layer, active):$/;"	m	class:Map
ChangeLayerName	gui/wxpython/gui_modules/render.py	/^    def ChangeLayerName (self, layer, name):$/;"	m	class:Map
ChangeMapSize	gui/wxpython/gui_modules/render.py	/^    def ChangeMapSize(self, (width, height)):$/;"	m	class:Map
ChangeOpacity	gui/wxpython/gui_modules/render.py	/^    def ChangeOpacity(self, layer, l_opacity):$/;"	m	class:Map
ChangeOverlay	gui/wxpython/gui_modules/render.py	/^    def ChangeOverlay(self, id, type, command,$/;"	m	class:Map
CheckForWx	gui/wxpython/gui_modules/globalvar.py	/^def CheckForWx():$/;"	f
CheckGCPcount	gui/wxpython/gui_modules/georect.py	/^    def CheckGCPcount(self, msg=False):$/;"	m	class:GCP
CheckListFeature	gui/wxpython/gui_modules/vdigit.py	/^class CheckListFeature(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.CheckListCtrlMixin):$/;"	c
CheckListMapset	gui/wxpython/gui_modules/preferences.py	/^class CheckListMapset(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.CheckListCtrlMixin):$/;"	c
CheckLocation	lib/init/gis_set.tcl	/^proc CheckLocation {} {$/;"	p
CheckMapset	lib/init/gis_set.tcl	/^proc CheckMapset {} {$/;"	p
CiColormapSize	visualization/nviz/src/togl.c	/^    int     CiColormapSize;     \/* (Maximum) size of colormap in color index$/;"	m	struct:Togl	file:
ClassData	include/imagery.h	/^    struct ClassData ClassData;$/;"	m	struct:ClassSig	typeref:struct:ClassSig::ClassData
ClassData	include/imagery.h	/^struct ClassData$/;"	s
ClassSig	include/imagery.h	/^    struct ClassSig *ClassSig;$/;"	m	struct:SigSet	typeref:struct:SigSet::ClassSig
ClassSig	include/imagery.h	/^struct ClassSig$/;"	s
Clean	gui/wxpython/gui_modules/render.py	/^    def Clean(self):$/;"	m	class:Map
CleanEdges	vector/v.hull/chull.c	/^void CleanEdges(void)$/;"	f
CleanFaces	vector/v.hull/chull.c	/^void CleanFaces(void)$/;"	f
CleanUp	vector/v.hull/chull.c	/^void CleanUp(void)$/;"	f
CleanVertices	vector/v.hull/chull.c	/^void CleanVertices(void)$/;"	f
Cleanup	gui/wxpython/gui_modules/georect.py	/^    def Cleanup(self):$/;"	m	class:GeorectWizard
Clear	gui/wxpython/gis_set.py	/^    def Clear(self):$/;"	m	class:GListBox
Clear	gui/wxpython/vdigit/pseudodc.h	/^        void Clear() {m_oplist.Clear();}$/;"	f	class:gpdcObject
Clear	gui/wxpython/vdigit/pseudodc.h	/^    void Clear()$/;"	f	class:gwxPseudoDC
ClearGCP	gui/wxpython/gui_modules/georect.py	/^    def ClearGCP(self, event):$/;"	m	class:GCP
ClearHistory	gui/wxpython/gui_modules/goutput.py	/^    def ClearHistory(self, event):$/;"	m	class:GMConsole
ClearId	gui/wxpython/vdigit/pseudodc.cpp	/^void gwxPseudoDC::ClearId(int id)$/;"	f	class:gwxPseudoDC
ClearLines	gui/wxpython/gui_modules/mapdisp.py	/^    def ClearLines(self, pdc=None):$/;"	m	class:BufferedWindow
Clear_menu	display/d.colors/curses.c	/^int Clear_menu(void)$/;"	f
Clear_message	display/d.colors/curses.c	/^int Clear_message(void)$/;"	f
Client_Close	lib/driver/driver.h	/^    void (*Client_Close) (void);$/;"	m	struct:driver
Client_Data	visualization/nviz/src/togl.c	/^    ClientData Client_Data;     \/* Pointer to user data *\/$/;"	m	struct:Togl	file:
Client_Open	lib/driver/driver.h	/^    void (*Client_Open) (void);$/;"	m	struct:driver
ClipperContext_s	lib/vector/dglib/examples/shortest_path.c	/^} ClipperContext_s;$/;"	t	typeref:struct:__anon86	file:
CloseInputRasterMap	raster3d/r3.out.vtk/errorHandling.c	/^int CloseInputRasterMap(int fd)$/;"	f
CloseMap	gui/wxpython/vdigit/driver.cpp	/^int DisplayDriver::CloseMap()$/;"	f	class:DisplayDriver
CloseScripting_Cmd	visualization/nviz/src/script_support.c	/^int CloseScripting_Cmd(ClientData clientData,	\/* Main window associated with$/;"	f
Close_array	lib/vector/Vlib/close.c	/^static int (*Close_array[][2]) () = {$/;"	v	file:
Close_curses	display/d.colors/curses.c	/^int Close_curses(void)$/;"	f
Cluster	include/cluster.h	/^struct Cluster$/;"	s
CmdError	gui/wxpython/gui_modules/gcmd.py	/^class CmdError(GException):$/;"	c
CmdThread	gui/wxpython/gui_modules/goutput.py	/^class CmdThread(threading.Thread):$/;"	c
Cndex	raster/r.coin/main.c	/^int Rndex, Cndex;$/;"	v
CodeTabOf	raster3d/r3.showdspf/togif.c	496;"	d	file:
Col	include/sqlp.h	/^    SQLPVALUE *Col;		\/* column names *\/$/;"	m	struct:__anon297
ColDecim	include/sqlp.h	/^    int *ColDecim;		\/* decimals *\/$/;"	m	struct:__anon297
ColType	include/sqlp.h	/^    int *ColType;$/;"	m	struct:__anon297
ColWidth	include/sqlp.h	/^    int *ColWidth;		\/* length *\/$/;"	m	struct:__anon297
Collinear	vector/v.hull/chull.c	/^bool Collinear(tVertex a, tVertex b, tVertex c)$/;"	f
Color	vector/v.label/main.c	/^struct Option *Xoffset, *Yoffset, *Reference, *Font, *Color, *Size;$/;"	v	typeref:struct:
ColorTable	gui/wxpython/gui_modules/colorrules.py	/^class ColorTable(wx.Frame):$/;"	c
ColormapWindow	raster3d/r3.showdspf/kns_globals.h	/^DECLARATION OGLMotifWindowData ColormapWindow;$/;"	v
Colors	include/gis.h	/^struct Colors$/;"	s
Colors	swig/perl/gis.h	/^struct Colors$/;"	s
Cols	lib/ogsf/gvl_calc.c	/^int Rows, Cols, Depths;$/;"	v
Cols	lib/ogsf/gvl_file.c	/^static int Rows, Cols, Depths;$/;"	v	file:
Cols	raster3d/r3.showdspf/vizual.h	/^    int Cols, Rows;		\/* Dims of current data in buffer *\/$/;"	m	struct:Cap
ColumnSelect	gui/wxpython/gui_modules/gselect.py	/^class ColumnSelect(wx.ComboBox):$/;"	c
Columns	lib/form/form.c	/^static COLUMN *Columns = NULL;$/;"	v	file:
Columns	vector/v.digit/form.c	/^static COLUMN *Columns = NULL;$/;"	v	file:
ComboBox::_create_popup	lib/external/bwidget/combobox.tcl	/^proc ComboBox::_create_popup { path } {$/;"	p
ComboBox::_mapliste	lib/external/bwidget/combobox.tcl	/^proc ComboBox::_mapliste { path } {$/;"	p
ComboBox::_modify_value	lib/external/bwidget/combobox.tcl	/^proc ComboBox::_modify_value { path direction } {$/;"	p
ComboBox::_select	lib/external/bwidget/combobox.tcl	/^proc ComboBox::_select { path index } {$/;"	p
ComboBox::_unmapliste	lib/external/bwidget/combobox.tcl	/^proc ComboBox::_unmapliste { path } {$/;"	p
ComboBox::bind	lib/external/bwidget/combobox.tcl	/^proc ComboBox::bind { path args } {$/;"	p
ComboBox::cget	lib/external/bwidget/combobox.tcl	/^proc ComboBox::cget { path option } {$/;"	p
ComboBox::configure	lib/external/bwidget/combobox.tcl	/^proc ComboBox::configure { path args } {$/;"	p
ComboBox::create	lib/external/bwidget/combobox.tcl	/^proc ComboBox::create { path args } {$/;"	p
ComboBox::getvalue	lib/external/bwidget/combobox.tcl	/^proc ComboBox::getvalue { path } {$/;"	p
ComboBox::setvalue	lib/external/bwidget/combobox.tcl	/^proc ComboBox::setvalue { path index } {$/;"	p
Command	gui/wxpython/gui_modules/gcmd.py	/^class Command:$/;"	c
Command	gui/wxpython/gui_modules/mapdisp.py	/^class Command(Thread):$/;"	c
CommandTable	visualization/nviz/src/togl.c	/^static Tcl_HashTable CommandTable;$/;"	v	file:
CommandThread	gui/wxpython/gui_modules/gcmd.py	/^class CommandThread(Thread):$/;"	c
ComponentFromIndex	visualization/nviz/src/togl.c	/^ComponentFromIndex(int i, UINT nbits, UINT shift)$/;"	f	file:
CompressMode	raster3d/r3.in.v5d/v5d.h	/^    int CompressMode;		\/* 1, 2 or 4 = # bytes per grid point *\/$/;"	m	struct:__anon110
CompressMode	raster3d/r3.out.v5d/v5d.h	/^    int CompressMode;		\/* 1, 2 or 4 = # bytes per grid point *\/$/;"	m	struct:__anon121
Compute_equation	imagery/i.ortho.photo/photo.2image/equ.c	/^int Compute_equation(void)$/;"	f
Compute_equation	imagery/i.points/equ.c	/^int Compute_equation(void)$/;"	f
Compute_ortho_equation	imagery/i.ortho.photo/photo.2target/equ.c	/^int Compute_ortho_equation(void)$/;"	f
Compute_ortho_equation	imagery/i.ortho.photo/photo.rectify/equ.c	/^int Compute_ortho_equation(void)$/;"	f
Compute_ref_equation	imagery/i.ortho.photo/photo.2target/equ.c	/^int Compute_ref_equation(void)$/;"	f
Compute_ref_equation	imagery/i.ortho.photo/photo.rectify/equ.c	/^int Compute_ref_equation(void)$/;"	f
Configure_view	imagery/i.class/view.c	/^int Configure_view(View * view, char *name, char *mapset, double ns_res, double ew_res	\/* original map resolution *\/$/;"	f
Configure_view	imagery/i.ortho.photo/photo.2image/view.c	/^int Configure_view(View * view, char *name, char *mapset, double ns_res, double ew_res	\/* original map resolution *\/$/;"	f
Configure_view	imagery/i.ortho.photo/photo.2target/view.c	/^int Configure_view(View * view, char *name, char *mapset, double ns_res, double ew_res	\/* original map resolution *\/$/;"	f
Configure_view	imagery/i.points/view.c	/^int Configure_view(View * view, char *name, char *mapset, double ns_res, double ew_res	\/* original map resolution *\/$/;"	f
Configure_view	imagery/i.vpoints/view.c	/^int Configure_view(View * view, char *name, char *mapset, double ns_res, double ew_res	\/* original map resolution *\/$/;"	f
ConnectLine	gui/wxpython/gui_modules/vdigit.py	/^    def ConnectLine(self):$/;"	m	class:VDigit
ConnectLines	gui/wxpython/vdigit/line.cpp	/^int Digit::ConnectLines(double thresh)$/;"	f	class:Digit
ConstrainToAxis	raster3d/r3.showdspf/BallMath.c	/^HVect ConstrainToAxis(HVect loose, HVect axis)$/;"	f
ConstraintSet	raster3d/r3.showdspf/Ball.h	/^typedef float *ConstraintSet;$/;"	t
Constraint_B	include/vect/dig_structs.h	/^    double Constraint_B;$/;"	m	struct:Map_info
Constraint_E	include/vect/dig_structs.h	/^    double Constraint_E;$/;"	m	struct:Map_info
Constraint_N	include/vect/dig_structs.h	/^    double Constraint_N;$/;"	m	struct:Map_info
Constraint_S	include/vect/dig_structs.h	/^    double Constraint_S;$/;"	m	struct:Map_info
Constraint_T	include/vect/dig_structs.h	/^    double Constraint_T;$/;"	m	struct:Map_info
Constraint_W	include/vect/dig_structs.h	/^    double Constraint_W;$/;"	m	struct:Map_info
Constraint_region_flag	include/vect/dig_structs.h	/^    int Constraint_region_flag;$/;"	m	struct:Map_info
Constraint_type	include/vect/dig_structs.h	/^    int Constraint_type;$/;"	m	struct:Map_info
Constraint_type_flag	include/vect/dig_structs.h	/^    int Constraint_type_flag;$/;"	m	struct:Map_info
ConstructHull	vector/v.hull/chull.c	/^void ConstructHull(void)$/;"	f
Control_Points	include/imagery.h	/^struct Control_Points$/;"	s
Coor_info	include/vect/dig_structs.h	/^struct Coor_info$/;"	s
CoordinateSystemPage	gui/wxpython/gui_modules/location_wizard.py	/^class CoordinateSystemPage(TitledPage):$/;"	c
CoppiaPesata	raster/r.li/r.li.cwed/cellWeighted.h	/^typedef struct CoppiaPesata$/;"	s
CoppiaPesata	raster/r.li/r.li.cwed/cellWeighted.h	/^} CoppiaPesata;$/;"	t	typeref:struct:CoppiaPesata
Coppie	raster/r.li/r.li.cwed/cellWeighted.h	/^typedef CoppiaPesata *Coppie;$/;"	t
CopyCats	gui/wxpython/gui_modules/vdigit.py	/^    def CopyCats(self, fromId, toId, copyAttrb=False):$/;"	m	class:VDigit
CopyCats	gui/wxpython/vdigit/cats.cpp	/^int Digit::CopyCats(std::vector<int> fromId, std::vector<int> toId, bool copyAttrb)$/;"	f	class:Digit
CopyFilter	raster/r.random.surface/cpfilter.c	/^void CopyFilter(FILTER * FPtr, FILTER Filter)$/;"	f
CopyLine	gui/wxpython/gui_modules/vdigit.py	/^    def CopyLine(self, ids=[]):$/;"	m	class:VDigit
CopyLines	gui/wxpython/vdigit/line.cpp	/^int Digit::CopyLines(std::vector<int> ids, const char* bgmap_name)$/;"	f	class:Digit
CoverSplit	lib/vector/rtree/split_q.c	/^struct Rect CoverSplit;$/;"	v	typeref:struct:Rect
CoverSplitArea	lib/vector/rtree/split_q.c	/^RectReal CoverSplitArea;$/;"	v
Cp_ison	lib/ogsf/gsd_cplane.c	/^static int Cp_ison[MAX_CPLANES];	\/* also need isdef? *\/$/;"	v	file:
Cp_norm	lib/ogsf/gsd_cplane.c	/^static float Cp_pt[4], Cp_norm[MAX_CPLANES][4];$/;"	v	file:
Cp_on	visualization/nviz/src/interface.h	/^    int CurCplane, Cp_on[MAX_CPLANES];$/;"	m	struct:__anon101
Cp_pt	lib/ogsf/gsd_cplane.c	/^static float Cp_pt[4], Cp_norm[MAX_CPLANES][4];$/;"	v	file:
Cp_rot	lib/ogsf/gsd_cplane.c	/^static float Cp_trans[MAX_CPLANES][3], Cp_rot[MAX_CPLANES][3];$/;"	v	file:
Cp_rot	visualization/nviz/src/interface.h	/^    float Cp_rot[MAX_CPLANES][3];$/;"	m	struct:__anon101
Cp_trans	lib/ogsf/gsd_cplane.c	/^static float Cp_trans[MAX_CPLANES][3], Cp_rot[MAX_CPLANES][3];$/;"	v	file:
Cp_trans	visualization/nviz/src/interface.h	/^    float Cp_trans[MAX_CPLANES][3];$/;"	m	struct:__anon101
Create	gui/wxpython/gui_modules/gselect.py	/^    def Create(self, parent):$/;"	m	class:TreeCtrlComboPopup
CreateColorTable	gui/wxpython/gui_modules/colorrules.py	/^    def CreateColorTable(self, force=False):$/;"	m	class:ColorTable
CreateControl	gui/wxpython/gui_modules/nviz_tools.py	/^    def CreateControl(self, parent, dict, name, range, bind, sliderHor=True, size=200):$/;"	m	class:NvizToolWindow
CreateDatalist	gui/wxpython/gui_modules/profile.py	/^    def CreateDatalist(self, raster, coords):$/;"	m	class:ProfileFrame
CreateNewVector	gui/wxpython/gui_modules/gdialogs.py	/^def CreateNewVector(parent, cmdDef, title=_('Create new vector map'),$/;"	f
CreateProc	visualization/nviz/src/togl.c	/^    Togl_Callback *CreateProc;  \/* Callback when widget is created *\/$/;"	m	struct:Togl	file:
CreateProj4String	gui/wxpython/gui_modules/location_wizard.py	/^    def CreateProj4String(self):$/;"	m	class:LocationWizard
CreateTool	gui/wxpython/gui_modules/toolbars.py	/^    def CreateTool(self, parent, toolbar, tool, label, bitmap, kind,$/;"	m	class:AbstractToolbar
Create_AuxEdge_Table	vector/lidar/v.lidar.edgedetection/edgedetection.c	/^int Create_AuxEdge_Table(dbDriver * driver)$/;"	f
Create_Interpolation_Table	vector/lidar/v.lidar.edgedetection/edgedetection.c	/^int Create_Interpolation_Table(char *vect_name, dbDriver * driver)$/;"	f
Create_OS_Ctx	visualization/nviz/src/do_zoom.c	/^int Create_OS_Ctx(int width, int height)$/;"	f
CrossHair	gui/wxpython/vdigit/pseudodc.h	/^    void CrossHair(const wxPoint& pt)$/;"	f	class:gwxPseudoDC
CrossHair	gui/wxpython/vdigit/pseudodc.h	/^    void CrossHair(wxCoord x, wxCoord y)$/;"	f	class:gwxPseudoDC
Cs	raster/r.random.cells/ransurf.h	/^GLOBAL int CellCount, Rs, Cs;$/;"	v
Cs	raster/r.random.surface/ransurf.h	/^GLOBAL int MapCount, FDM, Rs, Cs, Theory;$/;"	v
CubeNormals	lib/ogsf/gsd_objs.c	/^float CubeNormals[3][3] = {$/;"	v
CubeVertices	lib/ogsf/gsd_objs.c	/^float CubeVertices[8][3] = {$/;"	v
Cube_data	lib/dspf/viz.h	/^} Cube_data;$/;"	t	typeref:struct:__anon36
Cube_data	raster3d/r3.showdspf/vizual2.h	/^} Cube_data;$/;"	t	typeref:struct:__anon117
CurCplane	visualization/nviz/src/interface.h	/^    int CurCplane, Cp_on[MAX_CPLANES];$/;"	m	struct:__anon101
CurPos	raster3d/r3.in.v5d/v5d.h	/^    int CurPos;			\/* current position of file pointer *\/$/;"	m	struct:__anon110
CurPos	raster3d/r3.out.v5d/v5d.h	/^    int CurPos;			\/* current position of file pointer *\/$/;"	m	struct:__anon121
Cur_Head	lib/vector/diglib/portable.c	/^struct Port_info *Cur_Head;$/;"	v	typeref:struct:Port_info
Cur_id	lib/ogsf/gsds.c	/^static int Cur_id = LUCKY;$/;"	v	file:
Cur_id	lib/ogsf/gvl_file.c	/^static int Cur_id = LUCKY;$/;"	v	file:
Cur_max	lib/ogsf/gsds.c	/^static int Cur_max;$/;"	v	file:
Cur_max	lib/ogsf/gvl_file.c	/^static int Cur_max;$/;"	v	file:
Curses_allow_interrupts	imagery/i.class/curses.c	/^int Curses_allow_interrupts(int ok)$/;"	f
Curses_allow_interrupts	imagery/i.ortho.photo/photo.2image/curses.c	/^int Curses_allow_interrupts(int ok)$/;"	f
Curses_allow_interrupts	imagery/i.ortho.photo/photo.2target/curses.c	/^int Curses_allow_interrupts(int ok)$/;"	f
Curses_allow_interrupts	imagery/i.points/curses.c	/^int Curses_allow_interrupts(int ok)$/;"	f
Curses_allow_interrupts	imagery/i.vpoints/curses.c	/^int Curses_allow_interrupts(int ok)$/;"	f
Curses_clear_window	imagery/i.class/curses.c	/^int Curses_clear_window(Window * window)$/;"	f
Curses_clear_window	imagery/i.ortho.photo/photo.2image/curses.c	/^int Curses_clear_window(Window * window)$/;"	f
Curses_clear_window	imagery/i.ortho.photo/photo.2target/curses.c	/^int Curses_clear_window(Window * window)$/;"	f
Curses_clear_window	imagery/i.points/curses.c	/^int Curses_clear_window(Window * window)$/;"	f
Curses_clear_window	imagery/i.vpoints/curses.c	/^int Curses_clear_window(Window * window)$/;"	f
Curses_getch	imagery/i.class/curses.c	/^int Curses_getch(int with_echo)$/;"	f
Curses_getch	imagery/i.ortho.photo/photo.2image/curses.c	/^int Curses_getch(int with_echo)$/;"	f
Curses_getch	imagery/i.ortho.photo/photo.2target/curses.c	/^int Curses_getch(int with_echo)$/;"	f
Curses_getch	imagery/i.points/curses.c	/^int Curses_getch(int with_echo)$/;"	f
Curses_getch	imagery/i.vpoints/curses.c	/^int Curses_getch(int with_echo)$/;"	f
Curses_outline_window	imagery/i.class/curses.c	/^int Curses_outline_window(Window * window)$/;"	f
Curses_outline_window	imagery/i.ortho.photo/photo.2image/curses.c	/^int Curses_outline_window(Window * window)$/;"	f
Curses_outline_window	imagery/i.ortho.photo/photo.2target/curses.c	/^int Curses_outline_window(Window * window)$/;"	f
Curses_outline_window	imagery/i.points/curses.c	/^int Curses_outline_window(Window * window)$/;"	f
Curses_outline_window	imagery/i.vpoints/curses.c	/^int Curses_outline_window(Window * window)$/;"	f
Curses_prompt_gets	imagery/i.class/curses.c	/^int Curses_prompt_gets(char *prompt, char *answer)$/;"	f
Curses_prompt_gets	imagery/i.ortho.photo/photo.2image/curses.c	/^int Curses_prompt_gets(char *prompt, char *answer)$/;"	f
Curses_prompt_gets	imagery/i.ortho.photo/photo.2target/curses.c	/^int Curses_prompt_gets(char *prompt, char *answer)$/;"	f
Curses_prompt_gets	imagery/i.points/curses.c	/^int Curses_prompt_gets(char *prompt, char *answer)$/;"	f
Curses_prompt_gets	imagery/i.vpoints/curses.c	/^int Curses_prompt_gets(char *prompt, char *answer)$/;"	f
Curses_replot_screen	imagery/i.class/curses.c	/^int Curses_replot_screen(void)$/;"	f
Curses_replot_screen	imagery/i.ortho.photo/photo.2image/curses.c	/^int Curses_replot_screen(void)$/;"	f
Curses_replot_screen	imagery/i.ortho.photo/photo.2target/curses.c	/^int Curses_replot_screen(void)$/;"	f
Curses_replot_screen	imagery/i.points/curses.c	/^int Curses_replot_screen(void)$/;"	f
Curses_replot_screen	imagery/i.vpoints/curses.c	/^int Curses_replot_screen(void)$/;"	f
Curses_write_window	imagery/i.class/curses.c	/^int Curses_write_window(Window * window, int line, int col, char *message)$/;"	f
Curses_write_window	imagery/i.ortho.photo/photo.2image/curses.c	/^int Curses_write_window(Window * window, int line, int col, char *message)$/;"	f
Curses_write_window	imagery/i.ortho.photo/photo.2target/curses.c	/^int Curses_write_window(Window * window, int line, int col, char *message)$/;"	f
Curses_write_window	imagery/i.points/curses.c	/^int Curses_write_window(Window * window, int line, int col, char *message)$/;"	f
Curses_write_window	imagery/i.vpoints/curses.c	/^int Curses_write_window(Window * window, int line, int col, char *message)$/;"	f
Cursor	include/nviz.h	27;"	d
Cursor	include/nviz.h	29;"	d
Cursor	visualization/nviz/src/togl.c	/^    Tk_Cursor Cursor;           \/* The widget's cursor *\/$/;"	m	struct:Togl	file:
Cursor	visualization/nviz/src/togl.c	50;"	d	file:
Cursor	visualization/nviz/src/togl.c	52;"	d	file:
CustomCreate	gui/wxpython/gui_modules/location_wizard.py	/^    def CustomCreate(self):$/;"	m	class:LocationWizard
CustomPage	gui/wxpython/gui_modules/location_wizard.py	/^class CustomPage(TitledPage):$/;"	c
Cxl	lib/ogsf/GSX.c	/^static int Cxl = 0;$/;"	v	file:
Cxl_func	lib/ogsf/GSX.c	/^void (*Cxl_func) ();$/;"	v
D	lib/display/cnversions.c	/^static struct rectangle D;	\/* Display coordinates, pixels, (0,0) towards NW *\/$/;"	v	typeref:struct:rectangle	file:
D	lib/gis/intersect.c	74;"	d	file:
D	lib/vector/Vlib/e_intersect.c	13;"	d	file:
D	lib/vector/Vlib/intersect.c	52;"	d	file:
D	lib/vector/diglib/linecros.c	51;"	d	file:
D1	lib/gis/intersect.c	75;"	d	file:
D1	lib/vector/Vlib/intersect.c	53;"	d	file:
D1	lib/vector/diglib/linecros.c	53;"	d	file:
D2	lib/gis/intersect.c	76;"	d	file:
D2	lib/vector/Vlib/intersect.c	54;"	d	file:
D2	lib/vector/diglib/linecros.c	55;"	d	file:
D2R	display/d.rast.arrow/arrow.c	47;"	d	file:
D2R	lib/driver/text2.c	137;"	d	file:
D2R	lib/driver/text3.c	24;"	d	file:
D2R	lib/gis/rotate.c	18;"	d	file:
D2_PI	raster/r.flow/r.flow.h	45;"	d
DA	lib/vector/Vlib/e_intersect.c	14;"	d	file:
DATA	lib/db/dbmi_base/login.c	/^} DATA;$/;"	t	typeref:struct:__anon26	file:
DATA	raster/wildfire/r.ros/main.c	75;"	d	file:
DATA	raster/wildfire/r.ros/spot_dist.c	39;"	d	file:
DATA	raster/wildfire/r.spread/collect_ori.c	19;"	d	file:
DATA	raster/wildfire/r.spread/main.c	40;"	d	file:
DATA	raster/wildfire/r.spread/ram2out.c	7;"	d	file:
DATA	raster/wildfire/r.spread/select_linksB.c	31;"	d	file:
DATA	raster/wildfire/r.spread/spot.c	56;"	d	file:
DATA	raster/wildfire/r.spread/spread.c	44;"	d	file:
DATA	raster3d/r3.mkdspf/iso_surface.c	/^static float DATA[8];$/;"	v	file:
DATA	visualization/nviz/src/mkdspf_iso_surface.c	/^static float DATA[8];$/;"	v	file:
DATABASE	db/drivers/dbf/globals.h	/^} DATABASE;$/;"	t	typeref:struct:__anon15
DATAFILES	lib/gis/Makefile	/^DATAFILES := $(patsubst %,$(ETC)\/%,$(DATASRC))$/;"	m
DATAQUAD_H	lib/rst/data/dataquad.h	15;"	d
DATASRC	lib/gis/Makefile	/^DATASRC = ellipse.table datum.table datumtransform.table FIPS.code state27 state83 projections gui.tcl$/;"	m
DATA_STRUCTURES_H	vector/v.net.visibility/data_structures.h	17;"	d
DATA_TYPES_H	vector/v.delaunay2/data_types.h	2;"	d
DATETIME_ABSOLUTE	include/datetime.h	4;"	d
DATETIME_DAY	include/datetime.h	10;"	d
DATETIME_HOUR	include/datetime.h	11;"	d
DATETIME_MINUTE	include/datetime.h	12;"	d
DATETIME_MONTH	include/datetime.h	9;"	d
DATETIME_RELATIVE	include/datetime.h	5;"	d
DATETIME_SECOND	include/datetime.h	13;"	d
DATETIME_YEAR	include/datetime.h	8;"	d
DATE_FORMAT	lib/psdriver/Graph_set.c	21;"	d	file:
DATUMTABLE	include/gprojects.h	28;"	d
DATUMTABLE	lib/gis/datum.c	17;"	d	file:
DATUMTRANSFORMTABLE	include/gprojects.h	29;"	d
DB	lib/vector/Vlib/e_intersect.c	15;"	d	file:
DBDRIVER_H	db/drivers/dbf/dbdriver.h	3;"	d
DBDRIVER_H	db/drivers/mysql/dbdriver.h	3;"	d
DBDRIVER_H	db/drivers/odbc/dbdriver.h	3;"	d
DBDRIVER_H	db/drivers/ogr/dbdriver.h	3;"	d
DBDRIVER_H	db/drivers/postgres/dbdriver.h	3;"	d
DBDRIVER_H	db/drivers/sqlite/dbdriver.h	3;"	d
DBFAddField	lib/external/shapelib/dbfopen.c	/^DBFAddField(DBFHandle psDBF, const char * pszFieldName, $/;"	f
DBFAddNativeFieldType	lib/external/shapelib/dbfopen.c	/^DBFAddNativeFieldType(DBFHandle psDBF, const char * pszFieldName, $/;"	f
DBFCloneEmpty	lib/external/shapelib/dbfopen.c	/^DBFCloneEmpty(DBFHandle psDBF, const char * pszFilename ) $/;"	f
DBFClose	lib/external/shapelib/dbfopen.c	/^DBFClose(DBFHandle psDBF)$/;"	f
DBFCreate	lib/external/shapelib/dbfopen.c	/^DBFCreate( const char * pszFilename )$/;"	f
DBFCreateLL	lib/external/shapelib/dbfopen.c	/^DBFCreateLL( const char * pszFilename, SAHooks *psHooks )$/;"	f
DBFFieldType	lib/external/shapelib/shapefil.h	/^} DBFFieldType;$/;"	t	typeref:enum:__anon72
DBFFlushRecord	lib/external/shapelib/dbfopen.c	/^static int DBFFlushRecord( DBFHandle psDBF )$/;"	f	file:
DBFGetFieldCount	lib/external/shapelib/dbfopen.c	/^DBFGetFieldCount( DBFHandle psDBF )$/;"	f
DBFGetFieldIndex	lib/external/shapelib/dbfopen.c	/^DBFGetFieldIndex(DBFHandle psDBF, const char *pszFieldName)$/;"	f
DBFGetFieldInfo	lib/external/shapelib/dbfopen.c	/^DBFGetFieldInfo( DBFHandle psDBF, int iField, char * pszFieldName,$/;"	f
DBFGetNativeFieldType	lib/external/shapelib/dbfopen.c	/^DBFGetNativeFieldType( DBFHandle psDBF, int iField )$/;"	f
DBFGetRecordCount	lib/external/shapelib/dbfopen.c	/^DBFGetRecordCount( DBFHandle psDBF )$/;"	f
DBFHandle	lib/external/shapelib/shapefil.h	/^typedef DBFInfo * DBFHandle;$/;"	t
DBFInfo	lib/external/shapelib/shapefil.h	/^} DBFInfo;$/;"	t	typeref:struct:__anon71
DBFIsAttributeNULL	lib/external/shapelib/dbfopen.c	/^DBFIsAttributeNULL( DBFHandle psDBF, int iRecord, int iField )$/;"	f
DBFIsRecordDeleted	lib/external/shapelib/dbfopen.c	/^int SHPAPI_CALL DBFIsRecordDeleted( DBFHandle psDBF, int iShape )$/;"	f
DBFLoadRecord	lib/external/shapelib/dbfopen.c	/^static int DBFLoadRecord( DBFHandle psDBF, int iRecord )$/;"	f	file:
DBFMarkRecordDeleted	lib/external/shapelib/dbfopen.c	/^int SHPAPI_CALL DBFMarkRecordDeleted( DBFHandle psDBF, int iShape, $/;"	f
DBFOpen	lib/external/shapelib/dbfopen.c	/^DBFOpen( const char * pszFilename, const char * pszAccess )$/;"	f
DBFOpenLL	lib/external/shapelib/dbfopen.c	/^DBFOpenLL( const char * pszFilename, const char * pszAccess, SAHooks *psHooks )$/;"	f
DBFReadAttribute	lib/external/shapelib/dbfopen.c	/^static void *DBFReadAttribute(DBFHandle psDBF, int hEntity, int iField,$/;"	f	file:
DBFReadDoubleAttribute	lib/external/shapelib/dbfopen.c	/^DBFReadDoubleAttribute( DBFHandle psDBF, int iRecord, int iField )$/;"	f
DBFReadIntegerAttribute	lib/external/shapelib/dbfopen.c	/^DBFReadIntegerAttribute( DBFHandle psDBF, int iRecord, int iField )$/;"	f
DBFReadLogicalAttribute	lib/external/shapelib/dbfopen.c	/^DBFReadLogicalAttribute( DBFHandle psDBF, int iRecord, int iField )$/;"	f
DBFReadStringAttribute	lib/external/shapelib/dbfopen.c	/^DBFReadStringAttribute( DBFHandle psDBF, int iRecord, int iField )$/;"	f
DBFReadTuple	lib/external/shapelib/dbfopen.c	/^DBFReadTuple(DBFHandle psDBF, int hEntity )$/;"	f
DBFUpdateHeader	lib/external/shapelib/dbfopen.c	/^DBFUpdateHeader( DBFHandle psDBF )$/;"	f
DBFWriteAttribute	lib/external/shapelib/dbfopen.c	/^static int DBFWriteAttribute(DBFHandle psDBF, int hEntity, int iField,$/;"	f	file:
DBFWriteAttributeDirectly	lib/external/shapelib/dbfopen.c	/^DBFWriteAttributeDirectly(DBFHandle psDBF, int hEntity, int iField,$/;"	f
DBFWriteDoubleAttribute	lib/external/shapelib/dbfopen.c	/^DBFWriteDoubleAttribute( DBFHandle psDBF, int iRecord, int iField,$/;"	f
DBFWriteHeader	lib/external/shapelib/dbfopen.c	/^static void DBFWriteHeader(DBFHandle psDBF)$/;"	f	file:
DBFWriteIntegerAttribute	lib/external/shapelib/dbfopen.c	/^DBFWriteIntegerAttribute( DBFHandle psDBF, int iRecord, int iField,$/;"	f
DBFWriteLogicalAttribute	lib/external/shapelib/dbfopen.c	/^DBFWriteLogicalAttribute( DBFHandle psDBF, int iRecord, int iField,$/;"	f
DBFWriteNULLAttribute	lib/external/shapelib/dbfopen.c	/^DBFWriteNULLAttribute( DBFHandle psDBF, int iRecord, int iField )$/;"	f
DBFWriteStringAttribute	lib/external/shapelib/dbfopen.c	/^DBFWriteStringAttribute( DBFHandle psDBF, int iRecord, int iField,$/;"	f
DBFWriteTuple	lib/external/shapelib/dbfopen.c	/^DBFWriteTuple(DBFHandle psDBF, int hEntity, void * pRawTuple )$/;"	f
DBF_CHAR	db/drivers/dbf/globals.h	14;"	d
DBF_COL_NAME	db/drivers/dbf/globals.h	3;"	d
DBF_DOUBLE	db/drivers/dbf/globals.h	16;"	d
DBF_INT	db/drivers/dbf/globals.h	15;"	d
DBL_MAX	vector/v.in.dxf/dxf_to_vect.c	7;"	d	file:
DBL_MIN	vector/v.in.dxf/dxf_to_vect.c	8;"	d	file:
DBL_SIZ	include/vect/dig_defines.h	32;"	d
DBMError	gui/wxpython/gui_modules/gcmd.py	/^class DBMError(GException):$/;"	c
DBMI_SQLITE_PROTO_H	db/drivers/sqlite/globals.h	4;"	d
DBSTUBS_H	lib/db/dbmi_driver/dbstubs.h	3;"	d
DB_CURRENT	include/dbmi.h	98;"	d
DB_C_TYPE_DATETIME	include/dbmi.h	95;"	d
DB_C_TYPE_DOUBLE	include/dbmi.h	94;"	d
DB_C_TYPE_INT	include/dbmi.h	93;"	d
DB_C_TYPE_STRING	include/dbmi.h	92;"	d
DB_DATETIME_MASK	include/dbmi.h	89;"	d
DB_DAY	include/dbmi.h	84;"	d
DB_DEFAULT_DRIVER	include/dbmi.h	9;"	d
DB_DEFINED	include/dbmi.h	123;"	d
DB_DRIVER_C	lib/db/dbmi_driver/driver.c	25;"	d	file:
DB_EOF	include/dbmi.h	61;"	d
DB_FAILED	include/dbmi.h	57;"	d
DB_FIRST	include/dbmi.h	101;"	d
DB_FRACTION	include/dbmi.h	88;"	d
DB_GRANTED	include/dbmi.h	113;"	d
DB_GROUP	include/dbmi.h	119;"	d
DB_HOUR	include/dbmi.h	85;"	d
DB_INSENSITIVE	include/dbmi.h	110;"	d
DB_INSERT	include/dbmi.h	106;"	d
DB_LAST	include/dbmi.h	102;"	d
DB_MEMORY_ERR	include/dbmi.h	59;"	d
DB_MINUTE	include/dbmi.h	86;"	d
DB_MONTH	include/dbmi.h	83;"	d
DB_MSG	db/drivers/odbc/globals.h	2;"	d
DB_NEXT	include/dbmi.h	99;"	d
DB_NOPROC	include/dbmi.h	58;"	d
DB_NOT_GRANTED	include/dbmi.h	114;"	d
DB_OK	include/dbmi.h	56;"	d
DB_PERM_R	include/dbmi.h	51;"	d
DB_PERM_W	include/dbmi.h	52;"	d
DB_PERM_X	include/dbmi.h	53;"	d
DB_PREVIOUS	include/dbmi.h	100;"	d
DB_PRIV_SELECT	include/dbmi.h	117;"	d
DB_PROC_ADD_COLUMN	include/dbmi.h	42;"	d
DB_PROC_BEGIN_TRANSACTION	include/dbmi.h	35;"	d
DB_PROC_BIND_INSERT	include/dbmi.h	32;"	d
DB_PROC_BIND_UPDATE	include/dbmi.h	31;"	d
DB_PROC_CLOSE_CURSOR	include/dbmi.h	22;"	d
DB_PROC_CLOSE_DATABASE	include/dbmi.h	14;"	d
DB_PROC_COMMIT_TRANSACTION	include/dbmi.h	36;"	d
DB_PROC_CREATE_DATABASE	include/dbmi.h	15;"	d
DB_PROC_CREATE_INDEX	include/dbmi.h	46;"	d
DB_PROC_CREATE_TABLE	include/dbmi.h	38;"	d
DB_PROC_DELETE	include/dbmi.h	23;"	d
DB_PROC_DELETE_DATABASE	include/dbmi.h	16;"	d
DB_PROC_DESCRIBE_TABLE	include/dbmi.h	39;"	d
DB_PROC_DROP_COLUMN	include/dbmi.h	43;"	d
DB_PROC_DROP_INDEX	include/dbmi.h	48;"	d
DB_PROC_DROP_TABLE	include/dbmi.h	40;"	d
DB_PROC_EXECUTE_IMMEDIATE	include/dbmi.h	34;"	d
DB_PROC_FETCH	include/dbmi.h	24;"	d
DB_PROC_FIND_DATABASE	include/dbmi.h	17;"	d
DB_PROC_GRANT_ON_TABLE	include/dbmi.h	44;"	d
DB_PROC_INSERT	include/dbmi.h	25;"	d
DB_PROC_LIST_DATABASES	include/dbmi.h	18;"	d
DB_PROC_LIST_INDEXES	include/dbmi.h	47;"	d
DB_PROC_LIST_TABLES	include/dbmi.h	41;"	d
DB_PROC_OPEN_DATABASE	include/dbmi.h	19;"	d
DB_PROC_OPEN_INSERT_CURSOR	include/dbmi.h	26;"	d
DB_PROC_OPEN_SELECT_CURSOR	include/dbmi.h	27;"	d
DB_PROC_OPEN_UPDATE_CURSOR	include/dbmi.h	28;"	d
DB_PROC_ROWS	include/dbmi.h	30;"	d
DB_PROC_SHUTDOWN_DRIVER	include/dbmi.h	20;"	d
DB_PROC_UPDATE	include/dbmi.h	29;"	d
DB_PROC_VERSION	include/dbmi.h	12;"	d
DB_PROTOCOL_ERR	include/dbmi.h	60;"	d
DB_PUBLIC	include/dbmi.h	120;"	d
DB_READONLY	include/dbmi.h	105;"	d
DB_RECV_CHAR	lib/db/dbmi_base/macros.h	25;"	d
DB_RECV_COLUMN_DEFAULT_VALUE	lib/db/dbmi_base/macros.h	94;"	d
DB_RECV_COLUMN_DEFINITION	lib/db/dbmi_base/macros.h	84;"	d
DB_RECV_COLUMN_PRIVS	lib/db/dbmi_base/macros.h	79;"	d
DB_RECV_COLUMN_VALUE	lib/db/dbmi_base/macros.h	89;"	d
DB_RECV_DATETIME	lib/db/dbmi_base/macros.h	54;"	d
DB_RECV_DOUBLE	lib/db/dbmi_base/macros.h	49;"	d
DB_RECV_FK	lib/db/dbmi_base/macros.h	115;"	d
DB_RECV_FK_ARRAY	lib/db/dbmi_base/macros.h	117;"	d
DB_RECV_FLOAT	lib/db/dbmi_base/macros.h	44;"	d
DB_RECV_HANDLE	lib/db/dbmi_base/macros.h	59;"	d
DB_RECV_INDEX	lib/db/dbmi_base/macros.h	106;"	d
DB_RECV_INDEX_ARRAY	lib/db/dbmi_base/macros.h	108;"	d
DB_RECV_INT	lib/db/dbmi_base/macros.h	39;"	d
DB_RECV_RETURN_CODE	lib/db/dbmi_base/macros.h	4;"	d
DB_RECV_SHORT	lib/db/dbmi_base/macros.h	30;"	d
DB_RECV_SHORT_ARRAY	lib/db/dbmi_base/macros.h	34;"	d
DB_RECV_STRING	lib/db/dbmi_base/macros.h	18;"	d
DB_RECV_STRING_ARRAY	lib/db/dbmi_base/macros.h	20;"	d
DB_RECV_TABLE_DATA	lib/db/dbmi_base/macros.h	69;"	d
DB_RECV_TABLE_DEFINITION	lib/db/dbmi_base/macros.h	64;"	d
DB_RECV_TABLE_PRIV	lib/db/dbmi_base/macros.h	74;"	d
DB_RECV_TOKEN	lib/db/dbmi_base/macros.h	99;"	d
DB_RETURN_ERR	lib/db/dbmi_base/macros.h	1;"	d
DB_SCROLL	include/dbmi.h	109;"	d
DB_SECOND	include/dbmi.h	87;"	d
DB_SEND_CHAR	lib/db/dbmi_base/macros.h	23;"	d
DB_SEND_COLUMN_DEFAULT_VALUE	lib/db/dbmi_base/macros.h	92;"	d
DB_SEND_COLUMN_DEFINITION	lib/db/dbmi_base/macros.h	82;"	d
DB_SEND_COLUMN_PRIVS	lib/db/dbmi_base/macros.h	77;"	d
DB_SEND_COLUMN_VALUE	lib/db/dbmi_base/macros.h	87;"	d
DB_SEND_C_STRING	lib/db/dbmi_base/macros.h	16;"	d
DB_SEND_DATETIME	lib/db/dbmi_base/macros.h	52;"	d
DB_SEND_DOUBLE	lib/db/dbmi_base/macros.h	47;"	d
DB_SEND_FAILURE	lib/db/dbmi_base/macros.h	9;"	d
DB_SEND_FK	lib/db/dbmi_base/macros.h	111;"	d
DB_SEND_FK_ARRAY	lib/db/dbmi_base/macros.h	113;"	d
DB_SEND_FLOAT	lib/db/dbmi_base/macros.h	42;"	d
DB_SEND_HANDLE	lib/db/dbmi_base/macros.h	57;"	d
DB_SEND_INDEX	lib/db/dbmi_base/macros.h	102;"	d
DB_SEND_INDEX_ARRAY	lib/db/dbmi_base/macros.h	104;"	d
DB_SEND_INT	lib/db/dbmi_base/macros.h	37;"	d
DB_SEND_SHORT	lib/db/dbmi_base/macros.h	28;"	d
DB_SEND_SHORT_ARRAY	lib/db/dbmi_base/macros.h	32;"	d
DB_SEND_STRING	lib/db/dbmi_base/macros.h	12;"	d
DB_SEND_STRING_ARRAY	lib/db/dbmi_base/macros.h	14;"	d
DB_SEND_SUCCESS	lib/db/dbmi_base/macros.h	7;"	d
DB_SEND_TABLE_DATA	lib/db/dbmi_base/macros.h	67;"	d
DB_SEND_TABLE_DEFINITION	lib/db/dbmi_base/macros.h	62;"	d
DB_SEND_TABLE_PRIV	lib/db/dbmi_base/macros.h	72;"	d
DB_SEND_TOKEN	lib/db/dbmi_base/macros.h	97;"	d
DB_SEQUENTIAL	include/dbmi.h	108;"	d
DB_SQL_TYPE_CHARACTER	include/dbmi.h	66;"	d
DB_SQL_TYPE_DATE	include/dbmi.h	73;"	d
DB_SQL_TYPE_DECIMAL	include/dbmi.h	71;"	d
DB_SQL_TYPE_DOUBLE_PRECISION	include/dbmi.h	70;"	d
DB_SQL_TYPE_INTEGER	include/dbmi.h	68;"	d
DB_SQL_TYPE_INTERVAL	include/dbmi.h	76;"	d
DB_SQL_TYPE_NUMERIC	include/dbmi.h	72;"	d
DB_SQL_TYPE_REAL	include/dbmi.h	69;"	d
DB_SQL_TYPE_SERIAL	include/dbmi.h	79;"	d
DB_SQL_TYPE_SMALLINT	include/dbmi.h	67;"	d
DB_SQL_TYPE_TEXT	include/dbmi.h	77;"	d
DB_SQL_TYPE_TIME	include/dbmi.h	74;"	d
DB_SQL_TYPE_TIMESTAMP	include/dbmi.h	75;"	d
DB_SQL_TYPE_UNKNOWN	include/dbmi.h	64;"	d
DB_START_PROCEDURE_CALL	lib/db/dbmi_base/macros.h	2;"	d
DB_UNDEFINED	include/dbmi.h	124;"	d
DB_UPDATE	include/dbmi.h	107;"	d
DB_VERSION	include/dbmi.h	7;"	d
DB_YEAR	include/dbmi.h	82;"	d
DCELL	include/gis.h	/^typedef double DCELL;$/;"	t
DCELL	swig/perl/gis.h	/^typedef double DCELL;$/;"	t
DCELL_TYPE	include/gis.h	69;"	d
DCELL_TYPE	swig/perl/gis.h	63;"	d
DCOL2X	lib/ogsf/rowcol.h	34;"	d
DCVAR	raster/r.water.outlet/basin.h	/^GLOBAL char dc_mod[9] DCVAR;$/;"	v
DCVAR	raster/r.water.outlet/basin.h	34;"	d
DCVAR	raster/r.water.outlet/basin.h	40;"	d
DD	raster/r.random.surface/dd.c	/^double DD(double Dist)$/;"	f
DEACTIVATE_ELT	lib/g3d/cache.c	19;"	d	file:
DEBUG	display/d.profile/main.c	22;"	d	file:
DEBUG	gui/wxpython/vdigit/pseudodc.cpp	15;"	d	file:
DEBUG	imagery/i.ortho.photo/photo.2image/analyze.c	11;"	d	file:
DEBUG	imagery/i.ortho.photo/photo.2image/mark.c	7;"	d	file:
DEBUG	raster/r.drain/main.c	43;"	d	file:
DEBUG	raster/r.fill.dir/main.c	53;"	d	file:
DEBUG	raster/r.random.cells/gasdev.c	4;"	d	file:
DEBUG	raster/r.random.cells/indep.c	4;"	d	file:
DEBUG	raster/r.random.cells/init.c	4;"	d	file:
DEBUG	raster/r.random.cells/main.c	20;"	d	file:
DEBUG	raster/r.random.cells/random.c	4;"	d	file:
DEBUG	raster/r.random.surface/calcsd.c	4;"	d	file:
DEBUG	raster/r.random.surface/calcsurf.c	4;"	d	file:
DEBUG	raster/r.random.surface/cpfilter.c	4;"	d	file:
DEBUG	raster/r.random.surface/dd.c	4;"	d	file:
DEBUG	raster/r.random.surface/decay.c	4;"	d	file:
DEBUG	raster/r.random.surface/digits.c	4;"	d	file:
DEBUG	raster/r.random.surface/gasdev.c	4;"	d	file:
DEBUG	raster/r.random.surface/gennorm.c	4;"	d	file:
DEBUG	raster/r.random.surface/init.c	4;"	d	file:
DEBUG	raster/r.random.surface/main.c	30;"	d	file:
DEBUG	raster/r.random.surface/makebigf.c	4;"	d	file:
DEBUG	raster/r.random.surface/makepp.c	4;"	d	file:
DEBUG	raster/r.random.surface/random.c	4;"	d	file:
DEBUG	raster/r.random.surface/save.c	4;"	d	file:
DEBUG	raster/r.random.surface/zero.c	4;"	d	file:
DEBUG	raster/wildfire/r.ros/main.c	76;"	d	file:
DEBUG	raster3d/r3.showdspf/main_ogl.c	88;"	d	file:
DEBUG	vector/v.hull/globals.h	5;"	d
DEBUG	vector/v.to.rast/local.h	9;"	d
DEBUG_ARROW	lib/ogsf/gsd_surf.c	41;"	d	file:
DEBUG_BUFFER	vector/v.buffer/main.c	26;"	d	file:
DEBUG_CCFOREST	raster/r.terraflow/ccforest.h	30;"	d
DEBUG_CLEAN	vector/v.buffer/main.c	27;"	d	file:
DEBUG_DELETE	include/iostream/ami_stream.h	43;"	d
DEBUG_NONE	vector/v.buffer/main.c	25;"	d	file:
DECIMAL_PLACES	lib/vask/V_clear.c	30;"	d	file:
DECLARATION	raster3d/r3.showdspf/kns_globals.h	5;"	d
DECLARATION	raster3d/r3.showdspf/kns_globals.h	7;"	d
DEFAULT	raster/r.reclass/parse.c	/^CELL DEFAULT;$/;"	v
DEFAULT_ALIGN	display/d.text.freetype/main.c	43;"	d	file:
DEFAULT_BG_COLOR	include/gis.h	217;"	d
DEFAULT_BG_COLOR	swig/perl/gis.h	201;"	d
DEFAULT_CELL_MAX	lib/gis/range.c	86;"	d	file:
DEFAULT_CELL_MIN	lib/gis/range.c	85;"	d	file:
DEFAULT_CHARSET	display/d.text.freetype/main.c	39;"	d	file:
DEFAULT_CHARSET	vector/v.label.sa/main.c	20;"	d	file:
DEFAULT_COLOR	display/d.text.freetype/main.c	41;"	d	file:
DEFAULT_COLOR	display/d.text.new/main.c	66;"	d	file:
DEFAULT_FG_COLOR	include/gis.h	216;"	d
DEFAULT_FG_COLOR	swig/perl/gis.h	200;"	d
DEFAULT_FILE_NAME	lib/cairodriver/cairodriver.h	15;"	d
DEFAULT_FONTNAME	visualization/nviz/src/togl.c	121;"	d	file:
DEFAULT_HEIGHT	visualization/nviz/src/togl.c	119;"	d	file:
DEFAULT_IDENT	visualization/nviz/src/togl.c	120;"	d	file:
DEFAULT_LINESPACING	display/d.text.freetype/main.c	45;"	d	file:
DEFAULT_LOG_EXP	raster3d/r3.in.v5d/vis5d.h	71;"	d
DEFAULT_LOG_EXP	raster3d/r3.out.v5d/vis5d.h	71;"	d
DEFAULT_LOG_SCALE	raster3d/r3.in.v5d/vis5d.h	70;"	d
DEFAULT_LOG_SCALE	raster3d/r3.out.v5d/vis5d.h	70;"	d
DEFAULT_MAX	lib/gis/fpreclass.c	261;"	d	file:
DEFAULT_MIN	lib/gis/fpreclass.c	260;"	d	file:
DEFAULT_PAGE_LENGTH	raster/r.report/global.h	49;"	d
DEFAULT_PAGE_WIDTH	raster/r.report/global.h	50;"	d
DEFAULT_POLY_CNT	visualization/nviz/src/interface.h	54;"	d
DEFAULT_ROTATION	display/d.text.freetype/main.c	44;"	d	file:
DEFAULT_SIZE	display/d.text.freetype/main.c	40;"	d	file:
DEFAULT_SURF_COLOR	include/nviz.h	60;"	d
DEFAULT_SURF_COLOR	visualization/nviz/src/interface.h	51;"	d
DEFAULT_TIME	visualization/nviz/src/togl.c	122;"	d	file:
DEFAULT_WIDTH	visualization/nviz/src/togl.c	118;"	d	file:
DEFAULT_WIRE_CNT	visualization/nviz/src/interface.h	53;"	d
DEFAULT_WIRE_COLOR	visualization/nviz/src/interface.h	52;"	d
DEFS	lib/cairodriver/Makefile	/^DEFS=-DPACKAGE=\\"$(PACKAGE)\\"$/;"	m
DEFS	lib/pngdriver/Makefile	/^DEFS=-DPACKAGE=\\"$(PACKAGE)\\"$/;"	m
DEFS	lib/proj/Makefile	/^DEFS=-DPACKAGE=\\"$(PACKAGE)\\"$/;"	m
DEFS	lib/psdriver/Makefile	/^DEFS=-DPACKAGE=\\"$(PACKAGE)\\"$/;"	m
DEFS	lib/raster/Makefile	/^DEFS=-DPACKAGE=\\"$(PACKAGE)\\"$/;"	m
DEFS	lib/vector/Vlib/Makefile	/^DEFS=-DPACKAGE=\\"$(PACKAGE)\\"$/;"	m
DEFSV	swig/perl/R_slope_aspect/ppport.h	330;"	d
DEF_BLU	raster/r.out.png/r.out.png.c	44;"	d	file:
DEF_BLU	raster/r.out.ppm/main.c	28;"	d	file:
DEF_BLU	raster/r.out.ppm3/main.c	25;"	d	file:
DEF_GRN	raster/r.out.png/r.out.png.c	43;"	d	file:
DEF_GRN	raster/r.out.ppm/main.c	27;"	d	file:
DEF_GRN	raster/r.out.ppm3/main.c	24;"	d	file:
DEF_HEIGHT	lib/driver/driverlib.h	3;"	d
DEF_MAX	raster/r.out.mpeg/main.c	48;"	d	file:
DEF_MAX	visualization/xganim/main.c	34;"	d	file:
DEF_MAXPTS	display/drivers/HTMLMAP/htmlmap.h	6;"	d
DEF_MIN	raster/r.out.mpeg/main.c	49;"	d	file:
DEF_MIN	visualization/xganim/main.c	35;"	d	file:
DEF_MINBBOX	display/drivers/HTMLMAP/htmlmap.h	4;"	d
DEF_MINDIST	display/drivers/HTMLMAP/htmlmap.h	5;"	d
DEF_RED	raster/r.out.png/r.out.png.c	42;"	d	file:
DEF_RED	raster/r.out.ppm/main.c	26;"	d	file:
DEF_RED	raster/r.out.ppm3/main.c	23;"	d	file:
DEF_WIDTH	lib/driver/driverlib.h	2;"	d
DEG	raster/r.horizon/main.c	44;"	d	file:
DEG	raster/r.sun/main.c	36;"	d	file:
DEG2RAD	general/g.region/printwindow.c	9;"	d	file:
DEG2RAD	misc/m.cogo/main.c	27;"	d	file:
DEG2RAD	raster/r.flow/r.flow.h	46;"	d
DEG2RAD	raster/r.param.scale/param.h	31;"	d
DEG2RAD	raster/wildfire/r.ros/spot_dist.c	40;"	d	file:
DEGREEINMETERS	raster/r.horizon/main.c	52;"	d	file:
DEGREEINMETERS	raster/r.sun/main.c	137;"	d	file:
DEGREEINMETERS	raster/r.sun2/main.c	177;"	d	file:
DEGREES	include/gis.h	65;"	d
DEGREES	swig/perl/gis.h	59;"	d
DEGREES_TO_RADIANS	raster/r.mapcalc/xcos.c	18;"	d	file:
DEGREES_TO_RADIANS	raster/r.mapcalc/xsin.c	18;"	d	file:
DEGREES_TO_RADIANS	raster/r.mapcalc/xtan.c	19;"	d	file:
DEG_TO_RAD	raster/r.water.outlet/basin.h	18;"	d
DEG_TO_RAD	raster/r.watershed/ram/Gwater.h	24;"	d
DEG_TO_RAD	raster/r.watershed/seg/Gwater.h	19;"	d
DEG_TO_RAD	vector/v.in.dxf/make_arc.c	5;"	d	file:
DEG_TO_RADS	imagery/i.ortho.photo/photo.init/globals.h	22;"	d
DEL	gui/wxpython/vdigit/digit.h	/^    enum action_type { ADD, DEL };$/;"	e	enum:Digit::action_type
DELAYED_DELETE	raster/r.los/point.h	/^struct point *DELAYED_DELETE;$/;"	v	typeref:struct:point
DELETE	vector/v.hull/macros.h	31;"	d
DELETED	vector/v.voronoi/sw_defs.h	1;"	d
DELETED_PIX	raster/r.thin/thin_lines.c	27;"	d	file:
DELTA	raster/wildfire/r.ros/main.c	/^float DELTA[] = { 0, 1.0, 1.0, 2.5, 6.0, 2.0, 2.5, 2.5,$/;"	v
DELTA_T	raster/r.random.surface/ransurf.h	18;"	d
DELTA_Y	ps/ps.map/ps_info.h	8;"	d
DEMlevel	raster/r.out.pov/main.c	/^int DEMlevel, elevationPattern, groundSystem, groundZone;$/;"	v
DENSITY	raster/simwe/r.sim.sediment/main.c	57;"	d	file:
DENSITY	raster/simwe/r.sim.water/main.c	62;"	d	file:
DEPENDENCIES	db/base/Makefile	/^DEPENDENCIES = $(GISDEP) $(DBMIDEP)$/;"	m
DEPENDENCIES	db/db.login/Makefile	/^DEPENDENCIES = $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	db/drivers/dbf/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	db/drivers/mysql/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	db/drivers/odbc/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	db/drivers/ogr/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	db/drivers/postgres/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	db/drivers/sqlite/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	display/d.ask/Makefile	/^DEPENDENCIES= $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.barscale/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.colorlist/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.colors/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP) $(CURSESDEP)$/;"	m
DEPENDENCIES	display/d.colortable/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.erase/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.extend/Makefile	/^DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(VECTDEP) $(SITESDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.extract/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP) $(DISPLAYDEP) $(RASTERDEP) $(DATETIMEDEP)$/;"	m
DEPENDENCIES	display/d.font.freetype/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.font/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.geodesic/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.graph/Makefile	/^DEPENDENCIES= $(SYMBDEP) $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.grid/Makefile	/^DEPENDENCIES= $(SYMBDEP) $(DISPLAYDEP) $(RASTERDEP) $(GPROJDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.his/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.histogram/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.info/Makefile	/^DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.legend/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.linegraph/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.mapgraph/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.measure/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.menu/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.mon/cmd/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.mon/pgms/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	display/d.nviz/Makefile	/^DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.paint.labels/Makefile	/^DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.path/Makefile	/^DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.profile/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.rast.arrow/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.rast.edit/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.rast.num/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.rast/Makefile	/^DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.rhumbline/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.save/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.text.freetype/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.text.new/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.text/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.thematic.area/Makefile	/^DEPENDENCIES = $(ARRAYSTATSDEP) $(DISPLAYDEP) $(RASTERDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP) $(SYMBDEP)$/;"	m
DEPENDENCIES	display/d.title/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.vect.chart/Makefile	/^DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.vect/Makefile	/^DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP) $(SYMBDEP)$/;"	m
DEPENDENCIES	display/d.what.rast/Makefile	/^DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.what.vect/Makefile	/^DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(VECTDEP) $(DBMIDEP) $(FORMDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.where/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GPROJDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/d.zoom/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP) $(DISPLAYDEP) $(RASTERDEP) $(DATETIMEDEP)$/;"	m
DEPENDENCIES	display/drivers/HTMLMAP/Makefile	/^DEPENDENCIES = $(DRIVERLIBDEP) $(DRIVERDEP) $(DISPLAYDEP) $(RASTERDEP) $(GISLIBDEP)$/;"	m
DEPENDENCIES	display/drivers/PNG/Makefile	/^DEPENDENCIES = $(PNGDRIVERDEP) $(DRIVERDEP) $(GISLIBDEP)$/;"	m
DEPENDENCIES	display/drivers/PS/Makefile	/^DEPENDENCIES = $(PSDRIVERDEP) $(DRIVERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/drivers/XDRIVER/Makefile	/^DEPENDENCIES = $(DRIVERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	display/drivers/cairo/Makefile	/^DEPENDENCIES = $(CAIRODRIVERDEP) $(DRIVERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	doc/raster/r.example/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	doc/vector/v.example/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	general/g.access/Makefile	/^DEPENDENCIES= $(GISDEP)$/;"	m
DEPENDENCIES	general/g.ask/Makefile	/^DEPENDENCIES= $(GISDEP)$/;"	m
DEPENDENCIES	general/g.dirseps/Makefile	/^DEPENDENCIES= $(GISDEP)$/;"	m
DEPENDENCIES	general/g.filename/Makefile	/^DEPENDENCIES= $(GISDEP)$/;"	m
DEPENDENCIES	general/g.findetc/Makefile	/^DEPENDENCIES= $(GISDEP)$/;"	m
DEPENDENCIES	general/g.findfile/Makefile	/^DEPENDENCIES= $(GISDEP)$/;"	m
DEPENDENCIES	general/g.gisenv/Makefile	/^DEPENDENCIES= $(GISDEP)$/;"	m
DEPENDENCIES	general/g.gui/Makefile	/^DEPENDENCIES= $(GISDEP)$/;"	m
DEPENDENCIES	general/g.mapset/Makefile	/^DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	general/g.mapsets/Makefile	/^DEPENDENCIES= $(GISDEP)$/;"	m
DEPENDENCIES	general/g.message/Makefile	/^DEPENDENCIES= $(GISDEP)$/;"	m
DEPENDENCIES	general/g.mkfontcap/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	general/g.mlist/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	general/g.mremove/Makefile	/^DEPENDENCIES = $(GISDEP) $(VECTDEP) $(G3DDEP)$/;"	m
DEPENDENCIES	general/g.parser/Makefile	/^DEPENDENCIES= $(GISDEP)$/;"	m
DEPENDENCIES	general/g.pnmcomp/Makefile	/^DEPENDENCIES= $(GISDEP)$/;"	m
DEPENDENCIES	general/g.proj/Makefile	/^DEPENDENCIES= $(GPROJDEP) $(GISDEP)$/;"	m
DEPENDENCIES	general/g.region/Makefile	/^DEPENDENCIES = $(VECTDEP) $(G3DDEP) $(GPROJDEP) $(GISDEP) $(DATETIMEDEP)$/;"	m
DEPENDENCIES	general/g.setproj/Makefile	/^DEPENDENCIES = $(GPROJDEP) $(GISDEP)$/;"	m
DEPENDENCIES	general/g.tempfile/Makefile	/^DEPENDENCIES= $(GISDEP) $/;"	m
DEPENDENCIES	general/g.transform/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(GISDEP)$/;"	m
DEPENDENCIES	general/g.version/Makefile	/^DEPENDENCIES= $(GISDEP)$/;"	m
DEPENDENCIES	general/manage/cmd/Makefile	/^DEPENDENCIES = $(GISDEP) $(VECTDEP) $(DBMIDEP) $(MANAGEDEP) $(G3DDEP)$/;"	m
DEPENDENCIES	general/manage/lib/Makefile	/^DEPENDENCIES = $(GISDEP) $(VECTDEP) $(G3DDEP)$/;"	m
DEPENDENCIES	general/manage/lister/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	imagery/i.ask/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	imagery/i.atcorr/Makefile	/^DEPENDENCIES = $(DEPGISLIB)$/;"	m
DEPENDENCIES	imagery/i.cca/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(GMATHDEP) $(GISDEP)$/;"	m
DEPENDENCIES	imagery/i.class/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(DISPLAYDEP) $(RASTERDEP) $(GISDEP) $(VASKDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.cluster/Makefile	/^DEPENDENCIES= $(CLUSTERDEP) $(IMAGERYDEP) $(GISDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.fft/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(GMATHDEP) $(GISDEP)$/;"	m
DEPENDENCIES	imagery/i.find/Makefile	/^DEPENDENCIES= $(GISDEP)$/;"	m
DEPENDENCIES	imagery/i.gensig/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(GISDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.gensigset/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(GISDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.group/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(GISDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.his.rgb/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(GISDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.ifft/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(GMATHDEP) $(GISDEP)$/;"	m
DEPENDENCIES	imagery/i.maxlik/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(GISDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.ortho.photo/menu/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(IORTHODEP) $(GISDEP) $(VASKDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.ortho.photo/photo.2image/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(DISPLAYDEP) $(RASTERDEP) $(IORTHODEP) $(GISDEP) $(VASKDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.ortho.photo/photo.2target/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(DISPLAYDEP) $(RASTERDEP) $(IORTHODEP) $(GISDEP) $(VASKDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.ortho.photo/photo.camera/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(IORTHODEP) $(GISDEP) $(VASKDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.ortho.photo/photo.elev/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(IORTHODEP) $(GISDEP) $(VASKDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.ortho.photo/photo.init/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(DISPLAYDEP) $(RASTERDEP) $(IORTHODEP) $(GISDEP) $(VASKDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.ortho.photo/photo.rectify/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(IORTHODEP) $(GISDEP) $(VASKDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.ortho.photo/photo.target/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(IORTHODEP) $(GISDEP) $(VASKDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.pca/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(GMATHDEP) $(GISDEP)$/;"	m
DEPENDENCIES	imagery/i.points/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(DISPLAYDEP) $(RASTERDEP) $(GMATHDEP) $(GISDEP)$/;"	m
DEPENDENCIES	imagery/i.rectify/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(GISDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.rgb.his/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(GISDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.smap/shapiro/Makefile	/^DEPENDENCIES= $(ISMAPDEP) $(IMAGERYDEP) $(GISDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.target/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(GISDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.vpoints/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(SYMBDEP) $(DISPLAYDEP) $(RASTERDEP) $(VECTDEP) $(GISDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	imagery/i.zc/Makefile	/^DEPENDENCIES= $(IMAGERYDEP) $(GMATHDEP) $(GISDEP) $(GISDEP)$/;"	m
DEPENDENCIES	lib/gpde/test/Makefile	/^DEPENDENCIES = $(GISDEP) $(G3DDEP) $(GPDEDEP)$/;"	m
DEPENDENCIES	lib/rst/data/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	lib/rst/interp_float/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	lib/rst/qtree/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	lib/vector/Vlib/Makefile	/^DEPENDENCIES =  $(ARCH_INCDIR)\/Vect.h $(ARCH_INCDIR)\/V_.h \\$/;"	m
DEPENDENCIES	lib/vector/vedit/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	misc/m.cogo/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	ps/ps.map/Makefile	/^DEPENDENCIES = $(VECTDEP) $(SYMBDEP) $(GISDEP) $(DATETIDEP) $(IMAGERYDEP) $(GMATHDEP) \\$/;"	m
DEPENDENCIES	raster/r.average/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.basins.fill/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.bilinear/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.bitpattern/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.buffer/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.carve/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(BITMAPDEP) $(LINKMDEP) $(SEGMENTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.cats/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.circle/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.clump/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.coin/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.colors/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.composite/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.compress/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.contour/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.cost/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP) $(SEGMENTDEP) $(DATETIMEDEP)$/;"	m
DEPENDENCIES	raster/r.covar/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.cross/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.describe/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.digit/Makefile	/^DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.distance/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.drain/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP) $(SEGMENTDEP) $(DATETIMEDEP)$/;"	m
DEPENDENCIES	raster/r.external/Makefile	/^DEPENDENCIES = $(GPROJDEP) $(GISDEP) $(IMAGERYDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	raster/r.fill.dir/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.flow/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(BITMAPDEP) $(LINKMDEP) $(SEGMENTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.grow.distance/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.grow2/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.gwflow/Makefile	/^DEPENDENCIES = $(GISDEP) $(GPDEDEP)$/;"	m
DEPENDENCIES	raster/r.his/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.horizon/Makefile	/^DEPENDENCIES = $(GPROJDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.in.arc/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.in.ascii/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.in.bin/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.in.gdal/Makefile	/^DEPENDENCIES = $(GPROJDEP) $(GISDEP) $(IMAGERYDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	raster/r.in.gridatb/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.in.mat/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.in.poly/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.in.xyz/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.info/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.kappa/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.lake/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.le/r.le.patch/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.le/r.le.pixel/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.le/r.le.setup/Makefile	/^DEPENDENCIES = $(RASTERDEP) $(DISPLAYDEP) $(SITESDEP) $(VECTDEP) $(GISDEP) $(DATETIMEDEP) $(VASKDEP)$/;"	m
DEPENDENCIES	raster/r.le/r.le.setup/polytocell/Makefile	/^DEPENDENCIES= $(DEPGISLIB)$/;"	m
DEPENDENCIES	raster/r.le/r.le.trace/Makefile	/^DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.li/r.li.cwed/Makefile	/^DEPENDENCIES = $(GISDEP) $(LIB_NAME )$/;"	m
DEPENDENCIES	raster/r.li/r.li.daemon/Makefile	/^DEPENDENCIES = $(GISDEP) $/;"	m
DEPENDENCIES	raster/r.li/r.li.dominance/Makefile	/^DEPENDENCIES = $(GISDEP) $(LIB_NAME )$/;"	m
DEPENDENCIES	raster/r.li/r.li.edgedensity/Makefile	/^DEPENDENCIES = $(GISDEP) $(LIB_NAME )$/;"	m
DEPENDENCIES	raster/r.li/r.li.mpa/Makefile	/^DEPENDENCIES = $(GISDEP) $(LIB_NAME )$/;"	m
DEPENDENCIES	raster/r.li/r.li.mps/Makefile	/^DEPENDENCIES = $(GISDEP) $(LIB_NAME )$/;"	m
DEPENDENCIES	raster/r.li/r.li.padcv/Makefile	/^DEPENDENCIES = $(GISDEP) $(LIB_NAME )$/;"	m
DEPENDENCIES	raster/r.li/r.li.padrange/Makefile	/^DEPENDENCIES = $(GISDEP) $(LIB_NAME )$/;"	m
DEPENDENCIES	raster/r.li/r.li.padsd/Makefile	/^DEPENDENCIES = $(GISDEP) $(LIB_NAME )$/;"	m
DEPENDENCIES	raster/r.li/r.li.patchdensity/Makefile	/^DEPENDENCIES = $(GISDEP) $(LIB_NAME )$/;"	m
DEPENDENCIES	raster/r.li/r.li.patchnum/Makefile	/^DEPENDENCIES = $(GISDEP) $(LIB_NAME )$/;"	m
DEPENDENCIES	raster/r.li/r.li.richness/Makefile	/^DEPENDENCIES = $(GISDEP) $(LIB_NAME )$/;"	m
DEPENDENCIES	raster/r.li/r.li.shannon/Makefile	/^DEPENDENCIES = $(GISDEP) $(LIB_NAME )$/;"	m
DEPENDENCIES	raster/r.li/r.li.shape/Makefile	/^DEPENDENCIES = $(GISDEP) $(LIB_NAME )$/;"	m
DEPENDENCIES	raster/r.li/r.li.simpson/Makefile	/^DEPENDENCIES = $(GISDEP) $(LIB_NAME )$/;"	m
DEPENDENCIES	raster/r.los/Makefile	/^DEPENDENCIES = $(SEGMENTDEP) $(GPROJDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.median/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.mfilter.fp/Makefile	/^DEPENDENCIES = $(ROWIODEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.mfilter/Makefile	/^DEPENDENCIES = $(ROWIODEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.mode/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.neighbors/Makefile	/^DEPENDENCIES = $(STATSDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.null/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.out.arc/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.out.ascii/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.out.bin/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.out.gdal/Makefile	/^DEPENDENCIES = $(GPROJDEP) $(GISDEP) $(IMAGERYDEP)$/;"	m
DEPENDENCIES	raster/r.out.gridatb/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.out.mat/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.out.mpeg/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.out.png/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.out.pov/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.out.ppm/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.out.ppm3/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.out.tiff/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.out.vrml/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.out.vtk/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.param.scale/Makefile	/^DEPENDENCIES = $(GISDEP) $(GMATHDEP)$/;"	m
DEPENDENCIES	raster/r.patch/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.profile/Makefile	/^DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.proj.seg/Makefile	/^DEPENDENCIES = $(GPROJDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.proj/Makefile	/^DEPENDENCIES = $(GPROJDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.quant/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.quantile/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.random.cells/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.random.surface/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.random/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP) $(SEGMENTDEP) $(DATETIMEDEP)$/;"	m
DEPENDENCIES	raster/r.reclass/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.recode/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.region/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.report/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.resamp.interp/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.resamp.rst/Makefile	/^DEPENDENCIES = $(INTERPDATADEP) $(QTREEDEP) $(INTERPFLDEP) $(BITMAPDEP) $(LINKMDEP) \\$/;"	m
DEPENDENCIES	raster/r.resamp.stats/Makefile	/^DEPENDENCIES = $(STATSDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.resample/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.rescale.eq/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.rescale/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.series/Makefile	/^DEPENDENCIES = $(STATSDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.slope.aspect/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.statistics/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.stats/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.sum/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.sun/Makefile	/^DEPENDENCIES = $(GPROJDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.sun2/Makefile	/^DEPENDENCIES = $(GPROJDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.sunmask/Makefile	/^DEPENDENCIES = $(GPROJDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.support.stats/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.support/front/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.support/modcats/Makefile	/^DEPENDENCIES = $(GISDEP) $(EDITDEP) $(VASKDEP)$/;"	m
DEPENDENCIES	raster/r.support/modcolr/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.support/modhead/Makefile	/^DEPENDENCIES = $(GISDEP) $(EDITDEP) $(VASKDEP)$/;"	m
DEPENDENCIES	raster/r.support/modhist/Makefile	/^DEPENDENCIES = $(GISDEP) $(EDITDEP) $(VASKDEP)$/;"	m
DEPENDENCIES	raster/r.surf.area/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.surf.contour/Makefile	/^DEPENDENCIES = $(SEGMENTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.surf.fractal/Makefile	/^DEPENDENCIES = $(GMATHDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.surf.gauss/Makefile	/^DEPENDENCIES = $(GMATHDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.surf.idw/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.surf.idw2/Makefile	/^DEPENDENCIES = $(GISDEP) $(DATETIMEDEP)$/;"	m
DEPENDENCIES	raster/r.surf.random/Makefile	/^DEPENDENCIES = $(GMATHDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.texture/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.thin/Makefile	/^DEPENDENCIES = $(ROWIODEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.timestamp/Makefile	/^DEPENDENCIES = $(GISDEP) $(DATETIMEDEP)$/;"	m
DEPENDENCIES	raster/r.to.rast3/Makefile	/^DEPENDENCIES = $(G3DDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.to.rast3elev/Makefile	/^DEPENDENCIES = $(G3DDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.to.vect/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.topidx/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.topmodel/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.transect/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.univar2/Makefile	/^DEPENDENCIES = $(G3DDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.volume/Makefile	/^DEPENDENCIES = $(SITESDEP) $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.walk/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP) $(SEGMENTDEP) $(DATETIMEDEP)$/;"	m
DEPENDENCIES	raster/r.water.outlet/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.watershed/front/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.watershed/ram/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.watershed/seg/Makefile	/^DEPENDENCIES = $(GISDEP) $(SEGMENTDEP)$/;"	m
DEPENDENCIES	raster/r.watershed/shed/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.what.color/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/r.what/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/simwe/r.sim.sediment/Makefile	/^DEPENDENCIES = $(SIMDEP) $(BITMAPDEP) $(LINKMDEP) \\$/;"	m
DEPENDENCIES	raster/simwe/r.sim.water/Makefile	/^DEPENDENCIES = $(SIMDEP) $(BITMAPDEP) $(LINKMDEP) \\$/;"	m
DEPENDENCIES	raster/simwe/simlib/Makefile	/^DEPENDENCIES = $(GISDEP) $(DBMIDEP) $(GMATLIBDEP) $(LINKMDEP) $(XDRDEP) $(SITESDEP) $(VECTDEP)$/;"	m
DEPENDENCIES	raster/wildfire/r.ros/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	raster/wildfire/r.spread/Makefile	/^DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster/wildfire/r.spreadpath/Makefile	/^DEPENDENCIES = $(SEGMENTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster3d/base/Makefile	/^DEPENDENCIES = $(G3DDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster3d/r3.cross.rast/Makefile	/^DEPENDENCIES = $(G3DDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster3d/r3.gwflow/Makefile	/^DEPENDENCIES = $(GPDEDEP) $(G3DDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster3d/r3.in.ascii/Makefile	/^DEPENDENCIES = $(G3DDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster3d/r3.in.v5d/Makefile	/^DEPENDENCIES = $(G3DDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster3d/r3.mkdspf/Makefile	/^DEPENDENCIES = $(DSPFDEP) $(G3DDEP) $(GISDEP) $(DATETIMEDEP)$/;"	m
DEPENDENCIES	raster3d/r3.out.ascii/Makefile	/^DEPENDENCIES = $(G3DDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster3d/r3.out.v5d/Makefile	/^DEPENDENCIES = $(G3DDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster3d/r3.out.vtk/Makefile	/^DEPENDENCIES = $(G3DDEP) $(GISDEP)$/;"	m
DEPENDENCIES	raster3d/r3.showdspf/Makefile	/^DEPENDENCIES = $(DSPFDEP) $(G3DDEP) $(GISDEP) $(DATETIMEDEP)$/;"	m
DEPENDENCIES	raster3d/r3.stats/Makefile	/^DEPENDENCIES = $(GISDEP) $(G3DDEP)$/;"	m
DEPENDENCIES	raster3d/r3.to.rast/Makefile	/^DEPENDENCIES = $(G3DDEP) $(GISDEP)$/;"	m
DEPENDENCIES	sites/s.in.ascii/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	sites/s.out.ascii/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/lidar/lidarlib/Makefile	/^DEPENDENCIES= $(VECTDEP) $(DBMIDEP) $(GISDEP) $(BSPLINE_ARCH_OBJ) $(GMATHDEP)$/;"	m
DEPENDENCIES	vector/lidar/v.lidar.correction/Makefile	/^DEPENDENCIES= $(LIDARDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP) $(BSPLINE_ARCH_OBJ) $(GMATHDEP) $/;"	m
DEPENDENCIES	vector/lidar/v.lidar.edgedetection/Makefile	/^DEPENDENCIES= $(LIDARDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP) $(GMATHDEP) $/;"	m
DEPENDENCIES	vector/lidar/v.lidar.growing/Makefile	/^DEPENDENCIES= $(LIDARDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP) $(BSPLINE_ARCH_OBJ) $(GMATHDEP) $/;"	m
DEPENDENCIES	vector/lidar/v.outlier/Makefile	/^DEPENDENCIES= $(LIDARDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP) $(BSPLINE_ARCH_OBJ) $(GMATHDEP) $/;"	m
DEPENDENCIES	vector/lidar/v.surf.bspline/Makefile	/^DEPENDENCIES= $(LIDARDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP) $(BSPLINE_ARCH_OBJ) $(GMATHDEP) $/;"	m
DEPENDENCIES	vector/v.buffer/Makefile	/^DEPENDENCIES= $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.buffer2/Makefile	/^DEPENDENCIES= $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.build.polylines/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.build/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.category/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.class/Makefile	/^DEPENDENCIES = $(ARRAYSTATSDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.clean/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.clean/test/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.convert/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.db.connect/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.db.select/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.delaunay2/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.digit/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.distance/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.drape/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.edit/Makefile	/^DEPENDENCIES= $(VEDITDEP) $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.external/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.extract/Makefile	/^DEPENDENCIES = $(GMATHDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.extrude/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.generalize/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.hull/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.in.ascii/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.in.db/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.in.dwg/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.in.dxf/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.in.ogr/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GPROJDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.in.region/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.in.sites/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP) $/;"	m
DEPENDENCIES	vector/v.info/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.kcv/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.kernel/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GMATHDEP) $(GISDEP) $(DATETIMEDEP)$/;"	m
DEPENDENCIES	vector/v.label.sa/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.label/Makefile	/^DEPENDENCIES= $(DISPLAYDEP) $(RASTERDEP) $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.lrs/lib/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.lrs/v.lrs.create/Makefile	/^DEPENDENCIES = $(LRSDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.lrs/v.lrs.label/Makefile	/^DEPENDENCIES = $(LRSDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.lrs/v.lrs.segment/Makefile	/^DEPENDENCIES = $(LRSDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.lrs/v.lrs.where/Makefile	/^DEPENDENCIES = $(LRSDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.mkgrid/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.neighbors/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.net.alloc/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.net.iso/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.net.path/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.net.salesman/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.net.steiner/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.net.visibility/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.net/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.normal/Makefile	/^DEPENDENCIES= $(VECTDEP) $(CDHCDEP) $(GISDEP) $/;"	m
DEPENDENCIES	vector/v.out.ascii/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.out.dxf/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.out.ogr/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GPROJDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.out.pov/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.out.svg/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.out.vtk/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.overlay/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.parallel/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.parallel2/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.patch/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.perturb/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP) $/;"	m
DEPENDENCIES	vector/v.proj/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GPROJDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.qcount/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP) $/;"	m
DEPENDENCIES	vector/v.random/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP) $(DATETIMEDEP)$/;"	m
DEPENDENCIES	vector/v.reclass/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.sample/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.segment/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.select/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.split/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.support/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.surf.idw/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP) $(DATETIMEDEP)$/;"	m
DEPENDENCIES	vector/v.surf.rst/Makefile	/^DEPENDENCIES = $(INTERPDATADEP) $(QTREEDEP) $(INTERPFLDEP) $(BITMAPDEP) $(LINKMDEP) \\$/;"	m
DEPENDENCIES	vector/v.to.3d/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.to.db/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.to.points/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.to.rast/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.to.rast3/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(G3DDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.transform/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.type/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.univar/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.vol.rst/Makefile	/^DEPENDENCIES=$(G3DLIBDEP) $(VECTDEP) $(GISLIBDEP) $(DATETIMELIBDEP) $(BITMAPLIBDEP) $(LINKMLIBDEP)$/;"	m
DEPENDENCIES	vector/v.voronoi/Makefile	/^DEPENDENCIES= $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.what.rast/Makefile	/^DEPENDENCIES = $(VECTDEP) $(GISDEP)$/;"	m
DEPENDENCIES	vector/v.what/Makefile	/^DEPENDENCIES = $(VECTDEP) $(DBMIDEP) $(FORMDEP) $(GISDEP)$/;"	m
DEPENDENCIES	visualization/nviz2/cmd/Makefile	/^DEPENDENCIES = $(GISDEP) $(NVIZDEP)$/;"	m
DEPENDENCIES	visualization/xganim/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPENDENCIES	visualization/ximgview/Makefile	/^DEPENDENCIES = $(GISDEP)$/;"	m
DEPLIBS	display/d.frame/Makefile	/^DEPLIBS = $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)$/;"	m
DEPLIBS	display/d.rgb/Makefile	/^DEPLIBS= $(DEPD_LIB) $(DEPDISPLAYLIB) $(DEPRASTERLIB) $(DEPGISLIB)$/;"	m
DEPLIBS	raster/r.terraflow/Makefile	/^DEPLIBS = $(GISDEP) $(IOSTREAMDEP)$/;"	m
DEPTH_INITIAL	raster/r.terraflow/types.h	/^static const bfs_depth_type DEPTH_INITIAL=1;$/;"	v
DEST	vector/v.delaunay2/edge.h	5;"	d
DET2_2	raster/r.carve/enforce.h	33;"	d
DETAILS	gem/globals.h	71;"	d
DETERM	raster/r.resamp.rst/main.c	/^double DETERM;$/;"	v
DETERM	vector/v.surf.rst/main.c	/^double DETERM;$/;"	v
DETERM	vector/v.vol.rst/main.c	/^double DETERM;$/;"	v
DEVIATION	lib/gis/color_rand.c	7;"	d	file:
DGLINC	lib/vector/dglib/Makefile	/^DGLINC = $(ARCH_INCDIR)\/dgl$/;"	m
DGL_ADD_EDGE_FUNC	lib/vector/dglib/edgemgmt-template.c	/^int DGL_ADD_EDGE_FUNC(dglGraph_s * pgraph,$/;"	f
DGL_ADD_EDGE_FUNC	lib/vector/dglib/v1-defs.h	92;"	d
DGL_ADD_EDGE_FUNC	lib/vector/dglib/v2-defs.h	95;"	d
DGL_ADD_NODE_FUNC	lib/vector/dglib/nodemgmt-template.c	/^int DGL_ADD_NODE_FUNC(dglGraph_s * pgraph,$/;"	f
DGL_ADD_NODE_FUNC	lib/vector/dglib/v1-defs.h	86;"	d
DGL_ADD_NODE_FUNC	lib/vector/dglib/v2-defs.h	86;"	d
DGL_ALONE	lib/vector/dglib/graph.h	83;"	d
DGL_DEFINE_FLAT_PROCS	lib/vector/dglib/graph_v1.c	59;"	d	file:
DGL_DEFINE_FLAT_PROCS	lib/vector/dglib/graph_v1.c	63;"	d	file:
DGL_DEFINE_FLAT_PROCS	lib/vector/dglib/graph_v2.c	59;"	d	file:
DGL_DEFINE_FLAT_PROCS	lib/vector/dglib/graph_v2.c	63;"	d	file:
DGL_DEFINE_TREE_PROCS	lib/vector/dglib/graph_v1.c	50;"	d	file:
DGL_DEFINE_TREE_PROCS	lib/vector/dglib/graph_v1.c	54;"	d	file:
DGL_DEFINE_TREE_PROCS	lib/vector/dglib/graph_v2.c	50;"	d	file:
DGL_DEFINE_TREE_PROCS	lib/vector/dglib/graph_v2.c	54;"	d	file:
DGL_DEL_EDGE_FUNC	lib/vector/dglib/edgemgmt-template.c	/^int DGL_DEL_EDGE_FUNC(dglGraph_s * pgraph, dglInt32_t nEdge)$/;"	f
DGL_DEL_EDGE_FUNC	lib/vector/dglib/v1-defs.h	94;"	d
DGL_DEL_EDGE_FUNC	lib/vector/dglib/v2-defs.h	97;"	d
DGL_DEL_NODE_FUNC	lib/vector/dglib/nodemgmt-template.c	/^int DGL_DEL_NODE_FUNC(dglGraph_s * pgraph, dglInt32_t nNodeId)$/;"	f
DGL_DEL_NODE_FUNC	lib/vector/dglib/v1-defs.h	87;"	d
DGL_DEL_NODE_FUNC	lib/vector/dglib/v2-defs.h	89;"	d
DGL_DEL_NODE_INEDGE_FUNC	lib/vector/dglib/nodemgmt-template.c	/^int DGL_DEL_NODE_INEDGE_FUNC(dglGraph_s * pgraph, dglInt32_t nNode,$/;"	f
DGL_DEL_NODE_INEDGE_FUNC	lib/vector/dglib/v2-defs.h	88;"	d
DGL_DEL_NODE_OUTEDGE_FUNC	lib/vector/dglib/nodemgmt-template.c	/^int DGL_DEL_NODE_OUTEDGE_FUNC(dglGraph_s * pgraph, dglInt32_t nNode,$/;"	f
DGL_DEL_NODE_OUTEDGE_FUNC	lib/vector/dglib/v2-defs.h	87;"	d
DGL_EDGEBUFFER_OFFSET	lib/vector/dglib/v1-defs.h	159;"	d
DGL_EDGEBUFFER_OFFSET	lib/vector/dglib/v2-defs.h	162;"	d
DGL_EDGEBUFFER_OFFSET_v1	lib/vector/dglib/graph_v1.h	112;"	d
DGL_EDGEBUFFER_OFFSET_v2	lib/vector/dglib/graph_v2.h	115;"	d
DGL_EDGEBUFFER_SHIFT	lib/vector/dglib/v1-defs.h	158;"	d
DGL_EDGEBUFFER_SHIFT	lib/vector/dglib/v2-defs.h	161;"	d
DGL_EDGEBUFFER_SHIFT_v1	lib/vector/dglib/graph_v1.h	111;"	d
DGL_EDGEBUFFER_SHIFT_v2	lib/vector/dglib/graph_v2.h	114;"	d
DGL_EDGESET_ALLOC	lib/vector/dglib/v1-defs.h	149;"	d
DGL_EDGESET_ALLOC	lib/vector/dglib/v2-defs.h	152;"	d
DGL_EDGESET_ALLOC_v1	lib/vector/dglib/graph_v1.h	57;"	d
DGL_EDGESET_ALLOC_v2	lib/vector/dglib/graph_v2.h	57;"	d
DGL_EDGESET_EDGEARRAY_PTR	lib/vector/dglib/v1-defs.h	146;"	d
DGL_EDGESET_EDGEARRAY_PTR	lib/vector/dglib/v2-defs.h	149;"	d
DGL_EDGESET_EDGEARRAY_PTR_v1	lib/vector/dglib/graph_v1.h	61;"	d
DGL_EDGESET_EDGEARRAY_PTR_v2	lib/vector/dglib/graph_v2.h	61;"	d
DGL_EDGESET_EDGECOUNT	lib/vector/dglib/v1-defs.h	147;"	d
DGL_EDGESET_EDGECOUNT	lib/vector/dglib/v2-defs.h	150;"	d
DGL_EDGESET_EDGECOUNT_v1	lib/vector/dglib/graph_v1.h	60;"	d
DGL_EDGESET_EDGECOUNT_v2	lib/vector/dglib/graph_v2.h	60;"	d
DGL_EDGESET_EDGE_PTR	lib/vector/dglib/v1-defs.h	148;"	d
DGL_EDGESET_EDGE_PTR	lib/vector/dglib/v2-defs.h	151;"	d
DGL_EDGESET_EDGE_PTR_v1	lib/vector/dglib/graph_v1.h	62;"	d
DGL_EDGESET_EDGE_PTR_v2	lib/vector/dglib/graph_v2.h	62;"	d
DGL_EDGESET_OFFSET	lib/vector/dglib/v1-defs.h	145;"	d
DGL_EDGESET_OFFSET	lib/vector/dglib/v2-defs.h	148;"	d
DGL_EDGESET_REALLOC	lib/vector/dglib/v1-defs.h	150;"	d
DGL_EDGESET_REALLOC	lib/vector/dglib/v2-defs.h	153;"	d
DGL_EDGESET_REALLOC_v1	lib/vector/dglib/graph_v1.h	58;"	d
DGL_EDGESET_REALLOC_v2	lib/vector/dglib/graph_v2.h	58;"	d
DGL_EDGESET_SIZEOF	lib/vector/dglib/v1-defs.h	151;"	d
DGL_EDGESET_SIZEOF	lib/vector/dglib/v2-defs.h	154;"	d
DGL_EDGESET_SIZEOF_v1	lib/vector/dglib/graph_v1.h	55;"	d
DGL_EDGESET_SIZEOF_v2	lib/vector/dglib/graph_v2.h	55;"	d
DGL_EDGESET_T_FIRST_FUNC	lib/vector/dglib/misc-template.c	/^dglInt32_t * DGL_EDGESET_T_FIRST_FUNC( dglEdgesetTraverser_s * pT )$/;"	f
DGL_EDGESET_T_FIRST_FUNC	lib/vector/dglib/v1-defs.h	108;"	d
DGL_EDGESET_T_FIRST_FUNC	lib/vector/dglib/v2-defs.h	111;"	d
DGL_EDGESET_T_INITIALIZE_FUNC	lib/vector/dglib/misc-template.c	/^int	DGL_EDGESET_T_INITIALIZE_FUNC($/;"	f
DGL_EDGESET_T_INITIALIZE_FUNC	lib/vector/dglib/v1-defs.h	106;"	d
DGL_EDGESET_T_INITIALIZE_FUNC	lib/vector/dglib/v2-defs.h	109;"	d
DGL_EDGESET_T_NEXT_FUNC	lib/vector/dglib/misc-template.c	/^dglInt32_t * DGL_EDGESET_T_NEXT_FUNC( dglEdgesetTraverser_s * pT )$/;"	f
DGL_EDGESET_T_NEXT_FUNC	lib/vector/dglib/v1-defs.h	109;"	d
DGL_EDGESET_T_NEXT_FUNC	lib/vector/dglib/v2-defs.h	112;"	d
DGL_EDGESET_T_RELEASE_FUNC	lib/vector/dglib/misc-template.c	/^void DGL_EDGESET_T_RELEASE_FUNC( dglEdgesetTraverser_s * pT )$/;"	f
DGL_EDGESET_T_RELEASE_FUNC	lib/vector/dglib/v1-defs.h	107;"	d
DGL_EDGESET_T_RELEASE_FUNC	lib/vector/dglib/v2-defs.h	110;"	d
DGL_EDGESET_WSIZE	lib/vector/dglib/v1-defs.h	152;"	d
DGL_EDGESET_WSIZE	lib/vector/dglib/v2-defs.h	155;"	d
DGL_EDGESET_WSIZE_v1	lib/vector/dglib/graph_v1.h	56;"	d
DGL_EDGESET_WSIZE_v2	lib/vector/dglib/graph_v2.h	56;"	d
DGL_EDGE_ALLOC	lib/vector/dglib/v1-defs.h	132;"	d
DGL_EDGE_ALLOC	lib/vector/dglib/v2-defs.h	135;"	d
DGL_EDGE_ALLOC_v1	lib/vector/dglib/graph_v1.h	76;"	d
DGL_EDGE_ALLOC_v2	lib/vector/dglib/graph_v2.h	77;"	d
DGL_EDGE_ATTR_PTR	lib/vector/dglib/v1-defs.h	138;"	d
DGL_EDGE_ATTR_PTR	lib/vector/dglib/v2-defs.h	141;"	d
DGL_EDGE_ATTR_PTR_v1	lib/vector/dglib/graph_v1.h	82;"	d
DGL_EDGE_ATTR_PTR_v2	lib/vector/dglib/graph_v2.h	84;"	d
DGL_EDGE_COST	lib/vector/dglib/v1-defs.h	136;"	d
DGL_EDGE_COST	lib/vector/dglib/v2-defs.h	139;"	d
DGL_EDGE_COST_v1	lib/vector/dglib/graph_v1.h	80;"	d
DGL_EDGE_COST_v2	lib/vector/dglib/graph_v2.h	82;"	d
DGL_EDGE_HEADNODE_ID_v1	lib/vector/dglib/graph_v1.h	83;"	d
DGL_EDGE_HEADNODE_ID_v2	lib/vector/dglib/graph_v2.h	85;"	d
DGL_EDGE_HEADNODE_OFFSET	lib/vector/dglib/v1-defs.h	139;"	d
DGL_EDGE_HEADNODE_OFFSET	lib/vector/dglib/v2-defs.h	142;"	d
DGL_EDGE_HEADNODE_OFFSET_v1	lib/vector/dglib/graph_v1.h	78;"	d
DGL_EDGE_HEADNODE_OFFSET_v2	lib/vector/dglib/graph_v2.h	79;"	d
DGL_EDGE_ID	lib/vector/dglib/v1-defs.h	137;"	d
DGL_EDGE_ID	lib/vector/dglib/v2-defs.h	140;"	d
DGL_EDGE_ID_v1	lib/vector/dglib/graph_v1.h	81;"	d
DGL_EDGE_ID_v2	lib/vector/dglib/graph_v2.h	83;"	d
DGL_EDGE_SIZEOF	lib/vector/dglib/v1-defs.h	133;"	d
DGL_EDGE_SIZEOF	lib/vector/dglib/v2-defs.h	136;"	d
DGL_EDGE_SIZEOF_v1	lib/vector/dglib/graph_v1.h	74;"	d
DGL_EDGE_SIZEOF_v2	lib/vector/dglib/graph_v2.h	75;"	d
DGL_EDGE_STATUS	lib/vector/dglib/v1-defs.h	135;"	d
DGL_EDGE_STATUS	lib/vector/dglib/v2-defs.h	138;"	d
DGL_EDGE_STATUS_v2	lib/vector/dglib/graph_v2.h	81;"	d
DGL_EDGE_TAILNODE_ID_v1	lib/vector/dglib/graph_v1.h	86;"	d
DGL_EDGE_TAILNODE_ID_v2	lib/vector/dglib/graph_v2.h	88;"	d
DGL_EDGE_TAILNODE_OFFSET	lib/vector/dglib/v1-defs.h	140;"	d
DGL_EDGE_TAILNODE_OFFSET	lib/vector/dglib/v2-defs.h	143;"	d
DGL_EDGE_TAILNODE_OFFSET_v1	lib/vector/dglib/graph_v1.h	79;"	d
DGL_EDGE_TAILNODE_OFFSET_v2	lib/vector/dglib/graph_v2.h	80;"	d
DGL_EDGE_T_FIRST_FUNC	lib/vector/dglib/misc-template.c	/^dglInt32_t * DGL_EDGE_T_FIRST_FUNC( dglEdgeTraverser_s * pT ) {$/;"	f
DGL_EDGE_T_FIRST_FUNC	lib/vector/dglib/v1-defs.h	99;"	d
DGL_EDGE_T_FIRST_FUNC	lib/vector/dglib/v2-defs.h	102;"	d
DGL_EDGE_T_INITIALIZE_FUNC	lib/vector/dglib/misc-template.c	/^int DGL_EDGE_T_INITIALIZE_FUNC( dglGraph_s * pGraph , dglEdgeTraverser_s * pT , dglEdgePrioritizer_s * pEP ) {$/;"	f
DGL_EDGE_T_INITIALIZE_FUNC	lib/vector/dglib/v1-defs.h	97;"	d
DGL_EDGE_T_INITIALIZE_FUNC	lib/vector/dglib/v2-defs.h	100;"	d
DGL_EDGE_T_NEXT_FUNC	lib/vector/dglib/misc-template.c	/^dglInt32_t * DGL_EDGE_T_NEXT_FUNC( dglEdgeTraverser_s * pT )$/;"	f
DGL_EDGE_T_NEXT_FUNC	lib/vector/dglib/v1-defs.h	100;"	d
DGL_EDGE_T_NEXT_FUNC	lib/vector/dglib/v2-defs.h	103;"	d
DGL_EDGE_T_RELEASE_FUNC	lib/vector/dglib/misc-template.c	/^void DGL_EDGE_T_RELEASE_FUNC( dglEdgeTraverser_s * pT ) {$/;"	f
DGL_EDGE_T_RELEASE_FUNC	lib/vector/dglib/v1-defs.h	98;"	d
DGL_EDGE_T_RELEASE_FUNC	lib/vector/dglib/v2-defs.h	101;"	d
DGL_EDGE_WSIZE	lib/vector/dglib/v1-defs.h	134;"	d
DGL_EDGE_WSIZE	lib/vector/dglib/v2-defs.h	137;"	d
DGL_EDGE_WSIZE_v1	lib/vector/dglib/graph_v1.h	75;"	d
DGL_EDGE_WSIZE_v2	lib/vector/dglib/graph_v2.h	76;"	d
DGL_ENDIAN_BIG	lib/vector/dglib/graph.h	74;"	d
DGL_ENDIAN_LITTLE	lib/vector/dglib/graph.h	75;"	d
DGL_ERR_BadArgument	lib/vector/dglib/graph.h	303;"	d
DGL_ERR_BadEdge	lib/vector/dglib/graph.h	292;"	d
DGL_ERR_BadNodeType	lib/vector/dglib/graph.h	282;"	d
DGL_ERR_BadOnFlatGraph	lib/vector/dglib/graph.h	293;"	d
DGL_ERR_BadOnTreeGraph	lib/vector/dglib/graph.h	294;"	d
DGL_ERR_BadVersion	lib/vector/dglib/graph.h	281;"	d
DGL_ERR_EdgeAlreadyExist	lib/vector/dglib/graph.h	302;"	d
DGL_ERR_EdgeNotFound	lib/vector/dglib/graph.h	299;"	d
DGL_ERR_HeadNodeNotFound	lib/vector/dglib/graph.h	290;"	d
DGL_ERR_HeapError	lib/vector/dglib/graph.h	284;"	d
DGL_ERR_MemoryExhausted	lib/vector/dglib/graph.h	283;"	d
DGL_ERR_NodeAlreadyExist	lib/vector/dglib/graph.h	300;"	d
DGL_ERR_NodeIsAComponent	lib/vector/dglib/graph.h	301;"	d
DGL_ERR_NodeNotFound	lib/vector/dglib/graph.h	295;"	d
DGL_ERR_NotSupported	lib/vector/dglib/graph.h	288;"	d
DGL_ERR_Read	lib/vector/dglib/graph.h	287;"	d
DGL_ERR_TailNodeNotFound	lib/vector/dglib/graph.h	291;"	d
DGL_ERR_TreeSearchError	lib/vector/dglib/graph.h	296;"	d
DGL_ERR_UndefinedMethod	lib/vector/dglib/graph.h	285;"	d
DGL_ERR_UnexpectedNullPointer	lib/vector/dglib/graph.h	297;"	d
DGL_ERR_UnknownByteOrder	lib/vector/dglib/graph.h	289;"	d
DGL_ERR_VersionNotSupported	lib/vector/dglib/graph.h	298;"	d
DGL_ERR_Write	lib/vector/dglib/graph.h	286;"	d
DGL_ES_DIRECTED	lib/vector/dglib/graph.h	68;"	d
DGL_FLATTEN_FUNC	lib/vector/dglib/misc-template.c	/^int DGL_FLATTEN_FUNC( dglGraph_s * pgraph )$/;"	f
DGL_FLATTEN_FUNC	lib/vector/dglib/v1-defs.h	110;"	d
DGL_FLATTEN_FUNC	lib/vector/dglib/v2-defs.h	113;"	d
DGL_FOREACH_EDGE	lib/vector/dglib/v1-defs.h	162;"	d
DGL_FOREACH_EDGE	lib/vector/dglib/v2-defs.h	165;"	d
DGL_FOREACH_EDGE_v1	lib/vector/dglib/graph_v1.h	99;"	d
DGL_FOREACH_EDGE_v2	lib/vector/dglib/graph_v2.h	101;"	d
DGL_FOREACH_NODE	lib/vector/dglib/v1-defs.h	161;"	d
DGL_FOREACH_NODE	lib/vector/dglib/v2-defs.h	164;"	d
DGL_FOREACH_NODE_v1	lib/vector/dglib/graph_v1.h	93;"	d
DGL_FOREACH_NODE_v2	lib/vector/dglib/graph_v2.h	95;"	d
DGL_GET_EDGE_FUNC	lib/vector/dglib/edgemgmt-template.c	/^dglInt32_t *DGL_GET_EDGE_FUNC(dglGraph_s * pgraph, dglInt32_t nEdge)$/;"	f
DGL_GET_EDGE_FUNC	lib/vector/dglib/v1-defs.h	93;"	d
DGL_GET_EDGE_FUNC	lib/vector/dglib/v2-defs.h	96;"	d
DGL_GET_NODE_FUNC	lib/vector/dglib/nodemgmt-template.c	/^dglInt32_t *DGL_GET_NODE_FUNC(dglGraph_s * pgraph, dglInt32_t nodeid)$/;"	f
DGL_GET_NODE_FUNC	lib/vector/dglib/v1-defs.h	88;"	d
DGL_GET_NODE_FUNC	lib/vector/dglib/v2-defs.h	90;"	d
DGL_GET_NODE_INEDGESET_FUNC	lib/vector/dglib/nodemgmt-template.c	/^dglInt32_t *DGL_GET_NODE_INEDGESET_FUNC(dglGraph_s * pgraph,$/;"	f
DGL_GET_NODE_INEDGESET_FUNC	lib/vector/dglib/v2-defs.h	92;"	d
DGL_GET_NODE_OUTEDGESET_FUNC	lib/vector/dglib/nodemgmt-template.c	/^dglInt32_t *DGL_GET_NODE_OUTEDGESET_FUNC(dglGraph_s * pgraph,$/;"	f
DGL_GET_NODE_OUTEDGESET_FUNC	lib/vector/dglib/v1-defs.h	89;"	d
DGL_GET_NODE_OUTEDGESET_FUNC	lib/vector/dglib/v2-defs.h	91;"	d
DGL_GF_BIPARTITE	lib/vector/dglib/graph.h	42;"	d
DGL_GF_BOUQUET	lib/vector/dglib/graph.h	44;"	d
DGL_GF_COMPLETE	lib/vector/dglib/graph.h	41;"	d
DGL_GF_CYCLE	lib/vector/dglib/graph.h	47;"	d
DGL_GF_DIPOLE	lib/vector/dglib/graph.h	45;"	d
DGL_GF_PATH	lib/vector/dglib/graph.h	46;"	d
DGL_GF_REGULAR	lib/vector/dglib/graph.h	43;"	d
DGL_GO_EdgePrioritize_ATTR	lib/vector/dglib/graph.h	53;"	d
DGL_GO_EdgePrioritize_COST	lib/vector/dglib/graph.h	52;"	d
DGL_GO_NodePrioritize_ATTR	lib/vector/dglib/graph.h	54;"	d
DGL_GS_FLAT	lib/vector/dglib/graph.h	36;"	d
DGL_ILA_SIZE_v1	lib/vector/dglib/graph_v1.h	52;"	d
DGL_ILA_SIZE_v2	lib/vector/dglib/graph_v2.h	52;"	d
DGL_ILA_TOARR	lib/vector/dglib/v1-defs.h	144;"	d
DGL_ILA_TOARR	lib/vector/dglib/v2-defs.h	147;"	d
DGL_ILA_TOARR_v1	lib/vector/dglib/graph_v1.h	53;"	d
DGL_ILA_TOARR_v2	lib/vector/dglib/graph_v2.h	53;"	d
DGL_ILA_TOCNT_v1	lib/vector/dglib/graph_v1.h	51;"	d
DGL_ILA_TOCNT_v2	lib/vector/dglib/graph_v2.h	51;"	d
DGL_IL_ATTR_v1	lib/vector/dglib/graph_v1.h	71;"	d
DGL_IL_ATTR_v2	lib/vector/dglib/graph_v2.h	72;"	d
DGL_IL_COST_v1	lib/vector/dglib/graph_v1.h	69;"	d
DGL_IL_COST_v2	lib/vector/dglib/graph_v2.h	70;"	d
DGL_IL_HEAD_OFFSET_v1	lib/vector/dglib/graph_v1.h	67;"	d
DGL_IL_HEAD_OFFSET_v2	lib/vector/dglib/graph_v2.h	67;"	d
DGL_IL_ID_v1	lib/vector/dglib/graph_v1.h	70;"	d
DGL_IL_ID_v2	lib/vector/dglib/graph_v2.h	71;"	d
DGL_IL_SIZE_v1	lib/vector/dglib/graph_v1.h	72;"	d
DGL_IL_SIZE_v2	lib/vector/dglib/graph_v2.h	73;"	d
DGL_IL_STATUS_v2	lib/vector/dglib/graph_v2.h	69;"	d
DGL_IL_TAIL_OFFSET_v1	lib/vector/dglib/graph_v1.h	68;"	d
DGL_IL_TAIL_OFFSET_v2	lib/vector/dglib/graph_v2.h	68;"	d
DGL_IN_ATTR_v1	lib/vector/dglib/graph_v1.h	36;"	d
DGL_IN_ATTR_v2	lib/vector/dglib/graph_v2.h	36;"	d
DGL_IN_EDGESET_OFFSET_v2	lib/vector/dglib/graph_v2.h	35;"	d
DGL_IN_NODEID_v1	lib/vector/dglib/graph_v1.h	33;"	d
DGL_IN_NODEID_v2	lib/vector/dglib/graph_v2.h	33;"	d
DGL_IN_SIZE_v1	lib/vector/dglib/graph_v1.h	37;"	d
DGL_IN_SIZE_v2	lib/vector/dglib/graph_v2.h	37;"	d
DGL_IN_STATUS_v1	lib/vector/dglib/graph_v1.h	34;"	d
DGL_IN_STATUS_v2	lib/vector/dglib/graph_v2.h	34;"	d
DGL_IN_TAIL_OFFSET_v1	lib/vector/dglib/graph_v1.h	35;"	d
DGL_MERGE_EDGE	lib/vector/dglib/graph.h	84;"	d
DGL_NODEBUFFER_OFFSET	lib/vector/dglib/v1-defs.h	157;"	d
DGL_NODEBUFFER_OFFSET	lib/vector/dglib/v2-defs.h	160;"	d
DGL_NODEBUFFER_OFFSET_v1	lib/vector/dglib/graph_v1.h	106;"	d
DGL_NODEBUFFER_OFFSET_v2	lib/vector/dglib/graph_v2.h	109;"	d
DGL_NODEBUFFER_SHIFT	lib/vector/dglib/v1-defs.h	156;"	d
DGL_NODEBUFFER_SHIFT	lib/vector/dglib/v2-defs.h	159;"	d
DGL_NODEBUFFER_SHIFT_v1	lib/vector/dglib/graph_v1.h	105;"	d
DGL_NODEBUFFER_SHIFT_v2	lib/vector/dglib/graph_v2.h	108;"	d
DGL_NODE_ALLOC	lib/vector/dglib/v1-defs.h	122;"	d
DGL_NODE_ALLOC	lib/vector/dglib/v2-defs.h	125;"	d
DGL_NODE_ALLOC_v1	lib/vector/dglib/graph_v1.h	41;"	d
DGL_NODE_ALLOC_v2	lib/vector/dglib/graph_v2.h	41;"	d
DGL_NODE_ATTR_PTR	lib/vector/dglib/v1-defs.h	127;"	d
DGL_NODE_ATTR_PTR	lib/vector/dglib/v2-defs.h	130;"	d
DGL_NODE_ATTR_PTR_v1	lib/vector/dglib/graph_v1.h	46;"	d
DGL_NODE_ATTR_PTR_v2	lib/vector/dglib/graph_v2.h	46;"	d
DGL_NODE_EDGESET_OFFSET	lib/vector/dglib/v1-defs.h	128;"	d
DGL_NODE_EDGESET_OFFSET	lib/vector/dglib/v2-defs.h	131;"	d
DGL_NODE_EDGESET_OFFSET_v1	lib/vector/dglib/graph_v1.h	45;"	d
DGL_NODE_EDGESET_OFFSET_v2	lib/vector/dglib/graph_v2.h	45;"	d
DGL_NODE_ID	lib/vector/dglib/v1-defs.h	126;"	d
DGL_NODE_ID	lib/vector/dglib/v2-defs.h	129;"	d
DGL_NODE_ID_v1	lib/vector/dglib/graph_v1.h	43;"	d
DGL_NODE_ID_v2	lib/vector/dglib/graph_v2.h	43;"	d
DGL_NODE_SIZEOF	lib/vector/dglib/v1-defs.h	123;"	d
DGL_NODE_SIZEOF	lib/vector/dglib/v2-defs.h	126;"	d
DGL_NODE_SIZEOF_v1	lib/vector/dglib/graph_v1.h	39;"	d
DGL_NODE_SIZEOF_v2	lib/vector/dglib/graph_v2.h	39;"	d
DGL_NODE_STATUS	lib/vector/dglib/v1-defs.h	125;"	d
DGL_NODE_STATUS	lib/vector/dglib/v2-defs.h	128;"	d
DGL_NODE_STATUS_v1	lib/vector/dglib/graph_v1.h	44;"	d
DGL_NODE_STATUS_v2	lib/vector/dglib/graph_v2.h	44;"	d
DGL_NODE_T_FIND_FUNC	lib/vector/dglib/misc-template.c	/^dglInt32_t * DGL_NODE_T_FIND_FUNC( dglNodeTraverser_s * pT , dglInt32_t nNodeId )$/;"	f
DGL_NODE_T_FIND_FUNC	lib/vector/dglib/v1-defs.h	105;"	d
DGL_NODE_T_FIND_FUNC	lib/vector/dglib/v2-defs.h	108;"	d
DGL_NODE_T_FIRST_FUNC	lib/vector/dglib/misc-template.c	/^dglInt32_t * DGL_NODE_T_FIRST_FUNC( dglNodeTraverser_s * pT )$/;"	f
DGL_NODE_T_FIRST_FUNC	lib/vector/dglib/v1-defs.h	103;"	d
DGL_NODE_T_FIRST_FUNC	lib/vector/dglib/v2-defs.h	106;"	d
DGL_NODE_T_INITIALIZE_FUNC	lib/vector/dglib/misc-template.c	/^int DGL_NODE_T_INITIALIZE_FUNC( dglGraph_s * pGraph , dglNodeTraverser_s * pT ) {$/;"	f
DGL_NODE_T_INITIALIZE_FUNC	lib/vector/dglib/v1-defs.h	101;"	d
DGL_NODE_T_INITIALIZE_FUNC	lib/vector/dglib/v2-defs.h	104;"	d
DGL_NODE_T_NEXT_FUNC	lib/vector/dglib/misc-template.c	/^dglInt32_t * DGL_NODE_T_NEXT_FUNC( dglNodeTraverser_s * pT )$/;"	f
DGL_NODE_T_NEXT_FUNC	lib/vector/dglib/v1-defs.h	104;"	d
DGL_NODE_T_NEXT_FUNC	lib/vector/dglib/v2-defs.h	107;"	d
DGL_NODE_T_RELEASE_FUNC	lib/vector/dglib/misc-template.c	/^void DGL_NODE_T_RELEASE_FUNC( dglNodeTraverser_s * pT ) {$/;"	f
DGL_NODE_T_RELEASE_FUNC	lib/vector/dglib/v1-defs.h	102;"	d
DGL_NODE_T_RELEASE_FUNC	lib/vector/dglib/v2-defs.h	105;"	d
DGL_NODE_WSIZE	lib/vector/dglib/v1-defs.h	124;"	d
DGL_NODE_WSIZE	lib/vector/dglib/v2-defs.h	127;"	d
DGL_NODE_WSIZE_v1	lib/vector/dglib/graph_v1.h	40;"	d
DGL_NODE_WSIZE_v2	lib/vector/dglib/graph_v2.h	40;"	d
DGL_NS_ALONE	lib/vector/dglib/graph.h	62;"	d
DGL_NS_HEAD	lib/vector/dglib/graph.h	60;"	d
DGL_NS_TAIL	lib/vector/dglib/graph.h	61;"	d
DGL_SPAN_DEPTHFIRST_SPANNING_FUNC	lib/vector/dglib/span-template.c	/^int DGL_SPAN_DEPTHFIRST_SPANNING_FUNC(dglGraph_s * pgraphIn,$/;"	f
DGL_SPAN_DEPTHFIRST_SPANNING_FUNC	lib/vector/dglib/v1-defs.h	33;"	d
DGL_SPAN_DEPTHFIRST_SPANNING_FUNC	lib/vector/dglib/v1-defs.h	48;"	d
DGL_SPAN_DEPTHFIRST_SPANNING_FUNC	lib/vector/dglib/v1-defs.h	64;"	d
DGL_SPAN_DEPTHFIRST_SPANNING_FUNC	lib/vector/dglib/v2-defs.h	33;"	d
DGL_SPAN_DEPTHFIRST_SPANNING_FUNC	lib/vector/dglib/v2-defs.h	48;"	d
DGL_SPAN_DEPTHFIRST_SPANNING_FUNC	lib/vector/dglib/v2-defs.h	64;"	d
DGL_SPAN_MINIMUM_SPANNING_FUNC	lib/vector/dglib/span-template.c	/^int DGL_SPAN_MINIMUM_SPANNING_FUNC(dglGraph_s * pgraphIn,$/;"	f
DGL_SPAN_MINIMUM_SPANNING_FUNC	lib/vector/dglib/v1-defs.h	34;"	d
DGL_SPAN_MINIMUM_SPANNING_FUNC	lib/vector/dglib/v1-defs.h	49;"	d
DGL_SPAN_MINIMUM_SPANNING_FUNC	lib/vector/dglib/v1-defs.h	65;"	d
DGL_SPAN_MINIMUM_SPANNING_FUNC	lib/vector/dglib/v2-defs.h	34;"	d
DGL_SPAN_MINIMUM_SPANNING_FUNC	lib/vector/dglib/v2-defs.h	49;"	d
DGL_SPAN_MINIMUM_SPANNING_FUNC	lib/vector/dglib/v2-defs.h	65;"	d
DGL_SP_CACHE_DISTANCE_FUNC	lib/vector/dglib/sp-template.c	/^static int DGL_SP_CACHE_DISTANCE_FUNC(dglGraph_s * pgraph,$/;"	f	file:
DGL_SP_CACHE_DISTANCE_FUNC	lib/vector/dglib/v1-defs.h	83;"	d
DGL_SP_CACHE_DISTANCE_FUNC	lib/vector/dglib/v2-defs.h	83;"	d
DGL_SP_CACHE_INITIALIZE_FUNC	lib/vector/dglib/sp-template.c	/^int DGL_SP_CACHE_INITIALIZE_FUNC(dglGraph_s * pgraph, dglSPCache_s * pCache,$/;"	f
DGL_SP_CACHE_INITIALIZE_FUNC	lib/vector/dglib/v1-defs.h	80;"	d
DGL_SP_CACHE_INITIALIZE_FUNC	lib/vector/dglib/v2-defs.h	80;"	d
DGL_SP_CACHE_RELEASE_FUNC	lib/vector/dglib/sp-template.c	/^void DGL_SP_CACHE_RELEASE_FUNC(dglGraph_s * pgraph, dglSPCache_s * pCache)$/;"	f
DGL_SP_CACHE_RELEASE_FUNC	lib/vector/dglib/v1-defs.h	81;"	d
DGL_SP_CACHE_RELEASE_FUNC	lib/vector/dglib/v2-defs.h	81;"	d
DGL_SP_CACHE_REPORT_FUNC	lib/vector/dglib/sp-template.c	/^static dglSPReport_s *DGL_SP_CACHE_REPORT_FUNC(dglGraph_s * pgraph,$/;"	f	file:
DGL_SP_CACHE_REPORT_FUNC	lib/vector/dglib/v1-defs.h	82;"	d
DGL_SP_CACHE_REPORT_FUNC	lib/vector/dglib/v2-defs.h	82;"	d
DGL_SP_DIJKSTRA_FUNC	lib/vector/dglib/sp-template.c	/^int DGL_SP_DIJKSTRA_FUNC(dglGraph_s * pgraph,$/;"	f
DGL_SP_DIJKSTRA_FUNC	lib/vector/dglib/v1-defs.h	32;"	d
DGL_SP_DIJKSTRA_FUNC	lib/vector/dglib/v1-defs.h	46;"	d
DGL_SP_DIJKSTRA_FUNC	lib/vector/dglib/v1-defs.h	62;"	d
DGL_SP_DIJKSTRA_FUNC	lib/vector/dglib/v2-defs.h	32;"	d
DGL_SP_DIJKSTRA_FUNC	lib/vector/dglib/v2-defs.h	46;"	d
DGL_SP_DIJKSTRA_FUNC	lib/vector/dglib/v2-defs.h	62;"	d
DGL_STRONGCONNECT	lib/vector/dglib/graph.h	82;"	d
DGL_T_NODEITEM_Add	lib/vector/dglib/v1-defs.h	177;"	d
DGL_T_NODEITEM_Add	lib/vector/dglib/v2-defs.h	180;"	d
DGL_T_NODEITEM_Alloc	lib/vector/dglib/v1-defs.h	178;"	d
DGL_T_NODEITEM_Alloc	lib/vector/dglib/v2-defs.h	181;"	d
DGL_T_NODEITEM_Cancel	lib/vector/dglib/v1-defs.h	176;"	d
DGL_T_NODEITEM_Cancel	lib/vector/dglib/v2-defs.h	179;"	d
DGL_T_NODEITEM_Compare	lib/vector/dglib/v1-defs.h	175;"	d
DGL_T_NODEITEM_Compare	lib/vector/dglib/v2-defs.h	178;"	d
DGL_T_NODEITEM_InEdgesetPTR	lib/vector/dglib/v1-defs.h	173;"	d
DGL_T_NODEITEM_InEdgesetPTR	lib/vector/dglib/v2-defs.h	176;"	d
DGL_T_NODEITEM_NodePTR	lib/vector/dglib/v1-defs.h	169;"	d
DGL_T_NODEITEM_NodePTR	lib/vector/dglib/v2-defs.h	172;"	d
DGL_T_NODEITEM_OutEdgesetPTR	lib/vector/dglib/v1-defs.h	171;"	d
DGL_T_NODEITEM_OutEdgesetPTR	lib/vector/dglib/v2-defs.h	174;"	d
DGL_T_NODEITEM_Set_InEdgesetPTR	lib/vector/dglib/v1-defs.h	174;"	d
DGL_T_NODEITEM_Set_InEdgesetPTR	lib/vector/dglib/v2-defs.h	177;"	d
DGL_T_NODEITEM_Set_NodePTR	lib/vector/dglib/v1-defs.h	170;"	d
DGL_T_NODEITEM_Set_NodePTR	lib/vector/dglib/v2-defs.h	173;"	d
DGL_T_NODEITEM_Set_OutEdgesetPTR	lib/vector/dglib/v1-defs.h	172;"	d
DGL_T_NODEITEM_Set_OutEdgesetPTR	lib/vector/dglib/v2-defs.h	175;"	d
DGL_T_NODEITEM_TYPE	lib/vector/dglib/v1-defs.h	168;"	d
DGL_T_NODEITEM_TYPE	lib/vector/dglib/v2-defs.h	171;"	d
DGL_UNFLATTEN_FUNC	lib/vector/dglib/misc-template.c	/^int DGL_UNFLATTEN_FUNC( dglGraph_s * pgraph )$/;"	f
DGL_UNFLATTEN_FUNC	lib/vector/dglib/v1-defs.h	111;"	d
DGL_UNFLATTEN_FUNC	lib/vector/dglib/v2-defs.h	114;"	d
DGL_V2	lib/vector/dglib/graph.c	31;"	d	file:
DIFFC	raster/simwe/r.sim.sediment/main.c	54;"	d	file:
DIFFC	raster/simwe/r.sim.water/main.c	56;"	d	file:
DIG4_DATE_LEN	vector/v.convert/conv.h	3;"	d
DIG4_LINE_3_LEN	vector/v.convert/conv.h	7;"	d
DIG4_MAP_NAME_LEN	vector/v.convert/conv.h	5;"	d
DIG4_ORGAN_LEN	vector/v.convert/conv.h	2;"	d
DIG4_SOURCE_DATE_LEN	vector/v.convert/conv.h	6;"	d
DIG4_YOUR_NAME_LEN	vector/v.convert/conv.h	4;"	d
DIGITIZER	include/vect/dig_defines.h	123;"	d
DIG___STRUCTS___	include/vect/dig_structs.h	8;"	d
DIM_matrix	include/libtrans.h	7;"	d
DIM_matrix	include/transform.h	8;"	d
DIR	raster/r.le/r.le.patch/patch.h	/^} DIR;$/;"	t	typeref:struct:__dirdesc
DIR	raster/r.le/r.le.pixel/pixel.h	/^} DIR;$/;"	t	typeref:struct:__dirdesc
DIR	raster/r.topmodel/global.h	11;"	d
DIRECTION_UNDEF	raster/r.terraflow/types.h	/^static const direction_type DIRECTION_UNDEF=-1;$/;"	v
DIRS	Makefile	/^DIRS = \\$/;"	m
DIR_BACKWARD	vector/v.lrs/v.lrs.create/main.c	43;"	d	file:
DIR_FORWARD	vector/v.lrs/v.lrs.create/main.c	42;"	d	file:
DIR_UNKNOWN	vector/v.lrs/v.lrs.create/main.c	44;"	d	file:
DISABLE_MULTIPATCH_MEASURE	lib/external/shapelib/shapefil.h	129;"	d
DISPLACEMENT	vector/v.generalize/main.c	40;"	d	file:
DISPLAY	imagery/i.class/signature.c	169;"	d	file:
DISP_ATTR	display/d.thematic.area/plot.h	15;"	d
DISP_ATTR	display/d.vect/plot.h	33;"	d
DISP_CAT	display/d.thematic.area/plot.h	12;"	d
DISP_CAT	display/d.vect/plot.h	30;"	d
DISP_DIR	display/d.thematic.area/plot.h	14;"	d
DISP_DIR	display/d.vect/plot.h	32;"	d
DISP_SHAPE	display/d.thematic.area/plot.h	11;"	d
DISP_SHAPE	display/d.vect/plot.h	29;"	d
DISP_TOPO	display/d.thematic.area/plot.h	13;"	d
DISP_TOPO	display/d.vect/plot.h	31;"	d
DISP_ZCOOR	display/d.thematic.area/plot.h	16;"	d
DISP_ZCOOR	display/d.vect/plot.h	34;"	d
DIST	display/d.nviz/local.h	/^static double DIST, HT;$/;"	v
DIST	raster/r.horizon/main.c	51;"	d	file:
DIST	raster/r.sun/main.c	49;"	d	file:
DIST	raster/r.sun2/main.c	53;"	d	file:
DIST	vector/v.distance/main.c	42;"	d	file:
DISTANCE1	raster/r.horizon/main.c	56;"	d	file:
DISTANCE1	raster/r.sun/main.c	53;"	d	file:
DISTANCE1	raster/r.sun2/main.c	60;"	d	file:
DISTANCE2	raster/r.sun2/main.c	61;"	d	file:
DISTANCE_2	lib/ogsf/gvl_calc.c	789;"	d	file:
DISTANCE_2	lib/ogsf/gvld.c	419;"	d	file:
DISTANCE_WEIGHTING	vector/v.generalize/main.c	32;"	d	file:
DISTRIB	raster/r.statistics/method.h	1;"	d
DIST_PARAMS	raster/r.surf.idw/dist.c	23;"	d	file:
DIV	raster/r.statistics/method.h	13;"	d
DIVIDE_LOOP	lib/proj/do_proj.c	35;"	d	file:
DMAX	raster/r.param.scale/nrutil.h	19;"	d
DMAX	raster/r.report/main.c	/^DCELL *DMAX, *DMIN;$/;"	v
DMAX	raster/r.stats/main.c	/^DCELL *DMAX, *DMIN;$/;"	v
DMIN	raster/r.param.scale/nrutil.h	22;"	d
DMIN	raster/r.report/main.c	/^DCELL *DMAX, *DMIN;$/;"	v
DMIN	raster/r.stats/main.c	/^DCELL *DMAX, *DMIN;$/;"	v
DMS2DD	misc/m.cogo/main.c	29;"	d	file:
DM_COL_WIRE	include/gsurf.h	51;"	d
DM_FLAT	include/gsurf.h	46;"	d
DM_FRINGE	include/gsurf.h	48;"	d
DM_GOURAUD	include/gsurf.h	45;"	d
DM_GRID_SURF	include/gsurf.h	56;"	d
DM_GRID_WIRE	include/gsurf.h	55;"	d
DM_POLY	include/gsurf.h	52;"	d
DM_WIRE	include/gsurf.h	50;"	d
DM_WIRE_POLY	include/gsurf.h	53;"	d
DNEXT	vector/v.delaunay2/edge.h	8;"	d
DNULLVALUE	vector/v.hull/globals.h	15;"	d
DOMAINS	locale/Makefile	/^DOMAINS = $(LIBDOMAIN) $(MODDOMAIN) $(TCLDOMAIN) $(WXPYDOMAIN)$/;"	m
DONE	imagery/i.class/signature.c	170;"	d	file:
DONE	raster/r.in.poly/raster.c	92;"	d	file:
DONE	raster/r.li/r.li.daemon/ipc.h	22;"	d
DONT_INTERSECT	lib/ogsf/gsdrape.c	59;"	d	file:
DOT	raster/r.in.ascii/gethead.c	9;"	d	file:
DOT3	include/gstypes.h	61;"	d
DOTS	raster/r.le/r.le.setup/polytocell/ply_to_cll.h	10;"	d
DOT_CYCLE	raster/r.terraflow/sweep.cc	/^static const int DOT_CYCLE = 50;$/;"	v	file:
DOT_PRODUCT_2V	vector/v.delaunay2/geom_primitives.h	6;"	d
DOUBLE	imagery/i.rectify/crs.c	/^typedef double DOUBLE;$/;"	t	file:
DOUBLE	imagery/i.vpoints/crs.c	/^typedef double DOUBLE;$/;"	t	file:
DOUBLE	raster/r.in.ascii/gethead.c	12;"	d	file:
DOUBLE	raster/r.random.cells/ransurf.h	40;"	d
DOUBLE	raster/r.random.cells/ransurf.h	46;"	d
DOUBLE	raster/r.random.surface/ransurf.h	63;"	d
DOUBLE	raster/r.random.surface/ransurf.h	69;"	d
DOUBLEBITS	raster/r.water.outlet/ramseg.h	3;"	d
DOUBLEBITS	raster/r.watershed/ram/ramseg.h	7;"	d
DOUBLE_ORDER	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	12;"	d
DOUBLE_PULSE	vector/lidar/lidarlib/PolimiFunct.h	60;"	d
DOUGLAS	vector/v.generalize/main.c	27;"	d	file:
DOUGLAS_REDUCTION	vector/v.generalize/main.c	36;"	d	file:
DOWN_NORM	lib/ogsf/gsd_objs.c	92;"	d	file:
DOXINPUT	rfc/Makefile	/^DOXINPUT=$(DOXNAME).dox$/;"	m
DOXINPUT	swig/python/Makefile	/^DOXINPUT=grasspython.dox$/;"	m
DOXNAME	gui/wxpython/Makefile	/^DOXNAME=wxpython$/;"	m
DOXNAME	lib/Makefile	/^DOXNAME=grass$/;"	m
DOXNAME	lib/db/Makefile	/^DOXNAME=dbmi$/;"	m
DOXNAME	lib/display/Makefile	/^DOXNAME=display$/;"	m
DOXNAME	lib/g3d/Makefile	/^DOXNAME=g3d$/;"	m
DOXNAME	lib/gis/Makefile	/^DOXNAME=gis$/;"	m
DOXNAME	lib/gmath/Makefile	/^DOXNAME=gmath$/;"	m
DOXNAME	lib/gpde/Makefile	/^DOXNAME=gpde$/;"	m
DOXNAME	lib/imagery/Makefile	/^DOXNAME=imagery$/;"	m
DOXNAME	lib/nviz/Makefile	/^DOXNAME=nviz$/;"	m
DOXNAME	lib/ogsf/Makefile	/^DOXNAME=ogsf$/;"	m
DOXNAME	lib/proj/Makefile	/^DOXNAME=proj$/;"	m
DOXNAME	lib/python/Makefile	/^DOXNAME=grasspython$/;"	m
DOXNAME	lib/raster/Makefile	/^DOXNAME=rastergraphics$/;"	m
DOXNAME	lib/segment/Makefile	/^DOXNAME=segment$/;"	m
DOXNAME	lib/vector/Makefile	/^DOXNAME=vector$/;"	m
DOXNAME	lib/vector/dglib/Makefile	/^DOXNAME=dg$/;"	m
DOXNAME	lib/vector/vedit/Makefile	/^DOXNAME=vedit$/;"	m
DOXNAME	rfc/Makefile	/^DOXNAME=rfc_list$/;"	m
DOXNAME	swig/Makefile	/^DOXNAME=swig$/;"	m
DOXNAME	swig/python/Makefile	/^DOXNAME=$/;"	m
DOXOUTPUT	rfc/Makefile	/^DOXOUTPUT=$(DOXNAME)$/;"	m
DO_ARROWS	lib/ogsf/gsd_wire.c	26;"	d	file:
DO_COMPACT	include/la.h	96;"	d
DO_INTERSECT	lib/ogsf/gsdrape.c	60;"	d	file:
DO_NEW	imagery/i.vpoints/drawvect.c	11;"	d	file:
DO_REFRESH	imagery/i.vpoints/drawvect.c	10;"	d	file:
DO_WARP	imagery/i.vpoints/drawvect.c	13;"	d	file:
DO_ZOOM	imagery/i.vpoints/drawvect.c	12;"	d	file:
DPREV	vector/v.delaunay2/edge.h	9;"	d
DQUOTE	lib/sites/sites.c	27;"	d	file:
DQUOTE	sites/s.in.ascii/main.c	158;"	d	file:
DRAINVAR	raster/r.water.outlet/basin.h	/^GLOBAL SHORT drain[3][3] DRAINVAR;$/;"	v
DRAINVAR	raster/r.water.outlet/basin.h	31;"	d
DRAINVAR	raster/r.water.outlet/basin.h	37;"	d
DRAINVAR	raster/r.watershed/ram/Gwater.h	/^GLOBAL SHORT drain[3][3] DRAINVAR;$/;"	v
DRAINVAR	raster/r.watershed/ram/Gwater.h	43;"	d
DRAINVAR	raster/r.watershed/ram/Gwater.h	49;"	d
DRAINVAR	raster/r.watershed/seg/Gwater.h	/^GLOBAL SHORT drain[3][3] DRAINVAR;$/;"	v
DRAINVAR	raster/r.watershed/seg/Gwater.h	40;"	d
DRAINVAR	raster/r.watershed/seg/Gwater.h	46;"	d
DRAW_BBOX	raster3d/r3.showdspf/vizual.h	99;"	d
DRAW_BOTH	include/nviz.h	47;"	d
DRAW_CAP	raster3d/r3.showdspf/vizual.h	102;"	d
DRAW_COARSE	include/nviz.h	45;"	d
DRAW_FINE	include/nviz.h	46;"	d
DRAW_ISO	raster3d/r3.showdspf/vizual.h	100;"	d
DRAW_QUICK_SURFACE	include/nviz.h	50;"	d
DRAW_QUICK_VLINES	include/nviz.h	51;"	d
DRAW_QUICK_VOLUME	include/nviz.h	53;"	d
DRAW_QUICK_VPOINTS	include/nviz.h	52;"	d
DRAW_SOLID	raster3d/r3.showdspf/vizual.h	101;"	d
DRC2OFF	lib/ogsf/rowcol.h	15;"	d
DRIVER	db/drivers/dbf/Makefile	/^DRIVER=$(DBDRIVERDIR)\/dbf$(EXE)$/;"	m
DRIVER	db/drivers/odbc/Makefile	/^DRIVER=$(DBDRIVERDIR)\/odbc$(EXE)$/;"	m
DRIVER	db/drivers/ogr/Makefile	/^DRIVER=$(DBDRIVERDIR)\/ogr$(EXE)$/;"	m
DRIVER	db/drivers/postgres/Makefile	/^DRIVER=$(DBDRIVERDIR)\/pg$(EXE)$/;"	m
DRIVER	db/drivers/sqlite/Makefile	/^DRIVER=$(DBDRIVERDIR)\/sqlite$(EXE)$/;"	m
DROW2Y	lib/ogsf/rowcol.h	33;"	d
DRVAR	raster/r.water.outlet/basin.h	/^GLOBAL char dr_mod[9] DRVAR;$/;"	v
DRVAR	raster/r.water.outlet/basin.h	33;"	d
DRVAR	raster/r.water.outlet/basin.h	39;"	d
DRVDOC	db/drivers/dbf/Makefile	/^DRVDOC=$(GISBASE)\/docs\/html\/grass-dbf.html$/;"	m
DRVDOC	db/drivers/mysql/Makefile	/^DRVDOC=$(GISBASE)\/docs\/html\/grass-mysql.html$/;"	m
DRVDOC	db/drivers/odbc/Makefile	/^DRVDOC=$(GISBASE)\/docs\/html\/grass-odbc.html$/;"	m
DRVDOC	db/drivers/ogr/Makefile	/^DRVDOC=$(GISBASE)\/docs\/html\/grass-ogr.html$/;"	m
DRVDOC	db/drivers/postgres/Makefile	/^DRVDOC=$(GISBASE)\/docs\/html\/grass-pg.html$/;"	m
DRVDOC	db/drivers/sqlite/Makefile	/^DRVDOC=$(GISBASE)\/docs\/html\/grass-sqlite.html$/;"	m
DRV_color	lib/driver/Color.c	/^void DRV_color(int number)$/;"	f
DRV_draw_bitmap	lib/driver/Draw.c	/^void DRV_draw_bitmap(int ncols, int nrows, int threshold,$/;"	f
DRV_draw_line	lib/driver/Draw.c	/^void DRV_draw_line(int x0, int y0, int x1, int y1)$/;"	f
DRV_draw_point	lib/driver/Draw.c	/^void DRV_draw_point(int x, int y)$/;"	f
DRV_lookup_color	lib/driver/Color.c	/^int DRV_lookup_color(int r, int g, int b)$/;"	f
DSEG	raster/r.surf.contour/cseg.h	12;"	d
DSEG	raster/r.watershed/seg/cseg.h	16;"	d
DSKY	raster/r.sun/main.c	48;"	d	file:
DSKY	raster/r.sun2/main.c	52;"	d	file:
DSPF_ID	lib/dspf/viz.h	6;"	d
DSPF_ID	raster3d/r3.showdspf/vizual2.h	7;"	d
DSQR	raster/r.param.scale/nrutil.h	17;"	d
DSTDIR	lib/python/Makefile	/^DSTDIR = $(GDIR)\/script$/;"	m
DSTDIR	swig/python/Makefile	/^DSTDIR = $(GDIR)\/lib$/;"	m
DSTFILES	gui/wxpython/Makefile	/^DSTFILES := $(patsubst %,$(ETCDIR)\/%,$(SRCFILES))$/;"	m
DSTFONTS	lib/fonts/fonts/Makefile	/^DSTFONTS := $(patsubst %,$(FONTDIR)\/%,$(SRCFONTS))$/;"	m
DSTMAPS	lib/fonts/fonts/Makefile	/^DSTMAPS := $(patsubst %,$(FONTDIR)\/%,$(SRCMAPS))$/;"	m
DSTTABLE	lib/fonts/fonts/Makefile	/^DSTTABLE := $(patsubst %,$(FONTDIR)\/%,$(SRCTABLE))$/;"	m
DUMMY_WINDOW	visualization/nviz/src/togl.c	164;"	d	file:
DUMP	lib/vask/V_call.c	90;"	d	file:
DUPLICATE	include/graphics.h	93;"	d
DXF_BUF_SIZE	vector/v.in.dxf/global.h	20;"	d
DY	ps/ps.map/show_scale.c	7;"	d	file:
D_COLOR_LIST	include/colors.h	28;"	d
D_Cap	raster3d/r3.showdspf/main_ogl.c	/^static struct Cap D_Cap;$/;"	v	typeref:struct:Cap	file:
D_GISDBASE	lib/init/set_data.c	13;"	d	file:
D_LOCATION_NAME	lib/init/set_data.c	10;"	d	file:
D_PI	raster/r.flow/r.flow.h	44;"	d
D_TEST	lib/vector/diglib/test.c	24;"	d	file:
D__overlay_mode	lib/display/raster2.c	/^int D__overlay_mode = 0;	\/* external for now, but to be fixed later *\/$/;"	v
D_a_to_d_col	lib/display/cnversions.c	/^double D_a_to_d_col(double A_col)$/;"	f
D_a_to_d_row	lib/display/cnversions.c	/^double D_a_to_d_row(double A_row)$/;"	f
D_add_to_cell_list	lib/display/list.c	/^int D_add_to_cell_list(const char *name)$/;"	f
D_add_to_dig_list	lib/display/list.c	/^int D_add_to_dig_list(const char *name)$/;"	f
D_add_to_list	lib/display/list.c	/^int D_add_to_list(const char *string)$/;"	f
D_box	lib/display/draw2.c	/^void D_box(double x1, double y1, double x2, double y2)$/;"	f
D_box_clip	lib/display/draw2.c	/^void D_box_clip(double x1, double y1, double x2, double y2)$/;"	f
D_buff	raster3d/r3.showdspf/vizual.h	/^    float *D_buff;		\/* 2 dim data buffer *\/$/;"	m	struct:Cap
D_c_color	lib/display/raster2.c	/^int D_c_color(CELL cat, struct Colors *colors)$/;"	f
D_cell_draw_end	lib/display/raster.c	/^void D_cell_draw_end(void)$/;"	f
D_cell_draw_setup	lib/display/raster.c	/^int D_cell_draw_setup(int t, int b, int l, int r)$/;"	f
D_check_map_window	lib/display/window.c	/^int D_check_map_window(struct Cell_head *wind)$/;"	f
D_clear_window	lib/display/list.c	/^int D_clear_window(void)$/;"	f
D_clip_to_map	lib/display/draw2.c	/^void D_clip_to_map(void)$/;"	f
D_color	lib/display/raster2.c	/^int D_color(CELL cat, struct Colors *colors)$/;"	f
D_color_list	lib/display/color_list.c	/^char *D_color_list(void)$/;"	f
D_color_number_to_RGB	lib/display/tran_colr.c	/^int D_color_number_to_RGB(int color, int *r, int *g, int *b)$/;"	f
D_color_of_type	lib/display/raster2.c	/^int D_color_of_type(const void *raster,$/;"	f
D_cont	lib/display/draw2.c	/^void D_cont(double x, double y)$/;"	f
D_cont_abs	lib/display/draw.c	/^int D_cont_abs(int x, int y)$/;"	f
D_cont_clip	lib/display/draw2.c	/^int D_cont_clip(double x, double y)$/;"	f
D_cont_rel	lib/display/draw.c	/^int D_cont_rel(int x, int y)$/;"	f
D_d_color	lib/display/raster2.c	/^int D_d_color(DCELL val, struct Colors *colors)$/;"	f
D_d_to_a_col	lib/display/cnversions.c	/^double D_d_to_a_col(double D_col)$/;"	f
D_d_to_a_row	lib/display/cnversions.c	/^double D_d_to_a_row(double D_row)$/;"	f
D_d_to_u_col	lib/display/cnversions.c	/^double D_d_to_u_col(double D_col)$/;"	f
D_d_to_u_row	lib/display/cnversions.c	/^double D_d_to_u_row(double D_row)$/;"	f
D_do_conversions	lib/display/cnversions.c	/^int D_do_conversions(const struct Cell_head *window, int t, int b, int l,$/;"	f
D_draw_c_raster	lib/display/raster.c	/^int D_draw_c_raster(int A_row, const CELL * carray, struct Colors *colors)$/;"	f
D_draw_cell	lib/display/raster.c	/^int D_draw_cell(int A_row, const CELL * carray, struct Colors *colors)$/;"	f
D_draw_d_raster	lib/display/raster.c	/^int D_draw_d_raster(int A_row, const DCELL * darray, struct Colors *colors)$/;"	f
D_draw_f_raster	lib/display/raster.c	/^int D_draw_f_raster(int A_row, const FCELL * farray, struct Colors *colors)$/;"	f
D_draw_raster	lib/display/raster.c	/^int D_draw_raster(int A_row,$/;"	f
D_draw_raster_RGB	lib/display/raster.c	/^int D_draw_raster_RGB(int A_row,$/;"	f
D_erase	lib/display/window.c	/^void D_erase(const char *color)$/;"	f
D_erase_window	lib/display/window.c	/^void D_erase_window(void)$/;"	f
D_ew	display/d.rast.arrow/arrow.c	/^double D_ew, D_ns;$/;"	v
D_ew	display/d.rast.num/number.c	/^double D_ew, D_ns;$/;"	v
D_f_color	lib/display/raster2.c	/^int D_f_color(FCELL val, struct Colors *colors)$/;"	f
D_fp	include/la.h	/^typedef doublereal(*D_fp) (), (*E_fp) ();$/;"	t
D_full_screen	lib/display/window.c	/^void D_full_screen(void)$/;"	f
D_get_a	lib/display/cnversions.c	/^void D_get_a(int x[2][2])$/;"	f
D_get_a_east	lib/display/cnversions.c	/^double D_get_a_east(void)$/;"	f
D_get_a_north	lib/display/cnversions.c	/^double D_get_a_north(void)$/;"	f
D_get_a_south	lib/display/cnversions.c	/^double D_get_a_south(void)$/;"	f
D_get_a_west	lib/display/cnversions.c	/^double D_get_a_west(void)$/;"	f
D_get_cell_list	lib/display/list.c	/^int D_get_cell_list(char ***list, int *count)$/;"	f
D_get_cell_name	lib/display/list.c	/^int D_get_cell_name(char *name)$/;"	f
D_get_cur_wind	lib/display/window.c	/^int D_get_cur_wind(char *name)$/;"	f
D_get_d	lib/display/cnversions.c	/^void D_get_d(int x[2][2])$/;"	f
D_get_d_east	lib/display/cnversions.c	/^double D_get_d_east(void)$/;"	f
D_get_d_north	lib/display/cnversions.c	/^double D_get_d_north(void)$/;"	f
D_get_d_south	lib/display/cnversions.c	/^double D_get_d_south(void)$/;"	f
D_get_d_west	lib/display/cnversions.c	/^double D_get_d_west(void)$/;"	f
D_get_dig_list	lib/display/list.c	/^int D_get_dig_list(char ***list, int *count)$/;"	f
D_get_dig_name	lib/display/list.c	/^int D_get_dig_name(char *name)$/;"	f
D_get_erase_color	lib/display/list.c	/^int D_get_erase_color(char *colorname)$/;"	f
D_get_ew_resolution	lib/display/cnversions.c	/^double D_get_ew_resolution(void)$/;"	f
D_get_list	lib/display/list.c	/^int D_get_list(char ***list, int *count)$/;"	f
D_get_ns_resolution	lib/display/cnversions.c	/^double D_get_ns_resolution(void)$/;"	f
D_get_screen_window	lib/display/window.c	/^int D_get_screen_window(int *t, int *b, int *l, int *r)$/;"	f
D_get_u	lib/display/cnversions.c	/^void D_get_u(double x[2][2])$/;"	f
D_get_u_east	lib/display/cnversions.c	/^double D_get_u_east(void)$/;"	f
D_get_u_north	lib/display/cnversions.c	/^double D_get_u_north(void)$/;"	f
D_get_u_south	lib/display/cnversions.c	/^double D_get_u_south(void)$/;"	f
D_get_u_to_d_xconv	lib/display/cnversions.c	/^double D_get_u_to_d_xconv(void)$/;"	f
D_get_u_to_d_yconv	lib/display/cnversions.c	/^double D_get_u_to_d_yconv(void)$/;"	f
D_get_u_west	lib/display/cnversions.c	/^double D_get_u_west(void)$/;"	f
D_is_lat_lon	lib/display/cnversions.c	/^int D_is_lat_lon(void)$/;"	f
D_line_width	lib/display/draw2.c	/^void D_line_width(double d)$/;"	f
D_move	lib/display/draw2.c	/^void D_move(double x, double y)$/;"	f
D_move_abs	lib/display/draw.c	/^int D_move_abs(int x, int y)$/;"	f
D_move_clip	lib/display/draw2.c	/^void D_move_clip(double x, double y)$/;"	f
D_move_rel	lib/display/draw.c	/^int D_move_rel(int x, int y)$/;"	f
D_new_window	lib/display/window.c	/^int D_new_window(char *name, int t, int b, int l, int r)$/;"	f
D_new_window_percent	lib/display/window.c	/^int D_new_window_percent(char *name, float b, float t, float l, float r)$/;"	f
D_ns	display/d.rast.arrow/arrow.c	/^double D_ew, D_ns;$/;"	v
D_ns	display/d.rast.num/number.c	/^double D_ew, D_ns;$/;"	v
D_offset	raster3d/r3.showdspf/vizual.h	/^GLOBAL long D_offset;		\/*offset to data in grid3 file *\/$/;"	v
D_parse_color	lib/display/tran_colr.c	/^int D_parse_color(const char *str, int none_acceptable)$/;"	f
D_polydots	lib/display/draw2.c	/^void D_polydots(const double *x, const double *y, int n)$/;"	f
D_polydots_clip	lib/display/draw2.c	/^void D_polydots_clip(const double *x, const double *y, int n)$/;"	f
D_polygon	lib/display/draw2.c	/^void D_polygon(const double *x, const double *y, int n)$/;"	f
D_polygon_clip	lib/display/draw2.c	/^void D_polygon_clip(const double *x, const double *y, int n)$/;"	f
D_polygon_cull	lib/display/draw2.c	/^void D_polygon_cull(const double *x, const double *y, int n)$/;"	f
D_polyline	lib/display/draw2.c	/^void D_polyline(const double *x, const double *y, int n)$/;"	f
D_polyline_clip	lib/display/draw2.c	/^void D_polyline_clip(const double *x, const double *y, int n)$/;"	f
D_polyline_cull	lib/display/draw2.c	/^void D_polyline_cull(const double *x, const double *y, int n)$/;"	f
D_popup	lib/display/popup.c	/^int D_popup(int back_colr, int text_colr, int div_colr,$/;"	f
D_raster_use_color	lib/display/tran_colr.c	/^int D_raster_use_color(int color)$/;"	f
D_remove_window	lib/display/window.c	/^void D_remove_window(void)$/;"	f
D_remove_windows	lib/display/window.c	/^void D_remove_windows(void)$/;"	f
D_reset_screen_window	lib/display/window.c	/^int D_reset_screen_window(int t, int b, int l, int r)$/;"	f
D_set_cell_name	lib/display/list.c	/^int D_set_cell_name(const char *name)$/;"	f
D_set_clip	lib/display/draw2.c	/^void D_set_clip(double t, double b, double l, double r)$/;"	f
D_set_clip_window	lib/display/draw.c	/^int D_set_clip_window(int Top, int Bottom, int Left, int Right)$/;"	f
D_set_clip_window_to_map_window	lib/display/draw.c	/^int D_set_clip_window_to_map_window(void)$/;"	f
D_set_clip_window_to_screen_window	lib/display/draw.c	/^int D_set_clip_window_to_screen_window(void)$/;"	f
D_set_cur_wind	lib/display/window.c	/^int D_set_cur_wind(const char *name)$/;"	f
D_set_dig_name	lib/display/list.c	/^int D_set_dig_name(const char *name)$/;"	f
D_set_erase_color	lib/display/list.c	/^int D_set_erase_color(const char *colorname)$/;"	f
D_set_overlay_mode	lib/display/raster2.c	/^int D_set_overlay_mode(int n)$/;"	f
D_setup	lib/display/setup.c	/^int D_setup(int clear)$/;"	f
D_show_window	lib/display/window.c	/^int D_show_window(int color)$/;"	f
D_spec	raster3d/r3.showdspf/main_ogl.c	/^static struct dspec D_spec;$/;"	v	typeref:struct:dspec	file:
D_symbol	lib/display/symbol.c	/^void D_symbol(const SYMBOL * Symb, int x0, int y0,$/;"	f
D_symbol2	lib/display/symbol.c	/^void D_symbol2(const SYMBOL * Symb, int x0, int y0,$/;"	f
D_timestamp	lib/display/window.c	/^int D_timestamp(void)$/;"	f
D_to_A_conv	lib/display/cnversions.c	/^static struct vector D_to_A_conv;	\/* Display to Array *\/$/;"	v	typeref:struct:vector	file:
D_translate_color	lib/display/tran_colr.c	/^int D_translate_color(const char *str)$/;"	f
D_u_to_a_col	lib/display/cnversions.c	/^double D_u_to_a_col(double U_col)$/;"	f
D_u_to_a_row	lib/display/cnversions.c	/^double D_u_to_a_row(double U_row)$/;"	f
D_u_to_d_col	lib/display/cnversions.c	/^double D_u_to_d_col(double U_col)$/;"	f
D_u_to_d_row	lib/display/cnversions.c	/^double D_u_to_d_row(double U_row)$/;"	f
D_x	display/d.rast.arrow/arrow.c	/^int D_x, D_y;$/;"	v
D_x	display/d.rast.num/number.c	/^int D_x, D_y;$/;"	v
D_y	display/d.rast.arrow/arrow.c	/^int D_x, D_y;$/;"	v
D_y	display/d.rast.num/number.c	/^int D_x, D_y;$/;"	v
Data	gui/wxpython/gui_modules/menudata.py	/^class Data:$/;"	c
Data	lib/ogsf/gsds.c	/^static dataset *Data[MAX_DS];$/;"	v	file:
Data	lib/ogsf/gvl_file.c	/^static geovol_file *Data[MAX_VOL_FILES];$/;"	v	file:
Data_Loaded	imagery/i.ortho.photo/photo.camera/globals.h	/^GLOBAL char Data_Loaded;	\/* is there data in memory *\/$/;"	v
Data_Loaded	imagery/i.ortho.photo/photo.init/globals.h	/^GLOBAL char Data_Loaded;	\/* is there data in memory *\/$/;"	v
Database	raster/r.to.rast3elev/main.c	/^} Database;$/;"	t	typeref:struct:__anon156	file:
DatabasePage	gui/wxpython/gui_modules/location_wizard.py	/^class DatabasePage(TitledPage):$/;"	c
DatabaseSelect	gui/wxpython/gui_modules/gselect.py	/^class DatabaseSelect(wx.TextCtrl):$/;"	c
Dataoff	lib/dspf/viz.h	/^    long Dataoff;		\/* offset of beginning of data in file *\/$/;"	m	struct:__anon33
Dataoff	raster3d/r3.showdspf/vizual2.h	/^    long Dataoff;		\/* offset of beginning of data in file *\/$/;"	m	struct:__anon114
Date	imagery/i.atcorr/Date.h	/^	Date() { day = 0; month = 0; year = 0; }$/;"	f	class:Date
Date	imagery/i.atcorr/Date.h	/^	Date(std::istream& in)$/;"	f	class:Date
Date	imagery/i.atcorr/Date.h	/^	Date(std::string date) $/;"	f	class:Date
Date	imagery/i.atcorr/Date.h	/^	Date(unsigned char d, unsigned char m, unsigned short y) : day(d), month(m), year(m) {}$/;"	f	class:Date
Date	imagery/i.atcorr/Date.h	/^class Date$/;"	c
DateStamp	raster3d/r3.in.v5d/v5d.h	/^    int DateStamp[MAXTIMES];	\/* Date in YYDDD format *\/$/;"	m	struct:__anon110
DateStamp	raster3d/r3.out.v5d/v5d.h	/^    int DateStamp[MAXTIMES];	\/* Date in YYDDD format *\/$/;"	m	struct:__anon121
DateTime	include/datetime.h	/^} DateTime;$/;"	t	typeref:struct:__anon274
DatumNameMassage	lib/proj/convert.c	/^static void DatumNameMassage(char **ppszDatum)$/;"	f	file:
DatumPage	gui/wxpython/gui_modules/location_wizard.py	/^class DatumPage(TitledPage):$/;"	c
DbColumnSelect	gui/wxpython/gui_modules/gselect.py	/^class DbColumnSelect(wx.ComboBox):$/;"	c
DbDatabaseMsg	gui/wxpython/vdigit/message.cpp	/^void DisplayDriver::DbDatabaseMsg(const char *driver, const char *database)$/;"	f	class:DisplayDriver
DbDriverMsg	gui/wxpython/vdigit/message.cpp	/^void DisplayDriver::DbDriverMsg(const char *driver)$/;"	f	class:DisplayDriver
DbExecuteMsg	gui/wxpython/vdigit/message.cpp	/^void DisplayDriver::DbExecuteMsg(const char *sql)$/;"	f	class:DisplayDriver
DbSelectCursorMsg	gui/wxpython/vdigit/message.cpp	/^void DisplayDriver::DbSelectCursorMsg(const char *sql)$/;"	f	class:DisplayDriver
DblinkMsg	gui/wxpython/vdigit/message.cpp	/^void DisplayDriver::DblinkMsg(int layer)$/;"	f	class:DisplayDriver
Dbname	lib/form/form.c	/^static char *Drvname, *Dbname, *Tblname, *Key;$/;"	v	file:
Dbname	vector/v.digit/form.c	/^static char *Drvname, *Dbname, *Tblname, *Key;$/;"	v	file:
Dcell	display/d.rast.edit/cell.c	/^int Dcell(char *name, char *mapset, int overlay)$/;"	f
DeadLineMsg	gui/wxpython/vdigit/message.cpp	/^void DisplayDriver::DeadLineMsg(int line)$/;"	f	class:DisplayDriver
DebugMsg	gui/wxpython/gui_modules/debug.py	/^class DebugMsg:$/;"	c
DecorationDialog	gui/wxpython/gui_modules/gdialogs.py	/^class DecorationDialog(wx.Dialog):$/;"	c
DefaultClientData	visualization/nviz/src/togl.c	/^static ClientData DefaultClientData = NULL;$/;"	v	file:
DefaultCreateProc	visualization/nviz/src/togl.c	/^static Togl_Callback *DefaultCreateProc = NULL;$/;"	v	file:
DefaultDestroyProc	visualization/nviz/src/togl.c	/^static Togl_Callback *DefaultDestroyProc = NULL;$/;"	v	file:
DefaultDisplayProc	visualization/nviz/src/togl.c	/^static Togl_Callback *DefaultDisplayProc = NULL;$/;"	v	file:
DefaultFontDialog	gui/wxpython/gui_modules/preferences.py	/^class DefaultFontDialog(wx.Dialog):$/;"	c
DefaultOverlayDisplayProc	visualization/nviz/src/togl.c	/^static Togl_Callback *DefaultOverlayDisplayProc = NULL;$/;"	v	file:
DefaultReshapeProc	visualization/nviz/src/togl.c	/^static Togl_Callback *DefaultReshapeProc = NULL;$/;"	v	file:
DefaultTimerProc	visualization/nviz/src/togl.c	/^static Togl_Callback *DefaultTimerProc = NULL;$/;"	v	file:
Default_const	lib/ogsf/GS2.c	/^static float Default_const[MAX_ATTS];$/;"	v	file:
Default_nulls	lib/ogsf/GS2.c	/^static float Default_nulls[MAX_ATTS];$/;"	v	file:
Deg2DMS	gui/wxpython/gui_modules/utils.py	/^def Deg2DMS(lon, lat):$/;"	f
Degrees	lib/gis/pi.h	7;"	d
Degrees	raster/r.surf.idw/pi.h	6;"	d
Degrees	raster/r.transect/parse_line.c	8;"	d	file:
DeleteGCP	gui/wxpython/gui_modules/georect.py	/^    def DeleteGCP(self, event):$/;"	m	class:GCP
DeleteGCPItem	gui/wxpython/gui_modules/georect.py	/^    def DeleteGCPItem(self):$/;"	m	class:GCPList
DeleteIsosurface	gui/wxpython/nviz/volume.cpp	/^int Nviz::DeleteIsosurface(int id, int isosurf_id)$/;"	f	class:Nviz
DeleteLayer	gui/wxpython/gui_modules/render.py	/^    def DeleteLayer(self, layer, overlay=False):$/;"	m	class:Map
DeleteLines	gui/wxpython/vdigit/line.cpp	/^int Digit::DeleteLines(bool delete_records)$/;"	f	class:Digit
DeleteLocation	gui/wxpython/gis_set.py	/^    def DeleteLocation(self):$/;"	m	class:GRASSStartup
DeleteMapset	gui/wxpython/gis_set.py	/^    def DeleteMapset(self):$/;"	m	class:GRASSStartup
DeleteOverlay	gui/wxpython/gui_modules/render.py	/^    def DeleteOverlay(self, overlay):$/;"	m	class:Map
DeleteSelectedLines	gui/wxpython/gui_modules/vdigit.py	/^    def DeleteSelectedLines(self):$/;"	m	class:VDigit
DepthFlag	visualization/nviz/src/togl.c	/^    Bool    DepthFlag;$/;"	m	struct:Togl	file:
DepthSize	visualization/nviz/src/togl.c	/^    int     DepthSize;$/;"	m	struct:Togl	file:
Depths	lib/ogsf/gvl_calc.c	/^int Rows, Cols, Depths;$/;"	v
Depths	lib/ogsf/gvl_file.c	/^static int Rows, Cols, Depths;$/;"	v	file:
Dest_Cats	vector/v.digit/attr.c	/^    struct line_cats *Src_Cats, *Dest_Cats;$/;"	m	struct:copy_cats	typeref:struct:copy_cats::	file:
DestroyProc	visualization/nviz/src/togl.c	/^    Togl_Callback *DestroyProc; \/* Callback when widget is destroyed *\/$/;"	m	struct:Togl	file:
Destroy_OS_Ctx	visualization/nviz/src/do_zoom.c	/^int Destroy_OS_Ctx(void)$/;"	f
Df	lib/ogsf/gvl_file.c	/^static geovol_file Df[MAX_VOL_FILES];	\/* trying to avoid allocation *\/$/;"	v	file:
Di	lib/ogsf/gsdrape.c	/^static Point3 *Vi, *Hi, *Di;$/;"	v	file:
Dialog::_destroy	lib/external/bwidget/dialog.tcl	/^proc Dialog::_destroy { path } {$/;"	p
Dialog::add	lib/external/bwidget/dialog.tcl	/^proc Dialog::add { path args } {$/;"	p
Dialog::cget	lib/external/bwidget/dialog.tcl	/^proc Dialog::cget { path option } {$/;"	p
Dialog::configure	lib/external/bwidget/dialog.tcl	/^proc Dialog::configure { path args } {$/;"	p
Dialog::create	lib/external/bwidget/dialog.tcl	/^proc Dialog::create { path args } {$/;"	p
Dialog::draw	lib/external/bwidget/dialog.tcl	/^proc Dialog::draw { path {focus ""}} {$/;"	p
Dialog::enddialog	lib/external/bwidget/dialog.tcl	/^proc Dialog::enddialog { path result } {$/;"	p
Dialog::getframe	lib/external/bwidget/dialog.tcl	/^proc Dialog::getframe { path } {$/;"	p
Dialog::invoke	lib/external/bwidget/dialog.tcl	/^proc Dialog::invoke { path index } {$/;"	p
Dialog::itemcget	lib/external/bwidget/dialog.tcl	/^proc Dialog::itemcget { path index option } {$/;"	p
Dialog::itemconfigure	lib/external/bwidget/dialog.tcl	/^proc Dialog::itemconfigure { path index args } {$/;"	p
Dialog::setfocus	lib/external/bwidget/dialog.tcl	/^proc Dialog::setfocus { path index } {$/;"	p
Dialog::withdraw	lib/external/bwidget/dialog.tcl	/^proc Dialog::withdraw { path } {$/;"	p
DialogGen	lib/init/gis_set.tcl	/^proc DialogGen {widget title bitmap text default buttons} \\$/;"	p
DiffRadFunc	raster/r.sun2/local_proto.h	/^typedef double (*DiffRadFunc) (double sh, double bh, double *rr,$/;"	t
Digit	gui/wxpython/gui_modules/vdigit.py	/^class Digit(VDigit):$/;"	c
Digit	gui/wxpython/vdigit/digit.cpp	/^Digit::Digit(DisplayDriver *ddriver, wxWindow *window)$/;"	f	class:Digit
Digit	gui/wxpython/vdigit/digit.h	/^class Digit$/;"	c
DigitError	gui/wxpython/gui_modules/gcmd.py	/^class DigitError(GException):$/;"	c
Digits	raster/r.random.surface/digits.c	/^int Digits(double Double, int MaxSig)$/;"	f
Disp3DMapCalculator	gui/wxpython/wxgui.py	/^    def Disp3DMapCalculator(self, event):$/;"	m	class:GMFrame
DispHistogram	gui/wxpython/wxgui.py	/^    def DispHistogram(self, event):$/;"	m	class:GMFrame
DispMapCalculator	gui/wxpython/wxgui.py	/^    def DispMapCalculator(self, event):$/;"	m	class:GMFrame
DispMapPage	gui/wxpython/gui_modules/georect.py	/^class DispMapPage(TitledPage):$/;"	c
DispProfile	gui/wxpython/wxgui.py	/^    def DispProfile(self, event):$/;"	m	class:GMFrame
DisplayAttributesDialog	gui/wxpython/gui_modules/dbm.py	/^class DisplayAttributesDialog(wx.Dialog):$/;"	c
DisplayDriver	gui/wxpython/vdigit/driver.cpp	/^DisplayDriver::DisplayDriver(void *device, void *deviceTmp)$/;"	f	class:DisplayDriver
DisplayDriver	gui/wxpython/vdigit/driver.h	/^class DisplayDriver$/;"	c
DisplayMsg	gui/wxpython/vdigit/message.cpp	/^void DisplayDriver::DisplayMsg(void)$/;"	f	class:DisplayDriver
DisplayProc	visualization/nviz/src/togl.c	/^    Togl_Callback *DisplayProc; \/* Callback when widget is rendered *\/$/;"	m	struct:Togl	file:
DisplayToWind	gui/wxpython/gui_modules/mapdisp.py	/^    def DisplayToWind(self, event):$/;"	m	class:BufferedWindow
Display_color	imagery/i.class/input_color.c	/^int Display_color = NUM_GREEN;$/;"	v
Display_color_name	imagery/i.class/input_color.c	/^char *Display_color_name = NAME_GREEN;$/;"	v
DistDecay	raster/r.random.surface/decay.c	/^void DistDecay(double *Effect, int R, int C)$/;"	f
Distance	gui/wxpython/gui_modules/mapdisp.py	/^    def Distance(self, beginpt, endpt, screen=True):$/;"	m	class:BufferedWindow
Distance	raster/r.buffer/distance.h	/^struct Distance$/;"	s
Distance	raster/r.random.cells/ransurf.h	/^GLOBAL struct Option *Distance;$/;"	v	typeref:struct:Option
Distance	raster/r.random.surface/ransurf.h	/^GLOBAL struct Option *Distance, *Exponent, *Weight;$/;"	v	typeref:struct:Option
DistanceInPixels	gui/wxpython/vdigit/driver.cpp	/^double DisplayDriver::DistanceInPixels(double dist)$/;"	f	class:DisplayDriver
DllEntryPoint	visualization/nviz/src/togl.h	21;"	d
DllMain	lib/gis/dllmain.c	/^BOOL WINAPI DllMain(HINSTANCE hInst, DWORD fdwReason, LPVOID lpvReserved)$/;"	f
Dm::FileClose	gui/tcltk/d.m/d.m.tcl	/^proc Dm::FileClose { stay_alive} {$/;"	p
Dm::OpenFileBox	gui/tcltk/d.m/d.m.tcl	/^proc Dm::OpenFileBox {w} {$/;"	p
Dm::SaveFileBox	gui/tcltk/d.m/d.m.tcl	/^proc Dm::SaveFileBox {w} {$/;"	p
Dm::_create_intro	gui/tcltk/d.m/d.m.tcl	/^proc Dm::_create_intro { } {$/;"	p
Dm::add	gui/tcltk/d.m/d.m.tcl	/^proc Dm::add { type } {$/;"	p
Dm::autoname	gui/tcltk/d.m/d.m.tcl	/^proc Dm::autoname { name } {$/;"	p
Dm::color	gui/tcltk/d.m/d.m.tcl	/^proc Dm::color { color } {$/;"	p
Dm::create	gui/tcltk/d.m/d.m.tcl	/^proc Dm::create { } {$/;"	p
Dm::delete	gui/tcltk/d.m/d.m.tcl	/^proc Dm::delete { } {$/;"	p
Dm::deselect	gui/tcltk/d.m/d.m.tcl	/^proc Dm::deselect { node } {$/;"	p
Dm::display	gui/tcltk/d.m/d.m.tcl	/^proc Dm::display { } {$/;"	p
Dm::display_node	gui/tcltk/d.m/d.m.tcl	/^proc Dm::display_node { node } {$/;"	p
Dm::display_region	gui/tcltk/d.m/d.m.tcl	/^proc Dm::display_region { } {$/;"	p
Dm::displayall	gui/tcltk/d.m/d.m.tcl	/^proc Dm::displayall { } {$/;"	p
Dm::displmon	gui/tcltk/d.m/d.m.tcl	/^proc Dm::displmon { mon } {$/;"	p
Dm::duplicate	gui/tcltk/d.m/d.m.tcl	/^proc Dm::duplicate { } {$/;"	p
Dm::edit	gui/tcltk/d.m/d.m.tcl	/^proc Dm::edit { } {$/;"	p
Dm::erase	gui/tcltk/d.m/d.m.tcl	/^proc Dm::erase { } {$/;"	p
Dm::execute	gui/tcltk/d.m/d.m.tcl	/^proc Dm::execute { cmd } {$/;"	p
Dm::fly	gui/tcltk/d.m/d.m.tcl	/^proc Dm::fly { } {$/;"	p
Dm::help	gui/tcltk/d.m/d.m.tcl	/^proc Dm::help { } {$/;"	p
Dm::helptext	gui/tcltk/d.m/grassabout.tcl	/^proc Dm::helptext {title textopts tagopts message} {$/;"	p
Dm::load	gui/tcltk/d.m/d.m.tcl	/^proc Dm::load { lpth } {$/;"	p
Dm::measure	gui/tcltk/d.m/d.m.tcl	/^proc Dm::measure { } {$/;"	p
Dm::monitor	gui/tcltk/d.m/d.m.tcl	/^proc Dm::monitor { } {$/;"	p
Dm::new	gui/tcltk/d.m/d.m.tcl	/^proc Dm::new { } {$/;"	p
Dm::node_id	gui/tcltk/d.m/d.m.tcl	/^proc Dm::node_id { node } {$/;"	p
Dm::node_type	gui/tcltk/d.m/d.m.tcl	/^proc Dm::node_type { node } {$/;"	p
Dm::nviz	gui/tcltk/d.m/d.m.tcl	/^proc Dm::nviz { } {$/;"	p
Dm::pan	gui/tcltk/d.m/d.m.tcl	/^proc Dm::pan { } {$/;"	p
Dm::position	gui/tcltk/d.m/d.m.tcl	/^proc Dm::position { } {$/;"	p
Dm::print	gui/tcltk/d.m/d.m.tcl	/^proc Dm::print { } {$/;"	p
Dm::print_node	gui/tcltk/d.m/d.m.tcl	/^proc Dm::print_node { file node } {$/;"	p
Dm::query	gui/tcltk/d.m/d.m.tcl	/^proc Dm::query { } {$/;"	p
Dm::rc_write	gui/tcltk/d.m/d.m.tcl	/^proc Dm::rc_write { depth args } {$/;"	p
Dm::save	gui/tcltk/d.m/d.m.tcl	/^proc Dm::save { spth } {$/;"	p
Dm::save_node	gui/tcltk/d.m/d.m.tcl	/^proc Dm::save_node { depth node } {$/;"	p
Dm::select	gui/tcltk/d.m/d.m.tcl	/^proc Dm::select { node } {$/;"	p
Dm::xganim	gui/tcltk/d.m/d.m.tcl	/^proc Dm::xganim { } {$/;"	p
Dm::zoom	gui/tcltk/d.m/d.m.tcl	/^proc Dm::zoom { } {$/;"	p
Dm::zoom_back	gui/tcltk/d.m/d.m.tcl	/^proc Dm::zoom_back { } {$/;"	p
DmBarscale::create	gui/tcltk/d.m/barscale.tcl	/^proc DmBarscale::create { tree parent } {$/;"	p
DmBarscale::display	gui/tcltk/d.m/barscale.tcl	/^proc DmBarscale::display { node } {$/;"	p
DmBarscale::duplicate	gui/tcltk/d.m/barscale.tcl	/^proc DmBarscale::duplicate { tree parent node id } {$/;"	p
DmBarscale::options	gui/tcltk/d.m/barscale.tcl	/^proc DmBarscale::options { id frm } {$/;"	p
DmBarscale::print	gui/tcltk/d.m/barscale.tcl	/^proc DmBarscale::print { file node } {$/;"	p
DmBarscale::save	gui/tcltk/d.m/barscale.tcl	/^proc DmBarscale::save { tree depth node } {$/;"	p
DmBarscale::set_option	gui/tcltk/d.m/barscale.tcl	/^proc DmBarscale::set_option { node key value } {$/;"	p
DmChart::create	gui/tcltk/d.m/chart.tcl	/^proc DmChart::create { tree parent } {$/;"	p
DmChart::display	gui/tcltk/d.m/chart.tcl	/^proc DmChart::display { node } {$/;"	p
DmChart::duplicate	gui/tcltk/d.m/chart.tcl	/^proc DmChart::duplicate { tree parent node id } {$/;"	p
DmChart::options	gui/tcltk/d.m/chart.tcl	/^proc DmChart::options { id frm } {$/;"	p
DmChart::print	gui/tcltk/d.m/chart.tcl	/^proc DmChart::print { file node } {$/;"	p
DmChart::save	gui/tcltk/d.m/chart.tcl	/^proc DmChart::save { tree depth node } {$/;"	p
DmChart::select_map	gui/tcltk/d.m/chart.tcl	/^proc DmChart::select_map { id } {$/;"	p
DmChart::set_option	gui/tcltk/d.m/chart.tcl	/^proc DmChart::set_option { node key value } {$/;"	p
DmChart::show_columns	gui/tcltk/d.m/chart.tcl	/^proc DmChart::show_columns { id } {$/;"	p
DmCmd::create	gui/tcltk/d.m/cmd.tcl	/^proc DmCmd::create { tree parent } {$/;"	p
DmCmd::display	gui/tcltk/d.m/cmd.tcl	/^proc DmCmd::display { node } {$/;"	p
DmCmd::duplicate	gui/tcltk/d.m/cmd.tcl	/^proc DmCmd::duplicate { tree parent node id} {$/;"	p
DmCmd::options	gui/tcltk/d.m/cmd.tcl	/^proc DmCmd::options { id frm } {$/;"	p
DmCmd::query	gui/tcltk/d.m/cmd.tcl	/^proc DmCmd::query { node } {$/;"	p
DmCmd::save	gui/tcltk/d.m/cmd.tcl	/^proc DmCmd::save { tree depth node } {$/;"	p
DmCmd::set_option	gui/tcltk/d.m/cmd.tcl	/^proc DmCmd::set_option { node key value } {$/;"	p
DmDframe::create	gui/tcltk/d.m/frames.tcl	/^proc DmDframe::create { tree parent } {$/;"	p
DmDframe::display	gui/tcltk/d.m/frames.tcl	/^proc DmDframe::display { node } {$/;"	p
DmDframe::duplicate	gui/tcltk/d.m/frames.tcl	/^proc DmDframe::duplicate { tree parent node id } {$/;"	p
DmDframe::options	gui/tcltk/d.m/frames.tcl	/^proc DmDframe::options { id frm } {$/;"	p
DmDframe::print	gui/tcltk/d.m/frames.tcl	/^proc DmDframe::print { file node } {$/;"	p
DmDframe::save	gui/tcltk/d.m/frames.tcl	/^proc DmDframe::save { tree depth node } {$/;"	p
DmDframe::set_option	gui/tcltk/d.m/frames.tcl	/^proc DmDframe::set_option { node key value } {$/;"	p
DmDtext::create	gui/tcltk/d.m/dtext.tcl	/^proc DmDtext::create { tree parent } {$/;"	p
DmDtext::display	gui/tcltk/d.m/dtext.tcl	/^proc DmDtext::display { node } {$/;"	p
DmDtext::duplicate	gui/tcltk/d.m/dtext.tcl	/^proc DmDtext::duplicate { tree parent node id } {$/;"	p
DmDtext::options	gui/tcltk/d.m/dtext.tcl	/^proc DmDtext::options { id frm } {$/;"	p
DmDtext::print	gui/tcltk/d.m/dtext.tcl	/^proc DmDtext::print { file node } {$/;"	p
DmDtext::save	gui/tcltk/d.m/dtext.tcl	/^proc DmDtext::save { tree depth node } {$/;"	p
DmDtext::select_file	gui/tcltk/d.m/dtext.tcl	/^proc DmDtext::select_file { id } {$/;"	p
DmDtext::set_option	gui/tcltk/d.m/dtext.tcl	/^proc DmDtext::set_option { node key value } {$/;"	p
DmFTtext::create	gui/tcltk/d.m/fttext.tcl	/^proc DmFTtext::create { tree parent } {$/;"	p
DmFTtext::display	gui/tcltk/d.m/fttext.tcl	/^proc DmFTtext::display { node } {$/;"	p
DmFTtext::duplicate	gui/tcltk/d.m/fttext.tcl	/^proc DmFTtext::duplicate { tree parent node id } {$/;"	p
DmFTtext::options	gui/tcltk/d.m/fttext.tcl	/^proc DmFTtext::options { id frm } {$/;"	p
DmFTtext::print	gui/tcltk/d.m/fttext.tcl	/^proc DmFTtext::print { file node } {$/;"	p
DmFTtext::save	gui/tcltk/d.m/fttext.tcl	/^proc DmFTtext::save { tree depth node } {$/;"	p
DmFTtext::select_file	gui/tcltk/d.m/fttext.tcl	/^proc DmFTtext::select_file { id } {$/;"	p
DmFTtext::set_option	gui/tcltk/d.m/fttext.tcl	/^proc DmFTtext::set_option { node key value } {$/;"	p
DmGridline::create	gui/tcltk/d.m/gridline.tcl	/^proc DmGridline::create { tree parent } {$/;"	p
DmGridline::display	gui/tcltk/d.m/gridline.tcl	/^proc DmGridline::display { node } {$/;"	p
DmGridline::duplicate	gui/tcltk/d.m/gridline.tcl	/^proc DmGridline::duplicate { tree parent node id } {$/;"	p
DmGridline::options	gui/tcltk/d.m/gridline.tcl	/^proc DmGridline::options { id frm } {$/;"	p
DmGridline::print	gui/tcltk/d.m/gridline.tcl	/^proc DmGridline::print { file node } {$/;"	p
DmGridline::save	gui/tcltk/d.m/gridline.tcl	/^proc DmGridline::save { tree depth node } {$/;"	p
DmGridline::set_option	gui/tcltk/d.m/gridline.tcl	/^proc DmGridline::set_option { node key value } {$/;"	p
DmGroup::close	gui/tcltk/d.m/group.tcl	/^proc DmGroup::close { id } {$/;"	p
DmGroup::create	gui/tcltk/d.m/group.tcl	/^proc DmGroup::create { tree parent } {$/;"	p
DmGroup::display	gui/tcltk/d.m/group.tcl	/^proc DmGroup::display { node } {$/;"	p
DmGroup::duplicate	gui/tcltk/d.m/group.tcl	/^proc DmGroup::duplicate { tree parent_node sel id } {$/;"	p
DmGroup::open	gui/tcltk/d.m/group.tcl	/^proc DmGroup::open { id } {$/;"	p
DmGroup::print	gui/tcltk/d.m/group.tcl	/^proc DmGroup::print { file  node } {$/;"	p
DmGroup::save	gui/tcltk/d.m/group.tcl	/^proc DmGroup::save { tree depth node } {$/;"	p
DmGroup::set_option	gui/tcltk/d.m/group.tcl	/^proc DmGroup::set_option { node key value } {$/;"	p
DmLabels::create	gui/tcltk/d.m/labels.tcl	/^proc DmLabels::create { tree parent } {$/;"	p
DmLabels::display	gui/tcltk/d.m/labels.tcl	/^proc DmLabels::display { node } {$/;"	p
DmLabels::duplicate	gui/tcltk/d.m/labels.tcl	/^proc DmLabels::duplicate { tree parent node id } {$/;"	p
DmLabels::options	gui/tcltk/d.m/labels.tcl	/^proc DmLabels::options { id frm } {$/;"	p
DmLabels::print	gui/tcltk/d.m/labels.tcl	/^proc DmLabels::print { file node } {$/;"	p
DmLabels::query	gui/tcltk/d.m/labels.tcl	/^proc DmLabels::query { node } {$/;"	p
DmLabels::save	gui/tcltk/d.m/labels.tcl	/^proc DmLabels::save { tree depth node } {$/;"	p
DmLabels::select_map	gui/tcltk/d.m/labels.tcl	/^proc DmLabels::select_map { id } {$/;"	p
DmLabels::set_option	gui/tcltk/d.m/labels.tcl	/^proc DmLabels::set_option { node key value } {$/;"	p
DmLegend::create	gui/tcltk/d.m/legend.tcl	/^proc DmLegend::create { tree parent } {$/;"	p
DmLegend::display	gui/tcltk/d.m/legend.tcl	/^proc DmLegend::display { node } {$/;"	p
DmLegend::duplicate	gui/tcltk/d.m/legend.tcl	/^proc DmLegend::duplicate { tree parent node id } {$/;"	p
DmLegend::options	gui/tcltk/d.m/legend.tcl	/^proc DmLegend::options { id frm } {$/;"	p
DmLegend::print	gui/tcltk/d.m/legend.tcl	/^proc DmLegend::print { file node } {$/;"	p
DmLegend::save	gui/tcltk/d.m/legend.tcl	/^proc DmLegend::save { tree depth node } {$/;"	p
DmLegend::select_map	gui/tcltk/d.m/legend.tcl	/^proc DmLegend::select_map { id } {$/;"	p
DmLegend::set_option	gui/tcltk/d.m/legend.tcl	/^proc DmLegend::set_option { node key value } {$/;"	p
DmMonitorsel::create	gui/tcltk/d.m/monitorsel.tcl	/^proc DmMonitorsel::create { tb  } {$/;"	p
DmMonitorsel::displmon	gui/tcltk/d.m/monitorsel.tcl	/^proc DmMonitorsel::displmon { mon } {$/;"	p
DmPrint::clean	gui/tcltk/d.m/print.tcl	/^proc DmPrint::clean {  } {$/;"	p
DmPrint::init	gui/tcltk/d.m/print.tcl	/^proc DmPrint::init { } {$/;"	p
DmPrint::init_tmpfiles	gui/tcltk/d.m/print.tcl	/^proc DmPrint::init_tmpfiles { } {$/;"	p
DmPrint::paper	gui/tcltk/d.m/print.tcl	/^proc DmPrint::paper { } {$/;"	p
DmPrint::print	gui/tcltk/d.m/print.tcl	/^proc DmPrint::print { ptype } {$/;"	p
DmPrint::save	gui/tcltk/d.m/print.tcl	/^proc DmPrint::save { } {$/;"	p
DmPrint::set_option	gui/tcltk/d.m/print.tcl	/^proc DmPrint::set_option { key value } {$/;"	p
DmPrint::window	gui/tcltk/d.m/print.tcl	/^proc DmPrint::window { } {$/;"	p
DmRaster::create	gui/tcltk/d.m/raster.tcl	/^proc DmRaster::create { tree parent } {$/;"	p
DmRaster::display	gui/tcltk/d.m/raster.tcl	/^proc DmRaster::display { node } {$/;"	p
DmRaster::duplicate	gui/tcltk/d.m/raster.tcl	/^proc DmRaster::duplicate { tree parent node id } {$/;"	p
DmRaster::options	gui/tcltk/d.m/raster.tcl	/^proc DmRaster::options { id frm } {$/;"	p
DmRaster::print	gui/tcltk/d.m/raster.tcl	/^proc DmRaster::print { file node } {$/;"	p
DmRaster::query	gui/tcltk/d.m/raster.tcl	/^proc DmRaster::query { node } {$/;"	p
DmRaster::save	gui/tcltk/d.m/raster.tcl	/^proc DmRaster::save { tree depth node } {$/;"	p
DmRaster::select_map1	gui/tcltk/d.m/raster.tcl	/^proc DmRaster::select_map1 { id } {$/;"	p
DmRaster::select_map2	gui/tcltk/d.m/raster.tcl	/^proc DmRaster::select_map2 { id } {$/;"	p
DmRaster::set_option	gui/tcltk/d.m/raster.tcl	/^proc DmRaster::set_option { node key value } {$/;"	p
DmRgbhis::create	gui/tcltk/d.m/rgbhis.tcl	/^proc DmRgbhis::create { tree parent } {$/;"	p
DmRgbhis::display	gui/tcltk/d.m/rgbhis.tcl	/^proc DmRgbhis::display { node } {$/;"	p
DmRgbhis::duplicate	gui/tcltk/d.m/rgbhis.tcl	/^proc DmRgbhis::duplicate { tree parent node id } {$/;"	p
DmRgbhis::options	gui/tcltk/d.m/rgbhis.tcl	/^proc DmRgbhis::options { id frm } {$/;"	p
DmRgbhis::print	gui/tcltk/d.m/rgbhis.tcl	/^proc DmRgbhis::print { file node } {$/;"	p
DmRgbhis::query	gui/tcltk/d.m/rgbhis.tcl	/^proc DmRgbhis::query { node } {$/;"	p
DmRgbhis::save	gui/tcltk/d.m/rgbhis.tcl	/^proc DmRgbhis::save { tree depth node } {$/;"	p
DmRgbhis::select_map1	gui/tcltk/d.m/rgbhis.tcl	/^proc DmRgbhis::select_map1 { id } {$/;"	p
DmRgbhis::select_map2	gui/tcltk/d.m/rgbhis.tcl	/^proc DmRgbhis::select_map2 { id } {$/;"	p
DmRgbhis::select_map3	gui/tcltk/d.m/rgbhis.tcl	/^proc DmRgbhis::select_map3 { id } {$/;"	p
DmRgbhis::set_option	gui/tcltk/d.m/rgbhis.tcl	/^proc DmRgbhis::set_option { node key value } {$/;"	p
DmThematic::create	gui/tcltk/d.m/thematic.tcl	/^proc DmThematic::create { tree parent } {$/;"	p
DmThematic::display	gui/tcltk/d.m/thematic.tcl	/^proc DmThematic::display { node } {$/;"	p
DmThematic::duplicate	gui/tcltk/d.m/thematic.tcl	/^proc DmThematic::duplicate { tree parent node id } {$/;"	p
DmThematic::options	gui/tcltk/d.m/thematic.tcl	/^proc DmThematic::options { id frm } {$/;"	p
DmThematic::print	gui/tcltk/d.m/thematic.tcl	/^proc DmThematic::print { file node } {$/;"	p
DmThematic::save	gui/tcltk/d.m/thematic.tcl	/^proc DmThematic::save { tree depth node } {$/;"	p
DmThematic::select_map	gui/tcltk/d.m/thematic.tcl	/^proc DmThematic::select_map { id } {$/;"	p
DmThematic::select_symbol	gui/tcltk/d.m/thematic.tcl	/^proc DmThematic::select_symbol { id } {$/;"	p
DmThematic::set_option	gui/tcltk/d.m/thematic.tcl	/^proc DmThematic::set_option { node key value } {$/;"	p
DmThematic::show_columns	gui/tcltk/d.m/thematic.tcl	/^proc DmThematic::show_columns { id } {$/;"	p
DmThematic::show_data	gui/tcltk/d.m/thematic.tcl	/^proc DmThematic::show_data { id } {$/;"	p
DmToolBar1::create	gui/tcltk/d.m/tool1.tcl	/^proc DmToolBar1::create { tb } {$/;"	p
DmToolBar2::create	gui/tcltk/d.m/tool2.tcl	/^proc DmToolBar2::create { tb } {$/;"	p
DmTree::autoname	gui/tcltk/d.m/tree.tcl	/^proc DmTree::autoname { tree node name} {$/;"	p
DmTree::close	gui/tcltk/d.m/tree.tcl	/^proc DmTree::close { tree node } {$/;"	p
DmTree::create	gui/tcltk/d.m/tree.tcl	/^proc DmTree::create { parent } {$/;"	p
DmTree::drop	gui/tcltk/d.m/tree.tcl	/^proc DmTree::drop { from to where operation type data } {$/;"	p
DmTree::edit	gui/tcltk/d.m/tree.tcl	/^proc DmTree::edit { tree node } {$/;"	p
DmTree::open	gui/tcltk/d.m/tree.tcl	/^proc DmTree::open { tree node } {$/;"	p
DmTree::redraw	gui/tcltk/d.m/tree.tcl	/^proc DmTree::redraw { } {$/;"	p
DmTree::select	gui/tcltk/d.m/tree.tcl	/^proc DmTree::select { tree node } {$/;"	p
DmVector::WorkOnVector	gui/tcltk/d.m/vector.tcl	/^proc DmVector::WorkOnVector { node } {$/;"	p
DmVector::create	gui/tcltk/d.m/vector.tcl	/^proc DmVector::create { tree parent } {$/;"	p
DmVector::display	gui/tcltk/d.m/vector.tcl	/^proc DmVector::display { node } {$/;"	p
DmVector::duplicate	gui/tcltk/d.m/vector.tcl	/^proc DmVector::duplicate { tree parent node id } {$/;"	p
DmVector::legend	gui/tcltk/d.m/vector.tcl	/^proc DmVector::legend { id } {$/;"	p
DmVector::options	gui/tcltk/d.m/vector.tcl	/^proc DmVector::options { id frm } {$/;"	p
DmVector::print	gui/tcltk/d.m/vector.tcl	/^proc DmVector::print { file node } {$/;"	p
DmVector::query	gui/tcltk/d.m/vector.tcl	/^proc DmVector::query { node } {$/;"	p
DmVector::save	gui/tcltk/d.m/vector.tcl	/^proc DmVector::save { tree depth node } {$/;"	p
DmVector::select_map	gui/tcltk/d.m/vector.tcl	/^proc DmVector::select_map { id } {$/;"	p
DmVector::select_symbol	gui/tcltk/d.m/vector.tcl	/^proc DmVector::select_symbol { id } {$/;"	p
DmVector::set_option	gui/tcltk/d.m/vector.tcl	/^proc DmVector::set_option { node key value } {$/;"	p
DmVector::show_columns	gui/tcltk/d.m/vector.tcl	/^proc DmVector::show_columns { id } {$/;"	p
DmVector::show_data	gui/tcltk/d.m/vector.tcl	/^proc DmVector::show_data { id } {$/;"	p
DoLayout	gui/wxpython/gui_modules/location_wizard.py	/^    def DoLayout(self):$/;"	m	class:TitledPage
DoNext	raster/r.random.cells/ransurf.h	/^GLOBAL CELLSORTER *DoNext;$/;"	v
Do_work	lib/driver/driver.h	/^    void (*Do_work) (int);$/;"	m	struct:driver
DoubleFlag	visualization/nviz/src/togl.c	/^    Bool    DoubleFlag;$/;"	m	struct:Togl	file:
DoubleTriangle	vector/v.hull/chull.c	/^int DoubleTriangle(void)$/;"	f
Downarrow	imagery/i.ortho.photo/photo.2image/graphics.c	/^int Downarrow(int top, int bottom, int left, int right)$/;"	f
Downarrow	imagery/i.ortho.photo/photo.2target/graphics.c	/^int Downarrow(int top, int bottom, int left, int right)$/;"	f
Downarrow	imagery/i.points/graphics.c	/^int Downarrow(int top, int bottom, int left, int right)$/;"	f
Downarrow	imagery/i.vpoints/graphics.c	/^int Downarrow(int top, int bottom, int left, int right)$/;"	f
DragItem	gui/wxpython/gui_modules/mapdisp.py	/^    def DragItem(self, id, event):$/;"	m	class:BufferedWindow
DragMap	gui/wxpython/gui_modules/mapdisp.py	/^    def DragMap(self, moveto):$/;"	m	class:BufferedWindow
DragSite::_begin_drag	lib/external/bwidget/dragsite.tcl	/^proc DragSite::_begin_drag { event source state X Y } {$/;"	p
DragSite::_end_drag	lib/external/bwidget/dragsite.tcl	/^proc DragSite::_end_drag { source target op type data result } {$/;"	p
DragSite::_init_drag	lib/external/bwidget/dragsite.tcl	/^proc DragSite::_init_drag { source state X Y } {$/;"	p
DragSite::include	lib/external/bwidget/dragsite.tcl	/^proc DragSite::include { class type event } {$/;"	p
DragSite::register	lib/external/bwidget/dragsite.tcl	/^proc DragSite::register { path args } {$/;"	p
DragSite::setdrag	lib/external/bwidget/dragsite.tcl	/^proc DragSite::setdrag { path subpath initcmd endcmd {force 0}} {$/;"	p
Draw	gui/wxpython/gui_modules/colorrules.py	/^    def Draw(self, pdc, img=None, pdctype='image'):$/;"	m	class:BufferedWindow
Draw	gui/wxpython/gui_modules/histogram.py	/^    def Draw(self, pdc, img=None, drawid=None, pdctype='image', coords=[0,0,0,0]):$/;"	m	class:BufferedWindow
Draw	gui/wxpython/gui_modules/mapdisp.py	/^    def Draw(self, pdc, img=None, drawid=None, pdctype='image', coords=[0, 0, 0, 0]):$/;"	m	class:BufferedWindow
Draw	gui/wxpython/gui_modules/nviz_tools.py	/^    def Draw(self, pos=None):$/;"	m	class:ViewPositionWindow
Draw	gui/wxpython/nviz/draw.cpp	/^void Nviz::Draw(bool quick, int quick_mode)$/;"	f	class:Nviz
DrawArc	gui/wxpython/vdigit/pseudodc.h	/^    void DrawArc(const wxPoint& pt1, const wxPoint& pt2, const wxPoint& centre)$/;"	f	class:gwxPseudoDC
DrawArc	gui/wxpython/vdigit/pseudodc.h	/^    void DrawArc(wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2,$/;"	f	class:gwxPseudoDC
DrawArea	gui/wxpython/vdigit/driver_draw.cpp	/^int DisplayDriver::DrawArea(const line_pnts* points)$/;"	f	class:DisplayDriver
DrawArrow	gui/wxpython/vdigit/driver_draw.cpp	/^int DisplayDriver::DrawArrow(double x0, double y0,$/;"	f	class:DisplayDriver
DrawBitmap	gui/wxpython/vdigit/pseudodc.h	/^    void DrawBitmap(const wxBitmap &bmp, const wxPoint& pt,$/;"	f	class:gwxPseudoDC
DrawBitmap	gui/wxpython/vdigit/pseudodc.h	/^    void DrawBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y,$/;"	f	class:gwxPseudoDC
DrawCheckMark	gui/wxpython/vdigit/pseudodc.h	/^    void DrawCheckMark(const wxRect& rect)$/;"	f	class:gwxPseudoDC
DrawCheckMark	gui/wxpython/vdigit/pseudodc.h	/^    void DrawCheckMark(wxCoord x, wxCoord y,$/;"	f	class:gwxPseudoDC
DrawCircle	gui/wxpython/vdigit/pseudodc.h	/^    void DrawCircle(const wxPoint& pt, wxCoord radius)$/;"	f	class:gwxPseudoDC
DrawCircle	gui/wxpython/vdigit/pseudodc.h	/^    void DrawCircle(wxCoord x, wxCoord y, wxCoord radius)$/;"	f	class:gwxPseudoDC
DrawCompRegionExtent	gui/wxpython/gui_modules/mapdisp.py	/^    def DrawCompRegionExtent(self):$/;"	m	class:BufferedWindow
DrawCross	gui/wxpython/gui_modules/mapdisp.py	/^    def DrawCross(self, pdc, coords, size, rotation=0,$/;"	m	class:BufferedWindow
DrawCross	gui/wxpython/vdigit/driver_draw.cpp	/^int DisplayDriver::DrawCross(gwxPseudoDC *pdc, int line, const wxPoint* point, int size)$/;"	f	class:DisplayDriver
DrawDirectionArrow	gui/wxpython/vdigit/driver_draw.cpp	/^int DisplayDriver::DrawDirectionArrow()$/;"	f	class:DisplayDriver
DrawEllipse	gui/wxpython/vdigit/pseudodc.h	/^    void DrawEllipse(const wxPoint& pt, const wxSize& sz)$/;"	f	class:gwxPseudoDC
DrawEllipse	gui/wxpython/vdigit/pseudodc.h	/^    void DrawEllipse(const wxRect& rect)$/;"	f	class:gwxPseudoDC
DrawEllipse	gui/wxpython/vdigit/pseudodc.h	/^    void DrawEllipse(wxCoord x, wxCoord y, wxCoord width, wxCoord height)$/;"	f	class:gwxPseudoDC
DrawEllipticArc	gui/wxpython/vdigit/pseudodc.h	/^    void DrawEllipticArc(const wxPoint& pt, const wxSize& sz,$/;"	f	class:gwxPseudoDC
DrawEllipticArc	gui/wxpython/vdigit/pseudodc.h	/^    void DrawEllipticArc(wxCoord x, wxCoord y, wxCoord w, wxCoord h,$/;"	f	class:gwxPseudoDC
DrawGCP	gui/wxpython/gui_modules/georect.py	/^    def DrawGCP(self, coordtype):$/;"	m	class:GCP
DrawIcon	gui/wxpython/vdigit/pseudodc.h	/^    void DrawIcon(const wxIcon& icon, const wxPoint& pt)$/;"	f	class:gwxPseudoDC
DrawIcon	gui/wxpython/vdigit/pseudodc.h	/^    void DrawIcon(const wxIcon& icon, wxCoord x, wxCoord y)$/;"	f	class:gwxPseudoDC
DrawIdToDC	gui/wxpython/vdigit/pseudodc.cpp	/^void gwxPseudoDC::DrawIdToDC(int id, wxDC *dc)$/;"	f	class:gwxPseudoDC
DrawLabel	gui/wxpython/vdigit/pseudodc.h	/^    void DrawLabel(const wxString& text, const wxRect& rect,$/;"	f	class:gwxPseudoDC
DrawLabel	gui/wxpython/vdigit/pseudodc.h	/^    void DrawLabel(const wxString& text,$/;"	f	class:gwxPseudoDC
DrawLine	gui/wxpython/vdigit/driver_draw.cpp	/^int DisplayDriver::DrawLine(int line)$/;"	f	class:DisplayDriver
DrawLine	gui/wxpython/vdigit/pseudodc.h	/^    void DrawLine(const wxPoint& pt1, const wxPoint& pt2)$/;"	f	class:gwxPseudoDC
DrawLine	gui/wxpython/vdigit/pseudodc.h	/^    void DrawLine(wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2)$/;"	f	class:gwxPseudoDC
DrawLineNodes	gui/wxpython/vdigit/driver_draw.cpp	/^int DisplayDriver::DrawLineNodes(int line)$/;"	f	class:DisplayDriver
DrawLineVerteces	gui/wxpython/vdigit/driver_draw.cpp	/^int DisplayDriver::DrawLineVerteces(int line)$/;"	f	class:DisplayDriver
DrawLines	gui/wxpython/gui_modules/mapdisp.py	/^    def DrawLines(self, pdc=None, polycoords=None):$/;"	m	class:BufferedWindow
DrawLines	gui/wxpython/vdigit/pseudodc.h	/^    void DrawLines(int n, wxPoint points[],$/;"	f	class:gwxPseudoDC
DrawMap	gui/wxpython/gui_modules/vdigit.py	/^    def DrawMap(self):$/;"	m	class:CDisplayDriver
DrawMap	gui/wxpython/vdigit/driver_draw.cpp	/^int DisplayDriver::DrawMap(bool force)$/;"	f	class:DisplayDriver
DrawPlot	gui/wxpython/gui_modules/profile.py	/^    def DrawPlot(self):$/;"	m	class:ProfileFrame
DrawPoint	gui/wxpython/vdigit/pseudodc.h	/^    void DrawPoint(const wxPoint& pt)$/;"	f	class:gwxPseudoDC
DrawPoint	gui/wxpython/vdigit/pseudodc.h	/^    void DrawPoint(wxCoord x, wxCoord y)$/;"	f	class:gwxPseudoDC
DrawPointLabel	gui/wxpython/gui_modules/profile.py	/^    def DrawPointLabel(self, dc, mDataDict):$/;"	m	class:ProfileFrame
DrawPolyPolygon	gui/wxpython/vdigit/pseudodc.h	/^    void DrawPolyPolygon(int n, int count[], wxPoint points[],$/;"	f	class:gwxPseudoDC
DrawPolygon	gui/wxpython/vdigit/pseudodc.h	/^    void DrawPolygon(int n, wxPoint points[],$/;"	f	class:gwxPseudoDC
DrawRectangle	gui/wxpython/vdigit/pseudodc.h	/^    void DrawRectangle(const wxPoint& pt, const wxSize& sz)$/;"	f	class:gwxPseudoDC
DrawRectangle	gui/wxpython/vdigit/pseudodc.h	/^    void DrawRectangle(const wxRect& rect)$/;"	f	class:gwxPseudoDC
DrawRectangle	gui/wxpython/vdigit/pseudodc.h	/^    void DrawRectangle(wxCoord x, wxCoord y, wxCoord width, wxCoord height)$/;"	f	class:gwxPseudoDC
DrawRotatedText	gui/wxpython/vdigit/pseudodc.h	/^    void DrawRotatedText(const wxString& text, const wxPoint& pt, double angle)$/;"	f	class:gwxPseudoDC
DrawRotatedText	gui/wxpython/vdigit/pseudodc.h	/^    void DrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle)$/;"	f	class:gwxPseudoDC
DrawRoundedRectangle	gui/wxpython/vdigit/pseudodc.h	/^    void DrawRoundedRectangle(const wxPoint& pt, const wxSize& sz,$/;"	f	class:gwxPseudoDC
DrawRoundedRectangle	gui/wxpython/vdigit/pseudodc.h	/^    void DrawRoundedRectangle(const wxRect& r, double radius)$/;"	f	class:gwxPseudoDC
DrawRoundedRectangle	gui/wxpython/vdigit/pseudodc.h	/^    void DrawRoundedRectangle(wxCoord x, wxCoord y, wxCoord width, wxCoord height,$/;"	f	class:gwxPseudoDC
DrawSelected	gui/wxpython/gui_modules/vdigit.py	/^    def DrawSelected(self, draw=True):$/;"	m	class:CDisplayDriver
DrawSelected	gui/wxpython/vdigit/driver_draw.cpp	/^void DisplayDriver::DrawSelected(bool draw)$/;"	f	class:DisplayDriver
DrawSpline	gui/wxpython/vdigit/pseudodc.h	/^    void DrawSpline(int n, wxPoint points[])$/;"	f	class:gwxPseudoDC
DrawText	display/d.profile/DrawText.c	/^int DrawText(int size, int row, int col, char *text)$/;"	f
DrawText	gui/wxpython/vdigit/pseudodc.h	/^    void DrawText(const wxString& text, const wxPoint& pt)$/;"	f	class:gwxPseudoDC
DrawText	gui/wxpython/vdigit/pseudodc.h	/^    void DrawText(const wxString& text, wxCoord x, wxCoord y)$/;"	f	class:gwxPseudoDC
DrawToDC	gui/wxpython/vdigit/pseudodc.cpp	/^void gpdcObject::DrawToDC(wxDC *dc)$/;"	f	class:gpdcObject
DrawToDC	gui/wxpython/vdigit/pseudodc.cpp	/^void gwxPseudoDC::DrawToDC(wxDC *dc)$/;"	f	class:gwxPseudoDC
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) $/;"	f	class:gpdcDrawArcOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) $/;"	f	class:gpdcDrawBitmapOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) $/;"	f	class:gpdcDrawCheckMarkOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) $/;"	f	class:gpdcDrawEllipticArcOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) $/;"	f	class:gpdcDrawIconOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) $/;"	f	class:gpdcDrawLabelOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) $/;"	f	class:gpdcDrawLinesOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) $/;"	f	class:gpdcDrawPolyPolygonOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) $/;"	f	class:gpdcDrawPolygonOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) $/;"	f	class:gpdcDrawRotatedTextOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) $/;"	f	class:gpdcDrawRoundedRectangleOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) $/;"	f	class:gpdcFloodFillOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) $/;"	f	class:gpdcSetBrushOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) $/;"	f	class:gpdcSetTextBackgroundOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) {dc->Clear();}$/;"	f	class:gpdcClearOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) {dc->CrossHair(m_x,m_y);}$/;"	f	class:gpdcCrossHairOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) {dc->DrawEllipse(m_x,m_y,m_w,m_h);}$/;"	f	class:gpdcDrawEllipseOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) {dc->DrawLine(m_x1,m_y1,m_x2,m_y2);}$/;"	f	class:gpdcDrawLineOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) {dc->DrawPoint(m_x,m_y);}$/;"	f	class:gpdcDrawPointOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) {dc->DrawRectangle(m_x,m_y,m_w,m_h);}$/;"	f	class:gpdcDrawRectangleOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) {dc->DrawSpline(m_n,m_points);}$/;"	f	class:gpdcDrawSplineOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) {dc->DrawText(m_text, m_x, m_y);}$/;"	f	class:gpdcDrawTextOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) {dc->SetBackgroundMode(m_mode);}$/;"	f	class:gpdcSetBackgroundModeOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) {dc->SetFont(m_font);}$/;"	f	class:gpdcSetFontOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) {dc->SetLogicalFunction(m_function);}$/;"	f	class:gpdcSetLogicalFunctionOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) {dc->SetPalette(m_palette);}$/;"	f	class:gpdcSetPaletteOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) {}$/;"	f	class:gpdcBeginDrawingOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false) {}$/;"	f	class:gpdcEndDrawingOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false)$/;"	f	class:gpdcSetBackgroundOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false)$/;"	f	class:gpdcSetPenOp
DrawToDC	gui/wxpython/vdigit/pseudodc.h	/^        virtual void DrawToDC(wxDC *dc, bool grey=false)$/;"	f	class:gpdcSetTextForegroundOp
DrawToDCClipped	gui/wxpython/vdigit/pseudodc.cpp	/^void gwxPseudoDC::DrawToDCClipped(wxDC *dc, const wxRect& rect)$/;"	f	class:gwxPseudoDC
DrawToDCClippedRgn	gui/wxpython/vdigit/pseudodc.cpp	/^void gwxPseudoDC::DrawToDCClippedRgn(wxDC *dc, const wxRegion& region)$/;"	f	class:gwxPseudoDC
DriverSelect	gui/wxpython/gui_modules/gselect.py	/^class DriverSelect(wx.ComboBox):$/;"	c
DropSite::_compute_operation	lib/external/bwidget/dropsite.tcl	/^proc DropSite::_compute_operation { target state type } {$/;"	p
DropSite::_draw_operation	lib/external/bwidget/dropsite.tcl	/^proc DropSite::_draw_operation { target type } {$/;"	p
DropSite::_init_drag	lib/external/bwidget/dropsite.tcl	/^proc DropSite::_init_drag { top evt source state X Y type ops data } {$/;"	p
DropSite::_motion	lib/external/bwidget/dropsite.tcl	/^proc DropSite::_motion { X Y } {$/;"	p
DropSite::_release	lib/external/bwidget/dropsite.tcl	/^proc DropSite::_release { X Y } {$/;"	p
DropSite::_update_operation	lib/external/bwidget/dropsite.tcl	/^proc DropSite::_update_operation { state } {$/;"	p
DropSite::include	lib/external/bwidget/dropsite.tcl	/^proc DropSite::include { class types } {$/;"	p
DropSite::register	lib/external/bwidget/dropsite.tcl	/^proc DropSite::register { path args } {$/;"	p
DropSite::setcursor	lib/external/bwidget/dropsite.tcl	/^proc DropSite::setcursor { cursor } {$/;"	p
DropSite::setdrop	lib/external/bwidget/dropsite.tcl	/^proc DropSite::setdrop { path subpath dropover drop {force 0}} {$/;"	p
DropSite::setoperation	lib/external/bwidget/dropsite.tcl	/^proc DropSite::setoperation { op } {$/;"	p
Drop_Aux_Table	vector/lidar/v.lidar.edgedetection/edgedetection.c	/^int Drop_Aux_Table(dbDriver * driver)$/;"	f
Drvname	lib/form/form.c	/^static char *Drvname, *Dbname, *Tblname, *Key;$/;"	v	file:
Drvname	vector/v.digit/form.c	/^static char *Drvname, *Dbname, *Tblname, *Key;$/;"	v	file:
Ds	lib/ogsf/gsds.c	/^static dataset Ds[MAX_DS];	\/* trying to avoid allocation *\/$/;"	v	file:
DynamicHelp::_leave_info	lib/external/bwidget/dynhelp.tcl	/^proc DynamicHelp::_leave_info { path } {$/;"	p
DynamicHelp::_menu_info	lib/external/bwidget/dynhelp.tcl	/^proc DynamicHelp::_menu_info { event path } {$/;"	p
DynamicHelp::_motion_balloon	lib/external/bwidget/dynhelp.tcl	/^proc DynamicHelp::_motion_balloon { type path x y } {$/;"	p
DynamicHelp::_motion_info	lib/external/bwidget/dynhelp.tcl	/^proc DynamicHelp::_motion_info { path } {$/;"	p
DynamicHelp::_show_help	lib/external/bwidget/dynhelp.tcl	/^proc DynamicHelp::_show_help { path x y } {$/;"	p
DynamicHelp::configure	lib/external/bwidget/dynhelp.tcl	/^proc DynamicHelp::configure { args } {$/;"	p
DynamicHelp::include	lib/external/bwidget/dynhelp.tcl	/^proc DynamicHelp::include { class type } {$/;"	p
DynamicHelp::register	lib/external/bwidget/dynhelp.tcl	/^proc DynamicHelp::register { path type args } {$/;"	p
DynamicHelp::sethelp	lib/external/bwidget/dynhelp.tcl	/^proc DynamicHelp::sethelp { path subpath {force 0}} {$/;"	p
E	imagery/i.ortho.photo/photo.2image/mark.c	/^static double N, E;$/;"	v	file:
E	imagery/i.ortho.photo/photo.2target/mark.c	/^static double N, E, Z;$/;"	v	file:
E	imagery/i.points/mark.c	/^static double N, E;$/;"	v	file:
E	imagery/i.vpoints/mark.c	/^static double N, E;$/;"	v	file:
E	include/dlg.h	/^    double E;$/;"	m	struct:dlg_line
E	include/vect/dig_structs.h	/^    double E;			\/* east *\/$/;"	m	struct:bound_box
E	include/vect/dig_structs.h	/^    double E;$/;"	m	struct:P_area
E	include/vect/dig_structs.h	/^    double E;$/;"	m	struct:P_isle
E	include/vect/dig_structs.h	/^    double E;$/;"	m	struct:P_line
E	lib/gis/area_ellipse.c	/^static double E;$/;"	v	file:
E	lib/gis/area_poly1.c	/^static double E;   \/** Area of the earth *\/$/;"	v	file:
E	lib/gpde/N_pde.h	/^    double C, W, E, N, S, NE, NW, SE, SW, V;$/;"	m	struct:__anon51
E	raster3d/r3.showdspf/vizual.h	/^    int E[3];			\/* sets the maximum dim to be displayed along this axis *\/$/;"	m	struct:dspec
E12	imagery/i.ortho.photo/libes/orthophoto.h	/^    double E12[3], N12[3], E21[3], N21[3], Z12[3], Z21[3];$/;"	m	struct:Ortho_Image_Group
E12	imagery/i.ortho.photo/photo.rectify/defs.h	/^    double E12[3], N12[3], E21[3], N21[3];$/;"	m	struct:__anon234
E12	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E12[3], N12[3], Z12[3];$/;"	v
E12	imagery/i.points/defs.h	/^    double E12[3], N12[3], E21[3], N21[3];$/;"	m	struct:__anon213
E12	imagery/i.rectify/main.c	/^double E12[10], N12[10];$/;"	v
E12	imagery/i.vpoints/defs.h	/^    double E12[10], N12[10], E21[10], N21[10];$/;"	m	struct:__anon219
E12a	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E12a, E12b, E12c, N12a, N12b, N12c;$/;"	v
E12b	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E12a, E12b, E12c, N12a, N12b, N12c;$/;"	v
E12c	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E12a, E12b, E12c, N12a, N12b, N12c;$/;"	v
E21	imagery/i.ortho.photo/libes/orthophoto.h	/^    double E12[3], N12[3], E21[3], N21[3], Z12[3], Z21[3];$/;"	m	struct:Ortho_Image_Group
E21	imagery/i.ortho.photo/photo.rectify/defs.h	/^    double E12[3], N12[3], E21[3], N21[3];$/;"	m	struct:__anon234
E21	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E21[3], N21[3], Z21[3];$/;"	v
E21	imagery/i.points/defs.h	/^    double E12[3], N12[3], E21[3], N21[3];$/;"	m	struct:__anon213
E21	imagery/i.rectify/main.c	/^double E21[10], N21[10];$/;"	v
E21	imagery/i.vpoints/defs.h	/^    double E12[10], N12[10], E21[10], N21[10];$/;"	m	struct:__anon219
E21a	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E21a, E21b, E21c, N21a, N21b, N21c;$/;"	v
E21b	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E21a, E21b, E21c, N21a, N21b, N21c;$/;"	v
E21c	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E21a, E21b, E21c, N21a, N21b, N21c;$/;"	v
EADDRINUSE	lib/gis/unix_socks.c	46;"	d	file:
EADDRINUSE	lib/raster/io_sock.c	16;"	d	file:
EARTHRADIUS	raster/r.horizon/main.c	45;"	d	file:
EARTHRADIUS	raster/r.sun/main.c	37;"	d	file:
EARTHRADIUS	raster/r.sun2/rsunglobals.h	32;"	d
EAST	lib/gis/plot.c	151;"	d	file:
EAST	raster/r.flow/calc.c	43;"	d	file:
EC	lib/gpde/N_pde.h	/^    double NC, SC, WC, EC, TC, BC;$/;"	m	struct:__anon56
EC	lib/gpde/N_pde.h	/^    double NC, SC, WC, EC;$/;"	m	struct:__anon55
EC	lib/gpde/N_pde.h	/^    double NWN, NEN, WC, EC, SWS, SES;$/;"	m	struct:__anon57
ECONNREFUSED	lib/raster/io_sock.c	15;"	d	file:
EDGE	raster/r.param.scale/param.h	23;"	d
EDGE_H	vector/v.delaunay2/edge.h	2;"	d
EDRIVER	db/drivers/mysql/Makefile	/^    EDRIVER = $(EMBEDED_DRIVER)$/;"	m
EDRVDOC	db/drivers/mysql/Makefile	/^EDRVDOC=$(GISBASE)\/docs\/html\/grass-mesql.html$/;"	m
ELEV	raster/r.param.scale/param.h	45;"	d
ELEVATION_BOUNDARY	raster/r.terraflow/nodata.cc	/^elevation_type nodataType::ELEVATION_BOUNDARY;$/;"	m	class:nodataType	file:
ELEVATION_BOUNDARY	raster/r.terraflow/nodata.h	/^  static elevation_type ELEVATION_BOUNDARY; \/* means this cell is on	$/;"	m	class:nodataType
ELEVATION_NODATA	raster/r.terraflow/nodata.cc	/^elevation_type nodataType::ELEVATION_NODATA;$/;"	m	class:nodataType	file:
ELEVATION_NODATA	raster/r.terraflow/nodata.h	/^  static elevation_type ELEVATION_NODATA; \/* means we have no data for	$/;"	m	class:nodataType
ELLIPSOIDTABLE	include/gprojects.h	27;"	d
ELdelete	vector/v.voronoi/sw_edgelist.c	/^int ELdelete(struct Halfedge *he)$/;"	f
ELedge	vector/v.voronoi/sw_defs.h	/^    struct Edge *ELedge;$/;"	m	struct:Halfedge	typeref:struct:Halfedge::Edge
ELgethash	vector/v.voronoi/sw_edgelist.c	/^struct Halfedge *ELgethash(int b)$/;"	f
ELhash	vector/v.voronoi/sw_defs.h	/^struct Halfedge **ELhash;$/;"	v	typeref:struct:Halfedge
ELhashsize	vector/v.voronoi/sw_defs.h	/^int ELhashsize;$/;"	v
ELinitialize	vector/v.voronoi/sw_edgelist.c	/^int ELinitialize(void)$/;"	f
ELinsert	vector/v.voronoi/sw_edgelist.c	/^int ELinsert(struct Halfedge *lb, struct Halfedge *new)$/;"	f
ELleft	vector/v.voronoi/sw_defs.h	/^    struct Halfedge *ELleft, *ELright;$/;"	m	struct:Halfedge	typeref:struct:Halfedge::Halfedge
ELleft	vector/v.voronoi/sw_edgelist.c	/^struct Halfedge *ELleft(struct Halfedge *he)$/;"	f
ELleftbnd	vector/v.voronoi/sw_edgelist.c	/^struct Halfedge *ELleftbnd(struct Point *p)$/;"	f
ELleftend	vector/v.voronoi/sw_defs.h	/^struct Halfedge *ELleftend, *ELrightend;$/;"	v	typeref:struct:Halfedge
ELpm	vector/v.voronoi/sw_defs.h	/^    char ELpm;$/;"	m	struct:Halfedge
ELrefcnt	vector/v.voronoi/sw_defs.h	/^    int ELrefcnt;$/;"	m	struct:Halfedge
ELright	vector/v.voronoi/sw_defs.h	/^    struct Halfedge *ELleft, *ELright;$/;"	m	struct:Halfedge	typeref:struct:Halfedge::
ELright	vector/v.voronoi/sw_edgelist.c	/^struct Halfedge *ELright(struct Halfedge *he)$/;"	f
ELrightend	vector/v.voronoi/sw_defs.h	/^struct Halfedge *ELleftend, *ELrightend;$/;"	v	typeref:struct:
EMBEDED_ARCH_OBJS	db/drivers/mysql/Makefile	/^EMBEDED_ARCH_OBJS := $(foreach obj,$(EMBEDED_OBJS),$(OBJDIR)\/$(obj))$/;"	m
EMBEDED_DRIVER	db/drivers/mysql/Makefile	/^EMBEDED_DRIVER=$(DBDRIVERDIR)\/mesql$(EXE)$/;"	m
EMBEDED_OBJS	db/drivers/mysql/Makefile	/^EMBEDED_OBJS = $(OBJS) dbe.o $/;"	m
EMPQAD_DEBUG	include/iostream/empq_adaptive.h	31;"	d
EMPQ_ADAPTIVE	include/iostream/ami_config.h	29;"	d
EMPQueueAdaptive	include/iostream/empq_adaptive.h	/^  EMPQueueAdaptive(long N) : EMPQueueAdaptive() {};$/;"	f	class:EMPQueueAdaptive
EMPQueueAdaptive	include/iostream/empq_adaptive.h	/^class EMPQueueAdaptive {$/;"	c
EMPQueueAdaptive	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::EMPQueueAdaptive() {$/;"	f	class:EMPQueueAdaptive
EMPQueueAdaptive	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::EMPQueueAdaptive(size_t inMem) {$/;"	f	class:EMPQueueAdaptive
EM_PRECISION	imagery/i.smap/bouman/interp.c	8;"	d	file:
END	raster/r.to.vect/global.h	32;"	d
END	vector/v.distance/main.c	45;"	d	file:
ENDIAN_BIG	include/vect/dig_defines.h	19;"	d
ENDIAN_LITTLE	include/vect/dig_defines.h	18;"	d
ENDIAN_OTHER	include/vect/dig_defines.h	20;"	d
END_SCALED_RASTER	include/graphics.h	84;"	d
ENOTSOCK	lib/raster/io_sock.c	17;"	d	file:
ENV	lib/gis/env.c	25;"	d	file:
EOFCode	raster3d/r3.showdspf/togif.h	/^    int EOFCode;$/;"	m	struct:_vgl_GIFWriter
EP	lib/vector/rtree/gammavol.c	25;"	d	file:
EPS	raster/r.horizon/main.c	50;"	d	file:
EPS	raster/r.sun/main.c	43;"	d	file:
EPS	raster/r.sun2/sunradstruct.h	32;"	d
EPS	raster/simwe/simlib/waterglobs.h	4;"	d
EPSGCreate	gui/wxpython/gui_modules/location_wizard.py	/^    def EPSGCreate(self):$/;"	m	class:LocationWizard
EPSGPage	gui/wxpython/gui_modules/location_wizard.py	/^class EPSGPage(TitledPage):$/;"	c
EPSILON	imagery/i.ortho.photo/libes/m_inverse.c	6;"	d	file:
EPSILON	lib/ogsf/gsdrape.c	/^static float EPSILON = 0.000001;$/;"	v	file:
EPSILON	lib/vector/transform/inverse.c	5;"	d	file:
EPSILON	raster/r.texture/h_measure.c	31;"	d	file:
EQ	ps/ps.map/r_text.c	14;"	d	file:
EQ	raster/r.le/r.le.patch/patch.h	38;"	d
EQ	raster/r.le/r.le.setup/setup.h	41;"	d
EQ	raster/r.le/r.le.trace/r.le.trace.h	30;"	d
EQUAL	lib/ogsf/gsdrape.c	64;"	d	file:
ERASE	include/graphics.h	25;"	d
ERR	gui/wxpython/nviz/init.cpp	19;"	d	file:
ERR	lib/gis/error.c	41;"	d	file:
ERROR	gem/globals.h	/^EXTERN int ERROR;		\/* error code: set to < 0 on abnormal program exit *\/$/;"	v
ERROR	include/codes.h	3;"	d
ERROR	lib/gis/rd_cellhd.c	10;"	d	file:
ERROR	raster/r.in.poly/raster.c	93;"	d	file:
ERROR	raster/r.li/r.li.daemon/ipc.h	23;"	d
ERRSV	swig/perl/R_slope_aspect/ppport.h	199;"	d
ERR_CHECK_DEPS	gem/globals.h	93;"	d
ERR_COMPILE_EXT	gem/globals.h	80;"	d
ERR_CONFIGURE_EXT	gem/globals.h	79;"	d
ERR_DEREGISTER_ENTRIES_GISMAN	gem/globals.h	98;"	d
ERR_DEREGISTER_ENTRIES_GISMAN2	gem/globals.h	109;"	d
ERR_DEREGISTER_EXT	gem/globals.h	95;"	d
ERR_DEREGISTER_HTML	gem/globals.h	101;"	d
ERR_DOWNLOAD	gem/globals.h	96;"	d
ERR_DUMP_HTML	gem/globals.h	104;"	d
ERR_DUMP_PLAIN_TXT	gem/globals.h	99;"	d
ERR_END_GT_START	vector/v.lrs/v.lrs.create/main.c	47;"	d	file:
ERR_EXISTS_EXT	gem/globals.h	92;"	d
ERR_IDENT	vector/v.lrs/v.lrs.create/main.c	49;"	d	file:
ERR_INSTALL_EXT	gem/globals.h	81;"	d
ERR_INVALID_EXT	gem/globals.h	82;"	d
ERR_INVOCATION	gem/globals.h	77;"	d
ERR_LINE_ORDER	vector/v.lrs/v.lrs.create/main.c	55;"	d	file:
ERR_LIST	gem/globals.h	105;"	d
ERR_MISSING_BINS	gem/globals.h	88;"	d
ERR_MISSING_CFG	gem/globals.h	103;"	d
ERR_MISSING_CMD	gem/globals.h	85;"	d
ERR_MISSING_DEPS	gem/globals.h	94;"	d
ERR_NO_ACCESS_EXT	gem/globals.h	78;"	d
ERR_NO_DIR	vector/v.lrs/v.lrs.create/main.c	54;"	d	file:
ERR_NO_LICENSE	gem/globals.h	86;"	d
ERR_NO_MP	vector/v.lrs/v.lrs.create/main.c	52;"	d	file:
ERR_NO_POINT	vector/v.lrs/v.lrs.create/main.c	51;"	d	file:
ERR_OK	vector/v.lrs/v.lrs.create/main.c	46;"	d	file:
ERR_ONE_MP	vector/v.lrs/v.lrs.create/main.c	53;"	d	file:
ERR_ORDER	vector/v.lrs/v.lrs.create/main.c	50;"	d	file:
ERR_REGISTER_ENTRIES_GISMAN	gem/globals.h	97;"	d
ERR_REGISTER_ENTRIES_GISMAN2	gem/globals.h	108;"	d
ERR_REGISTER_EXT	gem/globals.h	91;"	d
ERR_REGISTER_HTML	gem/globals.h	100;"	d
ERR_RESTORE	gem/globals.h	102;"	d
ERR_RM_TMPDIR	gem/globals.h	84;"	d
ERR_RM_TMPFILE	gem/globals.h	107;"	d
ERR_SU	gem/globals.h	90;"	d
ERR_THRESHOLD	vector/v.lrs/v.lrs.create/main.c	48;"	d	file:
ERR_TMPFILE	gem/globals.h	106;"	d
ERR_UNINSTALL_EXT	gem/globals.h	89;"	d
ERR_UNPACK_EXT	gem/globals.h	83;"	d
ERR_VERSION	gem/globals.h	87;"	d
ESC	include/vect/dig_defines.h	173;"	d
ESC	lib/vask/V_call.c	97;"	d	file:
ETCDIR	gui/wxpython/Makefile	/^ETCDIR = $(ETC)\/wxpython$/;"	m
ETCDIR	gui/wxpython/nviz/Makefile	/^ETCDIR = $(ETC)\/wxpython$/;"	m
ETCDIR	gui/wxpython/scripts/Makefile	/^ETCDIR = $(ETC)\/gui\/scripts$/;"	m
ETCDIR	gui/wxpython/vdigit/Makefile	/^ETCDIR = $(ETC)\/wxpython$/;"	m
ETCICONS	gui/icons/Makefile	/^ETCICONS := $(patsubst %,$(ETC)\/gui\/icons\/%,$(SRCICONS) $(SRCICO))$/;"	m
ETIMEDOUT	lib/raster/io_sock.c	18;"	d	file:
ETM_AFTER	imagery/i.atcorr/Transform.h	/^    ETM_AFTER       = 4,  \/* etm+ taken after July 1, 2000 *\/$/;"	e	enum:InputMask
ETM_BEFORE	imagery/i.atcorr/Transform.h	/^    ETM_BEFORE      = 2,  \/* etm+ taken before July 1, 2000 *\/$/;"	e	enum:InputMask
EVERYTHING	raster/r.report/global.h	124;"	d
EW	raster/r.random.cells/ransurf.h	/^GLOBAL double NS, EW;$/;"	v
EW	raster/r.random.surface/ransurf.h	/^GLOBAL double **Surface, NS, EW, FilterSD, AllMaxDist, *Norm;$/;"	v
EW	raster/r.surf.idw/main.h	25;"	d
EWRESstr	display/d.save/main.c	/^char Nstr[20], Sstr[20], Estr[20], Wstr[20], EWRESstr[20], NSRESstr[20];$/;"	v
EXT	vector/v.to.db/global.h	2;"	d
EXT	vector/v.to.db/global.h	4;"	d
EXTERN	display/d.graph/options.h	2;"	d
EXTERN	display/d.graph/options.h	4;"	d
EXTERN	gem/globals.h	34;"	d
EXTERN	gem/globals.h	36;"	d
EXTMEM	include/iostream/empq_adaptive.h	/^  EXTMEM,$/;"	e	enum:regim_type
EXTMEM_DEBUG	include/iostream/empq_adaptive.h	/^  EXTMEM_DEBUG$/;"	e	enum:regim_type
EXTRA_CFLAGS	db/drivers/mysql/Makefile	/^EXTRA_CFLAGS = $(MYSQLINCPATH) $(TCLINCDIR) $(TKINCDIR)$/;"	m
EXTRA_CFLAGS	db/drivers/ogr/Makefile	/^EXTRA_CFLAGS = $(GDALCFLAGS) $(TCLINCDIR) $(TKINCDIR)$/;"	m
EXTRA_CFLAGS	db/drivers/postgres/Makefile	/^EXTRA_CFLAGS = $(PQINCPATH)$/;"	m
EXTRA_CFLAGS	db/drivers/sqlite/Makefile	/^EXTRA_CFLAGS = $(SQLITEINCPATH) $/;"	m
EXTRA_CFLAGS	display/d.extend/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	display/d.extract/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	display/d.font.freetype/Makefile	/^EXTRA_CFLAGS=$(FTINC)$/;"	m
EXTRA_CFLAGS	display/d.path/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	display/d.text.freetype/Makefile	/^EXTRA_CFLAGS=$(FTINC)$/;"	m
EXTRA_CFLAGS	display/d.thematic.area/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	display/d.vect.chart/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	display/d.vect/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	display/d.what.vect/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	display/d.zoom/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	display/drivers/HTMLMAP/Makefile	/^EXTRA_CFLAGS=-I..\/..\/..\/lib\/driver$/;"	m
EXTRA_CFLAGS	display/drivers/PNG/Makefile	/^EXTRA_CFLAGS = $(PNGINC) -I..\/..\/..\/lib\/driver -I..\/..\/..\/lib\/pngdriver$/;"	m
EXTRA_CFLAGS	display/drivers/PS/Makefile	/^EXTRA_CFLAGS = -I..\/..\/..\/lib\/driver -I..\/..\/..\/lib\/psdriver$/;"	m
EXTRA_CFLAGS	display/drivers/XDRIVER/Makefile	/^EXTRA_CFLAGS=$(XCFLAGS) $(R3DEFINE) -I..\/..\/..\/lib\/driver$/;"	m
EXTRA_CFLAGS	display/drivers/cairo/Makefile	/^EXTRA_CFLAGS = -I..\/..\/..\/lib\/driver -I..\/..\/..\/lib\/cairodriver $(CAIROINC)$/;"	m
EXTRA_CFLAGS	doc/vector/v.example/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	general/g.mkfontcap/Makefile	/^EXTRA_CFLAGS = $(FTINC)$/;"	m
EXTRA_CFLAGS	general/g.mremove/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	general/g.region/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	general/g.setproj/Makefile	/^EXTRA_CFLAGS = $(PROJINC)$/;"	m
EXTRA_CFLAGS	general/g.version/Makefile	/^EXTRA_CFLAGS=-DGRASS_VERSION_NUMBER=\\"'$(GRASS_VERSION_NUMBER)'\\" -DGRASS_VERSION_DATE=\\"'$(GRASS_VERSION_DATE)'\\" -DGRASS_VERSION_UPDATE_PKG=\\"'$(GRASS_VERSION_UPDATE_PKG)'\\"  -DGRASS_CONFIGURE_PARAMS="\\"$(GRASS_CONFIGURE_PARAMS)\\"" -DCOPYING="\\"$(COPYING)\\""$/;"	m
EXTRA_CFLAGS	general/manage/lib/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	general/manage/lister/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	imagery/i.ortho.photo/menu/Makefile	/^EXTRA_CFLAGS = -I..\/libes$/;"	m
EXTRA_CFLAGS	imagery/i.ortho.photo/photo.2image/Makefile	/^EXTRA_CFLAGS = -I..\/libes$/;"	m
EXTRA_CFLAGS	imagery/i.ortho.photo/photo.2target/Makefile	/^EXTRA_CFLAGS = -I..\/libes$/;"	m
EXTRA_CFLAGS	imagery/i.ortho.photo/photo.camera/Makefile	/^EXTRA_CFLAGS = -I..\/libes$/;"	m
EXTRA_CFLAGS	imagery/i.ortho.photo/photo.elev/Makefile	/^EXTRA_CFLAGS = -I..\/libes$/;"	m
EXTRA_CFLAGS	imagery/i.ortho.photo/photo.init/Makefile	/^EXTRA_CFLAGS = -I..\/libes$/;"	m
EXTRA_CFLAGS	imagery/i.ortho.photo/photo.rectify/Makefile	/^EXTRA_CFLAGS = -I..\/libes$/;"	m
EXTRA_CFLAGS	imagery/i.ortho.photo/photo.target/Makefile	/^EXTRA_CFLAGS = -I..\/libes$/;"	m
EXTRA_CFLAGS	imagery/i.smap/shapiro/Makefile	/^EXTRA_CFLAGS = -I..\/bouman$/;"	m
EXTRA_CFLAGS	imagery/i.vpoints/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	lib/cairodriver/Makefile	/^EXTRA_CFLAGS=-I..\/driver $(CAIROINC) $(PICFLAGS) $(DEFS)$/;"	m
EXTRA_CFLAGS	lib/db/dbmi_base/Makefile	/^EXTRA_CFLAGS = $(USE_DIRECT) $(USE_BUFFERED_IO)$/;"	m
EXTRA_CFLAGS	lib/db/dbmi_client/Makefile	/^EXTRA_CFLAGS = $(USE_DIRECT) $(USE_BUFFERED_IO) -I..\/dbmi_base$/;"	m
EXTRA_CFLAGS	lib/db/dbmi_driver/Makefile	/^EXTRA_CFLAGS = $(USE_DIRECT) $(USE_BUFFERED_IO) -I..\/dbmi_base$/;"	m
EXTRA_CFLAGS	lib/driver/Makefile	/^EXTRA_CFLAGS=$(FTINC)$/;"	m
EXTRA_CFLAGS	lib/form/Makefile	/^EXTRA_CFLAGS = $(XCFLAGS) $(TCLINCDIR) $(TKINCDIR)$/;"	m
EXTRA_CFLAGS	lib/gis/Makefile	/^	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64$/;"	m
EXTRA_CFLAGS	lib/gmath/Makefile	/^EXTRA_CFLAGS = $(FFTWINC) $(PICFLAGS)$/;"	m
EXTRA_CFLAGS	lib/init/Makefile	/^EXTRA_CFLAGS = -DD_LOCATION_NAME=\\"$(DEFAULT_LOCATION)\\" -DD_GISDBASE=\\"$(DEFAULT_DATABASE)\\" -DGRASS_VERSION_NUMBER=\\"'$(GRASS_VERSION_NUMBER)'\\" -DGRASS_VERSION_UPDATE_PKG=\\"'$(GRASS_VERSION_UPDATE_PKG)'\\"$/;"	m
EXTRA_CFLAGS	lib/iostream/Makefile	/^	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64$/;"	m
EXTRA_CFLAGS	lib/nviz/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	lib/ogsf/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	lib/pngdriver/Makefile	/^EXTRA_CFLAGS=$(GETHOSTNAME) $(ZLIBINCPATH) $(PNGINC) -I..\/driver $(PICFLAGS) $(DEFS)$/;"	m
EXTRA_CFLAGS	lib/proj/Makefile	/^EXTRA_CFLAGS = $(GETHOSTNAME) $(ZLIBINCPATH) $(PICFLAGS) $(GDALCFLAGS) $(DEFS)$/;"	m
EXTRA_CFLAGS	lib/psdriver/Makefile	/^EXTRA_CFLAGS=-I..\/driver $(PICFLAGS) $(DEFS)$/;"	m
EXTRA_CFLAGS	lib/raster/Makefile	/^EXTRA_CFLAGS=$(GETHOSTNAME) $(FTINC) -I..\/driver $(PICFLAGS) $(DEFS)$/;"	m
EXTRA_CFLAGS	lib/rst/interp_float/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	lib/sites/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	lib/vask/Makefile	/^EXTRA_CFLAGS	= -DMAKE_VASK_LIB$/;"	m
EXTRA_CFLAGS	lib/vector/Vlib/Makefile	/^EXTRA_CFLAGS = $(GETHOSTNAME) $(ZLIBINCPATH) $(VECT_CFLAGS) $(DEFS)$/;"	m
EXTRA_CFLAGS	lib/vector/diglib/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	lib/vector/vedit/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	macosx/app/Makefile	/^EXTRA_CFLAGS = $/;"	m
EXTRA_CFLAGS	ps/ps.map/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	raster/r.carve/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	raster/r.contour/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	raster/r.cost/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	raster/r.drain/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	raster/r.flow/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	raster/r.grow.distance/Makefile	/^	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64$/;"	m
EXTRA_CFLAGS	raster/r.in.arc/Makefile	/^	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64$/;"	m
EXTRA_CFLAGS	raster/r.in.ascii/Makefile	/^	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64$/;"	m
EXTRA_CFLAGS	raster/r.le/r.le.setup/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	raster/r.mapcalc/Makefile	/^EXTRA_CFLAGS = $(READLINEINCPATH)$/;"	m
EXTRA_CFLAGS	raster/r.out.arc/Makefile	/^	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64$/;"	m
EXTRA_CFLAGS	raster/r.out.ascii/Makefile	/^	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64$/;"	m
EXTRA_CFLAGS	raster/r.out.png/Makefile	/^EXTRA_CFLAGS=$(PNGINC)$/;"	m
EXTRA_CFLAGS	raster/r.out.tiff/Makefile	/^EXTRA_CFLAGS = $(TIFFINCPATH)$/;"	m
EXTRA_CFLAGS	raster/r.proj.seg/Makefile	/^	EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64$/;"	m
EXTRA_CFLAGS	raster/r.random/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	raster/r.region/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	raster/r.resamp.rst/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	raster/r.to.vect/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	raster/r.volume/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	raster/r.walk/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	raster/simwe/r.sim.sediment/Makefile	/^EXTRA_CFLAGS = -I ..\/simlib $(VECT_CFLAGS) $/;"	m
EXTRA_CFLAGS	raster/simwe/r.sim.water/Makefile	/^EXTRA_CFLAGS = -I ..\/simlib $(VECT_CFLAGS) $/;"	m
EXTRA_CFLAGS	raster/simwe/simlib/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	raster3d/r3.in.v5d/Makefile	/^EXTRA_CFLAGS = -DLITTLE$/;"	m
EXTRA_CFLAGS	raster3d/r3.mkdspf/Makefile	/^EXTRA_CFLAGS    =       -I$(LDIR)$/;"	m
EXTRA_CFLAGS	raster3d/r3.out.v5d/Makefile	/^EXTRA_CFLAGS = -DLITTLE$/;"	m
EXTRA_CFLAGS	raster3d/r3.showdspf/Makefile	/^EXTRA_CFLAGS = -I$(LDIR) -I. $(OPENGLINC) $(OPENGLWINC) $(XCFLAGS) $(XMINC)$/;"	m
EXTRA_CFLAGS	sites/s.in.ascii/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	sites/s.out.ascii/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	swig/python/Makefile	/^EXTRA_CFLAGS = $(PYMOD_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/lidar/lidarlib/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/lidar/v.lidar.correction/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/lidar/v.lidar.edgedetection/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS) $/;"	m
EXTRA_CFLAGS	vector/lidar/v.lidar.growing/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/lidar/v.outlier/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/lidar/v.surf.bspline/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.buffer/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.buffer2/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.build.polylines/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.build/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.category/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.class/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.clean/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.clean/test/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.convert/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.db.connect/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.db.select/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.delaunay2/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.digit/Makefile	/^EXTRA_CFLAGS = $(XCFLAGS) $(TCLINCDIR) $(TKINCDIR) $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.distance/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.drape/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.edit/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.external/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.extract/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.extrude/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.generalize/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.hull/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.in.ascii/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.in.db/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.in.dwg/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.in.dxf/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.in.ogr/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.in.region/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.in.sites/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.info/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.kcv/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.kernel/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.label.sa/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.label/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.lrs/lib/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.lrs/v.lrs.create/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.lrs/v.lrs.label/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.lrs/v.lrs.segment/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.lrs/v.lrs.where/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.mkgrid/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.neighbors/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.net.alloc/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.net.iso/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.net.path/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.net.salesman/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.net.steiner/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.net.visibility/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS) -Wall$/;"	m
EXTRA_CFLAGS	vector/v.net/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.normal/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.out.ascii/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.out.dxf/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.out.ogr/Makefile	/^EXTRA_CFLAGS = $(GDALCFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.out.ogr/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.out.pov/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.out.svg/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.out.vtk/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.overlay/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.parallel/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.parallel2/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.patch/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.perturb/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.proj/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.qcount/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.random/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.reclass/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.sample/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.segment/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.select/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.split/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.support/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.surf.idw/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.surf.rst/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.to.3d/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.to.db/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.to.points/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.to.rast/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.to.rast3/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.transform/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.type/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.univar/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.vol.rst/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.voronoi/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.what.rast/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	vector/v.what/Makefile	/^EXTRA_CFLAGS = $(VECT_CFLAGS)$/;"	m
EXTRA_CFLAGS	visualization/nviz/src/Makefile	/^EXTRA_CFLAGS= $(TCLINCDIR) $(TKINCDIR) \\$/;"	m
EXTRA_CFLAGS	visualization/nviz2/cmd/Makefile	/^EXTRA_CFLAGS = $(INC) \\$/;"	m
EXTRA_CFLAGS	visualization/nviz2/cmd/Makefile	/^EXTRA_CFLAGS=$(XCFLAGS) $(XMINC)$/;"	m
EXTRA_CFLAGS	visualization/xganim/Makefile	/^EXTRA_CFLAGS=$(XCFLAGS) $(XMINC)$/;"	m
EXTRA_CFLAGS	visualization/ximgview/Makefile	/^EXTRA_CFLAGS=$(XCFLAGS) $(XMINC)$/;"	m
EXTRA_CLEAN_DIRS	raster/r.li/r.li.cwed/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/r.li/r.li.dominance/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/r.li/r.li.edgedensity/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/r.li/r.li.mpa/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/r.li/r.li.mps/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/r.li/r.li.padcv/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/r.li/r.li.padrange/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/r.li/r.li.padsd/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/r.li/r.li.patchdensity/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/r.li/r.li.patchnum/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/r.li/r.li.richness/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/r.li/r.li.shannon/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/r.li/r.li.shape/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/r.li/r.li.simpson/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/r.resamp.rst/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/simwe/r.sim.sediment/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	raster/simwe/r.sim.water/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_DIRS	vector/v.surf.rst/Makefile	/^EXTRA_CLEAN_DIRS=doxygenhtml$/;"	m
EXTRA_CLEAN_FILES	gui/wxpython/Makefile	/^EXTRA_CLEAN_FILES = menustrings.py$/;"	m
EXTRA_CLEAN_FILES	lib/db/sqlp/Makefile	/^EXTRA_CLEAN_FILES = lex.yy.c y.tab.c y.output y.tab.h$/;"	m
EXTRA_CLEAN_FILES	lib/db/sqlp/test/Makefile	/^EXTRA_CLEAN_FILES = sqlptest$/;"	m
EXTRA_CLEAN_FILES	raster/r.mapcalc/Makefile	/^EXTRA_CLEAN_FILES = y.tab.c y.tab.h lex.yy.c y.output lex.backup$/;"	m
EXTRA_CLEAN_FILES	swig/python/Makefile	/^EXTRA_CLEAN_FILES := $(foreach M,$(MODULES),$(M)_wrap.o $(M)_wrap.c $(M).pyc $(M).py _$(M).so)$/;"	m
EXTRA_CLEAN_FILES	visualization/nviz/src/Makefile	/^EXTRA_CLEAN_FILES = nvwish$(EXE)$/;"	m
EXTRA_HEADERS	lib/db/sqlp/Makefile	/^EXTRA_HEADERS = y.tab.h$/;"	m
EXTRA_HEADERS	raster/r.mapcalc/Makefile	/^EXTRA_HEADERS = y.tab.h$/;"	m
EXTRA_INC	db/drivers/dbf/Makefile	/^EXTRA_INC = -I$(MODULE_TOPDIR)\/lib\/db\/dbmi_driver$/;"	m
EXTRA_INC	db/drivers/mysql/Makefile	/^EXTRA_INC = -I$(MODULE_TOPDIR)\/lib\/db\/dbmi_driver$/;"	m
EXTRA_INC	db/drivers/odbc/Makefile	/^EXTRA_INC = $(ODBCINC) -I$(MODULE_TOPDIR)\/lib\/db\/dbmi_driver$/;"	m
EXTRA_INC	db/drivers/ogr/Makefile	/^EXTRA_INC = -I$(MODULE_TOPDIR)\/lib\/db\/dbmi_driver$/;"	m
EXTRA_INC	db/drivers/postgres/Makefile	/^EXTRA_INC = -I$(MODULE_TOPDIR)\/lib\/db\/dbmi_driver$/;"	m
EXTRA_INC	db/drivers/sqlite/Makefile	/^EXTRA_INC = -I$(MODULE_TOPDIR)\/lib\/db\/dbmi_driver$/;"	m
EXTRA_INC	display/d.extend/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	display/d.extract/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	display/d.grid/Makefile	/^EXTRA_INC = $(PROJINC)$/;"	m
EXTRA_INC	display/d.path/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	display/d.thematic.area/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	display/d.vect.chart/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	display/d.vect/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	display/d.what.vect/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	display/d.where/Makefile	/^EXTRA_INC = $(PROJINC)$/;"	m
EXTRA_INC	display/d.zoom/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	doc/vector/v.example/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	general/g.mlist/Makefile	/^EXTRA_INC = $(REGEXINCPATH)$/;"	m
EXTRA_INC	general/g.mremove/Makefile	/^EXTRA_INC = $(VECT_INC) $(REGEXINCPATH)$/;"	m
EXTRA_INC	general/g.proj/Makefile	/^EXTRA_INC = $(PROJINC)$/;"	m
EXTRA_INC	general/g.region/Makefile	/^EXTRA_INC = $(VECT_INC) $(PROJINC)$/;"	m
EXTRA_INC	general/manage/cmd/Makefile	/^EXTRA_INC = -I..$/;"	m
EXTRA_INC	general/manage/lib/Makefile	/^EXTRA_INC = -I.. $(VECT_INC)$/;"	m
EXTRA_INC	general/manage/lister/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	imagery/i.vpoints/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	lib/gis/Makefile	/^EXTRA_INC = $(ZLIBINCPATH)$/;"	m
EXTRA_INC	lib/nviz/Makefile	/^EXTRA_INC = $(VECT_INC) $(OPENGLINC) $(TIFFINCPATH) $(FFMPEGINCPATH)$/;"	m
EXTRA_INC	lib/ogsf/Makefile	/^EXTRA_INC = $(VECT_INC) $(OPENGLINC) $(TIFFINCPATH) $(FFMPEGINCPATH)$/;"	m
EXTRA_INC	lib/proj/Makefile	/^EXTRA_INC = $(PROJINC)$/;"	m
EXTRA_INC	lib/rst/interp_float/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	lib/sites/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	lib/vector/Vlib/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	lib/vector/diglib/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	lib/vector/vedit/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	macosx/app/Makefile	/^EXTRA_INC = $/;"	m
EXTRA_INC	ps/ps.map/Makefile	/^EXTRA_INC = $(VECT_INC) $(PROJINC)$/;"	m
EXTRA_INC	raster/r.carve/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	raster/r.contour/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	raster/r.cost/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	raster/r.drain/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	raster/r.external/Makefile	/^EXTRA_INC = $(PROJINC) $(GDALCFLAGS)$/;"	m
EXTRA_INC	raster/r.flow/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	raster/r.horizon/Makefile	/^EXTRA_INC = $(PROJINC)$/;"	m
EXTRA_INC	raster/r.in.gdal/Makefile	/^EXTRA_INC = $(PROJINC) $(GDALCFLAGS)$/;"	m
EXTRA_INC	raster/r.le/r.le.setup/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	raster/r.los/Makefile	/^EXTRA_INC = $(PROJINC)$/;"	m
EXTRA_INC	raster/r.out.gdal/Makefile	/^EXTRA_INC = $(PROJINC) $(GDALCFLAGS)$/;"	m
EXTRA_INC	raster/r.proj.seg/Makefile	/^EXTRA_INC = $(PROJINC)$/;"	m
EXTRA_INC	raster/r.proj/Makefile	/^EXTRA_INC = $(PROJINC)$/;"	m
EXTRA_INC	raster/r.random/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	raster/r.region/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	raster/r.resamp.rst/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	raster/r.sun/Makefile	/^EXTRA_INC = $(PROJINC)$/;"	m
EXTRA_INC	raster/r.sun2/Makefile	/^EXTRA_INC = $(PROJINC)$/;"	m
EXTRA_INC	raster/r.sunmask/Makefile	/^EXTRA_INC = $(PROJINC)$/;"	m
EXTRA_INC	raster/r.surf.fractal/Makefile	/^EXTRA_INC = $(FFTWINC)$/;"	m
EXTRA_INC	raster/r.to.vect/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	raster/r.volume/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	raster/r.walk/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	raster/simwe/r.sim.sediment/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	raster/simwe/r.sim.water/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	raster/simwe/simlib/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	sites/s.in.ascii/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	sites/s.out.ascii/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/lidar/lidarlib/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/lidar/v.lidar.correction/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/lidar/v.lidar.edgedetection/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/lidar/v.lidar.growing/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/lidar/v.outlier/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/lidar/v.surf.bspline/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.buffer/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.buffer2/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.build.polylines/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.build/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.category/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.class/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.clean/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.clean/test/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.convert/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.db.connect/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.db.select/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.delaunay2/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.digit/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.distance/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.drape/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.edit/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.external/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.extract/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.extrude/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.generalize/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.hull/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.in.ascii/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.in.db/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.in.dwg/Makefile	/^EXTRA_INC = $(VECT_INC) $(OPENDWGINCPATH)$/;"	m
EXTRA_INC	vector/v.in.dxf/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.in.ogr/Makefile	/^EXTRA_INC = $(VECT_INC) $(PROJINC)$/;"	m
EXTRA_INC	vector/v.in.region/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.in.sites/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.info/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.kcv/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.kernel/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.label.sa/Makefile	/^EXTRA_INC = $(VECT_INC) $(FTINC)$/;"	m
EXTRA_INC	vector/v.label/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.lrs/lib/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.lrs/v.lrs.create/Makefile	/^EXTRA_INC = $(VECT_INC) $/;"	m
EXTRA_INC	vector/v.lrs/v.lrs.label/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.lrs/v.lrs.segment/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.lrs/v.lrs.where/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.mkgrid/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.neighbors/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.net.alloc/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.net.iso/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.net.path/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.net.salesman/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.net.steiner/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.net.visibility/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.net/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.normal/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.out.ascii/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.out.dxf/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.out.ogr/Makefile	/^EXTRA_INC = $(VECT_INC) $(PROJINC)$/;"	m
EXTRA_INC	vector/v.out.pov/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.out.svg/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.out.vtk/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.overlay/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.parallel/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.parallel2/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.patch/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.perturb/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.proj/Makefile	/^EXTRA_INC = $(VECT_INC) $(PROJINC)$/;"	m
EXTRA_INC	vector/v.qcount/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.random/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.reclass/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.sample/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.segment/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.select/Makefile	/^EXTRA_INC    = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.split/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.support/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.surf.idw/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.surf.rst/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.to.db/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.to.points/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.to.rast/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.to.rast3/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.transform/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.type/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.univar/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.vol.rst/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.voronoi/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.what.rast/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	vector/v.what/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	visualization/nviz/src/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_INC	visualization/nviz2/cmd/Makefile	/^EXTRA_INC = $(VECT_INC)$/;"	m
EXTRA_LIB	vector/v.transform/Makefile	/^EXTRA_LIB=$(VASKLIB) $(CURSES)$/;"	m
EXTRA_LIB	vector/v.transform/Makefile	/^EXTRA_LIB=$/;"	m
EXTRA_LIBS	general/manage/lib/Makefile	/^EXTRA_LIBS=$(GISLIB) $(VECTLIB) $(G3DLIB)$/;"	m
EXTRA_LIBS	imagery/i.ortho.photo/libes/Makefile	/^EXTRA_LIBS=$(GISLIB) $(IMAGERYLIB) $(MATHLIB)$/;"	m
EXTRA_LIBS	imagery/i.smap/bouman/Makefile	/^EXTRA_LIBS = $(GMATHLIB) $(GISLIB)$/;"	m
EXTRA_LIBS	lib/arraystats/Makefile	/^EXTRA_LIBS=$(GISLIB) $(MATHLIB)$/;"	m
EXTRA_LIBS	lib/bitmap/Makefile	/^EXTRA_LIBS=$(LINKMLIB)$/;"	m
EXTRA_LIBS	lib/cairodriver/Makefile	/^EXTRA_LIBS=$(DRIVERLIB) $(GISLIB) $(CAIROLIB)$/;"	m
EXTRA_LIBS	lib/cdhc/Makefile	/^EXTRA_LIBS=$(MATHLIB)$/;"	m
EXTRA_LIBS	lib/cluster/Makefile	/^EXTRA_LIBS = $(IMAGERYLIB) $(GMATHLIB) $(GISLIB) $(MATHLIB)$/;"	m
EXTRA_LIBS	lib/db/dbmi_base/Makefile	/^EXTRA_LIBS=$(GISLIB) $(XDRLIB)$/;"	m
EXTRA_LIBS	lib/db/dbmi_client/Makefile	/^EXTRA_LIBS=$(DBMIBASELIB) $(GISLIB)$/;"	m
EXTRA_LIBS	lib/db/dbmi_driver/Makefile	/^EXTRA_LIBS=$(DBMIBASELIB) $(DBSTUBSLIB) $(GISLIB)$/;"	m
EXTRA_LIBS	lib/db/stubs/Makefile	/^EXTRA_LIBS=$(DBMIBASELIB) $(GISLIB)$/;"	m
EXTRA_LIBS	lib/display/Makefile	/^EXTRA_LIBS=$(GISLIB) $(RASTERLIB)$/;"	m
EXTRA_LIBS	lib/driver/Makefile	/^EXTRA_LIBS=$(GISLIB) $(FTLIB) $(ICONVLIB) $(MATHLIB)$/;"	m
EXTRA_LIBS	lib/edit/Makefile	/^EXTRA_LIBS=$(GISLIB) $(VASKLIB)$/;"	m
EXTRA_LIBS	lib/form/Makefile	/^EXTRA_LIBS=$(GISLIB) $(DBMILIB)$/;"	m
EXTRA_LIBS	lib/g3d/Makefile	/^EXTRA_LIBS = $(GISLIB)$/;"	m
EXTRA_LIBS	lib/gis/Makefile	/^EXTRA_LIBS = $(XDRLIB) $(SOCKLIB) $(DATETIMELIB) $(INTLLIB) $(MATHLIB)$/;"	m
EXTRA_LIBS	lib/gmath/Makefile	/^EXTRA_LIBS=$(GISLIB) $(FFTWLIB) $(LAPACKLIB) $(BLASLIB)$/;"	m
EXTRA_LIBS	lib/gpde/Makefile	/^EXTRA_LIBS=$(GISLIB) $(G3DLIB) $(MATHLIB)$/;"	m
EXTRA_LIBS	lib/imagery/Makefile	/^EXTRA_LIBS = $(GMATHLIB) $(GISLIB) $(MATHLIB)$/;"	m
EXTRA_LIBS	lib/nviz/Makefile	/^EXTRA_LIBS = $(GISLIB) $(BITMAPLIB) $(VECTLIB) $(TIFFLIBPATH) $(TIFFLIB) $(FFMPEGLIBPATH) $(FFMPEGLIB) $(SITESLIB) $(G3DLIB) $(OGSFLIB)$/;"	m
EXTRA_LIBS	lib/ogsf/Makefile	/^EXTRA_LIBS=$(GISLIB) $(BITMAPLIB) $(VECTLIB) $(TIFFLIBPATH) $(TIFFLIB) $(FFMPEGLIBPATH) $(FFMPEGLIB) $(SITESLIB) $(G3DLIB)$(MATHLIB)$/;"	m
EXTRA_LIBS	lib/pngdriver/Makefile	/^EXTRA_LIBS=$(DRIVERLIB) $(GISLIB) $(PNGLIB)$/;"	m
EXTRA_LIBS	lib/proj/Makefile	/^EXTRA_LIBS=$(GISLIB) $(PROJLIB) $(GDALLIBS) $(MATHLIB)$/;"	m
EXTRA_LIBS	lib/psdriver/Makefile	/^EXTRA_LIBS=$(DRIVERLIB) $(GISLIB)$/;"	m
EXTRA_LIBS	lib/raster/Makefile	/^EXTRA_LIBS=$(DRIVERLIB) $(GISLIB) $(PNGDRIVERLIB) $(PSDRIVERLIB)$/;"	m
EXTRA_LIBS	lib/rst/interp_float/Makefile	/^EXTRA_LIBS=$(GISLIB) $(VECTLIB) $(SITESLIB) $(BITMAPLIB) $(QTREELIB) $(INTERPDATALIB) $(DBMILIB) $(GMATHLIB) $(MATHLIB)$/;"	m
EXTRA_LIBS	lib/segment/Makefile	/^EXTRA_LIBS=$(GISLIB)$/;"	m
EXTRA_LIBS	lib/sites/Makefile	/^EXTRA_LIBS=$(GISLIB) $(DBMILIB) $(VECTLIB)$/;"	m
EXTRA_LIBS	lib/stats/Makefile	/^EXTRA_LIBS=$(GISLIB) $(MATHLIB)$/;"	m
EXTRA_LIBS	lib/symbol/Makefile	/^EXTRA_LIBS=$(GISLIB) $(MATHLIB)$/;"	m
EXTRA_LIBS	lib/vask/Makefile	/^EXTRA_LIBS=$(GISLIB) $(CURSES)$/;"	m
EXTRA_LIBS	lib/vector/Vlib/Makefile	/^EXTRA_LIBS=$(GISLIB) $(DIG2LIB) $(GRAPHLIB) $(RTREELIB) $(LINKMLIB) $(DBMILIB) $(GDALLIBS) $(MATHLIB)$/;"	m
EXTRA_LIBS	lib/vector/diglib/Makefile	/^EXTRA_LIBS=$(GISLIB) $(RTREELIB) $(MATHLIB)$/;"	m
EXTRA_LIBS	lib/vector/rtree/Makefile	/^EXTRA_LIBS = $(MATHLIB)$/;"	m
EXTRA_LIBS	lib/vector/transform/Makefile	/^EXTRA_LIBS=$(MATHLIB)$/;"	m
EXTRA_LIBS	lib/vector/vedit/Makefile	/^EXTRA_LIBS = $(VECTLIB) $(DBMILIB) $(GISLIB) $(MATHLIB)$/;"	m
EXTRA_LIBS	raster/r.li/r.li.daemon/Makefile	/^EXTRA_LIBS=$(GISLIB) $(MATHLIB)$/;"	m
EXTRA_LIBS	raster/simwe/simlib/Makefile	/^EXTRA_LIBS = $(GISLIB) $(BITMAPLIB) $(DBMILIB) $(GMATHLIB) $(LINKMLIB) $(XDRLIB) $(SITESLIB) $(VECTLIB) $(MATHLIB)$/;"	m
EXTRA_LIBS	vector/lidar/lidarlib/Makefile	/^EXTRA_LIBS = $(VECTLIB) $(DBMILIB) $(GISLIB) $(MATHLIB) $(SEGMENTLIB) $(GMATHLIB)$/;"	m
EXTRA_LIBS	vector/v.lrs/lib/Makefile	/^EXTRA_LIBS = $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
EXTRA_SWIG	swig/python/Makefile	/^EXTRA_SWIG = ..\/include\/python\/my_typemaps.i ..\/include\/python\/common.i$/;"	m
EXT_BASE	gem/globals.h	/^EXTERN char EXT_BASE[MAXSTR];$/;"	v
EZ	lib/gpde/N_pde.h	/^    double NWZ, NZ, NEZ, WZ, CZ, EZ, SWZ, SZ, SEZ;$/;"	m	struct:__anon59
E_ARG_HI	raster/r.mapcalc/expression.h	11;"	d
E_ARG_LO	raster/r.mapcalc/expression.h	10;"	d
E_ARG_NUM	raster/r.mapcalc/expression.h	15;"	d
E_ARG_TYPE	raster/r.mapcalc/expression.h	12;"	d
E_B	lib/gpde/N_pde.h	/^    double B, W_B, E_B, N_B, S_B, NE_B, NW_B, SE_B, SW_B;$/;"	m	struct:__anon51
E_INV_TYPE	raster/r.mapcalc/expression.h	14;"	d
E_RES_TYPE	raster/r.mapcalc/expression.h	13;"	d
E_T	lib/gpde/N_pde.h	/^    double T, W_T, E_T, N_T, S_T, NE_T, NW_T, SE_T, SW_T;$/;"	m	struct:__anon51
E_WTF	raster/r.mapcalc/expression.h	16;"	d
E_edit_cats	lib/edit/edit_cats.c	/^int E_edit_cats(const char *name, struct Categories *cats, int option)$/;"	f
E_edit_cellhd	lib/edit/edit_cellhd.c	/^int E_edit_cellhd(struct Cell_head *cellhd, int type)$/;"	f
E_edit_fp_cats	lib/edit/edit_cats.c	/^int E_edit_fp_cats(const char *name, struct Categories *cats)$/;"	f
E_edit_history	lib/edit/edit_hist.c	/^int E_edit_history(struct History *phist)$/;"	f
E_f	include/la.h	/^typedef doublereal E_f;		\/* real function with -R not specified *\/$/;"	t
E_fp	include/la.h	/^typedef doublereal(*D_fp) (), (*E_fp) ();$/;"	t
Ea	raster/r.topmodel/global.h	/^    double **Ea;$/;"	m	struct:__anon134
Ebuf	lib/ogsf/gsdrape.c	/^static typbuff *Ebuf;		\/* elevation buffer *\/$/;"	v	file:
Edge	vector/v.voronoi/sw_defs.h	/^struct Edge$/;"	s
EdgeAttrSize	lib/vector/dglib/graph.h	/^    dglInt32_t EdgeAttrSize;$/;"	m	struct:_dglGraph
EdgeList	raster/r.distance/defs.h	/^struct EdgeList			\/* keep track of edge cells *\/$/;"	s
Edge_offset	include/vect/dig_structs.h	/^    long Edge_offset;$/;"	m	struct:Plus_head
Edge_spidx_offset	include/vect/dig_structs.h	/^    long Edge_spidx_offset;$/;"	m	struct:Plus_head
EditGPC	gui/wxpython/gui_modules/georect.py	/^class EditGPC(wx.Dialog):$/;"	c
EditLine	gui/wxpython/gui_modules/vdigit.py	/^    def EditLine(self, line, coords):$/;"	m	class:VDigit
ElevationWindow	raster/r.terraflow/genericWindow.h	/^typedef genericWindow<elevation_type> ElevationWindow;$/;"	t
EllipsePage	gui/wxpython/gui_modules/location_wizard.py	/^class EllipsePage(TitledPage):$/;"	c
Em	raster/r.topmodel/global.h	/^    double Em;$/;"	m	struct:__anon134
EmbedGivenNulls	lib/gis/null_val.c	/^static int EmbedGivenNulls(void *cell, char *nulls, RASTER_MAP_TYPE map_type,$/;"	f	file:
Enable2D	gui/wxpython/gui_modules/toolbars.py	/^    def Enable2D(self, enabled):$/;"	m	class:MapToolbar
EnableItemType	gui/wxpython/gui_modules/wxgui_utils.py	/^    def EnableItemType(self, type, enable=True):$/;"	m	class:LayerTree
EnableLongHelp	gui/wxpython/gui_modules/toolbars.py	/^    def EnableLongHelp(self, enable=True):$/;"	m	class:AbstractToolbar
EnableUndo	gui/wxpython/gui_modules/toolbars.py	/^    def EnableUndo(self, enable=True):$/;"	m	class:VDigitToolbar
End	imagery/i.atcorr/Output.h	/^	static void End() $/;"	f	class:Output
EndDrawing	gui/wxpython/vdigit/pseudodc.h	/^    void EndDrawing()$/;"	f	class:gwxPseudoDC
End_curses	imagery/i.class/curses.c	/^int End_curses(void)$/;"	f
End_curses	imagery/i.ortho.photo/photo.2image/curses.c	/^int End_curses(void)$/;"	f
End_curses	imagery/i.ortho.photo/photo.2target/curses.c	/^int End_curses(void)$/;"	f
End_curses	imagery/i.points/curses.c	/^int End_curses(void)$/;"	f
End_curses	imagery/i.vpoints/curses.c	/^int End_curses(void)$/;"	f
End_scaled_raster	lib/driver/driver.h	/^    void (*End_scaled_raster) (void);$/;"	m	struct:driver
Endian	lib/vector/dglib/graph.h	/^    dglByte_t Endian;$/;"	m	struct:_dglGraph
Entry::_auto_scroll	lib/external/bwidget/entry.tcl	/^proc Entry::_auto_scroll { path x } {$/;"	p
Entry::_destroy	lib/external/bwidget/entry.tcl	/^proc Entry::_destroy { path } {$/;"	p
Entry::_drop_cmd	lib/external/bwidget/entry.tcl	/^proc Entry::_drop_cmd { path source X Y op type dnddata } {$/;"	p
Entry::_end_drag_cmd	lib/external/bwidget/entry.tcl	/^proc Entry::_end_drag_cmd { path target op type dnddata result } {$/;"	p
Entry::_init_drag_cmd	lib/external/bwidget/entry.tcl	/^proc Entry::_init_drag_cmd { path X Y top } {$/;"	p
Entry::_over_cmd	lib/external/bwidget/entry.tcl	/^proc Entry::_over_cmd { path source event X Y op type dnddata } {$/;"	p
Entry::_path_command	lib/external/bwidget/entry.tcl	/^proc Entry::_path_command { path cmd larg } {$/;"	p
Entry::_scroll	lib/external/bwidget/entry.tcl	/^proc Entry::_scroll { path dir x xmax } {$/;"	p
Entry::cget	lib/external/bwidget/entry.tcl	/^proc Entry::cget { path option } {$/;"	p
Entry::configure	lib/external/bwidget/entry.tcl	/^proc Entry::configure { path args } {$/;"	p
Entry::create	lib/external/bwidget/entry.tcl	/^proc Entry::create { path args } {$/;"	p
Entry::invoke	lib/external/bwidget/entry.tcl	/^proc Entry::invoke { path } {$/;"	p
Ep	raster/r.topmodel/global.h	/^    double *R, *Ep;$/;"	m	struct:__anon131
EpsBlueMap	visualization/nviz/src/togl.c	/^    GLfloat *EpsBlueMap;$/;"	m	struct:Togl	file:
EpsGreenMap	visualization/nviz/src/togl.c	/^    GLfloat *EpsGreenMap;$/;"	m	struct:Togl	file:
EpsMapSize	visualization/nviz/src/togl.c	/^    GLint   EpsMapSize;         \/* = Number of indices in our Togl *\/$/;"	m	struct:Togl	file:
EpsRedMap	visualization/nviz/src/togl.c	/^    GLfloat *EpsRedMap;         \/* Index2RGB Maps for Color index modes *\/$/;"	m	struct:Togl	file:
Erase	lib/driver/driver.h	/^    void (*Erase) (void);$/;"	m	struct:driver
EraseMap	gui/wxpython/gui_modules/colorrules.py	/^    def EraseMap(self):$/;"	m	class:BufferedWindow
EraseMap	gui/wxpython/gui_modules/histogram.py	/^    def EraseMap(self):$/;"	m	class:BufferedWindow
EraseMap	gui/wxpython/gui_modules/mapdisp.py	/^    def EraseMap(self):$/;"	m	class:BufferedWindow
EraseMap	gui/wxpython/gui_modules/mapdisp.py	/^    def EraseMap(self):$/;"	m	class:MapWindow
EraseMap	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def EraseMap(self):$/;"	m	class:GLWindow
EraseMap	gui/wxpython/nviz/draw.cpp	/^void Nviz::EraseMap()$/;"	f	class:Nviz
Erase_view	imagery/i.class/view.c	/^int Erase_view(View * view)$/;"	f
Erase_view	imagery/i.ortho.photo/photo.2image/view.c	/^int Erase_view(View * view)$/;"	f
Erase_view	imagery/i.ortho.photo/photo.2target/view.c	/^int Erase_view(View * view)$/;"	f
Erase_view	imagery/i.points/view.c	/^int Erase_view(View * view)$/;"	f
Erase_view	imagery/i.vpoints/view.c	/^int Erase_view(View * view)$/;"	f
Error	lib/external/shapelib/shapefil.h	/^    void       (*Error) ( const char *message );$/;"	m	struct:__anon67
Error_Handler	visualization/nviz/src/do_zoom.c	/^static int Error_Handler(ClientData closure, XErrorEvent * event)$/;"	f	file:
Estr	display/d.save/main.c	/^char Nstr[20], Sstr[20], Estr[20], Wstr[20], EWRESstr[20], NSRESstr[20];$/;"	v
EtmDN	imagery/i.atcorr/Transform.cpp	/^void EtmDN(int iwave, float asol, bool before, float &lmin, float &lmax)$/;"	f
EvtListBox	gui/wxpython/gui_modules/preferences.py	/^    def EvtListBox(self, event):$/;"	m	class:DefaultFontDialog
EvtListBoxDClick	gui/wxpython/gui_modules/preferences.py	/^    def EvtListBoxDClick(self, event):$/;"	m	class:DefaultFontDialog
EvtRadioBox	gui/wxpython/gui_modules/preferences.py	/^    def EvtRadioBox(self, event):$/;"	m	class:DefaultFontDialog
ExitToolbars	gui/wxpython/gui_modules/toolbars.py	/^    def ExitToolbars(self):$/;"	m	class:MapToolbar
Exponent	raster/r.random.surface/ransurf.h	/^GLOBAL struct Option *Distance, *Exponent, *Weight;$/;"	v	typeref:struct:
ExtendedEltMergeType	include/iostream/empq_impl.h	/^  ExtendedEltMergeType() {}$/;"	f	class:ExtendedEltMergeType
ExtendedEltMergeType	include/iostream/empq_impl.h	/^  ExtendedEltMergeType(T &e, unsigned short bid, unsigned int sid):$/;"	f	class:ExtendedEltMergeType
ExtendedEltMergeType	include/iostream/empq_impl.h	/^class ExtendedEltMergeType {$/;"	c
ExtendedMergeStream	include/iostream/empq.h	40;"	d
ExtractMapID	visualization/nviz/scripts/script_support.tcl	/^proc ExtractMapID {map_name} {$/;"	p
ExtractProfile	display/d.profile/ExtractProf.c	/^int ExtractProfile(struct Profile *profile, char *name, char *mapset)$/;"	f
F1	raster/r.texture/h_measure.c	34;"	d	file:
F10	raster/r.texture/h_measure.c	43;"	d	file:
F11	raster/r.texture/h_measure.c	44;"	d	file:
F12	raster/r.texture/h_measure.c	45;"	d	file:
F13	raster/r.texture/h_measure.c	46;"	d	file:
F14	raster/r.texture/h_measure.c	47;"	d	file:
F2	raster/r.texture/h_measure.c	35;"	d	file:
F2I	lib/gis/alloc_cell.c	21;"	d	file:
F2I	raster/r.recode/recode.c	7;"	d	file:
F3	raster/r.texture/h_measure.c	36;"	d	file:
F4	raster/r.texture/h_measure.c	37;"	d	file:
F5	raster/r.texture/h_measure.c	38;"	d	file:
F6	raster/r.texture/h_measure.c	39;"	d	file:
F7	raster/r.texture/h_measure.c	40;"	d	file:
F8	raster/r.texture/h_measure.c	41;"	d	file:
F9	raster/r.texture/h_measure.c	42;"	d	file:
F90	swig/python/NumPtr/src/Makefile	/^  F90 := cc$/;"	m
F90	swig/python/NumPtr/src/Makefile	/^  F90 := gfortran$/;"	m
F90FLAGS	swig/python/NumPtr/src/Makefile	/^  F90FLAGS := -r8$/;"	m
FACTOR	lib/vector/dglib/examples/cr_large_graph.c	43;"	d	file:
FALSE	include/gis.h	53;"	d
FALSE	lib/external/shapelib/dbfopen.c	117;"	d	file:
FALSE	lib/external/shapelib/shpopen.c	245;"	d	file:
FALSE	lib/vector/rtree/index.h	35;"	d
FALSE	raster/r.out.png/pngfunc.h	14;"	d
FALSE	raster/r.param.scale/param.h	28;"	d
FALSE	raster/r.surf.idw/main.h	3;"	d
FALSE	raster3d/r3.showdspf/Ball.c	11;"	d	file:
FALSE	raster3d/r3.showdspf/togif.c	327;"	d	file:
FALSE	swig/perl/gis.h	47;"	d
FALSE	vector/lidar/lidarlib/PolimiFunct.h	66;"	d
FALSE	vector/v.delaunay2/data_types.h	10;"	d
FANCY	display/d.title/options.h	14;"	d
FAR	lib/cluster/c_sep.c	4;"	d	file:
FCELL	include/gis.h	/^typedef float FCELL;$/;"	t
FCELL	swig/perl/gis.h	/^typedef float FCELL;$/;"	t
FCELL_TYPE	include/gis.h	68;"	d
FCELL_TYPE	swig/perl/gis.h	62;"	d
FC_ABOVE	include/gsurf.h	106;"	d
FC_BELOW	include/gsurf.h	107;"	d
FC_BLEND	include/gsurf.h	108;"	d
FC_GREY	include/gsurf.h	109;"	d
FC_OFF	include/gsurf.h	105;"	d
FClose	lib/external/shapelib/shapefil.h	/^    int        (*FClose)( SAFile file );$/;"	m	struct:__anon67
FCmode	lib/ogsf/gsd_surf.c	/^static int FCmode;$/;"	v	file:
FDM	raster/r.random.surface/ransurf.h	/^GLOBAL int MapCount, FDM, Rs, Cs, Theory;$/;"	v
FD_SETSIZE	visualization/nviz/src/tkUnixPort.h	112;"	d
FD_SETSIZE	visualization/nviz/src/tkUnixPort.h	114;"	d
FEATURE	raster/r.param.scale/param.h	54;"	d
FEET	include/gis.h	64;"	d
FEET	swig/perl/gis.h	58;"	d
FEET_TO_METERS	ps/ps.map/distance.h	10;"	d
FEET_TO_METERS	raster/r.buffer/distance.h	56;"	d
FEQUAL	lib/vector/Vlib/e_intersect.h	5;"	d
FETCH	swig/perl/Grass.pm	/^sub FETCH {$/;"	s
FFTWBASED	imagery/Makefile	/^FFTWBASED = i.fft i.ifft i.zc$/;"	m
FFTWBASED	raster/Makefile	/^FFTWBASED = r.surf.fractal$/;"	m
FFTWINDOW	imagery/i.fft/orig_wind.c	6;"	d	file:
FFTWINDOW	imagery/i.ifft/orig_wind.c	5;"	d	file:
FFlush	lib/external/shapelib/shapefil.h	/^    int        (*FFlush)( SAFile file );$/;"	m	struct:__anon67
FFu	imagery/i.atcorr/Iwave.h	/^	struct FFu$/;"	s	struct:IWave
FGET	raster/r.le/r.le.setup/polytocell/bmf_to_cll.c	10;"	d	file:
FGET	raster/r.le/r.le.setup/polytocell/ply_t_bmif.c	10;"	d	file:
FIELD	ps/ps.map/do_labels.c	17;"	d	file:
FIELD	ps/ps.map/read_cfg.c	20;"	d	file:
FILEDESC	lib/ogsf/Gs3.c	/^typedef int FILEDESC;$/;"	t	file:
FILEDESC	raster/r.bilinear/main.c	/^typedef int FILEDESC;$/;"	t	file:
FILEDESC	raster/r.circle/dist.c	/^typedef int FILEDESC;$/;"	t	file:
FILEDESC	raster/r.out.png/r.out.png.c	/^typedef int FILEDESC;$/;"	t	file:
FILEDESC	raster/r.out.ppm/main.c	/^typedef int FILEDESC;$/;"	t	file:
FILEDESC	raster/r.out.vrml/pv.h	/^typedef int FILEDESC;$/;"	t
FILEDESC	raster/r.sum/main.c	/^typedef int FILEDESC;$/;"	t	file:
FILES	Makefile	/^FILES = AUTHORS COPYING CHANGES REQUIREMENTS.html GPL.TXT$/;"	m
FILES	gui/wxpython/docs/Makefile	/^FILES = wxGUI \\$/;"	m
FILES	lib/init/Makefile	/^FILES = \\$/;"	m
FILE_AREA	vector/v.convert/conv.h	16;"	d
FILE_DEAD_AREA	vector/v.convert/conv.h	20;"	d
FILE_DEAD_DOT	vector/v.convert/conv.h	21;"	d
FILE_DEAD_LINE	vector/v.convert/conv.h	19;"	d
FILE_DOT	vector/v.convert/conv.h	17;"	d
FILE_LINE	vector/v.convert/conv.h	15;"	d
FILE_NAME	display/drivers/HTMLMAP/htmlmap.h	8;"	d
FILE_NAME	lib/pngdriver/pngdriver.h	9;"	d
FILE_NAME	lib/psdriver/psdriver.h	9;"	d
FILE_VERSION	raster3d/r3.in.v5d/v5d.c	27;"	d	file:
FILE_VERSION	raster3d/r3.out.v5d/v5d.c	27;"	d	file:
FILL	raster/r.topmodel/global.h	10;"	d
FILL_COLOR	imagery/i.class/input.c	16;"	d	file:
FILL_COLOR	imagery/i.ortho.photo/photo.2image/input.c	15;"	d	file:
FILL_COLOR	imagery/i.ortho.photo/photo.2target/input.c	9;"	d	file:
FILL_COLOR	imagery/i.points/input.c	16;"	d	file:
FILL_COLOR	imagery/i.vpoints/input.c	15;"	d	file:
FILL_DEBUG	raster/r.terraflow/fill.cc	41;"	d	file:
FILL_SAVEALL	raster/r.terraflow/fill.cc	42;"	d	file:
FILTER	raster/r.mfilter.fp/filter.h	/^} FILTER;$/;"	t	typeref:struct:__anon148
FILTER	raster/r.mfilter/filter.h	/^} FILTER;$/;"	t	typeref:struct:__anon147
FILTER	raster/r.random.surface/ransurf.h	35;"	d
FIND	visualization/nviz/Makefile	/^	FIND = find -L$/;"	m
FIND	visualization/nviz/Makefile	/^	FIND = find$/;"	m
FIND	visualization/nviz/html/Makefile	/^	FIND = find -L$/;"	m
FIND	visualization/nviz/html/Makefile	/^	FIND = find$/;"	m
FINDERFUNC	lib/proj/get_proj.c	29;"	d	file:
FIRSTKEY	swig/perl/Grass.pm	/^sub FIRSTKEY { }$/;"	s
FIRST_COLUMN	vector/lidar/lidarlib/PolimiFunct.h	42;"	d
FIRST_ROW	vector/lidar/lidarlib/PolimiFunct.h	40;"	d
FIRST_SITE_ID	lib/ogsf/gp.c	24;"	d	file:
FIRST_SURF_ID	lib/ogsf/gs.c	28;"	d	file:
FIRST_VECT_ID	lib/ogsf/gv.c	25;"	d	file:
FIRST_VOL_ID	lib/ogsf/gvl.c	27;"	d	file:
FLAG	raster/r.random.cells/flag.h	8;"	d
FLAG	raster/r.surf.contour/flag.h	40;"	d
FLAG	raster/r.water.outlet/flag.h	39;"	d
FLAG	raster/r.watershed/ram/flag.h	43;"	d
FLAG_GET	raster/r.random.cells/flag.h	21;"	d
FLAG_GET	raster/r.surf.contour/flag.h	53;"	d
FLAG_GET	raster/r.water.outlet/flag.h	51;"	d
FLAG_GET	raster/r.watershed/ram/flag.h	55;"	d
FLAG_SET	raster/r.random.cells/flag.h	18;"	d
FLAG_SET	raster/r.surf.contour/flag.h	50;"	d
FLAG_SET	raster/r.water.outlet/flag.h	48;"	d
FLAG_SET	raster/r.watershed/ram/flag.h	52;"	d
FLAG_UNSET	raster/r.random.cells/flag.h	15;"	d
FLAG_UNSET	raster/r.surf.contour/flag.h	47;"	d
FLAG_UNSET	raster/r.water.outlet/flag.h	45;"	d
FLAG_UNSET	raster/r.watershed/ram/flag.h	49;"	d
FLAT	raster/r.param.scale/param.h	36;"	d
FLINTERP	lib/dspf/viz.h	11;"	d
FLINTERP	raster3d/r3.showdspf/vizual2.h	12;"	d
FLIP2	raster3d/r3.in.v5d/binio.c	77;"	d	file:
FLIP2	raster3d/r3.out.v5d/binio.c	77;"	d	file:
FLIP4	raster3d/r3.in.v5d/binio.c	71;"	d	file:
FLIP4	raster3d/r3.out.v5d/binio.c	71;"	d	file:
FLOAT	raster/r.in.ascii/gethead.c	11;"	d	file:
FLOAT_OBJ	raster/r.terraflow/Makefile	/^FLOAT_OBJ := $(patsubst %.cc, $(OBJARCH)\/FLOAT\/%.o, $(SOURCES))$/;"	m
FLOAT_ORDER	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	13;"	d
FLOOD_DEBUG	raster/r.terraflow/filldepr.cc	27;"	d	file:
FLOW_DATASTR	raster/r.terraflow/sweep.cc	/^typedef EMPQueueAdaptive<flowStructure, flowPriority> FLOW_DATASTR;$/;"	t	file:
FLOW_DATASTR	raster/r.terraflow/sweep.cc	/^typedef em_pqueue<flowStructure, flowPriority> FLOW_DATASTR;$/;"	t	file:
FLOW_DATASTR	raster/r.terraflow/sweep.cc	/^typedef pqheap_t1<flowStructure> FLOW_DATASTR;$/;"	t	file:
FLT_SIZ	include/vect/dig_defines.h	33;"	d
FMAX	raster/r.param.scale/nrutil.h	25;"	d
FMIN	raster/r.param.scale/nrutil.h	28;"	d
FMT0	imagery/i.ortho.photo/photo.2image/analyze.c	48;"	d	file:
FMT0	imagery/i.ortho.photo/photo.2image/camera_ref.h	36;"	d
FMT0	imagery/i.ortho.photo/photo.2image/drawcam.c	15;"	d	file:
FMT0	imagery/i.ortho.photo/photo.2target/analyze.c	40;"	d	file:
FMT0	imagery/i.points/analyze.c	42;"	d	file:
FMT0	imagery/i.vpoints/analyze.c	31;"	d	file:
FMT0f	imagery/i.ortho.photo/photo.2image/camera_ref.h	38;"	d
FMT1	imagery/i.cluster/print4.c	7;"	d	file:
FMT1	imagery/i.ortho.photo/photo.2image/analyze.c	50;"	d	file:
FMT1	imagery/i.ortho.photo/photo.2image/camera_ref.h	40;"	d
FMT1	imagery/i.ortho.photo/photo.2image/drawcam.c	17;"	d	file:
FMT1	imagery/i.ortho.photo/photo.2target/analyze.c	42;"	d	file:
FMT1	imagery/i.points/analyze.c	44;"	d	file:
FMT1	imagery/i.vpoints/analyze.c	33;"	d	file:
FMT2	imagery/i.cluster/print4.c	8;"	d	file:
FMT2	imagery/i.ortho.photo/photo.2image/analyze.c	55;"	d	file:
FMT2	imagery/i.ortho.photo/photo.2image/camera_ref.h	42;"	d
FMT2	imagery/i.ortho.photo/photo.2image/drawcam.c	19;"	d	file:
FMT2	imagery/i.ortho.photo/photo.2target/analyze.c	47;"	d	file:
FMT2	imagery/i.points/analyze.c	49;"	d	file:
FMT2	imagery/i.vpoints/analyze.c	38;"	d	file:
FMT3	imagery/i.ortho.photo/photo.2image/camera_ref.h	44;"	d
FMT3	imagery/i.ortho.photo/photo.2image/drawcam.c	21;"	d	file:
FMT4	imagery/i.ortho.photo/photo.2image/camera_ref.h	46;"	d
FMT4	imagery/i.ortho.photo/photo.2image/drawcam.c	23;"	d	file:
FMT5	imagery/i.ortho.photo/photo.2image/camera_ref.h	48;"	d
FMT5	imagery/i.ortho.photo/photo.2image/drawcam.c	25;"	d	file:
FMT6	imagery/i.ortho.photo/photo.2image/camera_ref.h	50;"	d
FMT6	imagery/i.ortho.photo/photo.2image/drawcam.c	27;"	d	file:
FMT7	imagery/i.ortho.photo/photo.2image/camera_ref.h	52;"	d
FMT7	imagery/i.ortho.photo/photo.2image/drawcam.c	29;"	d	file:
FM_LABEL	include/kftypes.h	21;"	d
FM_PATH	include/kftypes.h	19;"	d
FM_SITE	include/kftypes.h	18;"	d
FM_VECT	include/kftypes.h	17;"	d
FM_VOL	include/kftypes.h	20;"	d
FNORM	lib/ogsf/gsget.h	50;"	d
FONT	include/graphics.h	47;"	d
FONTSIZE	ps/ps.map/show_scale.c	8;"	d	file:
FONT_INFO	include/graphics.h	71;"	d
FONT_LIST	include/graphics.h	72;"	d
FORCE	gem/globals.h	/^EXTERN int FORCE;$/;"	v
FORM	lib/form/Makefile	/^FORM=$(FORMDIR)\/form.tcl$/;"	m
FORMAT_1	misc/m.cogo/main.c	30;"	d	file:
FORMAT_2	misc/m.cogo/main.c	31;"	d	file:
FORMAT_3	misc/m.cogo/main.c	32;"	d	file:
FORMAT_ALL	vector/v.in.ascii/local_proto.h	11;"	d
FORMAT_ALL	vector/v.out.ascii/local_proto.h	2;"	d
FORMAT_FILE	lib/gis/closecell.c	38;"	d	file:
FORMAT_FILE	lib/gis/opencell.c	954;"	d	file:
FORMAT_POINT	vector/v.in.ascii/local_proto.h	10;"	d
FORMAT_POINT	vector/v.out.ascii/local_proto.h	1;"	d
FORMAT_PPM	include/nviz.h	66;"	d
FORMAT_TIF	include/nviz.h	67;"	d
FORMDIR	lib/form/Makefile	/^FORMDIR=$(GISBASE)\/etc\/form$/;"	m
FORMPROG	lib/form/Makefile	/^FORMPROG=$(FORMDIR)\/form$/;"	m
FORWARD	lib/gmath/del2g.c	29;"	d	file:
FORWARD	raster/r.to.vect/global.h	30;"	d
FOR_0_TO_N	lib/ogsf/gvl_calc.c	46;"	d	file:
FOR_VAR	lib/ogsf/gvl_calc.c	45;"	d	file:
FOUND	raster/r.cross/glob.h	28;"	d
FOUND_ALL	lib/sites/sites.c	638;"	d	file:
FOpen	lib/external/shapelib/shapefil.h	/^    SAFile     (*FOpen) ( const char *filename, const char *path);$/;"	m	struct:__anon67
FPRange	include/gis.h	/^struct FPRange$/;"	s
FPRange	swig/perl/gis.h	/^struct FPRange$/;"	s
FPReclass	include/gis.h	/^struct FPReclass$/;"	s
FPReclass	swig/perl/gis.h	/^struct FPReclass$/;"	s
FPReclass_table	include/gis.h	/^struct FPReclass_table$/;"	s
FPReclass_table	swig/perl/gis.h	/^struct FPReclass_table$/;"	s
FP_NBYTES	lib/gis/opencell.c	381;"	d	file:
FP_TYPE	lib/gis/opencell.c	383;"	d	file:
FP_TYPE_SET	lib/gis/opencell.c	/^static int FP_TYPE_SET = 0;	\/* wether or not the f.p. type was set explicitly$/;"	v	file:
FP_stats	include/gis.h	/^struct FP_stats {$/;"	s
FREE	vector/v.hull/macros.h	17;"	d
FREE_ARG	raster/r.param.scale/nrutil.c	10;"	d	file:
FREE_ARG	vector/lidar/v.lidar.growing/growing.h	12;"	d
FREPORT	vector/v.category/main.c	/^} FREPORT;$/;"	t	typeref:struct:__anon184	file:
FRINGE_FORE	lib/ogsf/gsd_fringe.c	26;"	d	file:
FRINGE_WIDTH	lib/ogsf/gsd_fringe.c	27;"	d	file:
FROM	include/gstypes.h	26;"	d
FROM_ALONG	vector/v.distance/main.c	40;"	d	file:
FROM_X	vector/v.distance/main.c	36;"	d	file:
FROM_Y	vector/v.distance/main.c	37;"	d	file:
FRONTFACE	lib/ogsf/gs_query.c	34;"	d	file:
FRTYPES	vector/v.category/main.c	30;"	d	file:
FR_ALL	vector/v.category/main.c	38;"	d	file:
FR_AREA	vector/v.category/main.c	36;"	d	file:
FR_BOUNDARY	vector/v.category/main.c	34;"	d	file:
FR_CENTROID	vector/v.category/main.c	35;"	d	file:
FR_LINE	vector/v.category/main.c	33;"	d	file:
FR_POINT	vector/v.category/main.c	32;"	d	file:
FR_UNKNOWN	vector/v.category/main.c	37;"	d	file:
FRead	lib/external/shapelib/shapefil.h	/^    SAOffset   (*FRead) ( void *p, SAOffset size, SAOffset nmemb, SAFile file);$/;"	m	struct:__anon67
FS	lib/vask/V_call.c	92;"	d	file:
FSeek	lib/external/shapelib/shapefil.h	/^    SAOffset   (*FSeek) ( SAFile file, SAOffset offset, int whence );$/;"	m	struct:__anon67
FTDouble	lib/external/shapelib/shapefil.h	/^  FTDouble,$/;"	e	enum:__anon72
FTInteger	lib/external/shapelib/shapefil.h	/^  FTInteger,$/;"	e	enum:__anon72
FTInvalid	lib/external/shapelib/shapefil.h	/^  FTInvalid$/;"	e	enum:__anon72
FTLogical	lib/external/shapelib/shapefil.h	/^  FTLogical,$/;"	e	enum:__anon72
FTString	lib/external/shapelib/shapefil.h	/^  FTString,$/;"	e	enum:__anon72
FTYPE_BMP	lib/cairodriver/cairodriver.h	26;"	d
FTYPE_PDF	lib/cairodriver/cairodriver.h	28;"	d
FTYPE_PNG	lib/cairodriver/cairodriver.h	27;"	d
FTYPE_PPM	lib/cairodriver/cairodriver.h	25;"	d
FTYPE_PS	lib/cairodriver/cairodriver.h	29;"	d
FTYPE_SVG	lib/cairodriver/cairodriver.h	30;"	d
FTYPE_UNKNOWN	lib/cairodriver/cairodriver.h	24;"	d
FTYPE_X11	lib/cairodriver/cairodriver.h	31;"	d
FT_Init_FreeType	configure	/^FT_Init_FreeType()$/;"	f
FTell	lib/external/shapelib/shapefil.h	/^    SAOffset   (*FTell) ( SAFile file );$/;"	m	struct:__anon67
FUDGE	include/gstypes.h	60;"	d
FUNCTION	raster/r.random.cells/ransurf.h	52;"	d
FUNCTION	raster/r.random.cells/ransurf.h	54;"	d
FUNCTION	raster/r.random.surface/ransurf.h	75;"	d
FUNCTION	raster/r.random.surface/ransurf.h	77;"	d
FUNCTION_PATH	raster3d/r3.in.v5d/vis5d.h	62;"	d
FUNCTION_PATH	raster3d/r3.out.v5d/vis5d.h	62;"	d
FUNC_ATT	include/gsurf.h	76;"	d
FWrite	lib/external/shapelib/shapefil.h	/^    SAOffset   (*FWrite)( void *p, SAOffset size, SAOffset nmemb, SAFile file);$/;"	m	struct:__anon67
FZERO	lib/vector/Vlib/e_intersect.h	4;"	d
F_BOTTOM	lib/gis/rd_cellhd.c	34;"	d	file:
F_CLASSIFICATION	vector/lidar/lidarlib/PolimiFunct.h	46;"	d
F_COLS	lib/gis/rd_cellhd.c	26;"	d	file:
F_COLS3	lib/gis/rd_cellhd.c	31;"	d	file:
F_COMP	lib/gis/rd_cellhd.c	25;"	d	file:
F_COUNTER_OBJ	vector/lidar/lidarlib/PolimiFunct.h	48;"	d
F_CTOA	raster/r.coin/prnt_entry.c	26;"	d	file:
F_CTOH	raster/r.coin/prnt_entry.c	27;"	d	file:
F_CTOK	raster/r.coin/prnt_entry.c	22;"	d	file:
F_CTOM	raster/r.coin/prnt_entry.c	24;"	d	file:
F_CTOP	raster/r.coin/prnt_entry.c	29;"	d	file:
F_CTOX	raster/r.coin/prnt_entry.c	30;"	d	file:
F_CTOY	raster/r.coin/prnt_entry.c	31;"	d	file:
F_DATABASE_FNAME	include/form.h	8;"	d
F_DEPTHS	lib/gis/rd_cellhd.c	36;"	d	file:
F_DRIVER_FNAME	include/form.h	7;"	d
F_EAST	lib/gis/rd_cellhd.c	20;"	d	file:
F_EDGE_DETECTION_CLASS	vector/lidar/lidarlib/PolimiFunct.h	45;"	d
F_EDIT	include/form.h	2;"	d
F_ENCODING	include/form.h	11;"	d
F_EWRES	lib/gis/rd_cellhd.c	22;"	d	file:
F_EWRES3	lib/gis/rd_cellhd.c	29;"	d	file:
F_FORMAT	lib/gis/rd_cellhd.c	24;"	d	file:
F_HTML	include/form.h	4;"	d
F_INTERPOLATION	vector/lidar/lidarlib/PolimiFunct.h	47;"	d
F_KEY_FNAME	include/form.h	10;"	d
F_NORTH	lib/gis/rd_cellhd.c	18;"	d	file:
F_NSRES	lib/gis/rd_cellhd.c	23;"	d	file:
F_NSRES3	lib/gis/rd_cellhd.c	30;"	d	file:
F_PROJ	lib/gis/rd_cellhd.c	16;"	d	file:
F_ROWS	lib/gis/rd_cellhd.c	27;"	d	file:
F_ROWS3	lib/gis/rd_cellhd.c	32;"	d	file:
F_SOUTH	lib/gis/rd_cellhd.c	19;"	d	file:
F_TABLE_FNAME	include/form.h	9;"	d
F_TBRES	lib/gis/rd_cellhd.c	35;"	d	file:
F_TOP	lib/gis/rd_cellhd.c	33;"	d	file:
F_TXT	include/form.h	5;"	d
F_VIEW	include/form.h	1;"	d
F_WEST	lib/gis/rd_cellhd.c	21;"	d	file:
F_ZONE	lib/gis/rd_cellhd.c	17;"	d	file:
F_clear	lib/form/open.c	/^void F_clear(void)$/;"	f
F_clear	vector/v.digit/open.c	/^void F_clear(void)$/;"	f
F_close	lib/form/open.c	/^void F_close(void)$/;"	f
F_close	vector/v.digit/open.c	/^void F_close(void)$/;"	f
F_generate	lib/form/generate.c	/^F_generate(char *drvname, char *dbname, char *tblname, char *key, int keyval,$/;"	f
F_generate	vector/v.digit/generate.c	/^F_generate(char *drvname, char *dbname, char *tblname, char *key, int keyval,$/;"	f
F_open	lib/form/open.c	/^int F_open(char *title, char *html)$/;"	f
F_open	vector/v.digit/open.c	/^int F_open(char *title, char *html)$/;"	f
Fallback_resources	raster3d/r3.showdspf/new_init_graphics.c	/^static String Fallback_resources[] = {$/;"	v	file:
False	lib/vector/dglib/examples/opt.h	127;"	d
Fi	raster/r.to.vect/global.h	/^Global struct field_info *Fi;$/;"	v	typeref:struct:field_info
Fi	vector/v.in.dwg/global.h	/^Global struct field_info *Fi;$/;"	v	typeref:struct:field_info
Fi	vector/v.in.dxf/write_vect.c	/^static struct field_info **Fi = NULL;$/;"	v	typeref:struct:field_info	file:
Fi	vector/v.to.points/main.c	/^static struct field_info *Fi;$/;"	v	typeref:struct:field_info	file:
Fiducial	imagery/i.ortho.photo/libes/orthophoto.h	/^    struct Fiducial$/;"	s	struct:Ortho_Camera_File_Ref
FileCreate	gui/wxpython/gui_modules/location_wizard.py	/^    def FileCreate(self):$/;"	m	class:LocationWizard
FileDesc	raster3d/r3.in.v5d/v5d.h	/^    int FileDesc;		\/* Unix file descriptor *\/$/;"	m	struct:__anon110
FileDesc	raster3d/r3.out.v5d/v5d.h	/^    int FileDesc;		\/* Unix file descriptor *\/$/;"	m	struct:__anon121
FileFormat	raster3d/r3.in.v5d/v5d.h	/^    unsigned int FileFormat;	\/* COMP5D file version or 0 if .v5d *\/$/;"	m	struct:__anon110
FileFormat	raster3d/r3.out.v5d/v5d.h	/^    unsigned int FileFormat;	\/* COMP5D file version or 0 if .v5d *\/$/;"	m	struct:__anon121
FileVersion	raster3d/r3.in.v5d/v5d.h	/^    char FileVersion[10];	\/* 9-character version number *\/$/;"	m	struct:__anon110
FileVersion	raster3d/r3.out.v5d/v5d.h	/^    char FileVersion[10];	\/* 9-character version number *\/$/;"	m	struct:__anon121
Files_Open	imagery/i.ortho.photo/photo.camera/globals.h	/^GLOBAL char Files_Open;		\/* is there data in memory *\/$/;"	v
Files_Open	imagery/i.ortho.photo/photo.init/globals.h	/^GLOBAL char Files_Open;		\/* is there data in memory *\/$/;"	v
Filter	raster/r.random.surface/ransurf.h	/^GLOBAL FILTER *AllFilters, Filter;$/;"	v
FilterSD	raster/r.random.surface/ransurf.h	/^GLOBAL double **Surface, NS, EW, FilterSD, AllMaxDist, *Norm;$/;"	v
FindItem	gui/wxpython/gui_modules/gselect.py	/^    def FindItem(self, parentItem, text):$/;"	m	class:TreeCtrlComboPopup
FindItemByData	gui/wxpython/gui_modules/wxgui_utils.py	/^    def FindItemByData(self, key, value):$/;"	m	class:LayerTree
FindObject	gui/wxpython/vdigit/pseudodc.cpp	/^gpdcObject *gwxPseudoDC::FindObject(int id, bool create)$/;"	f	class:gwxPseudoDC
FindObjects	gui/wxpython/vdigit/pseudodc.cpp	/^PyObject *gwxPseudoDC::FindObjects(wxCoord x, wxCoord y, $/;"	f	class:gwxPseudoDC
FindObjectsByBBox	gui/wxpython/vdigit/pseudodc.cpp	/^PyObject *gwxPseudoDC::FindObjectsByBBox(wxCoord x, wxCoord y)$/;"	f	class:gwxPseudoDC
FindTogl	visualization/nviz/src/togl.c	/^FindTogl(const char *ident)$/;"	f	file:
FindToglWithSameContext	visualization/nviz/src/togl.c	/^FindToglWithSameContext(Togl *togl)$/;"	f	file:
FindToglWithSameOverlayContext	visualization/nviz/src/togl.c	/^FindToglWithSameOverlayContext(Togl *togl)$/;"	f	file:
FirstGridPos	raster3d/r3.in.v5d/v5d.h	/^    int FirstGridPos;		\/* position of first grid in file *\/$/;"	m	struct:__anon110
FirstGridPos	raster3d/r3.out.v5d/v5d.h	/^    int FirstGridPos;		\/* position of first grid in file *\/$/;"	m	struct:__anon121
FixSize	gui/wxpython/gui_modules/toolbars.py	/^    def FixSize(self, width):$/;"	m	class:AbstractToolbar
FlSIZ	include/dig_atts.h	10;"	d
Flag	include/gis.h	/^struct Flag			\/* Structure that stores flag info  *\/$/;"	s
Flag	swig/perl/gis.h	/^struct Flag			\/* Structure that stores flag info  *\/$/;"	s
FlagClearAll	raster/r.random.cells/flag.c	/^void FlagClearAll(FLAG * flags)$/;"	f
FlagCreate	raster/r.random.cells/flag.c	/^FLAG *FlagCreate(int nrows, int ncols)$/;"	f
FlagDestroy	raster/r.random.cells/flag.c	/^void FlagDestroy(FLAG * flags)$/;"	f
FlagGet	raster/r.random.cells/flag.c	/^int FlagGet(FLAG * flags, int row, int col)$/;"	f
FlagSet	raster/r.random.cells/flag.c	/^void FlagSet(FLAG * flags, int row, int col)$/;"	f
FlagUnset	raster/r.random.cells/flag.c	/^void FlagUnset(FLAG * flags, int row, int col)$/;"	f
Flags	lib/vector/dglib/graph.h	/^    dglInt32_t Flags;$/;"	m	struct:_dglGraph
Flat	lib/ogsf/gsdrape.c	/^static int Flat;$/;"	v	file:
FlipLine	gui/wxpython/gui_modules/vdigit.py	/^    def FlipLine(self):$/;"	m	class:VDigit
FlipLines	gui/wxpython/vdigit/line.cpp	/^int Digit::FlipLines()$/;"	f	class:Digit
FloodFill	gui/wxpython/vdigit/pseudodc.h	/^    void FloodFill(const wxPoint& pt, const wxColour& col,$/;"	f	class:gwxPseudoDC
FloodFill	gui/wxpython/vdigit/pseudodc.h	/^    void FloodFill(wxCoord x, wxCoord y, const wxColour& col,$/;"	f	class:gwxPseudoDC
Fmode	lib/ogsf/GK2.c	/^static int Fmode = 0;$/;"	v	file:
Font	vector/v.label/main.c	/^struct Option *Xoffset, *Yoffset, *Reference, *Font, *Color, *Size;$/;"	v	typeref:struct:
FontBase	raster3d/r3.showdspf/new_init_graphics.c	/^static GLuint FontBase;$/;"	v	file:
FontBase	visualization/nviz/src/interface.h	/^GLuint FontBase;$/;"	v
FontBase_MAIN	visualization/nviz/src/draw.c	5;"	d	file:
FormatDist	gui/wxpython/gui_modules/mapdisp.py	/^    def FormatDist(self, dist):$/;"	m	class:MapFrame
Format_info	include/vect/dig_structs.h	/^struct Format_info$/;"	s
Format_info_ogr	include/vect/dig_structs.h	/^struct Format_info_ogr$/;"	s
Free	imagery/i.smap/bouman/region.h	/^    struct Free$/;"	s	struct:Region
FreeChangeset	gui/wxpython/vdigit/undo.cpp	/^void Digit::FreeChangeset(int changeset)$/;"	f	class:Digit
Freelist	vector/v.voronoi/sw_defs.h	/^struct Freelist$/;"	s
Freenode	vector/v.voronoi/sw_defs.h	/^struct Freenode$/;"	s
From_node	lib/vector/Vlib/graph.c	/^static int From_node;		\/* from node set in SP and used by clipper for first arc *\/$/;"	v	file:
From_node	lib/vector/Vlib/net.c	/^static int From_node;		\/* from node set in SP and used by clipper for first arc *\/$/;"	v	file:
G	display/d.thematic.area/plot.h	/^    unsigned char R, G, B;$/;"	m	struct:rgb_color
G	display/d.vect/plot.h	/^    unsigned char R, G, B;$/;"	m	struct:rgb_color
G	ps/ps.map/border.h	/^    double R, G, B;$/;"	m	struct:border
G3D_CACHE_SIZE_DEFAULT	lib/g3d/g3ddefaults.c	14;"	d	file:
G3D_CACHE_SIZE_ENV_VAR	lib/g3d/g3ddefaults.c	37;"	d	file:
G3D_CACHE_SIZE_MAX_DEFAULT	lib/g3d/g3ddefaults.c	15;"	d	file:
G3D_CACHE_SIZE_MAX_ENV_VAR	lib/g3d/g3ddefaults.c	38;"	d	file:
G3D_CATS_ELEMENT	include/G3d.h	33;"	d
G3D_CELL_ELEMENT	include/G3d.h	32;"	d
G3D_COLOR2_DIRECTORY	include/G3d.h	38;"	d
G3D_COLOR_ELEMENT	include/G3d.h	37;"	d
G3D_COMPRESSION	include/G3d.h	9;"	d
G3D_COMPRESSION_DEFAULT	lib/g3d/g3ddefaults.c	10;"	d	file:
G3D_COMPRESSION_ENV_VAR_NO	lib/g3d/g3ddefaults.c	26;"	d	file:
G3D_COMPRESSION_ENV_VAR_YES	lib/g3d/g3ddefaults.c	25;"	d	file:
G3D_DEFAULT_WINDOW	include/G3d.h	29;"	d
G3D_DEFAULT_WINDOW3D	lib/g3d/g3ddefaults.c	50;"	d	file:
G3D_DEFAULT_WINDOW_ELEMENT	include/G3d.h	41;"	d
G3D_DIRECTORY	include/G3d.h	31;"	d
G3D_ERROR_FUN_DEFAULT	lib/g3d/g3ddefaults.c	20;"	d	file:
G3D_FATAL_ERROR_ENV_VAR	lib/g3d/g3ddefaults.c	47;"	d	file:
G3D_FILE_DOUBLE_ENV_VAR	lib/g3d/g3ddefaults.c	41;"	d	file:
G3D_FILE_FLOAT_ENV_VAR	lib/g3d/g3ddefaults.c	40;"	d	file:
G3D_FILE_TYPE_DEFAULT	lib/g3d/g3ddefaults.c	16;"	d	file:
G3D_HAS_INDEX	lib/g3d/G3d_intern.h	28;"	d
G3D_HEADER_COMPRESSION	lib/g3d/header.c	23;"	d	file:
G3D_HEADER_DATA_OFFSET	lib/g3d/header.c	27;"	d	file:
G3D_HEADER_ELEMENT	include/G3d.h	35;"	d
G3D_HEADER_HASINDEX	lib/g3d/header.c	29;"	d	file:
G3D_HEADER_PRECISION	lib/g3d/header.c	26;"	d	file:
G3D_HEADER_TILEX	lib/g3d/header.c	19;"	d	file:
G3D_HEADER_TILEY	lib/g3d/header.c	20;"	d	file:
G3D_HEADER_TILEZ	lib/g3d/header.c	21;"	d	file:
G3D_HEADER_TYPE	lib/g3d/header.c	22;"	d	file:
G3D_HEADER_UNIT	lib/g3d/header.c	30;"	d	file:
G3D_HEADER_USELZW	lib/g3d/header.c	25;"	d	file:
G3D_HEADER_USERLE	lib/g3d/header.c	24;"	d	file:
G3D_HEADER_USEXDR	lib/g3d/header.c	28;"	d	file:
G3D_HISTORY_ELEMENT	include/G3d.h	36;"	d
G3D_IS_CORRECT_TYPE	lib/g3d/G3d_intern.h	17;"	d
G3D_LONG_LENGTH	lib/g3d/G3d_intern.h	11;"	d
G3D_LZW_ENV_VAR_NO	lib/g3d/g3ddefaults.c	29;"	d	file:
G3D_LZW_ENV_VAR_YES	lib/g3d/g3ddefaults.c	28;"	d	file:
G3D_MASKNUM	lib/g3d/g3dmask.c	28;"	d	file:
G3D_MASKNUMmaskValue	lib/g3d/g3dmask.c	/^static float G3D_MASKNUMmaskValue;$/;"	v	file:
G3D_MASK_MAP	include/G3d.h	39;"	d
G3D_MAX	lib/g3d/G3d_intern.h	26;"	d
G3D_MAX_PRECISION	include/G3d.h	17;"	d
G3D_MIN	lib/g3d/G3d_intern.h	25;"	d
G3D_Map	include/G3d.h	/^typedef struct G3D_Map$/;"	s
G3D_Map	include/G3d.h	/^} G3D_Map;$/;"	t	typeref:struct:G3D_Map
G3D_NO_CACHE	include/G3d.h	19;"	d
G3D_NO_COMPRESSION	include/G3d.h	8;"	d
G3D_NO_DEFAULT	lib/g3d/g3ddefaults.c	8;"	d	file:
G3D_NO_INDEX	lib/g3d/G3d_intern.h	29;"	d
G3D_NO_LZW	include/G3d.h	12;"	d
G3D_NO_RLE	include/G3d.h	15;"	d
G3D_NO_XDR	lib/g3d/G3d_intern.h	32;"	d
G3D_PERMANENT_MAPSET	include/G3d.h	43;"	d
G3D_PRECISION_DEFAULT	lib/g3d/g3ddefaults.c	13;"	d	file:
G3D_PRECISION_ENV_VAR	lib/g3d/g3ddefaults.c	34;"	d	file:
G3D_PRECISION_ENV_VAR_MAX	lib/g3d/g3ddefaults.c	35;"	d	file:
G3D_PRINT_ERROR_ENV_VAR	lib/g3d/g3ddefaults.c	48;"	d	file:
G3D_RANGE_ELEMENT	include/G3d.h	34;"	d
G3D_READ_DATA	lib/g3d/G3d_intern.h	20;"	d
G3D_REGION_BOTTOM	lib/g3d/G3d_intern.h	76;"	d
G3D_REGION_COLS	lib/g3d/G3d_intern.h	78;"	d
G3D_REGION_DEPTHS	lib/g3d/G3d_intern.h	79;"	d
G3D_REGION_EAST	lib/g3d/G3d_intern.h	73;"	d
G3D_REGION_EWRES	lib/g3d/G3d_intern.h	82;"	d
G3D_REGION_NORTH	lib/g3d/G3d_intern.h	71;"	d
G3D_REGION_NSRES	lib/g3d/G3d_intern.h	83;"	d
G3D_REGION_PROJ	lib/g3d/G3d_intern.h	80;"	d
G3D_REGION_ROWS	lib/g3d/G3d_intern.h	77;"	d
G3D_REGION_SOUTH	lib/g3d/G3d_intern.h	72;"	d
G3D_REGION_TBRES	lib/g3d/G3d_intern.h	84;"	d
G3D_REGION_TOP	lib/g3d/G3d_intern.h	75;"	d
G3D_REGION_WEST	lib/g3d/G3d_intern.h	74;"	d
G3D_REGION_ZONE	lib/g3d/G3d_intern.h	81;"	d
G3D_RLE_ENV_VAR_NO	lib/g3d/g3ddefaults.c	32;"	d	file:
G3D_RLE_ENV_VAR_YES	lib/g3d/g3ddefaults.c	31;"	d	file:
G3D_Region	include/G3d.h	/^} G3D_Region;$/;"	t	typeref:struct:__anon248
G3D_TILE_DIM_X_ENV_VAR	lib/g3d/g3ddefaults.c	43;"	d	file:
G3D_TILE_DIM_Y_ENV_VAR	lib/g3d/g3ddefaults.c	44;"	d	file:
G3D_TILE_DIM_Z_ENV_VAR	lib/g3d/g3ddefaults.c	45;"	d	file:
G3D_TILE_SAME_AS_FILE	include/G3d.h	6;"	d
G3D_TILE_X_DEFAULT	lib/g3d/g3ddefaults.c	17;"	d	file:
G3D_TILE_Y_DEFAULT	lib/g3d/g3ddefaults.c	18;"	d	file:
G3D_TILE_Z_DEFAULT	lib/g3d/g3ddefaults.c	19;"	d	file:
G3D_UNIT_DEFAULT	lib/g3d/g3ddefaults.c	21;"	d	file:
G3D_USE_CACHE_DEFAULT	include/G3d.h	20;"	d
G3D_USE_CACHE_X	include/G3d.h	21;"	d
G3D_USE_CACHE_XY	include/G3d.h	24;"	d
G3D_USE_CACHE_XYZ	include/G3d.h	27;"	d
G3D_USE_CACHE_XZ	include/G3d.h	25;"	d
G3D_USE_CACHE_Y	include/G3d.h	22;"	d
G3D_USE_CACHE_YZ	include/G3d.h	26;"	d
G3D_USE_CACHE_Z	include/G3d.h	23;"	d
G3D_USE_LZW	include/G3d.h	11;"	d
G3D_USE_LZW_DEFAULT	lib/g3d/g3ddefaults.c	11;"	d	file:
G3D_USE_RLE	include/G3d.h	14;"	d
G3D_USE_RLE_DEFAULT	lib/g3d/g3ddefaults.c	12;"	d	file:
G3D_USE_XDR	lib/g3d/G3d_intern.h	31;"	d
G3D_VALID_OPERATION	lib/g3d/G3d_intern.h	22;"	d
G3D_VALID_XDR_OPTION	lib/g3d/G3d_intern.h	34;"	d
G3D_WINDOW_DATABASE	include/G3d.h	42;"	d
G3D_WINDOW_ELEMENT	include/G3d.h	40;"	d
G3D_WRITE_DATA	lib/g3d/G3d_intern.h	19;"	d
G3D_XDR_DOUBLE_LENGTH	lib/g3d/G3d_intern.h	14;"	d
G3D_XDR_FLOAT_LENGTH	lib/g3d/G3d_intern.h	15;"	d
G3D_XDR_INT_LENGTH	lib/g3d/G3d_intern.h	13;"	d
G3D_cache	include/G3d.h	/^} G3D_cache;$/;"	t	typeref:struct:__anon249
G3dToascii	raster3d/r3.out.ascii/main.c	/^void G3dToascii(FILE * fp, G3D_Region region, int decim)$/;"	f
G3d__computeCacheSize	lib/g3d/header.c	/^int G3d__computeCacheSize(G3D_Map * map, int cacheCode)$/;"	f
G3d__removeTile	lib/g3d/tileio.c	/^int G3d__removeTile(G3D_Map * map, int tileIndex)$/;"	f
G3d_adjustRegion	lib/g3d/g3dregion.c	/^void G3d_adjustRegion(G3D_Region * region)$/;"	f
G3d_adjustRegionRes	lib/g3d/g3dregion.c	/^void G3d_adjustRegionRes(G3D_Region * region)$/;"	f
G3d_allocTiles	lib/g3d/tilealloc.c	/^void *G3d_allocTiles(G3D_Map * map, int nofTiles)$/;"	f
G3d_allocTilesType	lib/g3d/tilealloc.c	/^void *G3d_allocTilesType(G3D_Map * map, int nofTiles, int type)$/;"	f
G3d_autolockOff	lib/g3d/tileread.c	/^void G3d_autolockOff(G3D_Map * map)$/;"	f
G3d_autolockOn	lib/g3d/tileread.c	/^void G3d_autolockOn(G3D_Map * map)$/;"	f
G3d_beginCycle	lib/g3d/tileread.c	/^int G3d_beginCycle(G3D_Map * map)$/;"	f
G3d_cacheSizeEncode	lib/g3d/header.c	/^int G3d_cacheSizeEncode(int cacheCode, int n)$/;"	f
G3d_cache_autolock_off	lib/g3d/cache.c	/^void G3d_cache_autolock_off(G3D_cache * c)$/;"	f
G3d_cache_autolock_on	lib/g3d/cache.c	/^void G3d_cache_autolock_on(G3D_cache * c)$/;"	f
G3d_cache_dispose	lib/g3d/cache.c	/^void G3d_cache_dispose(G3D_cache * c)$/;"	f
G3d_cache_elt_ptr	lib/g3d/cache.c	/^void *G3d_cache_elt_ptr(G3D_cache * c, int name)$/;"	f
G3d_cache_flush	lib/g3d/cache.c	/^int G3d_cache_flush(G3D_cache * c, int name)$/;"	f
G3d_cache_flush_all	lib/g3d/cache.c	/^int G3d_cache_flush_all(G3D_cache * c)$/;"	f
G3d_cache_get_elt	lib/g3d/cache.c	/^int G3d_cache_get_elt(G3D_cache * c, int name, void *dst)$/;"	f
G3d_cache_hash	include/G3d.h	/^} G3d_cache_hash;$/;"	t	typeref:struct:__anon250
G3d_cache_hash	lib/g3d/cachehash.c	/^} G3d_cache_hash;$/;"	t	typeref:struct:__anon29	file:
G3d_cache_hash_dispose	lib/g3d/cachehash.c	/^void G3d_cache_hash_dispose(G3d_cache_hash * h)$/;"	f
G3d_cache_hash_load_name	lib/g3d/cachehash.c	/^void G3d_cache_hash_load_name(G3d_cache_hash * h, int name, int index)$/;"	f
G3d_cache_hash_name2index	lib/g3d/cachehash.c	/^int G3d_cache_hash_name2index(G3d_cache_hash * h, int name)$/;"	f
G3d_cache_hash_new	lib/g3d/cachehash.c	/^void *G3d_cache_hash_new(int nofNames)$/;"	f
G3d_cache_hash_remove_name	lib/g3d/cachehash.c	/^void G3d_cache_hash_remove_name(G3d_cache_hash * h, int name)$/;"	f
G3d_cache_hash_reset	lib/g3d/cachehash.c	/^void G3d_cache_hash_reset(G3d_cache_hash * h)$/;"	f
G3d_cache_load	lib/g3d/cache.c	/^int G3d_cache_load(G3D_cache * c, int name)$/;"	f
G3d_cache_lock	lib/g3d/cache.c	/^int G3d_cache_lock(G3D_cache * c, int name)$/;"	f
G3d_cache_lock_all	lib/g3d/cache.c	/^int G3d_cache_lock_all(G3D_cache * c)$/;"	f
G3d_cache_lock_intern	lib/g3d/cache.c	/^void G3d_cache_lock_intern(G3D_cache * c, int index)$/;"	f
G3d_cache_new	lib/g3d/cache.c	/^void *G3d_cache_new(int nofElts, int sizeOfElts, int nofNames,$/;"	f
G3d_cache_new_read	lib/g3d/cache.c	/^void *G3d_cache_new_read(int nofElts, int sizeOfElts, int nofNames,$/;"	f
G3d_cache_put_elt	lib/g3d/cache.c	/^int G3d_cache_put_elt(G3D_cache * c, int name, const void *src)$/;"	f
G3d_cache_remove_all	lib/g3d/cache.c	/^int G3d_cache_remove_all(G3D_cache * c)$/;"	f
G3d_cache_remove_elt	lib/g3d/cache.c	/^int G3d_cache_remove_elt(G3D_cache * c, int name)$/;"	f
G3d_cache_reset	lib/g3d/cache.c	/^void G3d_cache_reset(G3D_cache * c)$/;"	f
G3d_cache_set_loadFun	lib/g3d/cache.c	/^G3d_cache_set_loadFun(G3D_cache * c, int (*eltLoadFun) (),$/;"	f
G3d_cache_set_minUnlock	lib/g3d/cache.c	/^void G3d_cache_set_minUnlock(G3D_cache * c, int nofMinUnLocked)$/;"	f
G3d_cache_set_removeFun	lib/g3d/cache.c	/^G3d_cache_set_removeFun(G3D_cache * c, int (*eltRemoveFun) (),$/;"	f
G3d_cache_unlock	lib/g3d/cache.c	/^int G3d_cache_unlock(G3D_cache * c, int name)$/;"	f
G3d_cache_unlock_all	lib/g3d/cache.c	/^int G3d_cache_unlock_all(G3D_cache * c)$/;"	f
G3d_changePrecision	lib/g3d/changeprecision.c	/^void G3d_changePrecision(void *map, int precision, const char *nameOut)$/;"	f
G3d_changeType	lib/g3d/changetype.c	/^void G3d_changeType(void *map, const char *nameOut)$/;"	f
G3d_closeCell	lib/g3d/g3dclose.c	/^int G3d_closeCell(G3D_Map * map)$/;"	f
G3d_closeCellNew	lib/g3d/g3dclose.c	/^static int G3d_closeCellNew(G3D_Map * map)$/;"	f	file:
G3d_closeCellOld	lib/g3d/g3dclose.c	/^static int G3d_closeCellOld(G3D_Map * map)$/;"	f	file:
G3d_closeNew	lib/g3d/g3dclose.c	/^static int G3d_closeNew(G3D_Map * map)$/;"	f	file:
G3d_closeOld	lib/g3d/g3dclose.c	/^static int G3d_closeOld(G3D_Map * map)$/;"	f	file:
G3d_compareDoubles	lib/g3d/filecompare.c	/^static int G3d_compareDoubles(double *d1, int p1, double *d2, int p2)$/;"	f	file:
G3d_compareFiles	lib/g3d/filecompare.c	/^G3d_compareFiles(const char *f1, const char *mapset1, const char *f2,$/;"	f
G3d_compareFloatDouble	lib/g3d/filecompare.c	/^static int G3d_compareFloatDouble(float *f, int p1, double *d, int p2)$/;"	f	file:
G3d_compareFloats	lib/g3d/filecompare.c	/^static int G3d_compareFloats(float *f1, int p1, float *f2, int p2)$/;"	f	file:
G3d_computeClippedTileDimensions	lib/g3d/tilemath.c	/^G3d_computeClippedTileDimensions(G3D_Map * map, int tileIndex, int *rows,$/;"	f
G3d_coord2tileCoord	lib/g3d/tilemath.c	/^G3d_coord2tileCoord(G3D_Map * map, int x, int y, int z, int *xTile,$/;"	f
G3d_coord2tileIndex	lib/g3d/tilemath.c	/^G3d_coord2tileIndex(G3D_Map * map, int x, int y, int z, int *tileIndex,$/;"	f
G3d_coordInRange	lib/g3d/tilemath.c	/^int G3d_coordInRange(G3D_Map * map, int x, int y, int z)$/;"	f
G3d_copyDouble2Float	lib/g3d/g3dmisc.c	/^G3d_copyDouble2Float(const double *src, int offsSrc, float *dst, int offsDst,$/;"	f
G3d_copyFloat2Double	lib/g3d/g3dmisc.c	/^G3d_copyFloat2Double(const float *src, int offsSrc, double *dst, int offsDst,$/;"	f
G3d_copyFromXdr	lib/g3d/g3dfpxdr.c	/^int G3d_copyFromXdr(int nofNum, void *dst)$/;"	f
G3d_copyToXdr	lib/g3d/g3dfpxdr.c	/^int G3d_copyToXdr(const void *src, int nofNum)$/;"	f
G3d_copyValues	lib/g3d/g3dmisc.c	/^G3d_copyValues(const void *src, int offsSrc, int typeSrc, void *dst,$/;"	f
G3d_disposeCache	lib/g3d/g3dcache.c	/^int G3d_disposeCache(G3D_Map * map)$/;"	f
G3d_double2xdrDouble	lib/g3d/filecompare.c	/^static void G3d_double2xdrDouble(double *d, double *xdrd)$/;"	f	file:
G3d_endCycle	lib/g3d/tileread.c	/^int G3d_endCycle(G3D_Map * map)$/;"	f
G3d_error	lib/g3d/g3derror.c	/^void G3d_error(const char *msg, ...)$/;"	f
G3d_externLength	lib/g3d/g3dmisc.c	/^int G3d_externLength(int t)$/;"	f
G3d_extract2dRegion	lib/g3d/g3dregion.c	/^void G3d_extract2dRegion(G3D_Region * region3d, struct Cell_head *region2d)$/;"	f
G3d_fatalError	lib/g3d/g3derror.c	/^void G3d_fatalError(const char *msg, ...)$/;"	f
G3d_fatalError_noargs	lib/g3d/g3derror.c	/^void G3d_fatalError_noargs(const char *msg)$/;"	f
G3d_fileTypeMap	lib/g3d/headerinfo.c	/^int G3d_fileTypeMap(G3D_Map * map)$/;"	f
G3d_filename	lib/g3d/filename.c	/^G3d_filename(char *path, const char *elementName, const char *mapName,$/;"	f
G3d_fillHeader	lib/g3d/header.c	/^G3d_fillHeader(G3D_Map * map, int operation, int compression, int useRle,$/;"	f
G3d_float2Double	lib/g3d/filecompare.c	/^static void G3d_float2Double(float *f, double *d)$/;"	f	file:
G3d_float2xdrFloat	lib/g3d/filecompare.c	/^static void G3d_float2xdrFloat(float *f, float *xdrf)$/;"	f	file:
G3d_flushAllTiles	lib/g3d/g3dcache.c	/^int G3d_flushAllTiles(G3D_Map * map)$/;"	f
G3d_flushIndex	lib/g3d/index.c	/^int G3d_flushIndex(G3D_Map * map)$/;"	f
G3d_flushTile	lib/g3d/tilewrite.c	/^int G3d_flushTile(G3D_Map * map, int tileIndex)$/;"	f
G3d_flushTileCube	lib/g3d/tilewrite.c	/^G3d_flushTileCube(G3D_Map * map, int xMin, int yMin, int zMin, int xMax,$/;"	f
G3d_flushTilesInCube	lib/g3d/tilewrite.c	/^G3d_flushTilesInCube(G3D_Map * map, int xMin, int yMin, int zMin, int xMax,$/;"	f
G3d_free	lib/g3d/g3dalloc.c	/^void G3d_free(void *buf)$/;"	f
G3d_freeTiles	lib/g3d/tilealloc.c	/^void G3d_freeTiles(void *tiles)$/;"	f
G3d_g3dType2cellType	lib/g3d/g3dmisc.c	/^int G3d_g3dType2cellType(int g3dType)$/;"	f
G3d_getAlignedVolume	lib/g3d/g3dvolume.c	/^G3d_getAlignedVolume(void *map,$/;"	f
G3d_getBlock	lib/g3d/getblock.c	/^G3d_getBlock(G3D_Map * map, int x0, int y0, int z0, int nx, int ny, int nz,$/;"	f
G3d_getBlockNocache	lib/g3d/getblock.c	/^G3d_getBlockNocache(G3D_Map * map, int x0, int y0, int z0, int nx, int ny,$/;"	f
G3d_getCacheLimit	lib/g3d/g3ddefaults.c	/^int G3d_getCacheLimit()$/;"	f
G3d_getCacheSize	lib/g3d/g3ddefaults.c	/^int G3d_getCacheSize()$/;"	f
G3d_getCompressionMode	lib/g3d/g3ddefaults.c	/^G3d_getCompressionMode(int *doCompress, int *doLzw, int *doRle,$/;"	f
G3d_getCoordsMap	lib/g3d/headerinfo.c	/^void G3d_getCoordsMap(G3D_Map * map, int *rows, int *cols, int *depths)$/;"	f
G3d_getCoordsMapWindow	lib/g3d/headerinfo.c	/^void G3d_getCoordsMapWindow(G3D_Map * map, int *rows, int *cols, int *depths)$/;"	f
G3d_getDouble	lib/g3d/g3dwindow.c	/^double G3d_getDouble(G3D_Map * map, int x, int y, int z)$/;"	f
G3d_getDoubleRegion	lib/g3d/tileio.c	/^double G3d_getDoubleRegion(G3D_Map * map, int x, int y, int z)$/;"	f
G3d_getFileType	lib/g3d/g3ddefaults.c	/^int G3d_getFileType()$/;"	f
G3d_getFloat	lib/g3d/g3dwindow.c	/^float G3d_getFloat(G3D_Map * map, int x, int y, int z)$/;"	f
G3d_getFloatRegion	lib/g3d/tileio.c	/^float G3d_getFloatRegion(G3D_Map * map, int x, int y, int z)$/;"	f
G3d_getFullWindowPath	lib/g3d/g3dwindowio.c	/^static void G3d_getFullWindowPath(char *path, const char *windowName)$/;"	f	file:
G3d_getMaskFloat	lib/g3d/g3dmask.c	/^static float G3d_getMaskFloat(G3D_Map * map, int x, int y, int z)$/;"	f	file:
G3d_getNearestNeighborFunPtr	lib/g3d/g3dresample.c	/^void G3d_getNearestNeighborFunPtr(void (**nnFunPtr) ())$/;"	f
G3d_getNofTilesMap	lib/g3d/headerinfo.c	/^void G3d_getNofTilesMap(G3D_Map * map, int *nx, int *ny, int *nz)$/;"	f
G3d_getRegionMap	lib/g3d/headerinfo.c	/^G3d_getRegionMap(G3D_Map * map, double *north, double *south, double *east,$/;"	f
G3d_getRegionStructMap	lib/g3d/headerinfo.c	/^void G3d_getRegionStructMap(G3D_Map * map, G3D_Region * region)$/;"	f
G3d_getRegionValue	lib/g3d/g3dregion.c	/^G3d_getRegionValue(G3D_Map * map, double north, double east, double top,$/;"	f
G3d_getResamplingFun	lib/g3d/g3dresample.c	/^void G3d_getResamplingFun(G3D_Map * map, void (**resampleFun) ())$/;"	f
G3d_getStandard3dParams	lib/g3d/g3dparam.c	/^int G3d_getStandard3dParams(int *useTypeDefault, int *type,$/;"	f
G3d_getTileDimension	lib/g3d/g3ddefaults.c	/^void G3d_getTileDimension(int *tileX, int *tileY, int *tileZ)$/;"	f
G3d_getTileDimensionsMap	lib/g3d/headerinfo.c	/^void G3d_getTileDimensionsMap(G3D_Map * map, int *x, int *y, int *z)$/;"	f
G3d_getTilePtr	lib/g3d/tileio.c	/^void *G3d_getTilePtr(G3D_Map * map, int tileIndex)$/;"	f
G3d_getValue	lib/g3d/g3dwindow.c	/^void G3d_getValue(G3D_Map * map, int x, int y, int z, void *value, int type)$/;"	f
G3d_getValueRegion	lib/g3d/tileio.c	/^G3d_getValueRegion(G3D_Map * map, int x, int y, int z, void *value, int type)$/;"	f
G3d_getVolume	lib/g3d/g3dvolume.c	/^G3d_getVolume(void *map,$/;"	f
G3d_getVolumeA	lib/g3d/g3dvolume.c	/^G3d_getVolumeA(void *map, double u[2][2][2][3], int nx, int ny, int nz,$/;"	f
G3d_getWindow	lib/g3d/g3dwindow.c	/^void G3d_getWindow(G3D_Region * window)$/;"	f
G3d_getWindowMap	lib/g3d/headerinfo.c	/^G3d_getWindowMap(G3D_Map * map, double *north, double *south, double *east,$/;"	f
G3d_getWindowParams	lib/g3d/g3dparam.c	/^char *G3d_getWindowParams(void)$/;"	f
G3d_getWindowStructMap	lib/g3d/headerinfo.c	/^void G3d_getWindowStructMap(G3D_Map * map, G3D_Region * window)$/;"	f
G3d_incorporate2dRegion	lib/g3d/g3dregion.c	/^G3d_incorporate2dRegion(struct Cell_head *region2d, G3D_Region * region3d)$/;"	f
G3d_initCache	lib/g3d/g3dcache.c	/^int G3d_initCache(G3D_Map * map, int nCached)$/;"	f
G3d_initCopyFromXdr	lib/g3d/g3dfpxdr.c	/^int G3d_initCopyFromXdr(G3D_Map * map, int dType)$/;"	f
G3d_initCopyToXdr	lib/g3d/g3dfpxdr.c	/^int G3d_initCopyToXdr(G3D_Map * map, int sType)$/;"	f
G3d_initDefaults	lib/g3d/g3ddefaults.c	/^void G3d_initDefaults(void)$/;"	f
G3d_initFpXdr	lib/g3d/g3dfpxdr.c	/^int G3d_initFpXdr(G3D_Map * map, int misuseBytes)$/;"	f
G3d_initIndex	lib/g3d/index.c	/^int G3d_initIndex(G3D_Map * map, int hasIndex)$/;"	f
G3d_isMasked	lib/g3d/g3dmask.c	/^int G3d_isMasked(G3D_Map * map, int x, int y, int z)$/;"	f
G3d_isNullValueNum	lib/g3d/g3dnull.c	/^int G3d_isNullValueNum(const void *n, int type)$/;"	f
G3d_isValidLocation	lib/g3d/tilemath.c	/^int G3d_isValidLocation(G3D_Map * map, double north, double east, double top)$/;"	f
G3d_isXdrNullDouble	lib/g3d/g3dfpxdr.c	/^int G3d_isXdrNullDouble(const double *d)$/;"	f
G3d_isXdrNullFloat	lib/g3d/g3dfpxdr.c	/^int G3d_isXdrNullFloat(const float *f)$/;"	f
G3d_isXdrNullNum	lib/g3d/g3dfpxdr.c	/^int G3d_isXdrNullNum(const void *num, int isFloat)$/;"	f
G3d_keyGetDouble	lib/g3d/g3dkeys.c	/^int G3d_keyGetDouble(struct Key_Value *keys, const char *key, double *d)$/;"	f
G3d_keyGetInt	lib/g3d/g3dkeys.c	/^int G3d_keyGetInt(struct Key_Value *keys, const char *key, int *i)$/;"	f
G3d_keyGetString	lib/g3d/g3dkeys.c	/^G3d_keyGetString(struct Key_Value *keys, const char *key, char **returnStr)$/;"	f
G3d_keyGetValue	lib/g3d/g3dkeys.c	/^G3d_keyGetValue(struct Key_Value *keys, const char *key, char *val1,$/;"	f
G3d_keySetDouble	lib/g3d/g3dkeys.c	/^int G3d_keySetDouble(struct Key_Value *keys, const char *key, const double *d)$/;"	f
G3d_keySetInt	lib/g3d/g3dkeys.c	/^int G3d_keySetInt(struct Key_Value *keys, const char *key, const int *i)$/;"	f
G3d_keySetString	lib/g3d/g3dkeys.c	/^G3d_keySetString(struct Key_Value *keys, const char *key,$/;"	f
G3d_keySetValue	lib/g3d/g3dkeys.c	/^G3d_keySetValue(struct Key_Value *keys, const char *key, const char *val1,$/;"	f
G3d_length	lib/g3d/g3dmisc.c	/^int G3d_length(int t)$/;"	f
G3d_location2coord	lib/g3d/tilemath.c	/^G3d_location2coord(G3D_Map * map, double north, double east, double top,$/;"	f
G3d_lockTile	lib/g3d/tileread.c	/^int G3d_lockTile(G3D_Map * map, int tileIndex)$/;"	f
G3d_longDecode	lib/g3d/g3dlong.c	/^G3d_longDecode(unsigned char *source, long *dst, int nofNums, int longNbytes)$/;"	f
G3d_longEncode	lib/g3d/g3dlong.c	/^int G3d_longEncode(long *source, unsigned char *dst, int nofNums)$/;"	f
G3d_makeAlignedVolumeFile	lib/g3d/g3dvolume.c	/^G3d_makeAlignedVolumeFile(void *map, const char *fileName,$/;"	f
G3d_makeMapsetMapDirectory	lib/g3d/g3dmapset.c	/^void G3d_makeMapsetMapDirectory(const char *mapName)$/;"	f
G3d_malloc	lib/g3d/g3dalloc.c	/^void *G3d_malloc(int nBytes)$/;"	f
G3d_maskClose	lib/g3d/g3dmask.c	/^int G3d_maskClose()$/;"	f
G3d_maskDouble	lib/g3d/g3dmask.c	/^void G3d_maskDouble(G3D_Map * map, int x, int y, int z, double *value)$/;"	f
G3d_maskFile	lib/g3d/g3dmask.c	/^const char *G3d_maskFile(void)$/;"	f
G3d_maskFileExists	lib/g3d/g3dmask.c	/^int G3d_maskFileExists()$/;"	f
G3d_maskFloat	lib/g3d/g3dmask.c	/^void G3d_maskFloat(G3D_Map * map, int x, int y, int z, float *value)$/;"	f
G3d_maskIsOff	lib/g3d/g3dmask.c	/^int G3d_maskIsOff(G3D_Map * map)$/;"	f
G3d_maskIsOn	lib/g3d/g3dmask.c	/^int G3d_maskIsOn(G3D_Map * map)$/;"	f
G3d_maskMap	lib/g3d/g3dmask.c	/^static G3D_Map *G3d_maskMap;$/;"	v	file:
G3d_maskMapExists	lib/g3d/g3dmask.c	/^int G3d_maskMapExists(void)$/;"	f
G3d_maskMapExistsVar	lib/g3d/g3dmask.c	/^static int G3d_maskMapExistsVar = 0;$/;"	v	file:
G3d_maskNum	lib/g3d/g3dmask.c	/^void G3d_maskNum(G3D_Map * map, int x, int y, int z, void *value, int type)$/;"	f
G3d_maskOff	lib/g3d/g3dmask.c	/^void G3d_maskOff(G3D_Map * map)$/;"	f
G3d_maskOn	lib/g3d/g3dmask.c	/^void G3d_maskOn(G3D_Map * map)$/;"	f
G3d_maskOpenOld	lib/g3d/g3dmask.c	/^int G3d_maskOpenOld()$/;"	f
G3d_maskReopen	lib/g3d/g3dmask.c	/^int G3d_maskReopen(int cache)$/;"	f
G3d_maskTile	lib/g3d/g3dmask.c	/^void G3d_maskTile(G3D_Map * map, int tileIndex, void *tile, int type)$/;"	f
G3d_minUnlocked	lib/g3d/tileread.c	/^void G3d_minUnlocked(G3D_Map * map, int minUnlocked)$/;"	f
G3d_nearestNeighbor	lib/g3d/g3dresample.c	/^G3d_nearestNeighbor(G3D_Map * map, int row, int col, int depth, void *value,$/;"	f
G3d_openCellNew	lib/g3d/g3dopen.c	/^void *G3d_openCellNew(const char *name, int typeIntern, int cache,$/;"	f
G3d_openCellOld	lib/g3d/g3dopen.c	/^void *G3d_openCellOld(const char *name, const char *mapset,$/;"	f
G3d_openCellOldNoHeader	lib/g3d/g3dopen.c	/^void *G3d_openCellOldNoHeader(const char *name, const char *mapset)$/;"	f
G3d_openNewParam	lib/g3d/g3dopen2.c	/^void *G3d_openNewParam(const char *name, int typeIntern, int cache,$/;"	f
G3d_paramType	lib/g3d/g3dparam.c	/^} G3d_paramType;$/;"	t	typeref:struct:__anon28	file:
G3d_printError	lib/g3d/g3derror.c	/^void G3d_printError(const char *msg)$/;"	f
G3d_printHeader	lib/g3d/headerinfo.c	/^void G3d_printHeader(G3D_Map * map)$/;"	f
G3d_putDouble	lib/g3d/tilewrite.c	/^int G3d_putDouble(G3D_Map * map, int x, int y, int z, double value)$/;"	f
G3d_putFloat	lib/g3d/tilewrite.c	/^int G3d_putFloat(G3D_Map * map, int x, int y, int z, float value)$/;"	f
G3d_putValue	lib/g3d/tilewrite.c	/^G3d_putValue(G3D_Map * map, int x, int y, int z, const void *value, int type)$/;"	f
G3d_range_init	lib/g3d/g3drange.c	/^int G3d_range_init(G3D_Map * map)$/;"	f
G3d_range_load	lib/g3d/g3drange.c	/^int G3d_range_load(G3D_Map * map)$/;"	f
G3d_range_min_max	lib/g3d/g3drange.c	/^void G3d_range_min_max(G3D_Map * map, double *min, double *max)$/;"	f
G3d_range_updateFromTile	lib/g3d/g3drange.c	/^G3d_range_updateFromTile(G3D_Map * map, const void *tile, int rows, int cols,$/;"	f
G3d_range_write	lib/g3d/g3drange.c	/^int G3d_range_write(G3D_Map * map)$/;"	f
G3d_readCats	lib/g3d/g3dcats.c	/^G3d_readCats(const char *name, const char *mapset, struct Categories *pcats)$/;"	f
G3d_readColors	lib/g3d/g3dcolor.c	/^G3d_readColors(const char *name, const char *mapset, struct Colors *colors)$/;"	f
G3d_readDoubles	lib/g3d/g3ddoubleio.c	/^int G3d_readDoubles(int fd, int useXdr, double *i, int nofNum)$/;"	f
G3d_readHeader	lib/g3d/header.c	/^G3d_readHeader(G3D_Map * map, int *proj, int *zone, double *north,$/;"	f
G3d_readHistory	lib/g3d/g3dhistory.c	/^int G3d_readHistory(const char *name, const char *mapset,$/;"	f
G3d_readIndex	lib/g3d/index.c	/^static int G3d_readIndex(G3D_Map * map)$/;"	f	file:
G3d_readInts	lib/g3d/g3dintio.c	/^int G3d_readInts(int fd, int useXdr, int *i, int nofNum)$/;"	f
G3d_readRange	lib/g3d/g3drange.c	/^G3d_readRange(const char *name, const char *mapset, struct FPRange *drange)$/;"	f
G3d_readRegionMap	lib/g3d/g3dregion.c	/^G3d_readRegionMap(const char *name, const char *mapset, G3D_Region * region)$/;"	f
G3d_readTile	lib/g3d/tileread.c	/^int G3d_readTile(G3D_Map * map, int tileIndex, void *tile, int type)$/;"	f
G3d_readTileCompressed	lib/g3d/tileread.c	/^static int G3d_readTileCompressed(G3D_Map * map, int tileIndex, int nofNum)$/;"	f	file:
G3d_readTileDouble	lib/g3d/tileread.c	/^int G3d_readTileDouble(G3D_Map * map, int tileIndex, void *tile)$/;"	f
G3d_readTileFloat	lib/g3d/tileread.c	/^int G3d_readTileFloat(G3D_Map * map, int tileIndex, void *tile)$/;"	f
G3d_readTileUncompressed	lib/g3d/tileread.c	/^static int G3d_readTileUncompressed(G3D_Map * map, int tileIndex, int nofNum)$/;"	f	file:
G3d_readWindow	lib/g3d/g3dwindowio.c	/^int G3d_readWindow(G3D_Region * window, const char *windowName)$/;"	f
G3d_readWriteHeader	lib/g3d/header.c	/^G3d_readWriteHeader(struct Key_Value *headerKeys, int doRead, int *proj,$/;"	f	file:
G3d_readWriteWindow	lib/g3d/g3dwindowio.c	/^G3d_readWriteWindow(struct Key_Value *windowKeys, int doRead, int *proj,$/;"	f	file:
G3d_realloc	lib/g3d/g3dalloc.c	/^void *G3d_realloc(void *ptr, int nBytes)$/;"	f
G3d_regionCopy	lib/g3d/g3dregion.c	/^void G3d_regionCopy(G3D_Region * regionDest, G3D_Region * regionSrc)$/;"	f
G3d_regionFromToCellHead	lib/g3d/g3dregion.c	/^G3d_regionFromToCellHead(struct Cell_head *region2d, G3D_Region * region3d)$/;"	f
G3d_regionToCellHead	lib/g3d/g3dregion.c	/^void G3d_regionToCellHead(G3D_Region * region3d, struct Cell_head *region2d)$/;"	f
G3d_removeColor	lib/g3d/g3dcolor.c	/^int G3d_removeColor(const char *name)$/;"	f
G3d_retile	lib/g3d/retile.c	/^G3d_retile(void *map, const char *nameOut, int tileX, int tileY, int tileZ)$/;"	f
G3d_setCacheLimit	lib/g3d/g3ddefaults.c	/^void G3d_setCacheLimit(int nBytes)$/;"	f
G3d_setCacheSize	lib/g3d/g3ddefaults.c	/^void G3d_setCacheSize(int nTiles)$/;"	f
G3d_setCompressionMode	lib/g3d/g3ddefaults.c	/^G3d_setCompressionMode(int doCompress, int doLzw, int doRle, int precision)$/;"	f
G3d_setErrorFun	lib/g3d/g3ddefaults.c	/^void G3d_setErrorFun(void (*fun) (const char *))$/;"	f
G3d_setFileType	lib/g3d/g3ddefaults.c	/^void G3d_setFileType(int type)$/;"	f
G3d_setNullTile	lib/g3d/tilenull.c	/^void G3d_setNullTile(G3D_Map * map, void *tile)$/;"	f
G3d_setNullTileType	lib/g3d/tilenull.c	/^void G3d_setNullTileType(G3D_Map * map, void *tile, int type)$/;"	f
G3d_setNullValue	lib/g3d/g3dnull.c	/^void G3d_setNullValue(void *c, int nofElts, int type)$/;"	f
G3d_setResamplingFun	lib/g3d/g3dresample.c	/^void G3d_setResamplingFun(G3D_Map * map, void (*resampleFun) ())$/;"	f
G3d_setStandard3dInputParams	lib/g3d/g3dparam.c	/^void G3d_setStandard3dInputParams()$/;"	f
G3d_setTileDimension	lib/g3d/g3ddefaults.c	/^void G3d_setTileDimension(int tileX, int tileY, int tileZ)$/;"	f
G3d_setUnit	lib/g3d/g3ddefaults.c	/^void G3d_setUnit(const char *unit)$/;"	f
G3d_setWindow	lib/g3d/g3dwindow.c	/^void G3d_setWindow(G3D_Region * window)$/;"	f
G3d_setWindowMap	lib/g3d/g3dwindow.c	/^void G3d_setWindowMap(G3D_Map * map, G3D_Region * window)$/;"	f
G3d_setWindowParams	lib/g3d/g3dparam.c	/^void G3d_setWindowParams(void)$/;"	f
G3d_setXdrNullDouble	lib/g3d/g3dfpxdr.c	/^void G3d_setXdrNullDouble(double *d)$/;"	f
G3d_setXdrNullFloat	lib/g3d/g3dfpxdr.c	/^void G3d_setXdrNullFloat(float *f)$/;"	f
G3d_setXdrNullNum	lib/g3d/g3dfpxdr.c	/^void G3d_setXdrNullNum(void *num, int isFloat)$/;"	f
G3d_skipError	lib/g3d/g3derror.c	/^void G3d_skipError(const char *msg)$/;"	f
G3d_tile2tileIndex	lib/g3d/tilemath.c	/^int G3d_tile2tileIndex(G3D_Map * map, int xTile, int yTile, int zTile)$/;"	f
G3d_tile2xdrTile	lib/g3d/tilewrite.c	/^G3d_tile2xdrTile(G3D_Map * map, const void *tile, int rows, int cols,$/;"	f	file:
G3d_tileCoordOrigin	lib/g3d/tilemath.c	/^G3d_tileCoordOrigin(G3D_Map * map, int xTile, int yTile, int zTile, int *x,$/;"	f
G3d_tileInRange	lib/g3d/tilemath.c	/^int G3d_tileInRange(G3D_Map * map, int x, int y, int z)$/;"	f
G3d_tileIndex2tile	lib/g3d/tilemath.c	/^G3d_tileIndex2tile(G3D_Map * map, int tileIndex, int *xTile, int *yTile,$/;"	f
G3d_tileIndexInRange	lib/g3d/tilemath.c	/^int G3d_tileIndexInRange(G3D_Map * map, int tileIndex)$/;"	f
G3d_tileIndexOrigin	lib/g3d/tilemath.c	/^void G3d_tileIndexOrigin(G3D_Map * map, int tileIndex, int *x, int *y, int *z)$/;"	f
G3d_tileLoad	lib/g3d/tileio.c	/^int G3d_tileLoad(G3D_Map * map, int tileIndex)$/;"	f
G3d_tilePrecisionMap	lib/g3d/headerinfo.c	/^int G3d_tilePrecisionMap(G3D_Map * map)$/;"	f
G3d_tileTypeMap	lib/g3d/headerinfo.c	/^int G3d_tileTypeMap(G3D_Map * map)$/;"	f
G3d_tileUseCacheMap	lib/g3d/headerinfo.c	/^int G3d_tileUseCacheMap(G3D_Map * map)$/;"	f
G3d_truncDouble	lib/g3d/filecompare.c	/^static void G3d_truncDouble(double *d, int p)$/;"	f	file:
G3d_truncFloat	lib/g3d/filecompare.c	/^static void G3d_truncFloat(float *f, int p)$/;"	f	file:
G3d_unlockAll	lib/g3d/tileread.c	/^int G3d_unlockAll(G3D_Map * map)$/;"	f
G3d_unlockTile	lib/g3d/tileread.c	/^int G3d_unlockTile(G3D_Map * map, int tileIndex)$/;"	f
G3d_useWindowParams	lib/g3d/g3dwindowio.c	/^void G3d_useWindowParams(void)$/;"	f
G3d_windowPtr	lib/g3d/g3dwindow.c	/^G3D_Region *G3d_windowPtr()$/;"	f
G3d_writeAscii	lib/g3d/writeascii.c	/^void G3d_writeAscii(void *map, const char *fname)$/;"	f
G3d_writeCats	lib/g3d/g3dcats.c	/^int G3d_writeCats(const char *name, struct Categories *cats)$/;"	f
G3d_writeColors	lib/g3d/g3dcolor.c	/^G3d_writeColors(const char *name, const char *mapset, struct Colors *colors)$/;"	f
G3d_writeDoubles	lib/g3d/g3ddoubleio.c	/^int G3d_writeDoubles(int fd, int useXdr, const double *i, int nofNum)$/;"	f
G3d_writeHeader	lib/g3d/header.c	/^G3d_writeHeader(G3D_Map * map, int proj, int zone, double north, double south,$/;"	f
G3d_writeHistory	lib/g3d/g3dhistory.c	/^int G3d_writeHistory(const char *name, struct History *hist)$/;"	f
G3d_writeInts	lib/g3d/g3dintio.c	/^int G3d_writeInts(int fd, int useXdr, const int *i, int nofNum)$/;"	f
G3d_writeTile	lib/g3d/tilewrite.c	/^int G3d_writeTile(G3D_Map * map, int tileIndex, const void *tile, int type)$/;"	f
G3d_writeTileCompressed	lib/g3d/tilewrite.c	/^static int G3d_writeTileCompressed(G3D_Map * map, int nofNum)$/;"	f	file:
G3d_writeTileDouble	lib/g3d/tilewrite.c	/^int G3d_writeTileDouble(G3D_Map * map, int tileIndex, const void *tile)$/;"	f
G3d_writeTileFloat	lib/g3d/tilewrite.c	/^int G3d_writeTileFloat(G3D_Map * map, int tileIndex, const void *tile)$/;"	f
G3d_writeTileUncompressed	lib/g3d/tilewrite.c	/^static int G3d_writeTileUncompressed(G3D_Map * map, int nofNum)$/;"	f	file:
G3d_xdrTile2tile	lib/g3d/tileread.c	/^G3d_xdrTile2tile(G3D_Map * map, void *tile, int rows, int cols, int depths,$/;"	f	file:
G3header	raster3d/r3.showdspf/vizual.h	/^GLOBAL file_info G3header;	\/* contains info about data itself *\/$/;"	v
GASTATS	include/arraystats.h	/^struct GASTATS$/;"	s
GCP	gui/wxpython/gui_modules/georect.py	/^class GCP(wx.Frame):$/;"	c
GCPList	gui/wxpython/gui_modules/georect.py	/^              ListCtrlAutoWidthMixin):$/;"	c
GCPToolbar	gui/wxpython/gui_modules/toolbars.py	/^class GCPToolbar(AbstractToolbar):$/;"	c
GC_DIFFERENT_TYPE	raster/r.li/r.li.daemon/GenericCell.h	20;"	d
GC_EQUAL	raster/r.li/r.li.daemon/GenericCell.h	18;"	d
GC_ERR_UNKNOWN	raster/r.li/r.li.daemon/GenericCell.h	21;"	d
GC_HIGHER	raster/r.li/r.li.daemon/GenericCell.h	17;"	d
GC_LOWER	raster/r.li/r.li.daemon/GenericCell.h	19;"	d
GDALBASED	raster/Makefile	/^GDALBASED = r.in.gdal r.out.gdal$/;"	m
GDAL_BIN	macosx/app/Makefile	/^GDAL_BIN = `echo "${GDALLIBS}" | sed -e "s,-L,," -e "s,\/lib.*$$,\/bin,"`$/;"	m
GDAL_DYNAMIC	lib/gis/Makefile	/^GDAL_DYNAMIC = 1$/;"	m
GDAL_LINK	lib/gis/Makefile	/^GDAL_LINK = $(USE_GDAL)$/;"	m
GDAL_LINK	lib/gis/gdal.c	10;"	d	file:
GDAL_link	lib/gis/G.h	/^struct GDAL_link$/;"	s
GDIR	lib/python/Makefile	/^GDIR = $(PYDIR)\/grass$/;"	m
GDIR	swig/python/Makefile	/^GDIR = $(PYDIR)\/grass$/;"	m
GEM_ACTION	gem/globals.h	/^EXTERN char GEM_ACTION[MAXSTR];$/;"	v
GEM_C_OPTS	gem/globals.h	/^EXTERN char GEM_C_OPTS[MAXSTR];$/;"	v
GEM_EXT_AUTHORS	gem/globals.h	/^EXTERN char GEM_EXT_AUTHORS[MAXSTR];$/;"	v
GEM_EXT_BUGS	gem/globals.h	/^EXTERN char GEM_EXT_BUGS[MAXSTR];$/;"	v
GEM_EXT_DEPS	gem/globals.h	/^EXTERN char GEM_EXT_DEPS[MAXSTR];$/;"	v
GEM_EXT_DESCR	gem/globals.h	/^EXTERN char GEM_EXT_DESCR[MAXSTR];$/;"	v
GEM_EXT_INFO	gem/globals.h	/^EXTERN char GEM_EXT_INFO[MAXSTR];$/;"	v
GEM_EXT_NAME	gem/globals.h	/^EXTERN char GEM_EXT_NAME[MAXSTR];$/;"	v
GEM_EXT_VERSION	gem/globals.h	/^EXTERN char GEM_EXT_VERSION[MAXSTR];$/;"	v
GEM_FORCE	gem/globals.h	/^EXTERN char GEM_FORCE[MAXSTR];$/;"	v
GEM_GRASS_DIR	gem/globals.h	/^EXTERN char GEM_GRASS_DIR[MAXSTR];$/;"	v
GEM_GUI	gem/globals.h	/^EXTERN char GEM_GUI[MAXSTR];$/;"	v
GEM_VERBOSE	gem/globals.h	/^EXTERN char GEM_VERBOSE[MAXSTR];$/;"	v
GEN	raster/r.li/r.li.daemon/daemon.h	30;"	d
GENERAL_COLUMN	vector/lidar/lidarlib/PolimiFunct.h	39;"	d
GENERAL_ROW	vector/lidar/lidarlib/PolimiFunct.h	38;"	d
GENERICCELL_H	raster/r.li/r.li.daemon/GenericCell.h	15;"	d
GENERIC_LABEL_HELP	include/help.h	5;"	d
GENERIC_SCALE_HELP	include/help.h	7;"	d
GEN_HELP	lib/gis/gishelp.c	33;"	d	file:
GEOMETRICAL_CONTITIONS_H	imagery/i.atcorr/GeomCond.h	2;"	d
GEOMETRY_H	vector/v.delaunay2/geometry.h	2;"	d
GEOMETRY_H	vector/v.net.visibility/geometry.h	18;"	d
GEOM_PARTS	lib/vector/Vlib/build_ogr.c	/^} GEOM_PARTS;$/;"	t	typeref:struct:__anon76	file:
GEOM_PRIMITIVES_H	vector/v.delaunay2/geom_primitives.h	2;"	d
GET	lib/gis/intr_char.c	13;"	d	file:
GET	lib/gis/intr_char.c	18;"	d	file:
GETEM	display/d.zoom/returns.c	4;"	d	file:
GET_CHILD	raster/r.watershed/ram/do_astar.h	5;"	d
GET_CHILD	raster/r.watershed/seg/do_astar.h	5;"	d
GET_LOCATION_WITH_BOX	include/graphics.h	26;"	d
GET_LOCATION_WITH_LINE	include/graphics.h	27;"	d
GET_LOCATION_WITH_POINTER	include/graphics.h	28;"	d
GET_MAPATT	lib/ogsf/gsget.h	27;"	d
GET_MAPATT1	lib/ogsf/gsget.h	6;"	d
GET_MAPATT2	lib/ogsf/gsget.h	12;"	d
GET_NUM_COLORS	include/graphics.h	21;"	d
GET_PARENT	raster/r.watershed/ram/do_astar.h	4;"	d
GET_PARENT	raster/r.watershed/seg/do_astar.h	4;"	d
GET_TEXT_BOX	include/graphics.h	46;"	d
GException	gui/wxpython/gui_modules/gcmd.py	/^class GException(Exception):$/;"	c
GFONT_CAP	include/freetypecap.h	/^struct GFONT_CAP$/;"	s
GFONT_FREETYPE	include/freetypecap.h	21;"	d
GFONT_STROKE	include/freetypecap.h	20;"	d
GIFEncode	raster3d/r3.showdspf/togif.c	/^static int GIFEncode(FILE * fp, int GWidth, int GHeight, int GInterlace,$/;"	f	file:
GIFGAMMA	raster3d/r3.showdspf/togif.c	20;"	d	file:
GIFNextPixel	raster3d/r3.showdspf/togif.c	/^static int GIFNextPixel(ifunptr getpixel, vgl_GIFWriter * dataPtr)$/;"	f	file:
GINSTALL_DST	gem/globals.h	/^EXTERN char GINSTALL_DST[MAXSTR];$/;"	v
GINSTALL_INC	gem/globals.h	/^EXTERN char GINSTALL_INC[MAXSTR];$/;"	v
GINSTALL_LIB	gem/globals.h	/^EXTERN char GINSTALL_LIB[MAXSTR];$/;"	v
GISMAN2_CMD	gem/globals.h	/^EXTERN char GISMAN2_CMD[MAXSTR];$/;"	v
GISMAN_CMD	gem/globals.h	/^EXTERN char GISMAN_CMD[MAXSTR];$/;"	v
GISPROMPT_COLOR	include/gis.h	107;"	d
GISPROMPT_COLOR	swig/perl/gis.h	101;"	d
GISRC	macosx/modbuild/Makefile	/^	sed -e 's,GISRC=$$(RUN_GISBASE),GISRC=\/Library\/GRASS\/$(GRASS_VERSION_MAJOR).$(GRASS_VERSION_MINOR)\/modbuild\/dist.$$(ARCH),g' $(MODULE_TOPDIR)\/include\/Make\/Html.make > $(ARCH_DISTDIR)\/modbuild\/include\/Make\/Html.make$/;"	m
GISRC	macosx/modbuild/Makefile	/^	sed -e 's,GISRC=$$(RUN_GISBASE),GISRC=\/Library\/GRASS\/$(GRASS_VERSION_MAJOR).$(GRASS_VERSION_MINOR)\/modbuild\/dist.$$(ARCH),g' $(MODULE_TOPDIR)\/include\/Make\/Script.make > $(ARCH_DISTDIR)\/modbuild\/include\/Make\/Script.make$/;"	m
GIS_H_DATE	include/gis.h	42;"	d
GIS_H_VERSION	include/gis.h	41;"	d
GK_add_key	lib/ogsf/GK2.c	/^int GK_add_key(float pos, unsigned long fmask, int force_replace,$/;"	f
GK_clear_keys	lib/ogsf/GK2.c	/^void GK_clear_keys(void)$/;"	f
GK_delete_key	lib/ogsf/GK2.c	/^int GK_delete_key(float pos, float precis, int justone)$/;"	f
GK_do_framestep	lib/ogsf/GK2.c	/^void GK_do_framestep(int step, int render)$/;"	f
GK_move_key	lib/ogsf/GK2.c	/^int GK_move_key(float oldpos, float precis, float newpos)$/;"	f
GK_print_keys	lib/ogsf/GK2.c	/^void GK_print_keys(const char *name)$/;"	f
GK_set_interpmode	lib/ogsf/GK2.c	/^int GK_set_interpmode(int mode)$/;"	f
GK_set_numsteps	lib/ogsf/GK2.c	/^void GK_set_numsteps(int newsteps)$/;"	f
GK_set_tension	lib/ogsf/GK2.c	/^void GK_set_tension(float tens)$/;"	f
GK_show_list	lib/ogsf/GK2.c	/^void GK_show_list(int flag)$/;"	f
GK_show_path	lib/ogsf/GK2.c	/^void GK_show_path(int flag)$/;"	f
GK_show_site	lib/ogsf/GK2.c	/^void GK_show_site(int flag)$/;"	f
GK_show_vect	lib/ogsf/GK2.c	/^void GK_show_vect(int flag)$/;"	f
GK_show_vol	lib/ogsf/GK2.c	/^void GK_show_vol(int flag)$/;"	f
GK_showtension_start	lib/ogsf/GK2.c	/^void GK_showtension_start(void)$/;"	f
GK_showtension_stop	lib/ogsf/GK2.c	/^void GK_showtension_stop(void)$/;"	f
GK_update_frames	lib/ogsf/GK2.c	/^void GK_update_frames(void)$/;"	f
GK_update_tension	lib/ogsf/GK2.c	/^void GK_update_tension(void)$/;"	f
GLEVELS	visualization/nviz/src/togl.c	3401;"	d	file:
GLOBAL	display/d.histogram/options.h	2;"	d
GLOBAL	display/d.histogram/options.h	4;"	d
GLOBAL	display/d.rast.edit/edit.h	11;"	d
GLOBAL	display/d.rast.edit/main.c	42;"	d	file:
GLOBAL	display/d.title/options.h	3;"	d
GLOBAL	display/d.title/options.h	5;"	d
GLOBAL	display/d.what.vect/what.h	16;"	d
GLOBAL	display/d.what.vect/what.h	18;"	d
GLOBAL	display/d.zoom/local_proto.h	44;"	d
GLOBAL	display/d.zoom/local_proto.h	46;"	d
GLOBAL	general/g.mapsets/local_proto.h	2;"	d
GLOBAL	general/g.mapsets/local_proto.h	4;"	d
GLOBAL	imagery/i.class/globals.h	7;"	d
GLOBAL	imagery/i.class/main.c	22;"	d	file:
GLOBAL	imagery/i.cluster/main.c	25;"	d	file:
GLOBAL	imagery/i.fft/globals.h	5;"	d
GLOBAL	imagery/i.fft/globals.h	7;"	d
GLOBAL	imagery/i.ifft/globals.h	5;"	d
GLOBAL	imagery/i.ifft/globals.h	7;"	d
GLOBAL	imagery/i.ortho.photo/photo.2image/globals.h	4;"	d
GLOBAL	imagery/i.ortho.photo/photo.2image/main.c	21;"	d	file:
GLOBAL	imagery/i.ortho.photo/photo.2target/globals.h	7;"	d
GLOBAL	imagery/i.ortho.photo/photo.2target/main.c	23;"	d	file:
GLOBAL	imagery/i.ortho.photo/photo.camera/globals.h	2;"	d
GLOBAL	imagery/i.ortho.photo/photo.camera/globals.h	4;"	d
GLOBAL	imagery/i.ortho.photo/photo.init/globals.h	2;"	d
GLOBAL	imagery/i.ortho.photo/photo.init/globals.h	4;"	d
GLOBAL	imagery/i.ortho.photo/photo.rectify/global.h	26;"	d
GLOBAL	imagery/i.ortho.photo/photo.rectify/main.c	20;"	d	file:
GLOBAL	lib/dspf/viz.h	102;"	d
GLOBAL	lib/dspf/viz.h	104;"	d
GLOBAL	raster/r.in.gridatb/local_proto.h	10;"	d
GLOBAL	raster/r.in.gridatb/local_proto.h	12;"	d
GLOBAL	raster/r.los/cmd_line.h	12;"	d
GLOBAL	raster/r.los/cmd_line.h	14;"	d
GLOBAL	raster/r.mfilter/glob.h	2;"	d
GLOBAL	raster/r.mfilter/glob.h	4;"	d
GLOBAL	raster/r.out.gridatb/local_proto.h	10;"	d
GLOBAL	raster/r.out.gridatb/local_proto.h	12;"	d
GLOBAL	raster/r.random.cells/ransurf.h	15;"	d
GLOBAL	raster/r.random.cells/ransurf.h	17;"	d
GLOBAL	raster/r.random.surface/ransurf.h	24;"	d
GLOBAL	raster/r.random.surface/ransurf.h	26;"	d
GLOBAL	raster/r.report/global.h	2;"	d
GLOBAL	raster/r.sunmask/global.h	2;"	d
GLOBAL	raster/r.sunmask/global.h	4;"	d
GLOBAL	raster/r.surf.contour/contour.h	21;"	d
GLOBAL	raster/r.surf.contour/contour.h	23;"	d
GLOBAL	raster/r.topidx/global.h	22;"	d
GLOBAL	raster/r.topidx/global.h	24;"	d
GLOBAL	raster/r.topmodel/global.h	55;"	d
GLOBAL	raster/r.topmodel/global.h	57;"	d
GLOBAL	raster/r.water.outlet/basin.h	30;"	d
GLOBAL	raster/r.water.outlet/basin.h	36;"	d
GLOBAL	raster/r.watershed/ram/Gwater.h	42;"	d
GLOBAL	raster/r.watershed/ram/Gwater.h	48;"	d
GLOBAL	raster/r.watershed/seg/Gwater.h	39;"	d
GLOBAL	raster/r.watershed/seg/Gwater.h	45;"	d
GLOBAL	raster/simwe/simlib/waterglobs.h	11;"	d
GLOBAL	raster/simwe/simlib/waterglobs.h	9;"	d
GLOBAL	raster3d/r3.showdspf/vizual2.h	84;"	d
GLOBAL	raster3d/r3.showdspf/vizual2.h	86;"	d
GLOBAL	vector/v.in.dxf/global.h	23;"	d
GLOBAL	vector/v.in.dxf/global.h	25;"	d
GLOBAL	vector/v.out.dxf/global.h	10;"	d
GLOBAL	vector/v.out.dxf/global.h	8;"	d
GLOBAL	vector/v.transform/trans.h	53;"	d
GLOBAL	vector/v.transform/trans.h	55;"	d
GLOBALCAM	imagery/i.ortho.photo/photo.2image/camera_ref.h	14;"	d
GLOBALCAM	imagery/i.ortho.photo/photo.2image/use_camera.c	6;"	d	file:
GLOBAL_VARSH	vector/v.build.polylines/global.h	2;"	d
GLWindow	gui/wxpython/gui_modules/nviz_mapdisp.py	/^class GLWindow(MapWindow, glcanvas.GLCanvas):$/;"	c
GListBox	gui/wxpython/gis_set.py	/^class GListBox(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin):$/;"	c
GLwCreateM1DrawingArea	configure	/^GLwCreateM1DrawingArea()$/;"	f
GLwCreateM2DrawingArea	configure	/^GLwCreateM2DrawingArea()$/;"	f
GLwCreateMDrawingArea	configure	/^GLwCreateMDrawingArea()$/;"	f
GMAPSET_MAX	include/gis.h	111;"	d
GMAPSET_MAX	swig/perl/gis.h	105;"	d
GMATH_H_	include/gmath.h	25;"	d
GMApp	gui/wxpython/wxgui.py	/^class GMApp(wx.App):$/;"	c
GMConsole	gui/wxpython/gui_modules/goutput.py	/^class GMConsole(wx.Panel):$/;"	c
GMFrame	gui/wxpython/wxgui.py	/^class GMFrame(wx.Frame):$/;"	c
GMStc	gui/wxpython/gui_modules/goutput.py	/^class GMStc(wx.stc.StyledTextCtrl):$/;"	c
GMStderr	gui/wxpython/gui_modules/goutput.py	/^class GMStderr:$/;"	c
GMStdout	gui/wxpython/gui_modules/goutput.py	/^class GMStdout:$/;"	c
GModule	include/gis.h	/^struct GModule			\/* Structure that stores module info  *\/$/;"	s
GModule	swig/perl/gis.h	/^struct GModule			\/* Structure that stores module info  *\/$/;"	s
GNAME_MAX	include/gis.h	110;"	d
GNAME_MAX	swig/perl/gis.h	104;"	d
GNO_BEGIN	lib/vector/dglib/examples/opt.h	204;"	d
GNO_END	lib/vector/dglib/examples/opt.h	259;"	d
GNO_FLG_SWITCH	lib/vector/dglib/examples/opt.h	119;"	d
GNO_FREE	lib/vector/dglib/examples/opt.h	280;"	d
GNO_HELP	lib/vector/dglib/examples/opt.h	270;"	d
GNO_OPTION	lib/vector/dglib/examples/opt.h	218;"	d
GNO_PARSE	lib/vector/dglib/examples/opt.h	251;"	d
GNO_SWITCH	lib/vector/dglib/examples/opt.h	232;"	d
GPATH_MAX	include/gis.h	113;"	d
GPATH_MAX	swig/perl/gis.h	107;"	d
GPJ__get_datum_params	lib/proj/datum.c	/^int GPJ__get_datum_params(struct Key_Value *projinfo,$/;"	f
GPJ__get_ellipsoid_params	lib/proj/ellipse.c	/^GPJ__get_ellipsoid_params(struct Key_Value *proj_keys,$/;"	f
GPJ_ask_datum_params	lib/proj/datum.c	/^int GPJ_ask_datum_params(const char *datumname, char **params)$/;"	f
GPJ_free_datum	lib/proj/datum.c	/^void GPJ_free_datum(struct gpj_datum *dstruct)$/;"	f
GPJ_free_ellps	lib/proj/ellipse.c	/^void GPJ_free_ellps(struct gpj_ellps *estruct)$/;"	f
GPJ_get_datum_by_name	lib/proj/datum.c	/^int GPJ_get_datum_by_name(const char *name, struct gpj_datum *dstruct)$/;"	f
GPJ_get_datum_params	lib/proj/datum.c	/^int GPJ_get_datum_params(char **name, char **params)$/;"	f
GPJ_get_datum_transform_by_name	lib/proj/datum.c	/^struct gpj_datum_transform_list *GPJ_get_datum_transform_by_name(const char$/;"	f
GPJ_get_default_datum_params_by_name	lib/proj/datum.c	/^int GPJ_get_default_datum_params_by_name(const char *name, char **params)$/;"	f
GPJ_get_ellipsoid_by_name	lib/proj/ellipse.c	/^int GPJ_get_ellipsoid_by_name(const char *name, struct gpj_ellps *estruct)$/;"	f
GPJ_get_ellipsoid_params	lib/proj/ellipse.c	/^int GPJ_get_ellipsoid_params(double *a, double *e2, double *rf)$/;"	f
GPJ_get_equivalent_latlong	lib/proj/get_proj.c	/^int GPJ_get_equivalent_latlong(struct pj_info *pjnew, struct pj_info *pjold)$/;"	f
GPJ_grass_to_osr	lib/proj/convert.c	/^OGRSpatialReferenceH GPJ_grass_to_osr(struct Key_Value * proj_info,$/;"	f
GPJ_grass_to_wkt	lib/proj/convert.c	/^char *GPJ_grass_to_wkt(struct Key_Value *proj_info,$/;"	f
GPJ_osr_to_grass	lib/proj/convert.c	/^int GPJ_osr_to_grass(struct Cell_head *cellhd, struct Key_Value **projinfo,$/;"	f
GPJ_set_csv_loc	lib/proj/convert.c	/^const char *GPJ_set_csv_loc(const char *name)$/;"	f
GPJ_wkt_to_grass	lib/proj/convert.c	/^int GPJ_wkt_to_grass(struct Cell_head *cellhd, struct Key_Value **projinfo,$/;"	f
GPT_MAX_ATTR	include/gstypes.h	194;"	d
GP_Get_ClientData	lib/ogsf/GP2.c	/^void *GP_Get_ClientData(int id)$/;"	f
GP_Set_ClientData	lib/ogsf/GP2.c	/^int GP_Set_ClientData(int id, void *clientd)$/;"	f
GP_alldraw_site	lib/ogsf/GP2.c	/^void GP_alldraw_site(void)$/;"	f
GP_attmode_color	lib/ogsf/GP2.c	/^int GP_attmode_color(int id, const char *filename)$/;"	f
GP_attmode_none	lib/ogsf/GP2.c	/^int GP_attmode_none(int id)$/;"	f
GP_delete_site	lib/ogsf/GP2.c	/^int GP_delete_site(int id)$/;"	f
GP_draw_site	lib/ogsf/GP2.c	/^void GP_draw_site(int id)$/;"	f
GP_get_site_list	lib/ogsf/GP2.c	/^int *GP_get_site_list(int *numsites)$/;"	f
GP_get_sitemode	lib/ogsf/GP2.c	/^int GP_get_sitemode(int id, int *atmod, int *color, int *width, float *size,$/;"	f
GP_get_sitename	lib/ogsf/GP2.c	/^int GP_get_sitename(int id, char **filename)$/;"	f
GP_get_trans	lib/ogsf/GP2.c	/^void GP_get_trans(int id, float *xtrans, float *ytrans, float *ztrans)$/;"	f
GP_get_zmode	lib/ogsf/GP2.c	/^int GP_get_zmode(int id, int *use_z)$/;"	f
GP_load_site	lib/ogsf/GP2.c	/^int GP_load_site(int id, const char *filename)$/;"	f
GP_new_site	lib/ogsf/GP2.c	/^int GP_new_site(void)$/;"	f
GP_num_sites	lib/ogsf/GP2.c	/^int GP_num_sites(void)$/;"	f
GP_select_surf	lib/ogsf/GP2.c	/^int GP_select_surf(int hp, int hs)$/;"	f
GP_set_sitemode	lib/ogsf/GP2.c	/^int GP_set_sitemode(int id, int atmod, int color, int width, float size,$/;"	f
GP_set_trans	lib/ogsf/GP2.c	/^void GP_set_trans(int id, float xtrans, float ytrans, float ztrans)$/;"	f
GP_set_zmode	lib/ogsf/GP2.c	/^int GP_set_zmode(int id, int use_z)$/;"	f
GP_site_exists	lib/ogsf/GP2.c	/^int GP_site_exists(int id)$/;"	f
GP_surf_is_selected	lib/ogsf/GP2.c	/^int GP_surf_is_selected(int hp, int hs)$/;"	f
GP_unselect_surf	lib/ogsf/GP2.c	/^int GP_unselect_surf(int hp, int hs)$/;"	f
GParams	vector/v.edit/global.h	/^struct GParams$/;"	s
GParams	visualization/nviz2/cmd/local_proto.h	/^struct GParams$/;"	s
GRADPARAM1	raster/r.resamp.rst/surf.h	7;"	d
GRADPARAM1	vector/v.surf.rst/surf.h	8;"	d
GRADPARAM1	vector/v.vol.rst/surf.h	8;"	d
GRADPARAM2	raster/r.resamp.rst/surf.h	8;"	d
GRADPARAM2	vector/v.surf.rst/surf.h	9;"	d
GRADPARAM2	vector/v.vol.rst/surf.h	9;"	d
GRADPARAM3	raster/r.resamp.rst/surf.h	9;"	d
GRADPARAM3	vector/v.surf.rst/surf.h	10;"	d
GRADPARAM3	vector/v.vol.rst/surf.h	10;"	d
GRAPH	include/vect/dig_structs.h	/^typedef dglGraph_s GRAPH;	\/* graph structure *\/$/;"	t
GRAPH_CLOSE	include/graphics.h	29;"	d
GRASSStartup	gui/wxpython/gis_set.py	/^class GRASSStartup(wx.Frame):$/;"	c
GRASS_CLUSTER_H	include/cluster.h	2;"	d
GRASS_COLORS_H	include/colors.h	2;"	d
GRASS_CONFIGURE_PARAMS	general/g.version/Makefile	/^GRASS_CONFIGURE_PARAMS=`head -n 7 .\/..\/..\/config.status | tail -n 1 | tr -d '\\012'`$/;"	m
GRASS_DATETIME_H	include/datetime.h	2;"	d
GRASS_DBMI_H	include/dbmi.h	2;"	d
GRASS_DGRAPH_H	lib/vector/Vlib/dgraph.h	2;"	d
GRASS_DIRSEP	include/gis.h	148;"	d
GRASS_DIRSEP	swig/perl/gis.h	142;"	d
GRASS_DISPLAY_H	include/display.h	2;"	d
GRASS_EDIT_H	include/edit.h	2;"	d
GRASS_EPSILON	include/gis.h	91;"	d
GRASS_EPSILON	swig/perl/gis.h	85;"	d
GRASS_ERR	include/vect/dig_defines.h	2;"	d
GRASS_E_INTERSECT_H	lib/vector/Vlib/e_intersect.h	2;"	d
GRASS_G3D_H	include/G3d.h	4;"	d
GRASS_GISDEFS_H	include/gisdefs.h	18;"	d
GRASS_GISDEFS_H	swig/perl/gisdefs.h	18;"	d
GRASS_GIS_H	include/gis.h	19;"	d
GRASS_GIS_H	swig/perl/gis.h	19;"	d
GRASS_GLOCALE_H	include/glocale.h	2;"	d
GRASS_ICON_H	include/icon.h	5;"	d
GRASS_IMAGEDEFS_H	include/imagedefs.h	2;"	d
GRASS_IMAGERY_H	include/imagery.h	2;"	d
GRASS_LINKM_H	include/linkm.h	2;"	d
GRASS_MAX_COLORS	raster/r.out.gdal/local_proto.h	5;"	d
GRASS_NS	vector/v.out.svg/main.c	28;"	d	file:
GRASS_NVIZ_DOCS	visualization/nviz/html/Makefile	/^GRASS_NVIZ_DOCS=$(GISBASE)\/docs\/html\/nviz$/;"	m
GRASS_NVIZ_H	include/nviz.h	2;"	d
GRASS_OK	include/vect/dig_defines.h	1;"	d
GRASS_PDFDIR	Makefile	/^GRASS_PDFDIR=		$(GISBASE)\/docs\/pdf$/;"	m
GRASS_P_DATETIME_H	include/P_datetime.h	3;"	d
GRASS_P_SITE_H	include/P_site.h	3;"	d
GRASS_ROWIO_H	include/rowio.h	2;"	d
GRASS_SEGMENT_H	include/segment.h	2;"	d
GRASS_SITELIB_H	include/sitelib.h	2;"	d
GRASS_SPAWN_H	include/spawn.h	3;"	d
GRASS_STATS_H	include/stats.h	3;"	d
GRASS_SYMB_H	include/symbol.h	2;"	d
GRASS_VECT_COOR_ELEMENT	include/vect/dig_defines.h	10;"	d
GRASS_VECT_DBLN_ELEMENT	include/vect/dig_defines.h	12;"	d
GRASS_VECT_DIRECTORY	include/vect/dig_defines.h	8;"	d
GRASS_VECT_FRMT_ELEMENT	include/vect/dig_defines.h	9;"	d
GRASS_VECT_H	include/Vect.h	2;"	d
GRASS_VECT_HEAD_ELEMENT	include/vect/dig_defines.h	11;"	d
GRASS_VECT_HIST_ELEMENT	include/vect/dig_defines.h	13;"	d
GRASS_VEDIT_H	include/vedit.h	2;"	d
GRASS_VERSION_BUILD	macosx/app/Makefile	/^GRASS_VERSION_BUILD = `\/bin\/date "+%y%m%d"`$/;"	m
GRASS_VERSION_MAJOR	gem/Makefile	/^GRASS_VERSION_MAJOR=6$/;"	m
GRASS_VERSION_MINOR	gem/Makefile	/^GRASS_VERSION_MINOR=4$/;"	m
GRASS_VERSION_NUMBER	lib/init/set_data.c	16;"	d	file:
GRASS_VERSION_UPDATE_PKG	general/g.version/main.c	23;"	d	file:
GRASS_VLIB_V_H	include/V_.h	2;"	d
GRASS_V_VERSION	include/vect/dig_defines.h	97;"	d
GRASS_copyright	include/gis.h	/^static const char *GRASS_copyright __attribute__ ((unused))$/;"	v
GRASS_copyright	swig/perl/gis.h	/^static const char *GRASS_copyright __attribute__ ((unused))$/;"	v
GRAY	include/colors.h	17;"	d
GRAY	raster/r.le/r.le.setup/colors.h	32;"	d
GRD_COMMAND_LEN	raster/r.in.bin/gmt_grd.h	33;"	d
GRD_COMMAND_LEN	raster/r.out.bin/gmt_grd.h	33;"	d
GRD_HEADER	raster/r.in.bin/gmt_grd.h	/^struct GRD_HEADER$/;"	s
GRD_HEADER	raster/r.out.bin/gmt_grd.h	/^struct GRD_HEADER$/;"	s
GRD_REMARK_LEN	raster/r.in.bin/gmt_grd.h	34;"	d
GRD_REMARK_LEN	raster/r.out.bin/gmt_grd.h	34;"	d
GRD_TITLE_LEN	raster/r.in.bin/gmt_grd.h	35;"	d
GRD_TITLE_LEN	raster/r.out.bin/gmt_grd.h	35;"	d
GRD_UNIT_LEN	raster/r.in.bin/gmt_grd.h	36;"	d
GRD_UNIT_LEN	raster/r.out.bin/gmt_grd.h	36;"	d
GREATER	include/vect/dig_macros.h	24;"	d
GREEK_FONT	imagery/i.class/defs.h	103;"	d
GREEN	imagery/i.class/globals.h	34;"	d
GREEN	imagery/i.ortho.photo/photo.2image/globals.h	57;"	d
GREEN	imagery/i.ortho.photo/photo.2target/globals.h	78;"	d
GREEN	imagery/i.points/globals.h	50;"	d
GREEN	include/colors.h	11;"	d
GREEN	raster/r.le/r.le.setup/colors.h	26;"	d
GREGION_LOCAL_PROTO_H	general/g.region/local_proto.h	2;"	d
GREY	imagery/i.ask/popup.c	/^static int WHITE, RED, BLACK, GREY;$/;"	v	file:
GREY	imagery/i.class/globals.h	35;"	d
GREY	imagery/i.ortho.photo/photo.2image/globals.h	58;"	d
GREY	imagery/i.ortho.photo/photo.2target/globals.h	79;"	d
GREY	imagery/i.points/globals.h	51;"	d
GREY	include/colors.h	24;"	d
GREY	ps/ps.map/ps_info.h	/^int GREY = 9;$/;"	v
GREY	ps/ps.map/ps_info.h	81;"	d
GRID3	lib/gis/timestamp.c	329;"	d	file:
GRIDDIR	include/gprojects.h	31;"	d
GRID_DEBUG	raster/r.terraflow/grid.cc	25;"	d	file:
GRID_H	raster/r.terraflow/grid.h	21;"	d
GRID_ID	lib/dspf/viz.h	5;"	d
GRID_ID	raster3d/r3.showdspf/vizual2.h	6;"	d
GRMap::cleanup	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::cleanup { } {$/;"	p
GRMap::cleargcp	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::cleargcp {} {$/;"	p
GRMap::coordconv	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::coordconv { } {$/;"	p
GRMap::currentzoom	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::currentzoom { } {$/;"	p
GRMap::display_server	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::display_server {} {$/;"	p
GRMap::do_resize	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::do_resize {} {$/;"	p
GRMap::dragpan	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::dragpan { x y} {$/;"	p
GRMap::drawmap	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::drawmap { } {$/;"	p
GRMap::drawzoom	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::drawzoom { x y } {$/;"	p
GRMap::driversettings	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::driversettings { } {$/;"	p
GRMap::erase	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::erase { } {$/;"	p
GRMap::gcp_error	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::gcp_error { } {$/;"	p
GRMap::gcptb	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::gcptb { gcptb } {$/;"	p
GRMap::gcpwin	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::gcpwin {} {$/;"	p
GRMap::get_gcp	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::get_gcp { } {$/;"	p
GRMap::getmset	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::getmset { } {$/;"	p
GRMap::getxygroup	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::getxygroup { vgcreate } {$/;"	p
GRMap::getxymap	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::getxymap { type } {$/;"	p
GRMap::getxyvect	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::getxyvect { } {$/;"	p
GRMap::group	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::group { } {$/;"	p
GRMap::mape2scrx	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::mape2scrx { east } {$/;"	p
GRMap::mapn2scry	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::mapn2scry { north } {$/;"	p
GRMap::markgcp	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::markgcp { x y } {$/;"	p
GRMap::markzoom	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::markzoom { x y} {$/;"	p
GRMap::pan	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::pan { } {$/;"	p
GRMap::panbind	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::panbind { } {$/;"	p
GRMap::read_vgroup	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::read_vgroup { xygroup } {$/;"	p
GRMap::rectify	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::rectify { } {$/;"	p
GRMap::refmap	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::refmap { } {$/;"	p
GRMap::request_redraw	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::request_redraw {modified} {$/;"	p
GRMap::resetenv	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::resetenv { } {$/;"	p
GRMap::restorecursor	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::restorecursor {} {$/;"	p
GRMap::runprograms	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::runprograms { mod } {$/;"	p
GRMap::savegcp	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::savegcp {} {$/;"	p
GRMap::scrx2mape	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::scrx2mape { x } {$/;"	p
GRMap::scry2mapn	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::scry2mapn { y } {$/;"	p
GRMap::selector	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::selector { } {$/;"	p
GRMap::setcursor	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::setcursor {  ctype } {$/;"	p
GRMap::setxyenv	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::setxyenv { mset loc } {$/;"	p
GRMap::shrinkwrap	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::shrinkwrap {sense nsew1 ar2 } {$/;"	p
GRMap::startpan	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::startpan { x y} {$/;"	p
GRMap::startup	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::startup { } {$/;"	p
GRMap::stoptool	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::stoptool { } {$/;"	p
GRMap::vgroup	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::vgroup { } {$/;"	p
GRMap::write_vgroup	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::write_vgroup {xygroup xyvect} {$/;"	p
GRMap::zoom_back	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::zoom_back { } {$/;"	p
GRMap::zoom_gregion	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::zoom_gregion { args} {$/;"	p
GRMap::zoom_map	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::zoom_map { } {$/;"	p
GRMap::zoom_new	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::zoom_new { args} {$/;"	p
GRMap::zoom_previous	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::zoom_previous {} {$/;"	p
GRMap::zoombind	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::zoombind { zoom } {$/;"	p
GRMap::zoomregion	gui/tcltk/gis.m/georect.tcl	/^proc GRMap::zoomregion { zoom } {$/;"	p
GRN_MASK	include/nviz.h	63;"	d
GRN_MASK	lib/ogsf/gsd_prim.c	39;"	d	file:
GRN_MASK	lib/ogsf/rgbpack.h	5;"	d
GRN_MASK	visualization/nviz/src/coldefs.h	6;"	d
GROK_NUMERIC_RADIX	swig/perl/R_slope_aspect/ppport.h	706;"	d
GROUPFILE	include/imagery.h	108;"	d
GROUP_BITS	general/g.access/access.h	2;"	d
GROUP_PERMS	general/g.access/access.h	6;"	d
GRToolBar::changebutton	gui/tcltk/gis.m/georecttool.tcl	/^proc GRToolBar::changebutton { rbname } {$/;"	p
GRToolBar::create	gui/tcltk/gis.m/georecttool.tcl	/^proc GRToolBar::create { tb } {$/;"	p
GRToolbar	gui/wxpython/gui_modules/toolbars.py	/^class GRToolbar(AbstractToolbar):$/;"	c
GR_FATAL_EXIT	include/gis.h	226;"	d
GR_FATAL_EXIT	swig/perl/gis.h	210;"	d
GR_FATAL_PRINT	include/gis.h	227;"	d
GR_FATAL_PRINT	swig/perl/gis.h	211;"	d
GR_FATAL_RETURN	include/gis.h	228;"	d
GR_FATAL_RETURN	swig/perl/gis.h	212;"	d
GRegion	vector/v.digit/global.h	/^Global struct Cell_head GRegion;	\/* Current region (synchronized with GRASS WIND) *\/$/;"	v	typeref:struct:Cell_head
GSD_BACK	include/gsurf.h	101;"	d
GSD_BOTH	include/gsurf.h	102;"	d
GSD_BOTH	visualization/nviz/src/draw.c	17;"	d	file:
GSD_BOTH	visualization/nviz/src/draw.c	18;"	d	file:
GSD_FRONT	include/gsurf.h	100;"	d
GSL_DBL_EPSILON	lib/gmath/brent.c	31;"	d	file:
GSL_SQRT_DBL_EPSILON	lib/gmath/brent.c	30;"	d	file:
GSQL_MAX	gui/wxpython/vdigit/digit.h	4;"	d
GSTATS	raster/r.kappa/kappa.h	32;"	d
GSTATS	raster/r.report/global.h	31;"	d
GS_BLANK	raster/r.in.ascii/main.c	/^const float GS_BLANK = 1.70141E+038;$/;"	v
GS_CHAR8	include/gstypes.h	43;"	d
GS_Get_ClientData	lib/ogsf/GS2.c	/^void *GS_Get_ClientData(int id)$/;"	f
GS_INT32	include/gstypes.h	45;"	d
GS_NEAR_EQUAL	include/gsurf.h	24;"	d
GS_P2distance	lib/ogsf/GS_util.c	/^float GS_P2distance(float *from, float *to)$/;"	f
GS_SHORT16	include/gstypes.h	44;"	d
GS_Set_ClientData	lib/ogsf/GS2.c	/^int GS_Set_ClientData(int id, void *clientd)$/;"	f
GS_UNIT_SIZE	include/gsurf.h	21;"	d
GS_alldraw_cplane_fences	lib/ogsf/GS2.c	/^void GS_alldraw_cplane_fences(void)$/;"	f
GS_alldraw_surf	lib/ogsf/GS2.c	/^void GS_alldraw_surf(void)$/;"	f
GS_alldraw_wire	lib/ogsf/GS2.c	/^void GS_alldraw_wire(void)$/;"	f
GS_background_color	lib/ogsf/GS2.c	/^unsigned int GS_background_color(void)$/;"	f
GS_check_cancel	lib/ogsf/GSX.c	/^int GS_check_cancel(void)$/;"	f
GS_clear	lib/ogsf/GS2.c	/^void GS_clear(int col)$/;"	f
GS_coordpair_repeats	lib/ogsf/GS_util.c	/^int GS_coordpair_repeats(float *p1, float *p2, int nhist)$/;"	f
GS_default_draw_color	lib/ogsf/GS2.c	/^unsigned int GS_default_draw_color(void)$/;"	f
GS_delete_list	lib/ogsf/GS2.c	/^void GS_delete_list(GLuint list_id)$/;"	f
GS_delete_surface	lib/ogsf/GS2.c	/^int GS_delete_surface(int id)$/;"	f
GS_distance	lib/ogsf/GS_util.c	/^float GS_distance(float *from, float *to)$/;"	f
GS_done_draw	lib/ogsf/GS2.c	/^void GS_done_draw(void)$/;"	f
GS_draw_X	lib/ogsf/GS2.c	/^void GS_draw_X(int id, float *pt)$/;"	f
GS_draw_all_list	lib/ogsf/GS2.c	/^void GS_draw_all_list(void)$/;"	f
GS_draw_cplane	lib/ogsf/GS2.c	/^void GS_draw_cplane(int num)$/;"	f
GS_draw_cplane_fence	lib/ogsf/GS2.c	/^int GS_draw_cplane_fence(int hs1, int hs2, int num)$/;"	f
GS_draw_flowline_at_xy	lib/ogsf/GS2.c	/^void GS_draw_flowline_at_xy(int id, float x, float y)$/;"	f
GS_draw_fringe	lib/ogsf/GS2.c	/^void GS_draw_fringe(int id, unsigned long clr, float elev, int *where)$/;"	f
GS_draw_legend	lib/ogsf/GS2.c	/^int GS_draw_legend(const char *name, GLuint fontbase, int size, int *flags,$/;"	f
GS_draw_lighting_model	lib/ogsf/GS2.c	/^void GS_draw_lighting_model(void)$/;"	f
GS_draw_lighting_model1	lib/ogsf/GS2.c	/^void GS_draw_lighting_model1(void)$/;"	f
GS_draw_line_onsurf	lib/ogsf/GS2.c	/^void GS_draw_line_onsurf(int id, float x1, float y1, float x2, float y2)$/;"	f
GS_draw_list	lib/ogsf/GS2.c	/^void GS_draw_list(GLuint list_id)$/;"	f
GS_draw_nline_onsurf	lib/ogsf/GS2.c	/^int GS_draw_nline_onsurf(int id, float x1, float y1, float x2, float y2,$/;"	f
GS_draw_surf	lib/ogsf/GS2.c	/^void GS_draw_surf(int id)$/;"	f
GS_draw_wire	lib/ogsf/GS2.c	/^void GS_draw_wire(int id)$/;"	f
GS_dv3norm	lib/ogsf/GS_util.c	/^int GS_dv3norm(double *dv1)$/;"	f
GS_geodistance	lib/ogsf/GS_util.c	/^double GS_geodistance(double *from, double *to, const char *units)$/;"	f
GS_get_SDscale	lib/ogsf/GS2.c	/^int GS_get_SDscale(float *scale)$/;"	f
GS_get_SDsurf	lib/ogsf/GS2.c	/^int GS_get_SDsurf(int *id)$/;"	f
GS_get_aspect	lib/ogsf/GS2.c	/^double GS_get_aspect(void)$/;"	f
GS_get_att	lib/ogsf/GS2.c	/^int GS_get_att(int id, int att, int *set, float *constant, char *mapname)$/;"	f
GS_get_cat_at_xy	lib/ogsf/GS2.c	/^int GS_get_cat_at_xy(int id, int att, char *catstr, float x, float y)$/;"	f
GS_get_dims	lib/ogsf/GS2.c	/^void GS_get_dims(int id, int *rows, int *cols)$/;"	f
GS_get_distance_alongsurf	lib/ogsf/GS2.c	/^int GS_get_distance_alongsurf(int hs, float x1, float y1, float x2, float y2,$/;"	f
GS_get_drawmode	lib/ogsf/GS2.c	/^int GS_get_drawmode(int id, int *mode)$/;"	f
GS_get_drawres	lib/ogsf/GS2.c	/^void GS_get_drawres(int id, int *xres, int *yres, int *xwire, int *ywire)$/;"	f
GS_get_exag_guess	lib/ogsf/GS2.c	/^int GS_get_exag_guess(int id, float *exag)$/;"	f
GS_get_fencecolor	lib/ogsf/GS2.c	/^int GS_get_fencecolor(void)$/;"	f
GS_get_focus	lib/ogsf/GS2.c	/^int GS_get_focus(float *realto)$/;"	f
GS_get_fov	lib/ogsf/GS2.c	/^int GS_get_fov(void)$/;"	f
GS_get_from	lib/ogsf/GS2.c	/^void GS_get_from(float *fr)$/;"	f
GS_get_from_real	lib/ogsf/GS2.c	/^void GS_get_from_real(float *fr)$/;"	f
GS_get_longdim	lib/ogsf/GS2.c	/^int GS_get_longdim(float *dim)$/;"	f
GS_get_maskmode	lib/ogsf/GS2.c	/^int GS_get_maskmode(int id, int *mode)$/;"	f
GS_get_modelposition	lib/ogsf/GS2.c	/^void GS_get_modelposition(float *siz, float *pos)$/;"	f
GS_get_modelposition1	lib/ogsf/GS2.c	/^void GS_get_modelposition1(float pos[])$/;"	f
GS_get_norm_at_xy	lib/ogsf/GS2.c	/^int GS_get_norm_at_xy(int id, float x, float y, float *nv)$/;"	f
GS_get_nozero	lib/ogsf/GS2.c	/^int GS_get_nozero(int id, int att, int *mode)$/;"	f
GS_get_region	lib/ogsf/GS2.c	/^int GS_get_region(float *n, float *s, float *w, float *e)$/;"	f
GS_get_scale	lib/ogsf/GS2.c	/^void GS_get_scale(float *sx, float *sy, float *sz, int doexag)$/;"	f
GS_get_selected_point_on_surface	lib/ogsf/GS2.c	/^int GS_get_selected_point_on_surface(int sx, int sy, int *id, float *x,$/;"	f
GS_get_surf_list	lib/ogsf/GS2.c	/^int *GS_get_surf_list(int *numsurfs)$/;"	f
GS_get_to	lib/ogsf/GS2.c	/^void GS_get_to(float *to)$/;"	f
GS_get_to_real	lib/ogsf/GS2.c	/^void GS_get_to_real(float *to)$/;"	f
GS_get_trans	lib/ogsf/GS2.c	/^void GS_get_trans(int id, float *xtrans, float *ytrans, float *ztrans)$/;"	f
GS_get_twist	lib/ogsf/GS2.c	/^int GS_get_twist(void)$/;"	f
GS_get_val_at_xy	lib/ogsf/GS2.c	/^int GS_get_val_at_xy(int id, int att, char *valstr, float x, float y)$/;"	f
GS_get_viewdir	lib/ogsf/GS2.c	/^void GS_get_viewdir(float *dir)$/;"	f
GS_get_wire_color	lib/ogsf/GS2.c	/^int GS_get_wire_color(int id, int *colr)$/;"	f
GS_get_zextents	lib/ogsf/GS2.c	/^int GS_get_zextents(int id, float *min, float *max, float *mid)$/;"	f
GS_get_zrange	lib/ogsf/GS2.c	/^int GS_get_zrange(float *min, float *max, int doexag)$/;"	f
GS_get_zrange_nz	lib/ogsf/GS2.c	/^void GS_get_zrange_nz(float *min, float *max)$/;"	f
GS_getlight_ambient	lib/ogsf/GS2.c	/^void GS_getlight_ambient(int num, float *red, float *green, float *blue)$/;"	f
GS_getlight_color	lib/ogsf/GS2.c	/^void GS_getlight_color(int num, float *red, float *green, float *blue)$/;"	f
GS_getlight_position	lib/ogsf/GS2.c	/^void GS_getlight_position(int num, float *xpos, float *ypos, float *zpos,$/;"	f
GS_global_exag	lib/ogsf/GS2.c	/^float GS_global_exag(void)$/;"	f
GS_has_transparency	lib/ogsf/GS2.c	/^int GS_has_transparency(void)$/;"	f
GS_init_view	lib/ogsf/GS2.c	/^void GS_init_view(void)$/;"	f
GS_is_masked	lib/ogsf/GS2.c	/^int GS_is_masked(int id, float *pt)$/;"	f
GS_libinit	lib/ogsf/GS2.c	/^void GS_libinit(void)$/;"	f
GS_lights_off	lib/ogsf/GS2.c	/^void GS_lights_off(void)$/;"	f
GS_lights_on	lib/ogsf/GS2.c	/^void GS_lights_on(void)$/;"	f
GS_load_3dview	lib/ogsf/GS2.c	/^int GS_load_3dview(const char *vname, int surfid)$/;"	f
GS_load_att_map	lib/ogsf/GS2.c	/^int GS_load_att_map(int id, const char *filename, int att)$/;"	f
GS_look_here	lib/ogsf/GS2.c	/^int GS_look_here(int sx, int sy)$/;"	f
GS_moveto	lib/ogsf/GS2.c	/^void GS_moveto(float *pt)$/;"	f
GS_moveto_real	lib/ogsf/GS2.c	/^void GS_moveto_real(float *pt)$/;"	f
GS_new_light	lib/ogsf/GS2.c	/^int GS_new_light(void)$/;"	f
GS_new_surface	lib/ogsf/GS2.c	/^int GS_new_surface(void)$/;"	f
GS_num_surfs	lib/ogsf/GS2.c	/^int GS_num_surfs(void)$/;"	f
GS_ready_draw	lib/ogsf/GS2.c	/^void GS_ready_draw(void)$/;"	f
GS_save_3dview	lib/ogsf/GS2.c	/^int GS_save_3dview(const char *vname, int surfid)$/;"	f
GS_set_Narrow	lib/ogsf/GS2.c	/^void GS_set_Narrow(int *pt, int id, float *pos2)$/;"	f
GS_set_SDscale	lib/ogsf/GS2.c	/^int GS_set_SDscale(float scale)$/;"	f
GS_set_SDsurf	lib/ogsf/GS2.c	/^int GS_set_SDsurf(int id)$/;"	f
GS_set_att_const	lib/ogsf/GS2.c	/^int GS_set_att_const(int id, int att, float constant)$/;"	f
GS_set_att_defaults	lib/ogsf/GS2.c	/^void GS_set_att_defaults(float *defs, float *null_defs)$/;"	f
GS_set_cancel	lib/ogsf/GSX.c	/^void GS_set_cancel(int c)$/;"	f
GS_set_cplane	lib/ogsf/GS2.c	/^void GS_set_cplane(int num)$/;"	f
GS_set_cplane_rot	lib/ogsf/GS2.c	/^void GS_set_cplane_rot(int num, float dx, float dy, float dz)$/;"	f
GS_set_cplane_trans	lib/ogsf/GS2.c	/^void GS_set_cplane_trans(int num, float dx, float dy, float dz)$/;"	f
GS_set_cxl_func	lib/ogsf/GSX.c	/^void GS_set_cxl_func(void (*f) (void))$/;"	f
GS_set_draw	lib/ogsf/GS2.c	/^void GS_set_draw(int where)$/;"	f
GS_set_drawmode	lib/ogsf/GS2.c	/^int GS_set_drawmode(int id, int mode)$/;"	f
GS_set_drawres	lib/ogsf/GS2.c	/^int GS_set_drawres(int id, int xres, int yres, int xwire, int ywire)$/;"	f
GS_set_exag	lib/ogsf/GS2.c	/^void GS_set_exag(int id, float exag)$/;"	f
GS_set_fencecolor	lib/ogsf/GS2.c	/^void GS_set_fencecolor(int mode)$/;"	f
GS_set_focus	lib/ogsf/GS2.c	/^void GS_set_focus(float *realto)$/;"	f
GS_set_focus_center_map	lib/ogsf/GS2.c	/^void GS_set_focus_center_map(int id)$/;"	f
GS_set_focus_real	lib/ogsf/GS2.c	/^void GS_set_focus_real(float *realto)$/;"	f
GS_set_fov	lib/ogsf/GS2.c	/^void GS_set_fov(int fov)$/;"	f
GS_set_global_exag	lib/ogsf/GS2.c	/^void GS_set_global_exag(float exag)$/;"	f
GS_set_infocus	lib/ogsf/GS2.c	/^void GS_set_infocus(void)$/;"	f
GS_set_maskmode	lib/ogsf/GS2.c	/^int GS_set_maskmode(int id, int mode)$/;"	f
GS_set_nofocus	lib/ogsf/GS2.c	/^void GS_set_nofocus(void)$/;"	f
GS_set_nozero	lib/ogsf/GS2.c	/^void GS_set_nozero(int id, int att, int mode)$/;"	f
GS_set_swap_func	lib/ogsf/GSX.c	/^void GS_set_swap_func(void (*f) (void))$/;"	f
GS_set_trans	lib/ogsf/GS2.c	/^void GS_set_trans(int id, float xtrans, float ytrans, float ztrans)$/;"	f
GS_set_twist	lib/ogsf/GS2.c	/^void GS_set_twist(int t)$/;"	f
GS_set_viewdir	lib/ogsf/GS2.c	/^void GS_set_viewdir(float *dir)$/;"	f
GS_set_viewport	lib/ogsf/GS2.c	/^void GS_set_viewport(int left, int right, int bottom, int top)$/;"	f
GS_set_wire_color	lib/ogsf/GS2.c	/^void GS_set_wire_color(int id, int colr)$/;"	f
GS_setall_drawmode	lib/ogsf/GS2.c	/^int GS_setall_drawmode(int mode)$/;"	f
GS_setall_drawres	lib/ogsf/GS2.c	/^int GS_setall_drawres(int xres, int yres, int xwire, int ywire)$/;"	f
GS_setlight_ambient	lib/ogsf/GS2.c	/^void GS_setlight_ambient(int num, float red, float green, float blue)$/;"	f
GS_setlight_color	lib/ogsf/GS2.c	/^void GS_setlight_color(int num, float red, float green, float blue)$/;"	f
GS_setlight_position	lib/ogsf/GS2.c	/^void GS_setlight_position(int num, float xpos, float ypos, float zpos,$/;"	f
GS_surf_exists	lib/ogsf/GS2.c	/^int GS_surf_exists(int id)$/;"	f
GS_switchlight	lib/ogsf/GS2.c	/^void GS_switchlight(int num, int on)$/;"	f
GS_transp_is_set	lib/ogsf/GS2.c	/^int GS_transp_is_set(void)$/;"	f
GS_unset_SDsurf	lib/ogsf/GS2.c	/^void GS_unset_SDsurf(void)$/;"	f
GS_unset_att	lib/ogsf/GS2.c	/^int GS_unset_att(int id, int att)$/;"	f
GS_unset_cplane	lib/ogsf/GS2.c	/^void GS_unset_cplane(int num)$/;"	f
GS_update_curmask	lib/ogsf/GS2.c	/^int GS_update_curmask(int id)$/;"	f
GS_update_normals	lib/ogsf/GS2.c	/^int GS_update_normals(int id)$/;"	f
GS_v2dir	lib/ogsf/GS_util.c	/^void GS_v2dir(float *v1, float *v2, float *v3)$/;"	f
GS_v2norm	lib/ogsf/GS_util.c	/^int GS_v2norm(float *v1)$/;"	f
GS_v3add	lib/ogsf/GS_util.c	/^void GS_v3add(float *v1, float *v2)$/;"	f
GS_v3cross	lib/ogsf/GS_util.c	/^void GS_v3cross(float *v1, float *v2, float *v3)$/;"	f
GS_v3dir	lib/ogsf/GS_util.c	/^int GS_v3dir(float *v1, float *v2, float *v3)$/;"	f
GS_v3eq	lib/ogsf/GS_util.c	/^void GS_v3eq(float *v1, float *v2)$/;"	f
GS_v3mag	lib/ogsf/GS_util.c	/^void GS_v3mag(float *v1, float *mag)$/;"	f
GS_v3mult	lib/ogsf/GS_util.c	/^void GS_v3mult(float *v1, float k)$/;"	f
GS_v3norm	lib/ogsf/GS_util.c	/^int GS_v3norm(float *v1)$/;"	f
GS_v3normalize	lib/ogsf/GS_util.c	/^int GS_v3normalize(float *v1, float *v2)$/;"	f
GS_v3sub	lib/ogsf/GS_util.c	/^void GS_v3sub(float *v1, float *v2)$/;"	f
GS_write_ppm	lib/ogsf/gsd_img_ppm.c	/^int GS_write_ppm(const char *name)$/;"	f
GS_write_tif	lib/ogsf/gsd_img_tif.c	/^int GS_write_tif(const char *name)$/;"	f
GS_write_zoom	lib/ogsf/gsd_img_ppm.c	/^int GS_write_zoom(const char *name, unsigned int xsize, unsigned int ysize)$/;"	f
GS_zoom_setup	lib/ogsf/GS2.c	/^void GS_zoom_setup(int *a, int *b, int *c, int *d, int *maxx, int *maxy)$/;"	f
GSelect	lib/gtcltk/select.tcl	/^proc GSelect { element args } {$/;"	p
GSelect_::create	lib/gtcltk/select.tcl	/^proc GSelect_::create { element args } {$/;"	p
GSelect_::moddir	lib/gtcltk/select.tcl	/^proc GSelect_::moddir { idx tree node } {$/;"	p
GSelect_::select	lib/gtcltk/select.tcl	/^proc GSelect_::select { id tree node } {$/;"	p
GSelect_::select_toggle	lib/gtcltk/select.tcl	/^proc GSelect_::select_toggle { id tree node} {$/;"	p
GSelect_::selectclose	lib/gtcltk/select.tcl	/^proc GSelect_::selectclose { id tree node } {$/;"	p
GSelect_::terminate	lib/gtcltk/select.tcl	/^proc GSelect_::terminate { id } {$/;"	p
GStdError	gui/wxpython/gui_modules/gcmd.py	/^class GStdError(GException):$/;"	c
GTCLTKFORM	lib/form/Makefile	/^    GTCLTKFORM = $(HTMLLIB) $(FORM) $(FORMPROG) $/;"	m
GUI	general/g.mapsets/Makefile	/^GUI = $(GISBASE)\/etc\/g.mapsets.tcl$/;"	m
GUI	gui/wxpython/gui_modules/menuform.py	/^class GUI:$/;"	c
GVFILE	include/vect/dig_structs.h	/^typedef struct gvfile GVFILE;$/;"	t	typeref:struct:gvfile
GVL_Get_ClientData	lib/ogsf/GVL2.c	/^void *GVL_Get_ClientData(int id)$/;"	f
GVL_Set_ClientData	lib/ogsf/GVL2.c	/^int GVL_Set_ClientData(int id, void *clientd)$/;"	f
GVL_alldraw_vol	lib/ogsf/GVL2.c	/^void GVL_alldraw_vol(void)$/;"	f
GVL_alldraw_wire	lib/ogsf/GVL2.c	/^void GVL_alldraw_wire(void)$/;"	f
GVL_delete_vol	lib/ogsf/GVL2.c	/^int GVL_delete_vol(int id)$/;"	f
GVL_draw_vol	lib/ogsf/GVL2.c	/^void GVL_draw_vol(int vid)$/;"	f
GVL_draw_wire	lib/ogsf/GVL2.c	/^void GVL_draw_wire(int id)$/;"	f
GVL_get_dims	lib/ogsf/GVL2.c	/^void GVL_get_dims(int id, int *rows, int *cols, int *depths)$/;"	f
GVL_get_region	lib/ogsf/GVL2.c	/^int GVL_get_region(float *n, float *s, float *w, float *e, float *t, float *b)$/;"	f
GVL_get_trans	lib/ogsf/GVL2.c	/^int GVL_get_trans(int id, float *xtrans, float *ytrans, float *ztrans)$/;"	f
GVL_get_vol_list	lib/ogsf/GVL2.c	/^int *GVL_get_vol_list(int *numvols)$/;"	f
GVL_get_volname	lib/ogsf/GVL2.c	/^int GVL_get_volname(int id, char *filename)$/;"	f
GVL_get_window	lib/ogsf/GVL2.c	/^void *GVL_get_window()$/;"	f
GVL_isosurf_add	lib/ogsf/GVL2.c	/^int GVL_isosurf_add(int id)$/;"	f
GVL_isosurf_del	lib/ogsf/GVL2.c	/^int GVL_isosurf_del(int id, int isosurf_id)$/;"	f
GVL_isosurf_get_att	lib/ogsf/GVL2.c	/^int GVL_isosurf_get_att(int id, int isosurf_id,$/;"	f
GVL_isosurf_get_drawmode	lib/ogsf/GVL2.c	/^int GVL_isosurf_get_drawmode(int id, int *mode)$/;"	f
GVL_isosurf_get_drawres	lib/ogsf/GVL2.c	/^void GVL_isosurf_get_drawres(int id, int *xres, int *yres, int *zres)$/;"	f
GVL_isosurf_get_flags	lib/ogsf/GVL2.c	/^int GVL_isosurf_get_flags(int id, int isosurf_id, int *inout)$/;"	f
GVL_isosurf_get_maskmode	lib/ogsf/GVL2.c	/^int GVL_isosurf_get_maskmode(int id, int isosurf_id, int *mode)$/;"	f
GVL_isosurf_move_down	lib/ogsf/GVL2.c	/^int GVL_isosurf_move_down(int id, int isosurf_id)$/;"	f
GVL_isosurf_move_up	lib/ogsf/GVL2.c	/^int GVL_isosurf_move_up(int id, int isosurf_id)$/;"	f
GVL_isosurf_num_isosurfs	lib/ogsf/GVL2.c	/^int GVL_isosurf_num_isosurfs(int id)$/;"	f
GVL_isosurf_set_att_const	lib/ogsf/GVL2.c	/^int GVL_isosurf_set_att_const(int id, int isosurf_id, int att, float constant)$/;"	f
GVL_isosurf_set_att_map	lib/ogsf/GVL2.c	/^int GVL_isosurf_set_att_map(int id, int isosurf_id, int att,$/;"	f
GVL_isosurf_set_drawmode	lib/ogsf/GVL2.c	/^int GVL_isosurf_set_drawmode(int id, int mode)$/;"	f
GVL_isosurf_set_drawres	lib/ogsf/GVL2.c	/^int GVL_isosurf_set_drawres(int id, int xres, int yres, int zres)$/;"	f
GVL_isosurf_set_flags	lib/ogsf/GVL2.c	/^int GVL_isosurf_set_flags(int id, int isosurf_id, int inout)$/;"	f
GVL_isosurf_set_maskmode	lib/ogsf/GVL2.c	/^int GVL_isosurf_set_maskmode(int id, int isosurf_id, int mode)$/;"	f
GVL_isosurf_unset_att	lib/ogsf/GVL2.c	/^int GVL_isosurf_unset_att(int id, int isosurf_id, int att)$/;"	f
GVL_libinit	lib/ogsf/GVL2.c	/^void GVL_libinit(void)$/;"	f
GVL_load_vol	lib/ogsf/GVL2.c	/^int GVL_load_vol(int id, const char *filename)$/;"	f
GVL_new_vol	lib/ogsf/GVL2.c	/^int GVL_new_vol(void)$/;"	f
GVL_num_vols	lib/ogsf/GVL2.c	/^int GVL_num_vols(void)$/;"	f
GVL_set_focus_center_map	lib/ogsf/GVL2.c	/^void GVL_set_focus_center_map(int id)$/;"	f
GVL_set_trans	lib/ogsf/GVL2.c	/^void GVL_set_trans(int id, float xtrans, float ytrans, float ztrans)$/;"	f
GVL_slice_add	lib/ogsf/GVL2.c	/^int GVL_slice_add(int id)$/;"	f
GVL_slice_del	lib/ogsf/GVL2.c	/^int GVL_slice_del(int id, int slice_id)$/;"	f
GVL_slice_get_drawmode	lib/ogsf/GVL2.c	/^int GVL_slice_get_drawmode(int id, int *mode)$/;"	f
GVL_slice_get_drawres	lib/ogsf/GVL2.c	/^void GVL_slice_get_drawres(int id, int *xres, int *yres, int *zres)$/;"	f
GVL_slice_get_pos	lib/ogsf/GVL2.c	/^int GVL_slice_get_pos(int id, int slice_id,$/;"	f
GVL_slice_get_transp	lib/ogsf/GVL2.c	/^int GVL_slice_get_transp(int id, int slice_id, int *transp)$/;"	f
GVL_slice_move_down	lib/ogsf/GVL2.c	/^int GVL_slice_move_down(int id, int slice_id)$/;"	f
GVL_slice_move_up	lib/ogsf/GVL2.c	/^int GVL_slice_move_up(int id, int slice_id)$/;"	f
GVL_slice_num_slices	lib/ogsf/GVL2.c	/^int GVL_slice_num_slices(int id)$/;"	f
GVL_slice_set_drawmode	lib/ogsf/GVL2.c	/^int GVL_slice_set_drawmode(int id, int mode)$/;"	f
GVL_slice_set_drawres	lib/ogsf/GVL2.c	/^int GVL_slice_set_drawres(int id, int xres, int yres, int zres)$/;"	f
GVL_slice_set_pos	lib/ogsf/GVL2.c	/^int GVL_slice_set_pos(int id, int slice_id,$/;"	f
GVL_slice_set_transp	lib/ogsf/GVL2.c	/^int GVL_slice_set_transp(int id, int slice_id, int transp)$/;"	f
GVL_vol_exists	lib/ogsf/GVL2.c	/^int GVL_vol_exists(int id)$/;"	f
GV_1TABLE	include/vect/dig_defines.h	66;"	d
GV_AREA	include/vect/dig_defines.h	145;"	d
GV_BACKWARD	include/vect/dig_defines.h	136;"	d
GV_BOUNDARY	include/vect/dig_defines.h	141;"	d
GV_BUILD_ALL	include/vect/dig_defines.h	86;"	d
GV_BUILD_AREAS	include/vect/dig_defines.h	83;"	d
GV_BUILD_ATTACH_ISLES	include/vect/dig_defines.h	84;"	d
GV_BUILD_BASE	include/vect/dig_defines.h	82;"	d
GV_BUILD_CENTROIDS	include/vect/dig_defines.h	85;"	d
GV_BUILD_NONE	include/vect/dig_defines.h	81;"	d
GV_CAT_MAX	include/vect/dig_defines.h	203;"	d
GV_CENTROID	include/vect/dig_defines.h	142;"	d
GV_CIDX_EARLIEST_MAJOR	include/vect/dig_defines.h	117;"	d
GV_CIDX_EARLIEST_MINOR	include/vect/dig_defines.h	118;"	d
GV_CIDX_ELEMENT	include/vect/dig_defines.h	16;"	d
GV_CIDX_VER_MAJOR	include/vect/dig_defines.h	106;"	d
GV_CIDX_VER_MINOR	include/vect/dig_defines.h	107;"	d
GV_COOR_EARLIEST_MAJOR	include/vect/dig_defines.h	110;"	d
GV_COOR_EARLIEST_MINOR	include/vect/dig_defines.h	111;"	d
GV_COOR_HEAD_SIZE	include/vect/dig_defines.h	95;"	d
GV_COOR_VER_MAJOR	include/vect/dig_defines.h	99;"	d
GV_COOR_VER_MINOR	include/vect/dig_defines.h	100;"	d
GV_FACE	include/vect/dig_defines.h	143;"	d
GV_FATAL_EXIT	include/vect/dig_defines.h	4;"	d
GV_FATAL_PRINT	include/vect/dig_defines.h	5;"	d
GV_FATAL_RETURN	include/vect/dig_defines.h	6;"	d
GV_FIELD_MAX	include/vect/dig_defines.h	202;"	d
GV_FORMAT_NATIVE	include/vect/dig_defines.h	62;"	d
GV_FORMAT_OGR	include/vect/dig_defines.h	63;"	d
GV_FORWARD	include/vect/dig_defines.h	135;"	d
GV_Get_ClientData	lib/ogsf/GV2.c	/^void *GV_Get_ClientData(int id)$/;"	f
GV_KERNEL	include/vect/dig_defines.h	144;"	d
GV_LEFT	include/vect/dig_defines.h	132;"	d
GV_LINE	include/vect/dig_defines.h	140;"	d
GV_LINES	include/vect/dig_defines.h	149;"	d
GV_MEMORY_ALWAYS	include/vect/dig_defines.h	91;"	d
GV_MEMORY_AUTO	include/vect/dig_defines.h	93;"	d
GV_MEMORY_NEVER	include/vect/dig_defines.h	92;"	d
GV_MODE_READ	include/vect/dig_defines.h	69;"	d
GV_MODE_RW	include/vect/dig_defines.h	71;"	d
GV_MODE_WRITE	include/vect/dig_defines.h	70;"	d
GV_MTABLE	include/vect/dig_defines.h	67;"	d
GV_NCATS_MAX	include/vect/dig_defines.h	201;"	d
GV_NODE	vector/v.to.points/main.c	29;"	d	file:
GV_ON_AND	include/vect/dig_defines.h	162;"	d
GV_ON_OVERLAP	include/vect/dig_defines.h	163;"	d
GV_O_AND	include/vect/dig_defines.h	/^    GV_O_AND,$/;"	e	enum:overlay_operator
GV_O_OVERLAP	include/vect/dig_defines.h	/^    GV_O_OVERLAP$/;"	e	enum:overlay_operator
GV_POINT	include/vect/dig_defines.h	139;"	d
GV_POINTS	include/vect/dig_defines.h	148;"	d
GV_RIGHT	include/vect/dig_defines.h	133;"	d
GV_SIDX_EARLIEST_MAJOR	include/vect/dig_defines.h	115;"	d
GV_SIDX_EARLIEST_MINOR	include/vect/dig_defines.h	116;"	d
GV_SIDX_ELEMENT	include/vect/dig_defines.h	15;"	d
GV_SIDX_VER_MAJOR	include/vect/dig_defines.h	104;"	d
GV_SIDX_VER_MINOR	include/vect/dig_defines.h	105;"	d
GV_STORE_AREA	include/vect/dig_defines.h	158;"	d
GV_STORE_BOUNDARY	include/vect/dig_defines.h	154;"	d
GV_STORE_CENTROID	include/vect/dig_defines.h	155;"	d
GV_STORE_FACE	include/vect/dig_defines.h	156;"	d
GV_STORE_KERNEL	include/vect/dig_defines.h	157;"	d
GV_STORE_LINE	include/vect/dig_defines.h	153;"	d
GV_STORE_POINT	include/vect/dig_defines.h	152;"	d
GV_STORE_VOLUME	include/vect/dig_defines.h	159;"	d
GV_Set_ClientData	lib/ogsf/GV2.c	/^int GV_Set_ClientData(int id, void *clientd)$/;"	f
GV_TOPO_EARLIEST_MAJOR	include/vect/dig_defines.h	113;"	d
GV_TOPO_EARLIEST_MINOR	include/vect/dig_defines.h	114;"	d
GV_TOPO_ELEMENT	include/vect/dig_defines.h	14;"	d
GV_TOPO_VER_MAJOR	include/vect/dig_defines.h	102;"	d
GV_TOPO_VER_MINOR	include/vect/dig_defines.h	103;"	d
GV_VERTEX	vector/v.to.points/main.c	30;"	d	file:
GV_VOLUME	include/vect/dig_defines.h	146;"	d
GV_alldraw_vect	lib/ogsf/GV2.c	/^void GV_alldraw_vect(void)$/;"	f
GV_delete_vector	lib/ogsf/GV2.c	/^int GV_delete_vector(int id)$/;"	f
GV_draw_fastvect	lib/ogsf/GV2.c	/^void GV_draw_fastvect(int vid)$/;"	f
GV_draw_vect	lib/ogsf/GV2.c	/^void GV_draw_vect(int vid)$/;"	f
GV_get_trans	lib/ogsf/GV2.c	/^int GV_get_trans(int id, float *xtrans, float *ytrans, float *ztrans)$/;"	f
GV_get_vect_list	lib/ogsf/GV2.c	/^int *GV_get_vect_list(int *numvects)$/;"	f
GV_get_vectmode	lib/ogsf/GV2.c	/^int GV_get_vectmode(int id, int *mem, int *color, int *width, int *flat)$/;"	f
GV_get_vectname	lib/ogsf/GV2.c	/^int GV_get_vectname(int id, char **filename)$/;"	f
GV_load_vector	lib/ogsf/GV2.c	/^int GV_load_vector(int id, const char *filename)$/;"	f
GV_new_vector	lib/ogsf/GV2.c	/^int GV_new_vector(void)$/;"	f
GV_num_vects	lib/ogsf/GV2.c	/^int GV_num_vects(void)$/;"	f
GV_select_surf	lib/ogsf/GV2.c	/^int GV_select_surf(int hv, int hs)$/;"	f
GV_set_trans	lib/ogsf/GV2.c	/^void GV_set_trans(int id, float xtrans, float ytrans, float ztrans)$/;"	f
GV_set_vectmode	lib/ogsf/GV2.c	/^int GV_set_vectmode(int id, int mem, int color, int width, int flat)$/;"	f
GV_surf_is_selected	lib/ogsf/GV2.c	/^int GV_surf_is_selected(int hv, int hs)$/;"	f
GV_unselect_surf	lib/ogsf/GV2.c	/^int GV_unselect_surf(int hv, int hs)$/;"	f
GV_vect_exists	lib/ogsf/GV2.c	/^int GV_vect_exists(int id)$/;"	f
G_254_SQUARE	lib/g3d/rle.c	4;"	d	file:
G_254_TIMES_2	lib/g3d/rle.c	5;"	d	file:
G_3dview	include/gis.h	/^struct G_3dview$/;"	s
G_3dview	swig/perl/gis.h	/^struct G_3dview$/;"	s
G_3dview_warning	lib/gis/view.c	/^int G_3dview_warning(int b)$/;"	f
G_Areas	vector/v.out.svg/main.c	31;"	d	file:
G_DEV_NULL	include/gis.h	151;"	d
G_DEV_NULL	include/gis.h	154;"	d
G_DEV_NULL	swig/perl/gis.h	145;"	d
G_DEV_NULL	swig/perl/gis.h	148;"	d
G_ELEMENT_3DVIEW	include/gis.h	/^    G_ELEMENT_3DVIEW = 12	\/* 3dview *\/$/;"	e	enum:__anon263
G_ELEMENT_ASCIIVECTOR	include/gis.h	/^    G_ELEMENT_ASCIIVECTOR = 5,	\/* ASCII vector *\/$/;"	e	enum:__anon263
G_ELEMENT_GROUP	include/gis.h	/^    G_ELEMENT_GROUP = 11,	\/* group *\/$/;"	e	enum:__anon263
G_ELEMENT_GROUP	swig/perl/gis.h	/^    G_ELEMENT_GROUP = 3,	\/* group *\/$/;"	e	enum:__anon88
G_ELEMENT_ICON	include/gis.h	/^    G_ELEMENT_ICON = 6,		\/* icon *\/$/;"	e	enum:__anon263
G_ELEMENT_LABEL	include/gis.h	/^    G_ELEMENT_LABEL = 7,	\/* labels *\/$/;"	e	enum:__anon263
G_ELEMENT_OLDVECTOR	include/gis.h	/^    G_ELEMENT_OLDVECTOR = 4,	\/* GRASS < 5.7 vector *\/$/;"	e	enum:__anon263
G_ELEMENT_RASTER	include/gis.h	/^    G_ELEMENT_RASTER = 1,	\/* cell *\/$/;"	e	enum:__anon263
G_ELEMENT_RASTER	swig/perl/gis.h	/^    G_ELEMENT_RASTER = 1,	\/* cell *\/$/;"	e	enum:__anon88
G_ELEMENT_RASTER3D	include/gis.h	/^    G_ELEMENT_RASTER3D = 2,	\/* 3dcell *\/$/;"	e	enum:__anon263
G_ELEMENT_REGION	include/gis.h	/^    G_ELEMENT_REGION = 9,	\/* region *\/$/;"	e	enum:__anon263
G_ELEMENT_REGION	swig/perl/gis.h	/^    G_ELEMENT_REGION = 4	\/* window *\/$/;"	e	enum:__anon88
G_ELEMENT_REGION3D	include/gis.h	/^    G_ELEMENT_REGION3D = 10,	\/* 3dregion *\/$/;"	e	enum:__anon263
G_ELEMENT_SITE	include/gis.h	/^    G_ELEMENT_SITE = 8,		\/* sites *\/$/;"	e	enum:__anon263
G_ELEMENT_VECTOR	include/gis.h	/^    G_ELEMENT_VECTOR = 3,	\/* vector *\/$/;"	e	enum:__anon263
G_ELEMENT_VECTOR	swig/perl/gis.h	/^    G_ELEMENT_VECTOR = 2,	\/* vector *\/$/;"	e	enum:__anon88
G_GISRC_MODE_FILE	include/gis.h	98;"	d
G_GISRC_MODE_FILE	swig/perl/gis.h	92;"	d
G_GISRC_MODE_MEMORY	include/gis.h	99;"	d
G_GISRC_MODE_MEMORY	swig/perl/gis.h	93;"	d
G_ICON_ARROW	include/gis.h	213;"	d
G_ICON_ARROW	swig/perl/gis.h	197;"	d
G_ICON_BOX	include/gis.h	212;"	d
G_ICON_BOX	swig/perl/gis.h	196;"	d
G_ICON_CROSS	include/gis.h	211;"	d
G_ICON_CROSS	swig/perl/gis.h	195;"	d
G_INFO_FORMAT_GUI	include/gis.h	206;"	d
G_INFO_FORMAT_GUI	swig/perl/gis.h	191;"	d
G_INFO_FORMAT_PLAIN	include/gis.h	208;"	d
G_INFO_FORMAT_SILENT	include/gis.h	207;"	d
G_INFO_FORMAT_SILENT	swig/perl/gis.h	192;"	d
G_INFO_FORMAT_STANDARD	include/gis.h	205;"	d
G_INFO_FORMAT_STANDARD	swig/perl/gis.h	190;"	d
G_Lines	vector/v.out.svg/main.c	32;"	d	file:
G_MKFONTCAP_GLOBAL	general/g.mkfontcap/local_proto.h	2;"	d
G_MKFONTCAP_GLOBAL	general/g.mkfontcap/local_proto.h	4;"	d
G_MKFONTCAP_MAIN	general/g.mkfontcap/main.c	17;"	d	file:
G_NDR	lib/vector/dglib/type.h	32;"	d
G_OPT_COLUMN	include/gis.h	/^    G_OPT_COLUMN,		\/* one attr column *\/$/;"	e	enum:__anon262
G_OPT_COLUMN	swig/perl/gis.h	/^    G_OPT_COLUMN,		\/* one attr column *\/$/;"	e	enum:__anon87
G_OPT_COLUMNS	include/gis.h	/^    G_OPT_COLUMNS,		\/* one or more attr columns *\/$/;"	e	enum:__anon262
G_OPT_COLUMNS	swig/perl/gis.h	/^    G_OPT_COLUMNS,		\/* one or more attr columns *\/$/;"	e	enum:__anon87
G_OPT_C_BG	include/gis.h	/^    G_OPT_C_BG			\/* background color *\/$/;"	e	enum:__anon262
G_OPT_C_BG	swig/perl/gis.h	/^    G_OPT_C_BG			\/* background color *\/$/;"	e	enum:__anon87
G_OPT_C_FG	include/gis.h	/^    G_OPT_C_FG,			\/* foreground color *\/$/;"	e	enum:__anon262
G_OPT_C_FG	swig/perl/gis.h	/^    G_OPT_C_FG,			\/* foreground color *\/$/;"	e	enum:__anon87
G_OPT_DATABASE	include/gis.h	/^    G_OPT_DATABASE,		\/* database name *\/$/;"	e	enum:__anon262
G_OPT_DRIVER	include/gis.h	/^    G_OPT_DRIVER,		\/* driver name *\/$/;"	e	enum:__anon262
G_OPT_F_INPUT	include/gis.h	/^    G_OPT_F_INPUT,		\/* old input file *\/$/;"	e	enum:__anon262
G_OPT_F_INPUT	swig/perl/gis.h	/^    G_OPT_F_INPUT,		\/* old input file *\/$/;"	e	enum:__anon87
G_OPT_F_OUTPUT	include/gis.h	/^    G_OPT_F_OUTPUT,		\/* new output file *\/$/;"	e	enum:__anon262
G_OPT_F_OUTPUT	swig/perl/gis.h	/^    G_OPT_F_OUTPUT,		\/* new output file *\/$/;"	e	enum:__anon87
G_OPT_F_SEP	include/gis.h	/^    G_OPT_F_SEP,		\/* data field separator *\/$/;"	e	enum:__anon262
G_OPT_F_SEP	swig/perl/gis.h	/^    G_OPT_F_SEP,		\/* data field separator *\/$/;"	e	enum:__anon87
G_OPT_I_GROUP	include/gis.h	/^    G_OPT_I_GROUP,		\/* old input imagery group *\/$/;"	e	enum:__anon262
G_OPT_I_GROUP	swig/perl/gis.h	/^    G_OPT_I_GROUP,		\/* old input imagery group *\/$/;"	e	enum:__anon87
G_OPT_I_SUBGROUP	include/gis.h	/^    G_OPT_I_SUBGROUP,		\/* old input imagery subgroup *\/$/;"	e	enum:__anon262
G_OPT_R3_INPUT	include/gis.h	/^    G_OPT_R3_INPUT,		\/* old input raster3d map *\/$/;"	e	enum:__anon262
G_OPT_R3_INPUT	swig/perl/gis.h	/^    G_OPT_R3_INPUT,		\/* old input raster3d map *\/$/;"	e	enum:__anon87
G_OPT_R3_INPUTS	include/gis.h	/^    G_OPT_R3_INPUTS,		\/* old input raster3d maps *\/$/;"	e	enum:__anon262
G_OPT_R3_INPUTS	swig/perl/gis.h	/^    G_OPT_R3_INPUTS,		\/* old input raster3d maps *\/$/;"	e	enum:__anon87
G_OPT_R3_MAP	include/gis.h	/^    G_OPT_R3_MAP,		\/* old input raster3d map *\/$/;"	e	enum:__anon262
G_OPT_R3_MAPS	include/gis.h	/^    G_OPT_R3_MAPS,		\/* old input raster3d maps *\/$/;"	e	enum:__anon262
G_OPT_R3_OUTPUT	include/gis.h	/^    G_OPT_R3_OUTPUT,		\/* new output raster3d map *\/$/;"	e	enum:__anon262
G_OPT_R3_OUTPUT	swig/perl/gis.h	/^    G_OPT_R3_OUTPUT,		\/* new output raster3d map *\/$/;"	e	enum:__anon87
G_OPT_R_BASE	include/gis.h	/^    G_OPT_R_BASE,		\/* old input base raster map *\/$/;"	e	enum:__anon262
G_OPT_R_BASE	swig/perl/gis.h	/^    G_OPT_R_BASE,		\/* old input base raster map *\/$/;"	e	enum:__anon87
G_OPT_R_COVER	include/gis.h	/^    G_OPT_R_COVER,		\/* old input cover raster map *\/$/;"	e	enum:__anon262
G_OPT_R_COVER	swig/perl/gis.h	/^    G_OPT_R_COVER,		\/* old input cover raster map *\/$/;"	e	enum:__anon87
G_OPT_R_ELEV	include/gis.h	/^    G_OPT_R_ELEV,		\/* old input elevation raster map *\/$/;"	e	enum:__anon262
G_OPT_R_ELEV	swig/perl/gis.h	/^    G_OPT_R_ELEV,		\/* old input elevation raster map *\/$/;"	e	enum:__anon87
G_OPT_R_ELEVS	include/gis.h	/^    G_OPT_R_ELEVS,		\/* old input elevation raster maps *\/$/;"	e	enum:__anon262
G_OPT_R_ELEVS	swig/perl/gis.h	/^    G_OPT_R_ELEVS,		\/* old input elevation raster maps *\/$/;"	e	enum:__anon87
G_OPT_R_INPUT	include/gis.h	/^    G_OPT_R_INPUT,		\/* old input raster map *\/$/;"	e	enum:__anon262
G_OPT_R_INPUT	swig/perl/gis.h	/^    G_OPT_R_INPUT,		\/* old input raster map *\/$/;"	e	enum:__anon87
G_OPT_R_INPUTS	include/gis.h	/^    G_OPT_R_INPUTS,		\/* old input raster maps *\/$/;"	e	enum:__anon262
G_OPT_R_INPUTS	swig/perl/gis.h	/^    G_OPT_R_INPUTS,		\/* old input raster maps *\/$/;"	e	enum:__anon87
G_OPT_R_MAP	include/gis.h	/^    G_OPT_R_MAP,		\/* old input raster map *\/$/;"	e	enum:__anon262
G_OPT_R_MAP	swig/perl/gis.h	/^    G_OPT_R_MAP,		\/* old input raster map *\/$/;"	e	enum:__anon87
G_OPT_R_MAPS	include/gis.h	/^    G_OPT_R_MAPS,		\/* old input rasters map *\/$/;"	e	enum:__anon262
G_OPT_R_MAPS	swig/perl/gis.h	/^    G_OPT_R_MAPS,		\/* old input rasters map *\/$/;"	e	enum:__anon87
G_OPT_R_OUTPUT	include/gis.h	/^    G_OPT_R_OUTPUT,		\/* new output raster map *\/$/;"	e	enum:__anon262
G_OPT_R_OUTPUT	swig/perl/gis.h	/^    G_OPT_R_OUTPUT,		\/* new output raster map *\/$/;"	e	enum:__anon87
G_OPT_TABLE	include/gis.h	/^    G_OPT_TABLE,		\/* table name *\/$/;"	e	enum:__anon262
G_OPT_V_CAT	include/gis.h	/^    G_OPT_V_CAT,		\/* one category *\/$/;"	e	enum:__anon262
G_OPT_V_CAT	swig/perl/gis.h	/^    G_OPT_V_CAT,		\/* one category *\/$/;"	e	enum:__anon87
G_OPT_V_CATS	include/gis.h	/^    G_OPT_V_CATS,		\/* more categories *\/$/;"	e	enum:__anon262
G_OPT_V_CATS	swig/perl/gis.h	/^    G_OPT_V_CATS,		\/* more categories *\/$/;"	e	enum:__anon87
G_OPT_V_FIELD	include/gis.h	/^    G_OPT_V_FIELD,		\/* layer number (layers used to be called fields) *\/$/;"	e	enum:__anon262
G_OPT_V_FIELD	swig/perl/gis.h	/^    G_OPT_V_FIELD,		\/* field number *\/$/;"	e	enum:__anon87
G_OPT_V_ID	include/gis.h	/^    G_OPT_V_ID, 		\/* one feature id *\/$/;"	e	enum:__anon262
G_OPT_V_IDS	include/gis.h	/^    G_OPT_V_IDS,		\/* more feature ids *\/$/;"	e	enum:__anon262
G_OPT_V_INPUT	include/gis.h	/^    G_OPT_V_INPUT,		\/* old input vector map *\/$/;"	e	enum:__anon262
G_OPT_V_INPUT	swig/perl/gis.h	/^    G_OPT_V_INPUT,		\/* old input vector map *\/$/;"	e	enum:__anon87
G_OPT_V_INPUTS	include/gis.h	/^    G_OPT_V_INPUTS,		\/* old input vector maps *\/$/;"	e	enum:__anon262
G_OPT_V_INPUTS	swig/perl/gis.h	/^    G_OPT_V_INPUTS,		\/* old input vector maps *\/$/;"	e	enum:__anon87
G_OPT_V_MAP	include/gis.h	/^    G_OPT_V_MAP,		\/* old input vector map *\/$/;"	e	enum:__anon262
G_OPT_V_MAP	swig/perl/gis.h	/^    G_OPT_V_MAP,		\/* old input vector map *\/$/;"	e	enum:__anon87
G_OPT_V_MAPS	include/gis.h	/^    G_OPT_V_MAPS,		\/* old input vector maps *\/$/;"	e	enum:__anon262
G_OPT_V_OUTPUT	include/gis.h	/^    G_OPT_V_OUTPUT,		\/* new output vector map *\/$/;"	e	enum:__anon262
G_OPT_V_OUTPUT	swig/perl/gis.h	/^    G_OPT_V_OUTPUT,		\/* new output vector map *\/$/;"	e	enum:__anon87
G_OPT_V_TYPE	include/gis.h	/^    G_OPT_V_TYPE,		\/* primitive type *\/$/;"	e	enum:__anon262
G_OPT_V_TYPE	swig/perl/gis.h	/^    G_OPT_V_TYPE,		\/* primitive type *\/$/;"	e	enum:__anon87
G_OPT_WHERE	include/gis.h	/^    G_OPT_WHERE,		\/* SQL where conditions *\/$/;"	e	enum:__anon262
G_OPT_WHERE	swig/perl/gis.h	/^    G_OPT_WHERE,		\/* SQL where conditions *\/$/;"	e	enum:__anon87
G_PROJ_GLOBAL	general/g.proj/local_proto.h	2;"	d
G_PROJ_GLOBAL	general/g.proj/local_proto.h	4;"	d
G_PROJ_MAIN	general/g.proj/main.c	22;"	d	file:
G_Points	vector/v.out.svg/main.c	33;"	d	file:
G_RLE_INPUT_CODE	lib/g3d/rle.c	8;"	d	file:
G_RLE_OUTPUT_CODE	lib/g3d/rle.c	7;"	d	file:
G_VAR_GISRC	include/gis.h	94;"	d
G_VAR_GISRC	swig/perl/gis.h	88;"	d
G_VAR_MAPSET	include/gis.h	95;"	d
G_VAR_MAPSET	swig/perl/gis.h	89;"	d
G_XDR	lib/vector/dglib/type.h	30;"	d
G_ZLIB_COMPRESSED_NO	lib/gis/flate.c	126;"	d	file:
G_ZLIB_COMPRESSED_YES	lib/gis/flate.c	127;"	d	file:
G__	lib/gis/G.h	/^struct G__			\/*  Structure of library globals *\/$/;"	s
G__	lib/gis/gisinit.c	/^struct G__ G__;$/;"	v	typeref:struct:G__
G__allocate_null_bits	lib/gis/alloc_cell.c	/^unsigned char *G__allocate_null_bits(int cols)$/;"	f
G__calloc	lib/gis/alloc.c	/^void *G__calloc(const char *file, int line, size_t m, size_t n)$/;"	f
G__check_for_auto_masking	lib/gis/auto_mask.c	/^int G__check_for_auto_masking(void)$/;"	f
G__check_format	lib/gis/format.c	/^int G__check_format(int fd)$/;"	f
G__check_fp_type	lib/gis/opencell.c	/^RASTER_MAP_TYPE G__check_fp_type(const char *name, const char *mapset)$/;"	f
G__check_gisinit	lib/gis/gisinit.c	/^int G__check_gisinit(void)$/;"	f
G__check_null_bit	lib/gis/null_val.c	/^int G__check_null_bit(const unsigned char *flags, int bit_num, int n)$/;"	f
G__color_free_fp_lookup	lib/gis/color_free.c	/^int G__color_free_fp_lookup(struct _Color_Info_ *cp)$/;"	f
G__color_free_lookup	lib/gis/color_free.c	/^int G__color_free_lookup(struct _Color_Info_ *cp)$/;"	f
G__color_free_rules	lib/gis/color_free.c	/^int G__color_free_rules(struct _Color_Info_ *cp)$/;"	f
G__color_reset	lib/gis/color_free.c	/^int G__color_reset(struct Colors *colors)$/;"	f
G__convert_01_flags	lib/gis/null_val.c	/^int G__convert_01_flags(const char *zero_ones, unsigned char *flags, int n)$/;"	f
G__convert_flags_01	lib/gis/null_val.c	/^int G__convert_flags_01(char *zero_ones, const unsigned char *flags, int n)$/;"	f
G__create_alt_env	lib/gis/env.c	/^int G__create_alt_env(void)$/;"	f
G__create_alt_search_path	lib/gis/mapset_nme.c	/^int G__create_alt_search_path(void)$/;"	f
G__create_window_mapping	lib/gis/window_map.c	/^int G__create_window_mapping(int fd)$/;"	f
G__env_name	lib/gis/env.c	/^char *G__env_name(int n)$/;"	f
G__file_name	lib/gis/file_name.c	/^char *G__file_name(char *path,$/;"	f
G__file_name_misc	lib/gis/file_name.c	/^char *G__file_name_misc(char *path,$/;"	f
G__find_etc	lib/gis/find_etc.c	/^static char *G__find_etc(const char *name)$/;"	f	file:
G__get_gisrc_file	lib/gis/env.c	/^char *G__get_gisrc_file(void)$/;"	f
G__get_window	lib/gis/get_window.c	/^char *G__get_window(struct Cell_head *window,$/;"	f
G__getenv	lib/gis/env.c	/^char *G__getenv(const char *name)$/;"	f
G__getenv2	lib/gis/env.c	/^char *G__getenv2(const char *name, int loc)$/;"	f
G__gisinit	lib/gis/gisinit.c	/^int G__gisinit(const char *version, const char *pgm)$/;"	f
G__home	lib/gis/home.c	/^char *G__home(void)$/;"	f
G__init_null_bits	lib/gis/null_val.c	/^int G__init_null_bits(unsigned char *flags, int cols)$/;"	f
G__init_null_patterns	lib/gis/null_val.c	/^void G__init_null_patterns(void)$/;"	f
G__init_window	lib/gis/window_map.c	/^int G__init_window(void)$/;"	f
G__insert_color_into_lookup	lib/gis/color_insrt.c	/^int G__insert_color_into_lookup(CELL cat,$/;"	f
G__interpolate_color_rule	lib/gis/color_look.c	/^int G__interpolate_color_rule(DCELL val, unsigned char *red,$/;"	f
G__location_path	lib/gis/location.c	/^char *G__location_path(void)$/;"	f
G__lookup_colors	lib/gis/color_look.c	/^int G__lookup_colors(const void *raster, unsigned char *red,$/;"	f
G__ls	lib/gis/ls.c	/^char **G__ls(const char *dir, int *num_files)$/;"	f
G__machine_name	lib/gis/mach_name.c	/^char *G__machine_name(void)$/;"	f
G__make_location	lib/gis/make_loc.c	/^int G__make_location(const char *location_name,$/;"	f
G__make_mapset	lib/gis/make_mapset.c	/^int G__make_mapset(const char *gisdbase_name, const char *location_name,$/;"	f
G__make_mapset_element	lib/gis/mapset_msc.c	/^int G__make_mapset_element(const char *p_element)$/;"	f
G__make_mapset_element_misc	lib/gis/mapset_msc.c	/^int G__make_mapset_element_misc(const char *dir, const char *name)$/;"	f
G__malloc	lib/gis/alloc.c	/^void *G__malloc(const char *file, int line, size_t n)$/;"	f
G__mapset	lib/gis/mapset.c	/^char *G__mapset(void)$/;"	f
G__mapset_name	lib/gis/mapset_nme.c	/^char *G__mapset_name(int n)$/;"	f
G__mapset_permissions	lib/gis/mapset_msc.c	/^int G__mapset_permissions(const char *mapset)$/;"	f
G__mapset_permissions2	lib/gis/mapset_msc.c	/^int G__mapset_permissions2(const char *gisdbase, const char *location,$/;"	f
G__mask_info	lib/gis/mask_info.c	/^int G__mask_info(char *name, char *mapset)$/;"	f
G__matrix_add	lib/gmath/la.c	/^mat_struct *G__matrix_add(mat_struct * mt1, mat_struct * mt2, const double c1,$/;"	f
G__name_in_mapset	lib/gis/nme_in_mps.c	/^int G__name_in_mapset(const char *name_in, char *name_out, char *mapset)$/;"	f
G__name_is_fully_qualified	lib/gis/nme_in_mps.c	/^int G__name_is_fully_qualified(const char *fullname, char *name, char *mapset)$/;"	f
G__no_gisinit	lib/gis/gisinit.c	/^int G__no_gisinit(const char *version)$/;"	f
G__null_bitstream_size	lib/gis/alloc_cell.c	/^int G__null_bitstream_size(int cols)$/;"	f
G__oldsite_get	lib/sites/sites.c	/^int G__oldsite_get(FILE * ptr, Site * s, int fmt)$/;"	f
G__open	lib/gis/open.c	/^static int G__open(const char *element,$/;"	f	file:
G__open_cell_old	lib/gis/opencell.c	/^int G__open_cell_old(const char *name, const char *mapset)$/;"	f
G__open_misc	lib/gis/open_misc.c	/^static int G__open_misc(const char *dir,$/;"	f	file:
G__open_null_write	lib/gis/put_row.c	/^int G__open_null_write(int fd)$/;"	f
G__open_raster_new	lib/gis/opencell.c	/^static int G__open_raster_new(const char *name, int open_mode)$/;"	f	file:
G__organize_colors	lib/gis/color_org.c	/^int G__organize_colors(struct Colors *colors)$/;"	f
G__projection_name	lib/gis/proj2.c	/^char *G__projection_name(int n)$/;"	f
G__projection_units	lib/gis/proj2.c	/^int G__projection_units(int n)$/;"	f
G__put_null_value_row	lib/gis/put_row.c	/^int G__put_null_value_row(int fd, const char *buf)$/;"	f
G__put_window	lib/gis/put_window.c	/^int G__put_window(const struct Cell_head *window, char *dir, char *name)$/;"	f
G__quant_export	lib/gis/quant_io.c	/^G__quant_export(const char *name, const char *mapset,$/;"	f
G__quant_get_rule_for_d_raster_val	lib/gis/quant.c	/^struct Quant_table *G__quant_get_rule_for_d_raster_val(const struct Quant *q,$/;"	f
G__quant_import	lib/gis/quant_io.c	/^int G__quant_import(const char *name, const char *mapset, struct Quant *quant)$/;"	f
G__quant_organize_fp_lookup	lib/gis/quant.c	/^int G__quant_organize_fp_lookup(struct Quant *q)$/;"	f
G__random_d_initialize_0	lib/gis/init_map.c	/^int G__random_d_initialize_0(int fd, int nofRows, int nofCols)$/;"	f
G__random_f_initialize_0	lib/gis/init_map.c	/^int G__random_f_initialize_0(int fd, int nofRows, int nofCols)$/;"	f
G__raster_misc_read_line	lib/gis/raster_metadata.c	/^int G__raster_misc_read_line(const char *elem, const char *name,$/;"	f
G__raster_misc_write_line	lib/gis/raster_metadata.c	/^int G__raster_misc_write_line(const char *elem, const char *name,$/;"	f
G__read_Cell_head	lib/gis/rd_cellhd.c	/^char *G__read_Cell_head(FILE * fd, struct Cell_head *cellhd, int is_cellhd)$/;"	f
G__read_Cell_head_array	lib/gis/rd_cellhd.c	/^char *G__read_Cell_head_array(char **array,$/;"	f
G__read_cats	lib/gis/cats.c	/^CELL G__read_cats(const char *element,$/;"	f
G__read_env	lib/gis/env.c	/^int G__read_env(void)$/;"	f
G__read_row_ptrs	lib/gis/format.c	/^int G__read_row_ptrs(int fd)$/;"	f
G__read_timestamp	lib/gis/timestamp.c	/^int G__read_timestamp(FILE * fd, struct TimeStamp *ts)$/;"	f
G__realloc	lib/gis/alloc.c	/^void *G__realloc(const char *file, int line, void *buf, size_t n)$/;"	f
G__reallocate_mask_buf	lib/gis/opencell.c	/^int G__reallocate_mask_buf(void)$/;"	f
G__reallocate_null_buf	lib/gis/opencell.c	/^int G__reallocate_null_buf(void)$/;"	f
G__reallocate_temp_buf	lib/gis/opencell.c	/^int G__reallocate_temp_buf(void)$/;"	f
G__reallocate_work_buf	lib/gis/opencell.c	/^int G__reallocate_work_buf(int bytes_per_cell)$/;"	f
G__remove	lib/gis/remove.c	/^static int G__remove(int misc, const char *dir, const char *element,$/;"	f	file:
G__remove_fp_range	lib/gis/range.c	/^int G__remove_fp_range(const char *name)$/;"	f
G__row_update_range	lib/gis/range.c	/^int G__row_update_range(const CELL * cell, int n,$/;"	f
G__set_flags_from_01_random	lib/gis/null_val.c	/^int G__set_flags_from_01_random(const char *zero_ones, unsigned char *flags,$/;"	f
G__set_gisrc_file	lib/gis/env.c	/^int G__set_gisrc_file(const char *name)$/;"	f
G__set_null_value	lib/gis/null_val.c	/^void G__set_null_value(void *rast, int numVals, int null_is_zero,$/;"	f
G__setenv	lib/gis/env.c	/^int G__setenv(const char *name, const char *value)$/;"	f
G__setenv2	lib/gis/env.c	/^int G__setenv2(const char *name, const char *value, int loc)$/;"	f
G__switch_env	lib/gis/env.c	/^int G__switch_env(void)$/;"	f
G__switch_search_path	lib/gis/mapset_nme.c	/^int G__switch_search_path(void)$/;"	f
G__temp_element	lib/gis/tempfile.c	/^int G__temp_element(char *element)$/;"	f
G__tempfile	lib/gis/tempfile.c	/^char *G__tempfile(int pid)$/;"	f
G__unit_name	lib/gis/proj2.c	/^char *G__unit_name(int unit, int plural)$/;"	f
G__write_Cell_head	lib/gis/wr_cellhd.c	/^int G__write_Cell_head(FILE * fd,$/;"	f
G__write_Cell_head3	lib/gis/wr_cellhd.c	/^int G__write_Cell_head3(FILE * fd,$/;"	f
G__write_cats	lib/gis/cats.c	/^int G__write_cats(char *element, char *name, struct Categories *cats)$/;"	f
G__write_colors	lib/gis/color_write.c	/^int G__write_colors(FILE * fd, struct Colors *colors)$/;"	f
G__write_data	lib/gis/put_row.c	/^int G__write_data(int fd, int row, int n)$/;"	f
G__write_data_compressed	lib/gis/put_row.c	/^int G__write_data_compressed(int fd, int row, int n)$/;"	f
G__write_env	lib/gis/env.c	/^int G__write_env(void)$/;"	f
G__write_fp_format	lib/gis/closecell.c	/^int G__write_fp_format(int fd)$/;"	f
G__write_null_bits	lib/gis/put_row.c	/^int G__write_null_bits(int null_fd, const unsigned char *flags, int row,$/;"	f
G__write_row_ptrs	lib/gis/format.c	/^int G__write_row_ptrs(int fd)$/;"	f
G__write_timestamp	lib/gis/timestamp.c	/^int G__write_timestamp(FILE * fd, const struct TimeStamp *ts)$/;"	f
G_abs_log_colors	lib/gis/color_xform.c	/^int G_abs_log_colors(struct Colors *dst, struct Colors *src, int samples)$/;"	f
G_add_c_raster_color_rule	lib/gis/color_rule.c	/^G_add_c_raster_color_rule(const CELL * cat1, int r1, int g1, int b1,$/;"	f
G_add_color_rule	lib/gis/color_rule.c	/^G_add_color_rule(CELL cat1, int r1, int g1, int b1, CELL cat2, int r2, int g2,$/;"	f
G_add_d_raster_color_rule	lib/gis/color_rule.c	/^G_add_d_raster_color_rule(const DCELL * val1, int r1, int g1, int b1,$/;"	f
G_add_f_raster_color_rule	lib/gis/color_rule.c	/^G_add_f_raster_color_rule(const FCELL * cat1, int r1, int g1, int b1,$/;"	f
G_add_histogram	lib/gis/histogram.c	/^int G_add_histogram(CELL cat, long count, struct Histogram *histogram)$/;"	f
G_add_mapset_to_search_path	lib/gis/mapset_nme.c	/^void G_add_mapset_to_search_path(const char *mapset)$/;"	f
G_add_modular_c_raster_color_rule	lib/gis/color_rule.c	/^G_add_modular_c_raster_color_rule(const CELL * val1, int r1, int g1, int b1,$/;"	f
G_add_modular_color_rule	lib/gis/color_rule.c	/^G_add_modular_color_rule(CELL cat1, int r1, int g1, int b1, CELL cat2, int r2,$/;"	f
G_add_modular_d_raster_color_rule	lib/gis/color_rule.c	/^G_add_modular_d_raster_color_rule(const DCELL * val1, int r1, int g1, int b1,$/;"	f
G_add_modular_f_raster_color_rule	lib/gis/color_rule.c	/^G_add_modular_f_raster_color_rule(const FCELL * val1, int r1, int g1, int b1,$/;"	f
G_add_modular_raster_color_rule	lib/gis/color_rule.c	/^G_add_modular_raster_color_rule(const void *val1, int r1, int g1, int b1,$/;"	f
G_add_raster_color_rule	lib/gis/color_rule.c	/^G_add_raster_color_rule(const void *val1, int r1, int g1, int b1,$/;"	f
G_adjust_Cell_head	lib/gis/adj_cellhd.c	/^char *G_adjust_Cell_head(struct Cell_head *cellhd, int row_flag, int col_flag)$/;"	f
G_adjust_Cell_head3	lib/gis/adj_cellhd.c	/^char *G_adjust_Cell_head3(struct Cell_head *cellhd, int row_flag,$/;"	f
G_adjust_east_longitude	lib/gis/window_map.c	/^double G_adjust_east_longitude(double east, double west)$/;"	f
G_adjust_easting	lib/gis/window_map.c	/^double G_adjust_easting(double east, const struct Cell_head *window)$/;"	f
G_adjust_window_to_box	lib/gis/wind_2_box.c	/^int G_adjust_window_to_box(const struct Cell_head *src,$/;"	f
G_align_window	lib/gis/align_window.c	/^char *G_align_window(struct Cell_head *window, const struct Cell_head *ref)$/;"	f
G_alloc_fmatrix	lib/gmath/dalloc.c	/^float **G_alloc_fmatrix(int rows, int cols)$/;"	f
G_alloc_fvector	lib/gmath/dalloc.c	/^float *G_alloc_fvector(size_t n)$/;"	f
G_alloc_imatrix	lib/gmath/ialloc.c	/^int **G_alloc_imatrix(int rows, int cols)$/;"	f
G_alloc_ivector	lib/gmath/ialloc.c	/^int *G_alloc_ivector(size_t n)$/;"	f
G_alloc_matrix	lib/gmath/dalloc.c	/^double **G_alloc_matrix(int rows, int cols)$/;"	f
G_alloc_vector	lib/gmath/dalloc.c	/^double *G_alloc_vector(size_t n)$/;"	f
G_allocate_c_raster_buf	lib/gis/alloc_cell.c	/^CELL *G_allocate_c_raster_buf(void)$/;"	f
G_allocate_cell_buf	lib/gis/alloc_cell.c	/^CELL *G_allocate_cell_buf(void)$/;"	f
G_allocate_d_raster_buf	lib/gis/alloc_cell.c	/^DCELL *G_allocate_d_raster_buf(void)$/;"	f
G_allocate_f_raster_buf	lib/gis/alloc_cell.c	/^FCELL *G_allocate_f_raster_buf(void)$/;"	f
G_allocate_null_buf	lib/gis/alloc_cell.c	/^char *G_allocate_null_buf(void)$/;"	f
G_allocate_raster_buf	lib/gis/alloc_cell.c	/^void *G_allocate_raster_buf(RASTER_MAP_TYPE data_type)$/;"	f
G_area_for_zone_on_ellipsoid	lib/gis/area_ellipse.c	/^double G_area_for_zone_on_ellipsoid(double north, double south)$/;"	f
G_area_for_zone_on_sphere	lib/gis/area_sphere.c	/^double G_area_for_zone_on_sphere(double north, double south)$/;"	f
G_area_of_cell_at_row	lib/gis/area.c	/^double G_area_of_cell_at_row(int row)$/;"	f
G_area_of_polygon	lib/gis/area.c	/^double G_area_of_polygon(const double *x, const double *y, int n)$/;"	f
G_ascii_check	lib/gis/ascii_chk.c	/^int G_ascii_check(char *string)$/;"	f
G_ask_any	lib/gis/ask.c	/^char *G_ask_any(const char *prompt, char *name, char *element, char *desc,$/;"	f
G_ask_any_ext	lib/gis/ask.c	/^char *G_ask_any_ext(const char *prompt, char *name, char *element, char *desc,$/;"	f
G_ask_cell_any	lib/gis/ask_cell.c	/^char *G_ask_cell_any(const char *prompt, char *name)$/;"	f
G_ask_cell_in_mapset	lib/gis/ask_cell.c	/^char *G_ask_cell_in_mapset(const char *prompt, char *name)$/;"	f
G_ask_cell_new	lib/gis/ask_cell.c	/^char *G_ask_cell_new(const char *prompt, char *name)$/;"	f
G_ask_cell_old	lib/gis/ask_cell.c	/^char *G_ask_cell_old(const char *prompt, char *name)$/;"	f
G_ask_colors	lib/gis/make_colr.c	/^int G_ask_colors(const char *name, const char *mapset, struct Colors *pcolr)$/;"	f
G_ask_datum_name	lib/gis/get_datum_name.c	/^int G_ask_datum_name(char *datumname, char *ellpsname)$/;"	f
G_ask_ellipse_name	lib/gis/get_ell_name.c	/^int G_ask_ellipse_name(char *spheroid)$/;"	f
G_ask_in_mapset	lib/gis/ask.c	/^char *G_ask_in_mapset(const char *prompt, char *name, char *element,$/;"	f
G_ask_in_mapset_ext	lib/gis/ask.c	/^char *G_ask_in_mapset_ext(const char *prompt, char *name, char *element,$/;"	f
G_ask_new	lib/gis/ask.c	/^char *G_ask_new(const char *prompt, char *name, char *element, char *desc)$/;"	f
G_ask_new_ext	lib/gis/ask.c	/^char *G_ask_new_ext(const char *prompt, char *name, char *element, char *desc,$/;"	f
G_ask_new_file	lib/gis/ask.c	/^char *G_ask_new_file(const char *prompt, char *name, char *element,$/;"	f
G_ask_old	lib/gis/ask.c	/^char *G_ask_old(const char *prompt, char *name, char *element, char *desc)$/;"	f
G_ask_old_ext	lib/gis/ask.c	/^char *G_ask_old_ext(const char *prompt, char *name, char *element, char *desc,$/;"	f
G_ask_old_file	lib/gis/ask.c	/^char *G_ask_old_file(const char *prompt, char *name, char *element,$/;"	f
G_ask_proj_name	lib/gis/get_projname.c	/^int G_ask_proj_name(char *proj_id, char *proj_name)$/;"	f
G_ask_sites_any	lib/sites/sites.c	/^char *G_ask_sites_any(const char *prompt, char *name)$/;"	f
G_ask_sites_in_mapset	lib/sites/sites.c	/^char *G_ask_sites_in_mapset(const char *prompt, char *name)$/;"	f
G_ask_sites_new	lib/sites/sites.c	/^char *G_ask_sites_new(const char *prompt, char *name)$/;"	f
G_ask_sites_old	lib/sites/sites.c	/^char *G_ask_sites_old(const char *prompt, char *name)$/;"	f
G_ask_vector_any	lib/gis/ask_vctrs.c	/^char *G_ask_vector_any(const char *prompt, char *name)$/;"	f
G_ask_vector_in_mapset	lib/gis/ask_vctrs.c	/^char *G_ask_vector_in_mapset(const char *prompt, char *name)$/;"	f
G_ask_vector_new	lib/gis/ask_vctrs.c	/^char *G_ask_vector_new(const char *prompt, char *name)$/;"	f
G_ask_vector_old	lib/gis/ask_vctrs.c	/^char *G_ask_vector_old(const char *prompt, char *name)$/;"	f
G_asprintf	lib/gis/asprintf.c	/^int G_asprintf(char **out, const char *fmt, ...)$/;"	f
G_available_mapsets	lib/gis/mapset_nme.c	/^char **G_available_mapsets(void)$/;"	f
G_basename	lib/gis/basename.c	/^char *G_basename(char *filename, const char *desired_ext)$/;"	f
G_begin_cell_area_calculations	lib/gis/area.c	/^int G_begin_cell_area_calculations(void)$/;"	f
G_begin_distance_calculations	lib/gis/distance.c	/^int G_begin_distance_calculations(void)$/;"	f
G_begin_ellipsoid_polygon_area	lib/gis/area_poly1.c	/^int G_begin_ellipsoid_polygon_area(double a, double e2)$/;"	f
G_begin_geodesic_distance	lib/gis/geodist.c	/^int G_begin_geodesic_distance(double a, double e2)$/;"	f
G_begin_geodesic_distance_l	raster/r.surf.idw/dist.c	/^int G_begin_geodesic_distance_l(short nrows, double a, double e2)$/;"	f
G_begin_geodesic_equation	lib/gis/geodesic.c	/^int G_begin_geodesic_equation(double lon1, double lat1, double lon2,$/;"	f
G_begin_polygon_area_calculations	lib/gis/area.c	/^int G_begin_polygon_area_calculations(void)$/;"	f
G_begin_rhumbline_equation	lib/gis/rhumbline.c	/^int G_begin_rhumbline_equation(double lon1, double lat1, double lon2,$/;"	f
G_begin_zone_area_on_ellipsoid	lib/gis/area_ellipse.c	/^int G_begin_zone_area_on_ellipsoid(double a, double e2, double s)$/;"	f
G_begin_zone_area_on_sphere	lib/gis/area_sphere.c	/^int G_begin_zone_area_on_sphere(double r, double s)$/;"	f
G_bresenham_line	lib/gis/bres_line.c	/^int G_bresenham_line(int x0, int y0, int x1, int y1, int (*point) (int, int))$/;"	f
G_calc_solar_position	raster/r.sunmask/g_solposition.c	/^long G_calc_solar_position(double longitude, double latitude, double timezone,$/;"	f
G_calloc	include/gisdefs.h	48;"	d
G_cell_stats_histo_eq	lib/gis/cellstats_eq.c	/^int G_cell_stats_histo_eq(struct Cell_stats *statf, CELL min1, CELL max1,	\/* input range to be rescaled *\/$/;"	f
G_cellvalue_format	lib/gis/opencell.c	/^int G_cellvalue_format(CELL v)$/;"	f
G_check_input_output_name	lib/gis/legal_name.c	/^int G_check_input_output_name(const char *input, const char *output,$/;"	f
G_check_overwrite	lib/gis/overwrite.c	/^int G_check_overwrite(int argc, char **argv)$/;"	f
G_chop	lib/gis/strings.c	/^char *G_chop(char *line)$/;"	f
G_chrcat	lib/gis/strings.c	/^char *G_chrcat(char *T, const char *F, int n)$/;"	f
G_chrcpy	lib/gis/strings.c	/^char *G_chrcpy(char *T, const char *F, int n)$/;"	f
G_chrmov	lib/gis/strings.c	/^char *G_chrmov(char *T, const char *F, int n)$/;"	f
G_clear_screen	lib/gis/clear_scrn.c	/^int G_clear_screen(void)$/;"	f
G_clicker	lib/gis/clicker.c	/^int G_clicker(void)$/;"	f
G_clicker_prev	lib/gis/clicker.c	/^static int G_clicker_prev = 0;$/;"	v	file:
G_close_cell	lib/gis/closecell.c	/^int G_close_cell(int fd)$/;"	f
G_close_gdal_link	lib/gis/gdal.c	/^void G_close_gdal_link(struct GDAL_link *gdal)$/;"	f
G_col_to_easting	lib/gis/window_map.c	/^double G_col_to_easting(double col, const struct Cell_head *window)$/;"	f
G_color_name	lib/gis/named_colr.c	/^const char *G_color_name(int n)$/;"	f
G_color_values	lib/gis/named_colr.c	/^int G_color_values(const char *name, float *r, float *g, float *b)$/;"	f
G_colors_count	lib/gis/color_rule_get.c	/^int G_colors_count(const struct Colors *colors)$/;"	f
G_command_history	lib/gis/history.c	/^int G_command_history(struct History *hist)$/;"	f
G_compare_projections	lib/gis/make_loc.c	/^G_compare_projections(const struct Key_Value *proj_info1,$/;"	f
G_construct_default_range	lib/gis/range.c	/^int G_construct_default_range(struct Range *range)$/;"	f
G_convert_dirseps_from_host	lib/gis/paths.c	/^char *G_convert_dirseps_from_host(char *path)$/;"	f
G_convert_dirseps_to_host	lib/gis/paths.c	/^char *G_convert_dirseps_to_host(char *path)$/;"	f
G_copy	lib/gis/copy.c	/^int G_copy(void *a, const void *b, int n)$/;"	f
G_copy_file	lib/gis/copy_file.c	/^int G_copy_file(const char *infile, const char *outfile)$/;"	f
G_copy_raster_cats	lib/gis/cats.c	/^G_copy_raster_cats(struct Categories *pcats_to,$/;"	f
G_create_key_value	lib/gis/key_value1.c	/^struct Key_Value *G_create_key_value(void)$/;"	f
G_darea0_on_ellipsoid	lib/gis/area_ellipse.c	/^double G_darea0_on_ellipsoid(double lat)$/;"	f
G_darea0_on_sphere	lib/gis/area_sphere.c	/^double G_darea0_on_sphere(double lat)$/;"	f
G_database_datum_name	lib/gis/proj3.c	/^char *G_database_datum_name(void)$/;"	f
G_database_ellipse_name	lib/gis/proj3.c	/^char *G_database_ellipse_name(void)$/;"	f
G_database_projection_name	lib/gis/proj3.c	/^char *G_database_projection_name(void)$/;"	f
G_database_unit_name	lib/gis/proj3.c	/^char *G_database_unit_name(int plural)$/;"	f
G_database_units_to_meters_factor	lib/gis/proj3.c	/^double G_database_units_to_meters_factor(void)$/;"	f
G_date	lib/gis/date.c	/^char *G_date(void)$/;"	f
G_datum_description	lib/gis/datum.c	/^char *G_datum_description(int n)$/;"	f
G_datum_ellipsoid	lib/gis/datum.c	/^char *G_datum_ellipsoid(int n)$/;"	f
G_datum_name	lib/gis/datum.c	/^char *G_datum_name(int n)$/;"	f
G_debug	lib/gis/debug.c	/^int G_debug(int level, const char *msg, ...)$/;"	f
G_define_flag	lib/gis/parser.c	/^struct Flag *G_define_flag(void)$/;"	f
G_define_module	lib/gis/parser.c	/^struct GModule *G_define_module(void)$/;"	f
G_define_option	lib/gis/parser.c	/^struct Option *G_define_option(void)$/;"	f
G_define_standard_option	lib/gis/parser.c	/^struct Option *G_define_standard_option(int opt)$/;"	f
G_disable_interactive	lib/gis/parser.c	/^int G_disable_interactive(void)$/;"	f
G_distance	lib/gis/distance.c	/^double G_distance(double e1, double n1, double e2, double n2)$/;"	f
G_distance2_point_to_line	lib/gis/line_dist.c	/^double G_distance2_point_to_line(double x, double y,	\/* point *\/$/;"	f
G_distance_between_line_segments	lib/gis/distance.c	/^G_distance_between_line_segments(double ax1, double ay1,$/;"	f
G_distance_point_to_line_segment	lib/gis/distance.c	/^double G_distance_point_to_line_segment(double xp, double yp,	\/* the point *\/$/;"	f
G_done_msg	lib/gis/done_msg.c	/^int G_done_msg(const char *msg, ...)$/;"	f
G_dump	lib/gis/debug.c	/^int G_dump(int fd)$/;"	f
G_easting_to_col	lib/gis/window_map.c	/^double G_easting_to_col(double east, const struct Cell_head *window)$/;"	f
G_ellipsoid_description	lib/gis/get_ellipse.c	/^char *G_ellipsoid_description(int n)$/;"	f
G_ellipsoid_name	lib/gis/get_ellipse.c	/^char *G_ellipsoid_name(int n)$/;"	f
G_ellipsoid_polygon_area	lib/gis/area_poly1.c	/^double G_ellipsoid_polygon_area(const double *lon, const double *lat, int n)$/;"	f
G_extend_histogram	lib/gis/histogram.c	/^int G_extend_histogram(CELL cat, long count, struct Histogram *histogram)$/;"	f
G_fatal_error	lib/gis/error.c	/^int G_fatal_error(const char *msg, ...)$/;"	f
G_find_cell	lib/gis/find_cell.c	/^char *G_find_cell(char *name, const char *mapset)$/;"	f
G_find_cell2	lib/gis/find_cell.c	/^char *G_find_cell2(const char *name, const char *mapset)$/;"	f
G_find_cell_stat	lib/gis/cell_stats.c	/^int G_find_cell_stat(CELL cat, long *count, const struct Cell_stats *s)$/;"	f
G_find_etc	lib/gis/find_etc.c	/^char *G_find_etc(const char *name)$/;"	f
G_find_file	lib/gis/find_file.c	/^char *G_find_file(const char *element, char *name, const char *mapset)$/;"	f
G_find_file2	lib/gis/find_file.c	/^char *G_find_file2(const char *element, const char *name, const char *mapset)$/;"	f
G_find_file2_misc	lib/gis/find_file.c	/^char *G_find_file2_misc(const char *dir,$/;"	f
G_find_file_misc	lib/gis/find_file.c	/^char *G_find_file_misc(const char *dir,$/;"	f
G_find_grid3	lib/g3d/find_grid3.c	/^char *G_find_grid3(const char *name, const char *mapset)$/;"	f
G_find_key_value	lib/gis/key_value1.c	/^char *G_find_key_value(const char *key, const struct Key_Value *kv)$/;"	f
G_find_sites	lib/sites/sites.c	/^char *G_find_sites(char *name, const char *mapset)$/;"	f
G_find_sites2	lib/sites/sites.c	/^char *G_find_sites2(const char *name, const char *mapset)$/;"	f
G_find_vector	lib/gis/find_vect.c	/^char *G_find_vector(char *name, const char *mapset)$/;"	f
G_find_vector2	lib/gis/find_vect.c	/^char *G_find_vector2(const char *name, const char *mapset)$/;"	f
G_fopen_append	lib/gis/open.c	/^FILE *G_fopen_append(const char *element, const char *name)$/;"	f
G_fopen_append_misc	lib/gis/open_misc.c	/^FILE *G_fopen_append_misc(const char *dir, const char *element,$/;"	f
G_fopen_modify	lib/gis/open.c	/^FILE *G_fopen_modify(const char *element, const char *name)$/;"	f
G_fopen_modify_misc	lib/gis/open_misc.c	/^FILE *G_fopen_modify_misc(const char *dir, const char *element,$/;"	f
G_fopen_new	lib/gis/open.c	/^FILE *G_fopen_new(const char *element, const char *name)$/;"	f
G_fopen_new_misc	lib/gis/open_misc.c	/^FILE *G_fopen_new_misc(const char *dir, const char *element, const char *name)$/;"	f
G_fopen_old	lib/gis/open.c	/^FILE *G_fopen_old(const char *element, const char *name, const char *mapset)$/;"	f
G_fopen_old_misc	lib/gis/open_misc.c	/^FILE *G_fopen_old_misc(const char *dir, const char *element, const char *name,$/;"	f
G_fopen_sites_new	lib/sites/sites.c	/^struct Map_info *G_fopen_sites_new(const char *name)$/;"	f
G_fopen_sites_old	lib/sites/sites.c	/^struct Map_info *G_fopen_sites_old(const char *name, const char *mapset)$/;"	f
G_fork	lib/gis/fork.c	/^int G_fork(void)$/;"	f
G_format_easting	lib/gis/wind_format.c	/^int G_format_easting(double east, char *buf, int projection)$/;"	f
G_format_northing	lib/gis/wind_format.c	/^int G_format_northing(double north, char *buf, int projection)$/;"	f
G_format_resolution	lib/gis/wind_format.c	/^int G_format_resolution(double res, char *buf, int projection)$/;"	f
G_format_timestamp	lib/gis/timestamp.c	/^int G_format_timestamp(const struct TimeStamp *ts, char *buf)$/;"	f
G_fpcompress_dissectXdrDouble	lib/g3d/fpcompress.c	/^void G_fpcompress_dissectXdrDouble(unsigned char *numPointer)$/;"	f
G_fpcompress_printBinary	lib/g3d/fpcompress.c	/^void G_fpcompress_printBinary(char *c, int numBits)$/;"	f
G_fpcompress_readXdrDoubles	lib/g3d/fpcompress.c	/^G_fpcompress_readXdrDoubles(int fd, char *dst, int nofNum, int fileBytes,$/;"	f
G_fpcompress_readXdrFloats	lib/g3d/fpcompress.c	/^G_fpcompress_readXdrFloats(int fd, char *dst, int nofNum, int fileBytes,$/;"	f
G_fpcompress_readXdrNums	lib/g3d/fpcompress.c	/^G_fpcompress_readXdrNums(int fd, char *dst, int nofNum, int fileBytes,$/;"	f
G_fpcompress_rearrangeDecodeDoubles	lib/g3d/fpcompress.c	/^G_fpcompress_rearrangeDecodeDoubles(unsigned char *src, int size,$/;"	f	file:
G_fpcompress_rearrangeDecodeFloats	lib/g3d/fpcompress.c	/^G_fpcompress_rearrangeDecodeFloats(unsigned char *src, int size,$/;"	f	file:
G_fpcompress_rearrangeEncodeDoubles	lib/g3d/fpcompress.c	/^G_fpcompress_rearrangeEncodeDoubles(unsigned char *src, int size,$/;"	f	file:
G_fpcompress_rearrangeEncodeFloats	lib/g3d/fpcompress.c	/^G_fpcompress_rearrangeEncodeFloats(unsigned char *src, int size,$/;"	f	file:
G_fpcompress_writeXdrDouble	lib/g3d/fpcompress.c	/^G_fpcompress_writeXdrDouble(int fd, char *src, int nofNum, int precision,$/;"	f
G_fpcompress_writeXdrFloats	lib/g3d/fpcompress.c	/^G_fpcompress_writeXdrFloats(int fd, char *src, int nofNum, int precision,$/;"	f
G_fpcompress_writeXdrNums	lib/g3d/fpcompress.c	/^G_fpcompress_writeXdrNums(int fd, char *src, int nofNum, int precision,$/;"	f
G_fpreclass_add_rule	lib/gis/fpreclass.c	/^G_fpreclass_add_rule(struct FPReclass *r, DCELL dLow, DCELL dHigh, DCELL rLow,$/;"	f
G_fpreclass_clear	lib/gis/fpreclass.c	/^void G_fpreclass_clear(struct FPReclass *r)$/;"	f
G_fpreclass_get_cell_value	lib/gis/fpreclass.c	/^DCELL G_fpreclass_get_cell_value(const struct FPReclass * r, DCELL cellVal)$/;"	f
G_fpreclass_get_ith_rule	lib/gis/fpreclass.c	/^G_fpreclass_get_ith_rule(const struct FPReclass *r, int i, DCELL * dLow,$/;"	f
G_fpreclass_get_limits	lib/gis/fpreclass.c	/^G_fpreclass_get_limits(const struct FPReclass *r, DCELL * dMin, DCELL * dMax,$/;"	f
G_fpreclass_get_neg_infinite_rule	lib/gis/fpreclass.c	/^G_fpreclass_get_neg_infinite_rule(const struct FPReclass *r, DCELL * dLeft,$/;"	f
G_fpreclass_get_pos_infinite_rule	lib/gis/fpreclass.c	/^G_fpreclass_get_pos_infinite_rule(const struct FPReclass *r, DCELL * dRight,$/;"	f
G_fpreclass_init	lib/gis/fpreclass.c	/^int G_fpreclass_init(struct FPReclass *r)$/;"	f
G_fpreclass_nof_rules	lib/gis/fpreclass.c	/^int G_fpreclass_nof_rules(const struct FPReclass *r)$/;"	f
G_fpreclass_perform_dd	lib/gis/fpreclass.c	/^G_fpreclass_perform_dd(const struct FPReclass *r, const DCELL * dcell,$/;"	f
G_fpreclass_perform_df	lib/gis/fpreclass.c	/^G_fpreclass_perform_df(const struct FPReclass *r, const DCELL * dcell,$/;"	f
G_fpreclass_perform_di	lib/gis/fpreclass.c	/^G_fpreclass_perform_di(const struct FPReclass *r, const DCELL * dcell,$/;"	f
G_fpreclass_perform_fd	lib/gis/fpreclass.c	/^G_fpreclass_perform_fd(const struct FPReclass *r, const FCELL * fcell,$/;"	f
G_fpreclass_perform_ff	lib/gis/fpreclass.c	/^G_fpreclass_perform_ff(const struct FPReclass *r, const FCELL * fcell,$/;"	f
G_fpreclass_perform_fi	lib/gis/fpreclass.c	/^G_fpreclass_perform_fi(const struct FPReclass *r, const FCELL * fcell,$/;"	f
G_fpreclass_perform_id	lib/gis/fpreclass.c	/^G_fpreclass_perform_id(const struct FPReclass *r, const CELL * icell,$/;"	f
G_fpreclass_perform_if	lib/gis/fpreclass.c	/^G_fpreclass_perform_if(const struct FPReclass *r, const CELL * icell,$/;"	f
G_fpreclass_perform_ii	lib/gis/fpreclass.c	/^G_fpreclass_perform_ii(const struct FPReclass *r, const CELL * icell,$/;"	f
G_fpreclass_reset	lib/gis/fpreclass.c	/^void G_fpreclass_reset(struct FPReclass *r)$/;"	f
G_fpreclass_reverse_rule_order	lib/gis/fpreclass.c	/^void G_fpreclass_reverse_rule_order(struct FPReclass *r)$/;"	f
G_fpreclass_set_domain	lib/gis/fpreclass.c	/^void G_fpreclass_set_domain(struct FPReclass *r, DCELL dLow, DCELL dHigh)$/;"	f
G_fpreclass_set_neg_infinite_rule	lib/gis/fpreclass.c	/^G_fpreclass_set_neg_infinite_rule(struct FPReclass *r, DCELL dLeft, DCELL c)$/;"	f
G_fpreclass_set_pos_infinite_rule	lib/gis/fpreclass.c	/^G_fpreclass_set_pos_infinite_rule(struct FPReclass *r, DCELL dRight, DCELL c)$/;"	f
G_fpreclass_set_range	lib/gis/fpreclass.c	/^void G_fpreclass_set_range(struct FPReclass *r, DCELL low, DCELL high)$/;"	f
G_fread_key_value	lib/gis/key_value2.c	/^struct Key_Value *G_fread_key_value(FILE * fd)$/;"	f
G_free	lib/gis/alloc.c	/^void G_free(void *buf)$/;"	f
G_free_cats	lib/gis/cats.c	/^int G_free_cats(struct Categories *pcats)$/;"	f
G_free_cell_stats	lib/gis/cell_stats.c	/^int G_free_cell_stats(struct Cell_stats *s)$/;"	f
G_free_colors	lib/gis/color_free.c	/^int G_free_colors(struct Colors *colors)$/;"	f
G_free_fmatrix	lib/gmath/dalloc.c	/^void G_free_fmatrix(float **m)$/;"	f
G_free_fvector	lib/gmath/dalloc.c	/^void G_free_fvector(float *v)$/;"	f
G_free_histogram	lib/gis/histogram.c	/^int G_free_histogram(struct Histogram *histogram)$/;"	f
G_free_imatrix	lib/gmath/ialloc.c	/^void G_free_imatrix(int **m)$/;"	f
G_free_ivector	lib/gmath/ialloc.c	/^void G_free_ivector(int *v)$/;"	f
G_free_key_value	lib/gis/key_value1.c	/^int G_free_key_value(struct Key_Value *kv)$/;"	f
G_free_list	lib/gis/list.c	/^void G_free_list(char **list)$/;"	f
G_free_matrix	lib/gmath/dalloc.c	/^void G_free_matrix(double **m)$/;"	f
G_free_raster_cats	lib/gis/cats.c	/^int G_free_raster_cats(struct Categories *pcats)$/;"	f
G_free_reclass	lib/gis/reclass.c	/^int G_free_reclass(struct Reclass *reclass)$/;"	f
G_free_tokens	lib/gis/token.c	/^int G_free_tokens(char **tokens)$/;"	f
G_free_vector	lib/gmath/dalloc.c	/^void G_free_vector(double *v)$/;"	f
G_fully_qualified_name	lib/gis/nme_in_mps.c	/^char *G_fully_qualified_name(const char *name, const char *mapset)$/;"	f
G_fwrite_key_value	lib/gis/key_value2.c	/^int G_fwrite_key_value(FILE * fd, const struct Key_Value *kv)$/;"	f
G_gdal_raster_IO	lib/gis/gdal.c	/^CPLErr G_gdal_raster_IO($/;"	f
G_geodesic_distance	lib/gis/geodist.c	/^double G_geodesic_distance(double lon1, double lat1, double lon2, double lat2)$/;"	f
G_geodesic_distance_lon_to_lon	lib/gis/geodist.c	/^double G_geodesic_distance_lon_to_lon(double lon1, double lon2)$/;"	f
G_geodesic_lat_from_lon	lib/gis/geodesic.c	/^double G_geodesic_lat_from_lon(double lon)$/;"	f
G_get_3dview	lib/gis/view.c	/^int G_get_3dview(const char *fname, const char *mapset, struct G_3dview *View)$/;"	f
G_get_3dview_defaults	lib/gis/view.c	/^int G_get_3dview_defaults(struct G_3dview *v, struct Cell_head *w)$/;"	f
G_get_ask_return_msg	lib/gis/ask.c	/^char *G_get_ask_return_msg()$/;"	f
G_get_c_raster_cat	lib/gis/cats.c	/^char *G_get_c_raster_cat(CELL * rast, struct Categories *pcats)$/;"	f
G_get_c_raster_color	lib/gis/color_get.c	/^int G_get_c_raster_color(const CELL * rast,$/;"	f
G_get_c_raster_row	lib/gis/get_row.c	/^int G_get_c_raster_row(int fd, CELL * buf, int row)$/;"	f
G_get_c_raster_row_nomask	lib/gis/get_row.c	/^int G_get_c_raster_row_nomask(int fd, CELL * buf, int row)$/;"	f
G_get_cat	lib/gis/cats.c	/^char *G_get_cat(CELL num, struct Categories *pcats)$/;"	f
G_get_cats_title	lib/gis/cats.c	/^char *G_get_cats_title(const struct Categories *pcats)$/;"	f
G_get_cell_title	lib/gis/cell_title.c	/^char *G_get_cell_title(const char *name, const char *mapset)$/;"	f
G_get_cellhd	lib/gis/get_cellhd.c	/^int G_get_cellhd(const char *name, const char *mapset,$/;"	f
G_get_color	lib/gis/color_get.c	/^int G_get_color(CELL n, int *red, int *grn, int *blu, struct Colors *colors)$/;"	f
G_get_color_range	lib/gis/color_range.c	/^int G_get_color_range(CELL * min, CELL * max, const struct Colors *colors)$/;"	f
G_get_d_color_range	lib/gis/color_range.c	/^int G_get_d_color_range(DCELL * min, DCELL * max, const struct Colors *colors)$/;"	f
G_get_d_raster_cat	lib/gis/cats.c	/^char *G_get_d_raster_cat(DCELL * rast, struct Categories *pcats)$/;"	f
G_get_d_raster_color	lib/gis/color_get.c	/^int G_get_d_raster_color(const DCELL * rast,$/;"	f
G_get_d_raster_row	lib/gis/get_row.c	/^int G_get_d_raster_row(int fd, DCELL * buf, int row)$/;"	f
G_get_d_raster_row_nomask	lib/gis/get_row.c	/^int G_get_d_raster_row_nomask(int fd, DCELL * buf, int row)$/;"	f
G_get_datum_by_name	lib/gis/datum.c	/^int G_get_datum_by_name(const char *name)$/;"	f
G_get_datumparams_from_projinfo	lib/gis/datum.c	/^int G_get_datumparams_from_projinfo(const struct Key_Value *projinfo,$/;"	f
G_get_default_color	lib/gis/color_get.c	/^int G_get_default_color(int *red, int *grn, int *blu,$/;"	f
G_get_default_window	lib/gis/get_window.c	/^int G_get_default_window(struct Cell_head *window)$/;"	f
G_get_dig_title	lib/gis/dig_title.c	/^char *G_get_dig_title(const char *name, const char *mapset)$/;"	f
G_get_ellipsoid_by_name	lib/gis/get_ellipse.c	/^int G_get_ellipsoid_by_name(const char *name, double *a, double *e2)$/;"	f
G_get_ellipsoid_parameters	lib/gis/get_ellipse.c	/^int G_get_ellipsoid_parameters(double *a, double *e2)$/;"	f
G_get_f_color_rule	lib/gis/color_rule_get.c	/^int G_get_f_color_rule(DCELL * val1, unsigned char *r1, unsigned char *g1,$/;"	f
G_get_f_raster_cat	lib/gis/cats.c	/^char *G_get_f_raster_cat(FCELL * rast, struct Categories *pcats)$/;"	f
G_get_f_raster_color	lib/gis/color_get.c	/^int G_get_f_raster_color(const FCELL * rast,$/;"	f
G_get_f_raster_row	lib/gis/get_row.c	/^int G_get_f_raster_row(int fd, FCELL * buf, int row)$/;"	f
G_get_f_raster_row_nomask	lib/gis/get_row.c	/^int G_get_f_raster_row_nomask(int fd, FCELL * buf, int row)$/;"	f
G_get_fp_range_min_max	lib/gis/range.c	/^int G_get_fp_range_min_max(const struct FPRange *range,$/;"	f
G_get_gdal_link	lib/gis/gdal.c	/^struct GDAL_link *G_get_gdal_link(const char *name, const char *mapset)$/;"	f
G_get_gisrc_mode	lib/gis/env.c	/^int G_get_gisrc_mode(void)$/;"	f
G_get_histogram_cat	lib/gis/histogram.c	/^CELL G_get_histogram_cat(int n, const struct Histogram * histogram)$/;"	f
G_get_histogram_count	lib/gis/histogram.c	/^long G_get_histogram_count(int n, const struct Histogram *histogram)$/;"	f
G_get_histogram_num	lib/gis/histogram.c	/^int G_get_histogram_num(const struct Histogram *histogram)$/;"	f
G_get_ith_c_raster_cat	lib/gis/cats.c	/^char *G_get_ith_c_raster_cat(const struct Categories *pcats,$/;"	f
G_get_ith_d_raster_cat	lib/gis/cats.c	/^char *G_get_ith_d_raster_cat(const struct Categories *pcats,$/;"	f
G_get_ith_f_raster_cat	lib/gis/cats.c	/^char *G_get_ith_f_raster_cat(const struct Categories *pcats,$/;"	f
G_get_ith_raster_cat	lib/gis/cats.c	/^char *G_get_ith_raster_cat(const struct Categories *pcats, int i, void *rast1,$/;"	f
G_get_map_row	lib/gis/get_row.c	/^int G_get_map_row(int fd, CELL * buf, int row)$/;"	f
G_get_map_row_nomask	lib/gis/get_row.c	/^int G_get_map_row_nomask(int fd, CELL * buf, int row)$/;"	f
G_get_next_marked_c_raster_cat	lib/gis/cats.c	/^char *G_get_next_marked_c_raster_cat(struct Categories *pcats,	\/* structure to hold category info *\/$/;"	f
G_get_next_marked_d_raster_cat	lib/gis/cats.c	/^char *G_get_next_marked_d_raster_cat(struct Categories *pcats,	\/* structure to hold category info *\/$/;"	f
G_get_next_marked_f_raster_cat	lib/gis/cats.c	/^char *G_get_next_marked_f_raster_cat(struct Categories *pcats,	\/* structure to hold category info *\/$/;"	f
G_get_next_marked_raster_cat	lib/gis/cats.c	/^char *G_get_next_marked_raster_cat(struct Categories *pcats,	\/* structure to hold category info *\/$/;"	f
G_get_null_value_color	lib/gis/color_get.c	/^int G_get_null_value_color(int *red, int *grn, int *blu,$/;"	f
G_get_null_value_row	lib/gis/get_row.c	/^int G_get_null_value_row(int fd, char *flags, int row)$/;"	f
G_get_projinfo	lib/gis/get_projinfo.c	/^struct Key_Value *G_get_projinfo(void)$/;"	f
G_get_projunits	lib/gis/get_projinfo.c	/^struct Key_Value *G_get_projunits(void)$/;"	f
G_get_range_min_max	lib/gis/range.c	/^int G_get_range_min_max(const struct Range *range, CELL * min, CELL * max)$/;"	f
G_get_raster_cat	lib/gis/cats.c	/^char *G_get_raster_cat(void *rast,$/;"	f
G_get_raster_cats_title	lib/gis/cats.c	/^char *G_get_raster_cats_title(const struct Categories *pcats)$/;"	f
G_get_raster_color	lib/gis/color_get.c	/^int G_get_raster_color(const void *rast,$/;"	f
G_get_raster_map_type	lib/gis/opencell.c	/^RASTER_MAP_TYPE G_get_raster_map_type(int fd)$/;"	f
G_get_raster_row	lib/gis/get_row.c	/^int G_get_raster_row(int fd, void *buf, int row, RASTER_MAP_TYPE data_type)$/;"	f
G_get_raster_row_colors	lib/gis/get_row_colr.c	/^G_get_raster_row_colors(int fd, int row, struct Colors *colors,$/;"	f
G_get_raster_row_nomask	lib/gis/get_row.c	/^int G_get_raster_row_nomask(int fd, void *buf, int row,$/;"	f
G_get_raster_sample	lib/gis/sample.c	/^DCELL G_get_raster_sample($/;"	f
G_get_raster_sample_bilinear	lib/gis/sample.c	/^DCELL G_get_raster_sample_bilinear($/;"	f
G_get_raster_sample_cubic	lib/gis/sample.c	/^DCELL G_get_raster_sample_cubic($/;"	f
G_get_raster_sample_nearest	lib/gis/sample.c	/^DCELL G_get_raster_sample_nearest($/;"	f
G_get_raster_value_c	lib/gis/raster.c	/^CELL G_get_raster_value_c(const void *rast, RASTER_MAP_TYPE data_type)$/;"	f
G_get_raster_value_d	lib/gis/raster.c	/^DCELL G_get_raster_value_d(const void *rast, RASTER_MAP_TYPE data_type)$/;"	f
G_get_raster_value_f	lib/gis/raster.c	/^FCELL G_get_raster_value_f(const void *rast, RASTER_MAP_TYPE data_type)$/;"	f
G_get_reclass	lib/gis/reclass.c	/^int G_get_reclass(const char *name, const char *mapset,$/;"	f
G_get_set_window	lib/gis/set_window.c	/^int G_get_set_window(struct Cell_head *window)$/;"	f
G_get_site	lib/sites/sites.c	/^int G_get_site(struct Map_info *fd, double *east, double *north, char **desc)$/;"	f
G_get_spheroid_by_name	lib/gis/get_ellipse.c	/^int G_get_spheroid_by_name(const char *name, double *a, double *e2, double *f)$/;"	f
G_get_stats_for_null_value	lib/gis/cell_stats.c	/^int G_get_stats_for_null_value(long *count, const struct Cell_stats *s)$/;"	f
G_get_timestamps	lib/gis/timestamp.c	/^int G_get_timestamps(const struct TimeStamp *ts,$/;"	f
G_get_window	lib/gis/get_window.c	/^int G_get_window(struct Cell_head *window)$/;"	f
G_getenv	lib/gis/env.c	/^char *G_getenv(const char *name)$/;"	f
G_getenv2	lib/gis/env.c	/^char *G_getenv2(const char *name, int loc)$/;"	f
G_getl	lib/gis/getl.c	/^int G_getl(char *buf, int n, FILE * fd)$/;"	f
G_getl2	lib/gis/getl.c	/^int G_getl2(char *buf, int n, FILE * fd)$/;"	f
G_gets	lib/gis/gets.c	/^int G_gets(char *buf)$/;"	f
G_gettext	lib/gis/locale.c	/^char *G_gettext(const char *package, const char *msgid)$/;"	f
G_gisbase	lib/gis/gisbase.c	/^char *G_gisbase(void)$/;"	f
G_gisdbase	lib/gis/gisdbase.c	/^char *G_gisdbase(void)$/;"	f
G_gishelp	lib/gis/gishelp.c	/^int G_gishelp(const char *helpfile, const char *request)$/;"	f
G_gisinit	include/gis.h	44;"	d
G_gui	lib/gis/parser.c	/^static void G_gui(void)$/;"	f	file:
G_gui_tcltk	lib/gis/parser.c	/^static void G_gui_tcltk(void)$/;"	f	file:
G_gui_wx	lib/gis/parser.c	/^static void G_gui_wx(void)$/;"	f	file:
G_histogram_eq	lib/gis/histo_eq.c	/^int G_histogram_eq(const struct Histogram *histo,$/;"	f
G_histogram_eq_colors	lib/gis/color_xform.c	/^int G_histogram_eq_colors(struct Colors *dst,$/;"	f
G_histogram_eq_colors_fp	lib/gis/color_xform.c	/^void G_histogram_eq_colors_fp(struct Colors *dst,$/;"	f
G_home	lib/gis/home.c	/^char *G_home(void)$/;"	f
G_important_message	lib/gis/error.c	/^void G_important_message(const char *msg, ...)$/;"	f
G_incr_void_ptr	lib/gis/raster.c	/^void *G_incr_void_ptr(const void *ptr, const size_t size)$/;"	f
G_index	lib/gis/index.c	/^char *G_index(const char *str, int delim)$/;"	f
G_info_format	lib/gis/error.c	/^int G_info_format(void)$/;"	f
G_init_cats	lib/gis/cats.c	/^int G_init_cats(CELL num, const char *title, struct Categories *pcats)$/;"	f
G_init_cell_stats	lib/gis/cell_stats.c	/^int G_init_cell_stats(struct Cell_stats *s)$/;"	f
G_init_colors	lib/gis/color_init.c	/^int G_init_colors(struct Colors *colors)$/;"	f
G_init_fp_range	lib/gis/range.c	/^int G_init_fp_range(struct FPRange *range)$/;"	f
G_init_histogram	lib/gis/histogram.c	/^int G_init_histogram(struct Histogram *histogram)$/;"	f
G_init_range	lib/gis/range.c	/^int G_init_range(struct Range *range)$/;"	f
G_init_raster_cats	lib/gis/cats.c	/^int G_init_raster_cats(const char *title, struct Categories *pcats)$/;"	f
G_init_timestamp	lib/gis/timestamp.c	/^void G_init_timestamp(struct TimeStamp *ts)$/;"	f
G_insert_c_null_values	lib/gis/null_val.c	/^int G_insert_c_null_values(CELL * cellVal, char *null_row, int ncols)$/;"	f
G_insert_commas	lib/gis/commas.c	/^int G_insert_commas(char *buf)$/;"	f
G_insert_d_null_values	lib/gis/null_val.c	/^int G_insert_d_null_values(DCELL * dcellVal, char *null_row, int ncols)$/;"	f
G_insert_f_null_values	lib/gis/null_val.c	/^int G_insert_f_null_values(FCELL * fcellVal, char *null_row, int ncols)$/;"	f
G_insert_null_values	lib/gis/null_val.c	/^int G_insert_null_values(void *rast, char *null_row, int ncols,$/;"	f
G_interp_bicubic	lib/gis/interp.c	/^DCELL G_interp_bicubic(double u, double v,$/;"	f
G_interp_bilinear	lib/gis/interp.c	/^DCELL G_interp_bilinear(double u, double v,$/;"	f
G_interp_cubic	lib/gis/interp.c	/^DCELL G_interp_cubic(double u, DCELL c0, DCELL c1, DCELL c2, DCELL c3)$/;"	f
G_interp_linear	lib/gis/interp.c	/^DCELL G_interp_linear(double u, DCELL c0, DCELL c1)$/;"	f
G_intersect_line_segments	lib/gis/intersect.c	/^int G_intersect_line_segments(double ax1, double ay1, double ax2, double ay2,$/;"	f
G_intr_char	lib/gis/intr_char.c	/^char G_intr_char(void)$/;"	f
G_invert_colors	lib/gis/color_invrt.c	/^int G_invert_colors(struct Colors *colors)$/;"	f
G_is_absolute_path	lib/gis/paths.c	/^int G_is_absolute_path(const char *path)$/;"	f
G_is_c_null_value	lib/gis/null_val.c	/^int G_is_c_null_value(const CELL * cellVal)$/;"	f
G_is_d_null_value	lib/gis/null_val.c	/^int G_is_d_null_value(const DCELL * dcellVal)$/;"	f
G_is_dirsep	lib/gis/paths.c	/^int G_is_dirsep(char c)$/;"	f
G_is_f_null_value	lib/gis/null_val.c	/^int G_is_f_null_value(const FCELL * fcellVal)$/;"	f
G_is_gisbase	lib/gis/is.c	/^int G_is_gisbase(const char *path)$/;"	f
G_is_little_endian	lib/gis/endian.c	/^int G_is_little_endian(void)$/;"	f
G_is_location	lib/gis/is.c	/^int G_is_location(const char *path)$/;"	f
G_is_mapset	lib/gis/is.c	/^int G_is_mapset(const char *path)$/;"	f
G_is_mapset_in_search_path	lib/gis/mapset_nme.c	/^int G_is_mapset_in_search_path(const char *mapset)$/;"	f
G_is_null_value	lib/gis/null_val.c	/^int G_is_null_value(const void *rast, RASTER_MAP_TYPE data_type)$/;"	f
G_is_reclass	lib/gis/reclass.c	/^int G_is_reclass(const char *name, const char *mapset, char *rname,$/;"	f
G_is_reclassed_to	lib/gis/reclass.c	/^int G_is_reclassed_to(const char *name, const char *mapset, int *nrmaps,$/;"	f
G_is_zero_value	raster/r.patch/do_patch.c	/^int G_is_zero_value(void *rast, RASTER_MAP_TYPE data_type)$/;"	f
G_lat_format	lib/gis/ll_format.c	/^int G_lat_format(double lat, char *buf)$/;"	f
G_lat_format_string	lib/gis/ll_format.c	/^char *G_lat_format_string(void)$/;"	f
G_lat_parts	lib/gis/ll_format.c	/^int G_lat_parts(double lat,	\/* lat in degrees to be split into parts *\/$/;"	f
G_lat_scan	lib/gis/ll_scan.c	/^int G_lat_scan(const char *buf, double *lat)$/;"	f
G_legal_filename	lib/gis/legal_name.c	/^int G_legal_filename(const char *s)$/;"	f
G_limit_east	lib/gis/wind_limits.c	/^int G_limit_east(double *east, int proj)$/;"	f
G_limit_north	lib/gis/wind_limits.c	/^int G_limit_north(double *north, int proj)$/;"	f
G_limit_south	lib/gis/wind_limits.c	/^int G_limit_south(double *south, int proj)$/;"	f
G_limit_west	lib/gis/wind_limits.c	/^int G_limit_west(double *west, int proj)$/;"	f
G_list	lib/gis/list.c	/^char **G_list(int element, const char *gisbase, const char *location,$/;"	f
G_list_element	lib/gis/list.c	/^int G_list_element(const char *element,$/;"	f
G_llres_format	lib/gis/ll_format.c	/^int G_llres_format(double res, char *buf)$/;"	f
G_llres_format_string	lib/gis/ll_format.c	/^char *G_llres_format_string(void)$/;"	f
G_llres_scan	lib/gis/ll_scan.c	/^int G_llres_scan(const char *buf, double *res)$/;"	f
G_load_colors	lib/gis/color_rules.c	/^int G_load_colors(struct Colors *colors, const char *path, CELL min, CELL max)$/;"	f
G_load_fp_colors	lib/gis/color_rules.c	/^int G_load_fp_colors(struct Colors *colors, const char *path, DCELL min,$/;"	f
G_location	lib/gis/location.c	/^char *G_location(void)$/;"	f
G_location_path	lib/gis/location.c	/^char *G_location_path(void)$/;"	f
G_log_colors	lib/gis/color_xform.c	/^int G_log_colors(struct Colors *dst, struct Colors *src, int samples)$/;"	f
G_lon_format	lib/gis/ll_format.c	/^int G_lon_format(double lon, char *buf)$/;"	f
G_lon_format_string	lib/gis/ll_format.c	/^char *G_lon_format_string(void)$/;"	f
G_lon_parts	lib/gis/ll_format.c	/^int G_lon_parts(double lon,	\/* lon in degrees to be split into parts *\/$/;"	f
G_lon_scan	lib/gis/ll_scan.c	/^int G_lon_scan(const char *buf, double *lon)$/;"	f
G_lookup_c_raster_colors	lib/gis/color_look.c	/^int G_lookup_c_raster_colors(const CELL * cell,$/;"	f
G_lookup_colors	lib/gis/color_look.c	/^int G_lookup_colors(const CELL * cell,$/;"	f
G_lookup_d_raster_colors	lib/gis/color_look.c	/^int G_lookup_d_raster_colors(const DCELL * dcell, unsigned char *red,$/;"	f
G_lookup_f_raster_colors	lib/gis/color_look.c	/^int G_lookup_f_raster_colors(const FCELL * fcell, unsigned char *red,$/;"	f
G_lookup_key_value_from_file	lib/gis/key_value4.c	/^int G_lookup_key_value_from_file(const char *file,$/;"	f
G_lookup_raster_colors	lib/gis/color_look.c	/^int G_lookup_raster_colors(const void *raster,$/;"	f
G_ls	lib/gis/ls.c	/^void G_ls(const char *dir, FILE * stream)$/;"	f
G_ls_format	lib/gis/ls.c	/^void G_ls_format(char **list, int num_items, int perline, FILE * stream)$/;"	f
G_lstat	lib/gis/paths.c	/^int G_lstat(const char *file_name, struct stat *buf)$/;"	f
G_lubksb	lib/gmath/lu.c	/^void G_lubksb(double **a, int n, int *indx, double b[])$/;"	f
G_ludcmp	lib/gmath/lu.c	/^int G_ludcmp(double **a, int n, int *indx, double *d)$/;"	f
G_make_aspect_colors	lib/gis/color_compat.c	/^int G_make_aspect_colors(struct Colors *colors, CELL min, CELL max)$/;"	f
G_make_aspect_fp_colors	lib/gis/color_compat.c	/^int G_make_aspect_fp_colors(struct Colors *colors, DCELL min, DCELL max)$/;"	f
G_make_bgyr_colors	lib/gis/color_compat.c	/^int G_make_bgyr_colors(struct Colors *colors, CELL min, CELL max)$/;"	f
G_make_bgyr_fp_colors	lib/gis/color_compat.c	/^int G_make_bgyr_fp_colors(struct Colors *colors, DCELL min, DCELL max)$/;"	f
G_make_byg_colors	lib/gis/color_compat.c	/^int G_make_byg_colors(struct Colors *colors, CELL min, CELL max)$/;"	f
G_make_byg_fp_colors	lib/gis/color_compat.c	/^int G_make_byg_fp_colors(struct Colors *colors, DCELL min, DCELL max)$/;"	f
G_make_byr_colors	lib/gis/color_compat.c	/^int G_make_byr_colors(struct Colors *colors, CELL min, CELL max)$/;"	f
G_make_byr_fp_colors	lib/gis/color_compat.c	/^int G_make_byr_fp_colors(struct Colors *colors, DCELL min, DCELL max)$/;"	f
G_make_colors	lib/gis/color_rules.c	/^int G_make_colors(struct Colors *colors, const char *name, CELL min, CELL max)$/;"	f
G_make_fp_colors	lib/gis/color_rules.c	/^int G_make_fp_colors(struct Colors *colors, const char *name, DCELL min,$/;"	f
G_make_grey_scale_colors	lib/gis/color_compat.c	/^int G_make_grey_scale_colors(struct Colors *colors, CELL min, CELL max)$/;"	f
G_make_grey_scale_fp_colors	lib/gis/color_compat.c	/^int G_make_grey_scale_fp_colors(struct Colors *colors, DCELL min, DCELL max)$/;"	f
G_make_gyr_colors	lib/gis/color_compat.c	/^int G_make_gyr_colors(struct Colors *colors, CELL min, CELL max)$/;"	f
G_make_gyr_fp_colors	lib/gis/color_compat.c	/^int G_make_gyr_fp_colors(struct Colors *colors, DCELL min, DCELL max)$/;"	f
G_make_histogram_cs	lib/gis/histogram.c	/^int G_make_histogram_cs(struct Cell_stats *statf, struct Histogram *histogram)$/;"	f
G_make_histogram_eq_colors	lib/gis/color_hist.c	/^int G_make_histogram_eq_colors(struct Colors *colors,$/;"	f
G_make_histogram_log_colors	lib/gis/color_hist.c	/^int G_make_histogram_log_colors(struct Colors *colors,$/;"	f
G_make_location	lib/gis/make_loc.c	/^int G_make_location(const char *location_name,$/;"	f
G_make_mapset	lib/gis/make_mapset.c	/^int G_make_mapset(const char *gisdbase_name, const char *location_name,$/;"	f
G_make_rainbow_colors	lib/gis/color_compat.c	/^int G_make_rainbow_colors(struct Colors *colors, CELL min, CELL max)$/;"	f
G_make_rainbow_fp_colors	lib/gis/color_compat.c	/^int G_make_rainbow_fp_colors(struct Colors *colors, DCELL min, DCELL max)$/;"	f
G_make_ramp_colors	lib/gis/color_compat.c	/^int G_make_ramp_colors(struct Colors *colors, CELL min, CELL max)$/;"	f
G_make_ramp_fp_colors	lib/gis/color_compat.c	/^int G_make_ramp_fp_colors(struct Colors *colors, DCELL min, DCELL max)$/;"	f
G_make_random_colors	lib/gis/color_rand.c	/^int G_make_random_colors(struct Colors *colors, CELL min, CELL max)$/;"	f
G_make_ryg_colors	lib/gis/color_compat.c	/^int G_make_ryg_colors(struct Colors *colors, CELL min, CELL max)$/;"	f
G_make_ryg_fp_colors	lib/gis/color_compat.c	/^int G_make_ryg_fp_colors(struct Colors *colors, DCELL min, DCELL max)$/;"	f
G_make_wave_colors	lib/gis/color_compat.c	/^int G_make_wave_colors(struct Colors *colors, CELL min, CELL max)$/;"	f
G_make_wave_fp_colors	lib/gis/color_compat.c	/^int G_make_wave_fp_colors(struct Colors *colors, DCELL min, DCELL max)$/;"	f
G_malloc	include/gisdefs.h	47;"	d
G_mapset	lib/gis/mapset.c	/^char *G_mapset(void)$/;"	f
G_mark_c_raster_cats	lib/gis/cats.c	/^int G_mark_c_raster_cats(CELL * rast_row,	\/* raster row to update stats *\/$/;"	f
G_mark_colors_as_fp	lib/gis/color_read.c	/^int G_mark_colors_as_fp(struct Colors *colors)$/;"	f
G_mark_d_raster_cats	lib/gis/cats.c	/^int G_mark_d_raster_cats(DCELL * rast_row,	\/* raster row to update stats *\/$/;"	f
G_mark_f_raster_cats	lib/gis/cats.c	/^int G_mark_f_raster_cats(FCELL * rast_row,	\/* raster row to update stats *\/$/;"	f
G_mark_raster_cats	lib/gis/cats.c	/^int G_mark_raster_cats(void *rast_row,	\/* raster row to update stats *\/$/;"	f
G_mask_info	lib/gis/mask_info.c	/^char *G_mask_info(void)$/;"	f
G_maskfd	lib/gis/maskfd.c	/^int G_maskfd(void)$/;"	f
G_math_findzc	lib/gmath/findzc.c	/^G_math_findzc(double conv[], int size, double zc[], double thresh,$/;"	f
G_math_max_pow2	lib/gmath/max_pow2.c	/^long G_math_max_pow2(const long n)$/;"	f
G_math_min_pow2	lib/gmath/max_pow2.c	/^long G_math_min_pow2(const long n)$/;"	f
G_math_rand	lib/gmath/rand1.c	/^float G_math_rand(int seed)$/;"	f
G_math_rand_gauss	lib/gmath/gauss.c	/^double G_math_rand_gauss(const int seed, const double sigma)$/;"	f
G_matrix_LU_solve	lib/gmath/la.c	/^G_matrix_LU_solve(const mat_struct * mt1, mat_struct ** xmat0,$/;"	f
G_matrix_add	lib/gmath/la.c	/^mat_struct *G_matrix_add(mat_struct * mt1, mat_struct * mt2)$/;"	f
G_matrix_copy	lib/gmath/la.c	/^mat_struct *G_matrix_copy(const mat_struct * A)$/;"	f
G_matrix_eigen_sort	lib/gmath/la.c	/^int G_matrix_eigen_sort(vec_struct * d, mat_struct * m)$/;"	f
G_matrix_free	lib/gmath/la.c	/^void G_matrix_free(mat_struct * mt)$/;"	f
G_matrix_get_element	lib/gmath/la.c	/^double G_matrix_get_element(mat_struct * mt, int rowval, int colval)$/;"	f
G_matrix_init	lib/gmath/la.c	/^mat_struct *G_matrix_init(int rows, int cols, int ldim)$/;"	f
G_matrix_inverse	lib/gmath/la.c	/^mat_struct *G_matrix_inverse(mat_struct * mt)$/;"	f
G_matrix_print	lib/gmath/la.c	/^void G_matrix_print(mat_struct * mt)$/;"	f
G_matrix_product	lib/gmath/la.c	/^mat_struct *G_matrix_product(mat_struct * mt1, mat_struct * mt2)$/;"	f
G_matrix_read	lib/gmath/la.c	/^int G_matrix_read(FILE * fp, mat_struct * out)$/;"	f
G_matrix_scale	lib/gmath/la.c	/^mat_struct *G_matrix_scale(mat_struct * mt1, const double c)$/;"	f
G_matrix_set	lib/gmath/la.c	/^int G_matrix_set(mat_struct * A, int rows, int cols, int ldim)$/;"	f
G_matrix_set_element	lib/gmath/la.c	/^int G_matrix_set_element(mat_struct * mt, int rowval, int colval, double val)$/;"	f
G_matrix_stdin	lib/gmath/la.c	/^int G_matrix_stdin(mat_struct * out)$/;"	f
G_matrix_subtract	lib/gmath/la.c	/^mat_struct *G_matrix_subtract(mat_struct * mt1, mat_struct * mt2)$/;"	f
G_matrix_transpose	lib/gmath/la.c	/^mat_struct *G_matrix_transpose(mat_struct * mt)$/;"	f
G_matrix_zero	lib/gmath/la.c	/^int G_matrix_zero(mat_struct * A)$/;"	f
G_matvect_extract_vector	lib/gmath/la.c	/^int G_matvect_extract_vector(mat_struct * mt, vtype vt, int indx)$/;"	f
G_matvect_get_column	lib/gmath/la.c	/^vec_struct *G_matvect_get_column(mat_struct * mt, int col)$/;"	f
G_matvect_get_row	lib/gmath/la.c	/^vec_struct *G_matvect_get_row(mat_struct * mt, int row)$/;"	f
G_matvect_retrieve_matrix	lib/gmath/la.c	/^int G_matvect_retrieve_matrix(vec_struct * vc)$/;"	f
G_meridional_radius_of_curvature	lib/gis/radii.c	/^double G_meridional_radius_of_curvature(double lon, double a, double e2)$/;"	f
G_message	lib/gis/error.c	/^void G_message(const char *msg, ...)$/;"	f
G_mkdir	lib/gis/paths.c	/^int G_mkdir(const char *path)$/;"	f
G_msg	lib/external/bwidget/mainframe.tcl	/^	proc G_msg {message} {$/;"	p
G_msg	lib/gtcltk/gmsg.tcl	/^	proc G_msg {message} {$/;"	p
G_myname	lib/gis/myname.c	/^char *G_myname(void)$/;"	f
G_newlines_to_spaces	lib/gis/nl_to_spaces.c	/^void G_newlines_to_spaces(char *s)$/;"	f
G_next_cell_stat	lib/gis/cell_stats.c	/^int G_next_cell_stat(CELL * cat, long *count, struct Cell_stats *s)$/;"	f
G_no_gisinit	include/gis.h	45;"	d
G_norm_extra	raster/r.sun2/sunradstruct.h	/^    double G_norm_extra;$/;"	m	struct:SolarRadVar
G_northing_to_row	lib/gis/window_map.c	/^double G_northing_to_row(double north, const struct Cell_head *window)$/;"	f
G_num_standard_color_names	lib/gis/color_str.c	/^int G_num_standard_color_names(void)$/;"	f
G_num_standard_colors	lib/gis/color_str.c	/^int G_num_standard_colors(void)$/;"	f
G_number_of_cats	lib/gis/cats.c	/^CELL G_number_of_cats(const char *name, const char *mapset)$/;"	f
G_number_of_raster_cats	lib/gis/cats.c	/^int G_number_of_raster_cats(struct Categories *pcats)$/;"	f
G_number_of_tokens	lib/gis/token.c	/^int G_number_of_tokens(char **tokens)$/;"	f
G_oldsite_describe	lib/sites/sites.c	/^int G_oldsite_describe(FILE * ptr, int *dims, int *cat, int *strs, int *dbls)$/;"	f
G_oldsite_get	lib/sites/sites.c	/^int G_oldsite_get(FILE * fptr, Site * s)$/;"	f
G_oldsite_s_cmp	lib/sites/sites.c	/^int G_oldsite_s_cmp(const void *a, const void *b)$/;"	f
G_oldsites_open_new	lib/sites/sites.c	/^FILE *G_oldsites_open_new(const char *name)$/;"	f
G_oldsites_open_old	lib/sites/sites.c	/^FILE *G_oldsites_open_old(const char *name, const char *mapset)$/;"	f
G_open_cell_new	lib/gis/opencell.c	/^int G_open_cell_new(const char *name)$/;"	f
G_open_cell_new_random	lib/gis/opencell.c	/^int G_open_cell_new_random(const char *name)$/;"	f
G_open_cell_new_uncompressed	lib/gis/opencell.c	/^int G_open_cell_new_uncompressed(const char *name)$/;"	f
G_open_cell_old	lib/gis/opencell.c	/^int G_open_cell_old(const char *name, const char *mapset)$/;"	f
G_open_fp_cell_new	lib/gis/opencell.c	/^int G_open_fp_cell_new(const char *name)$/;"	f
G_open_fp_cell_new_uncompressed	lib/gis/opencell.c	/^int G_open_fp_cell_new_uncompressed(const char *name)$/;"	f
G_open_new	lib/gis/open.c	/^int G_open_new(const char *element, const char *name)$/;"	f
G_open_new_misc	lib/gis/open_misc.c	/^int G_open_new_misc(const char *dir, const char *element, const char *name)$/;"	f
G_open_old	lib/gis/open.c	/^int G_open_old(const char *element, const char *name, const char *mapset)$/;"	f
G_open_old_misc	lib/gis/open_misc.c	/^int G_open_old_misc(const char *dir, const char *element, const char *name,$/;"	f
G_open_raster_new	lib/gis/opencell.c	/^int G_open_raster_new(const char *name, RASTER_MAP_TYPE wr_type)$/;"	f
G_open_raster_new_uncompressed	lib/gis/opencell.c	/^int G_open_raster_new_uncompressed(const char *name, RASTER_MAP_TYPE wr_type)$/;"	f
G_open_update	lib/gis/open.c	/^int G_open_update(const char *element, const char *name)$/;"	f
G_open_update_misc	lib/gis/open_misc.c	/^int G_open_update_misc(const char *dir, const char *element, const char *name)$/;"	f
G_parse_color_rule	lib/gis/color_rules.c	/^int G_parse_color_rule(DCELL min, DCELL max, const char *buf,$/;"	f
G_parse_color_rule_error	lib/gis/color_rules.c	/^const char *G_parse_color_rule_error(int code)$/;"	f
G_parser	lib/gis/parser.c	/^int G_parser(int argc, char **argv)$/;"	f
G_pclose	lib/gis/popen.c	/^int G_pclose(FILE * ptr)$/;"	f
G_percent	lib/gis/percent.c	/^int G_percent(long n, long d, int s)$/;"	f
G_percent2	lib/gis/percent.c	/^int G_percent2(long n, long d, int s, FILE *out)$/;"	f
G_percent_reset	lib/gis/percent.c	/^int G_percent_reset(void)$/;"	f
G_pipe_accept	lib/gis/win32_pipes.c	/^HANDLE G_pipe_accept(HANDLE hPipe)$/;"	f
G_pipe_bind	lib/gis/win32_pipes.c	/^HANDLE G_pipe_bind(char *name)$/;"	f
G_pipe_connect	lib/gis/win32_pipes.c	/^HANDLE G_pipe_connect(char *name)$/;"	f
G_pipe_exists	lib/gis/win32_pipes.c	/^int G_pipe_exists(char *name)$/;"	f
G_pipe_get_fname	lib/gis/win32_pipes.c	/^char *G_pipe_get_fname(char *name)$/;"	f
G_pipe_listen	lib/gis/win32_pipes.c	/^int G_pipe_listen(HANDLE hPipe, unsigned int queue_len)$/;"	f
G_planimetric_polygon_area	lib/gis/area_poly2.c	/^double G_planimetric_polygon_area(const double *x, const double *y, int n)$/;"	f
G_plot_area	lib/gis/plot.c	/^int G_plot_area(double *const *xs, double *const *ys, int *rpnts, int rings)$/;"	f
G_plot_fx	lib/gis/plot.c	/^int G_plot_fx(double (*f) (double), double east1, double east2)$/;"	f
G_plot_icon	lib/gis/icon.c	/^int G_plot_icon(double xc, double yc, int type, double angle, double scale)$/;"	f
G_plot_line	lib/gis/plot.c	/^int G_plot_line(double east1, double north1, double east2, double north2)$/;"	f
G_plot_line2	lib/gis/plot.c	/^int G_plot_line2(double east1, double north1, double east2, double north2)$/;"	f
G_plot_point	lib/gis/plot.c	/^int G_plot_point(double east, double north)$/;"	f
G_plot_polygon	lib/gis/plot.c	/^int G_plot_polygon(const double *x, const double *y, int n)$/;"	f
G_plot_where_en	lib/gis/plot.c	/^int G_plot_where_en(int x, int y, double *east, double *north)$/;"	f
G_plot_where_xy	lib/gis/plot.c	/^int G_plot_where_xy(double east, double north, int *x, int *y)$/;"	f
G_point_in_region	lib/gis/wind_in.c	/^int G_point_in_region(double easting, double northing)$/;"	f
G_point_in_window	lib/gis/wind_in.c	/^int G_point_in_window(double easting, double northing,$/;"	f
G_pole_in_polygon	lib/gis/pole_in_poly.c	/^int G_pole_in_polygon(const double *x, const double *y, int n)$/;"	f
G_popen	lib/gis/popen.c	/^FILE *G_popen(const char *cmd, const char *mode)$/;"	f
G_program_name	lib/gis/progrm_nme.c	/^const char *G_program_name(void)$/;"	f
G_projection	lib/gis/proj1.c	/^int G_projection(void)$/;"	f
G_put_3dview	lib/gis/view.c	/^int G_put_3dview(const char *fname, const char *mapset,$/;"	f
G_put_c_raster_row	lib/gis/put_row.c	/^int G_put_c_raster_row(int fd, const CELL * buf)$/;"	f
G_put_cell_title	lib/gis/put_title.c	/^int G_put_cell_title(const char *name, const char *title)$/;"	f
G_put_cellhd	lib/gis/put_cellhd.c	/^int G_put_cellhd(const char *name, struct Cell_head *cellhd)$/;"	f
G_put_d_raster_row	lib/gis/put_row.c	/^int G_put_d_raster_row(int fd, const DCELL * buf)$/;"	f
G_put_f_raster_row	lib/gis/put_row.c	/^int G_put_f_raster_row(int fd, const FCELL * buf)$/;"	f
G_put_map_row	lib/gis/put_row.c	/^int G_put_map_row(int fd, const CELL * buf)$/;"	f
G_put_map_row_random	lib/gis/put_row.c	/^int G_put_map_row_random(int fd, const CELL * buf, int row, int col, int n)$/;"	f
G_put_raster_row	lib/gis/put_row.c	/^int G_put_raster_row(int fd, const void *buf, RASTER_MAP_TYPE data_type)$/;"	f
G_put_reclass	lib/gis/reclass.c	/^int G_put_reclass(const char *name, const struct Reclass *reclass)$/;"	f
G_put_site	lib/sites/sites.c	/^int G_put_site(struct Map_info *fd, double east, double north,$/;"	f
G_put_window	lib/gis/put_window.c	/^int G_put_window(const struct Cell_head *window)$/;"	f
G_putenv	lib/gis/putenv.c	/^void G_putenv(const char *name, const char *value)$/;"	f
G_quant_add_rule	lib/gis/quant.c	/^void G_quant_add_rule(struct Quant *q,$/;"	f
G_quant_clear	lib/gis/quant.c	/^void G_quant_clear(struct Quant *q)$/;"	f
G_quant_free	lib/gis/quant.c	/^void G_quant_free(struct Quant *q)$/;"	f
G_quant_get_cell_value	lib/gis/quant.c	/^CELL G_quant_get_cell_value(struct Quant * q, DCELL dcellVal)$/;"	f
G_quant_get_ith_rule	lib/gis/quant.c	/^void G_quant_get_ith_rule(const struct Quant *q,$/;"	f
G_quant_get_limits	lib/gis/quant.c	/^int G_quant_get_limits(const struct Quant *q,$/;"	f
G_quant_get_neg_infinite_rule	lib/gis/quant.c	/^int G_quant_get_neg_infinite_rule(const struct Quant *q,$/;"	f
G_quant_get_pos_infinite_rule	lib/gis/quant.c	/^int G_quant_get_pos_infinite_rule(const struct Quant *q,$/;"	f
G_quant_init	lib/gis/quant.c	/^int G_quant_init(struct Quant *quant)$/;"	f
G_quant_is_round	lib/gis/quant.c	/^int G_quant_is_round(const struct Quant *quant)$/;"	f
G_quant_is_truncate	lib/gis/quant.c	/^int G_quant_is_truncate(const struct Quant *quant)$/;"	f
G_quant_nof_rules	lib/gis/quant.c	/^int G_quant_nof_rules(const struct Quant *q)$/;"	f
G_quant_perform_d	lib/gis/quant.c	/^void G_quant_perform_d(struct Quant *q,$/;"	f
G_quant_perform_f	lib/gis/quant.c	/^void G_quant_perform_f(struct Quant *q,$/;"	f
G_quant_reverse_rule_order	lib/gis/quant.c	/^void G_quant_reverse_rule_order(struct Quant *q)$/;"	f
G_quant_round	lib/gis/quant.c	/^int G_quant_round(struct Quant *quant)$/;"	f
G_quant_set_neg_infinite_rule	lib/gis/quant.c	/^void G_quant_set_neg_infinite_rule(struct Quant *q, DCELL dLeft, CELL c)$/;"	f
G_quant_set_pos_infinite_rule	lib/gis/quant.c	/^void G_quant_set_pos_infinite_rule(struct Quant *q, DCELL dRight, CELL c)$/;"	f
G_quant_truncate	lib/gis/quant.c	/^int G_quant_truncate(struct Quant *quant)$/;"	f
G_quantize_fp_map	lib/gis/quant_rw.c	/^int G_quantize_fp_map(const char *name, const char *mapset,$/;"	f
G_quantize_fp_map_range	lib/gis/quant_rw.c	/^int G_quantize_fp_map_range(const char *name, const char *mapset,$/;"	f
G_radius_of_conformal_tangent_sphere	lib/gis/radii.c	/^double G_radius_of_conformal_tangent_sphere(double lon, double a, double e2)$/;"	f
G_raster_cmp	lib/gis/raster.c	/^int G_raster_cmp(const void *v1, const void *v2, RASTER_MAP_TYPE data_type)$/;"	f
G_raster_cpy	lib/gis/raster.c	/^int G_raster_cpy(void *v1, const void *v2, int n, RASTER_MAP_TYPE data_type)$/;"	f
G_raster_map_is_fp	lib/gis/opencell.c	/^int G_raster_map_is_fp(const char *name, const char *mapset)$/;"	f
G_raster_map_type	lib/gis/opencell.c	/^RASTER_MAP_TYPE G_raster_map_type(const char *name, const char *mapset)$/;"	f
G_raster_size	lib/gis/alloc_cell.c	/^size_t G_raster_size(RASTER_MAP_TYPE data_type)$/;"	f
G_rc_path	lib/gis/user_config.c	/^char *G_rc_path(const char *element, const char *item)$/;"	f
G_read_cats	lib/gis/cats.c	/^int G_read_cats(const char *name,$/;"	f
G_read_color_rule	lib/gis/color_rules.c	/^int G_read_color_rule(void *closure, DCELL min, DCELL max,$/;"	f
G_read_color_rules	lib/gis/color_rules.c	/^int G_read_color_rules(struct Colors *colors, DCELL min, DCELL max,$/;"	f
G_read_colors	lib/gis/color_read.c	/^int G_read_colors(const char *name, const char *mapset, struct Colors *colors)$/;"	f
G_read_fp_range	lib/gis/range.c	/^int G_read_fp_range(const char *name, const char *mapset,$/;"	f
G_read_grid3_timestamp	lib/gis/timestamp.c	/^int G_read_grid3_timestamp(const char *name, const char *mapset,$/;"	f
G_read_histogram	lib/gis/histogram.c	/^int G_read_histogram(const char *name, const char *mapset,$/;"	f
G_read_history	lib/gis/history.c	/^int G_read_history(const char *name, const char *mapset, struct History *hist)$/;"	f
G_read_key_value_file	lib/gis/key_value3.c	/^struct Key_Value *G_read_key_value_file(const char *file, int *stat)$/;"	f
G_read_quant	lib/gis/quant_rw.c	/^int G_read_quant(const char *name, const char *mapset, struct Quant *quant)$/;"	f
G_read_range	lib/gis/range.c	/^int G_read_range(const char *name, const char *mapset, struct Range *range)$/;"	f
G_read_raster_cats	lib/gis/cats.c	/^int G_read_raster_cats(const char *name,$/;"	f
G_read_raster_timestamp	lib/gis/timestamp.c	/^int G_read_raster_timestamp(const char *name, const char *mapset,$/;"	f
G_read_raster_units	lib/gis/raster_metadata.c	/^int G_read_raster_units(const char *name, const char *mapset, char *str)$/;"	f
G_read_raster_vdatum	lib/gis/raster_metadata.c	/^int G_read_raster_vdatum(const char *name, const char *mapset, char *str)$/;"	f
G_read_vector_cats	lib/gis/cats.c	/^int G_read_vector_cats(const char *name,$/;"	f
G_read_vector_timestamp	lib/gis/timestamp.c	/^int G_read_vector_timestamp(const char *name, const char *mapset,$/;"	f
G_realloc	include/gisdefs.h	49;"	d
G_recreate_command	lib/gis/parser.c	/^char *G_recreate_command(void)$/;"	f
G_recursive_copy	lib/gis/copy_dir.c	/^int G_recursive_copy(const char *src, const char *dst)$/;"	f
G_remove	lib/gis/remove.c	/^int G_remove(const char *element, const char *name)$/;"	f
G_remove_colors	lib/gis/color_remove.c	/^int G_remove_colors(const char *name, const char *mapset)$/;"	f
G_remove_commas	lib/gis/commas.c	/^int G_remove_commas(char *buf)$/;"	f
G_remove_grid3_timestamp	lib/gis/timestamp.c	/^int G_remove_grid3_timestamp(const char *name)$/;"	f
G_remove_histogram	lib/gis/histogram.c	/^int G_remove_histogram(const char *name)$/;"	f
G_remove_misc	lib/gis/remove.c	/^int G_remove_misc(const char *dir, const char *element, const char *name)$/;"	f
G_remove_raster_timestamp	lib/gis/timestamp.c	/^int G_remove_raster_timestamp(const char *name)$/;"	f
G_remove_vector_timestamp	lib/gis/timestamp.c	/^int G_remove_vector_timestamp(const char *name)$/;"	f
G_rename	lib/gis/rename.c	/^int G_rename(const char *element, const char *oldname, const char *newname)$/;"	f
G_rename_file	lib/gis/rename.c	/^int G_rename_file(const char *oldname, const char *newname)$/;"	f
G_reset_mapsets	lib/gis/mapset_nme.c	/^int G_reset_mapsets(void)$/;"	f
G_rewind_cell_stats	lib/gis/cell_stats.c	/^int G_rewind_cell_stats(struct Cell_stats *s)$/;"	f
G_rewind_raster_cats	lib/gis/cats.c	/^int G_rewind_raster_cats(struct Categories *pcats)$/;"	f
G_rhumbline_lat_from_lon	lib/gis/rhumbline.c	/^double G_rhumbline_lat_from_lon(double lon)$/;"	f
G_rindex	lib/gis/index.c	/^char *G_rindex(const char *str, int delim)$/;"	f
G_rle_codeLength	lib/g3d/rle.c	/^static int G_rle_codeLength(int length)$/;"	f	file:
G_rle_count_only	lib/g3d/rle.c	/^int G_rle_count_only(char *src, int nofElts, int eltLength)$/;"	f
G_rle_decode	lib/g3d/rle.c	/^G_rle_decode(char *src, char *dst, int nofElts, int eltLength,$/;"	f
G_rle_encode	lib/g3d/rle.c	/^void G_rle_encode(char *src, char *dst, int nofElts, int eltLength)$/;"	f
G_rotate_around_point	lib/gis/rotate.c	/^void G_rotate_around_point(double X0, double Y0, double *X1, double *Y1,$/;"	f
G_rotate_around_point_int	lib/gis/rotate.c	/^void G_rotate_around_point_int(int X0, int Y0, int *X1, int *Y1, double angle)$/;"	f
G_round_fp_map	lib/gis/quant_rw.c	/^int G_round_fp_map(const char *name, const char *mapset)$/;"	f
G_row_repeat_nomask	lib/gis/window_map.c	/^int G_row_repeat_nomask(int fd, int row)$/;"	f
G_row_to_northing	lib/gis/window_map.c	/^double G_row_to_northing(double row, const struct Cell_head *window)$/;"	f
G_row_update_fp_range	lib/gis/range.c	/^int G_row_update_fp_range(const void *rast, int n,$/;"	f
G_row_update_range	lib/gis/range.c	/^int G_row_update_range(const CELL * cell, int n, struct Range *range)$/;"	f
G_scan_easting	lib/gis/wind_scan.c	/^int G_scan_easting(const char *buf, double *easting, int projection)$/;"	f
G_scan_northing	lib/gis/wind_scan.c	/^int G_scan_northing(const char *buf, double *northing, int projection)$/;"	f
G_scan_resolution	lib/gis/wind_scan.c	/^int G_scan_resolution(const char *buf, double *res, int projection)$/;"	f
G_scan_timestamp	lib/gis/timestamp.c	/^int G_scan_timestamp(struct TimeStamp *ts, const char *buf)$/;"	f
G_script	lib/gis/parser.c	/^static void G_script(void)$/;"	f	file:
G_set_ask_return_msg	lib/gis/ask.c	/^int G_set_ask_return_msg(const char *msg)$/;"	f
G_set_c_null_value	lib/gis/null_val.c	/^void G_set_c_null_value(CELL * cellVals, int numVals)$/;"	f
G_set_c_raster_cat	lib/gis/cats.c	/^int G_set_c_raster_cat(CELL * rast1, CELL * rast2,$/;"	f
G_set_cat	lib/gis/cats.c	/^int G_set_cat(CELL num, char *label, struct Categories *pcats)$/;"	f
G_set_cats_fmt	lib/gis/cats.c	/^int G_set_cats_fmt(const char *fmt, double m1, double a1, double m2,$/;"	f
G_set_cats_title	lib/gis/cats.c	/^int G_set_cats_title(const char *title, struct Categories *pcats)$/;"	f
G_set_cell_format	lib/gis/opencell.c	/^int G_set_cell_format(int n)$/;"	f
G_set_color	lib/gis/color_set.c	/^int G_set_color(CELL cat, int r, int g, int b, struct Colors *colors)$/;"	f
G_set_color_range	lib/gis/color_range.c	/^int G_set_color_range(CELL min, CELL max, struct Colors *colors)$/;"	f
G_set_d_color	lib/gis/color_set.c	/^int G_set_d_color(DCELL val, int r, int g, int b, struct Colors *colors)$/;"	f
G_set_d_color_range	lib/gis/color_range.c	/^int G_set_d_color_range(DCELL min, DCELL max, struct Colors *colors)$/;"	f
G_set_d_null_value	lib/gis/null_val.c	/^void G_set_d_null_value(DCELL * dcellVals, int numVals)$/;"	f
G_set_d_raster_cat	lib/gis/cats.c	/^int G_set_d_raster_cat(DCELL * rast1, DCELL * rast2,$/;"	f
G_set_default_color	lib/gis/color_set.c	/^int G_set_default_color(int red, int grn, int blu, struct Colors *colors)$/;"	f
G_set_distance_to_line_tolerance	lib/gis/line_dist.c	/^int G_set_distance_to_line_tolerance(double t)$/;"	f
G_set_error_routine	lib/gis/error.c	/^int G_set_error_routine(int (*error_routine) (const char *, int))$/;"	f
G_set_f_null_value	lib/gis/null_val.c	/^void G_set_f_null_value(FCELL * fcellVals, int numVals)$/;"	f
G_set_f_raster_cat	lib/gis/cats.c	/^int G_set_f_raster_cat(FCELL * rast1, FCELL * rast2,$/;"	f
G_set_fp_type	lib/gis/opencell.c	/^int G_set_fp_type(RASTER_MAP_TYPE map_type)$/;"	f
G_set_geodesic_distance_lat1	lib/gis/geodist.c	/^int G_set_geodesic_distance_lat1(double lat1)$/;"	f
G_set_geodesic_distance_lat2	lib/gis/geodist.c	/^int G_set_geodesic_distance_lat2(double lat2)$/;"	f
G_set_gisrc_mode	lib/gis/env.c	/^void G_set_gisrc_mode(int mode)$/;"	f
G_set_histogram	lib/gis/histogram.c	/^int G_set_histogram(CELL cat, long count, struct Histogram *histogram)$/;"	f
G_set_key_value	lib/gis/key_value1.c	/^int G_set_key_value(const char *key, const char *value, struct Key_Value *kv)$/;"	f
G_set_list_hit_return	lib/gis/list.c	/^int G_set_list_hit_return(int flag)$/;"	f
G_set_ls_exclude_filter	lib/gis/ls.c	/^void G_set_ls_exclude_filter(ls_filter_func *func, void *closure)$/;"	f
G_set_ls_filter	lib/gis/ls.c	/^void G_set_ls_filter(ls_filter_func *func, void *closure)$/;"	f
G_set_null_value	lib/gis/null_val.c	/^void G_set_null_value(void *buf, int numVals, RASTER_MAP_TYPE data_type)$/;"	f
G_set_null_value_color	lib/gis/color_set.c	/^int G_set_null_value_color(int red, int grn, int blu, struct Colors *colors)$/;"	f
G_set_program_name	lib/gis/progrm_nme.c	/^int G_set_program_name(const char *s)$/;"	f
G_set_quant_rules	lib/gis/opencell.c	/^int G_set_quant_rules(int fd, struct Quant *q)$/;"	f
G_set_raster_cat	lib/gis/cats.c	/^int G_set_raster_cat(void *rast1, void *rast2,$/;"	f
G_set_raster_cats_fmt	lib/gis/cats.c	/^int G_set_raster_cats_fmt(const char *fmt, double m1, double a1, double m2,$/;"	f
G_set_raster_cats_title	lib/gis/cats.c	/^int G_set_raster_cats_title(const char *title, struct Categories *pcats)$/;"	f
G_set_raster_value_c	lib/gis/raster.c	/^int G_set_raster_value_c(void *rast, CELL cval, RASTER_MAP_TYPE data_type)$/;"	f
G_set_raster_value_d	lib/gis/raster.c	/^int G_set_raster_value_d(void *rast, DCELL dval, RASTER_MAP_TYPE data_type)$/;"	f
G_set_raster_value_f	lib/gis/raster.c	/^int G_set_raster_value_f(void *rast, FCELL fval, RASTER_MAP_TYPE data_type)$/;"	f
G_set_timestamp	lib/gis/timestamp.c	/^void G_set_timestamp(struct TimeStamp *ts, const DateTime * dt)$/;"	f
G_set_timestamp_range	lib/gis/timestamp.c	/^void G_set_timestamp_range(struct TimeStamp *ts,$/;"	f
G_set_verbose	lib/gis/verbose.c	/^int G_set_verbose(int level)$/;"	f
G_set_window	lib/gis/set_window.c	/^int G_set_window(struct Cell_head *window)$/;"	f
G_setenv	lib/gis/env.c	/^int G_setenv(const char *name, const char *value)$/;"	f
G_setenv2	lib/gis/env.c	/^int G_setenv2(const char *name, const char *value, int loc)$/;"	f
G_setup_fill	lib/gis/plot.c	/^int G_setup_fill(int gap)$/;"	f
G_setup_plot	lib/gis/plot.c	/^int G_setup_plot(double t, double b, double l, double r,$/;"	f
G_shift_colors	lib/gis/color_shift.c	/^int G_shift_colors(int shift, struct Colors *colors)$/;"	f
G_shift_d_colors	lib/gis/color_shift.c	/^int G_shift_d_colors(DCELL shift, struct Colors *colors)$/;"	f
G_short_history	lib/gis/history.c	/^int G_short_history(const char *name, const char *type, struct History *hist)$/;"	f
G_shortest_way	lib/gis/short_way.c	/^int G_shortest_way(double *east1, double *east2)$/;"	f
G_sign	raster3d/r3.showdspf/vizual.h	/^GLOBAL int G_sign;$/;"	v
G_site_c_cmp	lib/sites/sites.c	/^int G_site_c_cmp(const void *a, const void *b)$/;"	f
G_site_d_cmp	lib/sites/sites.c	/^int G_site_d_cmp(const void *a, const void *b)$/;"	f
G_site_describe	lib/sites/sites.c	/^int G_site_describe(struct Map_info *Map, int *dims, int *cat, int *strs,$/;"	f
G_site_destroy_struct	visualization/nviz/src/label.c	/^void G_site_destroy_struct(void *foo)$/;"	f
G_site_format	lib/sites/sites.c	/^char *G_site_format(const Site * s, const char *fs, int id)$/;"	f
G_site_free_struct	lib/sites/sites.c	/^void G_site_free_struct(Site * s)$/;"	f
G_site_get	lib/sites/sites.c	/^int G_site_get(struct Map_info *Map, Site * s)$/;"	f
G_site_get_head	lib/sites/sites.c	/^int G_site_get_head(struct Map_info *Map, Site_head * head)$/;"	f
G_site_in_region	lib/sites/sites.c	/^int G_site_in_region(const Site * site, const struct Cell_head *region)$/;"	f
G_site_new_struct	lib/sites/sites.c	/^Site *G_site_new_struct(RASTER_MAP_TYPE cattype,$/;"	f
G_site_put	lib/sites/sites.c	/^int G_site_put(struct Map_info *Map, const Site * s)$/;"	f
G_site_put_head	lib/sites/sites.c	/^int G_site_put_head(struct Map_info *Map, Site_head * head)$/;"	f
G_site_put_new	sites/s.in.ascii/main.c	/^int G_site_put_new(FILE * fptr, Site * s, int has_cat)$/;"	f
G_sites_close	lib/sites/sites.c	/^void G_sites_close(struct Map_info *Map)$/;"	f
G_sites_free_fields	lib/sites/sites.c	/^void G_sites_free_fields(int ncols, char **cnames, int *ctypes, int *ndx)$/;"	f
G_sites_get_atts	lib/sites/sites.c	/^SITE_ATT *G_sites_get_atts(struct Map_info * Map, int *cat)$/;"	f
G_sites_get_fields	lib/sites/sites.c	/^int G_sites_get_fields(struct Map_info *Map, char ***cnames, int **ctypes,$/;"	f
G_sites_open_new	lib/sites/sites.c	/^struct Map_info *G_sites_open_new(const char *name)$/;"	f
G_sites_open_old	lib/sites/sites.c	/^struct Map_info *G_sites_open_old(const char *name, const char *mapset)$/;"	f
G_sleep	lib/gis/sleep.c	/^void G_sleep(unsigned int seconds)$/;"	f
G_sleep_on_error	lib/gis/error.c	/^int G_sleep_on_error(int flag)$/;"	f
G_snprintf	lib/gis/snprintf.c	/^int G_snprintf(char *str, size_t size, const char *fmt, ...)$/;"	f
G_sock_accept	lib/gis/unix_socks.c	/^int G_sock_accept(int sockfd)$/;"	f
G_sock_bind	lib/gis/unix_socks.c	/^int G_sock_bind(const char *name)$/;"	f
G_sock_connect	lib/gis/unix_socks.c	/^int G_sock_connect(const char *name)$/;"	f
G_sock_exists	lib/gis/unix_socks.c	/^int G_sock_exists(const char *name)$/;"	f
G_sock_get_fname	lib/gis/unix_socks.c	/^char *G_sock_get_fname(const char *name)$/;"	f
G_sock_listen	lib/gis/unix_socks.c	/^int G_sock_listen(int sockfd, unsigned int queue_len)$/;"	f
G_sort_cats	lib/gis/cats.c	/^int G_sort_cats(struct Categories *pcats)$/;"	f
G_sort_histogram	lib/gis/histogram.c	/^int G_sort_histogram(struct Histogram *histogram)$/;"	f
G_sort_histogram_by_count	lib/gis/histogram.c	/^int G_sort_histogram_by_count(struct Histogram *histogram)$/;"	f
G_spawn	lib/gis/spawn.c	/^int G_spawn(const char *command, ...)$/;"	f
G_spawn_ex	lib/gis/spawn.c	/^int G_spawn_ex(const char *command, ...)$/;"	f
G_squeeze	lib/gis/squeeze.c	/^char *G_squeeze(char *line)$/;"	f
G_standard_color_name	lib/gis/color_str.c	/^const struct color_name *G_standard_color_name(int n)$/;"	f
G_standard_color_rgb	lib/gis/color_str.c	/^struct color_rgb G_standard_color_rgb(int n)$/;"	f
G_stat	lib/gis/paths.c	/^int G_stat(const char *file_name, struct stat *buf)$/;"	f
G_store	lib/gis/store.c	/^char *G_store(const char *s)$/;"	f
G_str_replace	lib/gis/strings.c	/^char *G_str_replace(char *buffer, const char *old_str, const char *new_str)$/;"	f
G_str_to_color	lib/gis/color_str.c	/^int G_str_to_color(const char *str, int *red, int *grn, int *blu)$/;"	f
G_str_to_lower	lib/gis/strings.c	/^void G_str_to_lower(char *str)$/;"	f
G_str_to_sql	lib/gis/strings.c	/^int G_str_to_sql(char *str)$/;"	f
G_str_to_upper	lib/gis/strings.c	/^void G_str_to_upper(char *str)$/;"	f
G_strcasecmp	lib/gis/strings.c	/^int G_strcasecmp(const char *x, const char *y)$/;"	f
G_strcat	lib/gis/strings.c	/^char *G_strcat(char *T, const char *F)$/;"	f
G_strchg	lib/gis/strings.c	/^char *G_strchg(char *bug, char character, char new)$/;"	f
G_strcpy	lib/gis/strings.c	/^char *G_strcpy(char *T, const char *F)$/;"	f
G_strdup	lib/gis/strings.c	/^char *G_strdup(const char *string)$/;"	f
G_strend	lib/gis/strings.c	/^static char *G_strend(const char *S)$/;"	f	file:
G_strip	lib/gis/strings.c	/^int G_strip(char *buf)$/;"	f
G_strmov	lib/gis/strings.c	/^char *G_strmov(char *T, const char *F)$/;"	f
G_strncpy	lib/gis/strings.c	/^char *G_strncpy(char *T, const char *F, int n)$/;"	f
G_strstr	lib/gis/strings.c	/^char *G_strstr(const char *mainString, const char *subString)$/;"	f
G_suppress_masking	lib/gis/auto_mask.c	/^int G_suppress_masking(void)$/;"	f
G_suppress_warnings	lib/gis/error.c	/^int G_suppress_warnings(int flag)$/;"	f
G_svbksb	lib/gmath/svd.c	/^int G_svbksb(double **u, double w[], double **v,$/;"	f
G_svdcmp	lib/gmath/svd.c	/^int G_svdcmp(double **a, int m, int n, double *w, double **v)$/;"	f
G_svelim	lib/gmath/svd.c	/^int G_svelim(double *w, int n)$/;"	f
G_system	lib/gis/system.c	/^int G_system(const char *command)$/;"	f
G_tcltk	lib/gis/parser.c	/^static void G_tcltk(void)$/;"	f	file:
G_tempfile	lib/gis/tempfile.c	/^char *G_tempfile(void)$/;"	f
G_tokenize	lib/gis/token.c	/^char **G_tokenize(const char *buf, const char *delim)$/;"	f
G_tolcase	lib/gis/mapcase.c	/^char *G_tolcase(char *string)$/;"	f
G_toucase	lib/gis/mapcase.c	/^char *G_toucase(char *string)$/;"	f
G_tqli	lib/gmath/eigen_tools.c	/^int G_tqli(double d[], double e[], int n, double **z)$/;"	f
G_transverse_radius_of_curvature	lib/gis/radii.c	/^double G_transverse_radius_of_curvature(double lon, double a, double e2)$/;"	f
G_tred2	lib/gmath/eigen_tools.c	/^void G_tred2(double **a, int n, double d[], double e[])$/;"	f
G_trim_decimal	lib/gis/trim_dec.c	/^int G_trim_decimal(char *buf)$/;"	f
G_truncate_fp_map	lib/gis/quant_rw.c	/^int G_truncate_fp_map(const char *name, const char *mapset)$/;"	f
G_unctrl	lib/gis/unctrl.c	/^char *G_unctrl(int c)$/;"	f
G_unmark_raster_cats	lib/gis/cats.c	/^int G_unmark_raster_cats(struct Categories *pcats)$/;"	f
G_unopen_cell	lib/gis/closecell.c	/^int G_unopen_cell(int fd)$/;"	f
G_unset_error_routine	lib/gis/error.c	/^int G_unset_error_routine(void)$/;"	f
G_unsetenv	lib/gis/env.c	/^int G_unsetenv(const char *name)$/;"	f
G_unsetenv2	lib/gis/env.c	/^int G_unsetenv2(const char *name, int loc)$/;"	f
G_unsuppress_masking	lib/gis/auto_mask.c	/^int G_unsuppress_masking(void)$/;"	f
G_update_cell_stats	lib/gis/cell_stats.c	/^int G_update_cell_stats(const CELL * cell, int n, struct Cell_stats *s)$/;"	f
G_update_fp_range	lib/gis/range.c	/^int G_update_fp_range(DCELL val, struct FPRange *range)$/;"	f
G_update_key_value_file	lib/gis/key_value4.c	/^int G_update_key_value_file(const char *file, const char *key,$/;"	f
G_update_range	lib/gis/range.c	/^int G_update_range(CELL cat, struct Range *range)$/;"	f
G_usage	lib/gis/parser.c	/^int G_usage(void)$/;"	f
G_usage_html	lib/gis/parser.c	/^static void G_usage_html(void)$/;"	f	file:
G_usage_xml	lib/gis/parser.c	/^static void G_usage_xml(void)$/;"	f	file:
G_vasprintf	lib/gis/asprintf.c	/^int G_vasprintf(char **out, const char *fmt, va_list ap)$/;"	f
G_vector_copy	lib/gmath/la.c	/^vec_struct *G_vector_copy(const vec_struct * vc1, int comp_flag)$/;"	f
G_vector_free	lib/gmath/la.c	/^void G_vector_free(vec_struct * v)$/;"	f
G_vector_init	lib/gmath/la.c	/^vec_struct *G_vector_init(int cells, int ldim, vtype vt)$/;"	f
G_vector_norm1	lib/gmath/la.c	/^double G_vector_norm1(vec_struct * vc)$/;"	f
G_vector_norm_euclid	lib/gmath/la.c	/^double G_vector_norm_euclid(vec_struct * vc)$/;"	f
G_vector_norm_maxval	lib/gmath/la.c	/^double G_vector_norm_maxval(vec_struct * vc, int vflag)$/;"	f
G_vector_set	lib/gmath/la.c	/^int G_vector_set(vec_struct * A, int cells, int ldim, vtype vt, int vindx)$/;"	f
G_vector_sub	lib/gmath/la.c	/^vec_struct *G_vector_sub(vec_struct * v1, vec_struct * v2, vec_struct * out)$/;"	f
G_verbose	lib/gis/verbose.c	/^int G_verbose(void)$/;"	f
G_verbose_max	lib/gis/verbose.c	/^int G_verbose_max(void)$/;"	f
G_verbose_message	lib/gis/error.c	/^void G_verbose_message(const char *msg, ...)$/;"	f
G_verbose_min	lib/gis/verbose.c	/^int G_verbose_min(void)$/;"	f
G_verbose_std	lib/gis/verbose.c	/^int G_verbose_std(void)$/;"	f
G_vspawn_ex	lib/gis/spawn.c	/^int G_vspawn_ex(const char *command, const char **args)$/;"	f
G_want_histogram	lib/gis/opencell.c	/^int G_want_histogram(int flag)$/;"	f
G_warning	lib/gis/error.c	/^int G_warning(const char *msg, ...)$/;"	f
G_whoami	lib/gis/whoami.c	/^char *G_whoami(void)$/;"	f
G_window_cols	lib/gis/window_map.c	/^int G_window_cols(void)$/;"	f
G_window_overlap	lib/gis/wind_overlap.c	/^int G_window_overlap(const struct Cell_head *window,$/;"	f
G_window_percentage_overlap	lib/gis/wind_overlap.c	/^double G_window_percentage_overlap(const struct Cell_head *window,$/;"	f
G_window_rows	lib/gis/window_map.c	/^int G_window_rows(void)$/;"	f
G_write_cats	lib/gis/cats.c	/^int G_write_cats(char *name, struct Categories *cats)$/;"	f
G_write_colors	lib/gis/color_write.c	/^int G_write_colors(const char *name, const char *mapset,$/;"	f
G_write_fp_range	lib/gis/range.c	/^int G_write_fp_range(const char *name, const struct FPRange *range)$/;"	f
G_write_grid3_timestamp	lib/gis/timestamp.c	/^int G_write_grid3_timestamp(const char *name, const struct TimeStamp *ts)$/;"	f
G_write_histogram	lib/gis/histogram.c	/^int G_write_histogram(const char *name, const struct Histogram *histogram)$/;"	f
G_write_histogram_cs	lib/gis/histogram.c	/^int G_write_histogram_cs(const char *name, struct Cell_stats *statf)$/;"	f
G_write_history	lib/gis/history.c	/^int G_write_history(const char *name, struct History *hist)$/;"	f
G_write_key_value_file	lib/gis/key_value3.c	/^int G_write_key_value_file(const char *file,$/;"	f
G_write_quant	lib/gis/quant_rw.c	/^int G_write_quant(const char *name, const char *mapset,$/;"	f
G_write_range	lib/gis/range.c	/^int G_write_range(const char *name, const struct Range *range)$/;"	f
G_write_raster_cats	lib/gis/cats.c	/^int G_write_raster_cats(char *name, struct Categories *cats)$/;"	f
G_write_raster_timestamp	lib/gis/timestamp.c	/^int G_write_raster_timestamp(const char *name, const struct TimeStamp *ts)$/;"	f
G_write_raster_units	lib/gis/raster_metadata.c	/^int G_write_raster_units(const char *name, const char *str)$/;"	f
G_write_raster_vdatum	lib/gis/raster_metadata.c	/^int G_write_raster_vdatum(const char *name, const char *str)$/;"	f
G_write_vector_cats	lib/gis/cats.c	/^int G_write_vector_cats(char *name, struct Categories *cats)$/;"	f
G_write_vector_timestamp	lib/gis/timestamp.c	/^int G_write_vector_timestamp(const char *name, const struct TimeStamp *ts)$/;"	f
G_write_zeros	lib/gis/writ_zeros.c	/^int G_write_zeros(int fd, size_t n)$/;"	f
G_yes	lib/gis/yes.c	/^int G_yes(const char *question, int dflt)$/;"	f
G_zero	lib/gis/zero.c	/^int G_zero(void *buf, int i)$/;"	f
G_zero_cell_buf	lib/gis/zero_cell.c	/^int G_zero_cell_buf(CELL * buf)$/;"	f
G_zero_histogram	lib/gis/histogram.c	/^int G_zero_histogram(struct Histogram *histogram)$/;"	f
G_zero_raster_buf	lib/gis/zero_cell.c	/^int G_zero_raster_buf(void *rast, RASTER_MAP_TYPE data_type)$/;"	f
G_zeros_r_nulls	lib/gis/put_row.c	/^int G_zeros_r_nulls(int zeros_r_nulls)$/;"	f
G_zlib_compress	lib/gis/flate.c	/^G_zlib_compress(const unsigned char *src, int src_sz, unsigned char *dst,$/;"	f
G_zlib_expand	lib/gis/flate.c	/^G_zlib_expand(const unsigned char *src, int src_sz, unsigned char *dst,$/;"	f
G_zlib_read	lib/gis/flate.c	/^int G_zlib_read(int fd, int rbytes, unsigned char *dst, int nbytes)$/;"	f
G_zlib_write	lib/gis/flate.c	/^int G_zlib_write(int fd, const unsigned char *src, int nbytes)$/;"	f
G_zlib_write_noCompress	lib/gis/flate.c	/^int G_zlib_write_noCompress(int fd, const unsigned char *src, int nbytes)$/;"	f
G_zone	lib/gis/zone.c	/^int G_zone(void)$/;"	f
GasDev	raster/r.random.cells/gasdev.c	/^double GasDev(void)$/;"	f
GasDev	raster/r.random.surface/gasdev.c	/^double GasDev(void)$/;"	f
Gauss	imagery/i.atcorr/Gauss.h	/^struct Gauss$/;"	s
Gd	lib/ogsf/GS2.c	/^static geodisplay Gd;$/;"	v	file:
GenNorm	raster/r.random.surface/gennorm.c	/^void GenNorm(void)$/;"	f
GeomCond	imagery/i.atcorr/GeomCond.h	/^struct GeomCond$/;"	s
GeorectWizard	gui/wxpython/gui_modules/georect.py	/^class GeorectWizard(object):$/;"	c
GeoreferencedFilePage	gui/wxpython/gui_modules/location_wizard.py	/^class GeoreferencedFilePage(TitledPage):$/;"	c
Get	gui/wxpython/gui_modules/preferences.py	/^    def Get(self, group, key=None, subkey=None, internal=False):$/;"	m	class:Settings
GetAction	gui/wxpython/gui_modules/toolbars.py	/^    def GetAction(self, type='desc'):$/;"	m	class:AbstractToolbar
GetAdjustedSize	gui/wxpython/gui_modules/gselect.py	/^    def GetAdjustedSize(self, minWidth, prefHeight, maxHeight):$/;"	m	class:TreeCtrlComboPopup
GetBitmap	gui/wxpython/icons/icon.py	/^    def GetBitmap(self, size=None):$/;"	m	class:MetaIcon
GetBounds	gui/wxpython/vdigit/pseudodc.h	/^        wxRect GetBounds() {return m_bounds;}$/;"	f	class:gpdcObject
GetCategory	gui/wxpython/vdigit/cats.cpp	/^int Digit::GetCategory(int layer)$/;"	f	class:Digit
GetCats	gui/wxpython/gui_modules/dbm.py	/^    def GetCats(self):$/;"	m	class:DisplayAttributesDialog
GetCmd	gui/wxpython/gui_modules/goutput.py	/^    def GetCmd(self):$/;"	m	class:GMConsole
GetCmd	gui/wxpython/gui_modules/render.py	/^    def GetCmd(self, string=False):$/;"	m	class:Layer
GetColumnText	gui/wxpython/gui_modules/dbm.py	/^    def GetColumnText(self, index, col):$/;"	m	class:VirtualAttributeList
GetColumns	gui/wxpython/gui_modules/dbm.py	/^    def GetColumns(self, table):$/;"	m	class:VectorDBInfo
GetColumns	gui/wxpython/gui_modules/sqlbuilder.py	/^    def GetColumns(self):$/;"	m	class:SQLFrame
GetCommandInputMapParamKey	gui/wxpython/gui_modules/menuform.py	/^    def GetCommandInputMapParamKey(self, cmd):$/;"	m	class:GUI
GetControl	gui/wxpython/gui_modules/gselect.py	/^    def GetControl(self):$/;"	m	class:TreeCtrlComboPopup
GetCtrls	gui/wxpython/gui_modules/track.py	/^	def GetCtrls(self, idx, num):$/;"	m	class:Track
GetCurrentRegion	gui/wxpython/gui_modules/render.py	/^    def GetCurrentRegion(self):$/;"	m	class:Map
GetData	scripts/r.in.wms/wms.download	/^GetData() {$/;"	f
GetDatum	gui/wxpython/gui_modules/location_wizard.py	/^    def GetDatum(self):$/;"	m	class:SelectDatumDialog
GetDefaultSettings	gui/wxpython/gui_modules/preferences.py	/^    def GetDefaultSettings(self):$/;"	m	class:Settings
GetDesc	gui/wxpython/icons/icon.py	/^    def GetDesc(self):$/;"	m	class:MetaIcon
GetDevice	gui/wxpython/gui_modules/vdigit.py	/^    def GetDevice(self):$/;"	m	class:CDisplayDriver
GetDisp	gui/wxpython/gui_modules/track.py	/^	def GetDisp(self):$/;"	m	class:Track
GetDisp_idx	gui/wxpython/gui_modules/track.py	/^	def GetDisp_idx(self, ctrl_id):$/;"	m	class:Track
GetDrawMode	gui/wxpython/gui_modules/workspace.py	/^    def GetDrawMode(self, mode=None, style=None, shade=None, string=False):$/;"	m	class:Nviz
GetDuplicates	gui/wxpython/gui_modules/vdigit.py	/^    def GetDuplicates(self):$/;"	m	class:CDisplayDriver
GetDuplicates	gui/wxpython/vdigit/driver_select.cpp	/^std::map<int, std::vector <int> > DisplayDriver::GetDuplicates()$/;"	f	class:DisplayDriver
GetElementList	gui/wxpython/gui_modules/gselect.py	/^    def GetElementList(self, element, mapsets=None, exceptOf=[]):$/;"	m	class:TreeCtrlComboPopup
GetError	gui/wxpython/gui_modules/gcmd.py	/^    def GetError(self):$/;"	m	class:Command
GetFid	gui/wxpython/gui_modules/dbm.py	/^    def GetFid(self):$/;"	m	class:DisplayAttributesDialog
GetFonts	gui/wxpython/gui_modules/preferences.py	/^    def GetFonts(self):$/;"	m	class:DefaultFontDialog
GetGRASSCmds	gui/wxpython/gui_modules/globalvar.py	/^def GetGRASSCmds(bin=True, scripts=True, gui_scripts=True):$/;"	f
GetGRASSVariable	gui/wxpython/gui_modules/grassenv.py	/^def GetGRASSVariable(var):$/;"	f
GetGreyedOut	gui/wxpython/vdigit/pseudodc.h	/^        bool GetGreyedOut() {return m_greyedout;}$/;"	f	class:gpdcObject
GetId	gui/wxpython/vdigit/pseudodc.h	/^        int  GetId() {return m_id;}$/;"	f	class:gpdcObject
GetIdBounds	gui/wxpython/vdigit/pseudodc.cpp	/^void gwxPseudoDC::GetIdBounds(int id, wxRect& rect)$/;"	f	class:gwxPseudoDC
GetIdGreyedOut	gui/wxpython/vdigit/pseudodc.cpp	/^bool gwxPseudoDC::GetIdGreyedOut(int id)$/;"	f	class:gwxPseudoDC
GetImage	gui/wxpython/gui_modules/colorrules.py	/^    def GetImage(self):$/;"	m	class:BufferedWindow
GetImage	gui/wxpython/gui_modules/histogram.py	/^    def GetImage(self):$/;"	m	class:BufferedWindow
GetImage	gui/wxpython/gui_modules/mapdisp.py	/^    def GetImage(self):$/;"	m	class:BufferedWindow
GetImageName	gui/wxpython/icons/icon.py	/^    def GetImageName(self):$/;"	m	class:MetaIcon
GetLabel	gui/wxpython/icons/icon.py	/^    def GetLabel(self):$/;"	m	class:MetaIcon
GetLayer	gui/wxpython/gui_modules/toolbars.py	/^    def GetLayer(self):$/;"	m	class:VDigitToolbar
GetLayerData	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def GetLayerData(self, type, name):$/;"	m	class:GLWindow
GetLayerId	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def GetLayerId(self, type, name):$/;"	m	class:GLWindow
GetLayerIndex	gui/wxpython/gui_modules/render.py	/^    def GetLayerIndex(self, layer, overlay=False):$/;"	m	class:Map
GetLayerNameFromCmd	gui/wxpython/gui_modules/utils.py	/^def GetLayerNameFromCmd(dcmd, fullyQualified=False, param=None,$/;"	f
GetLayerNames	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def GetLayerNames(self, type):$/;"	m	class:GLWindow
GetLayerType	gui/wxpython/gui_modules/gdialogs.py	/^    def GetLayerType(self):$/;"	m	class:LoadMapLayersDialog
GetLayers	gui/wxpython/gui_modules/gdialogs.py	/^    def GetLayers(self):$/;"	m	class:LayersList
GetLayers	gui/wxpython/gui_modules/vdigit.py	/^    def GetLayers(self):$/;"	m	class:VDigit
GetLayers	gui/wxpython/vdigit/cats.cpp	/^std::vector<int> Digit::GetLayers()$/;"	f	class:Digit
GetLen	gui/wxpython/vdigit/pseudodc.cpp	/^int gwxPseudoDC::GetLen(void)$/;"	f	class:gwxPseudoDC
GetLen	gui/wxpython/vdigit/pseudodc.h	/^        int  GetLen() {return m_oplist.GetCount();}$/;"	f	class:gpdcObject
GetLine	gui/wxpython/gui_modules/vdigit.py	/^    def GetLine(self):$/;"	m	class:VDigitCategoryDialog
GetLineCats	gui/wxpython/gui_modules/vdigit.py	/^    def GetLineCats(self, line=-1):$/;"	m	class:VDigit
GetLineCats	gui/wxpython/vdigit/cats.cpp	/^std::map<int, std::vector<int> > Digit::GetLineCats(int line_id)$/;"	f	class:Digit
GetLineCatsMsg	gui/wxpython/vdigit/message.cpp	/^void DisplayDriver::GetLineCatsMsg(int line)$/;"	f	class:DisplayDriver
GetListCtrl	gui/wxpython/gui_modules/dbm.py	/^    def GetListCtrl(self):$/;"	m	class:VirtualAttributeList
GetListCtrl	gui/wxpython/gui_modules/location_wizard.py	/^    def GetListCtrl(self):$/;"	m	class:ItemList
GetListCtrl	gui/wxpython/gui_modules/vdigit.py	/^    def GetListCtrl(self):$/;"	m	class:VDigitCategoryDialog
GetListOfLayers	gui/wxpython/gui_modules/render.py	/^    def GetListOfLayers(self, l_type=None, l_mapset=None, l_name=None,$/;"	m	class:Map
GetLogWindow	gui/wxpython/wxgui.py	/^    def GetLogWindow(self):$/;"	m	class:GMFrame
GetMapBoundingBox	gui/wxpython/gui_modules/vdigit.py	/^    def GetMapBoundingBox(self):$/;"	m	class:CDisplayDriver
GetMapBoundingBox	gui/wxpython/vdigit/driver.cpp	/^std::vector<double> DisplayDriver::GetMapBoundingBox()$/;"	f	class:DisplayDriver
GetMapLayers	gui/wxpython/gui_modules/gdialogs.py	/^    def GetMapLayers(self):$/;"	m	class:LoadMapLayersDialog
GetMapset	gui/wxpython/gui_modules/render.py	/^    def GetMapset(self):$/;"	m	class:MapLayer
GetMapsets	gui/wxpython/gui_modules/preferences.py	/^    def GetMapsets(self):$/;"	m	class:MapsetAccess
GetMenu	gui/wxpython/gui_modules/menudata.py	/^    def GetMenu(self):$/;"	m	class:Data
GetMenuCmd	gui/wxpython/wxgui.py	/^    def GetMenuCmd(self, event):$/;"	m	class:GMFrame
GetName	gui/wxpython/gui_modules/gdialogs.py	/^    def GetName(self):$/;"	m	class:NewVectorDialog
GetName	gui/wxpython/gui_modules/render.py	/^    def GetName(self, fullyQualified=True):$/;"	m	class:Layer
GetOpacity	gui/wxpython/gui_modules/gdialogs.py	/^    def GetOpacity(self):$/;"	m	class:SetOpacityDialog
GetOpacity	gui/wxpython/gui_modules/render.py	/^    def GetOpacity(self, float=False):$/;"	m	class:Layer
GetOptData	gui/wxpython/gui_modules/gdialogs.py	/^    def GetOptData(self, dcmd, layer, params, propwin):$/;"	m	class:DecorationDialog
GetOptData	gui/wxpython/gui_modules/georect.py	/^    def GetOptData(self, dcmd, layer, params, propwin):$/;"	m	class:GroupPage
GetOptData	gui/wxpython/gui_modules/histogram.py	/^    def GetOptData(self, dcmd, layer, params, propwin):$/;"	m	class:HistFrame
GetOptData	gui/wxpython/gui_modules/mapdisp.py	/^    def GetOptData(self, dcmd, type, params, propwin):$/;"	m	class:MapFrame
GetOptData	gui/wxpython/gui_modules/wxgui_utils.py	/^    def GetOptData(self, dcmd, layer, params, propwin):$/;"	m	class:LayerTree
GetOverlay	gui/wxpython/gui_modules/mapdisp.py	/^    def GetOverlay(self):$/;"	m	class:BufferedWindow
GetOverlay	gui/wxpython/gui_modules/render.py	/^    def GetOverlay(self, id, list=False):$/;"	m	class:Map
GetPageInfo	gui/wxpython/gui_modules/disp_print.py	/^    def GetPageInfo(self):$/;"	m	class:MapPrint
GetProjstring	gui/wxpython/gui_modules/location_wizard.py	/^    def GetProjstring(self, event):$/;"	m	class:CustomPage
GetRCValue	gui/wxpython/gis_set.py	/^    def GetRCValue(self, value):$/;"	m	class:GRASSStartup
GetRegion	gui/wxpython/gui_modules/render.py	/^    def GetRegion(self, rast = [], zoom = False, vect = [],$/;"	m	class:Map
GetRegionSelected	gui/wxpython/gui_modules/vdigit.py	/^    def GetRegionSelected(self):$/;"	m	class:CDisplayDriver
GetRegionSelected	gui/wxpython/vdigit/driver_select.cpp	/^std::vector<double> DisplayDriver::GetRegionSelected()$/;"	f	class:DisplayDriver
GetRender	gui/wxpython/gui_modules/mapdisp.py	/^    def GetRender(self):$/;"	m	class:MapFrame
GetSQLString	gui/wxpython/gui_modules/dbm.py	/^    def GetSQLString(self, updateValues=False):$/;"	m	class:DisplayAttributesDialog
GetSampleValues	gui/wxpython/gui_modules/sqlbuilder.py	/^    def GetSampleValues(self,event):$/;"	m	class:SQLFrame
GetSelectType	gui/wxpython/gui_modules/vdigit.py	/^    def GetSelectType(self):$/;"	m	class:AbstractDigit
GetSelected	gui/wxpython/gui_modules/georect.py	/^    def GetSelected(self):$/;"	m	class:GCPList
GetSelected	gui/wxpython/gui_modules/vdigit.py	/^    def GetSelected(self, grassId=True):$/;"	m	class:CDisplayDriver
GetSelected	gui/wxpython/vdigit/driver_select.cpp	/^std::vector<int> DisplayDriver::GetSelected(bool grassId)$/;"	f	class:DisplayDriver
GetSelectedCoord	gui/wxpython/gui_modules/vdigit.py	/^    def GetSelectedCoord(self):$/;"	m	class:CDisplayDriver
GetSelectedCoord	gui/wxpython/vdigit/driver_select.cpp	/^std::map<int, std::vector<double> > DisplayDriver::GetSelectedCoord()$/;"	f	class:DisplayDriver
GetSelectedItems	gui/wxpython/gui_modules/dbm.py	/^    def GetSelectedItems(self):$/;"	m	class:VirtualAttributeList
GetSelectedLayer	gui/wxpython/gui_modules/mapdisp.py	/^    def GetSelectedLayer(self, type = 'layer', multi = False):$/;"	m	class:MapWindow
GetSelectedVertex	gui/wxpython/gui_modules/vdigit.py	/^    def GetSelectedVertex(self, coords):$/;"	m	class:CDisplayDriver
GetSelectedVertex	gui/wxpython/vdigit/driver_select.cpp	/^std::vector<int> DisplayDriver::GetSelectedVertex(double x, double y, double thresh)$/;"	f	class:DisplayDriver
GetSelection	gui/wxpython/gis_set.py	/^    def GetSelection(self):$/;"	m	class:GListBox
GetSortImages	gui/wxpython/gui_modules/dbm.py	/^    def GetSortImages(self):$/;"	m	class:VirtualAttributeList
GetSortImages	gui/wxpython/gui_modules/location_wizard.py	/^    def GetSortImages(self):$/;"	m	class:ItemList
GetStringValue	gui/wxpython/gui_modules/gselect.py	/^    def GetStringValue(self):$/;"	m	class:TreeCtrlComboPopup
GetSurfacePosition	gui/wxpython/nviz/surface.cpp	/^std::vector<double> Nviz::GetSurfacePosition(int id)$/;"	f	class:Nviz
GetTempfile	gui/wxpython/gui_modules/utils.py	/^def GetTempfile(pref=None):$/;"	f
GetThreshold	gui/wxpython/gui_modules/vdigit.py	/^    def GetThreshold(self, type='snapping', value=None, units=None):$/;"	m	class:AbstractDisplayDriver
GetTiles	scripts/r.in.wms/wms.download	/^GetTiles() {$/;"	f
GetTiles	scripts/r.in.wms/wms.request	/^GetTiles() {$/;"	f
GetToolbar	gui/wxpython/gui_modules/toolbars.py	/^    def GetToolbar(self):$/;"	m	class:AbstractToolbar
GetType	gui/wxpython/gui_modules/render.py	/^    def GetType(self):$/;"	m	class:Layer
GetUTM	gui/wxpython/gui_modules/location_wizard.py	/^    def GetUTM(self, event):$/;"	m	class:ProjTypePage
GetUnSelected	gui/wxpython/gui_modules/vdigit.py	/^    def GetUnSelected(self):$/;"	m	class:VDigitDuplicatesDialog
GetUndoLevel	gui/wxpython/gui_modules/vdigit.py	/^    def GetUndoLevel(self):$/;"	m	class:VDigit
GetUndoLevel	gui/wxpython/vdigit/undo.cpp	/^int Digit::GetUndoLevel()$/;"	f	class:Digit
GetUniqueValues	gui/wxpython/gui_modules/sqlbuilder.py	/^    def GetUniqueValues(self,event,justsample=False):$/;"	m	class:SQLFrame
GetValidLayerName	gui/wxpython/gui_modules/utils.py	/^def GetValidLayerName(name):$/;"	f
GetValues	gui/wxpython/gui_modules/dbm.py	/^    def GetValues(self, columns=None):$/;"	m	class:ModifyTableRecord
GetValues	gui/wxpython/gui_modules/gdialogs.py	/^    def GetValues(self):$/;"	m	class:TextLayerDialog
GetValues	gui/wxpython/gui_modules/georect.py	/^    def GetValues(self, columns=None):$/;"	m	class:EditGPC
GetVectorNumberOfLayers	gui/wxpython/gui_modules/utils.py	/^def GetVectorNumberOfLayers(vector):$/;"	f
GetWindow	gui/wxpython/gui_modules/render.py	/^    def GetWindow(self):$/;"	m	class:Map
Get_Gradient	vector/lidar/v.lidar.edgedetection/edgedetection.c	/^double *Get_Gradient(struct Cell_head Elaboration, double X, double Y,$/;"	f
Get_curses_text	display/d.colors/curses.c	/^int Get_curses_text(char answer[])$/;"	f
Get_mouse_xy	imagery/i.class/mouse.c	/^int Get_mouse_xy(int *x, int *y)$/;"	f
Get_mouse_xy	imagery/i.ortho.photo/photo.2image/mouse.c	/^int Get_mouse_xy(int *x, int *y)$/;"	f
Get_mouse_xy	imagery/i.ortho.photo/photo.2target/mouse.c	/^int Get_mouse_xy(int *x, int *y)$/;"	f
Get_mouse_xy	imagery/i.points/mouse.c	/^int Get_mouse_xy(int *x, int *y)$/;"	f
Get_mouse_xy	imagery/i.vpoints/mouse.c	/^int Get_mouse_xy(int *x, int *y)$/;"	f
Get_with_box	lib/driver/driver.h	/^    int (*Get_with_box) (int, int, int *, int *, int *);$/;"	m	struct:driver
Get_with_line	lib/driver/driver.h	/^    int (*Get_with_line) (int, int, int *, int *, int *);$/;"	m	struct:driver
Get_with_pointer	lib/driver/driver.h	/^    int (*Get_with_pointer) (int *, int *, int *);$/;"	m	struct:driver
GlCtx	visualization/nviz/src/togl.c	/^    GLXContext GlCtx;           \/* Normal planes GLX context *\/$/;"	m	struct:Togl	file:
Global	raster/r.to.vect/global.h	24;"	d
Global	raster/r.to.vect/global.h	26;"	d
Global	vector/v.digit/global.h	6;"	d
Global	vector/v.digit/global.h	8;"	d
Global	vector/v.in.dwg/global.h	29;"	d
Global	vector/v.in.dwg/global.h	31;"	d
GlobalVar::exists	lib/external/bwidget/utils.tcl	/^proc GlobalVar::exists { varName } {$/;"	p
GlobalVar::getvar	lib/external/bwidget/utils.tcl	/^proc GlobalVar::getvar { varName } {$/;"	p
GlobalVar::setvar	lib/external/bwidget/utils.tcl	/^proc GlobalVar::setvar { varName value } {$/;"	p
GlobalVar::tracevar	lib/external/bwidget/utils.tcl	/^proc GlobalVar::tracevar { cmd varName args } {$/;"	p
Gm::_create_intro	gui/tcltk/gis.m/gm.tcl	/^proc Gm::_create_intro { } {$/;"	p
Gm::cleanup	gui/tcltk/gis.m/gm.tcl	/^proc Gm::cleanup { } {$/;"	p
Gm::create	gui/tcltk/gis.m/gm.tcl	/^proc Gm::create { } {$/;"	p
Gm::defaultfont	gui/tcltk/gis.m/gm.tcl	/^proc Gm::defaultfont { source } {$/;"	p
Gm::fly	gui/tcltk/gis.m/gm.tcl	/^proc Gm::fly { } {$/;"	p
Gm::help	gui/tcltk/gis.m/gm.tcl	/^proc Gm::help { } {$/;"	p
Gm::nviz	gui/tcltk/gis.m/gm.tcl	/^proc Gm::nviz { } {$/;"	p
Gm::setfont	gui/tcltk/gis.m/gm.tcl	/^proc Gm::setfont { source } {$/;"	p
Gm::startmon	gui/tcltk/gis.m/gm.tcl	/^proc Gm::startmon { } {$/;"	p
Gm::xganim	gui/tcltk/gis.m/gm.tcl	/^proc Gm::xganim { } {$/;"	p
Gm::xmon	gui/tcltk/gis.m/gm.tcl	/^proc Gm::xmon { type cmd } {$/;"	p
GmAnim::cleanup	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::cleanup {} {$/;"	p
GmAnim::cmd_faster	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::cmd_faster {} {$/;"	p
GmAnim::cmd_idle	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::cmd_idle {} {$/;"	p
GmAnim::cmd_loop	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::cmd_loop {} {$/;"	p
GmAnim::cmd_play	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::cmd_play {} {$/;"	p
GmAnim::cmd_rewind	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::cmd_rewind {} {$/;"	p
GmAnim::cmd_rplay	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::cmd_rplay {} {$/;"	p
GmAnim::cmd_slower	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::cmd_slower {} {$/;"	p
GmAnim::cmd_stepb	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::cmd_stepb {} {$/;"	p
GmAnim::cmd_stepf	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::cmd_stepf {} {$/;"	p
GmAnim::cmd_stop	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::cmd_stop {} {$/;"	p
GmAnim::cmd_swing	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::cmd_swing {} {$/;"	p
GmAnim::create_viewlist	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::create_viewlist { closeval } {$/;"	p
GmAnim::do_run	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::do_run {} {$/;"	p
GmAnim::load_files	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::load_files {} {$/;"	p
GmAnim::main	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::main {} {$/;"	p
GmAnim::make_buttons	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::make_buttons {anim_tb} {$/;"	p
GmAnim::parse_viewmaps	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::parse_viewmaps {viewlist} {$/;"	p
GmAnim::sel_maps	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::sel_maps {} {$/;"	p
GmAnim::select_map	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::select_map { view } {$/;"	p
GmAnim::switch_res	gui/tcltk/gis.m/animate.tcl	/^proc GmAnim::switch_res { switch } {$/;"	p
GmArrows::create	gui/tcltk/gis.m/rastarrows.tcl	/^proc GmArrows::create { tree parent } {$/;"	p
GmArrows::display	gui/tcltk/gis.m/rastarrows.tcl	/^proc GmArrows::display { node mod} {$/;"	p
GmArrows::duplicate	gui/tcltk/gis.m/rastarrows.tcl	/^proc GmArrows::duplicate { tree parent node id } {$/;"	p
GmArrows::mapname	gui/tcltk/gis.m/rastarrows.tcl	/^proc GmArrows::mapname { node } {$/;"	p
GmArrows::options	gui/tcltk/gis.m/rastarrows.tcl	/^proc GmArrows::options { id frm } {$/;"	p
GmArrows::save	gui/tcltk/gis.m/rastarrows.tcl	/^proc GmArrows::save { tree depth node } {$/;"	p
GmArrows::select_magmap	gui/tcltk/gis.m/rastarrows.tcl	/^proc GmArrows::select_magmap { id } {$/;"	p
GmArrows::select_map	gui/tcltk/gis.m/rastarrows.tcl	/^proc GmArrows::select_map { id } {$/;"	p
GmArrows::set_option	gui/tcltk/gis.m/rastarrows.tcl	/^proc GmArrows::set_option { node key value } {$/;"	p
GmBarscale::create	gui/tcltk/gis.m/barscale.tcl	/^proc GmBarscale::create { tree parent } {$/;"	p
GmBarscale::display	gui/tcltk/gis.m/barscale.tcl	/^proc GmBarscale::display { node mod } {$/;"	p
GmBarscale::duplicate	gui/tcltk/gis.m/barscale.tcl	/^proc GmBarscale::duplicate { tree parent node id } {$/;"	p
GmBarscale::mouseset	gui/tcltk/gis.m/barscale.tcl	/^proc GmBarscale::mouseset { id } {$/;"	p
GmBarscale::options	gui/tcltk/gis.m/barscale.tcl	/^proc GmBarscale::options { id frm } {$/;"	p
GmBarscale::save	gui/tcltk/gis.m/barscale.tcl	/^proc GmBarscale::save { tree depth node } {$/;"	p
GmBarscale::set_font	gui/tcltk/gis.m/barscale.tcl	/^proc GmBarscale::set_font { id } {$/;"	p
GmBarscale::set_option	gui/tcltk/gis.m/barscale.tcl	/^proc GmBarscale::set_option { node key value } {$/;"	p
GmCLabels::create	gui/tcltk/gis.m/maplabels.tcl	/^proc GmCLabels::create { tree parent } {$/;"	p
GmCLabels::display	gui/tcltk/gis.m/maplabels.tcl	/^proc GmCLabels::display { node } {$/;"	p
GmCLabels::duplicate	gui/tcltk/gis.m/maplabels.tcl	/^proc GmCLabels::duplicate { tree parent node id } {$/;"	p
GmCLabels::options	gui/tcltk/gis.m/maplabels.tcl	/^proc GmCLabels::options { id frm } {$/;"	p
GmCLabels::query	gui/tcltk/gis.m/maplabels.tcl	/^proc GmCLabels::query { node } {$/;"	p
GmCLabels::save	gui/tcltk/gis.m/maplabels.tcl	/^proc GmCLabels::save { tree depth node } {$/;"	p
GmCLabels::select_font	gui/tcltk/gis.m/maplabels.tcl	/^proc GmCLabels::select_font { id frm } {$/;"	p
GmCLabels::select_labels	gui/tcltk/gis.m/maplabels.tcl	/^proc GmCLabels::select_labels { id } {$/;"	p
GmCLabels::set_option	gui/tcltk/gis.m/maplabels.tcl	/^proc GmCLabels::set_option { node key value } {$/;"	p
GmChart::create	gui/tcltk/gis.m/chart.tcl	/^proc GmChart::create { tree parent } {$/;"	p
GmChart::display	gui/tcltk/gis.m/chart.tcl	/^proc GmChart::display { node mod } {$/;"	p
GmChart::duplicate	gui/tcltk/gis.m/chart.tcl	/^proc GmChart::duplicate { tree parent node id } {$/;"	p
GmChart::mapname	gui/tcltk/gis.m/chart.tcl	/^proc GmChart::mapname { node } {$/;"	p
GmChart::options	gui/tcltk/gis.m/chart.tcl	/^proc GmChart::options { id frm } {$/;"	p
GmChart::save	gui/tcltk/gis.m/chart.tcl	/^proc GmChart::save { tree depth node } {$/;"	p
GmChart::select_map	gui/tcltk/gis.m/chart.tcl	/^proc GmChart::select_map { id } {$/;"	p
GmChart::set_option	gui/tcltk/gis.m/chart.tcl	/^proc GmChart::set_option { node key value } {$/;"	p
GmChart::show_columns	gui/tcltk/gis.m/chart.tcl	/^proc GmChart::show_columns { id } {$/;"	p
GmChart::show_data	gui/tcltk/gis.m/chart.tcl	/^proc GmChart::show_data { id } {$/;"	p
GmCmd::create	gui/tcltk/gis.m/cmd.tcl	/^proc GmCmd::create { tree parent } {$/;"	p
GmCmd::display	gui/tcltk/gis.m/cmd.tcl	/^proc GmCmd::display { node mod} {$/;"	p
GmCmd::duplicate	gui/tcltk/gis.m/cmd.tcl	/^proc GmCmd::duplicate { tree parent node id} {$/;"	p
GmCmd::options	gui/tcltk/gis.m/cmd.tcl	/^proc GmCmd::options { id frm } {$/;"	p
GmCmd::save	gui/tcltk/gis.m/cmd.tcl	/^proc GmCmd::save { tree depth node } {$/;"	p
GmCmd::set_option	gui/tcltk/gis.m/cmd.tcl	/^proc GmCmd::set_option { node key value } {$/;"	p
GmCommonLayer::display_command	gui/tcltk/gis.m/commonlayer.tcl	/^proc GmCommonLayer::display_command {namespace id cmd} {$/;"	p
GmCommonLayer::display_commands	gui/tcltk/gis.m/commonlayer.tcl	/^proc GmCommonLayer::display_commands {namespace id cmds} {$/;"	p
GmCtext::create	gui/tcltk/gis.m/maptext.tcl	/^proc GmCtext::create { tree parent } {$/;"	p
GmCtext::display	gui/tcltk/gis.m/maptext.tcl	/^proc GmCtext::display { node } {$/;"	p
GmCtext::duplicate	gui/tcltk/gis.m/maptext.tcl	/^proc GmCtext::duplicate { tree parent node id } {$/;"	p
GmCtext::mouseset	gui/tcltk/gis.m/maptext.tcl	/^proc GmCtext::mouseset { id } {$/;"	p
GmCtext::options	gui/tcltk/gis.m/maptext.tcl	/^proc GmCtext::options { id frm } {$/;"	p
GmCtext::save	gui/tcltk/gis.m/maptext.tcl	/^proc GmCtext::save { tree depth node } {$/;"	p
GmCtext::select_font	gui/tcltk/gis.m/maptext.tcl	/^proc GmCtext::select_font { id frm } {$/;"	p
GmCtext::set_option	gui/tcltk/gis.m/maptext.tcl	/^proc GmCtext::set_option { node key value } {$/;"	p
GmDframe::create	gui/tcltk/gis.m/frames.tcl	/^proc GmDframe::create { tree parent } {$/;"	p
GmDframe::display	gui/tcltk/gis.m/frames.tcl	/^proc GmDframe::display { node mod } {$/;"	p
GmDframe::duplicate	gui/tcltk/gis.m/frames.tcl	/^proc GmDframe::duplicate { tree parent node id } {$/;"	p
GmDframe::options	gui/tcltk/gis.m/frames.tcl	/^proc GmDframe::options { id frm } {$/;"	p
GmDframe::save	gui/tcltk/gis.m/frames.tcl	/^proc GmDframe::save { tree depth node } {$/;"	p
GmDframe::set_option	gui/tcltk/gis.m/frames.tcl	/^proc GmDframe::set_option { node key value } {$/;"	p
GmDnviz::cleanup	gui/tcltk/gis.m/dnviz.tcl	/^proc GmDnviz::cleanup { mon w } {$/;"	p
GmDnviz::getcoords	gui/tcltk/gis.m/dnviz.tcl	/^proc GmDnviz::getcoords {mapcan mon x y} {$/;"	p
GmDnviz::main	gui/tcltk/gis.m/dnviz.tcl	/^proc GmDnviz::main { mapcan mon } {$/;"	p
GmDnviz::makescript	gui/tcltk/gis.m/dnviz.tcl	/^proc GmDnviz::makescript { w quit } {$/;"	p
GmDnviz::markpoint	gui/tcltk/gis.m/dnviz.tcl	/^proc GmDnviz::markpoint { mapcan x y } {$/;"	p
GmDnviz::reset_points	gui/tcltk/gis.m/dnviz.tcl	/^proc GmDnviz::reset_points { mon w } {$/;"	p
GmDnviz::select_map	gui/tcltk/gis.m/dnviz.tcl	/^proc GmDnviz::select_map { seltype var } {$/;"	p
GmDnviz::setmouse	gui/tcltk/gis.m/dnviz.tcl	/^proc GmDnviz::setmouse {mapcan mon} {$/;"	p
GmDtext::create	gui/tcltk/gis.m/dtext.tcl	/^proc GmDtext::create { tree parent } {$/;"	p
GmDtext::display	gui/tcltk/gis.m/dtext.tcl	/^proc GmDtext::display { node mod } {$/;"	p
GmDtext::duplicate	gui/tcltk/gis.m/dtext.tcl	/^proc GmDtext::duplicate { tree parent node id } {$/;"	p
GmDtext::mouseset	gui/tcltk/gis.m/dtext.tcl	/^proc GmDtext::mouseset { id } {$/;"	p
GmDtext::options	gui/tcltk/gis.m/dtext.tcl	/^proc GmDtext::options { id frm } {$/;"	p
GmDtext::save	gui/tcltk/gis.m/dtext.tcl	/^proc GmDtext::save { tree depth node } {$/;"	p
GmDtext::set_font	gui/tcltk/gis.m/dtext.tcl	/^proc GmDtext::set_font { id } {$/;"	p
GmDtext::set_option	gui/tcltk/gis.m/dtext.tcl	/^proc GmDtext::set_option { node key value } {$/;"	p
GmGridline::create	gui/tcltk/gis.m/gridline.tcl	/^proc GmGridline::create { tree parent } {$/;"	p
GmGridline::display	gui/tcltk/gis.m/gridline.tcl	/^proc GmGridline::display { node mod } {$/;"	p
GmGridline::duplicate	gui/tcltk/gis.m/gridline.tcl	/^proc GmGridline::duplicate { tree parent node id } {$/;"	p
GmGridline::options	gui/tcltk/gis.m/gridline.tcl	/^proc GmGridline::options { id frm } {$/;"	p
GmGridline::save	gui/tcltk/gis.m/gridline.tcl	/^proc GmGridline::save { tree depth node } {$/;"	p
GmGridline::set_font	gui/tcltk/gis.m/gridline.tcl	/^proc GmGridline::set_font { id } {$/;"	p
GmGridline::set_option	gui/tcltk/gis.m/gridline.tcl	/^proc GmGridline::set_option { node key value } {$/;"	p
GmGroup::close	gui/tcltk/gis.m/group.tcl	/^proc GmGroup::close { id } {$/;"	p
GmGroup::create	gui/tcltk/gis.m/group.tcl	/^proc GmGroup::create { tree parent } {$/;"	p
GmGroup::display	gui/tcltk/gis.m/group.tcl	/^proc GmGroup::display { node mod } {$/;"	p
GmGroup::duplicate	gui/tcltk/gis.m/group.tcl	/^proc GmGroup::duplicate { tree parent_node sel id } {$/;"	p
GmGroup::nvdisplay	gui/tcltk/gis.m/group.tcl	/^proc GmGroup::nvdisplay { node } {$/;"	p
GmGroup::nviz	gui/tcltk/gis.m/group.tcl	/^proc GmGroup::nviz { node } {$/;"	p
GmGroup::open	gui/tcltk/gis.m/group.tcl	/^proc GmGroup::open { id } {$/;"	p
GmGroup::save	gui/tcltk/gis.m/group.tcl	/^proc GmGroup::save { tree depth node } {$/;"	p
GmGroup::set_option	gui/tcltk/gis.m/group.tcl	/^proc GmGroup::set_option { node key value } {$/;"	p
GmGroup::vdigit_display	gui/tcltk/gis.m/group.tcl	/^proc GmGroup::vdigit_display { vectmap } {$/;"	p
GmHist::create	gui/tcltk/gis.m/histogram.tcl	/^proc GmHist::create { tree parent } {$/;"	p
GmHist::display	gui/tcltk/gis.m/histogram.tcl	/^proc GmHist::display { node mod } {$/;"	p
GmHist::duplicate	gui/tcltk/gis.m/histogram.tcl	/^proc GmHist::duplicate { tree parent node id } {$/;"	p
GmHist::mapname	gui/tcltk/gis.m/histogram.tcl	/^proc GmHist::mapname { node } {$/;"	p
GmHist::options	gui/tcltk/gis.m/histogram.tcl	/^proc GmHist::options { id frm } {$/;"	p
GmHist::save	gui/tcltk/gis.m/histogram.tcl	/^proc GmHist::save { tree depth node } {$/;"	p
GmHist::select_map	gui/tcltk/gis.m/histogram.tcl	/^proc GmHist::select_map { id } {$/;"	p
GmHist::set_font	gui/tcltk/gis.m/histogram.tcl	/^proc GmHist::set_font { id } {$/;"	p
GmHist::set_option	gui/tcltk/gis.m/histogram.tcl	/^proc GmHist::set_option { node key value } {$/;"	p
GmLabels::create	gui/tcltk/gis.m/labels.tcl	/^proc GmLabels::create { tree parent } {$/;"	p
GmLabels::display	gui/tcltk/gis.m/labels.tcl	/^proc GmLabels::display { node mod } {$/;"	p
GmLabels::duplicate	gui/tcltk/gis.m/labels.tcl	/^proc GmLabels::duplicate { tree parent node id } {$/;"	p
GmLabels::options	gui/tcltk/gis.m/labels.tcl	/^proc GmLabels::options { id frm } {$/;"	p
GmLabels::query	gui/tcltk/gis.m/labels.tcl	/^proc GmLabels::query { node } {$/;"	p
GmLabels::save	gui/tcltk/gis.m/labels.tcl	/^proc GmLabels::save { tree depth node } {$/;"	p
GmLabels::select_labels	gui/tcltk/gis.m/labels.tcl	/^proc GmLabels::select_labels { id } {$/;"	p
GmLabels::set_option	gui/tcltk/gis.m/labels.tcl	/^proc GmLabels::set_option { node key value } {$/;"	p
GmLegend::create	gui/tcltk/gis.m/legend.tcl	/^proc GmLegend::create { tree parent } {$/;"	p
GmLegend::display	gui/tcltk/gis.m/legend.tcl	/^proc GmLegend::display { node mod } {$/;"	p
GmLegend::duplicate	gui/tcltk/gis.m/legend.tcl	/^proc GmLegend::duplicate { tree parent node id } {$/;"	p
GmLegend::getoptimalvsize	gui/tcltk/gis.m/legend.tcl	/^proc GmLegend::getoptimalvsize { varname key op } {$/;"	p
GmLegend::mouseset	gui/tcltk/gis.m/legend.tcl	/^proc GmLegend::mouseset { id } {$/;"	p
GmLegend::options	gui/tcltk/gis.m/legend.tcl	/^proc GmLegend::options { id frm } {$/;"	p
GmLegend::save	gui/tcltk/gis.m/legend.tcl	/^proc GmLegend::save { tree depth node } {$/;"	p
GmLegend::select_map	gui/tcltk/gis.m/legend.tcl	/^proc GmLegend::select_map { id } {$/;"	p
GmLegend::set_font	gui/tcltk/gis.m/legend.tcl	/^proc GmLegend::set_font { id } {$/;"	p
GmLegend::set_option	gui/tcltk/gis.m/legend.tcl	/^proc GmLegend::set_option { node key value } {$/;"	p
GmLib::OpenFileBox	gui/tcltk/gis.m/gmlib.tcl	/^proc GmLib::OpenFileBox { } {$/;"	p
GmLib::SaveFileBox	gui/tcltk/gis.m/gmlib.tcl	/^proc GmLib::SaveFileBox { } {$/;"	p
GmLib::color	gui/tcltk/gis.m/gmlib.tcl	/^proc GmLib::color { color } {$/;"	p
GmLib::element_exists	gui/tcltk/gis.m/gmlib.tcl	/^proc GmLib::element_exists {elem name} {$/;"	p
GmLib::errmsg	gui/tcltk/gis.m/gmlib.tcl	/^proc GmLib::errmsg { error args } {$/;"	p
GmLib::xmon	gui/tcltk/gis.m/gmlib.tcl	/^proc GmLib::xmon { type cmd } {$/;"	p
GmProfile::cleanup	gui/tcltk/gis.m/profile.tcl	/^proc GmProfile::cleanup { destroywin mapcan } {$/;"	p
GmProfile::create	gui/tcltk/gis.m/profile.tcl	/^proc GmProfile::create { mapcan } {$/;"	p
GmProfile::drawtransect	gui/tcltk/gis.m/profile.tcl	/^proc GmProfile::drawtransect { mapcan x y } {$/;"	p
GmProfile::getcoords	gui/tcltk/gis.m/profile.tcl	/^proc GmProfile::getcoords { mapcan } {$/;"	p
GmProfile::marktransect	gui/tcltk/gis.m/profile.tcl	/^proc GmProfile::marktransect {mapcan x y} {$/;"	p
GmProfile::pdraw	gui/tcltk/gis.m/profile.tcl	/^proc GmProfile::pdraw { } {$/;"	p
GmProfile::perase	gui/tcltk/gis.m/profile.tcl	/^proc GmProfile::perase { mapcan } {$/;"	p
GmProfile::profilebind	gui/tcltk/gis.m/profile.tcl	/^proc GmProfile::profilebind { mapcan } {$/;"	p
GmProfile::psave	gui/tcltk/gis.m/profile.tcl	/^proc GmProfile::psave { } {$/;"	p
GmProfile::select_rast	gui/tcltk/gis.m/profile.tcl	/^proc GmProfile::select_rast { } {$/;"	p
GmProfile::setelev	gui/tcltk/gis.m/profile.tcl	/^proc GmProfile::setelev { pmap } {$/;"	p
GmRaster::addcolor	gui/tcltk/gis.m/raster.tcl	/^proc GmRaster::addcolor {node } {$/;"	p
GmRaster::addelev	gui/tcltk/gis.m/raster.tcl	/^proc GmRaster::addelev {node } {$/;"	p
GmRaster::create	gui/tcltk/gis.m/raster.tcl	/^proc GmRaster::create { tree parent } {$/;"	p
GmRaster::display	gui/tcltk/gis.m/raster.tcl	/^proc GmRaster::display { node mod } {$/;"	p
GmRaster::duplicate	gui/tcltk/gis.m/raster.tcl	/^proc GmRaster::duplicate { tree parent node id } {$/;"	p
GmRaster::mapname	gui/tcltk/gis.m/raster.tcl	/^proc GmRaster::mapname { node } {$/;"	p
GmRaster::options	gui/tcltk/gis.m/raster.tcl	/^proc GmRaster::options { id frm } {$/;"	p
GmRaster::save	gui/tcltk/gis.m/raster.tcl	/^proc GmRaster::save { tree depth node } {$/;"	p
GmRaster::select_drapemap	gui/tcltk/gis.m/raster.tcl	/^proc GmRaster::select_drapemap { id } {$/;"	p
GmRaster::select_map	gui/tcltk/gis.m/raster.tcl	/^proc GmRaster::select_map { id } {$/;"	p
GmRaster::set_option	gui/tcltk/gis.m/raster.tcl	/^proc GmRaster::set_option { node key value } {$/;"	p
GmRaster::show_info	gui/tcltk/gis.m/raster.tcl	/^proc GmRaster::show_info { id } {$/;"	p
GmRaster::show_info_drape	gui/tcltk/gis.m/raster.tcl	/^proc GmRaster::show_info_drape { id } {$/;"	p
GmRgbhis::create	gui/tcltk/gis.m/rgbhis.tcl	/^proc GmRgbhis::create { tree parent } {$/;"	p
GmRgbhis::display	gui/tcltk/gis.m/rgbhis.tcl	/^proc GmRgbhis::display { node mod} {$/;"	p
GmRgbhis::duplicate	gui/tcltk/gis.m/rgbhis.tcl	/^proc GmRgbhis::duplicate { tree parent node id } {$/;"	p
GmRgbhis::mapname	gui/tcltk/gis.m/rgbhis.tcl	/^proc GmRgbhis::mapname { node } {$/;"	p
GmRgbhis::options	gui/tcltk/gis.m/rgbhis.tcl	/^proc GmRgbhis::options { id frm } {$/;"	p
GmRgbhis::save	gui/tcltk/gis.m/rgbhis.tcl	/^proc GmRgbhis::save { tree depth node } {$/;"	p
GmRgbhis::select_map1	gui/tcltk/gis.m/rgbhis.tcl	/^proc GmRgbhis::select_map1 { id } {$/;"	p
GmRgbhis::select_map2	gui/tcltk/gis.m/rgbhis.tcl	/^proc GmRgbhis::select_map2 { id } {$/;"	p
GmRgbhis::select_map3	gui/tcltk/gis.m/rgbhis.tcl	/^proc GmRgbhis::select_map3 { id } {$/;"	p
GmRgbhis::set_option	gui/tcltk/gis.m/rgbhis.tcl	/^proc GmRgbhis::set_option { node key value } {$/;"	p
GmRnums::create	gui/tcltk/gis.m/rastnums.tcl	/^proc GmRnums::create { tree parent } {$/;"	p
GmRnums::display	gui/tcltk/gis.m/rastnums.tcl	/^proc GmRnums::display { node mod } {$/;"	p
GmRnums::duplicate	gui/tcltk/gis.m/rastnums.tcl	/^proc GmRnums::duplicate { tree parent node id } {$/;"	p
GmRnums::mapname	gui/tcltk/gis.m/rastnums.tcl	/^proc GmRnums::mapname { node } {$/;"	p
GmRnums::options	gui/tcltk/gis.m/rastnums.tcl	/^proc GmRnums::options { id frm } {$/;"	p
GmRnums::save	gui/tcltk/gis.m/rastnums.tcl	/^proc GmRnums::save { tree depth node } {$/;"	p
GmRnums::select_map	gui/tcltk/gis.m/rastnums.tcl	/^proc GmRnums::select_map { id } {$/;"	p
GmRnums::set_font	gui/tcltk/gis.m/rastnums.tcl	/^proc GmRnums::set_font { id } {$/;"	p
GmRnums::set_option	gui/tcltk/gis.m/rastnums.tcl	/^proc GmRnums::set_option { node key value } {$/;"	p
GmRules::main	gui/tcltk/gis.m/rules.tcl	/^proc GmRules::main { cmd } {$/;"	p
GmRules::process_rules	gui/tcltk/gis.m/rules.tcl	/^proc GmRules::process_rules { cmd w quit } {$/;"	p
GmRules::select_map	gui/tcltk/gis.m/rules.tcl	/^proc GmRules::select_map { seltype } {$/;"	p
GmThematic::create	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::create { tree parent } {$/;"	p
GmThematic::display	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::display { node mod } {$/;"	p
GmThematic::duplicate	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::duplicate { tree parent node id } {$/;"	p
GmThematic::mapname	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::mapname { node } {$/;"	p
GmThematic::options	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::options { id frm } {$/;"	p
GmThematic::rgb2hex	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::rgb2hex { clr } {$/;"	p
GmThematic::save	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::save { tree depth node } {$/;"	p
GmThematic::select_lfont	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::select_lfont { id frm} {$/;"	p
GmThematic::select_map	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::select_map { id } {$/;"	p
GmThematic::select_stfont	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::select_stfont { id frm} {$/;"	p
GmThematic::select_symbol	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::select_symbol { id } {$/;"	p
GmThematic::select_tfont	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::select_tfont { id frm} {$/;"	p
GmThematic::set_option	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::set_option { node key value } {$/;"	p
GmThematic::show_columns	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::show_columns { id } {$/;"	p
GmThematic::show_data	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::show_data { id } {$/;"	p
GmThematic::tleg_erase	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::tleg_erase { mon id} {$/;"	p
GmThematic::tleg_item	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::tleg_item { mon id } {$/;"	p
GmThematic::tleg_save	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::tleg_save { mon id} {$/;"	p
GmThematic::tlegend	gui/tcltk/gis.m/thematic.tcl	/^proc GmThematic::tlegend { mon id } {$/;"	p
GmToolBar1::create	gui/tcltk/gis.m/gmtool1.tcl	/^proc GmToolBar1::create { tb } {$/;"	p
GmToolBar2::create	gui/tcltk/gis.m/gmtool2.tcl	/^proc GmToolBar2::create { tb } {$/;"	p
GmTree::FileClose	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::FileClose { stay_alive} {$/;"	p
GmTree::add	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::add { type } {$/;"	p
GmTree::autoname	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::autoname { tree node name} {$/;"	p
GmTree::autonamel	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::autonamel { name } {$/;"	p
GmTree::close_node	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::close_node { tree node } {$/;"	p
GmTree::create	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::create { mon } {$/;"	p
GmTree::cvdisplay	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::cvdisplay { node } {$/;"	p
GmTree::delete	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::delete { } {$/;"	p
GmTree::deselect	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::deselect { node } {$/;"	p
GmTree::display_cvnode	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::display_cvnode { node} {$/;"	p
GmTree::display_node	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::display_node { node mod } {$/;"	p
GmTree::drop	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::drop { from to where operation type data } {$/;"	p
GmTree::duplicate	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::duplicate { } {$/;"	p
GmTree::edit	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::edit { tree node } {$/;"	p
GmTree::getnode	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::getnode { } {$/;"	p
GmTree::load	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::load { lpth } {$/;"	p
GmTree::new	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::new { } {$/;"	p
GmTree::node_id	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::node_id { node } {$/;"	p
GmTree::node_type	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::node_type { node } {$/;"	p
GmTree::nvdisplay_node	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::nvdisplay_node { node nvelev nvcolor} {$/;"	p
GmTree::open_node	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::open_node { tree node } {$/;"	p
GmTree::rc_write	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::rc_write { depth args } {$/;"	p
GmTree::redraw	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::redraw { mon } {$/;"	p
GmTree::save	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::save { spth } {$/;"	p
GmTree::save_node	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::save_node { depth node } {$/;"	p
GmTree::scrollview	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::scrollview { mon } {$/;"	p
GmTree::select	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::select { node } {$/;"	p
GmTree::selectn	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::selectn { tree node } {$/;"	p
GmTree::switchpage	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::switchpage { mon } {$/;"	p
GmTree::vedit	gui/tcltk/gis.m/gmtree.tcl	/^proc GmTree::vedit { } {$/;"	p
GmVector::WorkOnVector	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::WorkOnVector { node mod } {$/;"	p
GmVector::addvect	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::addvect {node} {$/;"	p
GmVector::create	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::create { tree parent } {$/;"	p
GmVector::display	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::display { node mod } {$/;"	p
GmVector::duplicate	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::duplicate { tree parent node id } {$/;"	p
GmVector::legend	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::legend { id } {$/;"	p
GmVector::mapname	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::mapname { node } {$/;"	p
GmVector::options	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::options { id frm } {$/;"	p
GmVector::save	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::save { tree depth node } {$/;"	p
GmVector::select_map	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::select_map { id } {$/;"	p
GmVector::select_qmap	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::select_qmap { id } {$/;"	p
GmVector::select_symbol	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::select_symbol { id } {$/;"	p
GmVector::set_option	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::set_option { node key value } {$/;"	p
GmVector::show_columns	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::show_columns { id } {$/;"	p
GmVector::show_data	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::show_data { id } { $/;"	p
GmVector::show_info	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::show_info { id } {$/;"	p
GmVector::vecttype	gui/tcltk/gis.m/vector.tcl	/^proc GmVector::vecttype { vect } {$/;"	p
GnoFree	lib/vector/dglib/examples/opt.c	/^void GnoFree(GnoOption_s * pOpt)$/;"	f
GnoHelp	lib/vector/dglib/examples/opt.c	/^void GnoHelp(char *pszHead, GnoOption_s * pOpt)$/;"	f
GnoOption	lib/vector/dglib/examples/opt.h	/^    typedef struct GnoOption$/;"	s
GnoOption_s	lib/vector/dglib/examples/opt.h	/^    } GnoOption_s;$/;"	t	typeref:struct:GnoOption
GnoParse	lib/vector/dglib/examples/opt.c	/^int GnoParse(int argc, char **argv, GnoOption_s * pOpt)$/;"	f
Gp_load_sites	lib/ogsf/Gp3.c	/^geopoint *Gp_load_sites(const char *grassname, int *nsites, int *has_z,$/;"	f
Gp_set_color	lib/ogsf/Gp3.c	/^int Gp_set_color(const char *grassname, geopoint * gp)$/;"	f
GrSettingsDialog	gui/wxpython/gui_modules/georect.py	/^class GrSettingsDialog(wx.Dialog):$/;"	c
Graph_close	lib/driver/driver.h	/^    void (*Graph_close) (void);$/;"	m	struct:driver
Graph_set	lib/driver/driver.h	/^    int (*Graph_set) (int, char **);$/;"	m	struct:driver
Grass	swig/perl/Grass.pm	/^package Grass;$/;"	p
GrassCmd	gui/wxpython/gui_modules/goutput.py	/^def GrassCmd(cmd, stdout, stderr):$/;"	f
GrassGUIApp	gui/wxpython/gui_modules/menuform.py	/^class GrassGUIApp(wx.App):$/;"	c
Grassc	swig/perl/Grass.pm	/^package Grassc;$/;"	p
Gray	display/drivers/XDRIVER/Color_table.c	/^static int Gray[256];$/;"	v	file:
Gray	visualization/xganim/Clr_table.c	/^static int Gray[256];$/;"	v	file:
Gray	visualization/ximgview/color.c	/^static int Gray[256];$/;"	v	file:
GridGeometry	raster/r.sun2/sunradstruct.h	/^struct GridGeometry$/;"	s
GridSize	raster3d/r3.in.v5d/v5d.h	/^    int GridSize[MAXVARS];	\/* size of each grid *\/$/;"	m	struct:__anon110
GridSize	raster3d/r3.out.v5d/v5d.h	/^    int GridSize[MAXVARS];	\/* size of each grid *\/$/;"	m	struct:__anon121
Grn	display/drivers/XDRIVER/Color_table.c	/^static int Red[256], Grn[256], Blu[256];$/;"	v	file:
Grn	lib/pngdriver/Color_table.c	/^static int Red[256], Grn[256], Blu[256];$/;"	v	file:
Grn	visualization/xganim/Clr_table.c	/^static int Red[256], Grn[256], Blu[256];$/;"	v	file:
Grn	visualization/ximgview/color.c	/^static int Red[256], Grn[256], Blu[256];$/;"	v	file:
Gronsole::_destroy	lib/gtcltk/gronsole.tcl	/^proc Gronsole::_destroy { path } {$/;"	p
Gronsole::add_data_tag	lib/gtcltk/gronsole.tcl	/^proc Gronsole::add_data_tag {path ci tag} {$/;"	p
Gronsole::add_tag	lib/gtcltk/gronsole.tcl	/^proc Gronsole::add_tag {path ci tag} {$/;"	p
Gronsole::annotate	lib/gtcltk/gronsole.tcl	/^proc Gronsole::annotate {path cmd tags} {$/;"	p
Gronsole::annotate_text	lib/gtcltk/gronsole.tcl	/^proc Gronsole::annotate_text {path ci text} {$/;"	p
Gronsole::cget	lib/gtcltk/gronsole.tcl	/^proc Gronsole::cget { path option } {$/;"	p
Gronsole::clear	lib/gtcltk/gronsole.tcl	/^proc Gronsole::clear {path} {$/;"	p
Gronsole::configure	lib/gtcltk/gronsole.tcl	/^proc Gronsole::configure { path args } {$/;"	p
Gronsole::create	lib/gtcltk/gronsole.tcl	/^proc Gronsole::create {path args} {$/;"	p
Gronsole::create_command	lib/gtcltk/gronsole.tcl	/^proc Gronsole::create_command {path cmd} {$/;"	p
Gronsole::destroy_command	lib/gtcltk/gronsole.tcl	/^proc Gronsole::destroy_command {path ci} {$/;"	p
Gronsole::do_click	lib/gtcltk/gronsole.tcl	/^proc Gronsole::do_click {path ci} {$/;"	p
Gronsole::done_command	lib/gtcltk/gronsole.tcl	/^proc Gronsole::done_command {path ci} {$/;"	p
Gronsole::dooptions	lib/gtcltk/gronsole.tcl	/^proc Gronsole::dooptions {path args init} {$/;"	p
Gronsole::execbg	lib/gtcltk/gronsole.tcl	/^proc Gronsole::execbg {path ci mark fh} {$/;"	p
Gronsole::execout	lib/gtcltk/gronsole.tcl	/^proc Gronsole::execout {path cmd ci execcmd} {$/;"	p
Gronsole::execwait	lib/gtcltk/gronsole.tcl	/^proc Gronsole::execwait {path ci mark fh} {$/;"	p
Gronsole::file_callback	lib/gtcltk/gronsole.tcl	/^proc Gronsole::file_callback {path ci mark fh} {$/;"	p
Gronsole::output_to_gronsole	lib/gtcltk/gronsole.tcl	/^proc Gronsole::output_to_gronsole {path mark ci tags str} {$/;"	p
Gronsole::progress	lib/gtcltk/gronsole.tcl	/^proc Gronsole::progress {path ci percent} {$/;"	p
Gronsole::readeof	lib/gtcltk/gronsole.tcl	/^proc Gronsole::readeof {path ci mark fh} {$/;"	p
Gronsole::readout	lib/gtcltk/gronsole.tcl	/^proc Gronsole::readout {path ci mark fh} {$/;"	p
Gronsole::remove_tag	lib/gtcltk/gronsole.tcl	/^proc Gronsole::remove_tag {path ci tag} {$/;"	p
Gronsole::run	lib/gtcltk/gronsole.tcl	/^proc Gronsole::run {path cmd tags donecmd} {$/;"	p
Gronsole::run_wait	lib/gtcltk/gronsole.tcl	/^proc Gronsole::run_wait {path cmd tags} {$/;"	p
Gronsole::run_xterm	lib/gtcltk/gronsole.tcl	/^proc Gronsole::run_xterm {path cmd tags} {$/;"	p
Gronsole::save	lib/gtcltk/gronsole.tcl	/^proc Gronsole::save {path} {$/;"	p
Gronsole::set_click_command	lib/gtcltk/gronsole.tcl	/^proc Gronsole::set_click_command {path ci cmd} {$/;"	p
Gronsole::show_hide_tag_data	lib/gtcltk/gronsole.tcl	/^proc Gronsole::show_hide_tag_data {path ci tag} {$/;"	p
Group	imagery/i.points/defs.h	/^} Group;$/;"	t	typeref:struct:__anon213
Group	imagery/i.vpoints/defs.h	/^} Group;$/;"	t	typeref:struct:__anon219
GroupPage	gui/wxpython/gui_modules/georect.py	/^class GroupPage(TitledPage):$/;"	c
Gs_build_256lookup	lib/ogsf/Gs3.c	/^int Gs_build_256lookup(const char *filename, int *buff)$/;"	f
Gs_distance	lib/ogsf/Gs3.c	/^double Gs_distance(double *from, double *to)$/;"	f
Gs_get_cat_label	lib/ogsf/Gs3.c	/^int Gs_get_cat_label(const char *filename, int drow, int dcol, char *catstr)$/;"	f
Gs_load_3dview	lib/ogsf/Gs3.c	/^int Gs_load_3dview(const char *vname, geoview * gv, geodisplay * gd,$/;"	f
Gs_loadmap_as_bitmap	lib/ogsf/Gs3.c	/^int Gs_loadmap_as_bitmap(struct Cell_head *wind, const char *map_name,$/;"	f
Gs_loadmap_as_char	lib/ogsf/Gs3.c	/^int Gs_loadmap_as_char(struct Cell_head *wind, const char *map_name,$/;"	f
Gs_loadmap_as_float	lib/ogsf/Gs3.c	/^int Gs_loadmap_as_float(struct Cell_head *wind, const char *map_name,$/;"	f
Gs_loadmap_as_int	lib/ogsf/Gs3.c	/^int Gs_loadmap_as_int(struct Cell_head *wind, const char *map_name, int *buff,$/;"	f
Gs_loadmap_as_short	lib/ogsf/Gs3.c	/^int Gs_loadmap_as_short(struct Cell_head *wind, const char *map_name,$/;"	f
Gs_numtype	lib/ogsf/Gs3.c	/^int Gs_numtype(const char *filename, int *negflag)$/;"	f
Gs_pack_colors	lib/ogsf/Gs3.c	/^void Gs_pack_colors(const char *filename, int *buff, int rows, int cols)$/;"	f
Gs_pack_colors_float	lib/ogsf/Gs3.c	/^void Gs_pack_colors_float(const char *filename, float *fbuf, int *ibuf,$/;"	f
Gs_save_3dview	lib/ogsf/Gs3.c	/^int Gs_save_3dview(const char *vname, geoview * gv, geodisplay * gd,$/;"	f
Gs_update_attrange	lib/ogsf/Gs3.c	/^int Gs_update_attrange(geosurf * gs, int desc)$/;"	f
Gstats	raster/r.kappa/main.c	/^GSTATS *Gstats;$/;"	v
Gstats	raster/r.report/main.c	/^GSTATS *Gstats;$/;"	v
Gv	lib/ogsf/GS2.c	/^static geoview Gv;$/;"	v	file:
Gv_load_vect	lib/ogsf/Gv3.c	/^geoline *Gv_load_vect(const char *grassname, int *nlines)$/;"	f
Gvl_get_color_for_value	lib/ogsf/Gvl3.c	/^int Gvl_get_color_for_value(void *color_data, float *value)$/;"	f
Gvl_load_colors_data	lib/ogsf/Gvl3.c	/^int Gvl_load_colors_data(void **color_data, const char *name)$/;"	f
Gvl_unload_colors_data	lib/ogsf/Gvl3.c	/^int Gvl_unload_colors_data(void *color_data)$/;"	f
H	lib/cdhc/as177.c	15;"	d	file:
HALFPOINTSIZE	lib/cairodriver/Draw_point.c	4;"	d	file:
HALPHA	raster/simwe/r.sim.water/main.c	58;"	d	file:
HASHMOD	raster/r.stats/stats.c	6;"	d	file:
HASHSIZE	raster/r.stats/stats.c	5;"	d	file:
HAVE_TK_SETCLASSPROCS	visualization/nviz/src/togl.c	92;"	d	file:
HBETA	raster/simwe/r.sim.water/main.c	59;"	d	file:
HDRS	gem/Makefile	/^HDRS =	globals.h \\$/;"	m
HEADERS	lib/gpde/Makefile	/^HEADERS := $(patsubst %.h,$(ARCH_INCDIR)\/%.h,$(wildcard N_*.h))$/;"	m
HEADERS	lib/vector/rtree/Makefile	/^HEADERS := $(RTLINC)\/card.h $(RTLINC)\/index.h $(RTLINC)\/split_q.h \\$/;"	m
HEADER_SIZE	lib/cairodriver/cairodriver.h	17;"	d
HEADER_SIZE	lib/pngdriver/pngdriver.h	11;"	d
HEADER_SIZE	visualization/ximgview/main.c	33;"	d	file:
HEADSTR	include/vect/dig_structs.h	25;"	d
HEAD_BACK_PTR	raster/r.los/segment.c	16;"	d	file:
HEAP	raster/r.watershed/seg/Gwater.h	52;"	d
HECTACRE_TO_METERSQ	raster/r.watershed/shed/watershed.h	13;"	d
HECTARES	raster/r.report/global.h	129;"	d
HELP	gem/globals.h	63;"	d
HERMITE	vector/v.generalize/main.c	34;"	d	file:
HERMITIAN	include/la.h	/^{ NONSYM, SYM, HERMITIAN } mat_type;$/;"	e	enum:__anon242
HEXVAL	visualization/nviz/src/coldefs.h	21;"	d
HEcreate	vector/v.voronoi/sw_edgelist.c	/^struct Halfedge *HEcreate(struct Edge *e, int pm)$/;"	f
HI	raster/r.proj.seg/r.proj.h	12;"	d
HIS_to_RGB	display/d.his/his.c	/^void HIS_to_RGB(int R,		\/* red percent. for hue: value 0 - 255 *\/$/;"	f
HIS_to_RGB	raster/r.his/his.c	/^void HIS_to_RGB(int R,		\/* red percent. for hue: value 0 - 255 *\/$/;"	f
HMAX	raster/simwe/r.sim.water/main.c	57;"	d	file:
HMatrix	raster3d/r3.showdspf/BallAux.h	/^typedef float HMatrix[QuatLen][QuatLen];$/;"	t
HMcgiDecode	lib/form/html_library.tcl	/^proc HMcgiDecode {data} {$/;"	p
HMcgiDecode	lib/form/html_library_grass.tcl	/^proc HMcgiDecode {data} {$/;"	p
HMcgiDecode	vector/v.digit/html_library.tcl	/^proc HMcgiDecode {data} {$/;"	p
HMcgiMap	lib/form/html_library.tcl	/^proc HMcgiMap {data} {$/;"	p
HMcgiMap	lib/form/html_library_grass.tcl	/^proc HMcgiMap {data} {$/;"	p
HMcgiMap	vector/v.digit/html_library.tcl	/^proc HMcgiMap {data} {$/;"	p
HMcl	lib/form/html_library.tcl	/^	proc HMcl x {return "\\[$x\\]"}$/;"	p
HMcl	lib/form/html_library_grass.tcl	/^	proc HMcl x {return "\\[$x\\]"}$/;"	p
HMcl	vector/v.digit/html_library.tcl	/^	proc HMcl x {return "\\[$x\\]"}$/;"	p
HMcurrent_tags	lib/form/html_library.tcl	/^proc HMcurrent_tags {win} {$/;"	p
HMcurrent_tags	lib/form/html_library_grass.tcl	/^proc HMcurrent_tags {win} {$/;"	p
HMcurrent_tags	vector/v.digit/html_library.tcl	/^proc HMcurrent_tags {win} {$/;"	p
HMdo_map	lib/form/html_library.tcl	/^proc HMdo_map {text {unknown ?}} {$/;"	p
HMdo_map	lib/form/html_library_grass.tcl	/^proc HMdo_map {text {unknown ?}} {$/;"	p
HMdo_map	vector/v.digit/html_library.tcl	/^proc HMdo_map {text {unknown ?}} {$/;"	p
HMextract_param	lib/form/html_library.tcl	/^proc HMextract_param {param key {val ""}} {$/;"	p
HMextract_param	lib/form/html_library_grass.tcl	/^proc HMextract_param {param key {val ""}} {$/;"	p
HMextract_param	vector/v.digit/html_library.tcl	/^proc HMextract_param {param key {val ""}} {$/;"	p
HMgot_image	lib/form/html_library.tcl	/^proc HMgot_image {win image_error} {$/;"	p
HMgot_image	lib/form/html_library_grass.tcl	/^proc HMgot_image {win image_error} {$/;"	p
HMgot_image	vector/v.digit/html_library.tcl	/^proc HMgot_image {win image_error} {$/;"	p
HMgoto	lib/form/html_library.tcl	/^proc HMgoto {win where {callback HMwent_to}} {$/;"	p
HMgoto	lib/form/html_library_grass.tcl	/^proc HMgoto {win where {callback HMwent_to}} {$/;"	p
HMgoto	vector/v.digit/html_library.tcl	/^proc HMgoto {win where {callback HMwent_to}} {$/;"	p
HMinit_state	lib/form/html_library.tcl	/^proc HMinit_state {win} {$/;"	p
HMinit_state	lib/form/html_library_grass.tcl	/^proc HMinit_state {win} {$/;"	p
HMinit_state	vector/v.digit/html_library.tcl	/^proc HMinit_state {win} {$/;"	p
HMinit_win	lib/form/html_library.tcl	/^proc HMinit_win {win} {$/;"	p
HMinit_win	lib/form/html_library_grass.tcl	/^proc HMinit_win {win} {$/;"	p
HMinit_win	vector/v.digit/html_library.tcl	/^proc HMinit_win {win} {$/;"	p
HMinput_checkbox	lib/form/html_library.tcl	/^proc HMinput_checkbox {win param} {$/;"	p
HMinput_checkbox	lib/form/html_library_grass.tcl	/^proc HMinput_checkbox {win param} {$/;"	p
HMinput_checkbox	vector/v.digit/html_library.tcl	/^proc HMinput_checkbox {win param} {$/;"	p
HMinput_hidden	lib/form/html_library.tcl	/^proc HMinput_hidden {win param} {$/;"	p
HMinput_hidden	lib/form/html_library_grass.tcl	/^proc HMinput_hidden {win param} {$/;"	p
HMinput_hidden	vector/v.digit/html_library.tcl	/^proc HMinput_hidden {win param} {$/;"	p
HMinput_image	lib/form/html_library.tcl	/^proc HMinput_image {win param} {$/;"	p
HMinput_image	lib/form/html_library_grass.tcl	/^proc HMinput_image {win param} {$/;"	p
HMinput_image	vector/v.digit/html_library.tcl	/^proc HMinput_image {win param} {$/;"	p
HMinput_password	lib/form/html_library.tcl	/^proc HMinput_password {win param} {$/;"	p
HMinput_password	lib/form/html_library_grass.tcl	/^proc HMinput_password {win param} {$/;"	p
HMinput_password	vector/v.digit/html_library.tcl	/^proc HMinput_password {win param} {$/;"	p
HMinput_radio	lib/form/html_library.tcl	/^proc HMinput_radio {win param} {$/;"	p
HMinput_radio	lib/form/html_library_grass.tcl	/^proc HMinput_radio {win param} {$/;"	p
HMinput_radio	vector/v.digit/html_library.tcl	/^proc HMinput_radio {win param} {$/;"	p
HMinput_reset	lib/form/html_library.tcl	/^proc HMinput_reset {win param} {$/;"	p
HMinput_reset	lib/form/html_library_grass.tcl	/^proc HMinput_reset {win param} {$/;"	p
HMinput_reset	vector/v.digit/html_library.tcl	/^proc HMinput_reset {win param} {$/;"	p
HMinput_submit	lib/form/html_library.tcl	/^proc HMinput_submit {win param} {$/;"	p
HMinput_submit	lib/form/html_library_grass.tcl	/^proc HMinput_submit {win param} {$/;"	p
HMinput_submit	vector/v.digit/html_library.tcl	/^proc HMinput_submit {win param} {$/;"	p
HMinput_text	lib/form/html_library.tcl	/^proc HMinput_text {win param {show {}}} {$/;"	p
HMinput_text	lib/form/html_library_grass.tcl	/^proc HMinput_text {win param {show {}}} {$/;"	p
HMinput_text	vector/v.digit/html_library.tcl	/^proc HMinput_text {win param {show {}}} {$/;"	p
HMlink_callback	lib/form/html_library.tcl	/^proc HMlink_callback {win href} {$/;"	p
HMlink_callback	lib/form/html_library_grass.tcl	/^proc HMlink_callback {win href} {$/;"	p
HMlink_callback	vector/v.digit/html_library.tcl	/^proc HMlink_callback {win href} {$/;"	p
HMlink_hit	lib/form/html_library.tcl	/^proc HMlink_hit {win x y} {$/;"	p
HMlink_hit	lib/form/html_library_grass.tcl	/^proc HMlink_hit {win x y} {$/;"	p
HMlink_hit	vector/v.digit/html_library.tcl	/^proc HMlink_hit {win x y} {$/;"	p
HMlink_setup	lib/form/html_library.tcl	/^proc HMlink_setup {win href} {$/;"	p
HMlink_setup	lib/form/html_library_grass.tcl	/^proc HMlink_setup {win href} {$/;"	p
HMlink_setup	vector/v.digit/html_library.tcl	/^proc HMlink_setup {win href} {$/;"	p
HMmap_esc	lib/form/html_library.tcl	/^proc HMmap_esc {text} {$/;"	p
HMmap_esc	lib/form/html_library_grass.tcl	/^proc HMmap_esc {text} {$/;"	p
HMmap_esc	vector/v.digit/html_library.tcl	/^proc HMmap_esc {text} {$/;"	p
HMmap_reply	lib/form/html_library.tcl	/^proc HMmap_reply {string} {$/;"	p
HMmap_reply	lib/form/html_library_grass.tcl	/^proc HMmap_reply {string} {$/;"	p
HMmap_reply	vector/v.digit/html_library.tcl	/^proc HMmap_reply {string} {$/;"	p
HMoptimize	lib/form/html_library.tcl	/^proc HMoptimize {} {$/;"	p
HMoptimize	lib/form/html_library_grass.tcl	/^proc HMoptimize {} {$/;"	p
HMoptimize	vector/v.digit/html_library.tcl	/^proc HMoptimize {} {$/;"	p
HMparse_html	lib/form/html_library.tcl	/^proc HMparse_html {html {cmd HMtest_parse} {start hmstart}} {$/;"	p
HMparse_html	lib/form/html_library_grass.tcl	/^proc HMparse_html {html {cmd HMtest_parse} {start hmstart}} {$/;"	p
HMparse_html	vector/v.digit/html_library.tcl	/^proc HMparse_html {html {cmd HMtest_parse} {start hmstart}} {$/;"	p
HMrender	lib/form/html_library.tcl	/^	proc HMrender {win tag not param text} $body$/;"	p
HMrender	lib/form/html_library.tcl	/^proc HMrender {win tag not param text} {$/;"	p
HMrender	lib/form/html_library_grass.tcl	/^	proc HMrender {win tag not param text} $body$/;"	p
HMrender	lib/form/html_library_grass.tcl	/^proc HMrender {win tag not param text} {$/;"	p
HMrender	vector/v.digit/html_library.tcl	/^	proc HMrender {win tag not param text} $body$/;"	p
HMrender	vector/v.digit/html_library.tcl	/^proc HMrender {win tag not param text} {$/;"	p
HMreset_win	lib/form/html_library.tcl	/^proc HMreset_win {win} {$/;"	p
HMreset_win	lib/form/html_library_grass.tcl	/^proc HMreset_win {win} {$/;"	p
HMreset_win	vector/v.digit/html_library.tcl	/^proc HMreset_win {win} {$/;"	p
HMset_font	lib/form/html_library.tcl	/^proc HMset_font {win tag font} {$/;"	p
HMset_font	lib/form/html_library_grass.tcl	/^proc HMset_font {win tag font} {$/;"	p
HMset_font	vector/v.digit/html_library.tcl	/^proc HMset_font {win tag font} {$/;"	p
HMset_image	lib/form/html_library.tcl	/^proc HMset_image {win handle src} {$/;"	p
HMset_image	lib/form/html_library_grass.tcl	/^proc HMset_image {win handle src} {$/;"	p
HMset_image	vector/v.digit/html_library.tcl	/^proc HMset_image {win handle src} {$/;"	p
HMset_indent	lib/form/html_library.tcl	/^proc HMset_indent {win cm} {$/;"	p
HMset_indent	lib/form/html_library_grass.tcl	/^proc HMset_indent {win cm} {$/;"	p
HMset_indent	vector/v.digit/html_library.tcl	/^proc HMset_indent {win cm} {$/;"	p
HMset_state	lib/form/html_library.tcl	/^proc HMset_state {win args} {$/;"	p
HMset_state	lib/form/html_library_grass.tcl	/^proc HMset_state {win args} {$/;"	p
HMset_state	vector/v.digit/html_library.tcl	/^proc HMset_state {win args} {$/;"	p
HMstack	lib/form/html_library.tcl	/^proc HMstack {win push list} {$/;"	p
HMstack	lib/form/html_library_grass.tcl	/^proc HMstack {win push list} {$/;"	p
HMstack	vector/v.digit/html_library.tcl	/^proc HMstack {win push list} {$/;"	p
HMsubmit_button	lib/form/html_library.tcl	/^proc HMsubmit_button {win form_id param stuff} {$/;"	p
HMsubmit_button	lib/form/html_library_grass.tcl	/^proc HMsubmit_button {win form_id param stuff} {$/;"	p
HMsubmit_button	vector/v.digit/html_library.tcl	/^proc HMsubmit_button {win form_id param stuff} {$/;"	p
HMsubmit_form	lib/form/form.tcl	/^proc HMsubmit_form {win param query} {$/;"	p
HMsubmit_form	lib/form/html_library.tcl	/^proc HMsubmit_form {win param query} {$/;"	p
HMsubmit_form	lib/form/html_library_grass.tcl	/^proc HMsubmit_form {win param query} {$/;"	p
HMsubmit_form	vector/v.digit/form.tcl	/^proc HMsubmit_form {win param query} {$/;"	p
HMsubmit_form	vector/v.digit/html_library.tcl	/^proc HMsubmit_form {win param query} {$/;"	p
HMsubmit_index	lib/form/html_library.tcl	/^proc HMsubmit_index {win param text} {$/;"	p
HMsubmit_index	lib/form/html_library_grass.tcl	/^proc HMsubmit_index {win param text} {$/;"	p
HMsubmit_index	vector/v.digit/html_library.tcl	/^proc HMsubmit_index {win param text} {$/;"	p
HMtag_/a	lib/form/html_library.tcl	/^proc HMtag_\/a {win param text} {$/;"	p
HMtag_/a	lib/form/html_library_grass.tcl	/^proc HMtag_\/a {win param text} {$/;"	p
HMtag_/a	vector/v.digit/html_library.tcl	/^proc HMtag_\/a {win param text} {$/;"	p
HMtag_/form	lib/form/html_library.tcl	/^proc HMtag_\/form {win param text} {$/;"	p
HMtag_/form	lib/form/html_library_grass.tcl	/^proc HMtag_\/form {win param text} {$/;"	p
HMtag_/form	vector/v.digit/html_library.tcl	/^proc HMtag_\/form {win param text} {$/;"	p
HMtag_/hmstart	lib/form/html_library.tcl	/^proc HMtag_\/hmstart {win param text} {$/;"	p
HMtag_/hmstart	lib/form/html_library_grass.tcl	/^proc HMtag_\/hmstart {win param text} {$/;"	p
HMtag_/hmstart	vector/v.digit/html_library.tcl	/^proc HMtag_\/hmstart {win param text} {$/;"	p
HMtag_/menu	lib/form/html_library.tcl	/^proc HMtag_\/menu {win param text} {$/;"	p
HMtag_/menu	lib/form/html_library_grass.tcl	/^proc HMtag_\/menu {win param text} {$/;"	p
HMtag_/menu	vector/v.digit/html_library.tcl	/^proc HMtag_\/menu {win param text} {$/;"	p
HMtag_/select	lib/form/html_library.tcl	/^proc HMtag_\/select {win param text} {$/;"	p
HMtag_/select	lib/form/html_library_grass.tcl	/^proc HMtag_\/select {win param text} {$/;"	p
HMtag_/select	vector/v.digit/html_library.tcl	/^proc HMtag_\/select {win param text} {$/;"	p
HMtag_a	lib/form/html_library.tcl	/^proc HMtag_a {win param text} {$/;"	p
HMtag_a	lib/form/html_library_grass.tcl	/^proc HMtag_a {win param text} {$/;"	p
HMtag_a	vector/v.digit/html_library.tcl	/^proc HMtag_a {win param text} {$/;"	p
HMtag_dt	lib/form/html_library.tcl	/^proc HMtag_dt {win param text} {$/;"	p
HMtag_dt	lib/form/html_library_grass.tcl	/^proc HMtag_dt {win param text} {$/;"	p
HMtag_dt	vector/v.digit/html_library.tcl	/^proc HMtag_dt {win param text} {$/;"	p
HMtag_form	lib/form/html_library.tcl	/^proc HMtag_form {win param text} {$/;"	p
HMtag_form	lib/form/html_library_grass.tcl	/^proc HMtag_form {win param text} {$/;"	p
HMtag_form	vector/v.digit/html_library.tcl	/^proc HMtag_form {win param text} {$/;"	p
HMtag_hmstart	lib/form/html_library.tcl	/^proc HMtag_hmstart {win param text} {$/;"	p
HMtag_hmstart	lib/form/html_library_grass.tcl	/^proc HMtag_hmstart {win param text} {$/;"	p
HMtag_hmstart	vector/v.digit/html_library.tcl	/^proc HMtag_hmstart {win param text} {$/;"	p
HMtag_hr	lib/form/html_library.tcl	/^proc HMtag_hr {win param text} {$/;"	p
HMtag_hr	lib/form/html_library_grass.tcl	/^proc HMtag_hr {win param text} {$/;"	p
HMtag_hr	vector/v.digit/html_library.tcl	/^proc HMtag_hr {win param text} {$/;"	p
HMtag_img	lib/form/html_library.tcl	/^proc HMtag_img {win param text} {$/;"	p
HMtag_img	lib/form/html_library_grass.tcl	/^proc HMtag_img {win param text} {$/;"	p
HMtag_img	vector/v.digit/html_library.tcl	/^proc HMtag_img {win param text} {$/;"	p
HMtag_input	lib/form/html_library.tcl	/^proc HMtag_input {win param text} {$/;"	p
HMtag_input	lib/form/html_library_grass.tcl	/^proc HMtag_input {win param text} {$/;"	p
HMtag_input	vector/v.digit/html_library.tcl	/^proc HMtag_input {win param text} {$/;"	p
HMtag_isindex	lib/form/html_library.tcl	/^proc HMtag_isindex {win param text} {$/;"	p
HMtag_isindex	lib/form/html_library_grass.tcl	/^proc HMtag_isindex {win param text} {$/;"	p
HMtag_isindex	vector/v.digit/html_library.tcl	/^proc HMtag_isindex {win param text} {$/;"	p
HMtag_li	lib/form/html_library.tcl	/^proc HMtag_li {win param text} {$/;"	p
HMtag_li	lib/form/html_library_grass.tcl	/^proc HMtag_li {win param text} {$/;"	p
HMtag_li	vector/v.digit/html_library.tcl	/^proc HMtag_li {win param text} {$/;"	p
HMtag_menu	lib/form/html_library.tcl	/^proc HMtag_menu {win param text} {$/;"	p
HMtag_menu	lib/form/html_library_grass.tcl	/^proc HMtag_menu {win param text} {$/;"	p
HMtag_menu	vector/v.digit/html_library.tcl	/^proc HMtag_menu {win param text} {$/;"	p
HMtag_ol	lib/form/html_library.tcl	/^proc HMtag_ol {win param text} {$/;"	p
HMtag_ol	lib/form/html_library_grass.tcl	/^proc HMtag_ol {win param text} {$/;"	p
HMtag_ol	vector/v.digit/html_library.tcl	/^proc HMtag_ol {win param text} {$/;"	p
HMtag_option	lib/form/html_library.tcl	/^proc HMtag_option {win param text} {$/;"	p
HMtag_option	lib/form/html_library_grass.tcl	/^proc HMtag_option {win param text} {$/;"	p
HMtag_option	vector/v.digit/html_library.tcl	/^proc HMtag_option {win param text} {$/;"	p
HMtag_select	lib/form/html_library.tcl	/^proc HMtag_select {win param text} {$/;"	p
HMtag_select	lib/form/html_library_grass.tcl	/^proc HMtag_select {win param text} {$/;"	p
HMtag_select	vector/v.digit/html_library.tcl	/^proc HMtag_select {win param text} {$/;"	p
HMtag_textarea	lib/form/html_library.tcl	/^proc HMtag_textarea {win param text} {$/;"	p
HMtag_textarea	lib/form/html_library_grass.tcl	/^proc HMtag_textarea {win param text} {$/;"	p
HMtag_textarea	vector/v.digit/html_library.tcl	/^proc HMtag_textarea {win param text} {$/;"	p
HMtag_title	lib/form/html_library.tcl	/^proc HMtag_title {win param text} {$/;"	p
HMtag_title	lib/form/html_library_grass.tcl	/^proc HMtag_title {win param text} {$/;"	p
HMtag_title	vector/v.digit/html_library.tcl	/^proc HMtag_title {win param text} {$/;"	p
HMtag_ul	lib/form/html_library.tcl	/^proc HMtag_ul {win param text} {$/;"	p
HMtag_ul	lib/form/html_library_grass.tcl	/^proc HMtag_ul {win param text} {$/;"	p
HMtag_ul	vector/v.digit/html_library.tcl	/^proc HMtag_ul {win param text} {$/;"	p
HMtest_parse	lib/form/html_library.tcl	/^proc HMtest_parse {command tag slash text_after_tag} {$/;"	p
HMtest_parse	lib/form/html_library_grass.tcl	/^proc HMtest_parse {command tag slash text_after_tag} {$/;"	p
HMtest_parse	vector/v.digit/html_library.tcl	/^proc HMtest_parse {command tag slash text_after_tag} {$/;"	p
HMwent_to	lib/form/html_library.tcl	/^proc HMwent_to {win where {count 0} {color orange}} {$/;"	p
HMwent_to	lib/form/html_library_grass.tcl	/^proc HMwent_to {win where {count 0} {color orange}} {$/;"	p
HMwent_to	vector/v.digit/html_library.tcl	/^proc HMwent_to {win where {count 0} {color orange}} {$/;"	p
HMwin_install	lib/form/html_library.tcl	/^proc HMwin_install {win item} {$/;"	p
HMwin_install	lib/form/html_library_grass.tcl	/^proc HMwin_install {win item} {$/;"	p
HMwin_install	vector/v.digit/html_library.tcl	/^proc HMwin_install {win item} {$/;"	p
HMx_font	lib/form/html_library.tcl	/^proc HMx_font {family size weight style {adjust_size 0}} {$/;"	p
HMx_font	lib/form/html_library_grass.tcl	/^proc HMx_font {family size weight style {adjust_size 0}} {$/;"	p
HMx_font	vector/v.digit/html_library.tcl	/^proc HMx_font {family size weight style {adjust_size 0}} {$/;"	p
HMzap_white	lib/form/html_library.tcl	/^proc HMzap_white {data} {$/;"	p
HMzap_white	lib/form/html_library_grass.tcl	/^proc HMzap_white {data} {$/;"	p
HMzap_white	vector/v.digit/html_library.tcl	/^proc HMzap_white {data} {$/;"	p
HORIZ	raster/r.flow/calc.c	41;"	d	file:
HORIZ	raster/r.flow/r.flow.h	49;"	d
HOST_DIRSEP	include/gis.h	150;"	d
HOST_DIRSEP	include/gis.h	153;"	d
HOST_DIRSEP	swig/perl/gis.h	144;"	d
HOST_DIRSEP	swig/perl/gis.h	147;"	d
HOURANGLE	raster/r.sun2/sunradstruct.h	33;"	d
HSIZE	raster3d/r3.showdspf/togif.h	2;"	d
HT	display/d.nviz/local.h	/^static double DIST, HT;$/;"	v
HTML2MAN	man/Makefile	/^HTML2MAN = GRASS_PERL=${PERL} VERSION_NUMBER=${GRASS_VERSION_NUMBER} sh $(GRASS_HOME)\/tools\/g.html2man\/g.html2man$/;"	m
HTML2PDF	Makefile	/^HTML2PDF=		htmldoc --footer d.1$/;"	m
HTMLDIR	man/Makefile	/^HTMLDIR = $(GISBASE)\/docs\/html$/;"	m
HTMLICONS	gui/icons/Makefile	/^HTMLICONS := $(patsubst %,$(HTMLDIR)\/icons\/%,$(SRCICONS))$/;"	m
HTMLLIB	lib/form/Makefile	/^HTMLLIB=$(FORMDIR)\/html_library.tcl$/;"	m
HTML_CMD	gem/globals.h	/^EXTERN char HTML_CMD[MAXSTR];$/;"	v
HTML_Graph_close	display/drivers/HTMLMAP/Graph_Clse.c	/^void HTML_Graph_close(void)$/;"	f
HTML_Graph_set	display/drivers/HTMLMAP/Graph_Set.c	/^int HTML_Graph_set(int argc, char **argv)$/;"	f
HTML_Polygon_abs	display/drivers/HTMLMAP/Polygn_abs.c	/^void HTML_Polygon_abs(const int *px, const int *py, int n)$/;"	f
HTML_Text	display/drivers/HTMLMAP/Text.c	/^void HTML_Text(const char *text)$/;"	f
HUGE_VAL	lib/ogsf/gs_query.c	29;"	d	file:
HUGE_VAL	lib/vector/Vlib/find.c	23;"	d	file:
HUGE_VAL	lib/vector/diglib/poly.c	23;"	d	file:
HUGE_VAL	raster/r.circle/dist.c	30;"	d	file:
HUGE_VAL	raster3d/r3.showdspf/get_color_ogl.c	2;"	d	file:
HVect	raster3d/r3.showdspf/BallAux.h	/^typedef Quat HVect;$/;"	t
H_f	include/la.h	/^typedef void H_f;		\/* character function                  *\/$/;"	t
H_fp	include/la.h	/^typedef void (*H_fp) ();$/;"	t
Halfedge	vector/v.voronoi/sw_defs.h	/^struct Halfedge$/;"	s
HasPage	gui/wxpython/gui_modules/disp_print.py	/^    def HasPage(self, page):$/;"	m	class:MapPrint
HashTabOf	raster3d/r3.showdspf/togif.c	495;"	d	file:
Hcolor	vector/v.label/main.c	/^struct Option *Width, *Hcolor, *Hwidth, *Bcolor, *Border, *Opaque;$/;"	v	typeref:struct:
Head	include/V_.h	/^    struct dig_head Head;$/;"	m	struct:V_info	typeref:struct:V_info::dig_head
Headfax	raster3d/r3.mkdspf/vizual.h	/^GLOBAL file_info Headfax;	\/* contains info about command line *\/$/;"	v
Headfax	raster3d/r3.showdspf/vizual.h	/^GLOBAL file_info Headfax;	\/* contains info about data itself *\/$/;"	v
Headfax	visualization/nviz/src/viz.h	/^GLOBAL file_info Headfax;	\/* contains info about data itself *\/$/;"	v
Headp	raster3d/r3.showdspf/draw_cap_ogl.c	/^static file_info *Headp;$/;"	v	file:
HeapElement	include/iostream/replacementHeap.h	/^  HeapElement(): run(NULL) {};$/;"	f	class:HeapElement
HeapElement	include/iostream/replacementHeap.h	/^class HeapElement {$/;"	c
HeapIndex	include/iostream/minmaxheap.h	/^typedef unsigned int HeapIndex;$/;"	t
Height	visualization/nviz/src/togl.c	/^    int     Width, Height;      \/* Dimensions of window *\/$/;"	m	struct:Togl	file:
HelpWindow	gui/wxpython/gis_set.py	/^class HelpWindow(wx.Frame):$/;"	c
Hi	lib/ogsf/gsdrape.c	/^static Point3 *Vi, *Hi, *Di;$/;"	v	file:
High	raster/r.random.surface/ransurf.h	/^GLOBAL int *Seeds, Seed, NumSeeds, Low, High, NumMaps, NumFilters, OutFD;$/;"	v
HistFrame	gui/wxpython/gui_modules/histogram.py	/^class HistFrame(wx.Frame):$/;"	c
Histogram	gui/wxpython/gui_modules/mapdisp.py	/^    def Histogram(self, event):$/;"	m	class:MapFrame
Histogram	include/gis.h	/^struct Histogram$/;"	s
Histogram	swig/perl/gis.h	/^struct Histogram$/;"	s
Histogram_list	include/gis.h	/^    struct Histogram_list$/;"	s	struct:Histogram
Histogram_list	swig/perl/gis.h	/^    struct Histogram_list$/;"	s	struct:Histogram
History	include/gis.h	/^struct History$/;"	s
History	swig/perl/gis.h	/^struct History$/;"	s
Hole_offset	include/vect/dig_structs.h	/^    long Hole_offset;$/;"	m	struct:Plus_head
Hole_spidx_offset	include/vect/dig_structs.h	/^    long Hole_spidx_offset;$/;"	m	struct:Plus_head
Hwidth	vector/v.label/main.c	/^struct Option *Width, *Hcolor, *Hwidth, *Bcolor, *Border, *Opaque;$/;"	v	typeref:struct:
I32_CAST	swig/perl/R_slope_aspect/ppport.h	623;"	d
I32_CAST	swig/perl/R_slope_aspect/ppport.h	625;"	d
I3d	lib/ogsf/gsdrape.c	/^static Point3 *I3d;$/;"	v	file:
IA1	raster/r.random.cells/random.c	11;"	d	file:
IA1	raster/r.random.cells/random.c	63;"	d	file:
IA1	raster/r.random.surface/random.c	12;"	d	file:
IA1	raster/r.random.surface/random.c	65;"	d	file:
IA2	raster/r.random.cells/random.c	15;"	d	file:
IA2	raster/r.random.cells/random.c	67;"	d	file:
IA2	raster/r.random.surface/random.c	16;"	d	file:
IA2	raster/r.random.surface/random.c	69;"	d	file:
IA3	raster/r.random.cells/random.c	19;"	d	file:
IA3	raster/r.random.cells/random.c	71;"	d	file:
IA3	raster/r.random.surface/random.c	20;"	d	file:
IA3	raster/r.random.surface/random.c	73;"	d	file:
IBIG	raster/r.sun/main.c	42;"	d	file:
IBTREE	include/ibtree.h	/^} IBTREE;$/;"	t	typeref:struct:__anon273
IBTREE_NODE	include/ibtree.h	/^} IBTREE_NODE;$/;"	t	typeref:struct:__anon272
IC1	raster/r.random.cells/random.c	12;"	d	file:
IC1	raster/r.random.cells/random.c	64;"	d	file:
IC1	raster/r.random.surface/random.c	13;"	d	file:
IC1	raster/r.random.surface/random.c	66;"	d	file:
IC2	raster/r.random.cells/random.c	16;"	d	file:
IC2	raster/r.random.cells/random.c	68;"	d	file:
IC2	raster/r.random.surface/random.c	17;"	d	file:
IC2	raster/r.random.surface/random.c	70;"	d	file:
IC3	raster/r.random.cells/random.c	20;"	d	file:
IC3	raster/r.random.cells/random.c	72;"	d	file:
IC3	raster/r.random.surface/random.c	21;"	d	file:
IC3	raster/r.random.surface/random.c	74;"	d	file:
ICON	include/icon.h	7;"	d
IDX	imagery/i.ortho.photo/photo.rectify/global.h	29;"	d
IDX	imagery/i.rectify/global.h	15;"	d
IDXSTATS	raster/r.topmodel/global.h	14;"	d
IDX_XSCALE	vector/v.transform/trans.h	30;"	d
IDX_XSHIFT	vector/v.transform/trans.h	27;"	d
IDX_YSCALE	vector/v.transform/trans.h	31;"	d
IDX_YSHIFT	vector/v.transform/trans.h	28;"	d
IDX_ZROT	vector/v.transform/trans.h	33;"	d
IDX_ZSCALE	vector/v.transform/trans.h	32;"	d
IDX_ZSHIFT	vector/v.transform/trans.h	29;"	d
IFLAG	include/gsurf.h	60;"	d
IF_TO_C	raster3d/r3.in.v5d/binio.c	178;"	d	file:
IF_TO_C	raster3d/r3.out.v5d/binio.c	178;"	d	file:
ILLEGAL	include/graphics.h	94;"	d
IL_check_at_points_2d	lib/rst/interp_float/point2d.c	/^int IL_check_at_points_2d(struct interp_params *params, struct quaddata *data,	\/* current region *\/$/;"	f
IL_create_bitmask	lib/rst/interp_float/input2d.c	/^struct BM *IL_create_bitmask(struct interp_params *params)$/;"	f
IL_crst	lib/rst/interp_float/func2d.c	/^double IL_crst(double r, double fi)$/;"	f
IL_crstg	lib/rst/interp_float/func2d.c	/^int IL_crstg(double r, double fi, double *gd1,	\/* G1(r) *\/$/;"	f
IL_dist_square	lib/rst/interp_float/distance.c	/^double IL_dist_square(double *pt1, double *pt2, int dim)$/;"	f
IL_grid_calc_2d	lib/rst/interp_float/interp2d.c	/^int IL_grid_calc_2d(struct interp_params *params, struct quaddata *data,	\/* given segment *\/$/;"	f
IL_init_func_2d	lib/rst/interp_float/init2d.c	/^void IL_init_func_2d(struct interp_params *params, int (*grid_f) (void),	\/* calculates grid for given segm *\/$/;"	f
IL_init_params_2d	lib/rst/interp_float/init2d.c	/^void IL_init_params_2d($/;"	f
IL_interp_segments_2d	lib/rst/interp_float/segmen2d.c	/^int IL_interp_segments_2d(struct interp_params *params, struct tree_info *info,	\/* info for the quad tree *\/$/;"	f
IL_matrix_create	lib/rst/interp_float/matrix.c	/^int IL_matrix_create(struct interp_params *params, struct triple *points,	\/* points for interpolation *\/$/;"	f
IL_output_2d	lib/rst/interp_float/output2d.c	/^int IL_output_2d(struct interp_params *params, struct Cell_head *cellhd,	\/* current region *\/$/;"	f
IL_resample_interp_segments_2d	lib/rst/interp_float/ressegm2d.c	/^int IL_resample_interp_segments_2d(struct interp_params *params, struct BM *bitmask,	\/* bitmask *\/$/;"	f
IL_resample_output_2d	lib/rst/interp_float/resout2d.c	/^int IL_resample_output_2d(struct interp_params *params, double zmin, double zmax,	\/* min,max input z-values *\/$/;"	f
IL_secpar_loop_2d	lib/rst/interp_float/secpar2d.c	/^int IL_secpar_loop_2d(struct interp_params *params, int ngstc,	\/* starting column *\/$/;"	f
IL_vector_input_data_2d	lib/rst/interp_float/vinput2d.c	/^int IL_vector_input_data_2d(struct interp_params *params, struct Map_info *Map,	\/* input vector map *\/$/;"	f
IL_write_temp_2d	lib/rst/interp_float/write2d.c	/^int IL_write_temp_2d(struct interp_params *params, int ngstc, int nszc, int offset2	\/* begin. and end. column, offset *\/$/;"	f
IMAX	raster/r.param.scale/nrutil.h	37;"	d
IMIN	raster/r.param.scale/nrutil.h	40;"	d
INAME_LEN	include/imagery.h	7;"	d
INCR	lib/gis/cell_stats.c	4;"	d	file:
INCR	raster/r.clump/clump.c	24;"	d	file:
INCR	raster/r.cross/glob.h	26;"	d
INCR	raster/r.describe/tree.c	22;"	d	file:
INCR	raster/r.quant/read_rules.c	7;"	d	file:
INCR	raster/r.recode/read_rules.c	7;"	d	file:
INCR	raster/r.water.outlet/over_cells.c	3;"	d	file:
INCR	raster/r.watershed/shed/watershed.h	22;"	d
INDEX	imagery/i.atcorr/AerosolModel.cpp	302;"	d	file:
INDIGO	include/colors.h	20;"	d
INDIGO	raster/r.le/r.le.setup/colors.h	28;"	d
INDX	raster/r.random.cells/ransurf.h	38;"	d
INDX	raster/r.random.cells/ransurf.h	44;"	d
INDX	raster/r.random.surface/ransurf.h	61;"	d
INDX	raster/r.random.surface/ransurf.h	67;"	d
INFILVAL	raster/simwe/r.sim.water/main.c	65;"	d	file:
INFINITE	raster/r.le/r.le.setup/polytocell/ply_to_cll.h	7;"	d
INFO	imagery/i.class/defs.h	52;"	d
INFO	imagery/i.ortho.photo/photo.2image/defs.h	63;"	d
INFO	imagery/i.ortho.photo/photo.2target/defs.h	49;"	d
INFO	imagery/i.ortho.photo/photo.rectify/defs.h	62;"	d
INFO	imagery/i.points/defs.h	59;"	d
INFO	imagery/i.vpoints/defs.h	68;"	d
INFO_OBJECT	imagery/i.class/defs.h	44;"	d
INFO_OBJECT	imagery/i.ortho.photo/photo.2image/defs.h	55;"	d
INFO_OBJECT	imagery/i.ortho.photo/photo.2target/defs.h	41;"	d
INFO_OBJECT	imagery/i.ortho.photo/photo.rectify/defs.h	54;"	d
INFO_OBJECT	imagery/i.points/defs.h	51;"	d
INFO_OBJECT	imagery/i.vpoints/defs.h	60;"	d
INFO_WINDOW	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL Window *INFO_WINDOW;$/;"	v
INFO_WINDOW	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL Window *INFO_WINDOW;$/;"	v
INFO_WINDOW	imagery/i.points/main.c	/^Window *INFO_WINDOW;$/;"	v
INFO_WINDOW	imagery/i.vpoints/main.c	/^Window *INFO_WINDOW;$/;"	v
INIT	imagery/i.class/globals.h	10;"	d
INIT	imagery/i.class/globals.h	8;"	d
INIT	imagery/i.class/globals.h	91;"	d
INIT	imagery/i.ortho.photo/photo.2image/globals.h	5;"	d
INIT	imagery/i.ortho.photo/photo.2image/globals.h	70;"	d
INIT	imagery/i.ortho.photo/photo.2image/globals.h	7;"	d
INIT	imagery/i.ortho.photo/photo.2target/globals.h	10;"	d
INIT	imagery/i.ortho.photo/photo.2target/globals.h	86;"	d
INIT	imagery/i.ortho.photo/photo.2target/globals.h	8;"	d
INIT	imagery/i.points/globals.h	63;"	d
INIT	imagery/i.vpoints/globals.h	219;"	d
INIT	raster/r.report/global.h	3;"	d
INIT	raster/r.report/global.h	5;"	d
INITIAL_FILE	imagery/i.ortho.photo/libes/init_info.c	9;"	d	file:
INITIAL_KAPPA_VAR	imagery/i.ortho.photo/libes/orthophoto.h	11;"	d
INITIAL_OMEGA_VAR	imagery/i.ortho.photo/libes/orthophoto.h	9;"	d
INITIAL_PHI_VAR	imagery/i.ortho.photo/libes/orthophoto.h	10;"	d
INITIAL_TEXT	display/drivers/HTMLMAP/htmlmap.h	10;"	d
INITIAL_X_VAR	imagery/i.ortho.photo/libes/orthophoto.h	6;"	d
INITIAL_Y_VAR	imagery/i.ortho.photo/libes/orthophoto.h	7;"	d
INITIAL_Z_VAR	imagery/i.ortho.photo/libes/orthophoto.h	8;"	d
INIT_AR	raster/r.surf.contour/contour.h	8;"	d
INIT_MINMAX	lib/ogsf/Gs3.c	35;"	d	file:
INIT_PRINT_PROGRESS	raster/r.terraflow/sweep.cc	162;"	d	file:
INMEM	include/iostream/empq_adaptive.h	/^  INMEM = 0,$/;"	e	enum:regim_type
INPUT	raster/r.horizon/main.c	/^int INPUT(void)$/;"	f
INPUT	raster/r.sun/main.c	/^int INPUT(void)$/;"	f
INPUT	raster/r.watershed/shed/watershed.h	23;"	d
INPUT	vector/v.vol.rst/user1.c	/^int INPUT(struct Map_info *In, char *column, char *scol, char *wheresql)$/;"	f
INPUT_MAP	imagery/i.zc/main.c	70;"	d	file:
INPUT_MODE_COOR	vector/v.net.path/path.c	16;"	d	file:
INPUT_MODE_NODE	vector/v.net.path/path.c	15;"	d	file:
INPUT_part	raster/r.sun2/main.c	/^int INPUT_part(int offset, double *zmax)$/;"	f
INP_COLOR	imagery/i.class/input_color.c	4;"	d	file:
INP_COLOR	imagery/i.class/signature.c	168;"	d	file:
INP_STD	imagery/i.class/input_std.c	4;"	d	file:
INP_STD	imagery/i.class/signature.c	167;"	d	file:
INSIDE	raster3d/r3.showdspf/vizual.h	8;"	d
INSTALL	gem/globals.h	65;"	d
INSTALL_BASE	gem/globals.h	/^EXTERN char INSTALL_BASE[MAXSTR];$/;"	v
INSTALL_DIR	visualization/nviz/Makefile	/^INSTALL_DIR=$(GISBASE)\/etc\/$(NV_VER)$/;"	m
INSTALL_TYPE	gem/globals.h	/^EXTERN char INSTALL_TYPE[MAXSTR];$/;"	v
INST_DIR_MACOSX	macosx/Makefile	/^INST_DIR_MACOSX = ${prefix}\/${MACOSX_APPDIR}$/;"	m
INST_DIR_MACOSX	macosx/modbuild/Makefile	/^INST_DIR_MACOSX = ${prefix}\/${MACOSX_APPDIR}$/;"	m
INT	raster/r.in.ascii/gethead.c	10;"	d	file:
INT	raster/r.random.cells/ransurf.h	41;"	d
INT	raster/r.random.cells/ransurf.h	47;"	d
INT	raster/r.random.surface/ransurf.h	64;"	d
INT	raster/r.random.surface/ransurf.h	70;"	d
INT2PTR	swig/perl/R_slope_aspect/ppport.h	289;"	d
INT2PTR	swig/perl/R_slope_aspect/ppport.h	296;"	d
INTERP_H	imagery/i.atcorr/Interp.h	2;"	d
INTERP_TYPE	include/gis.h	/^typedef int INTERP_TYPE;$/;"	t
INTERP_TYPE	swig/perl/gis.h	/^typedef int INTERP_TYPE;$/;"	t
INT_ORDER	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	15;"	d
INT_TEST	lib/vector/diglib/port_init.c	60;"	d	file:
INT_TEST	lib/vector/diglib/port_test.c	60;"	d	file:
INT_TO_ALP	lib/ogsf/gsd_prim.c	46;"	d	file:
INT_TO_BLU	lib/ogsf/gsd_prim.c	45;"	d	file:
INT_TO_BLU	lib/ogsf/rgbpack.h	10;"	d
INT_TO_BLU	visualization/nviz/src/coldefs.h	11;"	d
INT_TO_GRN	lib/ogsf/gsd_prim.c	44;"	d	file:
INT_TO_GRN	lib/ogsf/rgbpack.h	9;"	d
INT_TO_GRN	visualization/nviz/src/coldefs.h	10;"	d
INT_TO_RED	lib/ogsf/gsd_prim.c	43;"	d	file:
INT_TO_RED	lib/ogsf/rgbpack.h	8;"	d
INT_TO_RED	visualization/nviz/src/coldefs.h	9;"	d
INVALID_SOCKET	lib/gis/unix_socks.c	51;"	d	file:
INVERSE	lib/gmath/del2g.c	30;"	d	file:
IN_BUF	imagery/i.ortho.photo/libes/cam_info.c	6;"	d	file:
IN_BUF	imagery/i.ortho.photo/libes/elev.c	12;"	d	file:
IN_LOCALE	swig/perl/R_slope_aspect/ppport.h	683;"	d
IN_LOCALE_COMPILETIME	swig/perl/R_slope_aspect/ppport.h	692;"	d
IN_LOCALE_RUNTIME	swig/perl/R_slope_aspect/ppport.h	688;"	d
IN_OUT_H	vector/v.delaunay2/in_out.h	2;"	d
IPL	imagery/i.atcorr/computations.cpp	136;"	d	file:
IPnts	lib/vector/Vlib/intersect.c	/^static struct line_pnts *APnts, *BPnts, *IPnts;$/;"	v	typeref:struct:	file:
ISDNULL	vector/v.to.rast/local.h	15;"	d
ISLAND_MARKER	include/dlg.h	122;"	d
ISLE_ALIVE	include/vect/dig_macros.h	20;"	d
ISNODE	lib/ogsf/gsdrape.c	65;"	d	file:
ISNULL	vector/v.to.rast/local.h	14;"	d
ISOPOINT	vector/v.net.iso/main.c	/^} ISOPOINT;$/;"	t	typeref:struct:__anon193	file:
IS_ACTIVE_ELT	lib/g3d/cache.c	12;"	d	file:
IS_BOUNDARY	raster/r.terraflow/types.h	84;"	d
IS_IN_DATA	lib/ogsf/gvl_calc.c	58;"	d	file:
IS_IN_QUEUE_ELT	lib/g3d/cache.c	17;"	d	file:
IS_LOCKED_ELT	lib/g3d/cache.c	14;"	d	file:
IS_MISSING	raster3d/r3.in.v5d/v5d.h	55;"	d
IS_MISSING	raster3d/r3.out.v5d/v5d.h	55;"	d
IS_NOT_ACTIVE_ELT	lib/g3d/cache.c	13;"	d	file:
IS_NOT_IN_QUEUE_ELT	lib/g3d/cache.c	16;"	d	file:
IS_NULL_C	raster/r.mapcalc/expression.h	114;"	d
IS_NULL_D	raster/r.mapcalc/expression.h	116;"	d
IS_NULL_F	raster/r.mapcalc/expression.h	115;"	d
IS_NUMBER_GREATER_THAN_UV_MAX	swig/perl/R_slope_aspect/ppport.h	698;"	d
IS_NUMBER_INFINITY	swig/perl/R_slope_aspect/ppport.h	701;"	d
IS_NUMBER_IN_UV	swig/perl/R_slope_aspect/ppport.h	697;"	d
IS_NUMBER_NAN	swig/perl/R_slope_aspect/ppport.h	702;"	d
IS_NUMBER_NEG	swig/perl/R_slope_aspect/ppport.h	700;"	d
IS_NUMBER_NOT_INT	swig/perl/R_slope_aspect/ppport.h	699;"	d
IS_UNLOCKED_ELT	lib/g3d/cache.c	15;"	d	file:
ISatbvNULL	raster/r.topidx/global.h	10;"	d
IScvNULL	raster/r.topidx/global.h	9;"	d
ITEM	lib/driver/pad.h	/^} ITEM;$/;"	t	typeref:struct:_item_
ITEM_SIZE	display/d.save/main.c	402;"	d	file:
ITEM_TYPES	display/d.save/main.c	401;"	d	file:
ITEROUT	raster/simwe/r.sim.sediment/main.c	56;"	d	file:
ITEROUT	raster/simwe/r.sim.water/main.c	61;"	d	file:
IVSIZE	swig/perl/R_slope_aspect/ppport.h	266;"	d
IVSIZE	swig/perl/R_slope_aspect/ppport.h	269;"	d
IVdf	swig/perl/R_slope_aspect/ppport.h	504;"	d
IVdf	swig/perl/R_slope_aspect/ppport.h	511;"	d
IWAVE_H	imagery/i.atcorr/Iwave.h	2;"	d
IWave	imagery/i.atcorr/Iwave.h	/^struct IWave$/;"	s
I_AllocClassData	lib/imagery/sigset.c	/^struct ClassData *I_AllocClassData(struct SigSet *S,$/;"	f
I_GetClassTitle	lib/imagery/sigset.c	/^const char *I_GetClassTitle(const struct ClassSig *C)$/;"	f
I_GetSigTitle	lib/imagery/sigset.c	/^const char *I_GetSigTitle(const struct SigSet *S)$/;"	f
I_InitSigSet	lib/imagery/sigset.c	/^int I_InitSigSet(struct SigSet *S)$/;"	f
I_NewClassSig	lib/imagery/sigset.c	/^struct ClassSig *I_NewClassSig(struct SigSet *S)$/;"	f
I_NewSubSig	lib/imagery/sigset.c	/^struct SubSig *I_NewSubSig(struct SigSet *S, struct ClassSig *C)$/;"	f
I_ReadSigSet	lib/imagery/sigset.c	/^int I_ReadSigSet(FILE * fd, struct SigSet *S)$/;"	f
I_SetClassTitle	lib/imagery/sigset.c	/^int I_SetClassTitle(struct ClassSig *C, const char *title)$/;"	f
I_SetSigTitle	lib/imagery/sigset.c	/^int I_SetSigTitle(struct SigSet *S, const char *title)$/;"	f
I_SigSetNBands	lib/imagery/sigset.c	/^int I_SigSetNBands(struct SigSet *S, int nbands)$/;"	f
I_SigSetNClasses	lib/imagery/sigset.c	/^int I_SigSetNClasses(struct SigSet *S)$/;"	f
I_WriteSigSet	lib/imagery/sigset.c	/^int I_WriteSigSet(FILE * fd, const struct SigSet *S)$/;"	f
I_add_file_to_group_ref	lib/imagery/group.c	/^int I_add_file_to_group_ref(const char *name, const char *mapset,$/;"	f
I_alloc_double2	lib/imagery/alloc.c	/^double **I_alloc_double2(int a, int b)$/;"	f
I_alloc_double3	lib/imagery/alloc.c	/^double ***I_alloc_double3(int a, int b, int c)$/;"	f
I_alloc_int	lib/imagery/alloc.c	/^int *I_alloc_int(int a)$/;"	f
I_alloc_int2	lib/imagery/alloc.c	/^int **I_alloc_int2(int a, int b)$/;"	f
I_ask_camera_any	imagery/i.ortho.photo/libes/ask_camera.c	/^int I_ask_camera_any(char *prompt, char *camera)$/;"	f
I_ask_camera_new	imagery/i.ortho.photo/libes/ask_camera.c	/^int I_ask_camera_new(char *prompt, char *camera)$/;"	f
I_ask_camera_old	imagery/i.ortho.photo/libes/ask_camera.c	/^int I_ask_camera_old(char *prompt, char *camera)$/;"	f
I_ask_group_old	lib/imagery/ask_group.c	/^int I_ask_group_old(char *prompt, char *group)$/;"	f
I_cluster_assign	lib/cluster/c_assign.c	/^int I_cluster_assign(struct Cluster *C, int *interrupted)$/;"	f
I_cluster_begin	lib/cluster/c_begin.c	/^int I_cluster_begin(struct Cluster *C, int nbands)$/;"	f
I_cluster_begin_point_set	lib/cluster/c_point.c	/^int I_cluster_begin_point_set(struct Cluster *C, int n)$/;"	f
I_cluster_clear	lib/cluster/c_clear.c	/^int I_cluster_clear(struct Cluster *C)$/;"	f
I_cluster_distinct	lib/cluster/c_distinct.c	/^int I_cluster_distinct(struct Cluster *C, double separation)$/;"	f
I_cluster_end_point_set	lib/cluster/c_point.c	/^int I_cluster_end_point_set(struct Cluster *C, int n)$/;"	f
I_cluster_exec	lib/cluster/c_exec.c	/^int I_cluster_exec(struct Cluster *C, int maxclass, int iterations,$/;"	f
I_cluster_exec_allocate	lib/cluster/c_execmem.c	/^int I_cluster_exec_allocate(struct Cluster *C)$/;"	f
I_cluster_exec_free	lib/cluster/c_execmem.c	/^int I_cluster_exec_free(struct Cluster *C)$/;"	f
I_cluster_means	lib/cluster/c_means.c	/^int I_cluster_means(struct Cluster *C)$/;"	f
I_cluster_merge	lib/cluster/c_merge.c	/^int I_cluster_merge(struct Cluster *C)$/;"	f
I_cluster_nclasses	lib/cluster/c_nclasses.c	/^int I_cluster_nclasses(struct Cluster *C, int minsize)$/;"	f
I_cluster_point	lib/cluster/c_point.c	/^int I_cluster_point(struct Cluster *C, DCELL * x)$/;"	f
I_cluster_point_part	lib/cluster/c_point.c	/^int I_cluster_point_part(struct Cluster *C, DCELL x, int band, int n)$/;"	f
I_cluster_reassign	lib/cluster/c_reassign.c	/^int I_cluster_reassign(struct Cluster *C, int *interrupted)$/;"	f
I_cluster_reclass	lib/cluster/c_reclass.c	/^int I_cluster_reclass(struct Cluster *C, int minsize)$/;"	f
I_cluster_separation	lib/cluster/c_sep.c	/^double I_cluster_separation(struct Cluster *C, int class1, int class2)$/;"	f
I_cluster_signatures	lib/cluster/c_sig.c	/^int I_cluster_signatures(struct Cluster *C)$/;"	f
I_cluster_sum2	lib/cluster/c_sum2.c	/^int I_cluster_sum2(struct Cluster *C)$/;"	f
I_compute_georef_equations	lib/imagery/georef.c	/^int I_compute_georef_equations(struct Control_Points *cp,$/;"	f
I_compute_ortho_equations	imagery/i.ortho.photo/libes/orthoref.c	/^int I_compute_ortho_equations(struct Ortho_Control_Points *cpz,$/;"	f
I_compute_ref_equations	imagery/i.ortho.photo/libes/georef.c	/^I_compute_ref_equations(struct Ortho_Photo_Points *cp, double E12[3],$/;"	f
I_convert_con_points	imagery/i.ortho.photo/libes/conz_points.c	/^int I_convert_con_points(char *group, struct Ortho_Control_Points *con_cp,$/;"	f
I_find_camera	imagery/i.ortho.photo/libes/find_camera.c	/^int I_find_camera(char *camera)$/;"	f
I_find_camera_file	imagery/i.ortho.photo/libes/find_camera.c	/^int I_find_camera_file(char *camera, char *file)$/;"	f
I_find_group	lib/imagery/find.c	/^int I_find_group(const char *group)$/;"	f
I_find_group_elev_file	imagery/i.ortho.photo/libes/group_elev.c	/^int I_find_group_elev_file(char *group)$/;"	f
I_find_group_file	lib/imagery/find.c	/^int I_find_group_file(const char *group, const char *file)$/;"	f
I_find_initial	imagery/i.ortho.photo/libes/find_init.c	/^int I_find_initial(char *group)$/;"	f
I_find_subgroup	lib/imagery/find.c	/^int I_find_subgroup(const char *group, const char *subgroup)$/;"	f
I_find_subgroup_file	lib/imagery/find.c	/^int I_find_subgroup_file(const char *group, const char *subgroup,$/;"	f
I_fopen_cam_file_append	imagery/i.ortho.photo/libes/fopen_camera.c	/^FILE *I_fopen_cam_file_append(char *camera)$/;"	f
I_fopen_cam_file_new	imagery/i.ortho.photo/libes/fopen_camera.c	/^FILE *I_fopen_cam_file_new(char *camera)$/;"	f
I_fopen_cam_file_old	imagery/i.ortho.photo/libes/fopen_camera.c	/^FILE *I_fopen_cam_file_old(char *camera)$/;"	f
I_fopen_group_camera_new	imagery/i.ortho.photo/libes/cam.c	/^FILE *I_fopen_group_camera_new(char *group)$/;"	f
I_fopen_group_camera_old	imagery/i.ortho.photo/libes/cam.c	/^FILE *I_fopen_group_camera_old(char *group)$/;"	f
I_fopen_group_elev_new	imagery/i.ortho.photo/libes/group_elev.c	/^FILE *I_fopen_group_elev_new(char *group)$/;"	f
I_fopen_group_elev_old	imagery/i.ortho.photo/libes/group_elev.c	/^FILE *I_fopen_group_elev_old(char *group)$/;"	f
I_fopen_group_file_append	lib/imagery/fopen.c	/^FILE *I_fopen_group_file_append(const char *group, const char *file)$/;"	f
I_fopen_group_file_new	lib/imagery/fopen.c	/^FILE *I_fopen_group_file_new(const char *group, const char *file)$/;"	f
I_fopen_group_file_old	lib/imagery/fopen.c	/^FILE *I_fopen_group_file_old(const char *group, const char *file)$/;"	f
I_fopen_group_init_new	imagery/i.ortho.photo/libes/init.c	/^FILE *I_fopen_group_init_new(char *group)$/;"	f
I_fopen_group_init_old	imagery/i.ortho.photo/libes/init.c	/^FILE *I_fopen_group_init_old(char *group)$/;"	f
I_fopen_group_ref_new	lib/imagery/ref.c	/^FILE *I_fopen_group_ref_new(const char *group)$/;"	f
I_fopen_group_ref_old	lib/imagery/ref.c	/^FILE *I_fopen_group_ref_old(const char *group)$/;"	f
I_fopen_signature_file_new	lib/imagery/sigfile.c	/^FILE *I_fopen_signature_file_new(const char *group,$/;"	f
I_fopen_signature_file_old	lib/imagery/sigfile.c	/^FILE *I_fopen_signature_file_old(const char *group,$/;"	f
I_fopen_sigset_file_new	lib/imagery/sigsetfile.c	/^FILE *I_fopen_sigset_file_new(const char *group, const char *subgroup,$/;"	f
I_fopen_sigset_file_old	lib/imagery/sigsetfile.c	/^FILE *I_fopen_sigset_file_old(const char *group, const char *subgroup,$/;"	f
I_fopen_subgroup_file_append	lib/imagery/fopen.c	/^FILE *I_fopen_subgroup_file_append(const char *group,$/;"	f
I_fopen_subgroup_file_new	lib/imagery/fopen.c	/^FILE *I_fopen_subgroup_file_new(const char *group,$/;"	f
I_fopen_subgroup_file_old	lib/imagery/fopen.c	/^FILE *I_fopen_subgroup_file_old(const char *group,$/;"	f
I_fopen_subgroup_ref_new	lib/imagery/ref.c	/^FILE *I_fopen_subgroup_ref_new(const char *group, const char *subgroup)$/;"	f
I_fopen_subgroup_ref_old	lib/imagery/ref.c	/^FILE *I_fopen_subgroup_ref_old(const char *group, const char *subgroup)$/;"	f
I_fp	include/la.h	/^typedef integer(*I_fp) ();$/;"	t
I_free	lib/imagery/alloc.c	/^int I_free(void *b)$/;"	f
I_free_double2	lib/imagery/alloc.c	/^int I_free_double2(double **x)$/;"	f
I_free_double3	lib/imagery/alloc.c	/^int I_free_double3(double ***x)$/;"	f
I_free_group_ref	lib/imagery/group.c	/^int I_free_group_ref(struct Ref *ref)$/;"	f
I_free_int2	lib/imagery/alloc.c	/^int I_free_int2(int **x)$/;"	f
I_free_signatures	lib/imagery/sig.c	/^int I_free_signatures(struct Signature *S)$/;"	f
I_georef	lib/imagery/georef.c	/^int I_georef(double e1, double n1,$/;"	f
I_get_cam_info	imagery/i.ortho.photo/libes/cam_info.c	/^int I_get_cam_info(char *camera, struct Ortho_Camera_File_Ref *cam_info)$/;"	f
I_get_cam_title	imagery/i.ortho.photo/libes/title_camera.c	/^int I_get_cam_title(char *camera, char *title, int n)$/;"	f
I_get_con_points	imagery/i.ortho.photo/libes/conz_points.c	/^int I_get_con_points(char *group, struct Ortho_Control_Points *cp)$/;"	f
I_get_control_points	lib/imagery/points.c	/^int I_get_control_points(const char *group, struct Control_Points *cp)$/;"	f
I_get_group	lib/imagery/group.c	/^int I_get_group(char *group)$/;"	f
I_get_group_camera	imagery/i.ortho.photo/libes/camera.c	/^int I_get_group_camera(char *group, char *camera)$/;"	f
I_get_group_elev	imagery/i.ortho.photo/libes/elev.c	/^I_get_group_elev(char *group, char *elev, char *mapset_elev, char *tl,$/;"	f
I_get_group_ref	lib/imagery/group.c	/^int I_get_group_ref(const char *group, struct Ref *ref)$/;"	f
I_get_group_title	lib/imagery/title.c	/^int I_get_group_title(const char *group, char *title, int n)$/;"	f
I_get_init_info	imagery/i.ortho.photo/libes/init_info.c	/^int I_get_init_info(char *group, struct Ortho_Camera_Exp_Init *init_info)$/;"	f
I_get_ref_points	imagery/i.ortho.photo/libes/ref_points.c	/^int I_get_ref_points(char *groupname, struct Ortho_Photo_Points *cp)$/;"	f
I_get_subgroup	lib/imagery/group.c	/^int I_get_subgroup(const char *group, char *subgroup)$/;"	f
I_get_subgroup_ref	lib/imagery/group.c	/^int I_get_subgroup_ref(const char *group,$/;"	f
I_get_target	lib/imagery/target.c	/^int I_get_target(const char *group, char *location, char *mapset)$/;"	f
I_get_to_eol	lib/imagery/eol.c	/^int I_get_to_eol(char *line, int len, FILE * fd)$/;"	f
I_init_group_ref	lib/imagery/group.c	/^int I_init_group_ref(struct Ref *ref)$/;"	f
I_init_ref_color_nums	lib/imagery/group.c	/^int I_init_ref_color_nums(struct Ref *ref)$/;"	f
I_init_signatures	lib/imagery/sig.c	/^int I_init_signatures(struct Signature *S, int nbands)$/;"	f
I_inverse_ortho_ref	imagery/i.ortho.photo/libes/orthoref.c	/^int I_inverse_ortho_ref(double e1, double n1, double z1,$/;"	f
I_list_cameras	imagery/i.ortho.photo/libes/ls_cameras.c	/^int I_list_cameras(int full)$/;"	f
I_list_elev	imagery/i.ortho.photo/libes/ls_elev.c	/^int I_list_elev(int full)$/;"	f
I_list_group	lib/imagery/list_gp.c	/^int I_list_group(const char *group, const struct Ref *ref, FILE * fd)$/;"	f
I_list_group_simple	lib/imagery/list_gp.c	/^int I_list_group_simple(const struct Ref *ref, FILE * fd)$/;"	f
I_list_groups	lib/imagery/ls_groups.c	/^int I_list_groups(int full)$/;"	f
I_list_subgroup	lib/imagery/list_subgp.c	/^int I_list_subgroup(const char *group,$/;"	f
I_list_subgroup_simple	lib/imagery/list_subgp.c	/^int I_list_subgroup_simple(const struct Ref *ref, FILE * fd)$/;"	f
I_list_subgroups	lib/imagery/ls_groups.c	/^int I_list_subgroups(const char *group, int full)$/;"	f
I_location_info	lib/imagery/loc_info.c	/^int I_location_info(char *buf, const char *middle)$/;"	f
I_malloc	lib/imagery/alloc.c	/^void *I_malloc(size_t n)$/;"	f
I_new_con_point	imagery/i.ortho.photo/libes/conz_points.c	/^int I_new_con_point(struct Ortho_Control_Points *cp,$/;"	f
I_new_control_point	lib/imagery/points.c	/^int I_new_control_point(struct Control_Points *cp,$/;"	f
I_new_fid_point	imagery/i.ortho.photo/libes/cam_info.c	/^int I_new_fid_point(struct Ortho_Camera_File_Ref *cam_info,$/;"	f
I_new_ref_point	imagery/i.ortho.photo/libes/ref_points.c	/^I_new_ref_point(struct Ortho_Photo_Points *cp, double e1, double n1,$/;"	f
I_new_signature	lib/imagery/sig.c	/^int I_new_signature(struct Signature *S)$/;"	f
I_open_cam_file_new	imagery/i.ortho.photo/libes/open_camera.c	/^int I_open_cam_file_new(char *camera, char *file)$/;"	f
I_open_cam_file_old	imagery/i.ortho.photo/libes/open_camera.c	/^int I_open_cam_file_old(char *camera, char *file)$/;"	f
I_ortho_ref	imagery/i.ortho.photo/libes/orthoref.c	/^int I_ortho_ref(double e1, double n1, double z1,$/;"	f
I_put_cam_info	imagery/i.ortho.photo/libes/cam_info.c	/^int I_put_cam_info(char *camera, struct Ortho_Camera_File_Ref *cam_info)$/;"	f
I_put_camera_title	imagery/i.ortho.photo/libes/title_camera.c	/^int I_put_camera_title(char *camera, char *title)$/;"	f
I_put_con_points	imagery/i.ortho.photo/libes/conz_points.c	/^int I_put_con_points(char *group, struct Ortho_Control_Points *cp)$/;"	f
I_put_control_points	lib/imagery/points.c	/^int I_put_control_points(const char *group, const struct Control_Points *cp)$/;"	f
I_put_group	lib/imagery/group.c	/^int I_put_group(const char *group)$/;"	f
I_put_group_camera	imagery/i.ortho.photo/libes/camera.c	/^int I_put_group_camera(char *group, char *camera)$/;"	f
I_put_group_elev	imagery/i.ortho.photo/libes/elev.c	/^I_put_group_elev(char *group, char *elev, char *mapset_elev, char *tl,$/;"	f
I_put_group_ref	lib/imagery/group.c	/^int I_put_group_ref(const char *group, const struct Ref *ref)$/;"	f
I_put_group_title	lib/imagery/title.c	/^int I_put_group_title(const char *group, const char *title)$/;"	f
I_put_init_info	imagery/i.ortho.photo/libes/init_info.c	/^int I_put_init_info(char *group, struct Ortho_Camera_Exp_Init *init_info)$/;"	f
I_put_ref_points	imagery/i.ortho.photo/libes/ref_points.c	/^int I_put_ref_points(char *groupname, struct Ortho_Photo_Points *cp)$/;"	f
I_put_subgroup	lib/imagery/group.c	/^int I_put_subgroup(const char *group, const char *subgroup)$/;"	f
I_put_subgroup_ref	lib/imagery/group.c	/^int I_put_subgroup_ref(const char *group, const char *subgroup,$/;"	f
I_put_target	lib/imagery/target.c	/^int I_put_target(const char *group, const char *location, const char *mapset)$/;"	f
I_read_cam_info	imagery/i.ortho.photo/libes/cam_info.c	/^int I_read_cam_info(FILE * fd, struct Ortho_Camera_File_Ref *cam_info)$/;"	f
I_read_con_points	imagery/i.ortho.photo/libes/conz_points.c	/^int I_read_con_points(FILE * fd, struct Ortho_Control_Points *cp)$/;"	f
I_read_control_points	lib/imagery/points.c	/^static int I_read_control_points(FILE * fd, struct Control_Points *cp)$/;"	f	file:
I_read_init_info	imagery/i.ortho.photo/libes/init_info.c	/^int I_read_init_info(FILE * fd, struct Ortho_Camera_Exp_Init *init_info)$/;"	f
I_read_one_signature	lib/imagery/sig.c	/^int I_read_one_signature(FILE * fd, struct Signature *S)$/;"	f
I_read_ref_points	imagery/i.ortho.photo/libes/ref_points.c	/^int I_read_ref_points(FILE * fd, struct Ortho_Photo_Points *cp)$/;"	f
I_read_signatures	lib/imagery/sig.c	/^int I_read_signatures(FILE * fd, struct Signature *S)$/;"	f
I_realloc	lib/imagery/alloc.c	/^void *I_realloc(void *b, size_t n)$/;"	f
I_stddev	lib/imagery/var.c	/^double I_stddev(double sum, double sum2, int n)$/;"	f
I_transfer_group_ref_file	lib/imagery/group.c	/^int I_transfer_group_ref_file(const struct Ref *ref2, int n, struct Ref *ref1)$/;"	f
I_variance	lib/imagery/var.c	/^double I_variance(double sum, double sum2, int n)$/;"	f
I_write_cam_info	imagery/i.ortho.photo/libes/cam_info.c	/^int I_write_cam_info(FILE * fd, struct Ortho_Camera_File_Ref *cam_info)$/;"	f
I_write_con_points	imagery/i.ortho.photo/libes/conz_points.c	/^int I_write_con_points(FILE * fd, struct Ortho_Control_Points *cp)$/;"	f
I_write_control_points	lib/imagery/points.c	/^static int I_write_control_points(FILE * fd, const struct Control_Points *cp)$/;"	f	file:
I_write_init_info	imagery/i.ortho.photo/libes/init_info.c	/^int I_write_init_info(FILE * fd, struct Ortho_Camera_Exp_Init *init_info)$/;"	f
I_write_ref_points	imagery/i.ortho.photo/libes/ref_points.c	/^int I_write_ref_points(FILE * fd, struct Ortho_Photo_Points *cp)$/;"	f
I_write_signatures	lib/imagery/sig.c	/^int I_write_signatures(FILE * fd, struct Signature *S)$/;"	f
IceConnectionNumber	configure	/^IceConnectionNumber()$/;"	f
Ident	visualization/nviz/src/togl.c	/^    const char *Ident;          \/* User's identification string *\/$/;"	m	struct:Togl	file:
ImportBand	raster/r.in.gdal/main.c	/^static void ImportBand(GDALRasterBandH hBand, const char *output,$/;"	f	file:
In	vector/v.voronoi/defs.h	/^struct Map_info In, Out;$/;"	v	typeref:struct:Map_info
In_view	imagery/i.class/view.c	/^int In_view(View * view, int x, int y)$/;"	f
In_view	imagery/i.ortho.photo/photo.2image/view.c	/^int In_view(View * view, int x, int y)$/;"	f
In_view	imagery/i.ortho.photo/photo.2target/view.c	/^int In_view(View * view, int x, int y)$/;"	f
In_view	imagery/i.points/view.c	/^int In_view(View * view, int x, int y)$/;"	f
In_view	imagery/i.vpoints/view.c	/^int In_view(View * view, int x, int y)$/;"	f
Indep	raster/r.random.cells/indep.c	/^void Indep(void)$/;"	f
Indirect	visualization/nviz/src/togl.c	/^    Bool    Indirect;$/;"	m	struct:Togl	file:
Infile	display/d.mapgraph/options.h	/^MAIN FILE *Infile;$/;"	v
Init	gui/wxpython/gui_modules/gselect.py	/^    def Init(self):$/;"	m	class:TreeCtrlComboPopup
Init	raster/r.random.cells/init.c	/^void Init(int argc, char **argv)$/;"	f
Init	raster/r.random.surface/init.c	/^void Init(int argc, char **argv)$/;"	f
InitCats	gui/wxpython/vdigit/cats.cpp	/^int Digit::InitCats()$/;"	f	class:Digit
InitColorTableFixed	visualization/xganim/Clr_table.c	/^Colormap InitColorTableFixed(Colormap cmap)$/;"	f
InitColorTableFixed	visualization/ximgview/color.c	/^Colormap InitColorTableFixed(Colormap cmap)$/;"	f
InitDisplay	gui/wxpython/gui_modules/colorrules.py	/^    def InitDisplay(self):$/;"	m	class:ColorTable
InitDisplay	gui/wxpython/gui_modules/histogram.py	/^    def InitDisplay(self):$/;"	m	class:HistFrame
InitError	lib/gis/null_val.c	/^static void InitError(void)$/;"	f	file:
InitGisEnv	gui/wxpython/gui_modules/render.py	/^    def InitGisEnv(self):$/;"	m	class:Map
InitProfile	display/d.profile/InitProfile.c	/^InitProfile(struct Profile *profile, struct Cell_head window, double north1,$/;"	f
InitRegion	gui/wxpython/gui_modules/render.py	/^    def InitRegion(self):$/;"	m	class:Map
InitToolbar	gui/wxpython/gui_modules/toolbars.py	/^    def InitToolbar(self, parent, toolbar, toolData):$/;"	m	class:AbstractToolbar
InitView	gui/wxpython/nviz/init.cpp	/^void Nviz::InitView()$/;"	f	class:Nviz
Init_graphics	imagery/i.class/graphics.c	/^int Init_graphics(void)$/;"	f
Init_graphics	imagery/i.ortho.photo/photo.2image/graphics.c	/^int Init_graphics(void)$/;"	f
Init_graphics	imagery/i.ortho.photo/photo.2target/graphics.c	/^int Init_graphics(void)$/;"	f
Init_graphics	imagery/i.points/graphics.c	/^int Init_graphics(void)$/;"	f
Init_graphics	imagery/i.vpoints/graphics.c	/^int Init_graphics(void)$/;"	f
Initialize_curses	display/d.colors/curses.c	/^int Initialize_curses(void)$/;"	f
InputMask	imagery/i.atcorr/Transform.h	/^enum InputMask$/;"	g
Input_box	imagery/i.class/input.c	/^int Input_box(Objects * objects, int ax, int ay)$/;"	f
Input_box	imagery/i.ortho.photo/photo.2image/input.c	/^int Input_box(Objects * objects, int ax, int ay)$/;"	f
Input_box	imagery/i.ortho.photo/photo.2target/input.c	/^int Input_box(Objects * objects, int ax, int ay)$/;"	f
Input_box	imagery/i.points/input.c	/^int Input_box(Objects * objects, int ax, int ay)$/;"	f
Input_box	imagery/i.vpoints/input.c	/^int Input_box(Objects * objects, int ax, int ay)$/;"	f
Input_other	imagery/i.class/input.c	/^int Input_other(int (*function) (), char *type)$/;"	f
Input_other	imagery/i.ortho.photo/photo.2image/input.c	/^int Input_other(int (*function) (), char *type)$/;"	f
Input_other	imagery/i.ortho.photo/photo.2target/input.c	/^int Input_other(int (*function) (void), char *type)$/;"	f
Input_other	imagery/i.points/input.c	/^int Input_other(int (*function) (), char *type)$/;"	f
Input_other	imagery/i.vpoints/input.c	/^int Input_other(int (*function) (void), char *type)$/;"	f
Input_pointer	imagery/i.class/input.c	/^int Input_pointer(Objects * objects)$/;"	f
Input_pointer	imagery/i.ortho.photo/photo.2image/input.c	/^int Input_pointer(Objects * objects)$/;"	f
Input_pointer	imagery/i.ortho.photo/photo.2target/input.c	/^int Input_pointer(Objects * objects)$/;"	f
Input_pointer	imagery/i.points/input.c	/^int Input_pointer(Objects * objects)$/;"	f
Input_pointer	imagery/i.vpoints/input.c	/^int Input_pointer(Objects * objects)$/;"	f
Insert	vector/lidar/v.lidar.edgedetection/edgedetection.c	/^int Insert(double partialX, double partialY, double Interp, int line_num,$/;"	f
InsertColumns	gui/wxpython/gui_modules/gselect.py	/^    def InsertColumns(self, table):$/;"	m	class:DbColumnSelect
InsertColumns	gui/wxpython/gui_modules/gselect.py	/^    def InsertColumns(self, vector, layer):$/;"	m	class:ColumnSelect
InsertItems	gui/wxpython/gis_set.py	/^    def InsertItems(self, choices, pos, disabled=[]):$/;"	m	class:GListBox
InsertLayers	gui/wxpython/gui_modules/gselect.py	/^    def InsertLayers(self, vector):$/;"	m	class:LayerSelect
InsertTableColumns	gui/wxpython/gui_modules/gselect.py	/^    def InsertTableColumns(self, table, driver=None, database=None):$/;"	m	class:ColumnSelect
InsertTables	gui/wxpython/gui_modules/gselect.py	/^    def InsertTables(self, driver=None, database=None):$/;"	m	class:TableSelect
Insert_Correction	vector/lidar/v.lidar.correction/correction.c	/^int Insert_Correction(double Interp, int line_num, dbDriver * driver)$/;"	f
Insert_Interpolation	vector/lidar/v.lidar.edgedetection/edgedetection.c	/^int Insert_Interpolation(double Interp, int line_num, dbDriver * driver,$/;"	f
Insert_Outlier	vector/lidar/v.outlier/outlier.c	/^int Insert_Outlier(double Interp, int line_num, dbDriver * driver)$/;"	f
IntPair	imagery/i.atcorr/main.cpp	/^    IntPair(FCELL i, FCELL j) : x(i), y(j) {}$/;"	f	struct:IntPair
IntPair	imagery/i.atcorr/main.cpp	/^struct IntPair$/;"	s	file:
Interp	visualization/nviz/src/togl.c	/^    Tcl_Interp *Interp;         \/* Tcl interpreter *\/$/;"	m	struct:Togl	file:
InterpStruct	imagery/i.atcorr/Interp.h	/^struct InterpStruct$/;"	s
Interpmode	lib/ogsf/GK2.c	/^static int Interpmode = KF_SPLINE;$/;"	v	file:
Interval	display/d.rast/mask.h	/^} Interval;$/;"	t	typeref:struct:_interval
Invertmask	lib/ogsf/gs.c	/^static int Invertmask;$/;"	v	file:
IsActive	gui/wxpython/gui_modules/render.py	/^    def IsActive(self):$/;"	m	class:Layer
IsBounded	gui/wxpython/vdigit/pseudodc.h	/^        bool IsBounded() {return m_bounded;}$/;"	f	class:gpdcObject
IsDuplicated	gui/wxpython/vdigit/driver_select.cpp	/^bool DisplayDriver::IsDuplicated(int line)$/;"	f	class:DisplayDriver
IsEmpty	gui/wxpython/gui_modules/dbm.py	/^    def IsEmpty(self):$/;"	m	class:VirtualAttributeList
IsInRegion	gui/wxpython/gui_modules/mapdisp.py	/^    def IsInRegion(self, region, refRegion):$/;"	m	class:BufferedWindow
IsLegal	raster/r.random.cells/init.c	/^static void IsLegal(char *Name)$/;"	f	file:
IsLegal	raster/r.random.surface/init.c	/^static void IsLegal(char *Name)$/;"	f	file:
IsLoaded	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def IsLoaded(self, item):$/;"	m	class:GLWindow
IsSelected	gui/wxpython/vdigit/driver_select.cpp	/^bool DisplayDriver::IsSelected(int line, bool force)$/;"	f	class:DisplayDriver
Isle	include/vect/dig_structs.h	/^    P_ISLE **Isle;$/;"	m	struct:Plus_head
Isle_offset	include/vect/dig_structs.h	/^    long Isle_offset;$/;"	m	struct:Plus_head
Isle_spidx	include/vect/dig_structs.h	/^    struct Node *Isle_spidx;$/;"	m	struct:Plus_head	typeref:struct:Plus_head::Node
Isle_spidx_offset	include/vect/dig_structs.h	/^    long Isle_spidx_offset;$/;"	m	struct:Plus_head
Item	lib/gis/parser.c	/^struct Item$/;"	s	file:
ItemList	gui/wxpython/gui_modules/location_wizard.py	/^               listmix.ColumnSorterMixin):$/;"	c
J_fp	include/la.h	/^typedef shortint(*J_fp) ();$/;"	t
Java Code	lib/vector/rtree/docs/sources.htm	/^<center><a NAME="Java Code"><\/a><b><font size=+2>Java Code<\/font><\/b><\/center>$/;"	a
K0	raster/r.topmodel/global.h	/^    double K0, psi, dtheta;$/;"	m	struct:__anon130
KB	raster/r.flow/mem.h	5;"	d
KEY	ps/ps.map/comment.c	14;"	d	file:
KEY	ps/ps.map/get_scalebar.c	12;"	d	file:
KEY	ps/ps.map/getgrid.c	11;"	d	file:
KEY	ps/ps.map/main.c	42;"	d	file:
KEY	ps/ps.map/ps_outline.c	59;"	d	file:
KEY	ps/ps.map/r_border.c	17;"	d	file:
KEY	ps/ps.map/r_colortable.c	12;"	d	file:
KEY	ps/ps.map/r_header.c	12;"	d	file:
KEY	ps/ps.map/r_info.c	12;"	d	file:
KEY	ps/ps.map/r_labels.c	6;"	d	file:
KEY	ps/ps.map/r_paper.c	12;"	d	file:
KEY	ps/ps.map/r_plt.c	5;"	d	file:
KEY	ps/ps.map/r_text.c	15;"	d	file:
KEY	ps/ps.map/r_vareas.c	18;"	d	file:
KEY	ps/ps.map/r_vlegend.c	12;"	d	file:
KEY	ps/ps.map/r_vlines.c	16;"	d	file:
KEY	ps/ps.map/r_vpoints.c	19;"	d	file:
KEY	ps/ps.map/r_wind.c	6;"	d	file:
KEY	vector/v.reclass/main.c	24;"	d	file:
KEYLENGTH	lib/gis/parser.c	90;"	d	file:
KF_ALL_MASK	include/keyframe.h	19;"	d
KF_DIRX	include/kftypes.h	11;"	d
KF_DIRX_MASK	include/keyframe.h	11;"	d
KF_DIRY	include/kftypes.h	12;"	d
KF_DIRY_MASK	include/keyframe.h	12;"	d
KF_DIRZ	include/kftypes.h	13;"	d
KF_DIRZ_MASK	include/keyframe.h	13;"	d
KF_DIR_MASK	include/keyframe.h	14;"	d
KF_FOV	include/kftypes.h	14;"	d
KF_FOV_MASK	include/keyframe.h	16;"	d
KF_FROMX	include/kftypes.h	8;"	d
KF_FROMX_MASK	include/keyframe.h	6;"	d
KF_FROMY	include/kftypes.h	9;"	d
KF_FROMY_MASK	include/keyframe.h	7;"	d
KF_FROMZ	include/kftypes.h	10;"	d
KF_FROMZ_MASK	include/keyframe.h	8;"	d
KF_FROM_MASK	include/keyframe.h	9;"	d
KF_LEGAL_MODE	include/keyframe.h	25;"	d
KF_LINEAR	include/keyframe.h	23;"	d
KF_NUMFIELDS	include/keyframe.h	21;"	d
KF_SPLINE	include/keyframe.h	24;"	d
KF_TWIST	include/kftypes.h	15;"	d
KF_TWIST_MASK	include/keyframe.h	17;"	d
KILOMETERS_TO_METERS	ps/ps.map/distance.h	13;"	d
KILOMETERS_TO_METERS	raster/r.buffer/distance.h	59;"	d
KILOSQ_TO_ACRE	raster/r.watershed/shed/watershed.h	14;"	d
KILOSQ_TO_METERSQ	raster/r.watershed/shed/watershed.h	15;"	d
KMAX	raster/r.resamp.rst/surf.h	38;"	d
KMAX	vector/v.surf.rst/main.c	/^int KMAX2, KMIN, KMAX, totsegm, deriv, dtens, cv;$/;"	v
KMAX	vector/v.vol.rst/main.c	/^int nsizr, nsizc, nsizl, KMAX2, KMIN, KMAX;$/;"	v
KMAX2	lib/rst/interp_float/interpf.h	/^    int KMAX2;			\/* max num. of points for interp. *\/$/;"	m	struct:interp_params
KMAX2	raster/r.resamp.rst/main.c	/^int KMAX2 \/* , KMIN, KMAX *\/ ;$/;"	v
KMAX2	vector/v.surf.rst/main.c	/^int KMAX2, KMIN, KMAX, totsegm, deriv, dtens, cv;$/;"	v
KMAX2	vector/v.vol.rst/main.c	/^int nsizr, nsizc, nsizl, KMAX2, KMIN, KMAX;$/;"	v
KMIN	raster/r.resamp.rst/surf.h	39;"	d
KMIN	vector/v.surf.rst/main.c	/^int KMAX2, KMIN, KMAX, totsegm, deriv, dtens, cv;$/;"	v
KMIN	vector/v.vol.rst/main.c	/^int nsizr, nsizc, nsizl, KMAX2, KMIN, KMAX;$/;"	v
KNS_GLOBALS_DEFINED	raster3d/r3.showdspf/kns_globals.h	2;"	d
KURTOSI	raster/r.statistics/method.h	9;"	d
K_fp	include/la.h	/^typedef shortlogical(*K_fp) ();$/;"	t
Key	lib/form/form.c	/^static char *Drvname, *Dbname, *Tblname, *Key;$/;"	v	file:
Key	vector/v.digit/form.c	/^static char *Drvname, *Dbname, *Tblname, *Key;$/;"	v	file:
Key_Value	include/gis.h	/^struct Key_Value$/;"	s
Key_Value	swig/perl/gis.h	/^struct Key_Value$/;"	s
Keyendpos	lib/ogsf/GK2.c	/^static float Keyendpos = 1.0;$/;"	v	file:
Keylist	include/kftypes.h	/^} Keylist;$/;"	t	typeref:struct:key_node
Keys	lib/ogsf/GK2.c	/^static Keylist *Keys = NULL;$/;"	v	file:
Keystartpos	lib/ogsf/GK2.c	/^static float Keystartpos = 0.0;$/;"	v	file:
Keytail	lib/ogsf/GK2.c	/^static Keylist *Keytail = NULL;$/;"	v	file:
Known_items	display/d.save/main.c	/^char Known_items[ITEM_TYPES][ITEM_SIZE] = {$/;"	v
L	lib/gis/rhumbline.c	/^static double TAN_A, TAN1, TAN2, L;$/;"	v	file:
L	vector/v.kernel/main.c	/^double L(double smooth)$/;"	f
L2BDIM	raster/r.proj.seg/r.proj.h	8;"	d
L2BSIZE	raster/r.proj.seg/r.proj.h	10;"	d
LABEL	display/d.histogram/pie.h	69;"	d
LABEL_1	display/d.histogram/bar.h	38;"	d
LABEL_1	display/d.linegraph/linegraph.h	31;"	d
LABEL_2	display/d.histogram/bar.h	39;"	d
LABEL_2	display/d.linegraph/linegraph.h	35;"	d
LABEL_BOUNDARY	raster/r.terraflow/types.h	/^static const cclabel_type LABEL_BOUNDARY=0;$/;"	v
LABEL_NODATA	raster/r.terraflow/types.h	/^static const cclabel_type LABEL_NODATA=1;$/;"	v
LABEL_OVERLAP_WEIGHT	vector/v.label.sa/labels.h	24;"	d
LABEL_START	raster/r.terraflow/types.h	/^static const cclabel_type LABEL_START=1; \/* the next label will be used *\/$/;"	v
LABEL_UNDEF	raster/r.terraflow/types.h	/^static const cclabel_type LABEL_UNDEF=-1;$/;"	v
LANG	vector/v.generalize/main.c	28;"	d	file:
LAPACK_WRAP_	include/lapack.h	2;"	d
LAST_COLUMN	vector/lidar/lidarlib/PolimiFunct.h	43;"	d
LAST_ROW	vector/lidar/lidarlib/PolimiFunct.h	41;"	d
LATO	vector/lidar/lidarlib/PolimiFunct.h	36;"	d
LATTR	display/d.vect/plot.h	/^} LATTR;$/;"	t	typeref:struct:__anon97
LAYER	ps/ps.map/vector.h	/^} LAYER;$/;"	t	typeref:struct:__anon22
LAYER	raster/r.kappa/kappa.h	28;"	d
LAYER	raster/r.report/global.h	21;"	d
LA_H_	include/la.h	17;"	d
LBOTTOM	display/d.vect/plot.h	25;"	d
LCENTER	display/d.vect/plot.h	22;"	d
LDFLAGS	display/d.what.vect/Makefile	/^LDFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(LDFLAGS)))$/;"	m
LDFLAGS	gui/wxpython/nviz/Makefile	/^LDFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(LDFLAGS)))$/;"	m
LDFLAGS	gui/wxpython/vdigit/Makefile	/^LDFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(LDFLAGS)))$/;"	m
LDFLAGS	lib/form/Makefile	/^LDFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(LDFLAGS)))$/;"	m
LDFLAGS	swig/python/NumPtr/src/Makefile	/^  LDFLAGS := -bundle -flat_namespace -undefined suppress$/;"	m
LDFLAGS	swig/python/NumPtr/src/Makefile	/^  LDFLAGS := -shared$/;"	m
LDFLAGS	vector/v.digit/Makefile	/^LDFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(LDFLAGS)))$/;"	m
LDFLAGS	vector/v.mapcalc/Makefile	/^LDFLAGS = -ldl -lm #-lefence$/;"	m
LDFLAGS	vector/v.mapcalc/plugins/Makefile	/^LDFLAGS = -shared$/;"	m
LDFLAGS	vector/v.what/Makefile	/^LDFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(LDFLAGS)))$/;"	m
LDFLAGS	visualization/nviz/src/Makefile	/^LDFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(LDFLAGS)))$/;"	m
LDFMT	raster/r.terraflow/stats.cc	214;"	d	file:
LDFMT	raster/r.terraflow/stats.cc	217;"	d	file:
LDFMT	raster/r.terraflow/stats.cc	219;"	d	file:
LDIR	raster3d/r3.mkdspf/Makefile	/^LDIR = $(MODULE_TOPDIR)\/lib\/dspf$/;"	m
LDIR	raster3d/r3.showdspf/Makefile	/^LDIR = $(MODULE_TOPDIR)\/lib\/dspf$/;"	m
LEAFCARD	lib/vector/rtree/card.c	/^int LEAFCARD = MAXCARD;$/;"	v
LEFT	display/d.paint.labels/do_labels.c	18;"	d	file:
LEFT	imagery/i.ask/local_proto.h	/^int TOP, BOTTOM, LEFT, RIGHT;$/;"	v
LEFT	ps/ps.map/do_geogrid.c	17;"	d	file:
LEFT	ps/ps.map/do_grid.c	12;"	d	file:
LEFT	ps/ps.map/do_labels.c	18;"	d	file:
LEFT	ps/ps.map/do_scalebar.c	12;"	d	file:
LEFT	ps/ps.map/mtextbox.c	8;"	d	file:
LEFT	ps/ps.map/ps_fclrtbl.c	13;"	d	file:
LEFT	ps/ps.map/r_text.c	16;"	d	file:
LEFT	ps/ps.map/scan_ref.c	10;"	d	file:
LEFT	ps/ps.map/textbox.c	8;"	d	file:
LEFT	raster/r.cross/glob.h	29;"	d
LEFT	raster/r.thin/thin_lines.c	22;"	d	file:
LEFT	raster/r.water.outlet/basin.h	22;"	d
LEFT	raster/r.watershed/ram/Gwater.h	29;"	d
LEFT	raster/r.watershed/seg/Gwater.h	26;"	d
LEFT_BUTTON	imagery/i.class/defs.h	96;"	d
LEFT_OF	vector/v.delaunay2/geom_primitives.h	18;"	d
LEFT_SIDE	lib/vector/Vlib/buffer2.c	37;"	d	file:
LEGAL_ATT	include/gsurf.h	70;"	d
LEGAL_SRC	include/gsurf.h	77;"	d
LEGAL_TYPE	include/gstypes.h	55;"	d
LEGEND_SPACE	imagery/i.class/histograms.c	20;"	d	file:
LEN	lib/segment/try.c	28;"	d	file:
LENGTH	lib/vask/V_call.c	103;"	d	file:
LENGTH	lib/vector/Vlib/buffer.c	25;"	d	file:
LENGTH	lib/vector/Vlib/buffer2.c	28;"	d	file:
LENGTH	lib/vector/Vlib/dgraph.c	7;"	d	file:
LENGTH	ps/ps.map/vect.c	13;"	d	file:
LERP	lib/ogsf/gsdrape.c	63;"	d	file:
LESSER	include/vect/dig_macros.h	23;"	d
LEVEL_1	include/V_.h	16;"	d
LEVEL_1	include/vect/dig_defines.h	76;"	d
LEVEL_2	include/V_.h	17;"	d
LEVEL_2	include/vect/dig_defines.h	77;"	d
LEVEL_3	include/V_.h	18;"	d
LEVEL_3	include/vect/dig_defines.h	78;"	d
LHEAD1	imagery/i.ortho.photo/photo.2image/analyze.c	52;"	d	file:
LHEAD1	imagery/i.ortho.photo/photo.2image/camera_ref.h	54;"	d
LHEAD1	imagery/i.ortho.photo/photo.2image/drawcam.c	31;"	d	file:
LHEAD1	imagery/i.ortho.photo/photo.2target/analyze.c	44;"	d	file:
LHEAD1	imagery/i.points/analyze.c	46;"	d	file:
LHEAD1	imagery/i.vpoints/analyze.c	35;"	d	file:
LHEAD2	imagery/i.ortho.photo/photo.2image/analyze.c	53;"	d	file:
LHEAD2	imagery/i.ortho.photo/photo.2image/camera_ref.h	57;"	d
LHEAD2	imagery/i.ortho.photo/photo.2image/drawcam.c	34;"	d	file:
LHEAD2	imagery/i.ortho.photo/photo.2target/analyze.c	45;"	d	file:
LHEAD2	imagery/i.points/analyze.c	47;"	d	file:
LHEAD2	imagery/i.vpoints/analyze.c	36;"	d	file:
LHEAD3	imagery/i.ortho.photo/photo.2image/camera_ref.h	55;"	d
LHEAD3	imagery/i.ortho.photo/photo.2image/drawcam.c	32;"	d	file:
LHEAD4	imagery/i.ortho.photo/photo.2image/camera_ref.h	56;"	d
LHEAD4	imagery/i.ortho.photo/photo.2image/drawcam.c	33;"	d	file:
LIBAVL_ALLOCATOR	lib/vector/dglib/avl.h	38;"	d
LIBAVL_ALLOCATOR	lib/vector/dglib/tavl.h	38;"	d
LIBDIRS	Makefile	/^LIBDIRS = \\$/;"	m
LIBDOMAIN	locale/Makefile	/^LIBDOMAIN = grasslibs$/;"	m
LIBES	db/base/Makefile	/^LIBES = $(DBMILIB) $(GISLIB) $(DATETIMELIB)$/;"	m
LIBES	db/db.login/Makefile	/^LIBES     = $(DBMILIB) $(GISLIB)$/;"	m
LIBES	db/drivers/dbf/Makefile	/^LIBES = $(DBMIDRIVERLIB) $(DBMIBASELIB) $(DBMIEXTRALIB) $(SQLPLIB) $(SHAPELIB) $(DBSTUBSLIB) $(GISLIB) $(DATETIMELIB)$/;"	m
LIBES	db/drivers/mysql/Makefile	/^LIBES = $(DBMIDRIVERLIB) $(DBMIBASELIB) $(SQLPLIB) $(DBSTUBSLIB) \\$/;"	m
LIBES	db/drivers/odbc/Makefile	/^LIBES = $(DBMIDRIVERLIB) $(DBMIBASELIB) $(DBMIEXTRALIB) $(DBSTUBSLIB) $(GISLIB) $(DATETIMELIB)$/;"	m
LIBES	db/drivers/ogr/Makefile	/^LIBES = $(DBMIDRIVERLIB) $(DBMIBASELIB) $(DBMIEXTRALIB) $(SQLPLIB) $(DBSTUBSLIB) \\$/;"	m
LIBES	db/drivers/postgres/Makefile	/^LIBES = $(DBMIDRIVERLIB) $(DBMIBASELIB) $(DBMIEXTRALIB) $(SQLPLIB) $(DBSTUBSLIB) \\$/;"	m
LIBES	db/drivers/sqlite/Makefile	/^LIBES = $(DBMIDRIVERLIB) $(DBMIBASELIB) $(DBMIEXTRALIB) $(DBSTUBSLIB) \\$/;"	m
LIBES	display/d.ask/Makefile	/^LIBES     = $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.barscale/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.colorlist/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.colors/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB) $(CURSES)$/;"	m
LIBES	display/d.colortable/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.erase/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.extend/Makefile	/^LIBES = $(DISPLAYLIB) $(RASTERLIB) $(SITESLIB) $(VECTLIB) $(GISLIB)$/;"	m
LIBES	display/d.extract/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(VECTLIB) $(GISLIB) $(DATETIMELIB)$/;"	m
LIBES	display/d.font.freetype/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB) $(FTLIB) $(ICONVLIB)$/;"	m
LIBES	display/d.font/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.frame/Makefile	/^LIBES   = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.geodesic/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.graph/Makefile	/^LIBES     = $(SYMBLIB) $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.grid/Makefile	/^LIBES     = $(SYMBLIB) $(DISPLAYLIB) $(RASTERLIB) $(GPROJLIB) $(GISLIB)$/;"	m
LIBES	display/d.his/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.histogram/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.info/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.legend/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.linegraph/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.mapgraph/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.measure/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.menu/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.mon/cmd/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.mon/pgms/Makefile	/^LIBES = $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.nviz/Makefile	/^LIBES        = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.paint.labels/Makefile	/^LIBES        = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.path/Makefile	/^LIBES        = $(DISPLAYLIB) $(RASTERLIB) $(VECTLIB) $(GRAPHLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	display/d.profile/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.rast.arrow/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.rast.edit/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.rast.num/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.rast/Makefile	/^LIBES        = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.rgb/Makefile	/^LIBES  = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.rhumbline/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.save/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.text.freetype/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB) $(FTLIB) $(ICONVLIB)$/;"	m
LIBES	display/d.text.new/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.text/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.thematic.area/Makefile	/^LIBES        = $(ARRAYSTATSLIB) $(DISPLAYLIB) $(RASTERLIB) $(VECTLIB) $(DBMILIB) $(GISLIB) $(SYMBLIB)$/;"	m
LIBES	display/d.title/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.vect.chart/Makefile	/^LIBES        = $(DISPLAYLIB) $(RASTERLIB) $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	display/d.vect/Makefile	/^LIBES        = $(DISPLAYLIB) $(RASTERLIB) $(VECTLIB) $(DBMILIB) $(GISLIB) $(SYMBLIB)$/;"	m
LIBES	display/d.what.rast/Makefile	/^LIBES        = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	display/d.what.vect/Makefile	/^LIBES        = $(DISPLAYLIB) $(RASTERLIB) $(VECTLIB) $(FORMLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	display/d.where/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GPROJLIB) $(GISLIB)$/;"	m
LIBES	display/d.zoom/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(VECTLIB) $(GISLIB) $(DATETIMELIB) $/;"	m
LIBES	display/drivers/HTMLMAP/Makefile	/^LIBES = $(DRIVERLIB) $(DISPLAYLIB) $(RASTERLIB) $(GISLIB) $(FTLIB) $(ICONVLIB)$/;"	m
LIBES	display/drivers/PNG/Makefile	/^LIBES = $(PNGDRIVERLIB) $(DRIVERLIB) $(GISLIB) $(FTLIB) $(ICONVLIB)$/;"	m
LIBES	display/drivers/PS/Makefile	/^LIBES = $(PSDRIVERLIB) $(DRIVERLIB) $(GISLIB) $(FTLIB) $(ICONVLIB)$/;"	m
LIBES	display/drivers/XDRIVER/Makefile	/^LIBES = $(DRIVERLIB) $(GISLIB) $(FTLIB) $(ICONVLIB)$/;"	m
LIBES	display/drivers/cairo/Makefile	/^LIBES = $(CAIRODRIVERLIB) $(DRIVERLIB) $(GISLIB) $(FTLIB) $(ICONVLIB)$/;"	m
LIBES	doc/raster/r.example/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	doc/vector/v.example/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	general/g.access/Makefile	/^LIBES     = $(GISLIB)$/;"	m
LIBES	general/g.ask/Makefile	/^LIBES     = $(GISLIB)$/;"	m
LIBES	general/g.dirseps/Makefile	/^LIBES     = $(GISLIB)$/;"	m
LIBES	general/g.filename/Makefile	/^LIBES     = $(GISLIB)$/;"	m
LIBES	general/g.findetc/Makefile	/^LIBES     = $(GISLIB)$/;"	m
LIBES	general/g.findfile/Makefile	/^LIBES     = $(GISLIB)$/;"	m
LIBES	general/g.gisenv/Makefile	/^LIBES     = $(GISLIB) $/;"	m
LIBES	general/g.gui/Makefile	/^LIBES     = $(GISLIB)$/;"	m
LIBES	general/g.mapset/Makefile	/^LIBES        = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	general/g.mapsets/Makefile	/^LIBES     = $(GISLIB)$/;"	m
LIBES	general/g.message/Makefile	/^LIBES     = $(GISLIB)$/;"	m
LIBES	general/g.mkfontcap/Makefile	/^LIBES     = $(GISLIB) $(FTLIB)$/;"	m
LIBES	general/g.mlist/Makefile	/^LIBES = $(GISLIB) $(REGEXLIBPATH) $(REGEXLIB)$/;"	m
LIBES	general/g.mremove/Makefile	/^LIBES = $(GISLIB) $(VECTLIB) $(G3DLIB) $(REGEXLIBPATH) $(REGEXLIB)$/;"	m
LIBES	general/g.parser/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	general/g.pnmcomp/Makefile	/^LIBES     = $(GISLIB) $/;"	m
LIBES	general/g.proj/Makefile	/^LIBES     = $(GPROJLIB) $(GISLIB)$/;"	m
LIBES	general/g.region/Makefile	/^LIBES     = $(VECTLIB) $(G3DLIB) $(GPROJLIB) $(GISLIB) $(DATETIMELIB)$/;"	m
LIBES	general/g.setproj/Makefile	/^LIBES        = $(GPROJLIB) $(GISLIB)$/;"	m
LIBES	general/g.tempfile/Makefile	/^LIBES     = $(GISLIB)$/;"	m
LIBES	general/g.transform/Makefile	/^LIBES     = $(IMAGERYLIB) $(GISLIB)$/;"	m
LIBES	general/g.version/Makefile	/^LIBES     = $(GISLIB)$/;"	m
LIBES	general/manage/cmd/Makefile	/^LIBES = $(MANAGELIB) $(VECTLIB) $(DBMILIB) $(GISLIB) $(G3DLIB)$/;"	m
LIBES	general/manage/lister/Makefile	/^LIBES = $(VECTLIB) $(DBMILIB) $(GISLIB) $/;"	m
LIBES	imagery/i.ask/Makefile	/^LIBES     = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	imagery/i.atcorr/Makefile	/^LIBES = $(GISLIB) $/;"	m
LIBES	imagery/i.cca/Makefile	/^LIBES     = $(IMAGERYLIB) $(GMATHLIB) $(GISLIB)$/;"	m
LIBES	imagery/i.class/Makefile	/^LIBES     = $(IMAGERYLIB) $(DISPLAYLIB) $(RASTERLIB) $(GISLIB) $(VASKLIB) $(CURSES) $(GMATHLIB)$/;"	m
LIBES	imagery/i.cluster/Makefile	/^LIBES     = $(CLUSTERLIB) $(IMAGERYLIB) $(GISLIB) $(GMATHLIB)$/;"	m
LIBES	imagery/i.fft/Makefile	/^LIBES     = $(IMAGERYLIB) $(GMATHLIB) $(GISLIB) $(FFTWLIB)$/;"	m
LIBES	imagery/i.find/Makefile	/^LIBES     = $(GISLIB)$/;"	m
LIBES	imagery/i.gensig/Makefile	/^LIBES     = $(IMAGERYLIB) $(GISLIB) $(GMATHLIB)$/;"	m
LIBES	imagery/i.gensigset/Makefile	/^LIBES     = $(IMAGERYLIB) $(GISLIB) $(GMATHLIB)$/;"	m
LIBES	imagery/i.group/Makefile	/^LIBES     = $(IMAGERYLIB) $(GISLIB) $(GMATHLIB)$/;"	m
LIBES	imagery/i.his.rgb/Makefile	/^LIBES     = $(IMAGERYLIB) $(GISLIB) $(GMATHLIB)$/;"	m
LIBES	imagery/i.ifft/Makefile	/^LIBES     = $(IMAGERYLIB) $(GMATHLIB) $(GISLIB) $(FFTWLIB)$/;"	m
LIBES	imagery/i.maxlik/Makefile	/^LIBES     = $(IMAGERYLIB) $(GISLIB) $(GMATHLIB)$/;"	m
LIBES	imagery/i.ortho.photo/menu/Makefile	/^LIBES     = $(IMAGERYLIB) $(GISLIB) $(IORTHOLIB) $(VASKLIB) $(CURSES) $(GMATHLIB)$/;"	m
LIBES	imagery/i.ortho.photo/photo.2image/Makefile	/^LIBES     = $(IMAGERYLIB) $(DISPLAYLIB) $(RASTERLIB) $(GISLIB) $(IORTHOLIB) $(VASKLIB) $(CURSES) $(GMATHLIB)$/;"	m
LIBES	imagery/i.ortho.photo/photo.2target/Makefile	/^LIBES     = $(IMAGERYLIB) $(DISPLAYLIB) $(RASTERLIB) $(GISLIB) $(IORTHOLIB) $(VASKLIB) $(CURSES) $(GMATHLIB)$/;"	m
LIBES	imagery/i.ortho.photo/photo.camera/Makefile	/^LIBES     = $(IORTHOLIB) $(IMAGERYLIB) $(GISLIB) $(VASKLIB) $(CURSES) $(GMATHLIB)$/;"	m
LIBES	imagery/i.ortho.photo/photo.elev/Makefile	/^LIBES     = $(IMAGERYLIB) $(GISLIB) $(IORTHOLIB) $(VASKLIB) $(CURSES) $(GMATHLIB)$/;"	m
LIBES	imagery/i.ortho.photo/photo.init/Makefile	/^LIBES     = $(IORTHOLIB) $(IMAGERYLIB) $(DISPLAYLIB) $(RASTERLIB) $(GISLIB) $(VASKLIB) $(CURSES) $(GMATHLIB)$/;"	m
LIBES	imagery/i.ortho.photo/photo.rectify/Makefile	/^LIBES     = $(IMAGERYLIB) $(GISLIB) $(IORTHOLIB) $(VASKLIB) $(CURSES) $(GMATHLIB)$/;"	m
LIBES	imagery/i.ortho.photo/photo.target/Makefile	/^LIBES     = $(IMAGERYLIB) $(GISLIB) $(IORTHOLIB) $(VASKLIB) $(CURSES) $(GMATHLIB)$/;"	m
LIBES	imagery/i.pca/Makefile	/^LIBES     = $(IMAGERYLIB) $(GMATHLIB) $(GISLIB)$/;"	m
LIBES	imagery/i.points/Makefile	/^LIBES     = $(IMAGERYLIB) $(DISPLAYLIB) $(RASTERLIB) $(GMATHLIB) $(GISLIB) $(CURSES)$/;"	m
LIBES	imagery/i.rectify/Makefile	/^LIBES     = $(IMAGERYLIB) $(GISLIB) $(GMATHLIB)$/;"	m
LIBES	imagery/i.rgb.his/Makefile	/^LIBES     = $(IMAGERYLIB) $(GISLIB) $(GMATHLIB)$/;"	m
LIBES	imagery/i.smap/shapiro/Makefile	/^LIBES     = $(ISMAPLIB) $(IMAGERYLIB) $(GISLIB) $(GMATHLIB)$/;"	m
LIBES	imagery/i.target/Makefile	/^LIBES     = $(IMAGERYLIB) $(GISLIB) $(GMATHLIB)$/;"	m
LIBES	imagery/i.vpoints/Makefile	/^LIBES     = $(IMAGERYLIB) $(SYMBLIB) $(DISPLAYLIB) $(RASTERLIB) $(VECTLIB) $(GISLIB) $(CURSES) $(GMATHLIB)$/;"	m
LIBES	imagery/i.zc/Makefile	/^LIBES     = $(IMAGERYLIB) $(GMATHLIB) $(GISLIB) $(FFTWLIB)$/;"	m
LIBES	lib/db/sqlp/test/Makefile	/^LIBES = $(SQLPLIB) $(DBMILIB) $(GISLIB) $(LEXLIB) $/;"	m
LIBES	lib/gpde/test/Makefile	/^LIBES = $(GISLIB) $(G3DLIB) $(GPDELIB)$/;"	m
LIBES	misc/m.cogo/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	ps/ps.map/Makefile	/^LIBES     = $(VECTLIB) $(GPROJLIB) $(SYMBLIB) $(GISLIB) $(DATETIMELIB) $(IMAGERYLIB) $(GMATHLIB)$/;"	m
LIBES	raster/r.average/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.basins.fill/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.bilinear/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.bitpattern/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.buffer/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.carve/Makefile	/^LIBES     = $(SITESLIB) $(VECTLIB) $(DBMILIB) $(BITMAPLIB) $(LINKMLIB) $(SEGMENTLIB) $(GISLIB) $/;"	m
LIBES	raster/r.cats/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.circle/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.clump/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.coin/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.colors/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.composite/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.compress/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.contour/Makefile	/^LIBES     = $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	raster/r.cost/Makefile	/^LIBES = $(SITESLIB) $(VECTLIB) $(GISLIB) $(SEGMENTLIB) $(DATETIMELIB)$/;"	m
LIBES	raster/r.covar/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.cross/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.describe/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.digit/Makefile	/^LIBES = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	raster/r.distance/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.drain/Makefile	/^LIBES = $(SITESLIB) $(VECTLIB) $(GISLIB) $(SEGMENTLIB) $(DATETIMELIB)$/;"	m
LIBES	raster/r.external/Makefile	/^LIBES= $(GPROJLIB) $(GISLIB) $(IMAGERYLIB) $(GDALLIBS) $(GMATHLIB)$/;"	m
LIBES	raster/r.fill.dir/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.flow/Makefile	/^LIBES     = $(VECTLIB) $(DBMILIB) $(BITMAPLIB) $(LINKMLIB) $(SEGMENTLIB) $(GISLIB) $/;"	m
LIBES	raster/r.grow.distance/Makefile	/^LIBES = $(GISLIB) $(MATHLIB)$/;"	m
LIBES	raster/r.grow2/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.gwflow/Makefile	/^LIBES = $(GISLIB) $(GPDELIB)$/;"	m
LIBES	raster/r.his/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.horizon/Makefile	/^LIBES =  $(GPROJLIB) $(GISLIB)$/;"	m
LIBES	raster/r.in.arc/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.in.ascii/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.in.bin/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.in.gdal/Makefile	/^LIBES= $(GPROJLIB) $(GISLIB) $(IMAGERYLIB) $(GDALLIBS) $(GMATHLIB)$/;"	m
LIBES	raster/r.in.gridatb/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.in.mat/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.in.poly/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.in.xyz/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.info/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.kappa/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.lake/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.le/r.le.patch/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.le/r.le.pixel/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.le/r.le.setup/Makefile	/^LIBES = $(DISPLAYLIB) $(RASTERLIB) $(SITESLIB) $(VECTLIB) $(GISLIB) $(DATETIMELIB) $(VASKLIB) $(CURSES)$/;"	m
LIBES	raster/r.le/r.le.setup/polytocell/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.le/r.le.trace/Makefile	/^LIBES = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	raster/r.li/r.li.cwed/Makefile	/^LIBES = $(GISLIB) $(RLI_LIB)$/;"	m
LIBES	raster/r.li/r.li.dominance/Makefile	/^LIBES = $(GISLIB) $(RLI_LIB)$/;"	m
LIBES	raster/r.li/r.li.edgedensity/Makefile	/^LIBES = $(GISLIB) $(RLI_LIB)$/;"	m
LIBES	raster/r.li/r.li.mpa/Makefile	/^LIBES = $(GISLIB) $(RLI_LIB)$/;"	m
LIBES	raster/r.li/r.li.mps/Makefile	/^LIBES = $(GISLIB) $(RLI_LIB)$/;"	m
LIBES	raster/r.li/r.li.padcv/Makefile	/^LIBES = $(GISLIB) $(RLI_LIB)$/;"	m
LIBES	raster/r.li/r.li.padrange/Makefile	/^LIBES = $(GISLIB) $(RLI_LIB)$/;"	m
LIBES	raster/r.li/r.li.padsd/Makefile	/^LIBES = $(GISLIB) $(RLI_LIB)$/;"	m
LIBES	raster/r.li/r.li.patchdensity/Makefile	/^LIBES = $(GISLIB) $(RLI_LIB)$/;"	m
LIBES	raster/r.li/r.li.patchnum/Makefile	/^LIBES = $(GISLIB) $(RLI_LIB)$/;"	m
LIBES	raster/r.li/r.li.richness/Makefile	/^LIBES = $(GISLIB) $(RLI_LIB)$/;"	m
LIBES	raster/r.li/r.li.shannon/Makefile	/^LIBES = $(GISLIB) $(RLI_LIB)$/;"	m
LIBES	raster/r.li/r.li.shape/Makefile	/^LIBES = $(GISLIB) $(RLI_LIB)$/;"	m
LIBES	raster/r.li/r.li.simpson/Makefile	/^LIBES = $(GISLIB) $(RLI_LIB)$/;"	m
LIBES	raster/r.los/Makefile	/^LIBES = $(SEGMENTLIB) $(GPROJLIB) $(GISLIB)$/;"	m
LIBES	raster/r.median/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.mfilter.fp/Makefile	/^LIBES = $(ROWIOLIB) $(GISLIB)$/;"	m
LIBES	raster/r.mfilter/Makefile	/^LIBES = $(ROWIOLIB) $(GISLIB)$/;"	m
LIBES	raster/r.mode/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.neighbors/Makefile	/^LIBES = $(STATSLIB) $(GISLIB)$/;"	m
LIBES	raster/r.null/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.out.arc/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.out.ascii/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.out.bin/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.out.gdal/Makefile	/^LIBES= $(GPROJLIB) $(GISLIB) $(GDALLIBS) $(IMAGERYLIB) $(DBMIBASELIB)$/;"	m
LIBES	raster/r.out.gridatb/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.out.mat/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.out.mpeg/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.out.png/Makefile	/^LIBES = $(GISLIB) $(PNGLIB)$/;"	m
LIBES	raster/r.out.pov/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.out.ppm/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.out.ppm3/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.out.tiff/Makefile	/^LIBES = $(GISLIB) $(TIFFLIBPATH) $(TIFFLIB)$/;"	m
LIBES	raster/r.out.vrml/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.out.vtk/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.param.scale/Makefile	/^LIBES = $(GISLIB) $(GMATHLIB)$/;"	m
LIBES	raster/r.patch/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.profile/Makefile	/^LIBES = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	raster/r.proj.seg/Makefile	/^LIBES =  $(GPROJLIB) $(GISLIB)$/;"	m
LIBES	raster/r.proj/Makefile	/^LIBES =  $(GPROJLIB) $(GISLIB)$/;"	m
LIBES	raster/r.quant/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.quantile/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.random.cells/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.random.surface/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.random/Makefile	/^LIBES = $(VECTLIB) $(GISLIB) $(SEGMENTLIB) $(DATETIMELIB)$/;"	m
LIBES	raster/r.reclass/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.recode/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.region/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	raster/r.report/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.resamp.interp/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.resamp.rst/Makefile	/^LIBES     = $(QTREELIB) $(INTERPFLLIB) $(INTERPDATALIB) $(BITMAPLIB) $(LINKMLIB) \\$/;"	m
LIBES	raster/r.resamp.stats/Makefile	/^LIBES = $(STATSLIB) $(GISLIB)$/;"	m
LIBES	raster/r.resample/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.rescale.eq/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.rescale/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.series/Makefile	/^LIBES = $(STATSLIB) $(GISLIB)$/;"	m
LIBES	raster/r.slope.aspect/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.statistics/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.stats/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.sum/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.sun/Makefile	/^LIBES =  $(GPROJLIB) $(GISLIB)$/;"	m
LIBES	raster/r.sun2/Makefile	/^LIBES =  $(GPROJLIB) $(GISLIB)$/;"	m
LIBES	raster/r.sunmask/Makefile	/^LIBES =  $(GPROJLIB) $(GISLIB)$/;"	m
LIBES	raster/r.support.stats/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.support/front/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.support/modcats/Makefile	/^LIBES = $(GISLIB) $(EDITLIB) $(VASKLIB) $(CURSES)$/;"	m
LIBES	raster/r.support/modcolr/Makefile	/^LIBES = $(GISLIB) $/;"	m
LIBES	raster/r.support/modhead/Makefile	/^LIBES = $(EDITLIB) $(VASKLIB) $(GISLIB) $(CURSES)$/;"	m
LIBES	raster/r.support/modhist/Makefile	/^LIBES = $(GISLIB) $(EDITLIB) $(VASKLIB) $(CURSES)$/;"	m
LIBES	raster/r.surf.area/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.surf.contour/Makefile	/^LIBES = $(SEGMENTLIB) $(GISLIB)$/;"	m
LIBES	raster/r.surf.fractal/Makefile	/^LIBES = $(GMATHLIB) $(GISLIB) $(FFTWLIB)$/;"	m
LIBES	raster/r.surf.gauss/Makefile	/^LIBES = $(GMATHLIB) $(GISLIB)$/;"	m
LIBES	raster/r.surf.idw/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.surf.idw2/Makefile	/^LIBES = $(GISLIB) $(DATETIMELIB)$/;"	m
LIBES	raster/r.surf.random/Makefile	/^LIBES = $(GMATHLIB) $(GISLIB)$/;"	m
LIBES	raster/r.texture/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.thin/Makefile	/^LIBES = $(ROWIOLIB) $(GISLIB)$/;"	m
LIBES	raster/r.timestamp/Makefile	/^LIBES = $(GISLIB) $(DATETIMELIB)$/;"	m
LIBES	raster/r.to.rast3/Makefile	/^LIBES = $(G3DLIB) $(GISLIB)$/;"	m
LIBES	raster/r.to.rast3elev/Makefile	/^LIBES = $(G3DLIB) $(GISLIB)$/;"	m
LIBES	raster/r.to.vect/Makefile	/^LIBES     = $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	raster/r.topidx/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.topmodel/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.transect/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.univar2/Makefile	/^LIBES = $(G3DLIB) $(GISLIB)$/;"	m
LIBES	raster/r.volume/Makefile	/^LIBES = $(SITESLIB) $(VECTLIB) $(GISLIB)$/;"	m
LIBES	raster/r.walk/Makefile	/^LIBES = $(SITESLIB) $(VECTLIB) $(GISLIB) $(SEGMENTLIB) $(DATETIMELIB)$/;"	m
LIBES	raster/r.water.outlet/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.watershed/front/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.watershed/ram/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.watershed/seg/Makefile	/^LIBES = $(GISLIB) $(SEGMENTLIB)$/;"	m
LIBES	raster/r.watershed/shed/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.what.color/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/r.what/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/simwe/r.sim.sediment/Makefile	/^LIBES     = $(SIMLIB) $(BITMAPLIB) $(LINKMLIB) \\$/;"	m
LIBES	raster/simwe/r.sim.water/Makefile	/^LIBES     = $(SIMLIB) $(BITMAPLIB) $(LINKMLIB) \\$/;"	m
LIBES	raster/wildfire/r.ros/Makefile	/^LIBES = $(GISLIB)$/;"	m
LIBES	raster/wildfire/r.spread/Makefile	/^LIBES = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)$/;"	m
LIBES	raster/wildfire/r.spreadpath/Makefile	/^LIBES = $(SEGMENTLIB) $(GISLIB)$/;"	m
LIBES	raster3d/base/Makefile	/^LIBES = $(G3DLIB) $(GISLIB)$/;"	m
LIBES	raster3d/r3.cross.rast/Makefile	/^LIBES = $(G3DLIB) $(GISLIB)$/;"	m
LIBES	raster3d/r3.gwflow/Makefile	/^LIBES = $(GPDELIB) $(G3DLIB) $(GISLIB)$/;"	m
LIBES	raster3d/r3.in.ascii/Makefile	/^LIBES = $(G3DLIB) $(GISLIB)$/;"	m
LIBES	raster3d/r3.in.v5d/Makefile	/^LIBES = $(G3DLIB) $(GISLIB)$/;"	m
LIBES	raster3d/r3.mkdspf/Makefile	/^LIBES = $(DSPFLIB) $(G3DLIB) $(GISLIB) $(DATETIMELIB)$/;"	m
LIBES	raster3d/r3.out.ascii/Makefile	/^LIBES = $(G3DLIB) $(GISLIB)$/;"	m
LIBES	raster3d/r3.out.v5d/Makefile	/^LIBES = $(G3DLIB) $(GISLIB)$/;"	m
LIBES	raster3d/r3.out.vtk/Makefile	/^LIBES = $(G3DLIB) $(GISLIB)$/;"	m
LIBES	raster3d/r3.showdspf/Makefile	/^LIBES = $(DSPFLIB) $(G3DLIB) $(GISLIB) $(DATETIMELIB) $(OGLLIB)$/;"	m
LIBES	raster3d/r3.stats/Makefile	/^LIBES = $(GISLIB) $(G3DLIB)$/;"	m
LIBES	raster3d/r3.to.rast/Makefile	/^LIBES = $(G3DLIB) $(GISLIB)$/;"	m
LIBES	sites/s.in.ascii/Makefile	/^LIBES = $(SITESLIB) $(VECTLIB) $(GISLIB)$/;"	m
LIBES	sites/s.out.ascii/Makefile	/^LIBES = $(SITESLIB) $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/lidar/v.lidar.correction/Makefile	/^LIBES = $(LIDARLIB) $(VECTLIB) $(DBMILIB) $(GISLIB) $(MATHLIB) $(SEGMENTLIB) $(GMATHLIB)$/;"	m
LIBES	vector/lidar/v.lidar.edgedetection/Makefile	/^LIBES = $(LIDARLIB) $(VECTLIB) $(DBMILIB) $(GISLIB) $(MATHLIB) $(SEGMENTLIB) $(GMATHLIB)$/;"	m
LIBES	vector/lidar/v.lidar.growing/Makefile	/^LIBES = $(LIDARLIB) $(VECTLIB) $(DBMILIB) $(GISLIB) $(MATHLIB) $(SEGMENTLIB) $(GMATHLIB)$/;"	m
LIBES	vector/lidar/v.outlier/Makefile	/^LIBES = $(LIDARLIB) $(VECTLIB) $(DBMILIB) $(GISLIB) $(MATHLIB) $(SEGMENTLIB) $(GMATHLIB)$/;"	m
LIBES	vector/lidar/v.surf.bspline/Makefile	/^LIBES = $(LIDARLIB) $(VECTLIB) $(DBMILIB) $(GISLIB) $(MATHLIB) $(SEGMENTLIB) $(GMATHLIB)$/;"	m
LIBES	vector/v.buffer/Makefile	/^LIBES = $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.buffer2/Makefile	/^LIBES = $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.build.polylines/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.build/Makefile	/^LIBES     = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.category/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.class/Makefile	/^LIBES     = $(ARRAYSTATSLIB) $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.clean/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.clean/test/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.convert/Makefile	/^LIBES     = $(VECTLIB) $(VECTLIB_REAL) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.db.connect/Makefile	/^LIBES     = $(VECTLIB) $(VECTLIB_REAL) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.db.select/Makefile	/^LIBES     = $(VECTLIB) $(VECTLIB_REAL) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.delaunay2/Makefile	/^LIBES     = $(VECTLIB) $(VECTLIB_REAL) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.digit/Makefile	/^LIBES = $(DISPLAYLIB) $(RASTERLIB) $(VECTLIB) $(GISLIB) $(TCLTKLIBPATH) $(TCLTKLIBS)$/;"	m
LIBES	vector/v.distance/Makefile	/^LIBES     = $(VECTLIB) $(VECTLIB_REAL) $(GISLIB)$/;"	m
LIBES	vector/v.drape/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.edit/Makefile	/^LIBES = $(VEDITLIB) $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.external/Makefile	/^LIBES     = $(VECTLIB) $(GISLIB) $(GDALLIBS)$/;"	m
LIBES	vector/v.extract/Makefile	/^LIBES     = $(GMATHLIB) $(VECTLIB) $(VECTLIB_REAL) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.extrude/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.generalize/Makefile	/^LIBES     = $(VECTLIB) $(VECTLIB_REAL) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.hull/Makefile	/^LIBES = $(SITESLIB) $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.in.ascii/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.in.db/Makefile	/^LIBES = $(VECTLIB) $(GISLIB) $/;"	m
LIBES	vector/v.in.dwg/Makefile	/^LIBES     = $(VECTLIB) $(DBMILIB) $(GISLIB) $(OPENDWGLIBPATH) $(OPENDWGLIB)$/;"	m
LIBES	vector/v.in.dxf/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.in.ogr/Makefile	/^LIBES     = $(VECTLIB) $(GPROJLIB) $(DBMILIB) $(GISLIB) $(GDALLIBS)$/;"	m
LIBES	vector/v.in.region/Makefile	/^LIBES        = $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.in.sites/Makefile	/^LIBES = $(VECTLIB) $(SITESLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.info/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.kcv/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.kernel/Makefile	/^LIBES     = $(VECTLIB) $(DBMILIB) $(GMATHLIB) $(GISLIB) $(DATETIMELIB)$/;"	m
LIBES	vector/v.label.sa/Makefile	/^LIBES = $(DISPLAYLIB) $(RASTERLIB) $(VECTLIB) $(GISLIB) $(FTLIB)$/;"	m
LIBES	vector/v.label/Makefile	/^LIBES = $(DISPLAYLIB) $(RASTERLIB) $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.lrs/v.lrs.create/Makefile	/^LIBES        = $(LRSLIB) $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.lrs/v.lrs.label/Makefile	/^LIBES        = $(LRSLIB) $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.lrs/v.lrs.segment/Makefile	/^LIBES        = $(LRSLIB) $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.lrs/v.lrs.where/Makefile	/^LIBES        = $(LRSLIB) $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.mkgrid/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.neighbors/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.net.alloc/Makefile	/^LIBES        = $(VECTLIB) $(GRAPHLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.net.iso/Makefile	/^LIBES        = $(VECTLIB) $(GRAPHLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.net.path/Makefile	/^LIBES        = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.net.salesman/Makefile	/^LIBES        = $(VECTLIB) $(GRAPHLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.net.steiner/Makefile	/^LIBES        = $(VECTLIB) $(GRAPHLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.net.visibility/Makefile	/^LIBES        = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.net/Makefile	/^LIBES     = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.normal/Makefile	/^LIBES = $(VECTLIB) $(CDHCLIB) $(GISLIB)$/;"	m
LIBES	vector/v.out.ascii/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.out.dxf/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.out.ogr/Makefile	/^LIBES     = $(VECTLIB) $(GPROJLIB) $(GISLIB) $(GDALLIBS)$/;"	m
LIBES	vector/v.out.pov/Makefile	/^LIBES     = $(VECTLIB) $(GISLIB) $(GDALLIBS)$/;"	m
LIBES	vector/v.out.svg/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.out.vtk/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.overlay/Makefile	/^LIBES     = $(VECTLIB) $(VECTLIB_REAL) $(GISLIB)$/;"	m
LIBES	vector/v.parallel/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.parallel2/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.patch/Makefile	/^LIBES     = $(VECTLIB) $(VECTLIB_REAL) $(GISLIB)$/;"	m
LIBES	vector/v.perturb/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.proj/Makefile	/^LIBES     = $(VECTLIB) $(GPROJLIB) $(GISLIB)$/;"	m
LIBES	vector/v.qcount/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.random/Makefile	/^LIBES = $(VECTLIB) $(GISLIB) $(DATETIMELIB)$/;"	m
LIBES	vector/v.reclass/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.sample/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.segment/Makefile	/^LIBES        = $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.select/Makefile	/^LIBES        = $(VECTLIB) $(VECTLIB_REAL) $(GISLIB)$/;"	m
LIBES	vector/v.split/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.support/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.surf.idw/Makefile	/^LIBES = $(VECTLIB) $(GISLIB) $(DATETIMELIB)$/;"	m
LIBES	vector/v.surf.rst/Makefile	/^LIBES     = $(INTERPDATALIB) $(QTREELIB) $(INTERPFLLIB) $(BITMAPLIB) $(LINKMLIB) \\$/;"	m
LIBES	vector/v.to.3d/Makefile	/^LIBES = $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.to.db/Makefile	/^LIBES     = $(VECTLIB) $(VECTLIB_REAL) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.to.points/Makefile	/^LIBES        = $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.to.rast/Makefile	/^LIBES     = $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.to.rast3/Makefile	/^LIBES     = $(VECTLIB) $(DBMILIB) $(G3DLIB) $(GISLIB)$/;"	m
LIBES	vector/v.transform/Makefile	/^LIBES     = $(VECTLIB) $(DBMILIB) $(TRANSLIB) $(EXTRA_LIB) $(GISLIB)$/;"	m
LIBES	vector/v.type/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.univar/Makefile	/^LIBES     = $(VECTLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	vector/v.vol.rst/Makefile	/^LIBES=$(G3DLIB) $(SITESLIB) $(VECTLIB) $(GISLIB) $(DATETIMELIB) $(BITMAPLIB) $(LINKMLIB)$/;"	m
LIBES	vector/v.voronoi/Makefile	/^LIBES = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.what.rast/Makefile	/^LIBES     = $(VECTLIB) $(GISLIB)$/;"	m
LIBES	vector/v.what/Makefile	/^LIBES        = $(VECTLIB) $(FORMLIB) $(DBMILIB) $(GISLIB)$/;"	m
LIBES	visualization/nviz2/cmd/Makefile	/^LIBES = $(GISLIB) $(XLIBPATH) $(XLIB) $(XEXTRALIBS) $(OGSFLIB) $(NVIZLIB)$/;"	m
LIBES	visualization/xganim/Makefile	/^LIBES = $(GISLIB) $(XLIBPATH) $(XMLIB) $(XTLIB) $(XLIB) $(XEXTRALIBS)$/;"	m
LIBES	visualization/ximgview/Makefile	/^LIBES = $(GISLIB) $(XLIBPATH) $(XLIB) $(XEXTRALIBS)$/;"	m
LIBES2	raster/r.mapcalc/Makefile	/^LIBES2 = $(GISLIB) $(BTREELIB) $(ROWIOLIB) $(READLINELIBPATH) $(READLINELIB) $(HISTORYLIB)$/;"	m
LIBES3	raster/r.mapcalc/Makefile	/^LIBES3 = $(G3DLIB) $(GISLIB) $(BTREELIB) $(READLINELIBPATH) $(READLINELIB) $(HISTORYLIB)$/;"	m
LIBFILES	swig/python/Makefile	/^LIBFILES := $(patsubst %,$(DSTDIR)\/_%.so,$(MODULES))$/;"	m
LIBS	raster/r.terraflow/Makefile	/^LIBS = $(GISLIB) $(IOSTREAMLIB)$/;"	m
LIB_NAME	general/manage/lib/Makefile	/^LIB_NAME = $(MANAGE_LIBNAME)$/;"	m
LIB_NAME	gui/wxpython/nviz/Makefile	/^LIB_NAME = grass6_wxnviz$/;"	m
LIB_NAME	gui/wxpython/vdigit/Makefile	/^LIB_NAME = grass6_wxvdigit$/;"	m
LIB_NAME	imagery/i.ortho.photo/libes/Makefile	/^LIB_NAME = $(IORTHO_LIBNAME)$/;"	m
LIB_NAME	imagery/i.smap/bouman/Makefile	/^LIB_NAME = $(ISMAP_LIBNAME)$/;"	m
LIB_NAME	lib/arraystats/Makefile	/^LIB_NAME = $(ARRAYSTATS_LIBNAME)$/;"	m
LIB_NAME	lib/bitmap/Makefile	/^LIB_NAME = $(BITMAP_LIBNAME)$/;"	m
LIB_NAME	lib/btree/Makefile	/^LIB_NAME = $(BTREE_LIBNAME)$/;"	m
LIB_NAME	lib/cairodriver/Makefile	/^LIB_NAME = $(CAIRODRIVER_LIBNAME)$/;"	m
LIB_NAME	lib/cdhc/Makefile	/^LIB_NAME = $(CDHC_LIBNAME)$/;"	m
LIB_NAME	lib/cluster/Makefile	/^LIB_NAME = $(CLUSTER_LIBNAME)$/;"	m
LIB_NAME	lib/datetime/Makefile	/^LIB_NAME = $(DATETIME_LIBNAME)$/;"	m
LIB_NAME	lib/db/dbmi_base/Makefile	/^LIB_NAME = $(DBMIBASE_LIBNAME)$/;"	m
LIB_NAME	lib/db/dbmi_client/Makefile	/^LIB_NAME = $(DBMICLIENT_LIBNAME)$/;"	m
LIB_NAME	lib/db/dbmi_driver/Makefile	/^LIB_NAME = $(DBMIDRIVER_LIBNAME)$/;"	m
LIB_NAME	lib/db/sqlp/Makefile	/^LIB_NAME = $(SQLP_LIBNAME)$/;"	m
LIB_NAME	lib/db/stubs/Makefile	/^LIB_NAME = $(DBSTUBS_LIBNAME)$/;"	m
LIB_NAME	lib/display/Makefile	/^LIB_NAME = $(DISPLAY_LIBNAME)$/;"	m
LIB_NAME	lib/driver/Makefile	/^LIB_NAME = $(DRIVER_LIBNAME)$/;"	m
LIB_NAME	lib/dspf/Makefile	/^LIB_NAME = $(DSPF_LIBNAME)$/;"	m
LIB_NAME	lib/edit/Makefile	/^LIB_NAME = $(EDIT_LIBNAME)$/;"	m
LIB_NAME	lib/external/shapelib/Makefile	/^LIB_NAME = $(SHAPE_LIBNAME)$/;"	m
LIB_NAME	lib/form/Makefile	/^LIB_NAME = $(FORM_LIBNAME)$/;"	m
LIB_NAME	lib/g3d/Makefile	/^LIB_NAME = $(G3D_LIBNAME)$/;"	m
LIB_NAME	lib/gis/Makefile	/^LIB_NAME = $(GIS_LIBNAME)$/;"	m
LIB_NAME	lib/gmath/Makefile	/^LIB_NAME = $(GMATH_LIBNAME)$/;"	m
LIB_NAME	lib/gpde/Makefile	/^LIB_NAME = $(GPDE_LIBNAME)$/;"	m
LIB_NAME	lib/imagery/Makefile	/^LIB_NAME = $(IMAGERY_LIBNAME)$/;"	m
LIB_NAME	lib/iostream/Makefile	/^LIB_NAME = $(IOSTREAM_LIBNAME)$/;"	m
LIB_NAME	lib/linkm/Makefile	/^LIB_NAME = $(LINKM_LIBNAME)$/;"	m
LIB_NAME	lib/nviz/Makefile	/^LIB_NAME = $(NVIZ_LIBNAME)$/;"	m
LIB_NAME	lib/ogsf/Makefile	/^LIB_NAME = $(OGSF_LIBNAME)$/;"	m
LIB_NAME	lib/pngdriver/Makefile	/^LIB_NAME = $(PNGDRIVER_LIBNAME)$/;"	m
LIB_NAME	lib/proj/Makefile	/^LIB_NAME = $(GPROJ_LIBNAME)$/;"	m
LIB_NAME	lib/psdriver/Makefile	/^LIB_NAME = $(PSDRIVER_LIBNAME)$/;"	m
LIB_NAME	lib/raster/Makefile	/^LIB_NAME = $(RASTER_LIBNAME)$/;"	m
LIB_NAME	lib/rowio/Makefile	/^LIB_NAME = $(ROWIO_LIBNAME)$/;"	m
LIB_NAME	lib/rst/data/Makefile	/^LIB_NAME = $(INTERPDATA_LIBNAME)$/;"	m
LIB_NAME	lib/rst/interp_float/Makefile	/^LIB_NAME = $(INTERPFL_LIBNAME)$/;"	m
LIB_NAME	lib/rst/qtree/Makefile	/^LIB_NAME = $(QTREE_LIBNAME)$/;"	m
LIB_NAME	lib/segment/Makefile	/^LIB_NAME = $(SEGMENT_LIBNAME)$/;"	m
LIB_NAME	lib/sites/Makefile	/^LIB_NAME = $(SITES_LIBNAME)$/;"	m
LIB_NAME	lib/stats/Makefile	/^LIB_NAME = $(STATS_LIBNAME)$/;"	m
LIB_NAME	lib/symbol/Makefile	/^LIB_NAME = $(SYMB_LIBNAME)$/;"	m
LIB_NAME	lib/vask/Makefile	/^LIB_NAME = $(VASK_LIBNAME)$/;"	m
LIB_NAME	lib/vector/Vlib/Makefile	/^LIB_NAME = $(VECTR_LIBNAME)$/;"	m
LIB_NAME	lib/vector/dglib/Makefile	/^LIB_NAME = $(GRAPH_LIBNAME)$/;"	m
LIB_NAME	lib/vector/diglib/Makefile	/^LIB_NAME = $(DIG2_LIBNAME)$/;"	m
LIB_NAME	lib/vector/rtree/Makefile	/^LIB_NAME = $(RTREE_LIBNAME)$/;"	m
LIB_NAME	lib/vector/transform/Makefile	/^LIB_NAME = $(TRANS_LIBNAME)$/;"	m
LIB_NAME	lib/vector/vedit/Makefile	/^LIB_NAME = $(VEDIT_LIBNAME)$/;"	m
LIB_NAME	raster/r.li/r.li.cwed/Makefile	/^LIB_NAME      = grass_rli$/;"	m
LIB_NAME	raster/r.li/r.li.daemon/Makefile	/^LIB_NAME = grass_rli$/;"	m
LIB_NAME	raster/r.li/r.li.dominance/Makefile	/^LIB_NAME      = grass_rli$/;"	m
LIB_NAME	raster/r.li/r.li.edgedensity/Makefile	/^LIB_NAME      = grass_rli$/;"	m
LIB_NAME	raster/r.li/r.li.mpa/Makefile	/^LIB_NAME      = grass_rli$/;"	m
LIB_NAME	raster/r.li/r.li.mps/Makefile	/^LIB_NAME      = grass_rli$/;"	m
LIB_NAME	raster/r.li/r.li.padcv/Makefile	/^LIB_NAME      = grass_rli$/;"	m
LIB_NAME	raster/r.li/r.li.padrange/Makefile	/^LIB_NAME      = grass_rli$/;"	m
LIB_NAME	raster/r.li/r.li.padsd/Makefile	/^LIB_NAME      = grass_rli$/;"	m
LIB_NAME	raster/r.li/r.li.patchdensity/Makefile	/^LIB_NAME      = grass_rli$/;"	m
LIB_NAME	raster/r.li/r.li.patchnum/Makefile	/^LIB_NAME      = grass_rli$/;"	m
LIB_NAME	raster/r.li/r.li.richness/Makefile	/^LIB_NAME      = grass_rli$/;"	m
LIB_NAME	raster/r.li/r.li.shannon/Makefile	/^LIB_NAME      = grass_rli$/;"	m
LIB_NAME	raster/r.li/r.li.shape/Makefile	/^LIB_NAME      = grass_rli$/;"	m
LIB_NAME	raster/r.li/r.li.simpson/Makefile	/^LIB_NAME      = grass_rli$/;"	m
LIB_NAME	raster/simwe/simlib/Makefile	/^LIB_NAME = $(SIM_LIBNAME)$/;"	m
LIB_NAME	vector/lidar/lidarlib/Makefile	/^LIB_NAME = $(LIDAR_LIBNAME)$/;"	m
LIB_NAME	vector/v.lrs/lib/Makefile	/^LIB_NAME = $(LRS_LIBNAME)$/;"	m
LIB_OBJS	lib/bitmap/Makefile	/^LIB_OBJS = \\$/;"	m
LIB_OBJS	lib/btree/Makefile	/^LIB_OBJS = \\$/;"	m
LIB_OBJS	lib/cairodriver/Makefile	/^LIB_OBJS = \\$/;"	m
LIB_OBJS	lib/cdhc/Makefile	/^LIB_OBJS = \\$/;"	m
LIB_OBJS	lib/datetime/Makefile	/^LIB_OBJS =  \\$/;"	m
LIB_OBJS	lib/db/sqlp/Makefile	/^LIB_OBJS = \\$/;"	m
LIB_OBJS	lib/driver/Makefile	/^LIB_OBJS =\\$/;"	m
LIB_OBJS	lib/form/Makefile	/^LIB_OBJS = generate.o open.o$/;"	m
LIB_OBJS	lib/gis/Makefile	/^LIB_OBJS := $(LIB_OBJS) dllmain.o fmode.o$/;"	m
LIB_OBJS	lib/gis/Makefile	/^LIB_OBJS := $(filter-out fmode.o dllmain.o,$(LIB_OBJS))$/;"	m
LIB_OBJS	lib/gis/Makefile	/^LIB_OBJS := $(subst .c,.o,$(wildcard *.c))$/;"	m
LIB_OBJS	lib/iostream/Makefile	/^LIB_OBJS = mm.o mm_utils.o ami_stream.o rtimer.o$/;"	m
LIB_OBJS	lib/linkm/Makefile	/^LIB_OBJS = \\$/;"	m
LIB_OBJS	lib/pngdriver/Makefile	/^LIB_OBJS =	\\$/;"	m
LIB_OBJS	lib/proj/Makefile	/^LIB_OBJS = get_proj.o do_proj.o convert.o datum.o ellipse.o$/;"	m
LIB_OBJS	lib/psdriver/Makefile	/^LIB_OBJS =	\\$/;"	m
LIB_OBJS	lib/segment/Makefile	/^LIB_OBJS = \\$/;"	m
LIB_OBJS	lib/vector/dglib/Makefile	/^LIB_OBJS = \\$/;"	m
LIB_OBJS	lib/vector/diglib/Makefile	/^LIB_OBJS = \\$/;"	m
LIB_OBJS	lib/vector/rtree/Makefile	/^LIB_OBJS = card.o \\$/;"	m
LIB_OBJS	raster/r.li/r.li.daemon/Makefile	/^LIB_OBJS = daemon.o list.o ipc.o worker.o GenericCell.o	avl.o avlID.o$/;"	m
LIB_POTFILES	locale/Makefile	/^LIB_POTFILES = find ..\/lib -name '*.c' | xargs grep -l "_(\\""$/;"	m
LIB_command_get_input	lib/driver/command.c	/^int LIB_command_get_input(void)$/;"	f
LIB_init	lib/driver/init.c	/^int LIB_init(const struct driver *drv, int argc, char **argv)$/;"	f
LIB_main	lib/driver/main.c	/^int LIB_main(int argc, char **argv)$/;"	f
LICENSE	gem/globals.h	69;"	d
LIKELIHOOD	imagery/i.smap/bouman/bouman.h	5;"	d
LIMIT	lib/gis/color_insrt.c	10;"	d	file:
LIMIT	lib/gis/color_rule.c	19;"	d	file:
LINE	raster/r.le/r.le.setup/polytocell/ply_to_cll.h	9;"	d
LINE01	display/d.colors/curses.c	7;"	d	file:
LINE02	display/d.colors/curses.c	8;"	d	file:
LINE03	display/d.colors/curses.c	9;"	d	file:
LINE04	display/d.colors/curses.c	10;"	d	file:
LINE05	display/d.colors/curses.c	11;"	d	file:
LINE06	display/d.colors/curses.c	12;"	d	file:
LINE07	display/d.colors/curses.c	13;"	d	file:
LINE08	display/d.colors/curses.c	14;"	d	file:
LINE09	display/d.colors/curses.c	15;"	d	file:
LINE10	display/d.colors/curses.c	16;"	d	file:
LINE11	display/d.colors/curses.c	17;"	d	file:
LINE12	display/d.colors/curses.c	18;"	d	file:
LINE13	display/d.colors/curses.c	19;"	d	file:
LINECAP_BUTT	ps/ps.map/vector.h	35;"	d
LINECAP_EXTBUTT	ps/ps.map/vector.h	37;"	d
LINECAP_ROUND	ps/ps.map/vector.h	36;"	d
LINEQS	vector/v.vol.rst/user4.c	/^int LINEQS(int DIM1, int N1, int N2, int *NERROR, double *DETERM)$/;"	f
LINE_ALIVE	include/vect/dig_macros.h	15;"	d
LINE_DRAW_HIGHLITE	ps/ps.map/vector.h	26;"	d
LINE_DRAW_LINE	ps/ps.map/vector.h	25;"	d
LINE_LABELED	include/vect/dig_macros.h	18;"	d
LINE_REF_CENTER	ps/ps.map/vector.h	20;"	d
LINE_REF_LEFT	ps/ps.map/vector.h	21;"	d
LINE_REF_RIGHT	ps/ps.map/vector.h	22;"	d
LINE_WIDTH	include/graphics.h	76;"	d
LINKE	raster/r.sun/main.c	44;"	d	file:
LINKE	raster/r.sun2/main.c	46;"	d	file:
LINKM	lib/linkm/speed3.c	22;"	d	file:
LINTERP	lib/dspf/viz.h	8;"	d
LINTERP	lib/ogsf/gvl_calc.c	35;"	d	file:
LINTERP	raster/r.carve/enforce.h	35;"	d
LINTERP	raster3d/r3.showdspf/vizual2.h	9;"	d
LIST	gem/globals.h	74;"	d
LIST	general/manage/cmd/Makefile	/^LIST = $(OBJDIR)\/init.o  $/;"	m
LIST	general/manage/list.h	27;"	d
LIST	lib/driver/pad.h	/^} LIST;$/;"	t	typeref:struct:_list
LIST	lib/gis/histogram.c	6;"	d	file:
LIST	raster/r.reclass/stats.c	4;"	d	file:
LIST	vector/v.mapcalc/list.h	/^} LIST;$/;"	t	typeref:struct:List
LIST2	raster/r.mapcalc/Makefile	/^LIST2 =	$(COMMON) \\$/;"	m
LIST3	raster/r.mapcalc/Makefile	/^LIST3 =	$(COMMON) \\$/;"	m
LISTFUNC_DEFINED	vector/v.mapcalc/list.h	18;"	d
LIST_EXTENDED_SELECT_HELP	include/help.h	10;"	d
LIST_H	vector/v.mapcalc/list.h	2;"	d
LIST_MOD	general/manage/cmd/Makefile	/^LIST_MOD = $(BIN)\/g.list$(EXE)$/;"	m
LL	raster/r.mfilter.fp/filter.h	17;"	d
LL	raster/r.mfilter/filter.h	16;"	d
LLEFT	display/d.vect/plot.h	23;"	d
LL_geodesic_distance	raster/r.surf.idw/dist.c	/^double LL_geodesic_distance(double sdlmr)$/;"	f
LL_lookup_tables	raster/r.surf.idw/ll.c	/^int LL_lookup_tables(SHORT nrows, SHORT ncols)$/;"	f
LL_set_geodesic_distance	raster/r.surf.idw/dist.c	/^int LL_set_geodesic_distance(double *rowlook,	\/* preprocessed latitude data by row *\/$/;"	f
LL_set_geodesic_distance_lat	raster/r.surf.idw/dist.c	/^double LL_set_geodesic_distance_lat(double lat)$/;"	f
LMAX	raster/r.param.scale/nrutil.h	31;"	d
LMIN	raster/r.param.scale/nrutil.h	34;"	d
LM_HIST	raster/r.terraflow/common.h	49;"	d
LN	macosx/Makefile	/^LN = \/bin\/ln -sf$/;"	m
LNG_SIZ	include/vect/dig_defines.h	34;"	d
LN_DIR	macosx/Makefile	/^LN_DIR = \/bin\/ln -sfh$/;"	m
LO	raster/r.proj.seg/r.proj.h	13;"	d
LOCAL	gem/main.c	144;"	d	file:
LOCALE	Makefile	/^	LOCALE=0$/;"	m
LOCALE	Makefile	/^	LOCALE=1$/;"	m
LOCAL_HEADERS	general/manage/lib/Makefile	/^LOCAL_HEADERS = $(wildcard *.h) ..\/list.h$/;"	m
LOCAL_PROTO_H	raster/r.digit/local_proto.h	21;"	d
LOCAL_PROTO_H	vector/v.buffer2/local_proto.h	2;"	d
LOCAL_PROTO_H	vector/v.parallel2/local_proto.h	2;"	d
LOCKED	display/d.mon/pgms/open.h	10;"	d
LOCKED	lib/raster/open.h	10;"	d
LOCK_ELT	lib/g3d/cache.c	22;"	d	file:
LOCK_FAILED	display/d.mon/pgms/open.h	15;"	d
LOCK_FAILED	lib/raster/open.h	15;"	d
LOCPI	vector/v.in.dwg/entity.c	55;"	d	file:
LOC_RGB_color	lib/raster/loc_proto.c	/^void LOC_RGB_color(unsigned char red, unsigned char grn, unsigned char blu)$/;"	f
LOC__open_quiet	lib/raster/loc_io.c	/^int LOC__open_quiet(void)$/;"	f
LOC_begin_scaled_raster	lib/raster/loc_proto.c	/^void LOC_begin_scaled_raster(int mask, int src[2][2], int dst[2][2])$/;"	f
LOC_bitmap	lib/raster/loc_proto.c	/^void LOC_bitmap(int ncols, int nrows, int threshold, const unsigned char *buf)$/;"	f
LOC_box_abs	lib/raster/loc_proto.c	/^void LOC_box_abs(int x1, int y1, int x2, int y2)$/;"	f
LOC_box_rel	lib/raster/loc_proto.c	/^void LOC_box_rel(int x, int y)$/;"	f
LOC_charset	lib/raster/loc_proto.c	/^void LOC_charset(const char *name)$/;"	f
LOC_close_driver	lib/raster/loc_io.c	/^void LOC_close_driver(void)$/;"	f
LOC_cont_abs	lib/raster/loc_proto.c	/^void LOC_cont_abs(int x, int y)$/;"	f
LOC_cont_rel	lib/raster/loc_proto.c	/^void LOC_cont_rel(int x, int y)$/;"	f
LOC_end_scaled_raster	lib/raster/loc_proto.c	/^void LOC_end_scaled_raster(void)$/;"	f
LOC_erase	lib/raster/loc_proto.c	/^void LOC_erase(void)$/;"	f
LOC_font	lib/raster/loc_proto.c	/^void LOC_font(const char *name)$/;"	f
LOC_font_info	lib/raster/loc_proto.c	/^void LOC_font_info(char ***list, int *count)$/;"	f
LOC_font_list	lib/raster/loc_proto.c	/^void LOC_font_list(char ***list, int *count)$/;"	f
LOC_get_location_with_box	lib/raster/loc_get.c	/^void LOC_get_location_with_box(int cx, int cy, int *wx, int *wy, int *button)$/;"	f
LOC_get_location_with_line	lib/raster/loc_get.c	/^void LOC_get_location_with_line(int cx, int cy, int *wx, int *wy, int *button)$/;"	f
LOC_get_location_with_pointer	lib/raster/loc_get.c	/^void LOC_get_location_with_pointer(int *wx, int *wy, int *button)$/;"	f
LOC_get_num_colors	lib/raster/loc_proto.c	/^void LOC_get_num_colors(int *n)$/;"	f
LOC_get_text_box	lib/raster/loc_proto.c	/^void LOC_get_text_box(const char *text, int *t, int *b, int *l, int *r)$/;"	f
LOC_init	lib/raster/loc_io.c	/^static void LOC_init(void)$/;"	f	file:
LOC_kill_driver	lib/raster/loc_io.c	/^void LOC_kill_driver(void)$/;"	f
LOC_line_width	lib/raster/loc_proto.c	/^void LOC_line_width(int width)$/;"	f
LOC_move_abs	lib/raster/loc_proto.c	/^void LOC_move_abs(int x, int y)$/;"	f
LOC_move_rel	lib/raster/loc_proto.c	/^void LOC_move_rel(int x, int y)$/;"	f
LOC_open_driver	lib/raster/loc_io.c	/^int LOC_open_driver(void)$/;"	f
LOC_pad_append_item	lib/raster/loc_pad.c	/^int LOC_pad_append_item(const char *item, const char *value, int replace)$/;"	f
LOC_pad_create	lib/raster/loc_pad.c	/^int LOC_pad_create(const char *pad)$/;"	f
LOC_pad_current	lib/raster/loc_pad.c	/^int LOC_pad_current(char *name)$/;"	f
LOC_pad_delete	lib/raster/loc_pad.c	/^int LOC_pad_delete(void)$/;"	f
LOC_pad_delete_item	lib/raster/loc_pad.c	/^int LOC_pad_delete_item(const char *name)$/;"	f
LOC_pad_get_item	lib/raster/loc_pad.c	/^int LOC_pad_get_item(const char *name, char ***list, int *count)$/;"	f
LOC_pad_invent	lib/raster/loc_pad.c	/^int LOC_pad_invent(char *pad)$/;"	f
LOC_pad_list	lib/raster/loc_pad.c	/^int LOC_pad_list(char ***list, int *count)$/;"	f
LOC_pad_list_items	lib/raster/loc_pad.c	/^int LOC_pad_list_items(char ***list, int *count)$/;"	f
LOC_pad_select	lib/raster/loc_pad.c	/^int LOC_pad_select(const char *pad)$/;"	f
LOC_pad_set_item	lib/raster/loc_pad.c	/^int LOC_pad_set_item(const char *name, const char *value)$/;"	f
LOC_panel_delete	lib/raster/loc_proto.c	/^void LOC_panel_delete(const char *name)$/;"	f
LOC_panel_restore	lib/raster/loc_proto.c	/^void LOC_panel_restore(const char *name)$/;"	f
LOC_panel_save	lib/raster/loc_proto.c	/^void LOC_panel_save(const char *name, int t, int b, int l, int r)$/;"	f
LOC_polydots_abs	lib/raster/loc_proto.c	/^void LOC_polydots_abs(const int *xarray, const int *yarray, int number)$/;"	f
LOC_polydots_rel	lib/raster/loc_proto.c	/^void LOC_polydots_rel(const int *xarray, const int *yarray, int number)$/;"	f
LOC_polygon_abs	lib/raster/loc_proto.c	/^void LOC_polygon_abs(const int *xarray, const int *yarray, int number)$/;"	f
LOC_polygon_rel	lib/raster/loc_proto.c	/^void LOC_polygon_rel(const int *xarray, const int *yarray, int number)$/;"	f
LOC_polyline_abs	lib/raster/loc_proto.c	/^void LOC_polyline_abs(const int *xarray, const int *yarray, int number)$/;"	f
LOC_polyline_rel	lib/raster/loc_proto.c	/^void LOC_polyline_rel(const int *xarray, const int *yarray, int number)$/;"	f
LOC_release_driver	lib/raster/loc_io.c	/^void LOC_release_driver(void)$/;"	f
LOC_scaled_raster	lib/raster/loc_proto.c	/^int LOC_scaled_raster(int n, int row,$/;"	f
LOC_screen_bot	lib/raster/loc_proto.c	/^int LOC_screen_bot(void)$/;"	f
LOC_screen_left	lib/raster/loc_proto.c	/^int LOC_screen_left(void)$/;"	f
LOC_screen_rite	lib/raster/loc_proto.c	/^int LOC_screen_rite(void)$/;"	f
LOC_screen_top	lib/raster/loc_proto.c	/^int LOC_screen_top(void)$/;"	f
LOC_set_window	lib/raster/loc_proto.c	/^void LOC_set_window(int t, int b, int l, int r)$/;"	f
LOC_stabilize	lib/raster/loc_io.c	/^void LOC_stabilize(void)$/;"	f
LOC_standard_color	lib/raster/loc_proto.c	/^void LOC_standard_color(int index)$/;"	f
LOC_text	lib/raster/loc_proto.c	/^void LOC_text(const char *text)$/;"	f
LOC_text_rotation	lib/raster/loc_proto.c	/^void LOC_text_rotation(float rotation)$/;"	f
LOC_text_size	lib/raster/loc_proto.c	/^void LOC_text_size(int width, int height)$/;"	f
LOGIN	lib/db/dbmi_base/login.c	/^} LOGIN;$/;"	t	typeref:struct:__anon27	file:
LOG_avail_memo	lib/iostream/mm_utils.cc	/^LOG_avail_memo() {$/;"	f
LONGC	raster/r.param.scale/param.h	50;"	d
LONG_ORDER	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	14;"	d
LONG_TEST	lib/vector/diglib/port_init.c	59;"	d	file:
LONG_TEST	lib/vector/diglib/port_test.c	59;"	d	file:
LOOKUP_COLORS	lib/gis/color_org.c	4;"	d	file:
LOOP	raster/r.to.vect/global.h	33;"	d
LOOPED_LINE	lib/vector/Vlib/buffer2.c	38;"	d	file:
LOOP_PER_SERVICE	display/drivers/XDRIVER/Work.c	5;"	d	file:
LOWER	ps/ps.map/do_geogrid.c	19;"	d	file:
LOWER	ps/ps.map/do_grid.c	14;"	d	file:
LOWER	ps/ps.map/do_labels.c	20;"	d	file:
LOWER	ps/ps.map/do_scalebar.c	14;"	d	file:
LOWER	ps/ps.map/mtextbox.c	10;"	d	file:
LOWER	ps/ps.map/ps_fclrtbl.c	15;"	d	file:
LOWER	ps/ps.map/r_text.c	18;"	d	file:
LOWER	ps/ps.map/scan_ref.c	12;"	d	file:
LOWER	ps/ps.map/textbox.c	10;"	d	file:
LR	raster/r.mfilter.fp/filter.h	18;"	d
LR	raster/r.mfilter/filter.h	17;"	d
LRIGHT	display/d.vect/plot.h	24;"	d
LRS_MULTIP	vector/v.lrs/lib/lrs.h	1;"	d
LRS_THRESH	vector/v.lrs/lib/lrs.c	36;"	d	file:
LR_cmp_mileposts	vector/v.lrs/lib/lrs.c	/^int LR_cmp_mileposts(double mp1, double off1, double mp2, double off2)$/;"	f
LR_get_milepost	vector/v.lrs/lib/lrs.c	/^int LR_get_milepost(dbDriver * driver, char *table_name,$/;"	f
LR_get_nearest_offset	vector/v.lrs/lib/lrs.c	/^int LR_get_nearest_offset(dbDriver * driver, char *table_name,$/;"	f
LR_get_offset	vector/v.lrs/lib/lrs.c	/^int LR_get_offset(dbDriver * driver, char *table_name,$/;"	f
LTONE	lib/cdhc/as66.c	31;"	d	file:
LTOP	display/d.vect/plot.h	26;"	d
LT_CONTINUOUS	include/gsurf.h	113;"	d
LT_DISCRETE	include/gsurf.h	112;"	d
LT_INVERTED	include/gsurf.h	121;"	d
LT_LIST	include/gsurf.h	115;"	d
LT_RANGE_HISET	include/gsurf.h	119;"	d
LT_RANGE_LOWSET	include/gsurf.h	118;"	d
LT_RANGE_LOW_HI	include/gsurf.h	120;"	d
LT_SHOW_LABELS	include/gsurf.h	124;"	d
LT_SHOW_VALS	include/gsurf.h	123;"	d
LUCKY	lib/ogsf/gsds.c	63;"	d	file:
LUCKY	lib/ogsf/gvl_file.c	28;"	d	file:
L_ALL	raster/r.sunmask/solpos00.h	56;"	d
L_AMASS	raster/r.sunmask/solpos00.h	52;"	d
L_DOY	raster/r.sunmask/solpos00.h	43;"	d
L_ETR	raster/r.sunmask/solpos00.h	55;"	d
L_GEOM	raster/r.sunmask/solpos00.h	44;"	d
L_PRIME	raster/r.sunmask/solpos00.h	53;"	d
L_REFRAC	raster/r.sunmask/solpos00.h	51;"	d
L_SBCF	raster/r.sunmask/solpos00.h	47;"	d
L_SOLAZM	raster/r.sunmask/solpos00.h	50;"	d
L_SRSS	raster/r.sunmask/solpos00.h	49;"	d
L_SSHA	raster/r.sunmask/solpos00.h	46;"	d
L_TEST	lib/vector/diglib/test.c	25;"	d	file:
L_TILT	raster/r.sunmask/solpos00.h	54;"	d
L_TST	raster/r.sunmask/solpos00.h	48;"	d
L_ZENETR	raster/r.sunmask/solpos00.h	45;"	d
L_fp	include/la.h	/^typedef logical(*L_fp) ();$/;"	t
Label::_drop_cmd	lib/external/bwidget/label.tcl	/^proc Label::_drop_cmd { path source X Y op type data } {$/;"	p
Label::_init_drag_cmd	lib/external/bwidget/label.tcl	/^proc Label::_init_drag_cmd { path X Y top } {$/;"	p
Label::_over_cmd	lib/external/bwidget/label.tcl	/^proc Label::_over_cmd { path source event X Y op type data } {$/;"	p
Label::cget	lib/external/bwidget/label.tcl	/^proc Label::cget { path option } {$/;"	p
Label::configure	lib/external/bwidget/label.tcl	/^proc Label::configure { path args } {$/;"	p
Label::create	lib/external/bwidget/label.tcl	/^proc Label::create { path args } {$/;"	p
Label::setfocus	lib/external/bwidget/label.tcl	/^proc Label::setfocus { path } {$/;"	p
LabelEntry::_path_command	lib/external/bwidget/labelentry.tcl	/^proc LabelEntry::_path_command { path cmd larg } {$/;"	p
LabelEntry::bind	lib/external/bwidget/labelentry.tcl	/^proc LabelEntry::bind { path args } {$/;"	p
LabelEntry::cget	lib/external/bwidget/labelentry.tcl	/^proc LabelEntry::cget { path option } {$/;"	p
LabelEntry::configure	lib/external/bwidget/labelentry.tcl	/^proc LabelEntry::configure { path args } {$/;"	p
LabelEntry::create	lib/external/bwidget/labelentry.tcl	/^proc LabelEntry::create { path args } {$/;"	p
LabelFrame::align	lib/external/bwidget/labelframe.tcl	/^proc LabelFrame::align { args } {$/;"	p
LabelFrame::cget	lib/external/bwidget/labelframe.tcl	/^proc LabelFrame::cget { path option } {$/;"	p
LabelFrame::configure	lib/external/bwidget/labelframe.tcl	/^proc LabelFrame::configure { path args } {$/;"	p
LabelFrame::create	lib/external/bwidget/labelframe.tcl	/^proc LabelFrame::create { path args } {$/;"	p
LabelFrame::getframe	lib/external/bwidget/labelframe.tcl	/^proc LabelFrame::getframe { path } {$/;"	p
LabelPos	visualization/xganim/main.c	/^int LabelPos[MAXVIEWS][2];$/;"	v
LargeMemory	raster/r.terraflow/common.h	/^class LargeMemory {$/;"	c
Layer	gui/wxpython/gui_modules/render.py	/^class Layer(object):$/;"	c
Layer	vector/v.in.dwg/global.h	/^Global PAD_LAY Layer;$/;"	v
LayerBook	gui/wxpython/gui_modules/dbm.py	/^class LayerBook(wx.Notebook):$/;"	c
LayerListCtrl	gui/wxpython/gui_modules/dbm.py	/^                    listmix.ListCtrlAutoWidthMixin):$/;"	c
LayerSelect	gui/wxpython/gui_modules/gselect.py	/^class LayerSelect(wx.Choice):$/;"	c
LayerTree	gui/wxpython/gui_modules/wxgui_utils.py	/^class LayerTree(treemixin.DragAndDrop, CT.CustomTreeCtrl):$/;"	c
LayersList	gui/wxpython/gui_modules/gdialogs.py	/^                 listmix.CheckListCtrlMixin):$/;"	c
Left	visualization/xganim/main.c	/^int Top = 0, Left = 0;$/;"	v
Level	include/V_.h	/^    int Level;			\/* 0 means unused *\/$/;"	m	struct:V_info
Line	include/vect/dig_structs.h	/^    P_LINE **Line;		\/* P_LINE array of pointers *\/\/* all these (not 0) *\/$/;"	m	struct:Plus_head
Line	vector/v.convert/conv.h	/^struct Line$/;"	s
Line	vector/v.net.visibility/rotation_tree.h	/^struct Line$/;"	s
LineSymb	vector/v.digit/global.h	/^Global int *LineSymb;		\/* array of line symbology codes, starts from index 1 *\/$/;"	v
Line_offset	include/vect/dig_structs.h	/^    long Line_offset;$/;"	m	struct:Plus_head
Line_spidx	include/vect/dig_structs.h	/^    struct Node *Line_spidx;$/;"	m	struct:Plus_head	typeref:struct:Plus_head::Node
Line_spidx_offset	include/vect/dig_structs.h	/^    long Line_spidx_offset;$/;"	m	struct:Plus_head
Line_width	lib/driver/driver.h	/^    void (*Line_width) (int);$/;"	m	struct:driver
List	display/d.save/main.c	/^struct list_struct *List = NULL, *List_last = NULL;$/;"	v	typeref:struct:list_struct
List	vector/v.mapcalc/list.h	/^typedef struct List$/;"	s
ListBase	visualization/nviz/src/togl.c	/^static GLuint ListBase[MAX_FONTS];$/;"	v	file:
ListBox::_auto_scroll	lib/external/bwidget/listbox.tcl	/^proc ListBox::_auto_scroll { path x y } {$/;"	p
ListBox::_destroy	lib/external/bwidget/listbox.tcl	/^proc ListBox::_destroy { path } {$/;"	p
ListBox::_draw_item	lib/external/bwidget/listbox.tcl	/^proc ListBox::_draw_item { path item x0 x1 y } {$/;"	p
ListBox::_drop_cmd	lib/external/bwidget/listbox.tcl	/^proc ListBox::_drop_cmd { path source X Y op type dnddata } {$/;"	p
ListBox::_init_drag_cmd	lib/external/bwidget/listbox.tcl	/^proc ListBox::_init_drag_cmd { path X Y top } {$/;"	p
ListBox::_over_cmd	lib/external/bwidget/listbox.tcl	/^proc ListBox::_over_cmd { path source event X Y op type dnddata } {$/;"	p
ListBox::_redraw_idle	lib/external/bwidget/listbox.tcl	/^proc ListBox::_redraw_idle { path level } {$/;"	p
ListBox::_redraw_items	lib/external/bwidget/listbox.tcl	/^proc ListBox::_redraw_items { path } {$/;"	p
ListBox::_redraw_listbox	lib/external/bwidget/listbox.tcl	/^proc ListBox::_redraw_listbox { path } {$/;"	p
ListBox::_redraw_selection	lib/external/bwidget/listbox.tcl	/^proc ListBox::_redraw_selection { path } {$/;"	p
ListBox::_resize	lib/external/bwidget/listbox.tcl	/^proc ListBox::_resize { path } {$/;"	p
ListBox::_scroll	lib/external/bwidget/listbox.tcl	/^proc ListBox::_scroll { path cmd dir } {$/;"	p
ListBox::_see	lib/external/bwidget/listbox.tcl	/^proc ListBox::_see { path idn side } {$/;"	p
ListBox::_update_edit_size	lib/external/bwidget/listbox.tcl	/^proc ListBox::_update_edit_size { path entry idw wmax args } {$/;"	p
ListBox::_update_scrollregion	lib/external/bwidget/listbox.tcl	/^proc ListBox::_update_scrollregion { path } {$/;"	p
ListBox::bindImage	lib/external/bwidget/listbox.tcl	/^proc ListBox::bindImage { path event script } {$/;"	p
ListBox::bindText	lib/external/bwidget/listbox.tcl	/^proc ListBox::bindText { path event script } {$/;"	p
ListBox::cget	lib/external/bwidget/listbox.tcl	/^proc ListBox::cget { path option } {$/;"	p
ListBox::configure	lib/external/bwidget/listbox.tcl	/^proc ListBox::configure { path args } {$/;"	p
ListBox::create	lib/external/bwidget/listbox.tcl	/^proc ListBox::create { path args } {$/;"	p
ListBox::delete	lib/external/bwidget/listbox.tcl	/^proc ListBox::delete { path args } {$/;"	p
ListBox::edit	lib/external/bwidget/listbox.tcl	/^proc ListBox::edit { path item text {verifycmd ""} {clickres 0} {select 1}} {$/;"	p
ListBox::exists	lib/external/bwidget/listbox.tcl	/^proc ListBox::exists { path item } {$/;"	p
ListBox::index	lib/external/bwidget/listbox.tcl	/^proc ListBox::index { path item } {$/;"	p
ListBox::insert	lib/external/bwidget/listbox.tcl	/^proc ListBox::insert { path index item args } {$/;"	p
ListBox::item	lib/external/bwidget/listbox.tcl	/^proc ListBox::item { path first {last ""} } {$/;"	p
ListBox::itemcget	lib/external/bwidget/listbox.tcl	/^proc ListBox::itemcget { path item option } {$/;"	p
ListBox::itemconfigure	lib/external/bwidget/listbox.tcl	/^proc ListBox::itemconfigure { path item args } {$/;"	p
ListBox::items	lib/external/bwidget/listbox.tcl	/^proc ListBox::items { path {first ""} {last ""}} {$/;"	p
ListBox::move	lib/external/bwidget/listbox.tcl	/^proc ListBox::move { path item index } {$/;"	p
ListBox::reorder	lib/external/bwidget/listbox.tcl	/^proc ListBox::reorder { path neworder } {$/;"	p
ListBox::see	lib/external/bwidget/listbox.tcl	/^proc ListBox::see { path item } {$/;"	p
ListBox::selection	lib/external/bwidget/listbox.tcl	/^proc ListBox::selection { path cmd args } {$/;"	p
ListBox::xview	lib/external/bwidget/listbox.tcl	/^proc ListBox::xview { path args } {$/;"	p
ListBox::yview	lib/external/bwidget/listbox.tcl	/^proc ListBox::yview { path args } {$/;"	p
ListCount	visualization/nviz/src/togl.c	/^static GLuint ListCount[MAX_FONTS];$/;"	v	file:
ListNode	lib/vector/rtree/index.h	/^struct ListNode$/;"	s
ListOfCatsToRange	gui/wxpython/gui_modules/utils.py	/^def ListOfCatsToRange(cats):$/;"	f
ListOfMapsets	gui/wxpython/gui_modules/utils.py	/^def ListOfMapsets(all=False):$/;"	f
ListSortLower	gui/wxpython/gui_modules/utils.py	/^def ListSortLower(list):$/;"	f
ListToVector	gui/wxpython/vdigit/driver.cpp	/^std::vector<int> DisplayDriver::ListToVector(struct ilist *list)$/;"	f	class:DisplayDriver
List_last	display/d.save/main.c	/^struct list_struct *List = NULL, *List_last = NULL;$/;"	v	typeref:struct:
Listcats	lib/ogsf/gsd_legend.c	/^static float *Listcats;$/;"	v	file:
Listnum	lib/ogsf/gsd_legend.c	/^static int Listnum = 0;$/;"	v	file:
Ln	imagery/i.atcorr/Output.h	/^	static void Ln()$/;"	f	class:Output
LoadData	gui/wxpython/gui_modules/dbm.py	/^    def LoadData(self, layer, columns=None, where=None):$/;"	m	class:VirtualAttributeList
LoadData	gui/wxpython/gui_modules/gdialogs.py	/^    def LoadData(self, data=None):$/;"	m	class:LayersList
LoadData	gui/wxpython/gui_modules/georect.py	/^    def LoadData(self):$/;"	m	class:GCPList
LoadData	gui/wxpython/gui_modules/preferences.py	/^    def LoadData(self, mapsets):$/;"	m	class:CheckListMapset
LoadData	gui/wxpython/gui_modules/vdigit.py	/^    def LoadData(self, data):$/;"	m	class:CheckListFeature
LoadDataLayers	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def LoadDataLayers(self):$/;"	m	class:GLWindow
LoadMapLayers	gui/wxpython/gui_modules/gdialogs.py	/^    def LoadMapLayers(self, type, mapset):$/;"	m	class:LoadMapLayersDialog
LoadMapLayersDialog	gui/wxpython/gui_modules/gdialogs.py	/^class LoadMapLayersDialog(wx.Dialog):$/;"	c
LoadRaster	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def LoadRaster(self, item):$/;"	m	class:GLWindow
LoadRaster3d	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def LoadRaster3d(self, item):$/;"	m	class:GLWindow
LoadSurface	gui/wxpython/nviz/load.cpp	/^int Nviz::LoadSurface(const char* name, const char *color_name, const char *color_value)$/;"	f	class:Nviz
LoadVector	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def LoadVector(self, item, vecType=None):$/;"	m	class:GLWindow
LoadVector	gui/wxpython/nviz/load.cpp	/^int Nviz::LoadVector(const char *name, bool points)$/;"	f	class:Nviz
LoadVolume	gui/wxpython/nviz/load.cpp	/^int Nviz::LoadVolume(const char* name, const char *color_name, const char *color_value)$/;"	f	class:Nviz
LoadWorkspaceFile	gui/wxpython/wxgui.py	/^    def LoadWorkspaceFile(self, filename):$/;"	m	class:GMFrame
LocationPage	gui/wxpython/gui_modules/georect.py	/^class LocationPage(TitledPage):$/;"	c
LocationWizard	gui/wxpython/gui_modules/location_wizard.py	/^class LocationWizard(wx.Object):$/;"	c
Log	gui/wxpython/gui_modules/dbm.py	/^class Log:$/;"	c
Longdim	lib/ogsf/GS2.c	/^static float Longdim;$/;"	v	file:
Lookoff	lib/dspf/viz.h	/^    long Lookoff;		\/* offset of beginning of lookup table in file *\/$/;"	m	struct:__anon33
Lookoff	raster3d/r3.showdspf/vizual2.h	/^    long Lookoff;		\/* offset of beginning of lookup table in file *\/$/;"	m	struct:__anon114
Lookup_Mac	scripts/r.tileset/r.tileset	/^Lookup_Mac() {$/;"	f
Low	raster/r.random.surface/ransurf.h	/^GLOBAL int *Seeds, Seed, NumSeeds, Low, High, NumMaps, NumFilters, OutFD;$/;"	v
LowLev	raster3d/r3.in.v5d/v5d.h	/^    int LowLev[MAXVARS];	\/* Lowest level per variable *\/$/;"	m	struct:__anon110
LowLev	raster3d/r3.out.v5d/v5d.h	/^    int LowLev[MAXVARS];	\/* Lowest level per variable *\/$/;"	m	struct:__anon121
M	general/g.transform/crs.c	51;"	d	file:
M	imagery/i.rectify/crs.c	75;"	d	file:
M	imagery/i.vpoints/crs.c	75;"	d	file:
M	lib/gis/area_ellipse.c	/^static double M;$/;"	v	file:
M	lib/gis/area_sphere.c	/^static double M;$/;"	v	file:
M1	raster/r.random.cells/random.c	10;"	d	file:
M1	raster/r.random.cells/random.c	62;"	d	file:
M1	raster/r.random.surface/random.c	11;"	d	file:
M1	raster/r.random.surface/random.c	64;"	d	file:
M2	raster/r.random.cells/random.c	14;"	d	file:
M2	raster/r.random.cells/random.c	66;"	d	file:
M2	raster/r.random.surface/random.c	15;"	d	file:
M2	raster/r.random.surface/random.c	68;"	d	file:
M2_PI	raster/r.sun/main.c	34;"	d	file:
M3	raster/r.random.cells/random.c	18;"	d	file:
M3	raster/r.random.cells/random.c	70;"	d	file:
M3	raster/r.random.surface/random.c	19;"	d	file:
M3	raster/r.random.surface/random.c	72;"	d	file:
MACOSX_APPDIR	macosx/Makefile	/^MACOSX_APPDIR = ${MACOSX_APP_NAME}\/Contents\/MacOS$/;"	m
MACOSX_APPDIR	macosx/modbuild/Makefile	/^MACOSX_APPDIR = ${MACOSX_APP_NAME}\/Contents\/MacOS$/;"	m
MACOSX_APP_NAME	macosx/Makefile	/^MACOSX_APP_NAME = GRASS-${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR}.app$/;"	m
MACOSX_APP_NAME	macosx/app/Makefile	/^MACOSX_APP_NAME = GRASS-${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR}.app$/;"	m
MACOSX_APP_NAME	macosx/modbuild/Makefile	/^	MACOSX_APP_NAME = GRASS-${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR}.app$/;"	m
MACOSX_BUNDLE_PREFIX	macosx/Makefile	/^MACOSX_BUNDLE_PREFIX = ${GRASS_HOME}\/macosx\/dist\/${MACOSX_APPDIR}$/;"	m
MACOSX_SUPPDIR	macosx/Makefile	/^MACOSX_SUPPDIR = \/Library\/GRASS\/${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR}$/;"	m
MAC_OSX_TCL	visualization/nviz/src/togl.h	39;"	d
MAC_OSX_TK	visualization/nviz/src/togl.h	42;"	d
MAC_TCL	visualization/nviz/src/togl.h	33;"	d
MAGENTA	include/colors.h	15;"	d
MAGENTA	raster/r.le/r.le.setup/colors.h	34;"	d
MAIN	db/drivers/dbf/main.c	18;"	d	file:
MAIN	db/drivers/dbf/main_debug.c	6;"	d	file:
MAIN	db/drivers/mysql/main.c	18;"	d	file:
MAIN	db/drivers/odbc/main.c	1;"	d	file:
MAIN	db/drivers/ogr/main.c	17;"	d	file:
MAIN	db/drivers/postgres/main.c	1;"	d	file:
MAIN	display/d.graph/main.c	38;"	d	file:
MAIN	display/d.histogram/main.c	40;"	d	file:
MAIN	display/d.mapgraph/main.c	31;"	d	file:
MAIN	display/d.mapgraph/options.h	3;"	d
MAIN	display/d.measure/main.c	28;"	d	file:
MAIN	display/d.profile/main.c	23;"	d	file:
MAIN	display/d.rast.arrow/arrow.c	49;"	d	file:
MAIN	display/d.rast.num/number.c	45;"	d	file:
MAIN	display/d.rast/main.c	24;"	d	file:
MAIN	display/d.title/main.c	25;"	d	file:
MAIN	display/d.what.vect/main.c	27;"	d	file:
MAIN	display/d.zoom/main.c	29;"	d	file:
MAIN	general/manage/cmd/copy.c	20;"	d	file:
MAIN	general/manage/cmd/list.c	20;"	d	file:
MAIN	general/manage/cmd/remove.c	24;"	d	file:
MAIN	general/manage/cmd/rename.c	19;"	d	file:
MAIN	imagery/i.ask/main.c	22;"	d	file:
MAIN	imagery/i.cca/main.c	41;"	d	file:
MAIN	imagery/i.class/main.c	21;"	d	file:
MAIN	imagery/i.fft/fftmain.c	36;"	d	file:
MAIN	imagery/i.ifft/ifftmain.c	33;"	d	file:
MAIN	imagery/i.ortho.photo/photo.camera/main.c	23;"	d	file:
MAIN	imagery/i.ortho.photo/photo.elev/main.c	22;"	d	file:
MAIN	imagery/i.ortho.photo/photo.init/main.c	22;"	d	file:
MAIN	imagery/i.zc/main.c	22;"	d	file:
MAIN	lib/g3d/cache.c	/^int MAIN()$/;"	f
MAIN	lib/proj/get_proj.c	26;"	d	file:
MAIN	ps/ps.map/main.c	21;"	d	file:
MAIN	raster/r.cost/main.c	51;"	d	file:
MAIN	raster/r.digit/main.c	20;"	d	file:
MAIN	raster/r.flow/calc.c	29;"	d	file:
MAIN	raster/r.in.gridatb/main.c	19;"	d	file:
MAIN	raster/r.in.gridatb/main.c	21;"	d	file:
MAIN	raster/r.le/r.le.patch/main.c	29;"	d	file:
MAIN	raster/r.los/main.c	37;"	d	file:
MAIN	raster/r.mfilter/main.c	17;"	d	file:
MAIN	raster/r.out.gridatb/main.c	19;"	d	file:
MAIN	raster/r.out.gridatb/main.c	21;"	d	file:
MAIN	raster/r.out.vtk/main.c	26;"	d	file:
MAIN	raster/r.param.scale/main.c	15;"	d	file:
MAIN	raster/r.profile/main.c	14;"	d	file:
MAIN	raster/r.quant/main.c	17;"	d	file:
MAIN	raster/r.random.cells/gasdev.c	6;"	d	file:
MAIN	raster/r.random.cells/indep.c	6;"	d	file:
MAIN	raster/r.random.cells/init.c	6;"	d	file:
MAIN	raster/r.random.cells/main.c	22;"	d	file:
MAIN	raster/r.random.cells/main.c	28;"	d	file:
MAIN	raster/r.random.cells/random.c	6;"	d	file:
MAIN	raster/r.random.surface/calcsd.c	6;"	d	file:
MAIN	raster/r.random.surface/calcsurf.c	6;"	d	file:
MAIN	raster/r.random.surface/cpfilter.c	6;"	d	file:
MAIN	raster/r.random.surface/dd.c	6;"	d	file:
MAIN	raster/r.random.surface/decay.c	6;"	d	file:
MAIN	raster/r.random.surface/digits.c	6;"	d	file:
MAIN	raster/r.random.surface/gasdev.c	6;"	d	file:
MAIN	raster/r.random.surface/gennorm.c	6;"	d	file:
MAIN	raster/r.random.surface/init.c	14;"	d	file:
MAIN	raster/r.random.surface/main.c	32;"	d	file:
MAIN	raster/r.random.surface/main.c	35;"	d	file:
MAIN	raster/r.random.surface/makebigf.c	6;"	d	file:
MAIN	raster/r.random.surface/makepp.c	6;"	d	file:
MAIN	raster/r.random.surface/random.c	6;"	d	file:
MAIN	raster/r.random.surface/save.c	6;"	d	file:
MAIN	raster/r.random.surface/zero.c	6;"	d	file:
MAIN	raster/r.recode/main.c	16;"	d	file:
MAIN	raster/r.resamp.rst/main.c	38;"	d	file:
MAIN	raster/r.statistics/main.c	23;"	d	file:
MAIN	raster/r.sunmask/main.c	42;"	d	file:
MAIN	raster/r.surf.contour/main.c	25;"	d	file:
MAIN	raster/r.surf.contour/main.c	28;"	d	file:
MAIN	raster/r.surf.fractal/main.c	15;"	d	file:
MAIN	raster/r.surf.idw/main.c	39;"	d	file:
MAIN	raster/r.to.vect/main.c	19;"	d	file:
MAIN	raster/r.topidx/main.c	21;"	d	file:
MAIN	raster/r.topmodel/main.c	17;"	d	file:
MAIN	raster/r.univar2/r.univar_main.c	19;"	d	file:
MAIN	raster/r.univar2/r3.univar_main.c	18;"	d	file:
MAIN	raster/r.walk/main.c	93;"	d	file:
MAIN	raster/r.water.outlet/main.c	27;"	d	file:
MAIN	raster/r.water.outlet/main.c	30;"	d	file:
MAIN	raster/r.watershed/ram/main.c	18;"	d	file:
MAIN	raster/r.watershed/ram/main.c	24;"	d	file:
MAIN	raster/r.watershed/seg/main.c	19;"	d	file:
MAIN	raster/r.watershed/seg/main.c	25;"	d	file:
MAIN	raster/simwe/r.sim.sediment/main.c	83;"	d	file:
MAIN	raster/simwe/r.sim.water/main.c	90;"	d	file:
MAIN	raster/simwe/simlib/hydro.c	27;"	d	file:
MAIN	raster/wildfire/r.spreadpath/main.c	36;"	d	file:
MAIN	raster3d/r3.mkdspf/main.c	43;"	d	file:
MAIN	raster3d/r3.out.vtk/main.c	25;"	d	file:
MAIN	raster3d/r3.showdspf/main_ogl.c	24;"	d	file:
MAIN	vector/v.build.polylines/main.c	71;"	d	file:
MAIN	vector/v.digit/main.c	12;"	d	file:
MAIN	vector/v.in.dwg/main.c	31;"	d	file:
MAIN	vector/v.in.ogr/main.c	22;"	d	file:
MAIN	vector/v.out.vtk/main.c	27;"	d	file:
MAIN	vector/v.to.db/main.c	18;"	d	file:
MAIN	vector/v.transform/main.c	32;"	d	file:
MAIN	vector/v.voronoi/dt_main.c	21;"	d	file:
MAIN	vector/v.voronoi/vo_main.c	37;"	d	file:
MAIN	visualization/nviz/src/mkdspf_main.c	54;"	d	file:
MAIN	visualization/xganim/main.c	29;"	d	file:
MAKE_CMD	gem/globals.h	/^EXTERN char MAKE_CMD[MAXSTR];$/;"	v
MAKE_DIR_CMD	Makefile	/^MAKE_DIR_CMD=		mkdir -p -m 755$/;"	m
MAKE_DIR_CMD	macosx/Makefile	/^MAKE_DIR_CMD = mkdir -p -m 755$/;"	m
MAKE_DIR_CMD	macosx/app/Makefile	/^MAKE_DIR_CMD = mkdir -p -m 755$/;"	m
MANDIR	man/Makefile	/^MANDIR  = $(GISBASE)\/man\/man$(SECT)$/;"	m
MANINVAL	raster/simwe/r.sim.sediment/main.c	58;"	d	file:
MANINVAL	raster/simwe/r.sim.water/main.c	64;"	d	file:
MANPAGES	man/Makefile	/^MANPAGES := $(patsubst $(HTMLDIR)\/%.html,$(MANDIR)\/%.$(SECT),$(wildcard $(HTMLDIR)\/*.html))$/;"	m
MAP	display/d.profile/profile.h	72;"	d
MAP	raster/r.watershed/shed/watershed.h	26;"	d
MAP	vector/v.mapcalc/map.h	/^} MAP;$/;"	t	typeref:struct:Map
MAPCALC_H	vector/v.mapcalc/mapcalc.h	2;"	d
MAPFUNC	vector/v.mapcalc/map.c	/^} MAPFUNC;$/;"	t	typeref:struct:Mapfunc	file:
MAPINDEX	raster/r.buffer/distance.h	53;"	d
MAPTYPE	raster/r.buffer/distance.h	/^typedef unsigned char MAPTYPE;$/;"	t
MAP_ANON	raster/r.terraflow/common.cc	82;"	d	file:
MAP_ATT	include/gsurf.h	74;"	d
MAP_FAILED	raster/r.terraflow/common.cc	86;"	d	file:
MAP_FAILED	raster/r.terraflow/common.cc	87;"	d	file:
MAP_H	vector/v.mapcalc/map.h	2;"	d
MAP_OBJ_SITE	include/nviz.h	43;"	d
MAP_OBJ_SURF	include/nviz.h	40;"	d
MAP_OBJ_UNDEFINED	include/nviz.h	39;"	d
MAP_OBJ_VECT	include/nviz.h	42;"	d
MAP_OBJ_VOL	include/nviz.h	41;"	d
MARKER	lib/gis/ll_scan.c	62;"	d	file:
MARKER	raster/r.terraflow/common.h	44;"	d
MARK_CROSS	display/d.grid/local_proto.h	18;"	d
MARK_FIDUCIAL	display/d.grid/local_proto.h	19;"	d
MARK_GRID	display/d.grid/local_proto.h	17;"	d
MASK	imagery/i.class/defs.h	109;"	d
MASKEDAREA	raster/r.li/r.li.daemon/ipc.h	21;"	d
MASKVALUE	vector/v.hull/globals.h	10;"	d
MASK_AND	lib/ogsf/gs_bm.c	98;"	d	file:
MASK_BL	include/gstypes.h	74;"	d
MASK_BR	include/gstypes.h	73;"	d
MASK_NPTS	include/gstypes.h	75;"	d
MASK_OR	lib/ogsf/gs_bm.c	96;"	d	file:
MASK_ORNOT	lib/ogsf/gs_bm.c	97;"	d	file:
MASK_SIZE	visualization/nviz/src/tkUnixPort.h	123;"	d
MASK_TL	include/gstypes.h	71;"	d
MASK_TR	include/gstypes.h	72;"	d
MASK_XOR	lib/ogsf/gs_bm.c	99;"	d	file:
MATRIX	general/g.transform/crs.c	/^struct MATRIX$/;"	s	file:
MATRIX	imagery/i.ortho.photo/libes/mat.h	/^} MATRIX;$/;"	t	typeref:struct:matrix
MATRIX	imagery/i.rectify/crs.c	/^struct MATRIX$/;"	s	file:
MATRIX	imagery/i.vpoints/crs.c	/^struct MATRIX$/;"	s	file:
MATRIX	vector/v.generalize/matrix.h	/^} MATRIX;$/;"	t	typeref:struct:__anon188
MATRIX_	include/la.h	/^{ MATRIX_, ROWVEC_, COLVEC_ } mat_spec;$/;"	e	enum:__anon243
MATRIX_H	vector/v.generalize/matrix.h	21;"	d
MAX	display/d.linegraph/linegraph.c	42;"	d	file:
MAX	display/d.rast.edit/edit.c	18;"	d	file:
MAX	imagery/i.class/histograms.c	11;"	d	file:
MAX	lib/cairodriver/Line_width.c	6;"	d	file:
MAX	lib/external/shapelib/shpopen.c	252;"	d	file:
MAX	lib/g3d/tilewrite.c	281;"	d	file:
MAX	lib/g3d/tilewrite.c	422;"	d	file:
MAX	lib/gis/fpreclass.c	249;"	d	file:
MAX	lib/gis/fpreclass.c	251;"	d	file:
MAX	lib/gis/quant.c	296;"	d	file:
MAX	lib/gis/quant.c	298;"	d	file:
MAX	lib/gmath/svd.c	12;"	d	file:
MAX	lib/gmath/svd.c	234;"	d	file:
MAX	lib/vector/Vlib/buffer2.c	33;"	d	file:
MAX	lib/vector/Vlib/dgraph.c	12;"	d	file:
MAX	lib/vector/Vlib/e_intersect.c	11;"	d	file:
MAX	lib/vector/rtree/rect.c	32;"	d	file:
MAX	raster/r.carve/enforce_ds.c	29;"	d	file:
MAX	raster/r.external/main.c	31;"	d	file:
MAX	raster/r.external/main.c	33;"	d	file:
MAX	raster/r.grow.distance/main.c	38;"	d	file:
MAX	raster/r.grow2/main.c	27;"	d	file:
MAX	raster/r.in.gdal/main.c	33;"	d	file:
MAX	raster/r.in.gdal/main.c	35;"	d	file:
MAX	raster/r.le/r.le.pixel/pixel.h	31;"	d
MAX	raster/r.out.pov/main.c	51;"	d	file:
MAX	raster/r.statistics/method.h	11;"	d
MAX	raster/r.surf.fractal/frac.h	19;"	d
MAX	raster3d/base/r3.mask.main.c	65;"	d	file:
MAX	raster3d/base/r3.null.main.c	28;"	d	file:
MAX	raster3d/r3.in.ascii/main.c	159;"	d	file:
MAX	raster3d/r3.in.v5d/main.c	38;"	d	file:
MAX	raster3d/r3.out.ascii/main.c	26;"	d	file:
MAX	raster3d/r3.out.v5d/main.c	26;"	d	file:
MAX	vector/v.buffer2/main.c	32;"	d	file:
MAX	vector/v.in.ogr/main.c	37;"	d	file:
MAX	visualization/nviz/src/togl.c	153;"	d	file:
MAXCARD	lib/vector/rtree/index.h	54;"	d
MAXCODE	raster3d/r3.showdspf/togif.c	493;"	d	file:
MAXCOLORS	raster/r.out.png/pngfunc.h	19;"	d
MAXCOLORS	raster3d/r3.showdspf/togif.c	21;"	d	file:
MAXCOLS	imagery/i.ortho.photo/libes/mat.h	4;"	d
MAXCOLUMNS	raster3d/r3.in.v5d/v5d.h	62;"	d
MAXCOLUMNS	raster3d/r3.out.v5d/v5d.h	62;"	d
MAXCOMMENTS	raster/r.out.png/pngfunc.h	20;"	d
MAXDIMS	include/gstypes.h	58;"	d
MAXEDLINES	include/gis.h	56;"	d
MAXEDLINES	swig/perl/gis.h	50;"	d
MAXFILES	raster/r.patch/nfiles.h	11;"	d
MAXIC	raster/r.param.scale/param.h	53;"	d
MAXIMAGES	raster/r.out.mpeg/main.c	47;"	d	file:
MAXIMAGES	visualization/xganim/main.c	33;"	d	file:
MAXITER	raster/r.topmodel/global.h	20;"	d
MAXKIDS	lib/vector/rtree/card.h	29;"	d
MAXLABELS	ps/ps.map/labels.h	1;"	d
MAXLEVEL	lib/gis/verbose.c	25;"	d	file:
MAXLEVELS	raster3d/r3.in.v5d/v5d.h	63;"	d
MAXLEVELS	raster3d/r3.out.v5d/v5d.h	63;"	d
MAXLINE	raster/r.le/r.le.setup/polytocell/bmf_to_cll.c	9;"	d	file:
MAXLINE	raster/r.le/r.le.setup/polytocell/ply_t_bmif.c	9;"	d	file:
MAXLINES	raster/r.digit/instruct.c	24;"	d	file:
MAXLITS	lib/dspf/viz.h	16;"	d
MAXLITS	raster3d/r3.showdspf/vizual2.h	17;"	d
MAXORDER	general/g.transform/crs.h	25;"	d
MAXORDER	imagery/i.rectify/crs.h	25;"	d
MAXORDER	imagery/i.vpoints/crs.h	25;"	d
MAXPOINTS	raster/r.resamp.rst/surf.h	32;"	d
MAXPOINTS	vector/v.surf.rst/surf.h	30;"	d
MAXPOINTS	vector/v.vol.rst/surf.h	33;"	d
MAXPOLY	lib/dspf/viz.h	19;"	d
MAXPOLY	raster3d/r3.showdspf/vizual2.h	20;"	d
MAXPROJARGS	raster3d/r3.in.v5d/v5d.h	128;"	d
MAXPROJARGS	raster3d/r3.out.v5d/v5d.h	128;"	d
MAXROWS	imagery/i.ortho.photo/libes/mat.h	3;"	d
MAXROWS	raster3d/r3.in.v5d/v5d.h	61;"	d
MAXROWS	raster3d/r3.out.v5d/v5d.h	61;"	d
MAXSEGM	raster/r.resamp.rst/surf.h	30;"	d
MAXSEGM	vector/v.surf.rst/surf.h	28;"	d
MAXSEGM	vector/v.vol.rst/surf.h	31;"	d
MAXSTR	gem/globals.h	59;"	d
MAXTHRESH	lib/dspf/viz.h	18;"	d
MAXTHRESH	raster3d/r3.showdspf/vizual2.h	19;"	d
MAXTHRESHOLDS	raster3d/r3.showdspf/new_init_graphics.c	42;"	d	file:
MAXTIMES	raster3d/r3.in.v5d/v5d.h	60;"	d
MAXTIMES	raster3d/r3.out.v5d/v5d.h	60;"	d
MAXVARS	raster3d/r3.in.v5d/v5d.h	59;"	d
MAXVARS	raster3d/r3.out.v5d/v5d.h	59;"	d
MAXVERTARGS	raster3d/r3.in.v5d/v5d.h	129;"	d
MAXVERTARGS	raster3d/r3.out.v5d/v5d.h	129;"	d
MAXVIEWS	raster/r.out.mpeg/main.c	50;"	d	file:
MAXVIEWS	visualization/xganim/main.c	36;"	d	file:
MAXW	raster/simwe/simlib/waterglobs.h	5;"	d
MAXXSIZE	raster3d/r3.showdspf/togif.h	1;"	d
MAX_ABS	include/la.h	94;"	d
MAX_ACCU	raster/r.terraflow/types.h	/^static const flowaccumulation_type MAX_ACCU = 1e+15;$/;"	v
MAX_ANSW	include/vask.h	8;"	d
MAX_ARGS	lib/gis/spawn.c	42;"	d	file:
MAX_ATTEMPTS	visualization/nviz/src/togl.c	1777;"	d	file:
MAX_ATTS	include/gsurf.h	34;"	d
MAX_BINDINGS	lib/gis/spawn.c	43;"	d	file:
MAX_BYTES	raster/r.watershed/ram/Gwater.h	26;"	d
MAX_BYTES	raster/r.watershed/seg/Gwater.h	21;"	d
MAX_CATS	imagery/i.class/defs.h	100;"	d
MAX_CHAR_SIZE	db/drivers/odbc/globals.h	1;"	d
MAX_CI_COLORMAP_SIZE	visualization/nviz/src/togl.c	128;"	d	file:
MAX_COLORS	lib/gis/color_rand.c	6;"	d	file:
MAX_COLOR_LEN	include/colors.h	31;"	d
MAX_CONST	include/vask.h	9;"	d
MAX_COOR	vector/v.transform/trans.h	16;"	d
MAX_CPLANES	include/gsurf.h	36;"	d
MAX_CVAL	visualization/nviz/src/coldefs.h	20;"	d
MAX_DEFAULT_TREE_DEPTH	lib/external/shapelib/shapefil.h	366;"	d
MAX_DIST	raster/r.buffer/distance.h	37;"	d
MAX_DS	lib/ogsf/gsds.c	65;"	d	file:
MAX_DSP	include/gsurf.h	33;"	d
MAX_ERROR	raster/r.resamp.rst/surf.h	24;"	d
MAX_ERROR	vector/v.surf.rst/surf.h	22;"	d
MAX_ERROR	vector/v.vol.rst/surf.h	25;"	d
MAX_FONTS	visualization/nviz/src/togl.c	3039;"	d	file:
MAX_FUNCS	raster3d/r3.in.v5d/vis5d.h	100;"	d
MAX_FUNCS	raster3d/r3.out.v5d/vis5d.h	100;"	d
MAX_HISTO_WIDTH	imagery/i.class/histograms.c	18;"	d	file:
MAX_INTERVAL	raster/r.random.surface/ransurf.h	13;"	d
MAX_ISOSURFS	include/gsurf.h	37;"	d
MAX_ITERS	imagery/i.ortho.photo/libes/orthoref.c	39;"	d	file:
MAX_ITERS	lib/gmath/eigen_tools.c	5;"	d	file:
MAX_LABEL	raster3d/r3.in.v5d/vis5d.h	99;"	d
MAX_LABEL	raster3d/r3.out.v5d/vis5d.h	99;"	d
MAX_LEGEND	lib/ogsf/gsd_legend.c	50;"	d	file:
MAX_LIGHTS	include/gsurf.h	35;"	d
MAX_LINE	include/vask.h	10;"	d
MAX_LIST	lib/ogsf/gsd_label.c	25;"	d	file:
MAX_LOOKUP_TABLE_SIZE	lib/gis/quant.c	292;"	d	file:
MAX_NEG	include/la.h	93;"	d
MAX_OBJS	lib/ogsf/gsd_prim.c	48;"	d	file:
MAX_OPEN_LEVEL	lib/vector/Vlib/open.c	30;"	d	file:
MAX_PARGS	lib/proj/get_proj.c	31;"	d	file:
MAX_POINTS	display/drivers/HTMLMAP/Graph_Set.c	/^int MAX_POINTS;$/;"	v
MAX_POINTS	raster/r.drain/main.c	48;"	d	file:
MAX_POS	include/la.h	92;"	d
MAX_PSFILES	ps/ps.map/ps_info.h	9;"	d
MAX_PTS	raster/r.carve/enforce.h	30;"	d
MAX_RAM	raster/r.water.outlet/basin.h	11;"	d
MAX_REDIRECTS	lib/gis/spawn.c	45;"	d	file:
MAX_ROW	raster/r.thin/io.c	41;"	d	file:
MAX_SIGNALS	lib/gis/spawn.c	44;"	d	file:
MAX_SITES	include/gsurf.h	31;"	d
MAX_SITE_LEN	include/site.h	85;"	d
MAX_SITE_STRING	include/site.h	84;"	d
MAX_SLICES	include/gsurf.h	38;"	d
MAX_STACK	lib/ogsf/trans.c	37;"	d	file:
MAX_STREAMS_OPEN	include/iostream/ami_stream.h	39;"	d
MAX_SUBNODE	lib/external/shapelib/shapefil.h	363;"	d
MAX_SURFS	include/gsurf.h	29;"	d
MAX_TF	include/gstypes.h	69;"	d
MAX_TICs	imagery/i.atcorr/main.cpp	/^	MAX_TICs = 4096  \/* this value is a guess. It means that <size> TI's will be $/;"	e	enum:TIMap::TIMapSize	file:
MAX_TILE_LENGTH	raster/r.out.tiff/r.out.tiff.c	64;"	d	file:
MAX_TITLE_LEN	raster/r.support/front/front.c	31;"	d	file:
MAX_TIs	imagery/i.atcorr/main.cpp	/^        MAX_TIs = 4096 \/* this value is a guess, increase it if in general $/;"	e	enum:TICache::TICacheSize	file:
MAX_UNITS	raster/r.report/global.h	35;"	d
MAX_VECTS	include/gsurf.h	30;"	d
MAX_VERTEX	imagery/i.class/defs.h	67;"	d
MAX_VERTICIES	raster/r.le/r.le.setup/polytocell/ply_to_cll.h	12;"	d
MAX_VOLS	include/gsurf.h	32;"	d
MAX_VOL_FILES	include/gsurf.h	42;"	d
MAX_VOL_SLICES	include/gsurf.h	41;"	d
MAX_WSIZE	raster/r.param.scale/param.h	25;"	d
MB	raster/r.flow/mem.h	6;"	d
MBS	raster3d/r3.in.v5d/vis5d.h	44;"	d
MBS	raster3d/r3.out.v5d/vis5d.h	44;"	d
MC	imagery/i.cca/local_proto.h	5;"	d
MEAN	imagery/i.class/histograms.c	13;"	d	file:
MEAN	imagery/i.class/signature.c	17;"	d	file:
MEDIAN	raster/r.statistics/method.h	4;"	d
MELEMENT	raster/r.surf.idw/main.h	5;"	d
MEM	raster/r.statistics/o_adev.c	9;"	d	file:
MEM	raster/r.statistics/o_kurt.c	9;"	d	file:
MEM	raster/r.statistics/o_sdev.c	9;"	d	file:
MEM	raster/r.statistics/o_skew.c	9;"	d	file:
MEM	raster/r.statistics/o_var.c	9;"	d	file:
MEMORY_H	vector/v.delaunay2/memory.h	2;"	d
MEMORY_LOG	lib/iostream/mm_utils.cc	/^MEMORY_LOG(std::string str) {$/;"	f
MEM_STREAM	include/iostream/mem_stream.h	/^MEM_STREAM<T>::MEM_STREAM(T *datap, int lenv) {$/;"	f	class:MEM_STREAM
MEM_STREAM	include/iostream/mem_stream.h	/^class MEM_STREAM {$/;"	c
MENU	imagery/i.class/defs.h	48;"	d
MENU	imagery/i.ortho.photo/photo.2image/defs.h	59;"	d
MENU	imagery/i.ortho.photo/photo.2target/defs.h	45;"	d
MENU	imagery/i.ortho.photo/photo.rectify/defs.h	58;"	d
MENU	imagery/i.points/defs.h	55;"	d
MENU	imagery/i.vpoints/defs.h	64;"	d
MENU_OBJECT	imagery/i.class/defs.h	42;"	d
MENU_OBJECT	imagery/i.ortho.photo/photo.2image/defs.h	53;"	d
MENU_OBJECT	imagery/i.ortho.photo/photo.2target/defs.h	39;"	d
MENU_OBJECT	imagery/i.ortho.photo/photo.rectify/defs.h	52;"	d
MENU_OBJECT	imagery/i.points/defs.h	49;"	d
MENU_OBJECT	imagery/i.vpoints/defs.h	58;"	d
MENU_WIN	display/d.colors/curses.c	/^WINDOW *MENU_WIN;$/;"	v
MENU_WINDOW	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL Window *MENU_WINDOW;$/;"	v
MENU_WINDOW	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL Window *MENU_WINDOW;$/;"	v
MENU_WINDOW	imagery/i.points/main.c	/^Window *MENU_WINDOW;$/;"	v
MENU_WINDOW	imagery/i.vpoints/main.c	/^Window *MENU_WINDOW;$/;"	v
MESG_WIN	display/d.colors/curses.c	/^WINDOW *MESG_WIN;$/;"	v
METERS	include/gis.h	63;"	d
METERS	swig/perl/gis.h	57;"	d
METERSQ_TO_ACRE	raster/r.watershed/shed/watershed.h	17;"	d
METERSQ_TO_HECTACRE	raster/r.watershed/shed/watershed.h	19;"	d
METERSQ_TO_KILOSQ	raster/r.watershed/shed/watershed.h	20;"	d
METERSQ_TO_MILESQ	raster/r.watershed/shed/watershed.h	18;"	d
METERS_TO_INCHES	ps/ps.map/distance.h	7;"	d
METERS_TO_MILES	display/d.geodesic/plot.c	7;"	d	file:
METERS_TO_MILES	display/d.rhumbline/plot.c	10;"	d	file:
METERS_in	lib/proj/do_proj.c	/^static double METERS_in = 1.0, METERS_out = 1.0;$/;"	v	file:
METERS_out	lib/proj/do_proj.c	/^static double METERS_in = 1.0, METERS_out = 1.0;$/;"	v	file:
METER_TO_FOOT	raster/r.water.outlet/basin.h	19;"	d
METER_TO_FOOT	raster/r.watershed/ram/Gwater.h	25;"	d
METER_TO_FOOT	raster/r.watershed/seg/Gwater.h	20;"	d
METER_TO_FOOT	raster/r.watershed/shed/watershed.h	21;"	d
METHODS	lib/vector/rtree/split_q.h	22;"	d
METHOD_COEFF_VAR	raster/r.in.xyz/local_proto.h	34;"	d
METHOD_MAX	raster/r.in.xyz/local_proto.h	28;"	d
METHOD_MEAN	raster/r.in.xyz/local_proto.h	31;"	d
METHOD_MEDIAN	raster/r.in.xyz/local_proto.h	35;"	d
METHOD_MIN	raster/r.in.xyz/local_proto.h	27;"	d
METHOD_N	raster/r.in.xyz/local_proto.h	26;"	d
METHOD_PERCENTILE	raster/r.in.xyz/local_proto.h	36;"	d
METHOD_RANGE	raster/r.in.xyz/local_proto.h	29;"	d
METHOD_SKEWNESS	raster/r.in.xyz/local_proto.h	37;"	d
METHOD_STDDEV	raster/r.in.xyz/local_proto.h	32;"	d
METHOD_SUM	raster/r.in.xyz/local_proto.h	30;"	d
METHOD_TRIMMEAN	raster/r.in.xyz/local_proto.h	38;"	d
METHOD_VARIANCE	raster/r.in.xyz/local_proto.h	33;"	d
MFAST_LNS	lib/ogsf/gv_quick.c	38;"	d	file:
MIDDLE_BUTTON	imagery/i.class/defs.h	97;"	d
MILEPOST	vector/v.lrs/v.lrs.create/main.c	/^} MILEPOST;$/;"	t	typeref:struct:__anon165	file:
MILESQ_TO_ACRE	raster/r.watershed/shed/watershed.h	12;"	d
MILESQ_TO_METERSQ	raster/r.watershed/shed/watershed.h	16;"	d
MILES_TO_INCHES	ps/ps.map/distance.h	8;"	d
MILES_TO_METERS	ps/ps.map/distance.h	11;"	d
MILES_TO_METERS	raster/r.buffer/distance.h	57;"	d
MIN	display/d.linegraph/linegraph.c	43;"	d	file:
MIN	display/d.rast.edit/edit.c	19;"	d	file:
MIN	imagery/i.atcorr/common.h	20;"	d
MIN	imagery/i.class/histograms.c	10;"	d	file:
MIN	lib/external/shapelib/shpopen.c	251;"	d	file:
MIN	lib/g3d/tilewrite.c	280;"	d	file:
MIN	lib/g3d/tilewrite.c	421;"	d	file:
MIN	lib/gis/fpreclass.c	248;"	d	file:
MIN	lib/gis/fpreclass.c	250;"	d	file:
MIN	lib/gis/quant.c	295;"	d	file:
MIN	lib/gis/quant.c	297;"	d	file:
MIN	lib/vector/Vlib/buffer2.c	30;"	d	file:
MIN	lib/vector/Vlib/dgraph.c	9;"	d	file:
MIN	lib/vector/Vlib/e_intersect.c	8;"	d	file:
MIN	lib/vector/dglib/graph.c	1691;"	d	file:
MIN	lib/vector/rtree/rect.c	31;"	d	file:
MIN	raster/r.carve/enforce_ds.c	28;"	d	file:
MIN	raster/r.external/main.c	30;"	d	file:
MIN	raster/r.external/main.c	32;"	d	file:
MIN	raster/r.in.gdal/main.c	32;"	d	file:
MIN	raster/r.in.gdal/main.c	34;"	d	file:
MIN	raster/r.le/r.le.patch/patch.h	37;"	d
MIN	raster/r.le/r.le.trace/r.le.trace.h	32;"	d
MIN	raster/r.out.pov/main.c	50;"	d	file:
MIN	raster/r.statistics/method.h	10;"	d
MIN	raster/r.surf.contour/contour.h	11;"	d
MIN	raster/r.water.outlet/basin.h	10;"	d
MIN	vector/v.buffer2/main.c	29;"	d	file:
MIN	vector/v.in.ogr/main.c	36;"	d	file:
MINFILL	lib/vector/rtree/card.h	30;"	d
MINIC	raster/r.param.scale/param.h	52;"	d
MINIMUM_DIST	display/drivers/HTMLMAP/Graph_Set.c	/^int MINIMUM_DIST;$/;"	v
MINLEVEL	lib/gis/verbose.c	27;"	d	file:
MINPOINTS	raster/r.resamp.rst/surf.h	31;"	d
MINPOINTS	vector/v.surf.rst/surf.h	29;"	d
MINPOINTS	vector/v.vol.rst/surf.h	32;"	d
MINTERR	general/g.transform/crs.c	64;"	d	file:
MINTERR	imagery/i.rectify/crs.c	88;"	d	file:
MINTERR	imagery/i.vpoints/crs.c	88;"	d	file:
MIN_COOR	vector/v.transform/trans.h	15;"	d
MIN_GRADIENT_DEGREES	raster/r.water.outlet/basin.h	17;"	d
MIN_GRADIENT_DEGREES	raster/r.watershed/ram/Gwater.h	23;"	d
MIN_GRADIENT_DEGREES	raster/r.watershed/seg/Gwater.h	18;"	d
MIN_HISTO_WIDTH	imagery/i.class/histograms.c	19;"	d	file:
MIN_INTERVAL	raster/r.random.surface/ransurf.h	14;"	d
MIN_SLOPE	raster/r.water.outlet/basin.h	16;"	d
MIN_SLOPE	raster/r.watershed/ram/Gwater.h	22;"	d
MIN_SLOPE	raster/r.watershed/seg/Gwater.h	17;"	d
MIN_WIDTH	lib/cairodriver/Line_width.c	3;"	d	file:
MISC_H_	vector/v.generalize/misc.h	2;"	d
MISSED	lib/ogsf/gs_query.c	33;"	d	file:
MISSING	raster3d/r3.in.v5d/v5d.h	54;"	d
MISSING	raster3d/r3.out.v5d/v5d.h	54;"	d
MISSING_VALUE	lib/gis/parser.c	89;"	d	file:
MLE	imagery/i.smap/bouman/interp.c	/^void MLE(			\/* computes maximum likelihood classification *\/$/;"	f
ML_PRECISION	imagery/i.smap/bouman/interp.c	9;"	d	file:
MMEMERR	general/g.transform/crs.c	62;"	d	file:
MMEMERR	imagery/i.rectify/crs.c	86;"	d	file:
MMEMERR	imagery/i.vpoints/crs.c	86;"	d	file:
MMHEAP_INITIAL_SIZE	include/iostream/minmaxheap.h	755;"	d
MM_ABORT_ON_MEMORY_EXCEEDED	include/iostream/mm.h	/^  MM_ABORT_ON_MEMORY_EXCEEDED,$/;"	e	enum:__anon268
MM_DEBUG	lib/iostream/mm.cc	31;"	d	file:
MM_DEFAULT_MM_SIZE	include/iostream/mm.h	28;"	d
MM_ERROR_EXCESSIVE_ALLOCATION	include/iostream/mm.h	/^  MM_ERROR_EXCESSIVE_ALLOCATION$/;"	e	enum:MM_err
MM_ERROR_INSUFFICIENT_SPACE	include/iostream/mm.h	/^  MM_ERROR_INSUFFICIENT_SPACE,$/;"	e	enum:MM_err
MM_ERROR_NO_ERROR	include/iostream/mm.h	/^  MM_ERROR_NO_ERROR = 0,$/;"	e	enum:MM_err
MM_ERROR_UNDERFLOW	include/iostream/mm.h	/^  MM_ERROR_UNDERFLOW,$/;"	e	enum:MM_err
MM_IGNORE_MEMORY_EXCEEDED	include/iostream/mm.h	/^  MM_IGNORE_MEMORY_EXCEEDED=0,$/;"	e	enum:__anon268
MM_REGISTER_VERSION	include/iostream/mm.h	25;"	d
MM_STREAM_USAGE_BUFFER	include/iostream/mm.h	/^  MM_STREAM_USAGE_BUFFER,$/;"	e	enum:MM_stream_usage
MM_STREAM_USAGE_CURRENT	include/iostream/mm.h	/^  MM_STREAM_USAGE_CURRENT,$/;"	e	enum:MM_stream_usage
MM_STREAM_USAGE_MAXIMUM	include/iostream/mm.h	/^  MM_STREAM_USAGE_MAXIMUM$/;"	e	enum:MM_stream_usage
MM_STREAM_USAGE_OVERHEAD	include/iostream/mm.h	/^  MM_STREAM_USAGE_OVERHEAD = 1,$/;"	e	enum:MM_stream_usage
MM_UTIL_H	include/iostream/mm_utils.h	20;"	d
MM_WARN_ON_MEMORY_EXCEEDED	include/iostream/mm.h	/^  MM_WARN_ON_MEMORY_EXCEEDED$/;"	e	enum:__anon268
MM_err	include/iostream/mm.h	/^enum MM_err {$/;"	g
MM_manager	lib/iostream/mm.cc	/^MM_register MM_manager;$/;"	v
MM_mode	include/iostream/mm.h	/^} MM_mode;$/;"	t	typeref:enum:__anon268
MM_register	include/iostream/mm.h	/^class MM_register {$/;"	c
MM_register	lib/iostream/mm.cc	/^MM_register::MM_register() {$/;"	f	class:MM_register
MM_stream_usage	include/iostream/mm.h	/^enum MM_stream_usage {$/;"	g
MNPTERR	general/g.transform/crs.c	60;"	d	file:
MNPTERR	imagery/i.rectify/crs.c	84;"	d	file:
MNPTERR	imagery/i.vpoints/crs.c	84;"	d	file:
MODDOMAIN	locale/Makefile	/^MODDOMAIN = grassmods$/;"	m
MODE	raster/r.statistics/method.h	3;"	d
MODE_ADD	vector/v.edit/global.h	/^    MODE_ADD,			\/* add new vector features *\/$/;"	e	enum:mode
MODE_BREAK	vector/v.edit/global.h	/^    MODE_BREAK,			\/* break (split) vector lines *\/$/;"	e	enum:mode
MODE_CATADD	vector/v.edit/global.h	/^    MODE_CATADD,		\/* add layer category *\/$/;"	e	enum:mode
MODE_CATDEL	vector/v.edit/global.h	/^    MODE_CATDEL,		\/* delete layer category *\/$/;"	e	enum:mode
MODE_CHTYPE	vector/v.edit/global.h	/^    MODE_CHTYPE,$/;"	e	enum:mode
MODE_CONNECT	vector/v.edit/global.h	/^    MODE_CONNECT,		\/* connect *two* lines *\/$/;"	e	enum:mode
MODE_COPY	vector/v.edit/global.h	/^    MODE_COPY,			\/* copy vector features *\/$/;"	e	enum:mode
MODE_CREATE	vector/v.edit/global.h	/^    MODE_CREATE,		\/* create new vector map *\/$/;"	e	enum:mode
MODE_DEFAULT	lib/ogsf/gvl_file.c	35;"	d	file:
MODE_DEL	vector/v.edit/global.h	/^    MODE_DEL,			\/* delete new vector features *\/$/;"	e	enum:mode
MODE_DIRECT	lib/ogsf/gvl_file.c	30;"	d	file:
MODE_FLIP	vector/v.edit/global.h	/^    MODE_FLIP,			\/* flip direction of vector lines *\/$/;"	e	enum:mode
MODE_FULL	lib/ogsf/gvl_file.c	32;"	d	file:
MODE_MERGE	vector/v.edit/global.h	/^    MODE_MERGE,			\/* merge vector lines *\/$/;"	e	enum:mode
MODE_MOVE	vector/v.edit/global.h	/^    MODE_MOVE,			\/* move vector features *\/$/;"	e	enum:mode
MODE_NONE	vector/v.edit/global.h	/^    MODE_NONE,$/;"	e	enum:mode
MODE_PRELOAD	lib/ogsf/gvl_file.c	33;"	d	file:
MODE_READ	include/V_.h	9;"	d
MODE_RW	include/V_.h	11;"	d
MODE_SELECT	vector/v.edit/global.h	/^    MODE_SELECT,$/;"	e	enum:mode
MODE_SLICE	lib/ogsf/gvl_file.c	31;"	d	file:
MODE_SNAP	vector/v.edit/global.h	/^    MODE_SNAP,			\/* snap vector lines *\/$/;"	e	enum:mode
MODE_VERTEX_ADD	vector/v.edit/global.h	/^    MODE_VERTEX_ADD,		\/* add vertex *\/$/;"	e	enum:mode
MODE_VERTEX_DELETE	vector/v.edit/global.h	/^    MODE_VERTEX_DELETE,		\/* delete vertex(ces) *\/$/;"	e	enum:mode
MODE_VERTEX_MOVE	vector/v.edit/global.h	/^    MODE_VERTEX_MOVE,		\/* move vertex(ces) *\/$/;"	e	enum:mode
MODE_WRITE	include/V_.h	10;"	d
MODE_ZBULK	vector/v.edit/global.h	/^    MODE_ZBULK,$/;"	e	enum:mode
MODULES	lib/python/Makefile	/^MODULES = core db raster vector$/;"	m
MODULES	swig/python/Makefile	/^MODULES = utils date grass math proj imagery vector raster display stats \\$/;"	m
MODULE_H	vector/v.mapcalc/plugin.h	2;"	d
MODULE_TOPDIR	Makefile	/^MODULE_TOPDIR = .$/;"	m
MODULE_TOPDIR	db/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	db/base/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	db/db.login/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	db/drivers/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	db/drivers/dbf/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	db/drivers/mysql/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	db/drivers/odbc/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	db/drivers/ogr/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	db/drivers/postgres/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	db/drivers/sqlite/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	display/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	display/d.ask/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.barscale/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.colorlist/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.colors/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.colortable/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.erase/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.extend/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.extract/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.font.freetype/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.font/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.frame/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.geodesic/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.graph/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.grid/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.his/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.histogram/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.info/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.legend/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.linegraph/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.mapgraph/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.measure/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.menu/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.mon/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.mon/cmd/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	display/d.mon/pgms/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	display/d.nviz/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.paint.labels/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.path/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.profile/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.rast.arrow/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.rast.edit/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.rast.num/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.rast/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.rgb/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.rhumbline/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.save/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.text.freetype/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.text.new/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.text/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.thematic.area/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.title/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.vect.chart/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.vect/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.what.rast/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.what.vect/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.where/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/d.zoom/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/drivers/HTMLMAP/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	display/drivers/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	display/drivers/PNG/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	display/drivers/PS/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	display/drivers/XDRIVER/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	display/drivers/cairo/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	doc/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	doc/raster/r.example/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	doc/vector/v.example/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	general/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	general/g.access/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.ask/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.dirseps/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.filename/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.findetc/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.findfile/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.gisenv/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.gui/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.mapset/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.mapsets/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.message/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.mkfontcap/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.mlist/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.mremove/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.parser/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.pnmcomp/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.proj/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.region/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.setproj/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.tempfile/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.transform/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/g.version/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/manage/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	general/manage/cmd/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	general/manage/lib/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	general/manage/lister/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	gui/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	gui/icons/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	gui/images/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	gui/scripts/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	gui/tcltk/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	gui/tcltk/d.m/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	gui/tcltk/gis.m/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	gui/wxpython/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	gui/wxpython/docs/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	gui/wxpython/nviz/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	gui/wxpython/scripts/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	gui/wxpython/vdigit/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	gui/xml/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	imagery/i.ask/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.atcorr/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.cca/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.class/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.cluster/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.fft/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.find/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.gensig/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.gensigset/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.group/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.his.rgb/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.ifft/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.maxlik/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.ortho.photo/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.ortho.photo/libes/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	imagery/i.ortho.photo/menu/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	imagery/i.ortho.photo/photo.2image/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	imagery/i.ortho.photo/photo.2target/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	imagery/i.ortho.photo/photo.camera/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	imagery/i.ortho.photo/photo.elev/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	imagery/i.ortho.photo/photo.init/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	imagery/i.ortho.photo/photo.rectify/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	imagery/i.ortho.photo/photo.target/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	imagery/i.pca/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.points/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.rectify/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.rgb.his/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.smap/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.smap/bouman/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	imagery/i.smap/shapiro/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	imagery/i.target/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.vpoints/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	imagery/i.zc/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	lib/arraystats/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/bitmap/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/btree/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/cairodriver/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/cdhc/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/cluster/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/datetime/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/db/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/db/dbmi_base/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/db/dbmi_client/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/db/dbmi_driver/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/db/sqlp/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/db/sqlp/test/Makefile	/^MODULE_TOPDIR = ..\/..\/..\/..$/;"	m
MODULE_TOPDIR	lib/db/stubs/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/display/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/driver/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/dspf/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/edit/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/external/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/external/bwidget/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/external/shapelib/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/fonts/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/fonts/fonts/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/form/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/g3d/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/gis/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/gmath/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/gpde/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/gpde/test/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/gtcltk/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/imagery/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/init/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/iostream/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/linkm/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/nviz/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/ogsf/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/pngdriver/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/proj/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/psdriver/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/python/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/raster/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/rowio/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/rst/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/rst/data/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/rst/interp_float/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/rst/qtree/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/segment/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/sites/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/stats/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/symbol/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/vask/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/vector/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	lib/vector/Vlib/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/vector/dglib/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/vector/diglib/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/vector/rtree/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/vector/transform/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	lib/vector/vedit/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	locale/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	macosx/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	macosx/app/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	macosx/modbuild/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	man/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	misc/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	misc/m.cogo/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	ps/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	ps/ps.map/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	raster/r.average/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.basins.fill/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.bilinear/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.bitpattern/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.buffer/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.carve/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.cats/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.circle/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.clump/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.coin/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.colors/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.composite/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.compress/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.contour/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.cost/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.covar/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.cross/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.describe/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.digit/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.distance/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.drain/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.external/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.fill.dir/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.flow/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.grow.distance/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.grow2/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.gwflow/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.his/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.horizon/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.in.arc/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.in.ascii/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.in.bin/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.in.gdal/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.in.gridatb/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.in.mat/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.in.poly/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.in.xyz/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.info/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.kappa/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.lake/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.le/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.le/r.le.patch/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.le/r.le.pixel/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.le/r.le.setup/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.le/r.le.setup/polytocell/Makefile	/^MODULE_TOPDIR = ..\/..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.le/r.le.trace/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/Makefile	/^MODULE_TOPDIR =..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.cwed/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.daemon/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.dominance/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.edgedensity/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.mpa/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.mps/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.padcv/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.padrange/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.padsd/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.patchdensity/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.patchnum/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.richness/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.setup/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.shannon/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.shape/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.li/r.li.simpson/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.los/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.mapcalc/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.median/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.mfilter.fp/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.mfilter/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.mode/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.neighbors/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.null/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.out.arc/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.out.ascii/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.out.bin/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.out.gdal/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.out.gridatb/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.out.mat/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.out.mpeg/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.out.png/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.out.pov/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.out.ppm/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.out.ppm3/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.out.tiff/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.out.vrml/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.out.vtk/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.param.scale/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.patch/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.profile/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.proj.seg/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.proj/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.quant/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.quantile/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.random.cells/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.random.surface/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.random/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.reclass/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.recode/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.region/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.report/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.resamp.interp/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.resamp.rst/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.resamp.stats/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.resample/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.rescale.eq/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.rescale/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.series/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.slope.aspect/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.statistics/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.stats/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.sum/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.sun/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.sun2/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.sunmask/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.support.stats/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.support/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.support/front/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.support/modcats/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.support/modcolr/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.support/modhead/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.support/modhist/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.surf.area/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.surf.contour/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.surf.fractal/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.surf.gauss/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.surf.idw/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.surf.idw2/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.surf.random/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.terraflow/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.texture/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.thin/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.timestamp/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.to.rast3/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.to.rast3elev/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.to.vect/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.topidx/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.topmodel/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.transect/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.univar2/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.volume/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.walk/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.water.outlet/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.watershed/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.watershed/front/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.watershed/ram/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.watershed/seg/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.watershed/shed/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/r.what.color/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/r.what/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/simwe/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/simwe/r.sim.sediment/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/simwe/r.sim.water/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/simwe/simlib/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/wildfire/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster/wildfire/r.ros/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/wildfire/r.spread/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster/wildfire/r.spreadpath/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	raster3d/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	raster3d/base/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster3d/r3.cross.rast/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster3d/r3.gwflow/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster3d/r3.in.ascii/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster3d/r3.in.v5d/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster3d/r3.mkdspf/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster3d/r3.out.ascii/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster3d/r3.out.v5d/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster3d/r3.out.vtk/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster3d/r3.showdspf/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster3d/r3.stats/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	raster3d/r3.to.rast/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	rfc/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	scripts/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	scripts/d.correlate/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.font.freetype/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.monsize/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.mvmon/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.out.file/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.out.gpsdrive/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.out.png/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.paint.labels/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.polar/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.rast.edit/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.rast.leg/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.redraw/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.resize/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.shadedmap/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.slide.show/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.split.frame/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.split/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.text.freetype/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/d.vect.thematic/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/db.dropcol/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/db.droptable/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/db.in.ogr/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/db.out.ogr/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/db.test/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/g.manual/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/g.mlist/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/g.mremove/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/i.fusion.brovey/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/i.image.mosaic/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/i.in.spotvgt/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/i.landsat.rgb/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/i.oif/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/i.spectral/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/i.tasscap/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/m.proj/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/p.out.vrml/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.blend/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.cats/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.colors.stddev/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.fillnulls/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.in.aster/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.in.srtm/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.in.wms/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.mapcalculator/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.mask/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.out.gdal/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.out.xyz/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.plane/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.reclass.area/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.regression.line/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.shaded.relief/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.tileset/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r.univar.sh/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/r3.mapcalculator/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.build.all/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.centroids/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.colors/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.convert.all/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.db.addcol/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.db.addtable/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.db.dropcol/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.db.droptable/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.db.join/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.db.reconnect.all/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.db.renamecol/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.db.univar/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.db.update/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.dissolve/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.in.e00/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.in.garmin/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.in.geonames/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.in.gns/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.in.gpsbabel/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.in.mapgen/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.in.sites.all/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.in.wfs/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.out.gpsbabel/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.rast.stats/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.report/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.univar.sh/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	scripts/v.what.vect/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	sites/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	sites/s.in.ascii/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	sites/s.out.ascii/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	swig/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	swig/python/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	testsuite/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	tools/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	tools/mkftcap/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	tools/timer/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	vector/lidar/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/lidar/lidarlib/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	vector/lidar/v.lidar.correction/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	vector/lidar/v.lidar.edgedetection/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	vector/lidar/v.lidar.growing/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	vector/lidar/v.outlier/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	vector/lidar/v.surf.bspline/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	vector/v.buffer/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.buffer2/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.build.polylines/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.build/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.category/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.class/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.clean/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.clean/test/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	vector/v.convert/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.db.connect/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.db.select/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.delaunay2/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.digit/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.distance/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.drape/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.edit/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.external/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.extract/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.extrude/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.generalize/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.hull/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.in.ascii/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.in.db/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.in.dwg/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.in.dxf/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.in.ogr/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.in.region/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.in.sites/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.info/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.kcv/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.kernel/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.label.sa/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.label/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.lrs/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.lrs/lib/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	vector/v.lrs/v.lrs.create/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	vector/v.lrs/v.lrs.label/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	vector/v.lrs/v.lrs.segment/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	vector/v.lrs/v.lrs.where/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	vector/v.mkgrid/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.neighbors/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.net.alloc/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.net.iso/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.net.path/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.net.salesman/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.net.steiner/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.net.visibility/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.net/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.normal/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.out.ascii/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.out.dxf/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.out.ogr/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.out.pov/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.out.svg/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.out.vtk/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.overlay/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.parallel/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.parallel2/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.patch/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.perturb/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.proj/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.qcount/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.random/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.reclass/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.sample/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.segment/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.select/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.split/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.support/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.surf.idw/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.surf.rst/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.to.3d/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.to.db/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.to.points/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.to.rast/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.to.rast3/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.transform/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.type/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.univar/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.vol.rst/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.voronoi/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.what.rast/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	vector/v.what/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	visualization/Makefile	/^MODULE_TOPDIR = ..$/;"	m
MODULE_TOPDIR	visualization/nviz/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	visualization/nviz/html/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	visualization/nviz/src/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	visualization/nviz2/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	visualization/nviz2/cmd/Makefile	/^MODULE_TOPDIR = ..\/..\/..$/;"	m
MODULE_TOPDIR	visualization/xganim/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MODULE_TOPDIR	visualization/ximgview/Makefile	/^MODULE_TOPDIR = ..\/..$/;"	m
MOD_OBJS	imagery/i.atcorr/Makefile	/^MOD_OBJS = $(subst .cpp,.o,$(wildcard *.cpp))$/;"	m
MOD_OBJS	imagery/i.vpoints/Makefile	/^MOD_OBJS =  main.o \\$/;"	m
MOD_POTFILES	locale/Makefile	/^MOD_POTFILES = find ..\/ -name '*.c' | grep -v '..\/lib' | xargs grep -l "_(\\""$/;"	m
MON_CAP	include/monitors.h	/^struct MON_CAP$/;"	s
MON_CLOSE	include/monitors.h	18;"	d
MON_LINK	include/monitors.h	17;"	d
MON_NAME	include/monitors.h	15;"	d
MON_NEXT	include/monitors.h	14;"	d
MON_PATH	include/monitors.h	16;"	d
MOTIFOGL	raster3d/r3.showdspf/kns_defines.h	2;"	d
MOU	display/d.profile/profile.h	70;"	d
MOUSE	include/vect/dig_defines.h	124;"	d
MOUSE_BOX	vector/v.digit/global.h	193;"	d
MOUSE_LINE	vector/v.digit/global.h	192;"	d
MOUSE_POINT	vector/v.digit/global.h	191;"	d
MOUSE_YN	imagery/i.ortho.photo/photo.2image/mark.c	10;"	d	file:
MOUSE_YN	imagery/i.ortho.photo/photo.2target/mark.c	9;"	d	file:
MOVE_ABS	include/graphics.h	30;"	d
MOVE_REL	include/graphics.h	31;"	d
MO_DIR	locale/Makefile	/^MO_DIR = $(ARCH_DISTDIR)\/locale$/;"	m
MPARMERR	general/g.transform/crs.c	63;"	d	file:
MPARMERR	imagery/i.rectify/crs.c	87;"	d	file:
MPARMERR	imagery/i.vpoints/crs.c	87;"	d	file:
MSG	gui/wxpython/nviz/init.cpp	17;"	d	file:
MSG	lib/gis/error.c	29;"	d	file:
MSGFILES	locale/Makefile	/^MSGFILES := $(patsubst po\/grasstcl_%.po,$(MSG_DIR)\/%.msg,$(wildcard po\/grasstcl_*.po))$/;"	m
MSGI_ERROR	vector/v.digit/global.h	73;"	d
MSGI_QUESTION	vector/v.digit/global.h	74;"	d
MSG_DIR	locale/Makefile	/^MSG_DIR = $(ARCH_DISTDIR)\/etc\/msgs$/;"	m
MSG_OK	vector/v.digit/global.h	69;"	d
MSG_YESNO	vector/v.digit/global.h	70;"	d
MSUCCESS	general/g.transform/crs.c	59;"	d	file:
MSUCCESS	imagery/i.rectify/crs.c	83;"	d	file:
MSUCCESS	imagery/i.vpoints/crs.c	83;"	d	file:
MTEXT	display/d.paint.labels/do_labels.c	13;"	d	file:
MT_divide	lib/rst/qtree/qtree.c	/^int MT_divide(struct tree_info *info, struct multtree *tree, int n_leafs)$/;"	f
MT_functions_new	lib/rst/qtree/qtree.c	/^    *MT_functions_new(int (*compare) (struct triple *, struct quaddata *),$/;"	f
MT_insert	lib/rst/qtree/qtree.c	/^int MT_insert(struct triple *point,$/;"	f
MT_region_data	lib/rst/qtree/qtree.c	/^int MT_region_data(struct tree_info *info, struct multtree *tree, struct quaddata *data, int MAX,	\/* max number of points we can add (KMAX2) *\/$/;"	f
MT_tree_info_new	lib/rst/qtree/qtree.c	/^struct tree_info *MT_tree_info_new(struct multtree *root,$/;"	f
MT_tree_new	lib/rst/qtree/qtree.c	/^struct multtree *MT_tree_new(struct quaddata *data,$/;"	f
MU	imagery/i.class/histograms.c	6;"	d	file:
MULT	lib/rst/interp_float/output2d.c	25;"	d	file:
MULT	lib/rst/interp_float/resout2d.c	14;"	d	file:
MULTIPLY_LOOP	lib/proj/do_proj.c	26;"	d	file:
MULTI_CATS	vector/v.build.polylines/walk.h	3;"	d
MUNSOLVABLE	general/g.transform/crs.c	61;"	d	file:
MUNSOLVABLE	imagery/i.rectify/crs.c	85;"	d	file:
MUNSOLVABLE	imagery/i.vpoints/crs.c	85;"	d	file:
MVWIN	raster/r.li/r.li.daemon/daemon.h	29;"	d
MX	imagery/i.cca/local_proto.h	4;"	d
MX	include/gmath.h	62;"	d
MX	raster/wildfire/r.ros/main.c	/^float MX[] = { 0, 0.12, 0.15, 0.25, 0.20, 0.20, 0.25, 0.40,$/;"	v
MY_COLORS	imagery/i.class/globals.h	62;"	d
MY_COMMON_H	imagery/i.atcorr/common.h	2;"	d
MY_CXT	swig/perl/R_slope_aspect/ppport.h	472;"	d
MY_CXT	swig/perl/R_slope_aspect/ppport.h	489;"	d
MY_CXT_INIT	swig/perl/R_slope_aspect/ppport.h	463;"	d
MY_CXT_INIT	swig/perl/R_slope_aspect/ppport.h	488;"	d
MY_DATE_H	imagery/i.atcorr/Date.h	2;"	d
MY_GAUSS_H	imagery/i.atcorr/Gauss.h	2;"	d
MY_LOG_DEBUG_ID	include/iostream/embuffer.h	38;"	d
MY_LOG_DEBUG_ID	include/iostream/empq_impl.h	30;"	d
MY_LOG_DEBUG_ID	include/iostream/empq_impl.h	37;"	d
MY_LOG_DEBUG_ID	include/iostream/minmaxheap.h	60;"	d
MY_MAX_COMPONENTS	lib/vector/dglib/examples/components.c	50;"	d	file:
MY_NULL	vector/v.delaunay2/data_types.h	7;"	d
MY_OUTPUT_H	imagery/i.atcorr/Output.h	2;"	d
M_2PI	vector/v.to.rast/local.h	12;"	d
M_ADD	display/d.extract/extract.c	15;"	d	file:
M_DEL	display/d.extract/extract.c	16;"	d	file:
M_E	vector/v.label.sa/annealing.c	21;"	d	file:
M_END	display/d.extract/extract.c	17;"	d	file:
M_PI	imagery/i.atcorr/common.h	17;"	d
M_PI	include/gis.h	81;"	d
M_PI	include/gis.h	82;"	d
M_PI	swig/perl/gis.h	75;"	d
M_PI	swig/perl/gis.h	76;"	d
M_PI2	imagery/i.atcorr/common.h	19;"	d
M_PI_2	include/gis.h	84;"	d
M_PI_2	include/gis.h	85;"	d
M_PI_2	swig/perl/gis.h	78;"	d
M_PI_2	swig/perl/gis.h	79;"	d
M_PI_4	include/gis.h	87;"	d
M_PI_4	include/gis.h	88;"	d
M_PI_4	swig/perl/gis.h	81;"	d
M_PI_4	swig/perl/gis.h	82;"	d
M_START	display/d.extract/extract.c	14;"	d	file:
M_glb	imagery/i.smap/bouman/alpha_max.c	/^static int M_glb;		\/* number of classes *\/$/;"	v	file:
MainDlist	raster3d/r3.showdspf/kns_globals.h	/^DECLARATION GLuint MainDlist;$/;"	v
MainFrame::_create_entries	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::_create_entries { path menu bg entries } {$/;"	p
MainFrame::_create_menubar	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::_create_menubar { path descmenu } {$/;"	p
MainFrame::_destroy	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::_destroy { path } {$/;"	p
MainFrame::_parse_accelerator	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::_parse_accelerator { desc } {$/;"	p
MainFrame::_parse_name	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::_parse_name { menuname } {$/;"	p
MainFrame::addindicator	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::addindicator { path args } {$/;"	p
MainFrame::addtoolbar	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::addtoolbar { path } {$/;"	p
MainFrame::cget	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::cget { path option } {$/;"	p
MainFrame::configure	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::configure { path args } {$/;"	p
MainFrame::create	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::create { path args } {$/;"	p
MainFrame::getframe	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::getframe { path } {$/;"	p
MainFrame::getindicator	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::getindicator { path index } {$/;"	p
MainFrame::getmenu	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::getmenu { path menuid } {$/;"	p
MainFrame::gettoolbar	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::gettoolbar { path index } {$/;"	p
MainFrame::setmenustate	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::setmenustate { path tag state } {$/;"	p
MainFrame::showstatusbar	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::showstatusbar { path name } {$/;"	p
MainFrame::showtoolbar	lib/external/bwidget/mainframe.tcl	/^proc MainFrame::showtoolbar { path index bool } {$/;"	p
MainOGLWindow	raster3d/r3.showdspf/kns_globals.h	/^DECLARATION OGLMotifWindowData MainOGLWindow;$/;"	v
MakeBigF	raster/r.random.surface/makebigf.c	/^void MakeBigF(void)$/;"	f
MakeButton	gui/wxpython/gui_modules/location_wizard.py	/^    def MakeButton(self, text, id=wx.ID_ANY, size=(-1,-1), parent=None):$/;"	m	class:BaseClass
MakeCcw	vector/v.hull/chull.c	/^void MakeCcw(tFace f, tEdge e, tVertex p)$/;"	f
MakeConeFace	vector/v.hull/chull.c	/^tFace MakeConeFace(tEdge e, tVertex p)$/;"	f
MakeFace	vector/v.hull/chull.c	/^tFace MakeFace(tVertex v0, tVertex v1, tVertex v2, tFace fold)$/;"	f
MakeLabel	gui/wxpython/gui_modules/location_wizard.py	/^    def MakeLabel(self, text="", style=wx.ALIGN_LEFT, parent=None):$/;"	m	class:BaseClass
MakeNullEdge	vector/v.hull/chull.c	/^tEdge MakeNullEdge(void)$/;"	f
MakeNullFace	vector/v.hull/chull.c	/^tFace MakeNullFace(void)$/;"	f
MakeNullVertex	vector/v.hull/chull.c	/^tVertex MakeNullVertex(void)$/;"	f
MakePP	raster/r.random.surface/makepp.c	/^double MakePP(int Row, int Col, int OutRows, int OutCols,$/;"	f
MakeSettings3DPaneContent	gui/wxpython/gui_modules/location_wizard.py	/^    def MakeSettings3DPaneContent(self, pane):$/;"	m	class:RegionDef
MakeTextCtrl	gui/wxpython/gui_modules/location_wizard.py	/^    def MakeTextCtrl(self, text='', size=(100,-1), style=0, parent=None):$/;"	m	class:BaseClass
MakeVGroup	gui/wxpython/gui_modules/georect.py	/^    def MakeVGroup(self):$/;"	m	class:VectGroup
Map	display/d.what.vect/what.h	/^GLOBAL struct Map_info *Map;$/;"	v	typeref:struct:Map_info
Map	gui/wxpython/gui_modules/render.py	/^class Map(object):$/;"	c
Map	include/V_.h	/^    struct Map_info Map;$/;"	m	struct:V_info	typeref:struct:V_info::Map_info
Map	include/vect/dig_structs.h	/^    struct Map_info *Map;	\/* X-ref to Map_info struct ?? *\/$/;"	m	struct:dig_head	typeref:struct:dig_head::Map_info
Map	raster/r.distance/defs.h	/^struct Map$/;"	s
Map	raster/r.to.vect/global.h	/^Global struct Map_info Map;$/;"	v	typeref:struct:Map_info
Map	raster/simwe/r.sim.sediment/main.c	/^struct Map_info Map;$/;"	v	typeref:struct:Map_info
Map	raster/simwe/r.sim.water/main.c	/^struct Map_info Map;$/;"	v	typeref:struct:Map_info
Map	vector/v.digit/global.h	/^Global struct Map_info Map;$/;"	v	typeref:struct:Map_info
Map	vector/v.in.dwg/global.h	/^Global struct Map_info Map;$/;"	v	typeref:struct:Map_info
Map	vector/v.label.sa/labels.c	/^static struct Map_info Map;$/;"	v	typeref:struct:Map_info	file:
Map	vector/v.mapcalc/map.h	/^typedef struct Map$/;"	s
Map	vector/v.surf.rst/main.c	/^struct Map_info Map;$/;"	v	typeref:struct:Map_info
Map	vector/v.vol.rst/userglobs.h	/^struct Map_info Map;$/;"	v	typeref:struct:Map_info
Map	vector/v.what/main.c	/^struct Map_info *Map;$/;"	v	typeref:struct:Map_info
Map2	lib/rst/interp_float/interpf.h	/^struct Map_info Map2;$/;"	v	typeref:struct:Map_info
MapApp	gui/wxpython/gui_modules/mapdisp.py	/^class MapApp(wx.App):$/;"	c
MapCalcFrame	gui/wxpython/gui_modules/mcalc_builder.py	/^class MapCalcFrame(wx.Frame):$/;"	c
MapCanvas::check_saveregion	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::check_saveregion {mon saveregion} {$/;"	p
MapCanvas::cleanup	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::cleanup { mon destroywin} {$/;"	p
MapCanvas::composite	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::composite {mon } {$/;"	p
MapCanvas::coordconv	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::coordconv { mon } {$/;"	p
MapCanvas::create	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::create { } {$/;"	p
MapCanvas::currentzoom	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::currentzoom { mon } {$/;"	p
MapCanvas::display_server	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::display_server {} {$/;"	p
MapCanvas::dnviz	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::dnviz { mon } {$/;"	p
MapCanvas::do_resize	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::do_resize {mon} {$/;"	p
MapCanvas::dragpan	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::dragpan {mon x y} {$/;"	p
MapCanvas::drawmap	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::drawmap { mon } {$/;"	p
MapCanvas::drawmline	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::drawmline { mon x y } {$/;"	p
MapCanvas::drawzoom	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::drawzoom { mon x y } {$/;"	p
MapCanvas::driversettings	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::driversettings { mon } {$/;"	p
MapCanvas::erase	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::erase { mon } {$/;"	p
MapCanvas::exploremode	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::exploremode { mon boolean } {$/;"	p
MapCanvas::fancy_ll	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::fancy_ll { eastcoord northcoord } {$/;"	p
MapCanvas::fancy_ll_res	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::fancy_ll_res { res } {$/;"	p
MapCanvas::fmt_length	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::fmt_length { dist } {$/;"	p
MapCanvas::get_mapunits	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::get_mapunits {} {$/;"	p
MapCanvas::mape2scrx	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::mape2scrx { mon east } {$/;"	p
MapCanvas::mapn2scry	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::mapn2scry { mon north } {$/;"	p
MapCanvas::markmline	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::markmline {mon x y} {$/;"	p
MapCanvas::markzoom	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::markzoom {mon x y} {$/;"	p
MapCanvas::measure	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::measure { mon x y } {$/;"	p
MapCanvas::measurebind	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::measurebind { mon } {$/;"	p
MapCanvas::pan	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::pan { mon } {$/;"	p
MapCanvas::panbind	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::panbind { mon } {$/;"	p
MapCanvas::pointer	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::pointer { mon } {$/;"	p
MapCanvas::printcanvas	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::printcanvas { mon } {$/;"	p
MapCanvas::query	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::query { mon x y } {$/;"	p
MapCanvas::querybind	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::querybind { mon } {$/;"	p
MapCanvas::request_redraw	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::request_redraw {mon modified} {$/;"	p
MapCanvas::restorecursor	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::restorecursor {mon} {$/;"	p
MapCanvas::runprograms	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::runprograms { mon mod } {$/;"	p
MapCanvas::save_region	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::save_region {mon} {$/;"	p
MapCanvas::scrx2mape	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::scrx2mape { mon x } {$/;"	p
MapCanvas::scry2mapn	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::scry2mapn { mon y } {$/;"	p
MapCanvas::set_wind	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::set_wind {mon args overwrite} {$/;"	p
MapCanvas::setcursor	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::setcursor { mon	 ctype } {$/;"	p
MapCanvas::shrinkwrap	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::shrinkwrap {sense nsew1 ar2 } {$/;"	p
MapCanvas::startpan	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::startpan {mon x y} {$/;"	p
MapCanvas::startprofile	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::startprofile { mon } {$/;"	p
MapCanvas::stoptool	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::stoptool { mon } {$/;"	p
MapCanvas::zoom_back	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::zoom_back { mon } {$/;"	p
MapCanvas::zoom_current	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::zoom_current { mon } {$/;"	p
MapCanvas::zoom_default	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::zoom_default { mon } {$/;"	p
MapCanvas::zoom_gregion	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::zoom_gregion {mon args} {$/;"	p
MapCanvas::zoom_map	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::zoom_map { mon } {$/;"	p
MapCanvas::zoom_new	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::zoom_new {mon args} {$/;"	p
MapCanvas::zoom_previous	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::zoom_previous {mon} {$/;"	p
MapCanvas::zoom_region	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::zoom_region { mon } {$/;"	p
MapCanvas::zoombind	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::zoombind { mon zoom } {$/;"	p
MapCanvas::zoomregion	gui/tcltk/gis.m/mapcanvas.tcl	/^proc MapCanvas::zoomregion { mon zoom } {$/;"	p
MapCount	raster/r.random.surface/ransurf.h	/^GLOBAL int MapCount, FDM, Rs, Cs, Theory;$/;"	v
MapFrame	gui/wxpython/gui_modules/mapdisp.py	/^class MapFrame(wx.Frame):$/;"	c
MapLayer	gui/wxpython/gui_modules/render.py	/^class MapLayer(Layer):$/;"	c
MapPoly	display/drivers/HTMLMAP/htmlmap.h	/^struct MapPoly$/;"	s
MapPrint	gui/wxpython/gui_modules/disp_print.py	/^class MapPrint(wx.Printout):$/;"	c
MapToolBar::changebutton	gui/tcltk/gis.m/maptool.tcl	/^proc MapToolBar::changebutton { rbname } {$/;"	p
MapToolBar::create	gui/tcltk/gis.m/maptool.tcl	/^proc MapToolBar::create { tb } {$/;"	p
MapToolBar::savefile	gui/tcltk/gis.m/maptool.tcl	/^proc MapToolBar::savefile { type quality } {$/;"	p
MapToolbar	gui/wxpython/gui_modules/toolbars.py	/^class MapToolbar(AbstractToolbar):$/;"	c
MapWindow	gui/wxpython/gui_modules/mapdisp.py	/^class MapWindow(object):$/;"	c
Map_info	include/vect/dig_structs.h	/^struct Map_info$/;"	s
Map_info	vector/v.mapcalc/map.h	/^typedef struct Map_info Map_info;$/;"	t	typeref:struct:Map_info
Mapfunc	vector/v.mapcalc/map.c	/^typedef struct Mapfunc$/;"	s	file:
Mapset	raster/r.random.surface/ransurf.h	/^GLOBAL char Buf[240], **OutNames, *TheoryName, *Mapset;$/;"	v
MapsetAccess	gui/wxpython/gui_modules/preferences.py	/^class MapsetAccess(wx.Dialog):$/;"	c
Mask	display/d.rast/mask.h	/^} Mask;$/;"	t	typeref:struct:_mask
Material_1_Dlist	raster3d/r3.showdspf/kns_globals.h	/^DECLARATION GLuint Material_1_Dlist;$/;"	v
MatrixDealloc	raster/r.texture/h_measure.c	/^void MatrixDealloc(float **A, int N)$/;"	f
Matrix_to_Qt	raster3d/r3.showdspf/BallAux.c	/^Quat Matrix_to_Qt(HMatrix dircos)$/;"	f
Max	general/g.transform/main.c	/^struct Max$/;"	s	file:
MaxCat	display/d.profile/profile.h	/^    UCAT MinCat, MaxCat;$/;"	m	struct:Profile
MaxDist	raster/r.random.cells/ransurf.h	/^GLOBAL double MaxDist, MaxDistSq;$/;"	v
MaxDistSq	raster/r.random.cells/ransurf.h	/^GLOBAL double MaxDist, MaxDistSq;$/;"	v
MaxFieldCat	vector/v.digit/global.h	/^Global int (*MaxFieldCat)[2];$/;"	v
MaxVal	raster3d/r3.in.v5d/v5d.h	/^    float MaxVal[MAXVARS];	\/* Maximum variable data values *\/$/;"	m	struct:__anon110
MaxVal	raster3d/r3.out.v5d/v5d.h	/^    float MaxVal[MAXVARS];	\/* Maximum variable data values *\/$/;"	m	struct:__anon121
McFile	raster3d/r3.in.v5d/v5d.h	/^    short McFile[MAXTIMES][MAXVARS];	\/* McIDAS file number in 1..9999 *\/$/;"	m	struct:__anon110
McFile	raster3d/r3.out.v5d/v5d.h	/^    short McFile[MAXTIMES][MAXVARS];	\/* McIDAS file number in 1..9999 *\/$/;"	m	struct:__anon121
McGrid	raster3d/r3.in.v5d/v5d.h	/^    short McGrid[MAXTIMES][MAXVARS];	\/* McIDAS grid number in 1..? *\/$/;"	m	struct:__anon110
McGrid	raster3d/r3.out.v5d/v5d.h	/^    short McGrid[MAXTIMES][MAXVARS];	\/* McIDAS grid number in 1..? *\/$/;"	m	struct:__anon121
MeasureDist	gui/wxpython/gui_modules/mapdisp.py	/^    def MeasureDist(self, beginpt, endpt):$/;"	m	class:MapFrame
Menu_msg	imagery/i.class/input.c	/^int Menu_msg(char *msg)$/;"	f
Menu_msg	imagery/i.ortho.photo/photo.2image/input.c	/^int Menu_msg(char *msg)$/;"	f
Menu_msg	imagery/i.ortho.photo/photo.2target/input.c	/^int Menu_msg(char *msg)$/;"	f
Menu_msg	imagery/i.points/input.c	/^int Menu_msg(char *msg)$/;"	f
Menu_msg	imagery/i.vpoints/input.c	/^int Menu_msg(char *msg)$/;"	f
MergeLine	gui/wxpython/gui_modules/vdigit.py	/^    def MergeLine(self):$/;"	m	class:VDigit
MergeLines	gui/wxpython/vdigit/line.cpp	/^int Digit::MergeLines()$/;"	f	class:Digit
MessageDlg::create	lib/external/bwidget/messagedlg.tcl	/^proc MessageDlg::create { path args } {$/;"	p
MetaIcon	gui/wxpython/icons/icon.py	/^class MetaIcon:$/;"	c
Mie_in	imagery/i.atcorr/AerosolModel.h	/^	struct Mie_in$/;"	s	struct:AerosolModel
MinCat	display/d.profile/profile.h	/^    UCAT MinCat, MaxCat;$/;"	m	struct:Profile
MinLeafFill	lib/vector/rtree/card.h	27;"	d
MinMaxHeap	include/iostream/minmaxheap.h	/^  MinMaxHeap(HeapIndex size) : BasicMinMaxHeap<T>(size) {};$/;"	f	class:MinMaxHeap
MinMaxHeap	include/iostream/minmaxheap.h	/^class MinMaxHeap : public BasicMinMaxHeap<T> {$/;"	c
MinNodeFill	lib/vector/rtree/card.h	26;"	d
MinVal	raster3d/r3.in.v5d/v5d.h	/^    float MinVal[MAXVARS];	\/* Minimum variable data values *\/$/;"	m	struct:__anon110
MinVal	raster3d/r3.out.v5d/v5d.h	/^    float MinVal[MAXVARS];	\/* Minimum variable data values *\/$/;"	m	struct:__anon121
Mode	lib/bitmap/bitmap.c	/^static int Mode = BM_FLAT;$/;"	v	file:
Mode	raster3d/r3.in.v5d/v5d.h	/^    char Mode;			\/* 'r' = read, 'w' = write *\/$/;"	m	struct:__anon110
Mode	raster3d/r3.out.v5d/v5d.h	/^    char Mode;			\/* 'r' = read, 'w' = write *\/$/;"	m	struct:__anon121
Modelshowing	lib/ogsf/GS2.c	/^static int Modelshowing = 0;$/;"	v	file:
ModifyLineVertex	gui/wxpython/vdigit/vertex.cpp	/^int Digit::ModifyLineVertex(int add, double x, double y, double z,$/;"	f	class:Digit
ModifyTableRecord	gui/wxpython/gui_modules/dbm.py	/^class ModifyTableRecord(wx.Dialog):$/;"	c
MouseActions	gui/wxpython/gui_modules/mapdisp.py	/^    def MouseActions(self, event):$/;"	m	class:BufferedWindow
MouseDraw	gui/wxpython/gui_modules/mapdisp.py	/^    def MouseDraw(self, pdc=None, begin=None, end=None):$/;"	m	class:BufferedWindow
MouseOnSphere	raster3d/r3.showdspf/BallMath.c	/^HVect MouseOnSphere(HVect mouse, HVect ballCenter, double ballRadius)$/;"	f
Mouse_box_anchored	imagery/i.class/mouse.c	/^int Mouse_box_anchored(int x1, int y1, int *x2, int *y2, int *button)$/;"	f
Mouse_box_anchored	imagery/i.ortho.photo/photo.2image/mouse.c	/^int Mouse_box_anchored(int x1, int y1, int *x2, int *y2, int *button)$/;"	f
Mouse_box_anchored	imagery/i.ortho.photo/photo.2target/mouse.c	/^int Mouse_box_anchored(int x1, int y1, int *x2, int *y2, int *button)$/;"	f
Mouse_box_anchored	imagery/i.points/mouse.c	/^int Mouse_box_anchored(int x1, int y1, int *x2, int *y2, int *button)$/;"	f
Mouse_box_anchored	imagery/i.vpoints/mouse.c	/^int Mouse_box_anchored(int x1, int y1, int *x2, int *y2, int *button)$/;"	f
Mouse_line_anchored	imagery/i.class/mouse.c	/^int Mouse_line_anchored(int x1, int y1, int *x2, int *y2, int *button)$/;"	f
Mouse_pointer	imagery/i.class/mouse.c	/^int Mouse_pointer(int *x, int *y, int *button)$/;"	f
Mouse_pointer	imagery/i.ortho.photo/photo.2image/mouse.c	/^int Mouse_pointer(int *x, int *y, int *button)$/;"	f
Mouse_pointer	imagery/i.ortho.photo/photo.2target/mouse.c	/^int Mouse_pointer(int *x, int *y, int *button)$/;"	f
Mouse_pointer	imagery/i.points/mouse.c	/^int Mouse_pointer(int *x, int *y, int *button)$/;"	f
Mouse_pointer	imagery/i.vpoints/mouse.c	/^int Mouse_pointer(int *x, int *y, int *button)$/;"	f
MoveIsosurface	gui/wxpython/nviz/volume.cpp	/^int Nviz::MoveIsosurface(int id, int isosurf_id, bool up)$/;"	f	class:Nviz
MoveLines	gui/wxpython/vdigit/line.cpp	/^int Digit::MoveLines(double move_x, double move_y, double move_z,$/;"	f	class:Digit
MoveSelectedLines	gui/wxpython/gui_modules/vdigit.py	/^    def MoveSelectedLines(self, move):$/;"	m	class:VDigit
MoveSelectedVertex	gui/wxpython/gui_modules/vdigit.py	/^    def MoveSelectedVertex(self, coords, move):$/;"	m	class:VDigit
MoveVertex	gui/wxpython/vdigit/vertex.cpp	/^int Digit::MoveVertex(double x, double y, double z,$/;"	f	class:Digit
MsgNoLayerSelected	gui/wxpython/wxgui.py	/^    def MsgNoLayerSelected(self):$/;"	m	class:GMFrame
Mtype	display/d.save/main.c	/^int Mtype;$/;"	v
MultiImportDialog	gui/wxpython/gui_modules/gdialogs.py	/^class MultiImportDialog(wx.Dialog):$/;"	c
MultipleThresholdFlag	raster3d/r3.showdspf/new_init_graphics.c	/^static int MultipleThresholdFlag;$/;"	v	file:
MultipleToggle	raster3d/r3.showdspf/new_init_graphics.c	/^static Widget SingleToggle, MultipleToggle;$/;"	v	file:
Mwind	display/d.save/main.c	/^struct Cell_head *Mwind;$/;"	v	typeref:struct:Cell_head
Mx	raster/r.le/r.le.patch/patch.h	/^    int Mx[4];$/;"	m	struct:CHOICE
MySearchCallback	lib/vector/rtree/test.c	/^int MySearchCallback(int id, void *arg)$/;"	f
N	imagery/i.ortho.photo/photo.2image/mark.c	/^static double N, E;$/;"	v	file:
N	imagery/i.ortho.photo/photo.2target/mark.c	/^static double N, E, Z;$/;"	v	file:
N	imagery/i.points/mark.c	/^static double N, E;$/;"	v	file:
N	imagery/i.vpoints/mark.c	/^static double N, E;$/;"	v	file:
N	include/btree.h	/^    int N;			\/* number of actual nodes in tree *\/$/;"	m	struct:__anon299
N	include/dlg.h	/^    double N;$/;"	m	struct:dlg_line
N	include/gis.h	/^    int N;			\/* number of actual nodes in tree *\/$/;"	m	struct:Cell_stats
N	include/ibtree.h	/^    int N;			\/* number of actual nodes in tree *\/$/;"	m	struct:__anon273
N	include/imagery.h	/^    double N;$/;"	m	struct:SubSig
N	include/vect/dig_structs.h	/^    double N;			\/* Bounding Box *\/$/;"	m	struct:P_area
N	include/vect/dig_structs.h	/^    double N;			\/* Bounding Box *\/$/;"	m	struct:P_isle
N	include/vect/dig_structs.h	/^    double N;			\/* Bounding Box *\/$/;"	m	struct:P_line
N	include/vect/dig_structs.h	/^    double N;			\/* north *\/$/;"	m	struct:bound_box
N	lib/gpde/N_pde.h	/^    double C, W, E, N, S, NE, NW, SE, SW, V;$/;"	m	struct:__anon51
N	lib/vector/Vlib/e_intersect.c	910;"	d	file:
N	lib/vector/transform/inverse.c	8;"	d	file:
N	lib/vector/transform/m_mult.c	5;"	d	file:
N	raster/r.cross/main.c	/^int N;			\/* number of actual nodes in tree *\/$/;"	v
N	raster/r.describe/tree.c	/^static int N;			\/* number of actual nodes in tree *\/$/;"	v	file:
N	swig/perl/gis.h	/^    int N;			\/* number of actual nodes in tree *\/$/;"	m	struct:Cell_stats
N1	include/vect/dig_structs.h	/^    plus_t N1;			\/* start node *\/$/;"	m	struct:P_line
N12	imagery/i.ortho.photo/libes/orthophoto.h	/^    double E12[3], N12[3], E21[3], N21[3], Z12[3], Z21[3];$/;"	m	struct:Ortho_Image_Group
N12	imagery/i.ortho.photo/photo.rectify/defs.h	/^    double E12[3], N12[3], E21[3], N21[3];$/;"	m	struct:__anon234
N12	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E12[3], N12[3], Z12[3];$/;"	v
N12	imagery/i.points/defs.h	/^    double E12[3], N12[3], E21[3], N21[3];$/;"	m	struct:__anon213
N12	imagery/i.rectify/main.c	/^double E12[10], N12[10];$/;"	v
N12	imagery/i.vpoints/defs.h	/^    double E12[10], N12[10], E21[10], N21[10];$/;"	m	struct:__anon219
N12a	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E12a, E12b, E12c, N12a, N12b, N12c;$/;"	v
N12b	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E12a, E12b, E12c, N12a, N12b, N12c;$/;"	v
N12c	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E12a, E12b, E12c, N12a, N12b, N12c;$/;"	v
N2	include/vect/dig_structs.h	/^    plus_t N2;			\/* end node   *\/$/;"	m	struct:P_line
N21	imagery/i.ortho.photo/libes/orthophoto.h	/^    double E12[3], N12[3], E21[3], N21[3], Z12[3], Z21[3];$/;"	m	struct:Ortho_Image_Group
N21	imagery/i.ortho.photo/photo.rectify/defs.h	/^    double E12[3], N12[3], E21[3], N21[3];$/;"	m	struct:__anon234
N21	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E21[3], N21[3], Z21[3];$/;"	v
N21	imagery/i.points/defs.h	/^    double E12[3], N12[3], E21[3], N21[3];$/;"	m	struct:__anon213
N21	imagery/i.rectify/main.c	/^double E21[10], N21[10];$/;"	v
N21	imagery/i.vpoints/defs.h	/^    double E12[10], N12[10], E21[10], N21[10];$/;"	m	struct:__anon219
N21a	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E21a, E21b, E21c, N21a, N21b, N21c;$/;"	v
N21b	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E21a, E21b, E21c, N21a, N21b, N21c;$/;"	v
N21c	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E21a, E21b, E21c, N21a, N21b, N21c;$/;"	v
NAD2BIN	lib/proj/Makefile	/^NAD2BIN = nad2bin$/;"	m
NAD_DIR	lib/proj/Makefile	/^NAD_DIR = $(GISBASE)\/etc\/nad$/;"	m
NAD_TABLES	lib/proj/Makefile	/^NAD_TABLES = FL.lla MD.lla TN.lla WI.lla WO.lla alaska.lla conus.lla \\$/;"	m
NALL	lib/ogsf/gs_norms.c	32;"	d	file:
NAMED_COLORS	ps/ps.map/description.html	/^<DT><a name="NAMED_COLORS"><\/a><B>color<\/B> <EM>name<\/EM>$/;"	a
NAME_BLACK	imagery/i.class/globals.h	52;"	d
NAME_BLUE	imagery/i.class/globals.h	53;"	d
NAME_BROWN	imagery/i.class/globals.h	54;"	d
NAME_GREEN	imagery/i.class/globals.h	55;"	d
NAME_GREY	imagery/i.class/globals.h	56;"	d
NAME_ORANGE	imagery/i.class/globals.h	57;"	d
NAME_PURPLE	imagery/i.class/globals.h	58;"	d
NAME_RED	imagery/i.class/globals.h	59;"	d
NAME_WHITE	imagery/i.class/globals.h	60;"	d
NAME_YELLOW	imagery/i.class/globals.h	61;"	d
NATIVE_CHAR	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	9;"	d
NATIVE_DOUBLE	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	4;"	d
NATIVE_FLOAT	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	5;"	d
NATIVE_INT	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	7;"	d
NATIVE_LONG	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	6;"	d
NATIVE_SHORT	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	8;"	d
NAUT_MILES_TO_METERS	ps/ps.map/distance.h	12;"	d
NAUT_MILES_TO_METERS	raster/r.buffer/distance.h	58;"	d
NBBY	visualization/nviz/src/tkUnixPort.h	137;"	d
NBBY	visualization/nviz/src/tkWinPort.h	52;"	d
NBL	lib/ogsf/gs_norms.c	36;"	d	file:
NBOT	lib/ogsf/gs_norms.c	28;"	d	file:
NBR	lib/ogsf/gs_norms.c	37;"	d	file:
NBYTES	lib/gis/opencell.c	/^static int NBYTES = sizeof(CELL);$/;"	v	file:
NC	lib/gpde/N_pde.h	/^    double NC, SC, WC, EC, TC, BC;$/;"	m	struct:__anon56
NC	lib/gpde/N_pde.h	/^    double NC, SC, WC, EC;$/;"	m	struct:__anon55
NC	lib/gpde/N_pde.h	/^    double NWW, NEE, NC, SC, SWW, SEE;$/;"	m	struct:__anon58
NCATS	lib/gis/cell_stats.c	/^static int NCATS = 1 << SHIFT;$/;"	v	file:
NCATS	raster/r.cross/main.c	/^int NCATS = 1 << SHIFT;$/;"	v
NCATS	raster/r.describe/tree.c	23;"	d	file:
NCATS	raster/r.mapcalc/map.c	167;"	d	file:
NCATS	raster/r.mapcalc/map3.c	261;"	d	file:
NCF	raster/r.resamp.rst/surf.h	1;"	d
NCF	vector/v.surf.rst/surf.h	2;"	d
NCF	vector/v.vol.rst/surf.h	2;"	d
NCOLORS	lib/driver/init.c	/^int NCOLORS;$/;"	v
NCOLORS	visualization/xganim/Clr_table.c	/^static int NCOLORS;$/;"	v	file:
NCOLORS	visualization/ximgview/color.c	/^static int NCOLORS;$/;"	v	file:
NCOLS	imagery/i.ortho.photo/photo.rectify/global.h	21;"	d
NCOLS	imagery/i.rectify/global.h	10;"	d
NCOLS	lib/segment/try.c	24;"	d	file:
NCOLS	lib/vector/dglib/examples/cr_large_graph.c	42;"	d	file:
NCSA	display/drivers/HTMLMAP/htmlmap.h	13;"	d
NDATA_MAX	vector/lidar/v.surf.bspline/crosscorr.c	30;"	d	file:
NE	include/dlg.h	118;"	d
NE	lib/gpde/N_pde.h	/^    double C, W, E, N, S, NE, NW, SE, SW, V;$/;"	m	struct:__anon51
NE	lib/rst/data/dataquad.h	18;"	d
NE	raster/r.out.pov/main.c	55;"	d	file:
NEAR	vector/v.distance/main.c	/^} NEAR;$/;"	t	typeref:struct:__anon180	file:
NEAREST	include/gis.h	221;"	d
NEAREST	swig/perl/gis.h	205;"	d
NEB	vector/v.vol.rst/dataoct.h	9;"	d
NEE	lib/gpde/N_pde.h	/^    double NWW, NEE, NC, SC, SWW, SEE;$/;"	m	struct:__anon58
NEED_MORE_POINTS	vector/v.transform/trans.h	22;"	d
NEGATIVE	raster/r.le/r.le.setup/polytocell/ply_to_cll.h	5;"	d
NEIGHBOR	raster/r.surf.idw/main.h	12;"	d
NEITHER	raster/r.water.outlet/basin.h	23;"	d
NEITHER	raster/r.watershed/ram/Gwater.h	30;"	d
NEITHER	raster/r.watershed/seg/Gwater.h	27;"	d
NEN	lib/gpde/N_pde.h	/^    double NWN, NEN, WC, EC, SWS, SES;$/;"	m	struct:__anon57
NERROR	raster/r.resamp.rst/main.c	/^int NERROR, cond1, cond2;$/;"	v
NERROR	vector/v.surf.rst/main.c	/^int NERROR, cond1, cond2;$/;"	v
NERROR	vector/v.vol.rst/main.c	/^int NERROR, cond1, cond2;$/;"	v
NET	vector/v.vol.rst/dataoct.h	5;"	d
NETWORK	vector/v.generalize/main.c	39;"	d	file:
NEW	lib/gis/ask.c	100;"	d	file:
NEW	lib/vector/Vlib/snap.c	/^} NEW;$/;"	t	typeref:struct:__anon78	file:
NEW	raster/r.flow/io.c	36;"	d	file:
NEW	vector/v.hull/macros.h	12;"	d
NEWLINE	include/gis.h	58;"	d
NEWLINE	swig/perl/gis.h	52;"	d
NEW_BACKCOL	raster/wildfire/r.spreadpath/point.h	27;"	d
NEW_BACKROW	raster/wildfire/r.spreadpath/point.h	26;"	d
NEW_COL	raster/wildfire/r.spreadpath/point.h	29;"	d
NEW_FILE	lib/gis/ask.c	105;"	d	file:
NEW_LINE_3_SIZE	vector/v.convert/conv.h	12;"	d
NEW_NEXT	raster/wildfire/r.spreadpath/point.h	30;"	d
NEW_PT_INCLINATION	raster/r.los/make_point.c	23;"	d	file:
NEW_PT_ORIENTATION	raster/r.los/make_point.c	22;"	d	file:
NEW_PT_X	raster/r.los/make_point.c	20;"	d	file:
NEW_PT_Y	raster/r.los/make_point.c	21;"	d	file:
NEW_ROW	raster/wildfire/r.spreadpath/point.h	28;"	d
NEXT	vector/v.delaunay2/edge.h	12;"	d
NEXTDCVAR	raster/r.watershed/ram/Gwater.h	/^GLOBAL SHORT nextdc[8] NEXTDCVAR;$/;"	v
NEXTDCVAR	raster/r.watershed/ram/Gwater.h	46;"	d
NEXTDCVAR	raster/r.watershed/ram/Gwater.h	52;"	d
NEXTDCVAR	raster/r.watershed/seg/Gwater.h	/^GLOBAL SHORT nextdc[8] NEXTDCVAR;$/;"	v
NEXTDCVAR	raster/r.watershed/seg/Gwater.h	43;"	d
NEXTDCVAR	raster/r.watershed/seg/Gwater.h	49;"	d
NEXTDRVAR	raster/r.watershed/ram/Gwater.h	/^GLOBAL SHORT nextdr[8] NEXTDRVAR;$/;"	v
NEXTDRVAR	raster/r.watershed/ram/Gwater.h	45;"	d
NEXTDRVAR	raster/r.watershed/ram/Gwater.h	51;"	d
NEXTDRVAR	raster/r.watershed/seg/Gwater.h	/^GLOBAL SHORT nextdr[8] NEXTDRVAR;$/;"	v
NEXTDRVAR	raster/r.watershed/seg/Gwater.h	42;"	d
NEXTDRVAR	raster/r.watershed/seg/Gwater.h	48;"	d
NEXTKEY	swig/perl/Grass.pm	/^sub NEXTKEY { }$/;"	s
NEXT_ARG	lib/gis/spawn.c	465;"	d	file:
NEXT_BLOCKING_PT	raster/r.los/pts_elim.c	23;"	d	file:
NEXT_CHECKED_PT	raster/r.los/pts_elim.c	29;"	d	file:
NEXT_NEW_PT	raster/r.los/make_point.c	24;"	d	file:
NEXT_PT	raster/r.los/make_list.c	18;"	d	file:
NEXT_PT	raster/r.los/segment.c	14;"	d	file:
NEXT_PT	raster/wildfire/r.spreadpath/point.h	25;"	d
NEXT_PT_BACK_PTR	raster/r.los/delete.c	21;"	d	file:
NEXT_PT_BACK_PTR	raster/r.los/segment.c	15;"	d	file:
NEXT_PT_TO_MARK	raster/r.los/mark_pts.c	18;"	d	file:
NEXT_SEARCH_PT	raster/r.los/main.c	49;"	d	file:
NEXT_START_PT	raster/wildfire/r.spreadpath/point.h	31;"	d
NEZ	lib/gpde/N_pde.h	/^    double NWZ, NZ, NEZ, WZ, CZ, EZ, SWZ, SZ, SEZ;$/;"	m	struct:__anon59
NE_B	lib/gpde/N_pde.h	/^    double B, W_B, E_B, N_B, S_B, NE_B, NW_B, SE_B, SW_B;$/;"	m	struct:__anon51
NE_T	lib/gpde/N_pde.h	/^    double T, W_T, E_T, N_T, S_T, NE_T, NW_T, SE_T, SW_T;$/;"	m	struct:__anon51
NFDBITS	visualization/nviz/src/tkUnixPort.h	121;"	d
NFILES	imagery/i.ortho.photo/photo.rectify/ask_files.c	8;"	d	file:
NFILES	imagery/i.ortho.photo/photo.rectify/ask_files2.c	6;"	d	file:
NFILES	imagery/i.rectify/main.c	60;"	d	file:
NFILES	raster/r.cross/glob.h	24;"	d
NFILES	raster/r.what/main.c	17;"	d	file:
NG1	raster/r.resamp.rst/surf.h	2;"	d
NG1	vector/v.surf.rst/surf.h	3;"	d
NG1	vector/v.vol.rst/surf.h	3;"	d
NG2	raster/r.resamp.rst/surf.h	3;"	d
NG2	vector/v.surf.rst/surf.h	4;"	d
NG2	vector/v.vol.rst/surf.h	4;"	d
NGRAPH	vector/v.generalize/network.c	/^} NGRAPH;$/;"	t	typeref:struct:__anon189	file:
NITER	raster/simwe/r.sim.sediment/main.c	55;"	d	file:
NITER	raster/simwe/r.sim.water/main.c	60;"	d	file:
NL	display/d.paint.labels/do_labels.c	10;"	d	file:
NL	lib/vask/V_call.c	93;"	d	file:
NLFT	lib/ogsf/gs_norms.c	29;"	d	file:
NLINES	imagery/i.ask/popup.c	12;"	d	file:
NLINES	imagery/i.ortho.photo/photo.2image/analyze.c	13;"	d	file:
NLINES	imagery/i.ortho.photo/photo.2image/ask.c	8;"	d	file:
NLINES	imagery/i.ortho.photo/photo.2image/camera_ref.h	4;"	d
NLINES	imagery/i.ortho.photo/photo.2target/analyze.c	9;"	d	file:
NLINES	imagery/i.ortho.photo/photo.2target/ask.c	7;"	d	file:
NLINES	imagery/i.ortho.photo/photo.camera/mod_cam_info.c	8;"	d	file:
NLINES	imagery/i.points/analyze.c	10;"	d	file:
NLINES	imagery/i.points/ask.c	7;"	d	file:
NLINES	imagery/i.vpoints/analyze.c	9;"	d	file:
NLINES	imagery/i.vpoints/ask.c	5;"	d	file:
NLINES	imagery/i.vpoints/ask_lineclr.c	3;"	d	file:
NLINES	lib/edit/edit_cats.c	231;"	d	file:
NLINES	lib/edit/edit_cats.c	57;"	d	file:
NMAX	raster/r.li/r.li.cwed/cwed.c	25;"	d	file:
NNSTEP	ps/ps.map/ps_fclrtbl.c	20;"	d	file:
NO	display/d.histogram/options.h	22;"	d
NO	display/d.histogram/pie.c	39;"	d	file:
NO	display/d.paint.labels/do_labels.c	21;"	d	file:
NO	include/gis.h	106;"	d
NO	swig/perl/gis.h	100;"	d
NODATA_DEBUG	raster/r.terraflow/nodata.cc	38;"	d	file:
NODATA_H	raster/r.terraflow/nodata.h	21;"	d
NODE	lib/gis/cell_stats.c	9;"	d	file:
NODE	raster/r.cross/glob.h	/^} NODE;$/;"	t	typeref:struct:__anon141
NODE	raster/r.describe/tree.c	/^} NODE;$/;"	t	typeref:struct:__anon159	file:
NODE	raster/r.surf.contour/contour.h	7;"	d
NODE	raster/r.water.outlet/basin.h	6;"	d
NODE	vector/v.net.alloc/main.c	/^} NODE;$/;"	t	typeref:struct:__anon175	file:
NODE	vector/v.net.iso/main.c	/^} NODE;$/;"	t	typeref:struct:__anon192	file:
NODECARD	lib/vector/rtree/card.c	/^int NODECARD = MAXCARD;$/;"	v
NODE_ALIVE	include/vect/dig_macros.h	16;"	d
NODE_ERROR	db/drivers/dbf/dbfexe.c	33;"	d	file:
NODE_FALSE	db/drivers/dbf/dbfexe.c	29;"	d	file:
NODE_INCR	raster/r.stats/stats.c	14;"	d	file:
NODE_NULL	db/drivers/dbf/dbfexe.c	32;"	d	file:
NODE_TRUE	db/drivers/dbf/dbfexe.c	30;"	d	file:
NODE_VALUE	db/drivers/dbf/dbfexe.c	31;"	d	file:
NOMASK	raster/r.basins.fill/main.c	34;"	d	file:
NOMASK	raster/r.water.outlet/basin.h	15;"	d
NOMASK	raster/r.watershed/ram/Gwater.h	21;"	d
NOMASK	raster/r.watershed/seg/Gwater.h	16;"	d
NOMINMAX	lib/external/shapelib/safileio.c	73;"	d	file:
NONE	gem/globals.h	62;"	d
NONE	lib/db/dbmi_base/token.c	4;"	d	file:
NONE	raster/r.out.png/pngfunc.h	17;"	d
NONSYM	include/la.h	/^{ NONSYM, SYM, HERMITIAN } mat_type;$/;"	e	enum:__anon242
NON_LOOPED_LINE	lib/vector/Vlib/buffer2.c	39;"	d	file:
NON_NAME	raster/r.watershed/shed/watershed.h	10;"	d
NOOP	swig/perl/R_slope_aspect/ppport.h	235;"	d
NORMAL	display/d.title/options.h	13;"	d
NORMAL	raster/r.li/r.li.daemon/daemon.h	28;"	d
NORMAL_FONT	imagery/i.class/defs.h	102;"	d
NORMAL_TEXT_SIZE	imagery/i.class/defs.h	104;"	d
NORTH	lib/gis/plot.c	152;"	d	file:
NORTH	raster/r.flow/calc.c	45;"	d	file:
NOSCALE	lib/gmath/del2g.c	32;"	d	file:
NOTSET_ATT	include/gsurf.h	73;"	d
NO_CATS	raster/r.neighbors/main.c	43;"	d	file:
NO_CATS	vector/v.build.polylines/walk.h	1;"	d
NO_COMPACT	include/la.h	97;"	d
NO_CUR_PAD	include/graphics.h	91;"	d
NO_DATA	lib/gis/quant.c	293;"	d	file:
NO_DATA_COL	lib/ogsf/Gs3.c	72;"	d	file:
NO_DEFAULT_RULE	lib/gis/fpreclass.c	253;"	d	file:
NO_EXPLICIT_RULE	lib/gis/fpreclass.c	257;"	d	file:
NO_EXPLICIT_RULE	lib/gis/quant.c	303;"	d	file:
NO_FINITE_RULE	lib/gis/fpreclass.c	256;"	d	file:
NO_FINITE_RULE	lib/gis/quant.c	302;"	d	file:
NO_ITEM	include/graphics.h	92;"	d
NO_KEY	display/d.mon/pgms/open.h	14;"	d
NO_KEY	lib/raster/open.h	14;"	d
NO_LEFT_INFINITE_RULE	lib/gis/fpreclass.c	254;"	d	file:
NO_LEFT_INFINITE_RULE	lib/gis/quant.c	300;"	d	file:
NO_MEMORY	include/graphics.h	89;"	d
NO_MEMORY	lib/gis/plot.c	386;"	d	file:
NO_MON	display/d.mon/pgms/open.h	13;"	d
NO_MON	lib/raster/open.h	13;"	d
NO_OF_CATEGORIES	raster/r.le/r.le.pixel/texture.c	28;"	d	file:
NO_OPEN	display/d.mon/pgms/open.h	12;"	d
NO_OPEN	lib/raster/open.h	12;"	d
NO_PAD	include/graphics.h	90;"	d
NO_RESAMPLE	raster3d/r3.mkdspf/r3_data.c	5;"	d	file:
NO_RIGHT_INFINITE_RULE	lib/gis/fpreclass.c	255;"	d	file:
NO_RIGHT_INFINITE_RULE	lib/gis/quant.c	301;"	d	file:
NO_RUN	display/d.mon/pgms/open.h	11;"	d
NO_RUN	lib/raster/open.h	11;"	d
NO_SMOOTH	raster/r.to.vect/global.h	36;"	d
NO_SNAP	include/vedit.h	7;"	d
NP	imagery/i.class/draw_reg.c	6;"	d	file:
NPI	lib/ogsf/trans.c	51;"	d	file:
NPOINT	raster/r.resamp.rst/main.c	/^int NPOINT = 0;$/;"	v
NPOINT	vector/v.surf.rst/main.c	/^int NPOINT = 0;$/;"	v
NPOINT	vector/v.vol.rst/main.c	/^int NPOINT = 0;$/;"	v
NPT	raster/r.resamp.rst/main.c	/^int NPT = 0;$/;"	v
NPT	vector/v.surf.rst/main.c	/^int NPT = 0;$/;"	v
NPT	vector/v.vol.rst/main.c	/^int NPT = 0;$/;"	v
NPoints	vector/v.digit/vertex.c	/^    struct line_pnts *Points, *NPoints;$/;"	m	struct:split_line	typeref:struct:split_line::	file:
NRGT	lib/ogsf/gs_norms.c	30;"	d	file:
NROWS	imagery/i.ortho.photo/photo.rectify/global.h	20;"	d
NROWS	imagery/i.rectify/global.h	9;"	d
NROWS	lib/segment/try.c	25;"	d	file:
NROWS	lib/vector/dglib/examples/cr_large_graph.c	41;"	d	file:
NR_END	raster/r.param.scale/nrutil.c	9;"	d	file:
NR_END	vector/lidar/v.lidar.growing/growing.h	11;"	d
NS	raster/r.random.cells/ransurf.h	/^GLOBAL double NS, EW;$/;"	v
NS	raster/r.random.surface/ransurf.h	/^GLOBAL double **Surface, NS, EW, FilterSD, AllMaxDist, *Norm;$/;"	v
NSEGS	lib/segment/try.c	29;"	d	file:
NSLICES	vector/v.hull/globals.h	/^int NSLICES;$/;"	v
NSPLX_MAX	vector/lidar/lidarlib/PolimiFunct.h	33;"	d
NSPLY_MAX	vector/lidar/lidarlib/PolimiFunct.h	34;"	d
NSRESstr	display/d.save/main.c	/^char Nstr[20], Sstr[20], Estr[20], Wstr[20], EWRESstr[20], NSRESstr[20];$/;"	v
NSTEP	lib/cdhc/as177.c	14;"	d	file:
NSTEPS	ps/ps.map/ps_clrtbl.c	11;"	d	file:
NSTEPS	ps/ps.map/ps_fclrtbl.c	19;"	d	file:
NSets	raster3d/r3.showdspf/Ball.h	/^{ NoAxes, CameraAxes, BodyAxes, OtherAxes, NSets } AxisSet;$/;"	e	enum:AxisSet
NTERMS	raster/r.topmodel/global.h	21;"	d
NTHRESH	raster3d/r3.mkdspf/vizual.h	/^GLOBAL int NTHRESH;$/;"	v
NTHRESH	visualization/nviz/src/viz.h	/^GLOBAL int NTHRESH;$/;"	v
NTL	lib/ogsf/gs_norms.c	34;"	d	file:
NTOP	lib/ogsf/gs_norms.c	27;"	d	file:
NTR	lib/ogsf/gs_norms.c	35;"	d	file:
NT_TABLES	lib/proj/Makefile	/^NT_TABLES = ntv1_can.dat nzgd2kgrid0005.gsb$/;"	m
NULL	lib/gis/strings.c	26;"	d	file:
NULL	visualization/nviz/src/togl.h	64;"	d
NULLPTR	raster/r.le/r.le.trace/r.le.trace.h	33;"	d
NULLVALUE	vector/v.hull/globals.h	8;"	d
NULL_CELL	raster/r.report/main.c	/^CELL NULL_CELL;$/;"	v
NULL_CELL	raster/r.stats/main.c	/^CELL NULL_CELL;$/;"	v
NULL_COLOR	include/gstypes.h	40;"	d
NULL_FILE	lib/gis/closecell.c	40;"	d	file:
NULL_FILE	lib/gis/get_row.c	30;"	d	file:
NULL_ROWS	lib/gis/G.h	/^    unsigned char *NULL_ROWS[NULL_ROWS_INMEM];$/;"	m	struct:fileinfo
NULL_ROWS_INMEM	lib/gis/G.h	11;"	d
NULL_STRING	lib/gis/reclass.c	/^static char *NULL_STRING = "null";$/;"	v	file:
NULPTR	raster/r.to.vect/global.h	80;"	d
NUM2PTR	swig/perl/R_slope_aspect/ppport.h	298;"	d
NUMBER_H	vector/v.mapcalc/number.h	2;"	d
NUMDIMS	lib/vector/rtree/index.h	22;"	d
NUMFUNC	vector/v.mapcalc/number.c	/^} NUMFUNC;$/;"	t	typeref:struct:Numfunc	file:
NUMLEAFS	vector/v.vol.rst/dataoct.h	13;"	d
NUMSCALES	display/d.barscale/draw_scale.c	12;"	d	file:
NUMSIDES	lib/vector/rtree/index.h	38;"	d
NUM_ANSW	include/vask.h	/^    int NUM_ANSW;$/;"	m	struct:V__
NUM_BLACK	imagery/i.class/globals.h	42;"	d
NUM_BLUE	imagery/i.class/globals.h	43;"	d
NUM_BROWN	imagery/i.class/globals.h	44;"	d
NUM_CATS	raster/r.param.scale/param.h	43;"	d
NUM_CHARS	imagery/i.class/histograms.c	21;"	d	file:
NUM_COLORS	ps/ps.map/ps_colors.c	12;"	d	file:
NUM_CONST	include/vask.h	/^    int NUM_CONST;$/;"	m	struct:V__
NUM_GREEN	imagery/i.class/globals.h	45;"	d
NUM_GREY	imagery/i.class/globals.h	46;"	d
NUM_IN_BLOCK	raster/r.cost/memory.c	31;"	d	file:
NUM_IN_BLOCK	raster/r.walk/memory.c	22;"	d	file:
NUM_LINE	include/vask.h	/^    int NUM_LINE;$/;"	m	struct:V__
NUM_ORANGE	imagery/i.class/globals.h	47;"	d
NUM_PARTITIONS	raster/r.sun2/main.c	43;"	d	file:
NUM_POINTS	vector/v.mkgrid/write_grid.c	114;"	d	file:
NUM_PURPLE	imagery/i.class/globals.h	48;"	d
NUM_RED	imagery/i.class/globals.h	49;"	d
NUM_WHITE	imagery/i.class/globals.h	50;"	d
NUM_YELLOW	imagery/i.class/globals.h	51;"	d
NV	lib/dspf/viz.h	15;"	d
NV	raster3d/r3.showdspf/vizual2.h	16;"	d
NV	swig/perl/R_slope_aspect/ppport.h	/^typedef NVTYPE NV;$/;"	t
NVIZ_AppInit	visualization/nviz/src/nvizAppInit.c	/^int NVIZ_AppInit(Tcl_Interp *interp)	\/* Interpreter for application. *\/$/;"	f
NVIZ_HACK	lib/ogsf/GS2.c	58;"	d	file:
NVTYPE	swig/perl/R_slope_aspect/ppport.h	278;"	d
NVTYPE	swig/perl/R_slope_aspect/ppport.h	280;"	d
NVWISH_VER	visualization/nviz/src/Makefile	/^NVWISH_VER=NVWISH2.2$/;"	m
NV_VER	visualization/nviz/Makefile	/^NV_VER=nviz$(VER)$/;"	m
NVef	swig/perl/R_slope_aspect/ppport.h	523;"	d
NVef	swig/perl/R_slope_aspect/ppport.h	527;"	d
NVff	swig/perl/R_slope_aspect/ppport.h	524;"	d
NVff	swig/perl/R_slope_aspect/ppport.h	528;"	d
NVgf	swig/perl/R_slope_aspect/ppport.h	525;"	d
NVgf	swig/perl/R_slope_aspect/ppport.h	529;"	d
NW	include/dlg.h	117;"	d
NW	lib/gpde/N_pde.h	/^    double C, W, E, N, S, NE, NW, SE, SW, V;$/;"	m	struct:__anon51
NW	lib/rst/data/dataquad.h	17;"	d
NW	raster/r.out.pov/main.c	54;"	d	file:
NWB	vector/v.vol.rst/dataoct.h	8;"	d
NWN	lib/gpde/N_pde.h	/^    double NWN, NEN, WC, EC, SWS, SES;$/;"	m	struct:__anon57
NWT	vector/v.vol.rst/dataoct.h	4;"	d
NWW	lib/gpde/N_pde.h	/^    double NWW, NEE, NC, SC, SWW, SEE;$/;"	m	struct:__anon58
NWZ	lib/gpde/N_pde.h	/^    double NWZ, NZ, NEZ, WZ, CZ, EZ, SWZ, SZ, SEZ;$/;"	m	struct:__anon59
NW_B	lib/gpde/N_pde.h	/^    double B, W_B, E_B, N_B, S_B, NE_B, NW_B, SE_B, SW_B;$/;"	m	struct:__anon51
NW_T	lib/gpde/N_pde.h	/^    double T, W_T, E_T, N_T, S_T, NE_T, NW_T, SE_T, SW_T;$/;"	m	struct:__anon51
NX	raster/r.resamp.rst/surf.h	4;"	d
NX	vector/v.surf.rst/surf.h	5;"	d
NX	vector/v.vol.rst/surf.h	5;"	d
NXMASK	lib/ogsf/gsget.h	36;"	d
NYMASK	lib/ogsf/gsget.h	37;"	d
NZ	lib/gpde/N_pde.h	/^    double NWZ, NZ, NEZ, WZ, CZ, EZ, SWZ, SZ, SEZ;$/;"	m	struct:__anon59
NZMASK	lib/ogsf/gsget.h	38;"	d
NZUP	lib/ogsf/gsget.h	40;"	d
N_27_POINT_STAR	lib/gpde/N_pde.h	56;"	d
N_5_POINT_STAR	lib/gpde/N_pde.h	53;"	d
N_7_POINT_STAR	lib/gpde/N_pde.h	54;"	d
N_9_POINT_STAR	lib/gpde/N_pde.h	55;"	d
N_ARRAY_DIF	lib/gpde/N_pde.h	62;"	d
N_ARRAY_DIV	lib/gpde/N_pde.h	64;"	d
N_ARRAY_MUL	lib/gpde/N_pde.h	63;"	d
N_ARRAY_SUM	lib/gpde/N_pde.h	61;"	d
N_B	lib/gpde/N_pde.h	/^    double B, W_B, E_B, N_B, S_B, NE_B, NW_B, SE_B, SW_B;$/;"	m	struct:__anon51
N_CELL_ACTIVE	lib/gpde/N_pde.h	45;"	d
N_CELL_DIRICHLET	lib/gpde/N_pde.h	46;"	d
N_CELL_INACTIVE	lib/gpde/N_pde.h	44;"	d
N_CELL_TRANSMISSION	lib/gpde/N_pde.h	47;"	d
N_DIAGONAL_PRECONDITION	lib/gpde/N_pde.h	36;"	d
N_EUKLID_NORM	lib/gpde/N_pde.h	59;"	d
N_GW_CONFINED	lib/gpde/N_gwflow.h	23;"	d
N_GW_DRY_CELL	lib/gpde/N_gwflow.h	26;"	d
N_GW_NORMAL_CELL	lib/gpde/N_gwflow.h	28;"	d
N_GW_SURFACE_CELL	lib/gpde/N_gwflow.h	27;"	d
N_GW_UNCONFINED	lib/gpde/N_gwflow.h	24;"	d
N_MAXIMUM_NORM	lib/gpde/N_pde.h	58;"	d
N_MAX_CELL_STATE	lib/gpde/N_pde.h	51;"	d
N_NORMAL_LES	lib/gpde/N_pde.h	41;"	d
N_OPT_CALC_TIME	lib/gpde/N_pde.h	/^    N_OPT_CALC_TIME		\/*! The calculation time in seconds *\/$/;"	e	enum:__anon54
N_OPT_ITERATION_ERROR	lib/gpde/N_pde.h	/^    N_OPT_ITERATION_ERROR,	\/*! Error break criteria for the iterative solver (jacobi, sor, cg or bicgstab) *\/$/;"	e	enum:__anon54
N_OPT_MAX_ITERATIONS	lib/gpde/N_pde.h	/^    N_OPT_MAX_ITERATIONS,	\/*! Maximum number of iteration used to solver the linear equation system *\/$/;"	e	enum:__anon54
N_OPT_SOLVER_SYMM	lib/gpde/N_pde.h	/^    N_OPT_SOLVER_SYMM,		\/*! solver for symmetric, positive definite linear equation systems *\/$/;"	e	enum:__anon54
N_OPT_SOLVER_UNSYMM	lib/gpde/N_pde.h	/^    N_OPT_SOLVER_UNSYMM,	\/*! solver for unsymmetric linear equation systems *\/$/;"	e	enum:__anon54
N_OPT_SOR_VALUE	lib/gpde/N_pde.h	/^    N_OPT_SOR_VALUE,		\/*! The relaxation parameter used by the jacobi and sor solver for speedup or stabilizing *\/$/;"	e	enum:__anon54
N_ROWSCALE_ABSSUMNORM_PRECONDITION	lib/gpde/N_pde.h	37;"	d
N_ROWSCALE_EUKLIDNORM_PRECONDITION	lib/gpde/N_pde.h	38;"	d
N_ROWSCALE_MAXNORM_PRECONDITION	lib/gpde/N_pde.h	39;"	d
N_SOLVER_DIRECT_CHOLESKY	lib/gpde/N_pde.h	28;"	d
N_SOLVER_DIRECT_GAUSS	lib/gpde/N_pde.h	26;"	d
N_SOLVER_DIRECT_LU	lib/gpde/N_pde.h	27;"	d
N_SOLVER_ITERATIVE_BICGSTAB	lib/gpde/N_pde.h	33;"	d
N_SOLVER_ITERATIVE_CG	lib/gpde/N_pde.h	31;"	d
N_SOLVER_ITERATIVE_JACOBI	lib/gpde/N_pde.h	29;"	d
N_SOLVER_ITERATIVE_PCG	lib/gpde/N_pde.h	32;"	d
N_SOLVER_ITERATIVE_SOR	lib/gpde/N_pde.h	30;"	d
N_SPARSE_LES	lib/gpde/N_pde.h	42;"	d
N_STD_OPT	lib/gpde/N_pde.h	/^} N_STD_OPT;$/;"	t	typeref:enum:__anon54
N_T	lib/gpde/N_pde.h	/^    double T, W_T, E_T, N_T, S_T, NE_T, NW_T, SE_T, SW_T;$/;"	m	struct:__anon51
N_UPWIND_EXP	lib/gpde/N_pde.h	67;"	d
N_UPWIND_FULL	lib/gpde/N_pde.h	66;"	d
N_UPWIND_WEIGHT	lib/gpde/N_pde.h	68;"	d
N_add_spvector_to_les	lib/gpde/N_les.c	/^int N_add_spvector_to_les(N_les * les, N_spvector * spvector, int row)$/;"	f
N_alloc_27star	lib/gpde/N_les_assemble.c	/^N_data_star *N_alloc_27star(void)$/;"	f
N_alloc_5star	lib/gpde/N_les_assemble.c	/^N_data_star *N_alloc_5star(void)$/;"	f
N_alloc_7star	lib/gpde/N_les_assemble.c	/^N_data_star *N_alloc_7star(void)$/;"	f
N_alloc_9star	lib/gpde/N_les_assemble.c	/^N_data_star *N_alloc_9star(void)$/;"	f
N_alloc_array_2d	lib/gpde/N_arrays.c	/^N_array_2d *N_alloc_array_2d(int cols, int rows, int offset, int type)$/;"	f
N_alloc_array_3d	lib/gpde/N_arrays.c	/^N_array_3d *N_alloc_array_3d(int cols, int rows, int depths, int offset,$/;"	f
N_alloc_geom_data	lib/gpde/N_geom.c	/^N_geom_data *N_alloc_geom_data(void)$/;"	f
N_alloc_gradient_2d	lib/gpde/N_gradient.c	/^N_gradient_2d *N_alloc_gradient_2d(void)$/;"	f
N_alloc_gradient_3d	lib/gpde/N_gradient.c	/^N_gradient_3d *N_alloc_gradient_3d(void)$/;"	f
N_alloc_gradient_field_2d	lib/gpde/N_gradient.c	/^N_gradient_field_2d *N_alloc_gradient_field_2d(int cols, int rows)$/;"	f
N_alloc_gradient_field_3d	lib/gpde/N_gradient.c	/^N_gradient_field_3d *N_alloc_gradient_field_3d(int cols, int rows, int depths)$/;"	f
N_alloc_gradient_neighbours_2d	lib/gpde/N_gradient.c	/^N_gradient_neighbours_2d *N_alloc_gradient_neighbours_2d(void)$/;"	f
N_alloc_gradient_neighbours_3d	lib/gpde/N_gradient.c	/^N_gradient_neighbours_3d *N_alloc_gradient_neighbours_3d(void)$/;"	f
N_alloc_gradient_neighbours_x	lib/gpde/N_gradient.c	/^N_gradient_neighbours_x *N_alloc_gradient_neighbours_x(void)$/;"	f
N_alloc_gradient_neighbours_y	lib/gpde/N_gradient.c	/^N_gradient_neighbours_y *N_alloc_gradient_neighbours_y(void)$/;"	f
N_alloc_gradient_neighbours_z	lib/gpde/N_gradient.c	/^N_gradient_neighbours_z *N_alloc_gradient_neighbours_z(void)$/;"	f
N_alloc_gwflow_data2d	lib/gpde/N_gwflow.c	/^N_gwflow_data2d *N_alloc_gwflow_data2d(int cols, int rows, int river,$/;"	f
N_alloc_gwflow_data3d	lib/gpde/N_gwflow.c	/^N_gwflow_data3d *N_alloc_gwflow_data3d(int cols, int rows, int depths,$/;"	f
N_alloc_les	lib/gpde/N_les.c	/^N_les *N_alloc_les(int rows, int type)$/;"	f
N_alloc_les_A	lib/gpde/N_les.c	/^N_les *N_alloc_les_A(int rows, int type)$/;"	f
N_alloc_les_Ax	lib/gpde/N_les.c	/^N_les *N_alloc_les_Ax(int rows, int type)$/;"	f
N_alloc_les_Ax_b	lib/gpde/N_les.c	/^N_les *N_alloc_les_Ax_b(int rows, int type)$/;"	f
N_alloc_les_callback_2d	lib/gpde/N_les_assemble.c	/^N_les_callback_2d *N_alloc_les_callback_2d(void)$/;"	f
N_alloc_les_callback_3d	lib/gpde/N_les_assemble.c	/^N_les_callback_3d *N_alloc_les_callback_3d(void)$/;"	f
N_alloc_les_param	lib/gpde/N_les.c	/^N_les *N_alloc_les_param(int cols, int rows, int type, int parts)$/;"	f
N_alloc_nquad_les	lib/gpde/N_les.c	/^N_les *N_alloc_nquad_les(int cols, int rows, int type)$/;"	f
N_alloc_nquad_les_A	lib/gpde/N_les.c	/^N_les *N_alloc_nquad_les_A(int cols, int rows, int type)$/;"	f
N_alloc_nquad_les_Ax	lib/gpde/N_les.c	/^N_les *N_alloc_nquad_les_Ax(int cols, int rows, int type)$/;"	f
N_alloc_nquad_les_Ax_b	lib/gpde/N_les.c	/^N_les *N_alloc_nquad_les_Ax_b(int cols, int rows, int type)$/;"	f
N_alloc_solute_transport_data2d	lib/gpde/N_solute_transport.c	/^N_solute_transport_data2d *N_alloc_solute_transport_data2d(int cols, int rows)$/;"	f
N_alloc_solute_transport_data3d	lib/gpde/N_solute_transport.c	/^N_solute_transport_data3d *N_alloc_solute_transport_data3d(int cols, int rows,$/;"	f
N_alloc_spvector	lib/gpde/N_les.c	/^N_spvector *N_alloc_spvector(int cols)$/;"	f
N_array_2d	lib/gpde/N_pde.h	/^} N_array_2d;$/;"	t	typeref:struct:__anon49
N_array_3d	lib/gpde/N_pde.h	/^} N_array_3d;$/;"	t	typeref:struct:__anon50
N_assemble_les_2d	lib/gpde/N_les_assemble.c	/^N_les *N_assemble_les_2d(int les_type, N_geom_data * geom,$/;"	f
N_assemble_les_2d_active	lib/gpde/N_les_assemble.c	/^N_les *N_assemble_les_2d_active(int les_type, N_geom_data * geom,$/;"	f
N_assemble_les_2d_dirichlet	lib/gpde/N_les_assemble.c	/^N_les *N_assemble_les_2d_dirichlet(int les_type, N_geom_data * geom,$/;"	f
N_assemble_les_2d_param	lib/gpde/N_les_assemble.c	/^N_les *N_assemble_les_2d_param(int les_type, N_geom_data * geom,$/;"	f
N_assemble_les_3d	lib/gpde/N_les_assemble.c	/^N_les *N_assemble_les_3d(int les_type, N_geom_data * geom,$/;"	f
N_assemble_les_3d_active	lib/gpde/N_les_assemble.c	/^N_les *N_assemble_les_3d_active(int les_type, N_geom_data * geom,$/;"	f
N_assemble_les_3d_dirichlet	lib/gpde/N_les_assemble.c	/^N_les *N_assemble_les_3d_dirichlet(int les_type, N_geom_data * geom,$/;"	f
N_assemble_les_3d_param	lib/gpde/N_les_assemble.c	/^N_les *N_assemble_les_3d_param(int les_type, N_geom_data * geom,$/;"	f
N_calc_arith_mean	lib/gpde/N_tools.c	/^double N_calc_arith_mean(double a, double b)$/;"	f
N_calc_arith_mean_n	lib/gpde/N_tools.c	/^double N_calc_arith_mean_n(double *a, int size)$/;"	f
N_calc_array_2d_stats	lib/gpde/N_arrays_calc.c	/^void N_calc_array_2d_stats(N_array_2d * a, double *min, double *max,$/;"	f
N_calc_array_3d_stats	lib/gpde/N_arrays_calc.c	/^void N_calc_array_3d_stats(N_array_3d * a, double *min, double *max,$/;"	f
N_calc_geom_mean	lib/gpde/N_tools.c	/^double N_calc_geom_mean(double a, double b)$/;"	f
N_calc_geom_mean_n	lib/gpde/N_tools.c	/^double N_calc_geom_mean_n(double *a, int size)$/;"	f
N_calc_gradient_field_2d_stats	lib/gpde/N_gradient_calc.c	/^void N_calc_gradient_field_2d_stats(N_gradient_field_2d * field)$/;"	f
N_calc_gradient_field_3d_stats	lib/gpde/N_gradient_calc.c	/^void N_calc_gradient_field_3d_stats(N_gradient_field_3d * field)$/;"	f
N_calc_harmonic_mean	lib/gpde/N_tools.c	/^double N_calc_harmonic_mean(double a, double b)$/;"	f
N_calc_harmonic_mean_n	lib/gpde/N_tools.c	/^double N_calc_harmonic_mean_n(double *a, int size)$/;"	f
N_calc_quad_mean	lib/gpde/N_tools.c	/^double N_calc_quad_mean(double a, double b)$/;"	f
N_calc_quad_mean_n	lib/gpde/N_tools.c	/^double N_calc_quad_mean_n(double *a, int size)$/;"	f
N_calc_solute_transport_disptensor_2d	lib/gpde/N_solute_transport.c	/^void N_calc_solute_transport_disptensor_2d(N_solute_transport_data2d * data)$/;"	f
N_calc_solute_transport_disptensor_3d	lib/gpde/N_solute_transport.c	/^void N_calc_solute_transport_disptensor_3d(N_solute_transport_data3d * data)$/;"	f
N_calc_solute_transport_transmission_2d	lib/gpde/N_solute_transport.c	/^void N_calc_solute_transport_transmission_2d(N_solute_transport_data2d * data)$/;"	f
N_callback_gwflow_2d	lib/gpde/N_gwflow.c	/^N_data_star *N_callback_gwflow_2d(void *gwdata, N_geom_data * geom, int col,$/;"	f
N_callback_gwflow_3d	lib/gpde/N_gwflow.c	/^N_data_star *N_callback_gwflow_3d(void *gwdata, N_geom_data * geom, int col,$/;"	f
N_callback_solute_transport_2d	lib/gpde/N_solute_transport.c	/^N_data_star *N_callback_solute_transport_2d(void *solutedata,$/;"	f
N_callback_solute_transport_3d	lib/gpde/N_solute_transport.c	/^N_data_star *N_callback_solute_transport_3d(void *solutedata,$/;"	f
N_callback_template_2d	lib/gpde/N_les_assemble.c	/^N_data_star *N_callback_template_2d(void *data, N_geom_data * geom, int col,$/;"	f
N_callback_template_3d	lib/gpde/N_les_assemble.c	/^N_data_star *N_callback_template_3d(void *data, N_geom_data * geom, int col,$/;"	f
N_camera	imagery/i.ortho.photo/photo.camera/globals.h	/^GLOBAL char *N_camera;$/;"	v
N_camera	imagery/i.ortho.photo/photo.init/globals.h	/^GLOBAL char *N_camera;$/;"	v
N_compute_gradient_field_2d	lib/gpde/N_gradient_calc.c	/^N_gradient_field_2d *N_compute_gradient_field_2d(N_array_2d * pot,$/;"	f
N_compute_gradient_field_3d	lib/gpde/N_gradient_calc.c	/^N_gradient_field_3d *N_compute_gradient_field_3d(N_array_3d * pot,$/;"	f
N_compute_gradient_field_components_2d	lib/gpde/N_gradient_calc.c	/^N_compute_gradient_field_components_2d(N_gradient_field_2d * field,$/;"	f
N_compute_gradient_field_components_3d	lib/gpde/N_gradient_calc.c	/^N_compute_gradient_field_components_3d(N_gradient_field_3d * field,$/;"	f
N_convert_array_2d_null_to_zero	lib/gpde/N_arrays_calc.c	/^int N_convert_array_2d_null_to_zero(N_array_2d * a)$/;"	f
N_convert_array_3d_null_to_zero	lib/gpde/N_arrays_calc.c	/^int N_convert_array_3d_null_to_zero(N_array_3d * a)$/;"	f
N_copy_array_2d	lib/gpde/N_arrays_calc.c	/^void N_copy_array_2d(N_array_2d * source, N_array_2d * target)$/;"	f
N_copy_array_3d	lib/gpde/N_arrays_calc.c	/^void N_copy_array_3d(N_array_3d * source, N_array_3d * target)$/;"	f
N_copy_gradient_2d	lib/gpde/N_gradient.c	/^int N_copy_gradient_2d(N_gradient_2d * source, N_gradient_2d * target)$/;"	f
N_copy_gradient_3d	lib/gpde/N_gradient.c	/^int N_copy_gradient_3d(N_gradient_3d * source, N_gradient_3d * target)$/;"	f
N_copy_gradient_field_2d	lib/gpde/N_gradient.c	/^N_copy_gradient_field_2d(N_gradient_field_2d * source,$/;"	f
N_copy_gradient_field_3d	lib/gpde/N_gradient.c	/^N_copy_gradient_field_3d(N_gradient_field_3d * source,$/;"	f
N_copy_gradient_neighbours_2d	lib/gpde/N_gradient.c	/^N_copy_gradient_neighbours_2d(N_gradient_neighbours_2d * source,$/;"	f
N_copy_gradient_neighbours_3d	lib/gpde/N_gradient.c	/^N_copy_gradient_neighbours_3d(N_gradient_neighbours_3d * source,$/;"	f
N_copy_gradient_neighbours_x	lib/gpde/N_gradient.c	/^N_copy_gradient_neighbours_x(N_gradient_neighbours_x * source,$/;"	f
N_copy_gradient_neighbours_y	lib/gpde/N_gradient.c	/^N_copy_gradient_neighbours_y(N_gradient_neighbours_y * source,$/;"	f
N_copy_gradient_neighbours_z	lib/gpde/N_gradient.c	/^N_copy_gradient_neighbours_z(N_gradient_neighbours_z * source,$/;"	f
N_create_27star	lib/gpde/N_les_assemble.c	/^N_data_star *N_create_27star(double C, double W, double E, double N, double S,$/;"	f
N_create_5star	lib/gpde/N_les_assemble.c	/^N_data_star *N_create_5star(double C, double W, double E, double N,$/;"	f
N_create_7star	lib/gpde/N_les_assemble.c	/^N_data_star *N_create_7star(double C, double W, double E, double N,$/;"	f
N_create_9star	lib/gpde/N_les_assemble.c	/^N_data_star *N_create_9star(double C, double W, double E, double N,$/;"	f
N_create_diag_precond_matrix	lib/gpde/N_solvers_krylov.c	/^N_les *N_create_diag_precond_matrix(N_les * L, int prec)$/;"	f
N_create_gradient_2d	lib/gpde/N_gradient.c	/^N_gradient_2d *N_create_gradient_2d(double NC, double SC, double WC,$/;"	f
N_create_gradient_3d	lib/gpde/N_gradient.c	/^N_gradient_3d *N_create_gradient_3d(double NC, double SC, double WC,$/;"	f
N_create_gradient_neighbours_2d	lib/gpde/N_gradient.c	/^    * N_create_gradient_neighbours_2d(N_gradient_neighbours_x * x,$/;"	f
N_create_gradient_neighbours_3d	lib/gpde/N_gradient.c	/^    * N_create_gradient_neighbours_3d(N_gradient_neighbours_x * xt,$/;"	f
N_create_gradient_neighbours_x	lib/gpde/N_gradient.c	/^N_gradient_neighbours_x *N_create_gradient_neighbours_x(double NWN,$/;"	f
N_create_gradient_neighbours_y	lib/gpde/N_gradient.c	/^N_gradient_neighbours_y *N_create_gradient_neighbours_y(double NWW,$/;"	f
N_create_gradient_neighbours_z	lib/gpde/N_gradient.c	/^N_gradient_neighbours_z *N_create_gradient_neighbours_z(double NWZ, double NZ,$/;"	f
N_data_star	lib/gpde/N_pde.h	/^} N_data_star;$/;"	t	typeref:struct:__anon51
N_define_standard_option	lib/gpde/N_parse_options.c	/^struct Option *N_define_standard_option(int opt)$/;"	f
N_exp_upwinding	lib/gpde/N_upwind.c	/^double N_exp_upwinding(double sprod, double distance, double D)$/;"	f
N_free_array_2d	lib/gpde/N_arrays.c	/^void N_free_array_2d(N_array_2d * data)$/;"	f
N_free_array_3d	lib/gpde/N_arrays.c	/^void N_free_array_3d(N_array_3d * data)$/;"	f
N_free_geom_data	lib/gpde/N_geom.c	/^void N_free_geom_data(N_geom_data * geom)$/;"	f
N_free_gradient_2d	lib/gpde/N_gradient.c	/^void N_free_gradient_2d(N_gradient_2d * grad)$/;"	f
N_free_gradient_3d	lib/gpde/N_gradient.c	/^void N_free_gradient_3d(N_gradient_3d * grad)$/;"	f
N_free_gradient_field_2d	lib/gpde/N_gradient.c	/^void N_free_gradient_field_2d(N_gradient_field_2d * field)$/;"	f
N_free_gradient_field_3d	lib/gpde/N_gradient.c	/^void N_free_gradient_field_3d(N_gradient_field_3d * field)$/;"	f
N_free_gradient_neighbours_2d	lib/gpde/N_gradient.c	/^void N_free_gradient_neighbours_2d(N_gradient_neighbours_2d * grad)$/;"	f
N_free_gradient_neighbours_3d	lib/gpde/N_gradient.c	/^void N_free_gradient_neighbours_3d(N_gradient_neighbours_3d * grad)$/;"	f
N_free_gradient_neighbours_x	lib/gpde/N_gradient.c	/^void N_free_gradient_neighbours_x(N_gradient_neighbours_x * grad)$/;"	f
N_free_gradient_neighbours_y	lib/gpde/N_gradient.c	/^void N_free_gradient_neighbours_y(N_gradient_neighbours_y * grad)$/;"	f
N_free_gradient_neighbours_z	lib/gpde/N_gradient.c	/^void N_free_gradient_neighbours_z(N_gradient_neighbours_z * grad)$/;"	f
N_free_gwflow_data2d	lib/gpde/N_gwflow.c	/^void N_free_gwflow_data2d(N_gwflow_data2d * data)$/;"	f
N_free_gwflow_data3d	lib/gpde/N_gwflow.c	/^void N_free_gwflow_data3d(N_gwflow_data3d * data)$/;"	f
N_free_les	lib/gpde/N_les.c	/^void N_free_les(N_les * les)$/;"	f
N_free_solute_transport_data2d	lib/gpde/N_solute_transport.c	/^void N_free_solute_transport_data2d(N_solute_transport_data2d * data)$/;"	f
N_free_solute_transport_data3d	lib/gpde/N_solute_transport.c	/^void N_free_solute_transport_data3d(N_solute_transport_data3d * data)$/;"	f
N_free_spvector	lib/gpde/N_les.c	/^void N_free_spvector(N_spvector * spvector)$/;"	f
N_full_upwinding	lib/gpde/N_upwind.c	/^double N_full_upwinding(double sprod, double distance, double D)$/;"	f
N_geom_data	lib/gpde/N_pde.h	/^} N_geom_data;$/;"	t	typeref:struct:__anon48
N_get_array_2d_c_value	lib/gpde/N_arrays.c	/^CELL N_get_array_2d_c_value(N_array_2d * data, int col, int row)$/;"	f
N_get_array_2d_d_value	lib/gpde/N_arrays.c	/^DCELL N_get_array_2d_d_value(N_array_2d * data, int col, int row)$/;"	f
N_get_array_2d_f_value	lib/gpde/N_arrays.c	/^FCELL N_get_array_2d_f_value(N_array_2d * data, int col, int row)$/;"	f
N_get_array_2d_type	lib/gpde/N_arrays.c	/^int N_get_array_2d_type(N_array_2d * array)$/;"	f
N_get_array_2d_value	lib/gpde/N_arrays.c	/^void N_get_array_2d_value(N_array_2d * data, int col, int row, void *value)$/;"	f
N_get_array_3d_d_value	lib/gpde/N_arrays.c	/^double N_get_array_3d_d_value(N_array_3d * data, int col, int row, int depth)$/;"	f
N_get_array_3d_f_value	lib/gpde/N_arrays.c	/^float N_get_array_3d_f_value(N_array_3d * data, int col, int row, int depth)$/;"	f
N_get_array_3d_type	lib/gpde/N_arrays.c	/^int N_get_array_3d_type(N_array_3d * array)$/;"	f
N_get_array_3d_value	lib/gpde/N_arrays.c	/^N_get_array_3d_value(N_array_3d * data, int col, int row, int depth,$/;"	f
N_get_geom_data_area_of_cell	lib/gpde/N_geom.c	/^double N_get_geom_data_area_of_cell(N_geom_data * geom, int row)$/;"	f
N_get_gradient_2d	lib/gpde/N_gradient.c	/^N_gradient_2d *N_get_gradient_2d(N_gradient_field_2d * field,$/;"	f
N_get_gradient_3d	lib/gpde/N_gradient.c	/^N_gradient_3d *N_get_gradient_3d(N_gradient_field_3d * field,$/;"	f
N_get_gradient_neighbours_2d	lib/gpde/N_gradient.c	/^N_gradient_neighbours_2d *N_get_gradient_neighbours_2d(N_gradient_field_2d *$/;"	f
N_glb	imagery/i.smap/bouman/alpha_max.c	/^static double ***N_glb;		\/* N_glb[2][3][2] rate statistics *\/$/;"	v	file:
N_gradient_2d	lib/gpde/N_pde.h	/^} N_gradient_2d;$/;"	t	typeref:struct:__anon55
N_gradient_3d	lib/gpde/N_pde.h	/^} N_gradient_3d;$/;"	t	typeref:struct:__anon56
N_gradient_field_2d	lib/gpde/N_pde.h	/^} N_gradient_field_2d;$/;"	t	typeref:struct:__anon62
N_gradient_field_3d	lib/gpde/N_pde.h	/^} N_gradient_field_3d;$/;"	t	typeref:struct:__anon63
N_gradient_neighbours_2d	lib/gpde/N_pde.h	/^} N_gradient_neighbours_2d;$/;"	t	typeref:struct:__anon60
N_gradient_neighbours_3d	lib/gpde/N_pde.h	/^} N_gradient_neighbours_3d;$/;"	t	typeref:struct:__anon61
N_gradient_neighbours_x	lib/gpde/N_pde.h	/^} N_gradient_neighbours_x;$/;"	t	typeref:struct:__anon57
N_gradient_neighbours_y	lib/gpde/N_pde.h	/^} N_gradient_neighbours_y;$/;"	t	typeref:struct:__anon58
N_gradient_neighbours_z	lib/gpde/N_pde.h	/^} N_gradient_neighbours_z;$/;"	t	typeref:struct:__anon59
N_gwflow_data2d	lib/gpde/N_gwflow.h	/^} N_gwflow_data2d;$/;"	t	typeref:struct:__anon41
N_gwflow_data3d	lib/gpde/N_gwflow.h	/^} N_gwflow_data3d;$/;"	t	typeref:struct:__anon40
N_heatflow_data2d	lib/gpde/N_heatflow.h	/^} N_heatflow_data2d;$/;"	t	typeref:struct:__anon43
N_heatflow_data3d	lib/gpde/N_heatflow.h	/^} N_heatflow_data3d;$/;"	t	typeref:struct:__anon42
N_init_geom_data_2d	lib/gpde/N_geom.c	/^N_geom_data *N_init_geom_data_2d(struct Cell_head * region,$/;"	f
N_init_geom_data_3d	lib/gpde/N_geom.c	/^N_geom_data *N_init_geom_data_3d(G3D_Region * region3d, N_geom_data * geodata)$/;"	f
N_is_array_2d_value_null	lib/gpde/N_arrays.c	/^int N_is_array_2d_value_null(N_array_2d * data, int col, int row)$/;"	f
N_is_array_3d_value_null	lib/gpde/N_arrays.c	/^int N_is_array_3d_value_null(N_array_3d * data, int col, int row, int depth)$/;"	f
N_les	lib/gpde/N_pde.h	/^} N_les;$/;"	t	typeref:struct:__anon47
N_les_callback_2d	lib/gpde/N_pde.h	/^} N_les_callback_2d;$/;"	t	typeref:struct:__anon53
N_les_callback_3d	lib/gpde/N_pde.h	/^} N_les_callback_3d;$/;"	t	typeref:struct:__anon52
N_les_integrate_dirichlet_2d	lib/gpde/N_les_assemble.c	/^int N_les_integrate_dirichlet_2d(N_les * les, N_geom_data * geom,$/;"	f
N_les_integrate_dirichlet_3d	lib/gpde/N_les_assemble.c	/^int N_les_integrate_dirichlet_3d(N_les * les, N_geom_data * geom,$/;"	f
N_les_pivot_create	lib/gpde/N_les_pivot.c	/^int N_les_pivot_create(N_les * les)$/;"	f
N_math_array_2d	lib/gpde/N_arrays_calc.c	/^N_array_2d *N_math_array_2d(N_array_2d * a, N_array_2d * b,$/;"	f
N_math_array_3d	lib/gpde/N_arrays_calc.c	/^N_array_3d *N_math_array_3d(N_array_3d * a, N_array_3d * b,$/;"	f
N_matrix_vector_product	lib/gpde/N_solvers_krylov.c	/^void N_matrix_vector_product(N_les * L, double *x, double *result)$/;"	f
N_name	imagery/i.ortho.photo/photo.camera/globals.h	/^GLOBAL char *N_name;$/;"	v
N_name	imagery/i.ortho.photo/photo.init/globals.h	/^GLOBAL char *N_name;$/;"	v
N_norm_array_2d	lib/gpde/N_arrays_calc.c	/^double N_norm_array_2d(N_array_2d * a, N_array_2d * b, int type)$/;"	f
N_norm_array_3d	lib/gpde/N_arrays_calc.c	/^double N_norm_array_3d(N_array_3d * a, N_array_3d * b, int type)$/;"	f
N_path	imagery/i.ortho.photo/photo.camera/globals.h	/^GLOBAL char *N_path;$/;"	v
N_path	imagery/i.ortho.photo/photo.init/globals.h	/^GLOBAL char *N_path;$/;"	v
N_print_array_2d	lib/gpde/N_arrays.c	/^void N_print_array_2d(N_array_2d * data)$/;"	f
N_print_array_2d_info	lib/gpde/N_arrays.c	/^void N_print_array_2d_info(N_array_2d * data)$/;"	f
N_print_array_3d	lib/gpde/N_arrays.c	/^void N_print_array_3d(N_array_3d * data)$/;"	f
N_print_array_3d_info	lib/gpde/N_arrays.c	/^void N_print_array_3d_info(N_array_3d * data)$/;"	f
N_print_gradient_field_2d_info	lib/gpde/N_gradient.c	/^void N_print_gradient_field_2d_info(N_gradient_field_2d * field)$/;"	f
N_print_gradient_field_3d_info	lib/gpde/N_gradient.c	/^void N_print_gradient_field_3d_info(N_gradient_field_3d * field)$/;"	f
N_print_les	lib/gpde/N_les.c	/^void N_print_les(N_les * les)$/;"	f
N_put_array_2d_c_value	lib/gpde/N_arrays.c	/^void N_put_array_2d_c_value(N_array_2d * data, int col, int row, CELL value)$/;"	f
N_put_array_2d_d_value	lib/gpde/N_arrays.c	/^void N_put_array_2d_d_value(N_array_2d * data, int col, int row, DCELL value)$/;"	f
N_put_array_2d_f_value	lib/gpde/N_arrays.c	/^void N_put_array_2d_f_value(N_array_2d * data, int col, int row, FCELL value)$/;"	f
N_put_array_2d_value	lib/gpde/N_arrays.c	/^void N_put_array_2d_value(N_array_2d * data, int col, int row, char *value)$/;"	f
N_put_array_2d_value_null	lib/gpde/N_arrays.c	/^void N_put_array_2d_value_null(N_array_2d * data, int col, int row)$/;"	f
N_put_array_3d_d_value	lib/gpde/N_arrays.c	/^N_put_array_3d_d_value(N_array_3d * data, int col, int row, int depth,$/;"	f
N_put_array_3d_f_value	lib/gpde/N_arrays.c	/^N_put_array_3d_f_value(N_array_3d * data, int col, int row, int depth,$/;"	f
N_put_array_3d_value	lib/gpde/N_arrays.c	/^N_put_array_3d_value(N_array_3d * data, int col, int row, int depth,$/;"	f
N_put_array_3d_value_null	lib/gpde/N_arrays.c	/^void N_put_array_3d_value_null(N_array_3d * data, int col, int row, int depth)$/;"	f
N_read_rast3d_to_array_3d	lib/gpde/N_arrays_io.c	/^N_array_3d *N_read_rast3d_to_array_3d(char *name, N_array_3d * array,$/;"	f
N_read_rast_to_array_2d	lib/gpde/N_arrays_io.c	/^N_array_2d *N_read_rast_to_array_2d(char *name, N_array_2d * array)$/;"	f
N_set_les_callback_2d_func	lib/gpde/N_les_assemble.c	/^N_set_les_callback_2d_func(N_les_callback_2d * data,$/;"	f
N_set_les_callback_3d_func	lib/gpde/N_les_assemble.c	/^N_set_les_callback_3d_func(N_les_callback_3d * data,$/;"	f
N_solute_transport_data2d	lib/gpde/N_solute_transport.h	/^} N_solute_transport_data2d;$/;"	t	typeref:struct:__anon45
N_solute_transport_data3d	lib/gpde/N_solute_transport.h	/^} N_solute_transport_data3d;$/;"	t	typeref:struct:__anon44
N_solver_SOR	lib/gpde/N_solvers_classic_iter.c	/^int N_solver_SOR(N_les * L, int maxit, double sor, double error)$/;"	f
N_solver_bicgstab	lib/gpde/N_solvers_krylov.c	/^int N_solver_bicgstab(N_les * L, int maxit, double err)$/;"	f
N_solver_cg	lib/gpde/N_solvers_krylov.c	/^int N_solver_cg(N_les * L, int maxit, double err)$/;"	f
N_solver_cholesky	lib/gpde/N_solvers.c	/^int N_solver_cholesky(N_les * les)$/;"	f
N_solver_gauss	lib/gpde/N_solvers.c	/^int N_solver_gauss(N_les * les)$/;"	f
N_solver_jacobi	lib/gpde/N_solvers_classic_iter.c	/^int N_solver_jacobi(N_les * L, int maxit, double sor, double error)$/;"	f
N_solver_lu	lib/gpde/N_solvers.c	/^int N_solver_lu(N_les * les)$/;"	f
N_solver_pcg	lib/gpde/N_solvers_krylov.c	/^int N_solver_pcg(N_les * L, int maxit, double err, int prec)$/;"	f
N_sparse_matrix_vector_product	lib/gpde/N_solvers_krylov.c	/^void N_sparse_matrix_vector_product(N_les * L, double *x, double *result)$/;"	f
N_spvector	lib/gpde/N_pde.h	/^} N_spvector;$/;"	t	typeref:struct:__anon46
N_write_array_2d_to_rast	lib/gpde/N_arrays_io.c	/^void N_write_array_2d_to_rast(N_array_2d * array, char *name)$/;"	f
N_write_array_3d_to_rast3d	lib/gpde/N_arrays_io.c	/^void N_write_array_3d_to_rast3d(N_array_3d * array, char *name, int mask)$/;"	f
Nadd_key_cmd	visualization/nviz/src/anim_support.c	/^int Nadd_key_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nauto_draw_cmd	visualization/nviz/src/draw.c	/^int Nauto_draw_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nbottom	lib/ogsf/gsd_fringe.c	/^float Nbottom[] = { 0.0, 0.0, -1.0 };$/;"	v
Nc	raster3d/r3.in.v5d/v5d.h	/^    int Nc;			\/* Number of columns *\/$/;"	m	struct:__anon110
Nc	raster3d/r3.out.v5d/v5d.h	/^    int Nc;			\/* Number of columns *\/$/;"	m	struct:__anon121
Nchange_exag_cmd	visualization/nviz/src/change_view.c	/^int Nchange_exag_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nchange_height_cmd	visualization/nviz/src/change_view.c	/^int Nchange_height_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nchange_persp_cmd	visualization/nviz/src/change_view.c	/^int Nchange_persp_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nchange_position_cmd	visualization/nviz/src/change_view.c	/^int Nchange_position_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nchange_twist_cmd	visualization/nviz/src/change_view.c	/^int Nchange_twist_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nclear_cmd	visualization/nviz/src/draw.c	/^int Nclear_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nclear_keys_cmd	visualization/nviz/src/anim_support.c	/^int Nclear_keys_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nclose_mpeg_cmd	visualization/nviz/src/anim_support.c	/^int Nclose_mpeg_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Ncutplane_obj_cmd	visualization/nviz/src/cutplane_obj.c	/^int Ncutplane_obj_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Ndelete_key_cmd	visualization/nviz/src/anim_support.c	/^int Ndelete_key_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Ndelete_list_cmd	visualization/nviz/src/draw.c	/^int Ndelete_list_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Ndo_framestep_cmd	visualization/nviz/src/anim_support.c	/^int Ndo_framestep_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Ndone_draw_cmd	visualization/nviz/src/draw.c	/^int Ndone_draw_cmd(void)$/;"	f
Ndraw_Narrow_cmd	visualization/nviz/src/draw.c	/^int Ndraw_Narrow_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Ndraw_ScaleBar_cmd	visualization/nviz/src/draw.c	/^int Ndraw_ScaleBar_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Ndraw_X_cmd	visualization/nviz/src/draw.c	/^int Ndraw_X_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Ndraw_all_together_cmd	visualization/nviz/src/togl_flythrough.c	/^int Ndraw_all_together_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Ndraw_fringe_cmd	visualization/nviz/src/draw.c	/^int Ndraw_fringe_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Ndraw_legend_cmd	visualization/nviz/src/draw.c	/^int Ndraw_legend_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Ndraw_line_on_surf_cmd	visualization/nviz/src/draw.c	/^int Ndraw_line_on_surf_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Ndraw_model_cmd	visualization/nviz/src/draw.c	/^int Ndraw_model_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Ndraw_wire_cmd	visualization/nviz/src/draw.c	/^int Ndraw_wire_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
NearestConstraintAxis	raster3d/r3.showdspf/BallMath.c	/^int NearestConstraintAxis(HVect loose, HVect * axes, int nAxes)$/;"	f
Neast	lib/ogsf/gsd_fringe.c	/^float Neast[] = { 0.8, 0.0, 0.6 };$/;"	v
NewDisplay	gui/wxpython/wxgui.py	/^    def NewDisplay(self, show=True):$/;"	m	class:GMFrame
NewNode	raster/r.stats/stats.c	/^struct Node *NewNode(double area)$/;"	f
NewVectorDialog	gui/wxpython/gui_modules/gdialogs.py	/^class NewVectorDialog(wx.Dialog):$/;"	c
Next	visualization/nviz/src/togl.c	/^    Togl   *Next;               \/* next in linked list *\/$/;"	m	struct:Togl	file:
Next_site	lib/ogsf/GP2.c	/^static int Next_site = 0;$/;"	v	file:
Next_surf	lib/ogsf/GS2.c	/^static int Next_surf = 0;$/;"	v	file:
Next_vect	lib/ogsf/GV2.c	/^static int Next_vect = 0;$/;"	v	file:
Next_vol	lib/ogsf/GVL2.c	/^static int Next_vol = 0;$/;"	v	file:
Nfinish_cmd	visualization/nviz/src/glwrappers.c	/^int Nfinish_cmd(ClientData dummy,	\/* Not used. *\/$/;"	f
Nget_cancel_cmd	visualization/nviz/src/misc.c	/^int Nget_cancel_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_cat_at_xy_cmd	visualization/nviz/src/position.c	/^int Nget_cat_at_xy_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_current	visualization/nviz/scripts/widgets.tcl	/^proc Nget_current { type } {$/;"	p
Nget_current_cutplane_cmd	visualization/nviz/src/cutplane_obj.c	/^int Nget_current_cutplane_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_cutplane_list_cmd	visualization/nviz/src/cutplane_obj.c	/^int Nget_cutplane_list_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_def_color_cmd	visualization/nviz/src/draw.c	/^int Nget_def_color_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_dist_along_surf_cmd	visualization/nviz/src/position.c	/^int Nget_dist_along_surf_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_exag_cmd	visualization/nviz/src/position.c	/^int Nget_exag_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_fence_color_cmd	visualization/nviz/src/cutplane_obj.c	/^Nget_fence_color_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nget_first_exag_cmd	visualization/nviz/src/exag.c	/^int Nget_first_exag_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_fly_scale_cmd	visualization/nviz/src/togl_flythrough.c	/^int Nget_fly_scale_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nget_focus_cmd	visualization/nviz/src/position.c	/^int Nget_focus_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_focus_gui_cmd	visualization/nviz/src/position.c	/^int Nget_focus_gui_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_fov_cmd	visualization/nviz/src/position.c	/^int Nget_fov_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_from_cmd	visualization/nviz/src/position.c	/^int Nget_from_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_height_cmd	visualization/nviz/src/exag.c	/^int Nget_height_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_interpolated_values_cmd	visualization/nviz/src/site_attr_commands.c	/^int Nget_interpolated_values_cmd(data, interp, argc, argv)$/;"	f
Nget_longdim_cmd	visualization/nviz/src/position.c	/^int Nget_longdim_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_map_list	visualization/nviz/scripts/widgets.tcl	/^proc Nget_map_list { type } {$/;"	p
Nget_map_name	visualization/nviz/scripts/widgets.tcl	/^proc Nget_map_name {id type} {$/;"	p
Nget_point_on_surf_cmd	visualization/nviz/src/position.c	/^int Nget_point_on_surf_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_point_on_surf_vect	visualization/nviz/src/position.c	/^int Nget_point_on_surf_vect(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nget_position_cmd	visualization/nviz/src/change_view.c	/^int Nget_position_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_real_position_cmd	visualization/nviz/src/position.c	/^int Nget_real_position_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_region_cmd	visualization/nviz/src/position.c	/^int Nget_region_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_site_list_cmd	visualization/nviz/src/map_obj.c	/^int Nget_site_list_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nget_surf_list_cmd	visualization/nviz/src/map_obj.c	/^int Nget_surf_list_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nget_to_cmd	visualization/nviz/src/position.c	/^int Nget_to_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_twist_cmd	visualization/nviz/src/position.c	/^int Nget_twist_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_val_at_xy_cmd	visualization/nviz/src/position.c	/^int Nget_val_at_xy_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_vect_list_cmd	visualization/nviz/src/map_obj.c	/^int Nget_vect_list_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nget_viewdir_cmd	visualization/nviz/src/togl_flythrough.c	/^int Nget_viewdir_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_vol_list_cmd	visualization/nviz/src/map_obj.c	/^int Nget_vol_list_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nget_xyrange_cmd	visualization/nviz/src/position.c	/^Nget_xyrange_cmd(Nv_data * data, Tcl_Interp * interp, int argc, char **argv)$/;"	f
Nget_zextents_cmd	visualization/nviz/src/position.c	/^int Nget_zextents_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nget_zrange_cmd	visualization/nviz/src/position.c	/^int Nget_zrange_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Ngetargs	visualization/nviz/src/nviz_init.c	/^int Ngetargs(Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nhas_focus_cmd	visualization/nviz/src/position.c	/^int Nhas_focus_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nhas_transparency_cmd	visualization/nviz/src/draw.c	/^int Nhas_transparency_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Ninit	visualization/nviz/src/nviz_init.c	/^int Ninit(Tcl_Interp *interp, Tk_Window w)$/;"	f
Ninit_mpeg_cmd	visualization/nviz/src/anim_support.c	/^int Ninit_mpeg_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Ninit_view_cmd	visualization/nviz/src/position.c	/^int Ninit_view_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Ninitdata	visualization/nviz/src/nviz_init.c	/^int Ninitdata(Tcl_Interp *interp,	\/* Current interpreter. *\/$/;"	f
Nis_masked_cmd	visualization/nviz/src/draw.c	/^int Nis_masked_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nl	raster3d/r3.in.v5d/v5d.h	/^    int Nl[MAXVARS];		\/* Number of levels per variable *\/$/;"	m	struct:__anon110
Nl	raster3d/r3.out.v5d/v5d.h	/^    int Nl[MAXVARS];		\/* Number of levels per variable *\/$/;"	m	struct:__anon121
Nlibinit_cmd	visualization/nviz/src/misc.c	/^int Nlibinit_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nlight_obj_cmd	visualization/nviz/src/lights.c	/^int Nlight_obj_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nlights_cmd	visualization/nviz/src/lights.c	/^int Nlights_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nliteral_from_logical_cmd	visualization/nviz/src/map_obj.c	/^int Nliteral_from_logical_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nload_3dview_cmd	visualization/nviz/src/position.c	/^int Nload_3dview_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nlogical_from_literal_cmd	visualization/nviz/src/map_obj.c	/^int Nlogical_from_literal_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nlook_here_cmd	visualization/nviz/src/position.c	/^int Nlook_here_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nmap_obj_cmd	visualization/nviz/src/map_obj.c	/^int Nmap_obj_cmd(Nv_data * data, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
Nmove_key_cmd	visualization/nviz/src/anim_support.c	/^int Nmove_key_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nmove_to_cmd	visualization/nviz/src/position.c	/^int Nmove_to_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nmove_to_real_cmd	visualization/nviz/src/position.c	/^int Nmove_to_real_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nnew_cutplane_obj_cmd	visualization/nviz/src/cutplane_obj.c	/^int Nnew_cutplane_obj_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nnew_light_cmd	visualization/nviz/src/lights.c	/^int Nnew_light_cmd(Nv_data * data, Tcl_Interp * interp	\/* Current interpreter. *\/$/;"	f
Nnew_map_obj_cmd	visualization/nviz/src/map_obj.c	/^int Nnew_map_obj_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nnorth	lib/ogsf/gsd_fringe.c	/^float Nnorth[] = { 0.0, 0.8, 0.6 };$/;"	v
Nnum_cutplane_obj_cmd	visualization/nviz/src/cutplane_obj.c	/^int Nnum_cutplane_obj_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
NoAxes	raster3d/r3.showdspf/Ball.h	/^{ NoAxes, CameraAxes, BodyAxes, OtherAxes, NSets } AxisSet;$/;"	e	enum:AxisSet
Node	include/vect/dig_structs.h	/^    P_NODE **Node;		\/* P_NODE array of pointers *\/\/* 1st item is 1 for  *\/$/;"	m	struct:Plus_head
Node	lib/vector/rtree/index.h	/^struct Node$/;"	s
Node	raster/r.stats/stats.c	/^struct Node$/;"	s	file:
NodeAttrSize	lib/vector/dglib/graph.h	/^    dglInt32_t NodeAttrSize;$/;"	m	struct:_dglGraph
NodeHeap	lib/vector/dglib/graph.h	/^    dglHeap_s NodeHeap;$/;"	m	struct:__anon81
NodeSymb	vector/v.digit/global.h	/^Global int *NodeSymb;		\/* array of nodes' symbology codes, start from index 1 *\/$/;"	v
Node_offset	include/vect/dig_structs.h	/^    long Node_offset;		\/* offset of array of nodes in topo file *\/$/;"	m	struct:Plus_head
Node_spidx	include/vect/dig_structs.h	/^    struct Node *Node_spidx;$/;"	m	struct:Plus_head	typeref:struct:Plus_head::Node
Node_spidx_offset	include/vect/dig_structs.h	/^    long Node_spidx_offset;	\/* offset of spindex *\/$/;"	m	struct:Plus_head
Noff_screen_cmd	visualization/nviz/src/anim_support.c	/^int Noff_screen_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Norm	raster/r.random.surface/ransurf.h	/^GLOBAL double **Surface, NS, EW, FilterSD, AllMaxDist, *Norm;$/;"	v
NotFunctional	gui/wxpython/gui_modules/profile.py	/^    def NotFunctional(self):$/;"	m	class:ProfileFrame
Note	gem/docs/GEM-Manual/images.pl	/^Note: Awful detail:...$/;"	l
Note	gem/docs/GEM-Manual/images.pl	/^Note: Operation of GEM unde...$/;"	l
Note	gem/docs/GEM-Manual/images.pl	/^Note: all other thi...$/;"	l
Note	gem/docs/GEM-Manual/images.pl	/^Note: an extension ...$/;"	l
Note	gem/docs/GEM-Manual/images.pl	/^Note: be very caref...$/;"	l
Note	gem/docs/GEM-Manual/images.pl	/^Note: due to great ...$/;"	l
Note	gem/docs/GEM-Manual/images.pl	/^Note: if configuration fail...$/;"	l
Note	gem/docs/GEM-Manual/images.pl	/^Note: if you want t...$/;"	l
Note	gem/docs/GEM-Manual/images.pl	/^Note: if your exten...$/;"	l
Note	gem/docs/GEM-Manual/images.pl	/^Note: in order to i...$/;"	l
Note	gem/docs/GEM-Manual/images.pl	/^Note: please always provide licensing information!%$/;"	l
Note	gem/docs/GEM-Manual/images.pl	/^Note: please be aware that ...$/;"	l
Note	gem/docs/GEM-Manual/images.pl	/^Note: please make sure that...$/;"	l
Note	gem/docs/GEM-Manual/images.pl	/^Note: the {}\\lq\\lq -tes...$/;"	l
Note	gem/docs/GEM-Manual/images.pl	/^Note: your modules'...$/;"	l
NoteBook::_compute_width	lib/external/bwidget/notebook.tcl	/^proc NoteBook::_compute_width { path } {$/;"	p
NoteBook::_destroy	lib/external/bwidget/notebook.tcl	/^proc NoteBook::_destroy { path } {$/;"	p
NoteBook::_draw_area	lib/external/bwidget/notebook.tcl	/^proc NoteBook::_draw_area { path } {$/;"	p
NoteBook::_draw_arrows	lib/external/bwidget/notebook.tcl	/^proc NoteBook::_draw_arrows { path } {$/;"	p
NoteBook::_draw_page	lib/external/bwidget/notebook.tcl	/^proc NoteBook::_draw_page { path page create } {$/;"	p
NoteBook::_get_x_page	lib/external/bwidget/notebook.tcl	/^proc NoteBook::_get_x_page { path pos } {$/;"	p
NoteBook::_highlight	lib/external/bwidget/notebook.tcl	/^proc NoteBook::_highlight { type path page } {$/;"	p
NoteBook::_itemconfigure	lib/external/bwidget/notebook.tcl	/^proc NoteBook::_itemconfigure { path page lres } {$/;"	p
NoteBook::_realize	lib/external/bwidget/notebook.tcl	/^proc NoteBook::_realize { path } {$/;"	p
NoteBook::_redraw	lib/external/bwidget/notebook.tcl	/^proc NoteBook::_redraw { path } {$/;"	p
NoteBook::_resize	lib/external/bwidget/notebook.tcl	/^proc NoteBook::_resize { path } {$/;"	p
NoteBook::_select	lib/external/bwidget/notebook.tcl	/^proc NoteBook::_select { path page } {$/;"	p
NoteBook::_test_page	lib/external/bwidget/notebook.tcl	/^proc NoteBook::_test_page { path page } {$/;"	p
NoteBook::_xview	lib/external/bwidget/notebook.tcl	/^proc NoteBook::_xview { path inc } {$/;"	p
NoteBook::bindtabs	lib/external/bwidget/notebook.tcl	/^proc NoteBook::bindtabs { path event script } {$/;"	p
NoteBook::cget	lib/external/bwidget/notebook.tcl	/^proc NoteBook::cget { path option } {$/;"	p
NoteBook::compute_size	lib/external/bwidget/notebook.tcl	/^proc NoteBook::compute_size { path } {$/;"	p
NoteBook::configure	lib/external/bwidget/notebook.tcl	/^proc NoteBook::configure { path args } {$/;"	p
NoteBook::create	lib/external/bwidget/notebook.tcl	/^proc NoteBook::create { path args } {$/;"	p
NoteBook::delete	lib/external/bwidget/notebook.tcl	/^proc NoteBook::delete { path page {destroyframe 1} } {$/;"	p
NoteBook::getframe	lib/external/bwidget/notebook.tcl	/^proc NoteBook::getframe { path page } {$/;"	p
NoteBook::index	lib/external/bwidget/notebook.tcl	/^proc NoteBook::index { path page } {$/;"	p
NoteBook::insert	lib/external/bwidget/notebook.tcl	/^proc NoteBook::insert { path index page args } {$/;"	p
NoteBook::itemcget	lib/external/bwidget/notebook.tcl	/^proc NoteBook::itemcget { path page option } {$/;"	p
NoteBook::itemconfigure	lib/external/bwidget/notebook.tcl	/^proc NoteBook::itemconfigure { path page args } {$/;"	p
NoteBook::move	lib/external/bwidget/notebook.tcl	/^proc NoteBook::move { path page index } {$/;"	p
NoteBook::page	lib/external/bwidget/notebook.tcl	/^proc NoteBook::page { path first {last ""} } {$/;"	p
NoteBook::pages	lib/external/bwidget/notebook.tcl	/^proc NoteBook::pages { path {first ""} {last ""}} {$/;"	p
NoteBook::raise	lib/external/bwidget/notebook.tcl	/^proc NoteBook::raise { path {page ""} } {$/;"	p
NoteBook::see	lib/external/bwidget/notebook.tcl	/^proc NoteBook::see { path page } {$/;"	p
Npick_vect_cmd	visualization/nviz/src/pick_vect_commands.c	/^int Npick_vect_cmd(data, interp, argc, argv)$/;"	f
Nplace_label_cmd	visualization/nviz/src/label.c	/^int Nplace_label_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nprint_keys_cmd	visualization/nviz/src/anim_support.c	/^int Nprint_keys_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nquick_draw_cmd	visualization/nviz/src/quick_draw.c	/^int Nquick_draw_cmd(Nv_data * dc, Tcl_Interp * interp)$/;"	f
Nr	raster3d/r3.in.v5d/v5d.h	/^    int Nr;			\/* Number of rows *\/$/;"	m	struct:__anon110
Nr	raster3d/r3.out.v5d/v5d.h	/^    int Nr;			\/* Number of rows *\/$/;"	m	struct:__anon121
Nready_draw_cmd	visualization/nviz/src/draw.c	/^int Nready_draw_cmd(void)$/;"	f
Nresize_cmd	visualization/nviz/src/glwrappers.c	/^int Nresize_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nsave_3dview_cmd	visualization/nviz/src/position.c	/^int Nsave_3dview_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_Narrow_cmd	visualization/nviz/src/draw.c	/^int Nset_Narrow_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_SDscale_cmd	visualization/nviz/src/misc.c	/^int Nset_SDscale_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_SDsurf_cmd	visualization/nviz/src/misc.c	/^int Nset_SDsurf_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_background_cmd	visualization/nviz/src/glwrappers.c	/^int Nset_background_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_cancel_cmd	visualization/nviz/src/draw.c	/^Nset_cancel_cmd(Nv_data * data, Tcl_Interp * interp, int argc, char **argv)$/;"	f
Nset_cancel_func_cmd	visualization/nviz/src/draw.c	/^int Nset_cancel_func_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_current	visualization/nviz/scripts/widgets.tcl	/^proc Nset_current { type id } {$/;"	p
Nset_current_cutplane_cmd	visualization/nviz/src/cutplane_obj.c	/^int Nset_current_cutplane_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_draw_cmd	visualization/nviz/src/draw.c	/^int Nset_draw_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_exag_cmd	visualization/nviz/src/position.c	/^int Nset_exag_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_fence_color_cmd	visualization/nviz/src/cutplane_obj.c	/^Nset_fence_color_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nset_fly_mode_cmd	visualization/nviz/src/togl_flythrough.c	/^int Nset_fly_mode_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nset_fly_scale_cmd	visualization/nviz/src/togl_flythrough.c	/^int Nset_fly_scale_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nset_focus_cmd	visualization/nviz/src/position.c	/^int Nset_focus_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_focus_gui_cmd	visualization/nviz/src/position.c	/^int Nset_focus_gui_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_focus_map_cmd	visualization/nviz/src/position.c	/^int Nset_focus_map_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_focus_real_cmd	visualization/nviz/src/position.c	/^int Nset_focus_real_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_focus_state_cmd	visualization/nviz/src/position.c	/^int Nset_focus_state_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_focus_top_cmd	visualization/nviz/src/position.c	/^int Nset_focus_top_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_fov_cmd	visualization/nviz/src/position.c	/^int Nset_fov_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_interp_mode_cmd	visualization/nviz/src/anim_support.c	/^int Nset_interp_mode_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nset_light_to_view_cmd	visualization/nviz/src/change_view.c	/^int Nset_light_to_view_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_numsteps_cmd	visualization/nviz/src/anim_support.c	/^int Nset_numsteps_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nset_tension_cmd	visualization/nviz/src/anim_support.c	/^int Nset_tension_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nset_twist_cmd	visualization/nviz/src/position.c	/^int Nset_twist_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nset_viewdir_cmd	visualization/nviz/src/togl_flythrough.c	/^int Nset_viewdir_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nset_viewport_cmd	visualization/nviz/src/draw.c	/^int Nset_viewport_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nshow_lab_cmd	visualization/nviz/src/anim_support.c	/^int Nshow_lab_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nshow_path_cmd	visualization/nviz/src/anim_support.c	/^int Nshow_path_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nshow_site_cmd	visualization/nviz/src/anim_support.c	/^int Nshow_site_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nshow_vect_cmd	visualization/nviz/src/anim_support.c	/^int Nshow_vect_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nshow_vol_cmd	visualization/nviz/src/anim_support.c	/^int Nshow_vol_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nshowtension_start_cmd	visualization/nviz/src/anim_support.c	/^int Nshowtension_start_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nshowtension_stop_cmd	visualization/nviz/src/anim_support.c	/^int Nshowtension_stop_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nsite_attr_get_field_not_emtpy_cats_cmd	visualization/nviz/src/site_attr_commands.c	/^int Nsite_attr_get_field_not_emtpy_cats_cmd(data, interp, argc, argv)$/;"	f
Nsite_attr_get_field_values_cmd	visualization/nviz/src/site_attr_commands.c	/^int Nsite_attr_get_field_values_cmd(data, interp, argc, argv)$/;"	f
Nsite_attr_get_fields_name_and_type_cmd	visualization/nviz/src/site_attr_commands.c	/^int Nsite_attr_get_fields_name_and_type_cmd(data, interp, argc, argv)$/;"	f
Nsite_attr_get_fields_name_cmd	visualization/nviz/src/site_attr_commands.c	/^int Nsite_attr_get_fields_name_cmd(data, interp, argc, argv)$/;"	f
Nsite_attr_get_fields_type_cmd	visualization/nviz/src/site_attr_commands.c	/^int Nsite_attr_get_fields_type_cmd(data, interp, argc, argv)$/;"	f
Nsite_attr_get_record_values_cmd	visualization/nviz/src/site_attr_commands.c	/^int Nsite_attr_get_record_values_cmd(data, interp, argc, argv)$/;"	f
Nsite_attr_get_value_cmd	visualization/nviz/src/site_attr_commands.c	/^int Nsite_attr_get_value_cmd(data, interp, argc, argv)$/;"	f
Nsite_draw_all_cmd	visualization/nviz/src/draw.c	/^int Nsite_draw_all_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nsite_draw_one_cmd	visualization/nviz/src/draw.c	/^int Nsite_draw_one_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nsite_highlight_cmd	visualization/nviz/src/site_highlight_commands.c	/^int Nsite_highlight_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nsite_highlight_get_default_cmd	visualization/nviz/src/site_highlight_commands.c	/^int Nsite_highlight_get_default_cmd(Nv_data * data, Tcl_Interp * interp,$/;"	f
Nsite_highlight_get_default_value_cmd	visualization/nviz/src/site_highlight_commands.c	/^int Nsite_highlight_get_default_value_cmd(Nv_data * data, Tcl_Interp * interp,$/;"	f
Nsite_highlight_list_cmd	visualization/nviz/src/site_highlight_commands.c	/^int Nsite_highlight_list_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nsite_highlight_set_default_cmd	visualization/nviz/src/site_highlight_commands.c	/^int Nsite_highlight_set_default_cmd(Nv_data * data, Tcl_Interp * interp,$/;"	f
Nsite_highlight_set_default_value_cmd	visualization/nviz/src/site_highlight_commands.c	/^int Nsite_highlight_set_default_value_cmd(Nv_data * data, Tcl_Interp * interp,$/;"	f
Nsite_unhighlight_all_cmd	visualization/nviz/src/site_highlight_commands.c	/^int Nsite_unhighlight_all_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nsite_unhighlight_cmd	visualization/nviz/src/site_highlight_commands.c	/^int Nsite_unhighlight_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nsite_unhighlight_list_cmd	visualization/nviz/src/site_highlight_commands.c	/^int Nsite_unhighlight_list_cmd(Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
Nsouth	lib/ogsf/gsd_fringe.c	/^float Nsouth[] = { 0.0, -0.8, 0.6 };$/;"	v
Nstart_zoom_cmd	visualization/nviz/src/do_zoom.c	/^int Nstart_zoom_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nstd	imagery/i.class/input_std.c	/^float Nstd;$/;"	v
Nstr	display/d.save/main.c	/^char Nstr[20], Sstr[20], Estr[20], Wstr[20], EWRESstr[20], NSRESstr[20];$/;"	v
Nsurf_draw_all_cmd	visualization/nviz/src/draw.c	/^int Nsurf_draw_all_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nsurf_draw_one_cmd	visualization/nviz/src/draw.c	/^int Nsurf_draw_one_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Ntop	lib/ogsf/gsd_fringe.c	/^float Ntop[] = { 0.0, 0.0, 1.0 };$/;"	v
Ntransp_is_set_cmd	visualization/nviz/src/draw.c	/^int Ntransp_is_set_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
NumCplanes	visualization/nviz/src/interface.h	/^    int NumCplanes;$/;"	m	struct:__anon101
NumFilters	raster/r.random.surface/ransurf.h	/^GLOBAL int *Seeds, Seed, NumSeeds, Low, High, NumMaps, NumFilters, OutFD;$/;"	v
NumMaps	raster/r.random.surface/ransurf.h	/^GLOBAL int *Seeds, Seed, NumSeeds, Low, High, NumMaps, NumFilters, OutFD;$/;"	v
NumSeeds	raster/r.random.surface/ransurf.h	/^GLOBAL int *Seeds, Seed, NumSeeds, Low, High, NumMaps, NumFilters, OutFD;$/;"	v
NumTimes	raster3d/r3.in.v5d/v5d.h	/^    int NumTimes;		\/* Number of time steps *\/$/;"	m	struct:__anon110
NumTimes	raster3d/r3.out.v5d/v5d.h	/^    int NumTimes;		\/* Number of time steps *\/$/;"	m	struct:__anon121
NumVars	raster3d/r3.in.v5d/v5d.h	/^    int NumVars;		\/* Number of variables *\/$/;"	m	struct:__anon110
NumVars	raster3d/r3.out.v5d/v5d.h	/^    int NumVars;		\/* Number of variables *\/$/;"	m	struct:__anon121
Numfiles	lib/ogsf/gvl_file.c	/^static int Numfiles = 0;$/;"	v	file:
Numfunc	vector/v.mapcalc/number.c	/^typedef struct Numfunc$/;"	s	file:
Numkeys	lib/ogsf/GK2.c	/^static int Numkeys = 0;$/;"	v	file:
Numlights	lib/ogsf/GS2.c	/^static int Numlights = 0;$/;"	v	file:
Numsets	lib/ogsf/gsds.c	/^static int Numsets = 0;$/;"	v	file:
Nunset_SDsurf_cmd	visualization/nviz/src/misc.c	/^int Nunset_SDsurf_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nunset_cancel_func_cmd	visualization/nviz/src/draw.c	/^int Nunset_cancel_func_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nupdate_frames_cmd	visualization/nviz/src/anim_support.c	/^int Nupdate_frames_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nupdate_tension_cmd	visualization/nviz/src/anim_support.c	/^int Nupdate_tension_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nv_changeScale	visualization/nviz/scripts/widgets.tcl	/^proc Nv_changeScale {S {v 0}} {$/;"	p
Nv_clientData	visualization/nviz/src/interface.h	/^} Nv_clientData;$/;"	t	typeref:struct:__anon102
Nv_data	visualization/nviz/src/interface.h	/^} Nv_data;$/;"	t	typeref:struct:__anon101
Nv_floatscaleCallback	visualization/nviz/scripts/widgets.tcl	/^proc Nv_floatscaleCallback { S {who s} {decimal 0} {cmd null} {val 0} } {$/;"	p
Nv_getXYPos	visualization/nviz/scripts/widgets.tcl	/^proc Nv_getXYPos { iname } {$/;"	p
Nv_itemDrag	visualization/nviz/scripts/widgets.tcl	/^proc Nv_itemDrag {c info x y} {$/;"	p
Nv_makeSeparator	visualization/nviz/scripts/widgets.tcl	/^proc Nv_makeSeparator { name } {$/;"	p
Nv_mkArrows	visualization/nviz/scripts/widgets.tcl	/^proc Nv_mkArrows {A {name ""} {cmd null} {val 1} {orient v} } {$/;"	p
Nv_mkAttbutton	visualization/nviz/scripts/widgets.tcl	/^proc Nv_mkAttbutton {P name} {$/;"	p
Nv_mkFloatScale	visualization/nviz/scripts/widgets.tcl	/^proc Nv_mkFloatScale { S {orient v} {name ---} {from 10000} {to 0} {curr 500} {cmd null} {decimal 0}} {$/;"	p
Nv_mkMenu	visualization/nviz/scripts/widgets.tcl	/^proc Nv_mkMenu { P mname bnames underlines commands} {$/;"	p
Nv_mkPanelname	visualization/nviz/scripts/widgets.tcl	/^proc Nv_mkPanelname {P name} {$/;"	p
Nv_mkScale	visualization/nviz/scripts/widgets.tcl	/^proc Nv_mkScale { S {orient v} {name ---} {from 10000} {to 0} {curr 500} {cmd null} {decimal 0}} {$/;"	p
Nv_mkSurfacelist	visualization/nviz/scripts/widgets.tcl	/^proc Nv_mkSurfacelist { P L C type} {$/;"	p
Nv_mkWireColorScale	visualization/nviz/scripts/wirecolorPopup.tcl	/^proc Nv_mkWireColorScale { P {name " "} {curr 200}\\$/;"	p
Nv_mkXYScale	visualization/nviz/scripts/widgets.tcl	/^proc Nv_mkXYScale {C {type puck} {name null} {height 100} {width 100} {x 50} {y 50} {cmd null} {upcmd null}} {$/;"	p
Nv_mksdiffSurfacelist	visualization/nviz/scripts/panel_sdiff.tcl	/^proc Nv_mksdiffSurfacelist { P } {$/;"	p
Nv_scaleCallback	visualization/nviz/scripts/widgets.tcl	/^proc Nv_scaleCallback { S {who s} {decimal 0} {cmd null} {val 0} } {$/;"	p
Nv_script_file	visualization/nviz/src/script_support.c	/^FILE *Nv_script_file = NULL;$/;"	v
Nv_script_state	visualization/nviz/src/script_support.c	/^int Nv_script_state = 0;$/;"	v
Nv_setEntry	visualization/nviz/scripts/widgets.tcl	/^proc Nv_setEntry {E V} {$/;"	p
Nv_xyCallback	visualization/nviz/scripts/widgets.tcl	/^proc Nv_xyCallback { cmd w h x y } {$/;"	p
Nvect_draw_all_cmd	visualization/nviz/src/draw.c	/^int Nvect_draw_all_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nvect_draw_one_cmd	visualization/nviz/src/draw.c	/^int Nvect_draw_one_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nviz	gui/wxpython/gui_modules/workspace.py	/^class Nviz:$/;"	c
Nviz	gui/wxpython/nviz/init.cpp	/^Nviz::Nviz(PyObject *log)$/;"	f	class:Nviz
Nviz	gui/wxpython/nviz/nviz.h	/^class Nviz$/;"	c
NvizError	gui/wxpython/gui_modules/gcmd.py	/^class NvizError(GException):$/;"	c
NvizThread	gui/wxpython/gui_modules/nviz_mapdisp.py	/^class NvizThread(Thread):$/;"	c
NvizToolWindow	gui/wxpython/gui_modules/nviz_tools.py	/^class NvizToolWindow(wx.Frame):$/;"	c
NvizToolbar	gui/wxpython/gui_modules/toolbars.py	/^class NvizToolbar(AbstractToolbar):$/;"	c
Nviz_animation_reset	visualization/nviz/scripts/panel_animation.tcl	/^proc Nviz_animation_reset {} {$/;"	p
Nviz_change_exag	lib/nviz/change_view.c	/^int Nviz_change_exag(nv_data * data, float exag)$/;"	f
Nviz_color_from_str	lib/nviz/nviz.c	/^int Nviz_color_from_str(const char *color_str)$/;"	f
Nviz_color_load	visualization/nviz/scripts/panel_color.tcl	/^proc Nviz_color_load {file_hook} {$/;"	p
Nviz_color_reset	visualization/nviz/scripts/panel_color.tcl	/^proc Nviz_color_reset {} {$/;"	p
Nviz_color_save	visualization/nviz/scripts/panel_color.tcl	/^proc Nviz_color_save {file_hook} {$/;"	p
Nviz_create_render_window	lib/nviz/render.c	/^int Nviz_create_render_window(struct render_window *rwin, void *display,$/;"	f
Nviz_cutplane_load	visualization/nviz/scripts/panel_cutplane.tcl	/^proc Nviz_cutplane_load { file_hook } {$/;"	p
Nviz_cutplane_reset	visualization/nviz/scripts/panel_cutplane.tcl	/^proc Nviz_cutplane_reset {} {$/;"	p
Nviz_cutplane_save	visualization/nviz/scripts/panel_cutplane.tcl	/^proc Nviz_cutplane_save { file_hook } {$/;"	p
Nviz_destroy_render_window	lib/nviz/render.c	/^void Nviz_destroy_render_window(struct render_window *rwin)$/;"	f
Nviz_draw_all	lib/nviz/draw.c	/^int Nviz_draw_all(nv_data * data)$/;"	f
Nviz_draw_all_site	lib/nviz/draw.c	/^int Nviz_draw_all_site(nv_data * dc)$/;"	f
Nviz_draw_all_surf	lib/nviz/draw.c	/^int Nviz_draw_all_surf(nv_data * dc)$/;"	f
Nviz_draw_all_vect	lib/nviz/draw.c	/^int Nviz_draw_all_vect(nv_data * dc)$/;"	f
Nviz_draw_all_vol	lib/nviz/draw.c	/^int Nviz_draw_all_vol(nv_data * dc)$/;"	f
Nviz_draw_cplane	lib/nviz/cplanes_obj.c	/^int Nviz_draw_cplane(nv_data * data, int bound1, int bound2)$/;"	f
Nviz_draw_quick	lib/nviz/draw.c	/^int Nviz_draw_quick(nv_data * data, int draw_mode)$/;"	f
Nviz_get_exag	lib/nviz/exag.c	/^float Nviz_get_exag()$/;"	f
Nviz_get_exag_height	lib/nviz/exag.c	/^int Nviz_get_exag_height(float *val, float *min, float *max)$/;"	f
Nviz_init_data	lib/nviz/nviz.c	/^void Nviz_init_data(nv_data * data)$/;"	f
Nviz_init_light	lib/nviz/lights.c	/^int Nviz_init_light(nv_data * data, int num)$/;"	f
Nviz_init_render_window	lib/nviz/render.c	/^void Nviz_init_render_window(struct render_window *rwin)$/;"	f
Nviz_init_view	lib/nviz/position.c	/^void Nviz_init_view()$/;"	f
Nviz_lights_load	visualization/nviz/scripts/panel_lights.tcl	/^proc Nviz_lights_load {file_hook} {$/;"	p
Nviz_lights_reset	visualization/nviz/scripts/panel_lights.tcl	/^proc Nviz_lights_reset {} {$/;"	p
Nviz_lights_save	visualization/nviz/scripts/panel_lights.tcl	/^proc Nviz_lights_save {file_hook} {$/;"	p
Nviz_main_load	visualization/nviz/scripts/panel_main.tcl	/^proc Nviz_main_load { file_hook } {$/;"	p
Nviz_main_reset	visualization/nviz/scripts/panel_main.tcl	/^proc Nviz_main_reset {} {$/;"	p
Nviz_main_save	visualization/nviz/scripts/panel_main.tcl	/^proc Nviz_main_save { file_hook } {$/;"	p
Nviz_make_current_render_window	lib/nviz/render.c	/^int Nviz_make_current_render_window(const struct render_window *rwin)$/;"	f
Nviz_new_cplane	lib/nviz/cplanes_obj.c	/^int Nviz_new_cplane(nv_data * data, int id)$/;"	f
Nviz_new_light	lib/nviz/lights.c	/^int Nviz_new_light(nv_data * data)$/;"	f
Nviz_new_map_obj	lib/nviz/map_obj.c	/^int Nviz_new_map_obj(int type, const char *name, float value, nv_data * data)$/;"	f
Nviz_new_render_window	lib/nviz/render.c	/^struct render_window *Nviz_new_render_window(void)$/;"	f
Nviz_off_cplane	lib/nviz/cplanes_obj.c	/^int Nviz_off_cplane(nv_data * data, int id)$/;"	f
Nviz_resize_window	lib/nviz/change_view.c	/^int Nviz_resize_window(int width, int height)$/;"	f
Nviz_set_attr	lib/nviz/map_obj.c	/^int Nviz_set_attr(int id, int type, int desc, int src,$/;"	f
Nviz_set_bgcolor	lib/nviz/nviz.c	/^void Nviz_set_bgcolor(nv_data * data, int color)$/;"	f
Nviz_set_focus_map	lib/nviz/position.c	/^int Nviz_set_focus_map(int type, int id)$/;"	f
Nviz_set_focus_state	lib/nviz/position.c	/^int Nviz_set_focus_state(int state_flag)$/;"	f
Nviz_set_light_ambient	lib/nviz/lights.c	/^int Nviz_set_light_ambient(nv_data * data, int num,$/;"	f
Nviz_set_light_bright	lib/nviz/lights.c	/^int Nviz_set_light_bright(nv_data * data, int num, float value)$/;"	f
Nviz_set_light_color	lib/nviz/lights.c	/^int Nviz_set_light_color(nv_data * data, int num,$/;"	f
Nviz_set_light_position	lib/nviz/lights.c	/^int Nviz_set_light_position(nv_data * data, int num,$/;"	f
Nviz_set_surface_attr_default	lib/nviz/map_obj.c	/^void Nviz_set_surface_attr_default()$/;"	f
Nviz_set_viewpoint_height	lib/nviz/change_view.c	/^int Nviz_set_viewpoint_height(nv_data * data, float height)$/;"	f
Nviz_set_viewpoint_persp	lib/nviz/change_view.c	/^int Nviz_set_viewpoint_persp(nv_data * data, int persp)$/;"	f
Nviz_set_viewpoint_position	lib/nviz/change_view.c	/^int Nviz_set_viewpoint_position(nv_data * data, float x_pos, float y_pos)$/;"	f
Nviz_set_viewpoint_twist	lib/nviz/change_view.c	/^int Nviz_set_viewpoint_twist(nv_data * data, int twist)$/;"	f
Nviz_set_volume_attr_default	lib/nviz/map_obj.c	/^int Nviz_set_volume_attr_default(int id)$/;"	f
Nviz_set_vpoint_attr_default	lib/nviz/map_obj.c	/^int Nviz_set_vpoint_attr_default(int id)$/;"	f
Nviz_site_load	visualization/nviz/scripts/panel_site.tcl	/^proc Nviz_site_load { file_hook } {$/;"	p
Nviz_site_reset	visualization/nviz/scripts/panel_site.tcl	/^proc Nviz_site_reset {} {$/;"	p
Nviz_site_save	visualization/nviz/scripts/panel_site.tcl	/^proc Nviz_site_save {file_hook} {$/;"	p
Nviz_surf_load	visualization/nviz/scripts/panel_surf.tcl	/^proc Nviz_surf_load { file_hook } {$/;"	p
Nviz_surf_reset	visualization/nviz/scripts/panel_surf.tcl	/^proc Nviz_surf_reset {} {$/;"	p
Nviz_surf_save	visualization/nviz/scripts/panel_surf.tcl	/^proc Nviz_surf_save {file_hook} {$/;"	p
Nviz_unset_attr	lib/nviz/map_obj.c	/^int Nviz_unset_attr(int id, int type, int desc)$/;"	f
Nviz_update_ranges	lib/nviz/change_view.c	/^int Nviz_update_ranges(nv_data * dc)$/;"	f
Nviz_vect_load	visualization/nviz/scripts/panel_vect.tcl	/^proc Nviz_vect_load { file_hook } {$/;"	p
Nviz_vect_reset	visualization/nviz/scripts/panel_vect.tcl	/^proc Nviz_vect_reset {} {$/;"	p
Nviz_vect_save	visualization/nviz/scripts/panel_vect.tcl	/^proc Nviz_vect_save {file_hook} {$/;"	p
Nviz_vol_load	visualization/nviz/scripts/panel_vol.tcl	/^proc Nviz_vol_load { file_hook } {$/;"	p
Nviz_vol_reset	visualization/nviz/scripts/panel_vol.tcl	/^proc Nviz_vol_reset {} {$/;"	p
Nviz_vol_save	visualization/nviz/scripts/panel_vol.tcl	/^proc Nviz_vol_save {file_hook} {$/;"	p
Nvol_draw_all_cmd	visualization/nviz/src/draw.c	/^int Nvol_draw_all_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nvol_draw_one_cmd	visualization/nviz/src/draw.c	/^int Nvol_draw_one_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
Nwest	lib/ogsf/gsd_fringe.c	/^float Nwest[] = { -0.8, 0.0, 0.6 };$/;"	v
Nwrite_mpeg_frame_cmd	visualization/nviz/src/anim_support.c	/^int Nwrite_mpeg_frame_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nwrite_ppm_cmd	visualization/nviz/src/anim_support.c	/^int Nwrite_ppm_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
Nwrite_tif_cmd	visualization/nviz/src/anim_support.c	/^int Nwrite_tif_cmd(Nv_data * data,	\/* Local data *\/$/;"	f
OBJ	swig/python/NumPtr/src/Makefile	/^OBJ := $(OBJ:.c=.o)$/;"	m
OBJ	swig/python/NumPtr/src/Makefile	/^OBJ := $(SRC:.f=.o)$/;"	m
OBJARCH	raster/r.terraflow/Makefile	/^OBJARCH=OBJ.$(ARCH)$/;"	m
OBJECT_DOUBLE	vector/lidar/lidarlib/PolimiFunct.h	56;"	d
OBJECT_SINGLE	vector/lidar/lidarlib/PolimiFunct.h	57;"	d
OBJS	db/drivers/dbf/Makefile	/^OBJS 	=  \\$/;"	m
OBJS	db/drivers/mysql/Makefile	/^OBJS 	=  \\$/;"	m
OBJS	db/drivers/odbc/Makefile	/^OBJS 	=  \\$/;"	m
OBJS	db/drivers/ogr/Makefile	/^OBJS = $(subst .c,.o,$(wildcard *.c))$/;"	m
OBJS	db/drivers/postgres/Makefile	/^OBJS = $(subst .c,.o,$(wildcard *.c))$/;"	m
OBJS	db/drivers/sqlite/Makefile	/^OBJS = $(subst .c,.o,$(wildcard *.c))$/;"	m
OBJS	display/drivers/HTMLMAP/Makefile	/^OBJS =  \\$/;"	m
OBJS	display/drivers/PNG/Makefile	/^OBJS =  main.o$/;"	m
OBJS	display/drivers/PS/Makefile	/^OBJS =  main.o$/;"	m
OBJS	display/drivers/XDRIVER/Makefile	/^OBJS =  \\$/;"	m
OBJS	display/drivers/cairo/Makefile	/^OBJS = main.o$/;"	m
OBJS	gem/Makefile	/^OBJS =	at_exit_funcs.o \\$/;"	m
OBJS	macosx/app/Makefile	/^OBJS = Info.plist GRASS.scpt grass.sh main.o$/;"	m
OBJS	raster/r.le/r.le.setup/polytocell/Makefile	/^OBJS = \\$/;"	m
OBJS	vector/v.out.ogr/Makefile	/^OBJS = main.o$/;"	m
OBJS	vector/v.out.pov/Makefile	/^OBJS = main.o$/;"	m
OBJS	visualization/nviz/src/Makefile	/^OBJS = nvizAppInit.o change_view.o draw.o exag.o glwrappers.o \\$/;"	m
OBJ_NONE	lib/symbol/read.c	27;"	d	file:
OBJ_POLYGON	lib/symbol/read.c	29;"	d	file:
OBJ_RING	lib/symbol/read.c	30;"	d	file:
OBJ_STRING	lib/symbol/read.c	28;"	d	file:
OCB	raster/r.out.vrml/pv.h	14;"	d
ODD	raster/r.random.cells/ransurf.h	8;"	d
ODD	raster/r.random.surface/ransurf.h	9;"	d
OD_GENERIC_READ	vector/v.in.dwg/main.c	29;"	d	file:
OD_MSG	db/drivers/odbc/globals.h	3;"	d
ODconn	db/drivers/odbc/globals.h	/^SQLHDBC ODconn;			\/* Handle connection  *\/$/;"	v
ODenvi	db/drivers/odbc/globals.h	/^SQLHENV ODenvi;			\/* Handle ODBC environment *\/$/;"	v
OFF	include/vect/dig_defines.h	127;"	d
OFFSET_T1	lib/ogsf/mc33_table.h	296;"	d
OFFSET_T10_1_1_S1	lib/ogsf/mc33_table.h	317;"	d
OFFSET_T10_1_1_S2	lib/ogsf/mc33_table.h	318;"	d
OFFSET_T10_1_2	lib/ogsf/mc33_table.h	319;"	d
OFFSET_T10_2_S1	lib/ogsf/mc33_table.h	320;"	d
OFFSET_T10_2_S2	lib/ogsf/mc33_table.h	321;"	d
OFFSET_T11	lib/ogsf/mc33_table.h	322;"	d
OFFSET_T12_1_1_S1	lib/ogsf/mc33_table.h	323;"	d
OFFSET_T12_1_1_S2	lib/ogsf/mc33_table.h	324;"	d
OFFSET_T12_1_2	lib/ogsf/mc33_table.h	325;"	d
OFFSET_T12_2_S1	lib/ogsf/mc33_table.h	326;"	d
OFFSET_T12_2_S2	lib/ogsf/mc33_table.h	327;"	d
OFFSET_T13_1_S1	lib/ogsf/mc33_table.h	328;"	d
OFFSET_T13_1_S2	lib/ogsf/mc33_table.h	329;"	d
OFFSET_T13_2_S1	lib/ogsf/mc33_table.h	330;"	d
OFFSET_T13_2_S2	lib/ogsf/mc33_table.h	331;"	d
OFFSET_T13_3_S1	lib/ogsf/mc33_table.h	332;"	d
OFFSET_T13_3_S2	lib/ogsf/mc33_table.h	333;"	d
OFFSET_T13_4	lib/ogsf/mc33_table.h	334;"	d
OFFSET_T13_5_1	lib/ogsf/mc33_table.h	335;"	d
OFFSET_T13_5_2	lib/ogsf/mc33_table.h	336;"	d
OFFSET_T14	lib/ogsf/mc33_table.h	337;"	d
OFFSET_T2	lib/ogsf/mc33_table.h	297;"	d
OFFSET_T3_1	lib/ogsf/mc33_table.h	298;"	d
OFFSET_T3_2	lib/ogsf/mc33_table.h	299;"	d
OFFSET_T4_1	lib/ogsf/mc33_table.h	300;"	d
OFFSET_T4_2	lib/ogsf/mc33_table.h	301;"	d
OFFSET_T5	lib/ogsf/mc33_table.h	302;"	d
OFFSET_T6_1_1	lib/ogsf/mc33_table.h	303;"	d
OFFSET_T6_1_2	lib/ogsf/mc33_table.h	304;"	d
OFFSET_T6_2	lib/ogsf/mc33_table.h	305;"	d
OFFSET_T7_1	lib/ogsf/mc33_table.h	306;"	d
OFFSET_T7_2_S1	lib/ogsf/mc33_table.h	307;"	d
OFFSET_T7_2_S2	lib/ogsf/mc33_table.h	308;"	d
OFFSET_T7_2_S3	lib/ogsf/mc33_table.h	309;"	d
OFFSET_T7_3_S1	lib/ogsf/mc33_table.h	310;"	d
OFFSET_T7_3_S2	lib/ogsf/mc33_table.h	311;"	d
OFFSET_T7_3_S3	lib/ogsf/mc33_table.h	312;"	d
OFFSET_T7_4_1	lib/ogsf/mc33_table.h	313;"	d
OFFSET_T7_4_2	lib/ogsf/mc33_table.h	314;"	d
OFFSET_T8	lib/ogsf/mc33_table.h	315;"	d
OFFSET_T9	lib/ogsf/mc33_table.h	316;"	d
OFFSET_TEST10	lib/ogsf/mc33_table.h	3263;"	d
OFFSET_TEST12	lib/ogsf/mc33_table.h	3264;"	d
OFFSET_TEST13	lib/ogsf/mc33_table.h	3265;"	d
OFFSET_TEST3	lib/ogsf/mc33_table.h	3259;"	d
OFFSET_TEST4	lib/ogsf/mc33_table.h	3260;"	d
OFFSET_TEST6	lib/ogsf/mc33_table.h	3261;"	d
OFFSET_TEST7	lib/ogsf/mc33_table.h	3262;"	d
OGLLIB	raster3d/r3.showdspf/Makefile	/^OGLLIB       = $(XMLIBPATH) $(XLIBPATH) $(OPENGLWM) $(OPENGLULIB) $(OPENGLLIB) \\$/;"	m
OGLMotifWindowData	raster3d/r3.showdspf/kns_defines.h	/^} OGLMotifWindowData;$/;"	t	typeref:struct:window_props
OGL_LIBS	visualization/nviz/src/Makefile	/^OGL_LIBS := $(OPENGLULIB) $(OPENGLLIB) $(MATHLIB)$/;"	m
OGL_LIBS	visualization/nviz/src/Makefile	/^OGL_LIBS := $(OPENGLULIB) $(OPENGLLIB) $(XLIBPATH) $(XLIB) -lXmu -lXext $(XEXTRALIBS) $(MATHLIB)$/;"	m
OGL_LIBS	visualization/nviz/src/Makefile	/^OGL_LIBS := $(OPENGLULIB) $(OPENGLLIB) -lgdi32 $(MATHLIB)$/;"	m
OGL_LIBS	visualization/nviz2/cmd/Makefile	/^OGL_LIBS := $(OPENGLULIB) $(OPENGLLIB) $(MATHLIB)$/;"	m
OGL_LIBS	visualization/nviz2/cmd/Makefile	/^OGL_LIBS := $(OPENGLULIB) $(OPENGLLIB) $(XLIBPATH) $(XLIB) -lXmu -lXext $(XEXTRALIBS) $(MATHLIB)$/;"	m
OGL_LIBS	visualization/nviz2/cmd/Makefile	/^OGL_LIBS := $(OPENGLULIB) $(OPENGLLIB) -lgdi32 $(MATHLIB)$/;"	m
OGRBASED	vector/Makefile	/^OGRBASED = v.out.ogr v.in.ogr v.external$/;"	m
OGR_list_write_drivers	vector/v.out.ogr/main.c	/^char *OGR_list_write_drivers(void)$/;"	f
OGRdrivers	vector/v.out.ogr/main.c	/^char OGRdrivers[2000];$/;"	v
OGSF_LINE	include/gstypes.h	78;"	d
OGSF_POINT	include/gstypes.h	77;"	d
OGSF_POLYGON	include/gstypes.h	79;"	d
OK	display/d.mon/pgms/open.h	9;"	d
OK	include/codes.h	2;"	d
OK	include/graphics.h	88;"	d
OK	lib/gis/plot.c	384;"	d	file:
OK	lib/raster/open.h	9;"	d
OLD	lib/gis/ask.c	99;"	d	file:
OLD	raster/r.flow/io.c	35;"	d	file:
OLD_DEPTH	display/d.nviz/main.c	/^double OLD_DEPTH;$/;"	v
OLD_FILE	lib/gis/ask.c	104;"	d	file:
OLD_LINE_3_SIZE	vector/v.convert/conv.h	11;"	d
ON	include/vect/dig_defines.h	126;"	d
ONEXT	vector/v.delaunay2/edge.h	6;"	d
ONE_CAT	vector/v.build.polylines/walk.h	2;"	d
ONE_CELL	raster/r.water.outlet/over_cells.c	4;"	d	file:
ONE_UNLOCKED_ELT_ONLY	lib/g3d/cache.c	29;"	d	file:
ONHULL	vector/v.hull/chull.c	78;"	d	file:
ONORM	lib/ogsf/gsd_objs.c	44;"	d	file:
ON_OFF	include/vect/dig_macros.h	8;"	d
OOPS	ps/ps.map/scale.c	/^static int OOPS(void)$/;"	f	file:
OPEN	raster/r.to.vect/global.h	31;"	d
OPENDWGBASED	vector/Makefile	/^OPENDWGBASED = v.in.dwg$/;"	m
OPENGLBASED	lib/Makefile	/^OPENGLBASED = \\$/;"	m
OPEN_MAX	visualization/nviz/src/tkWinPort.h	55;"	d
OPEN_NEW_COMPRESSED	lib/gis/G.h	101;"	d
OPEN_NEW_RANDOM	lib/gis/G.h	103;"	d
OPEN_NEW_UNCOMPRESSED	lib/gis/G.h	102;"	d
OPEN_OLD	lib/gis/G.h	100;"	d
OPREV	vector/v.delaunay2/edge.h	7;"	d
OPTION	imagery/i.class/defs.h	50;"	d
OPTION	imagery/i.ortho.photo/photo.2image/defs.h	61;"	d
OPTION	imagery/i.ortho.photo/photo.2target/defs.h	47;"	d
OPTION	imagery/i.ortho.photo/photo.rectify/defs.h	60;"	d
OPTION	imagery/i.points/defs.h	57;"	d
OPTION	imagery/i.vpoints/defs.h	66;"	d
OPTIONS	vector/v.to.db/global.h	27;"	d
OPTION_OBJECT	imagery/i.class/defs.h	43;"	d
OPTION_OBJECT	imagery/i.ortho.photo/photo.2image/defs.h	54;"	d
OPTION_OBJECT	imagery/i.ortho.photo/photo.2target/defs.h	40;"	d
OPTION_OBJECT	imagery/i.ortho.photo/photo.rectify/defs.h	53;"	d
OPTION_OBJECT	imagery/i.points/defs.h	50;"	d
OPTION_OBJECT	imagery/i.vpoints/defs.h	59;"	d
OPT_CALLFUNC	include/shhopt.h	23;"	d
OPT_END	include/shhopt.h	/^	OPT_END,		\/* nothing. used as ending element. *\/$/;"	e	enum:__anon245
OPT_FLAG	include/shhopt.h	/^	OPT_FLAG,		\/* no argument following. sets variable to 1. *\/$/;"	e	enum:__anon245
OPT_FLOAT	include/shhopt.h	/^	OPT_FLOAT		\/* floating point argument. *\/$/;"	e	enum:__anon245
OPT_INT	include/shhopt.h	/^	OPT_INT,		\/* signed integer argument. *\/$/;"	e	enum:__anon245
OPT_LONG	include/shhopt.h	/^	OPT_LONG,		\/* signed long integer argument. *\/$/;"	e	enum:__anon245
OPT_STRING	include/shhopt.h	/^	OPT_STRING,		\/* string argument. *\/$/;"	e	enum:__anon245
OPT_UINT	include/shhopt.h	/^	OPT_UINT,		\/* unsigned integer argument. *\/$/;"	e	enum:__anon245
OPT_ULONG	include/shhopt.h	/^	OPT_ULONG,		\/* unsigned long integer argument. *\/$/;"	e	enum:__anon245
OP_AND	vector/v.overlay/local.h	1;"	d
OP_NOT	vector/v.overlay/local.h	3;"	d
OP_OR	vector/v.overlay/local.h	2;"	d
OP_OVERLAP	vector/v.select/main.c	24;"	d	file:
OP_XOR	vector/v.overlay/local.h	4;"	d
ORANGE	imagery/i.class/globals.h	36;"	d
ORANGE	imagery/i.ortho.photo/photo.2image/globals.h	59;"	d
ORANGE	imagery/i.ortho.photo/photo.2target/globals.h	80;"	d
ORANGE	imagery/i.points/globals.h	52;"	d
ORANGE	include/colors.h	18;"	d
ORANGE	raster/r.le/r.le.setup/colors.h	24;"	d
ORG	vector/v.delaunay2/edge.h	4;"	d
ORIG	display/d.profile/profile.h	73;"	d
ORIGIN	lib/ogsf/gsd_objs.c	93;"	d	file:
ORIGIN_X	display/d.histogram/bar.h	18;"	d
ORIGIN_X	display/d.histogram/pie.h	47;"	d
ORIGIN_X	display/d.linegraph/linegraph.h	5;"	d
ORIGIN_X	display/d.profile/PlotProfile.c	35;"	d	file:
ORIGIN_Y	display/d.histogram/bar.h	19;"	d
ORIGIN_Y	display/d.histogram/pie.h	48;"	d
ORIGIN_Y	display/d.linegraph/linegraph.h	6;"	d
ORIGIN_Y	display/d.profile/PlotProfile.c	36;"	d	file:
OS	swig/python/NumPtr/src/Makefile	/^OS = $(shell uname -s)$/;"	m
OSB	raster/r.out.vrml/pv.h	9;"	d
OTHER	imagery/i.class/defs.h	54;"	d
OTHER	imagery/i.ortho.photo/photo.2image/defs.h	65;"	d
OTHER	imagery/i.ortho.photo/photo.2target/defs.h	51;"	d
OTHER	imagery/i.ortho.photo/photo.rectify/defs.h	64;"	d
OTHER	imagery/i.points/defs.h	61;"	d
OTHER	imagery/i.vpoints/defs.h	70;"	d
OTHER_BITS	general/g.access/access.h	3;"	d
OTHER_OBJECT	imagery/i.class/defs.h	45;"	d
OTHER_OBJECT	imagery/i.ortho.photo/photo.2image/defs.h	56;"	d
OTHER_OBJECT	imagery/i.ortho.photo/photo.2target/defs.h	42;"	d
OTHER_OBJECT	imagery/i.ortho.photo/photo.rectify/defs.h	55;"	d
OTHER_OBJECT	imagery/i.points/defs.h	52;"	d
OTHER_OBJECT	imagery/i.vpoints/defs.h	61;"	d
OTHER_PERMS	general/g.access/access.h	7;"	d
OTHER_VERTEX	vector/v.delaunay2/edge.h	11;"	d
OT_divide_oct	vector/v.vol.rst/oct.c	/^int OT_divide_oct(struct octtree *tree)$/;"	f
OT_functions_new	vector/v.vol.rst/oct.c	/^struct octfunc *OT_functions_new(int (*compare) (),$/;"	f
OT_insert_oct	vector/v.vol.rst/oct.c	/^int OT_insert_oct(struct quadruple *point, struct octtree *tree)$/;"	f
OT_region_data	vector/v.vol.rst/oct.c	/^OT_region_data(struct octtree *tree, double xmin, double xmax, double ymin,$/;"	f
OT_tree_new	vector/v.vol.rst/oct.c	/^struct octtree *OT_tree_new(VOID_T * data, struct octtree **leafs,$/;"	f
OUTGR	raster/r.horizon/main.c	/^int OUTGR(int numrows, int numcols)$/;"	f
OUTGR	raster/r.sun/main.c	/^int OUTGR(void)$/;"	f
OUTGR	raster/r.sun2/main.c	/^int OUTGR(void)$/;"	f
OUTGR	vector/v.vol.rst/user1.c	/^int OUTGR()$/;"	f
OUTLINE	imagery/i.class/outline.c	1;"	d	file:
OUTLINE_COLOR	imagery/i.class/input.c	17;"	d	file:
OUTLINE_COLOR	imagery/i.ortho.photo/photo.2image/input.c	16;"	d	file:
OUTLINE_COLOR	imagery/i.ortho.photo/photo.2target/input.c	10;"	d	file:
OUTLINE_COLOR	imagery/i.points/input.c	17;"	d	file:
OUTLINE_COLOR	imagery/i.vpoints/input.c	16;"	d	file:
OUTPUT	raster/r.topmodel/global.h	15;"	d
OUTPUT	raster/r.watershed/shed/watershed.h	24;"	d
OUTPUT_MAP	imagery/i.zc/main.c	79;"	d	file:
OUTPUT_TCI	raster/r.terraflow/option.h	25;"	d
OUTRANGE	raster/r.resamp.rst/main.c	/^int OUTRANGE = 0;$/;"	v
OUTRANGE	vector/v.surf.rst/main.c	/^int OUTRANGE = 0;$/;"	v
OUTRANGE	vector/v.vol.rst/main.c	/^int OUTRANGE = 0;$/;"	v
OUTSIDE	raster3d/r3.showdspf/vizual.h	9;"	d
OUT_OF_RANGE	lib/gis/parser.c	88;"	d	file:
OUT_OF_SYNC	lib/gis/plot.c	387;"	d	file:
OVERLAP	raster/r.resamp.rst/surf.h	40;"	d
OVERLAP_SIZE	vector/lidar/lidarlib/PolimiFunct.h	35;"	d
OVERLAY_OPERATOR	include/vect/dig_defines.h	/^typedef enum overlay_operator OVERLAY_OPERATOR;$/;"	t	typeref:enum:overlay_operator
OVER_LAY	imagery/i.class/defs.h	65;"	d
OVER_WRITE	imagery/i.class/defs.h	64;"	d
OWNER_BITS	general/g.access/access.h	1;"	d
OWNER_PERMS	general/g.access/access.h	5;"	d
O_ADD	vector/v.category/main.c	22;"	d	file:
O_AREA	vector/v.to.db/global.h	58;"	d
O_CAT	vector/v.to.db/global.h	57;"	d
O_CHFIELD	vector/v.category/main.c	27;"	d	file:
O_COMPACT	vector/v.to.db/global.h	64;"	d
O_COOR	vector/v.to.db/global.h	61;"	d
O_COUNT	vector/v.to.db/global.h	60;"	d
O_DEL	vector/v.category/main.c	23;"	d	file:
O_END	vector/v.to.db/global.h	68;"	d
O_FD	vector/v.to.db/global.h	72;"	d
O_LENGTH	vector/v.to.db/global.h	59;"	d
O_PERIMETER	vector/v.to.db/global.h	65;"	d
O_PRN	vector/v.category/main.c	25;"	d	file:
O_QUERY	vector/v.to.db/global.h	62;"	d
O_REP	vector/v.category/main.c	24;"	d	file:
O_SIDES	vector/v.to.db/global.h	63;"	d
O_SINUOUS	vector/v.to.db/global.h	74;"	d
O_SLOPE	vector/v.to.db/global.h	70;"	d
O_START	vector/v.to.db/global.h	67;"	d
O_SUM	vector/v.category/main.c	26;"	d	file:
O_TYPE_REP	vector/v.category/main.c	28;"	d	file:
ObjList	lib/ogsf/gsd_prim.c	/^static GLuint ObjList[MAX_OBJS];$/;"	v	file:
Objects	imagery/i.class/defs.h	/^} Objects;$/;"	t	typeref:struct:__anon205
Objects	imagery/i.ortho.photo/photo.2image/defs.h	/^} Objects;$/;"	t	typeref:struct:__anon239
Objects	imagery/i.ortho.photo/photo.2target/defs.h	/^} Objects;$/;"	t	typeref:struct:__anon228
Objects	imagery/i.ortho.photo/photo.rectify/defs.h	/^} Objects;$/;"	t	typeref:struct:__anon232
Objects	imagery/i.points/defs.h	/^} Objects;$/;"	t	typeref:struct:__anon214
Objects	imagery/i.vpoints/defs.h	/^} Objects;$/;"	t	typeref:struct:__anon220
Octo	lib/ogsf/gsd_objs.c	/^float Octo[6][3] = {$/;"	v
OctoN	lib/ogsf/gsd_objs.c	/^float OctoN[8][3] = {$/;"	v
OldStereoFlag	visualization/nviz/src/togl.c	/^    Bool    OldStereoFlag;$/;"	m	struct:Togl	file:
OnAbort	gui/wxpython/gui_modules/gdialogs.py	/^    def OnAbort(self, event):$/;"	m	class:MultiImportDialog
OnAbort	gui/wxpython/gui_modules/menuform.py	/^    def OnAbort(self, event):$/;"	m	class:mainFrame
OnAboutGRASS	gui/wxpython/wxgui.py	/^    def OnAboutGRASS(self, event):$/;"	m	class:GMFrame
OnActivateLayer	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnActivateLayer(self, event):$/;"	m	class:LayerTree
OnAddBarscale	gui/wxpython/gui_modules/mapdisp.py	/^    def OnAddBarscale(self, event):$/;"	m	class:MapFrame
OnAddBoundary	gui/wxpython/gui_modules/toolbars.py	/^    def OnAddBoundary(self, event):$/;"	m	class:VDigitToolbar
OnAddCat	gui/wxpython/gui_modules/vdigit.py	/^    def OnAddCat(self, event):$/;"	m	class:VDigitCategoryDialog
OnAddCentroid	gui/wxpython/gui_modules/toolbars.py	/^    def OnAddCentroid(self, event):$/;"	m	class:VDigitToolbar
OnAddCommand	gui/wxpython/wxgui.py	/^    def OnAddCommand(self, event):$/;"	m	class:GMFrame
OnAddGroup	gui/wxpython/wxgui.py	/^    def OnAddGroup(self, event):$/;"	m	class:GMFrame
OnAddLabels	gui/wxpython/wxgui.py	/^    def OnAddLabels(self, event):$/;"	m	class:GMFrame
OnAddLayer	gui/wxpython/gui_modules/dbm.py	/^    def OnAddLayer(self, event):$/;"	m	class:LayerBook
OnAddLegend	gui/wxpython/gui_modules/mapdisp.py	/^    def OnAddLegend(self, event):$/;"	m	class:MapFrame
OnAddLine	gui/wxpython/gui_modules/toolbars.py	/^    def OnAddLine(self, event):$/;"	m	class:VDigitToolbar
OnAddOverlay	gui/wxpython/wxgui.py	/^    def OnAddOverlay(self, event):$/;"	m	class:GMFrame
OnAddPoint	gui/wxpython/gui_modules/toolbars.py	/^    def OnAddPoint(self, event):$/;"	m	class:VDigitToolbar
OnAddRaster	gui/wxpython/wxgui.py	/^    def OnAddRaster(self, event):$/;"	m	class:GMFrame
OnAddRasterMisc	gui/wxpython/wxgui.py	/^    def OnAddRasterMisc(self, event):$/;"	m	class:GMFrame
OnAddRules	gui/wxpython/gui_modules/colorrules.py	/^    def OnAddRules(self, event):$/;"	m	class:ColorTable
OnAddText	gui/wxpython/gui_modules/mapdisp.py	/^    def OnAddText(self, event):$/;"	m	class:MapFrame
OnAddVector	gui/wxpython/wxgui.py	/^    def OnAddVector(self, event):$/;"	m	class:GMFrame
OnAddVectorMisc	gui/wxpython/wxgui.py	/^    def OnAddVectorMisc(self, event):$/;"	m	class:GMFrame
OnAddVertex	gui/wxpython/gui_modules/toolbars.py	/^    def OnAddVertex(self, event):$/;"	m	class:VDigitToolbar
OnAdditionalToolMenu	gui/wxpython/gui_modules/toolbars.py	/^    def OnAdditionalToolMenu(self, event):$/;"	m	class:VDigitToolbar
OnAlignRegion	gui/wxpython/gui_modules/mapdisp.py	/^    def OnAlignRegion(self, event):$/;"	m	class:MapFrame
OnAnalyze	gui/wxpython/gui_modules/mapdisp.py	/^    def OnAnalyze(self, event):$/;"	m	class:MapFrame
OnApply	gui/wxpython/gui_modules/colorrules.py	/^    def OnApply(self, event):$/;"	m	class:ColorTable
OnApply	gui/wxpython/gui_modules/georect.py	/^    def OnApply(self, event):$/;"	m	class:GrSettingsDialog
OnApply	gui/wxpython/gui_modules/menuform.py	/^    def OnApply(self, event):$/;"	m	class:mainFrame
OnApply	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnApply(self, event):$/;"	m	class:NvizToolWindow
OnApply	gui/wxpython/gui_modules/preferences.py	/^    def OnApply(self, event):$/;"	m	class:PreferencesDialog
OnApply	gui/wxpython/gui_modules/profile.py	/^    def OnApply(self, event):$/;"	m	class:OptDialog
OnApply	gui/wxpython/gui_modules/profile.py	/^    def OnApply(self, event):$/;"	m	class:TextDialog
OnApply	gui/wxpython/gui_modules/sqlbuilder.py	/^    def OnApply(self,event):$/;"	m	class:SQLFrame
OnApply	gui/wxpython/gui_modules/vdigit.py	/^    def OnApply(self, event):$/;"	m	class:VDigitCategoryDialog
OnApply	gui/wxpython/gui_modules/vdigit.py	/^    def OnApply(self, event):$/;"	m	class:VDigitSettingsDialog
OnApplySqlStatement	gui/wxpython/gui_modules/dbm.py	/^    def OnApplySqlStatement(self, event):$/;"	m	class:AttributeManager
OnBeginDocument	gui/wxpython/gui_modules/disp_print.py	/^    def OnBeginDocument(self, start, end):$/;"	m	class:MapPrint
OnBeginEdit	gui/wxpython/gui_modules/vdigit.py	/^    def OnBeginEdit(self, event):$/;"	m	class:VDigitCategoryDialog
OnBeginPrinting	gui/wxpython/gui_modules/disp_print.py	/^    def OnBeginPrinting(self):$/;"	m	class:MapPrint
OnBgColor	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnBgColor(self, event):$/;"	m	class:NvizToolWindow
OnBreak	gui/wxpython/gui_modules/toolbars.py	/^    def OnBreak(self, event):$/;"	m	class:VDigitToolbar
OnBrowse	gui/wxpython/gis_set.py	/^    def OnBrowse(self, event):$/;"	m	class:GRASSStartup
OnBrowse	gui/wxpython/gui_modules/location_wizard.py	/^    def OnBrowse(self, event):$/;"	m	class:DatabasePage
OnBrowse	gui/wxpython/gui_modules/location_wizard.py	/^    def OnBrowse(self, event):$/;"	m	class:EPSGPage
OnBrowse	gui/wxpython/gui_modules/location_wizard.py	/^    def OnBrowse(self, event):$/;"	m	class:GeoreferencedFilePage
OnBrowse	gui/wxpython/gui_modules/location_wizard.py	/^    def OnBrowse(self, event):$/;"	m	class:WKTPage
OnBrowseCodes	gui/wxpython/gui_modules/location_wizard.py	/^    def OnBrowseCodes(self, event, search=None):$/;"	m	class:EPSGPage
OnBuilder	gui/wxpython/gui_modules/dbm.py	/^    def OnBuilder(self,event):$/;"	m	class:AttributeManager
OnButtonDClick	gui/wxpython/gui_modules/mapdisp.py	/^    def OnButtonDClick(self, event):$/;"	m	class:BufferedWindow
OnCBPageChanged	gui/wxpython/wxgui.py	/^    def OnCBPageChanged(self, event):$/;"	m	class:GMFrame
OnCBPageClosed	gui/wxpython/wxgui.py	/^    def OnCBPageClosed(self, event):$/;"	m	class:GMFrame
OnCancel	gui/wxpython/gui_modules/colorrules.py	/^    def OnCancel(self, event):$/;"	m	class:ColorTable
OnCancel	gui/wxpython/gui_modules/dbm.py	/^    def OnCancel(self, event):$/;"	m	class:DisplayAttributesDialog
OnCancel	gui/wxpython/gui_modules/gdialogs.py	/^    def OnCancel(self, event):$/;"	m	class:DecorationDialog
OnCancel	gui/wxpython/gui_modules/gdialogs.py	/^    def OnCancel(self, event=None):$/;"	m	class:MultiImportDialog
OnCancel	gui/wxpython/gui_modules/georect.py	/^    def OnCancel(self, event):$/;"	m	class:GrSettingsDialog
OnCancel	gui/wxpython/gui_modules/location_wizard.py	/^    def OnCancel(self, event):$/;"	m	class:RegionDef
OnCancel	gui/wxpython/gui_modules/menuform.py	/^    def OnCancel(self, event):$/;"	m	class:mainFrame
OnCancel	gui/wxpython/gui_modules/preferences.py	/^    def OnCancel(self, event):$/;"	m	class:PreferencesDialog
OnCancel	gui/wxpython/gui_modules/profile.py	/^    def OnCancel(self, event):$/;"	m	class:OptDialog
OnCancel	gui/wxpython/gui_modules/profile.py	/^    def OnCancel(self, event):$/;"	m	class:TextDialog
OnCancel	gui/wxpython/gui_modules/vdigit.py	/^    def OnCancel(self, event):$/;"	m	class:VDigitCategoryDialog
OnCancel	gui/wxpython/gui_modules/vdigit.py	/^    def OnCancel(self, event):$/;"	m	class:VDigitSettingsDialog
OnChangeAddRecord	gui/wxpython/gui_modules/vdigit.py	/^    def OnChangeAddRecord(self, event):$/;"	m	class:VDigitSettingsDialog
OnChangeCategoryMode	gui/wxpython/gui_modules/vdigit.py	/^    def OnChangeCategoryMode(self, event):$/;"	m	class:VDigitSettingsDialog
OnChangeDatum	gui/wxpython/gui_modules/location_wizard.py	/^    def OnChangeDatum(self, event):$/;"	m	class:SelectDatumDialog
OnChangeLayer	gui/wxpython/gui_modules/dbm.py	/^    def OnChangeLayer(self, event):$/;"	m	class:LayerBook
OnChangeLayer	gui/wxpython/gui_modules/vdigit.py	/^    def OnChangeLayer(self, event):$/;"	m	class:VDigitSettingsDialog
OnChangeMapScale	gui/wxpython/gui_modules/mapdisp.py	/^    def OnChangeMapScale(self, event):$/;"	m	class:MapFrame
OnChangeName	gui/wxpython/gui_modules/location_wizard.py	/^    def OnChangeName(self, event):$/;"	m	class:DatabasePage
OnChangeParams	gui/wxpython/gui_modules/gdialogs.py	/^    def OnChangeParams(self, event):$/;"	m	class:LoadMapLayersDialog
OnChangeQuery	gui/wxpython/gui_modules/vdigit.py	/^    def OnChangeQuery(self, event):$/;"	m	class:VDigitSettingsDialog
OnChangeSel	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnChangeSel(self, event):$/;"	m	class:LayerTree
OnChangeSnappingUnits	gui/wxpython/gui_modules/vdigit.py	/^    def OnChangeSnappingUnits(self, event):$/;"	m	class:VDigitSettingsDialog
OnChangeSnappingValue	gui/wxpython/gui_modules/vdigit.py	/^    def OnChangeSnappingValue(self, event):$/;"	m	class:VDigitSettingsDialog
OnChangeSql	gui/wxpython/gui_modules/dbm.py	/^    def OnChangeSql(self, event):$/;"	m	class:AttributeManager
OnCheckBoxMulti	gui/wxpython/gui_modules/menuform.py	/^    def OnCheckBoxMulti(self, event):$/;"	m	class:cmdPanel
OnCheckItem	gui/wxpython/gui_modules/georect.py	/^    def OnCheckItem(self, index, flag):$/;"	m	class:GCPList
OnCheckItem	gui/wxpython/gui_modules/preferences.py	/^    def OnCheckItem(self, index, flag):$/;"	m	class:CheckListMapset
OnCheckItem	gui/wxpython/gui_modules/vdigit.py	/^    def OnCheckItem(self, index, flag):$/;"	m	class:CheckListFeature
OnClear	gui/wxpython/gui_modules/mcalc_builder.py	/^    def OnClear(self, event):$/;"	m	class:MapCalcFrame
OnClear	gui/wxpython/gui_modules/sqlbuilder.py	/^    def OnClear(self, event):$/;"	m	class:SQLFrame
OnClose	gui/wxpython/gui_modules/mcalc_builder.py	/^    def OnClose(self,event):$/;"	m	class:MapCalcFrame
OnClose	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def OnClose(self, event):$/;"	m	class:GLWindow
OnClose	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnClose(self, event):$/;"	m	class:NvizToolWindow
OnClose	gui/wxpython/gui_modules/sqlbuilder.py	/^    def OnClose(self,event):$/;"	m	class:SQLFrame
OnCloseWindow	gui/wxpython/gis_set.py	/^    def OnCloseWindow(self, event):$/;"	m	class:GRASSStartup
OnCloseWindow	gui/wxpython/gui_modules/colorrules.py	/^    def OnCloseWindow(self, event):$/;"	m	class:ColorTable
OnCloseWindow	gui/wxpython/gui_modules/dbm.py	/^    def OnCloseWindow(self, event):$/;"	m	class:AttributeManager
OnCloseWindow	gui/wxpython/gui_modules/histogram.py	/^    def OnCloseWindow(self, event):$/;"	m	class:HistFrame
OnCloseWindow	gui/wxpython/gui_modules/mapdisp.py	/^    def OnCloseWindow(self, event):$/;"	m	class:MapFrame
OnCloseWindow	gui/wxpython/gui_modules/profile.py	/^    def OnCloseWindow(self, event):$/;"	m	class:ProfileFrame
OnCloseWindow	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnCloseWindow(self, event):$/;"	m	class:LayerTree
OnCloseWindow	gui/wxpython/wxgui.py	/^    def OnCloseWindow(self, event):$/;"	m	class:GMFrame
OnCmdAbort	gui/wxpython/gui_modules/goutput.py	/^    def OnCmdAbort(self, event):$/;"	m	class:GMConsole
OnCmdChanged	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnCmdChanged(self, event):$/;"	m	class:LayerTree
OnCmdDone	gui/wxpython/gui_modules/goutput.py	/^    def OnCmdDone(self, event):$/;"	m	class:GMConsole
OnCmdOutput	gui/wxpython/gui_modules/goutput.py	/^    def OnCmdOutput(self, event):$/;"	m	class:GMConsole
OnCmdProgress	gui/wxpython/gui_modules/goutput.py	/^    def OnCmdProgress(self, event):$/;"	m	class:GMConsole
OnCmdRun	gui/wxpython/gui_modules/goutput.py	/^    def OnCmdRun(self, event):$/;"	m	class:GMConsole
OnColClick	gui/wxpython/gui_modules/vdigit.py	/^    def OnColClick(self, event):$/;"	m	class:VDigitCategoryDialog
OnCollapseNode	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnCollapseNode(self, event):$/;"	m	class:LayerTree
OnColorChange	gui/wxpython/gui_modules/menuform.py	/^    def OnColorChange( self, event ):$/;"	m	class:cmdPanel
OnColorTable	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnColorTable(self, event):$/;"	m	class:LayerTree
OnColumnClick	gui/wxpython/gui_modules/dbm.py	/^    def OnColumnClick(self, event):$/;"	m	class:VirtualAttributeList
OnColumnClick	gui/wxpython/gui_modules/location_wizard.py	/^    def OnColumnClick(self, event):$/;"	m	class:ItemList
OnColumnSelection	gui/wxpython/gui_modules/colorrules.py	/^    def OnColumnSelection(self, event):$/;"	m	class:ColorTable
OnConnect	gui/wxpython/gui_modules/toolbars.py	/^    def OnConnect(self, event):$/;"	m	class:VDigitToolbar
OnCopy	gui/wxpython/gui_modules/menuform.py	/^    def OnCopy(self, event):$/;"	m	class:mainFrame
OnCopy	gui/wxpython/gui_modules/toolbars.py	/^    def OnCopy(self, event):$/;"	m	class:VDigitToolbar
OnCopyAttrb	gui/wxpython/gui_modules/toolbars.py	/^    def OnCopyAttrb(self, event):$/;"	m	class:VDigitToolbar
OnCopyCA	gui/wxpython/gui_modules/toolbars.py	/^    def OnCopyCA(self, event):$/;"	m	class:VDigitToolbar
OnCopyCats	gui/wxpython/gui_modules/toolbars.py	/^    def OnCopyCats(self, event):$/;"	m	class:VDigitToolbar
OnCreate	gui/wxpython/gui_modules/location_wizard.py	/^    def OnCreate(self, event):$/;"	m	class:GeoreferencedFilePage
OnCreate	gui/wxpython/gui_modules/location_wizard.py	/^    def OnCreate(self, event):$/;"	m	class:WKTPage
OnCreateMapset	gui/wxpython/gis_set.py	/^    def OnCreateMapset(self,event):$/;"	m	class:GRASSStartup
OnCreateProfile	gui/wxpython/gui_modules/profile.py	/^    def OnCreateProfile(self, event):$/;"	m	class:ProfileFrame
OnCreateTable	gui/wxpython/gui_modules/dbm.py	/^    def OnCreateTable(self, event):$/;"	m	class:LayerBook
OnDSearch	gui/wxpython/gui_modules/location_wizard.py	/^    def OnDSearch(self, event):$/;"	m	class:DatumPage
OnDText	gui/wxpython/gui_modules/location_wizard.py	/^    def OnDText(self, event):$/;"	m	class:DatumPage
OnDataDrawSelected	gui/wxpython/gui_modules/dbm.py	/^    def OnDataDrawSelected(self, event):$/;"	m	class:AttributeManager
OnDataDrawSelectedZoom	gui/wxpython/gui_modules/dbm.py	/^    def OnDataDrawSelectedZoom(self, event):$/;"	m	class:AttributeManager
OnDataItemActivated	gui/wxpython/gui_modules/dbm.py	/^    def OnDataItemActivated(self, event):$/;"	m	class:AttributeManager
OnDataItemAdd	gui/wxpython/gui_modules/dbm.py	/^    def OnDataItemAdd(self, event):$/;"	m	class:AttributeManager
OnDataItemDelete	gui/wxpython/gui_modules/dbm.py	/^    def OnDataItemDelete(self, event):$/;"	m	class:AttributeManager
OnDataItemDeleteAll	gui/wxpython/gui_modules/dbm.py	/^    def OnDataItemDeleteAll(self, event):$/;"	m	class:AttributeManager
OnDataItemEdit	gui/wxpython/gui_modules/dbm.py	/^    def OnDataItemEdit(self, event):$/;"	m	class:AttributeManager
OnDataReload	gui/wxpython/gui_modules/dbm.py	/^    def OnDataReload(self, event):$/;"	m	class:AttributeManager
OnDataRightUp	gui/wxpython/gui_modules/dbm.py	/^    def OnDataRightUp(self, event):$/;"	m	class:AttributeManager
OnDataSelectAll	gui/wxpython/gui_modules/dbm.py	/^    def OnDataSelectAll(self, event):$/;"	m	class:AttributeManager
OnDataSelectNone	gui/wxpython/gui_modules/dbm.py	/^    def OnDataSelectNone(self, event):$/;"	m	class:AttributeManager
OnDatabaseChanged	gui/wxpython/gui_modules/dbm.py	/^    def OnDatabaseChanged(self, event):$/;"	m	class:LayerBook
OnDatumSelected	gui/wxpython/gui_modules/location_wizard.py	/^    def OnDatumSelected(self,event):$/;"	m	class:DatumPage
OnDecoration	gui/wxpython/gui_modules/mapdisp.py	/^    def OnDecoration(self, event):$/;"	m	class:MapFrame
OnDefault	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnDefault(self, event):$/;"	m	class:NvizToolWindow
OnDefault	gui/wxpython/gui_modules/preferences.py	/^    def OnDefault(self, event):$/;"	m	class:PreferencesDialog
OnDeleteLayer	gui/wxpython/gui_modules/dbm.py	/^    def OnDeleteLayer(self, event):$/;"	m	class:LayerBook
OnDeleteLayer	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnDeleteLayer(self, event):$/;"	m	class:LayerTree
OnDeleteLayer	gui/wxpython/wxgui.py	/^    def OnDeleteLayer(self, event):$/;"	m	class:GMFrame
OnDeleteLine	gui/wxpython/gui_modules/toolbars.py	/^    def OnDeleteLine(self, event):$/;"	m	class:VDigitToolbar
OnDeleteSelected	gui/wxpython/gui_modules/dbm.py	/^    def OnDeleteSelected(self, event):$/;"	m	class:AttributeManager
OnDeselectAll	gui/wxpython/gui_modules/gdialogs.py	/^    def OnDeselectAll(self, event):$/;"	m	class:LoadMapLayersDialog
OnDestroy	gui/wxpython/gui_modules/goutput.py	/^    def OnDestroy(self, evt):$/;"	m	class:GMStc
OnDisplayAttr	gui/wxpython/gui_modules/toolbars.py	/^    def OnDisplayAttr(self, event):$/;"	m	class:VDigitToolbar
OnDisplayCats	gui/wxpython/gui_modules/toolbars.py	/^    def OnDisplayCats(self, event):$/;"	m	class:VDigitToolbar
OnDoPrint	gui/wxpython/gui_modules/disp_print.py	/^    def OnDoPrint(self, event):$/;"	m	class:PrintOptions
OnDoPrint	gui/wxpython/gui_modules/profile.py	/^    def OnDoPrint(self, event):$/;"	m	class:ProfileFrame
OnDrag	gui/wxpython/gui_modules/profile.py	/^    def OnDrag(self, event):$/;"	m	class:ProfileFrame
OnDragging	gui/wxpython/gui_modules/mapdisp.py	/^    def OnDragging(self, event):$/;"	m	class:BufferedWindow
OnDraw	gui/wxpython/gui_modules/mapdisp.py	/^    def OnDraw(self, event):$/;"	m	class:MapFrame
OnDrawTransect	gui/wxpython/gui_modules/profile.py	/^    def OnDrawTransect(self, event):$/;"	m	class:ProfileFrame
OnDriverChanged	gui/wxpython/gui_modules/dbm.py	/^    def OnDriverChanged(self, event):$/;"	m	class:LayerBook
OnDrop	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnDrop(self, dropTarget, dragItem):$/;"	m	class:LayerTree
OnEditLine	gui/wxpython/gui_modules/toolbars.py	/^    def OnEditLine(self, event):$/;"	m	class:VDigitToolbar
OnEncoding	gui/wxpython/gui_modules/preferences.py	/^    def OnEncoding(self, event):$/;"	m	class:DefaultFontDialog
OnEndDocument	gui/wxpython/gui_modules/disp_print.py	/^    def OnEndDocument(self):$/;"	m	class:MapPrint
OnEndDrag	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnEndDrag(self, event):$/;"	m	class:LayerTree
OnEndEdit	gui/wxpython/gui_modules/vdigit.py	/^    def OnEndEdit(self, event):$/;"	m	class:VDigitCategoryDialog
OnEndPrinting	gui/wxpython/gui_modules/disp_print.py	/^    def OnEndPrinting(self):$/;"	m	class:MapPrint
OnEnterPage	gui/wxpython/gui_modules/georect.py	/^    def OnEnterPage(self, event=None):$/;"	m	class:DispMapPage
OnEnterPage	gui/wxpython/gui_modules/georect.py	/^    def OnEnterPage(self, event=None):$/;"	m	class:GroupPage
OnEnterPage	gui/wxpython/gui_modules/georect.py	/^    def OnEnterPage(self, event=None):$/;"	m	class:LocationPage
OnEnterPage	gui/wxpython/gui_modules/location_wizard.py	/^    def OnEnterPage(self, event):$/;"	m	class:CoordinateSystemPage
OnEnterPage	gui/wxpython/gui_modules/location_wizard.py	/^    def OnEnterPage(self, event):$/;"	m	class:CustomPage
OnEnterPage	gui/wxpython/gui_modules/location_wizard.py	/^    def OnEnterPage(self, event):$/;"	m	class:DatabasePage
OnEnterPage	gui/wxpython/gui_modules/location_wizard.py	/^    def OnEnterPage(self, event):$/;"	m	class:EPSGPage
OnEnterPage	gui/wxpython/gui_modules/location_wizard.py	/^    def OnEnterPage(self, event):$/;"	m	class:GeoreferencedFilePage
OnEnterPage	gui/wxpython/gui_modules/location_wizard.py	/^    def OnEnterPage(self, event):$/;"	m	class:ProjectionsPage
OnEnterPage	gui/wxpython/gui_modules/location_wizard.py	/^    def OnEnterPage(self, event):$/;"	m	class:WKTPage
OnEnterPage	gui/wxpython/gui_modules/location_wizard.py	/^    def OnEnterPage(self,event):$/;"	m	class:DatumPage
OnEnterPage	gui/wxpython/gui_modules/location_wizard.py	/^    def OnEnterPage(self,event):$/;"	m	class:EllipsePage
OnEnterPage	gui/wxpython/gui_modules/location_wizard.py	/^    def OnEnterPage(self,event):$/;"	m	class:ProjTypePage
OnEnterPage	gui/wxpython/gui_modules/location_wizard.py	/^    def OnEnterPage(self,event):$/;"	m	class:SummaryPage
OnErase	gui/wxpython/gui_modules/colorrules.py	/^    def OnErase(self, event):$/;"	m	class:ColorTable
OnErase	gui/wxpython/gui_modules/histogram.py	/^    def OnErase(self, event):$/;"	m	class:HistFrame
OnErase	gui/wxpython/gui_modules/mapdisp.py	/^    def OnErase(self, event):$/;"	m	class:MapFrame
OnErase	gui/wxpython/gui_modules/profile.py	/^    def OnErase(self, event):$/;"	m	class:ProfileFrame
OnEraseBackground	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def OnEraseBackground(self, event):$/;"	m	class:GLWindow
OnExit	gui/wxpython/gis_set.py	/^    def OnExit(self, event):$/;"	m	class:GRASSStartup
OnExit	gui/wxpython/gui_modules/mapdisp.py	/^    def OnExit(self):$/;"	m	class:MapApp
OnExit	gui/wxpython/gui_modules/toolbars.py	/^    def OnExit (self, event=None):$/;"	m	class:NvizToolbar
OnExit	gui/wxpython/gui_modules/toolbars.py	/^    def OnExit (self, event=None):$/;"	m	class:VDigitToolbar
OnExpandNode	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnExpandNode(self, event):$/;"	m	class:LayerTree
OnExtension	gui/wxpython/gui_modules/georect.py	/^    def OnExtension(self, event):$/;"	m	class:GroupPage
OnExtractSelected	gui/wxpython/gui_modules/dbm.py	/^    def OnExtractSelected(self, event):$/;"	m	class:AttributeManager
OnFeature	gui/wxpython/gui_modules/dbm.py	/^    def OnFeature(self, event):$/;"	m	class:DisplayAttributesDialog
OnFeature	gui/wxpython/gui_modules/vdigit.py	/^    def OnFeature(self, event):$/;"	m	class:VDigitCategoryDialog
OnFilter	gui/wxpython/gui_modules/gdialogs.py	/^    def OnFilter(self, event):$/;"	m	class:LoadMapLayersDialog
OnFinish	gui/wxpython/gui_modules/location_wizard.py	/^    def OnFinish(self, event):$/;"	m	class:SummaryPage
OnFlip	gui/wxpython/gui_modules/toolbars.py	/^    def OnFlip(self, event):$/;"	m	class:VDigitToolbar
OnFocus	gui/wxpython/gui_modules/georect.py	/^    def OnFocus(self, event):$/;"	m	class:GCP
OnFocus	gui/wxpython/gui_modules/mapdisp.py	/^    def OnFocus(self, event):$/;"	m	class:MapFrame
OnGLMFocus	gui/wxpython/gui_modules/georect.py	/^    def OnGLMFocus(self, event):$/;"	m	class:GeorectWizard
OnGRMethod	gui/wxpython/gui_modules/georect.py	/^    def OnGRMethod(self, event):$/;"	m	class:GCP
OnGeorect	gui/wxpython/gui_modules/georect.py	/^    def OnGeorect(self, event):$/;"	m	class:GCP
OnGeorectDone	gui/wxpython/gui_modules/georect.py	/^    def OnGeorectDone(self, **kargs):$/;"	m	class:GCP
OnGeorectify	gui/wxpython/wxgui.py	/^    def OnGeorectify(self, event):$/;"	m	class:GMFrame
OnGetItemAttr	gui/wxpython/gui_modules/dbm.py	/^    def OnGetItemAttr(self, item):$/;"	m	class:VirtualAttributeList
OnGetItemAttr	gui/wxpython/gui_modules/location_wizard.py	/^    def OnGetItemAttr(self, item):$/;"	m	class:ItemList
OnGetItemText	gui/wxpython/gui_modules/dbm.py	/^    def OnGetItemText(self, item, col):$/;"	m	class:VirtualAttributeList
OnGetItemText	gui/wxpython/gui_modules/location_wizard.py	/^    def OnGetItemText(self, item, col):$/;"	m	class:ItemList
OnGroup	gui/wxpython/gui_modules/georect.py	/^    def OnGroup(self, event):        $/;"	m	class:GroupPage
OnHelp	gui/wxpython/gis_set.py	/^    def OnHelp(self, event):$/;"	m	class:GRASSStartup
OnHelp	gui/wxpython/gui_modules/colorrules.py	/^    def OnHelp(self, event):$/;"	m	class:ColorTable
OnHelp	gui/wxpython/gui_modules/mcalc_builder.py	/^    def OnHelp(self, event):$/;"	m	class:MapCalcFrame
OnHelp	gui/wxpython/gui_modules/menuform.py	/^    def OnHelp(self, event):$/;"	m	class:mainFrame
OnHelp	gui/wxpython/gui_modules/rules.py	/^    def OnHelp(self, event):$/;"	m	class:RulesText
OnHemisphere	gui/wxpython/gui_modules/location_wizard.py	/^    def OnHemisphere(self, event):$/;"	m	class:ProjTypePage
OnHistogram	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnHistogram(self, event):$/;"	m	class:LayerTree
OnIdle	gui/wxpython/gui_modules/colorrules.py	/^    def OnIdle(self, event):$/;"	m	class:BufferedWindow
OnIdle	gui/wxpython/gui_modules/histogram.py	/^    def OnIdle(self, event):$/;"	m	class:BufferedWindow
OnIdle	gui/wxpython/gui_modules/mapdisp.py	/^    def OnIdle(self, event):$/;"	m	class:BufferedWindow
OnIdle	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnIdle(self, event):$/;"	m	class:LayerTree
OnImportDxfFile	gui/wxpython/wxgui.py	/^    def OnImportDxfFile(self, event):$/;"	m	class:GMFrame
OnImportGdalLayers	gui/wxpython/wxgui.py	/^    def OnImportGdalLayers(self, event):$/;"	m	class:GMFrame
OnImportOgrLayers	gui/wxpython/wxgui.py	/^    def OnImportOgrLayers(self, event):$/;"	m	class:GMFrame
OnInit	gui/wxpython/gis_set.py	/^    def OnInit(self):$/;"	m	class:StartUp
OnInit	gui/wxpython/gui_modules/mapdisp.py	/^    def OnInit(self):$/;"	m	class:MapApp
OnInit	gui/wxpython/gui_modules/menuform.py	/^    def OnInit(self):$/;"	m	class:GrassGUIApp
OnInit	gui/wxpython/wxgui.py	/^    def OnInit(self):$/;"	m	class:GMApp
OnItemActivated	gui/wxpython/gui_modules/georect.py	/^    def OnItemActivated(self, event):$/;"	m	class:GCPList
OnItemDelete	gui/wxpython/gui_modules/vdigit.py	/^    def OnItemDelete(self, event):$/;"	m	class:VDigitCategoryDialog
OnItemDeleteAll	gui/wxpython/gui_modules/vdigit.py	/^    def OnItemDeleteAll(self, event):$/;"	m	class:VDigitCategoryDialog
OnItemDeselected	gui/wxpython/gui_modules/dbm.py	/^    def OnItemDeselected(self, event):$/;"	m	class:VirtualAttributeList
OnItemSelected	gui/wxpython/gui_modules/dbm.py	/^    def OnItemSelected(self, event):$/;"	m	class:VirtualAttributeList
OnItemSelected	gui/wxpython/gui_modules/georect.py	/^    def OnItemSelected(self, event):$/;"	m	class:GCPList
OnItemSelected	gui/wxpython/gui_modules/location_wizard.py	/^    def OnItemSelected(self, event):$/;"	m	class:EPSGPage
OnItemSelected	gui/wxpython/gui_modules/location_wizard.py	/^    def OnItemSelected(self, event):$/;"	m	class:ProjectionsPage
OnItemSelected	gui/wxpython/gui_modules/location_wizard.py	/^    def OnItemSelected(self,event):$/;"	m	class:EllipsePage
OnItemSelected	gui/wxpython/gui_modules/vdigit.py	/^    def OnItemSelected(self, event):$/;"	m	class:VDigitCategoryDialog
OnKeyUp	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnKeyUp(self, event):$/;"	m	class:LayerTree
OnLayerChecked	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnLayerChecked(self, event):$/;"	m	class:LayerTree
OnLayerContextMenu	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnLayerContextMenu (self, event):$/;"	m	class:LayerTree
OnLayerPageChanged	gui/wxpython/gui_modules/dbm.py	/^    def OnLayerPageChanged(self, event):$/;"	m	class:AttributeManager
OnLayerRightUp	gui/wxpython/gui_modules/dbm.py	/^    def OnLayerRightUp(self, event):$/;"	m	class:AttributeManager
OnLayerSelection	gui/wxpython/gui_modules/colorrules.py	/^    def OnLayerSelection(self, event):$/;"	m	class:ColorTable
OnLeftDown	gui/wxpython/gui_modules/gselect.py	/^    def OnLeftDown(self, evt):$/;"	m	class:TreeCtrlComboPopup
OnLeftDown	gui/wxpython/gui_modules/mapdisp.py	/^    def OnLeftDown(self, event):$/;"	m	class:BufferedWindow
OnLeftDown	gui/wxpython/gui_modules/mapdisp.py	/^    def OnLeftDown(self, event):$/;"	m	class:MapWindow
OnLeftDown	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def OnLeftDown(self, event):$/;"	m	class:GLWindow
OnLeftUp	gui/wxpython/gui_modules/mapdisp.py	/^    def OnLeftUp(self, event):$/;"	m	class:BufferedWindow
OnLeftUp	gui/wxpython/gui_modules/mapdisp.py	/^    def OnLeftUp(self, event):$/;"	m	class:MapWindow
OnLeftUp	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def OnLeftUp(self, event):$/;"	m	class:GLWindow
OnLocation	gui/wxpython/gui_modules/georect.py	/^    def OnLocation(self, event):$/;"	m	class:LocationPage
OnLookAt	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnLookAt(self, event):$/;"	m	class:NvizToolWindow
OnMCalcRun	gui/wxpython/gui_modules/mcalc_builder.py	/^    def OnMCalcRun(self,event):$/;"	m	class:MapCalcFrame
OnManageLoc	gui/wxpython/gis_set.py	/^    def OnManageLoc(self, event):$/;"	m	class:GRASSStartup
OnMapName	gui/wxpython/gui_modules/gdialogs.py	/^    def OnMapName(self, event):$/;"	m	class:NewVectorDialog
OnMapObjUse	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnMapObjUse(self, event):$/;"	m	class:NvizToolWindow
OnMapset	gui/wxpython/gui_modules/georect.py	/^    def OnMapset(self, event):$/;"	m	class:LocationPage
OnMapsets	gui/wxpython/wxgui.py	/^    def OnMapsets(self, event):$/;"	m	class:GMFrame
OnMaptype	gui/wxpython/gui_modules/georect.py	/^    def OnMaptype(self,event):$/;"	m	class:LocationPage
OnMeasure	gui/wxpython/gui_modules/mapdisp.py	/^    def OnMeasure(self, event):$/;"	m	class:MapFrame
OnMenu	gui/wxpython/gui_modules/gdialogs.py	/^    def OnMenu(self, event):$/;"	m	class:LoadMapLayersDialog
OnMenuCmd	gui/wxpython/wxgui.py	/^    def OnMenuCmd(self, event):$/;"	m	class:GMFrame
OnMenuHighlight	gui/wxpython/wxgui.py	/^    def OnMenuHighlight(self, event):$/;"	m	class:GMFrame
OnMerge	gui/wxpython/gui_modules/toolbars.py	/^    def OnMerge(self, event):$/;"	m	class:VDigitToolbar
OnMetadata	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnMetadata(self, event):$/;"	m	class:LayerTree
OnMiddleDown	gui/wxpython/gui_modules/mapdisp.py	/^    def OnMiddleDown(self, event):$/;"	m	class:BufferedWindow
OnMkGroup	gui/wxpython/gui_modules/georect.py	/^    def OnMkGroup(self, event):$/;"	m	class:GroupPage
OnModifyLayer	gui/wxpython/gui_modules/dbm.py	/^    def OnModifyLayer(self, event):$/;"	m	class:LayerBook
OnMotion	gui/wxpython/gui_modules/gselect.py	/^    def OnMotion(self, evt):$/;"	m	class:TreeCtrlComboPopup
OnMotion	gui/wxpython/gui_modules/mapdisp.py	/^    def OnMotion(self, event):$/;"	m	class:MapFrame
OnMotion	gui/wxpython/gui_modules/profile.py	/^    def OnMotion(self, event):$/;"	m	class:ProfileFrame
OnMouse	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnMouse(self, event):$/;"	m	class:ViewPositionWindow
OnMouseAction	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def OnMouseAction(self, event):$/;"	m	class:GLWindow
OnMouseLeftDown	gui/wxpython/gui_modules/profile.py	/^    def OnMouseLeftDown(self,event):$/;"	m	class:ProfileFrame
OnMouseMotion	gui/wxpython/gui_modules/mapdisp.py	/^    def OnMouseMotion(self, event):$/;"	m	class:MapWindow
OnMouseMoving	gui/wxpython/gui_modules/mapdisp.py	/^    def OnMouseMoving(self, event):$/;"	m	class:BufferedWindow
OnMouseWheel	gui/wxpython/gui_modules/mapdisp.py	/^    def OnMouseWheel(self, event):$/;"	m	class:BufferedWindow
OnMoveLine	gui/wxpython/gui_modules/toolbars.py	/^    def OnMoveLine(self, event):$/;"	m	class:VDigitToolbar
OnMoveVertex	gui/wxpython/gui_modules/toolbars.py	/^    def OnMoveVertex(self, event):$/;"	m	class:VDigitToolbar
OnNewDisplay	gui/wxpython/wxgui.py	/^    def OnNewDisplay(self, event=None):$/;"	m	class:GMFrame
OnNewVector	gui/wxpython/wxgui.py	/^    def OnNewVector(self, event):$/;"	m	class:GMFrame
OnNewmap	gui/wxpython/gui_modules/mcalc_builder.py	/^    def OnNewmap(self, event):$/;"	m	class:MapCalcFrame
OnNvizProperties	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnNvizProperties(self, event):$/;"	m	class:LayerTree
OnOK	gui/wxpython/gui_modules/colorrules.py	/^    def OnOK(self, event):$/;"	m	class:ColorTable
OnOK	gui/wxpython/gui_modules/gdialogs.py	/^    def OnOK(self, event):$/;"	m	class:DecorationDialog
OnOK	gui/wxpython/gui_modules/menuform.py	/^    def OnOK(self, event):$/;"	m	class:mainFrame
OnOK	gui/wxpython/gui_modules/vdigit.py	/^    def OnOK(self, event):$/;"	m	class:VDigitCategoryDialog
OnOptions	gui/wxpython/gui_modules/gdialogs.py	/^    def OnOptions(self, event):$/;"	m	class:DecorationDialog
OnOptions	gui/wxpython/gui_modules/histogram.py	/^    def OnOptions(self, event):$/;"	m	class:HistFrame
OnOverwrite	gui/wxpython/gui_modules/rules.py	/^    def OnOverwrite(self, event):$/;"	m	class:RulesText
OnPageChange	gui/wxpython/gui_modules/location_wizard.py	/^    def OnPageChange(self,event=None):$/;"	m	class:ProjTypePage
OnPageChange	gui/wxpython/gui_modules/menuform.py	/^    def OnPageChange(self, event):$/;"	m	class:cmdPanel
OnPageChanged	gui/wxpython/gui_modules/dbm.py	/^    def OnPageChanged(self, event):$/;"	m	class:AttributeManager
OnPageChanged	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnPageChanged(self, event):$/;"	m	class:NvizToolWindow
OnPageChanged	gui/wxpython/wxgui.py	/^    def OnPageChanged(self, event):$/;"	m	class:GMFrame
OnPageChanging	gui/wxpython/gui_modules/georect.py	/^    def OnPageChanging(self, event=None):$/;"	m	class:DispMapPage
OnPageChanging	gui/wxpython/gui_modules/georect.py	/^    def OnPageChanging(self, event=None):$/;"	m	class:GroupPage
OnPageChanging	gui/wxpython/gui_modules/georect.py	/^    def OnPageChanging(self, event=None):$/;"	m	class:LocationPage
OnPageChanging	gui/wxpython/gui_modules/location_wizard.py	/^    def OnPageChanging(self, event):$/;"	m	class:CustomPage
OnPageChanging	gui/wxpython/gui_modules/location_wizard.py	/^    def OnPageChanging(self, event):$/;"	m	class:DatumPage
OnPageChanging	gui/wxpython/gui_modules/location_wizard.py	/^    def OnPageChanging(self, event):$/;"	m	class:EPSGPage
OnPageChanging	gui/wxpython/gui_modules/location_wizard.py	/^    def OnPageChanging(self, event):$/;"	m	class:EllipsePage
OnPageChanging	gui/wxpython/gui_modules/location_wizard.py	/^    def OnPageChanging(self, event):$/;"	m	class:GeoreferencedFilePage
OnPageChanging	gui/wxpython/gui_modules/location_wizard.py	/^    def OnPageChanging(self, event):$/;"	m	class:WKTPage
OnPageChanging	gui/wxpython/gui_modules/location_wizard.py	/^    def OnPageChanging(self,event):$/;"	m	class:ProjectionsPage
OnPageChanging	gui/wxpython/gui_modules/location_wizard.py	/^    def OnPageChanging(self,event=None):$/;"	m	class:DatabasePage
OnPageSetup	gui/wxpython/gui_modules/disp_print.py	/^    def OnPageSetup(self, event):$/;"	m	class:PrintOptions
OnPageSetup	gui/wxpython/gui_modules/profile.py	/^    def OnPageSetup(self, event):$/;"	m	class:ProfileFrame
OnPaint	gui/wxpython/gui_modules/colorrules.py	/^    def OnPaint(self, event):$/;"	m	class:BufferedWindow
OnPaint	gui/wxpython/gui_modules/histogram.py	/^    def OnPaint(self, event):$/;"	m	class:BufferedWindow
OnPaint	gui/wxpython/gui_modules/mapdisp.py	/^    def OnPaint(self, event):$/;"	m	class:BufferedWindow
OnPaint	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def OnPaint(self, event):$/;"	m	class:GLWindow
OnPaint	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnPaint(self, event):$/;"	m	class:ViewPositionWindow
OnPan	gui/wxpython/gui_modules/mapdisp.py	/^    def OnPan(self, event):$/;"	m	class:MapFrame
OnPointer	gui/wxpython/gui_modules/mapdisp.py	/^    def OnPointer(self, event):$/;"	m	class:MapFrame
OnPopup	gui/wxpython/gui_modules/gselect.py	/^    def OnPopup(self):$/;"	m	class:TreeCtrlComboPopup
OnPopupMenu	gui/wxpython/gui_modules/gdialogs.py	/^    def OnPopupMenu(self, event):$/;"	m	class:LayersList
OnPopupOpacityLevel	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnPopupOpacityLevel(self, event):$/;"	m	class:LayerTree
OnPopupProperties	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnPopupProperties (self, event):$/;"	m	class:LayerTree
OnPreferences	gui/wxpython/wxgui.py	/^    def OnPreferences(self, event):$/;"	m	class:GMFrame
OnPreparePrinting	gui/wxpython/gui_modules/disp_print.py	/^    def OnPreparePrinting(self):$/;"	m	class:MapPrint
OnPreview	gui/wxpython/gui_modules/colorrules.py	/^    def OnPreview(self, event):$/;"	m	class:ColorTable
OnPrintPage	gui/wxpython/gui_modules/disp_print.py	/^    def OnPrintPage(self, page):$/;"	m	class:MapPrint
OnPrintPreview	gui/wxpython/gui_modules/disp_print.py	/^    def OnPrintPreview(self, event):$/;"	m	class:PrintOptions
OnPrintPreview	gui/wxpython/gui_modules/profile.py	/^    def OnPrintPreview(self, event):$/;"	m	class:ProfileFrame
OnProcessPendingOutputWindowEvents	gui/wxpython/gui_modules/goutput.py	/^    def OnProcessPendingOutputWindowEvents(self, event):$/;"	m	class:GMConsole
OnProfile	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnProfile(self, event):$/;"	m	class:LayerTree
OnQuery	gui/wxpython/gui_modules/mapdisp.py	/^    def OnQuery(self, event):$/;"	m	class:MapFrame
OnQuery	gui/wxpython/gui_modules/toolbars.py	/^    def OnQuery(self, event):$/;"	m	class:VDigitToolbar
OnQueryDisplay	gui/wxpython/gui_modules/mapdisp.py	/^    def OnQueryDisplay(self, event):$/;"	m	class:MapFrame
OnQueryModify	gui/wxpython/gui_modules/mapdisp.py	/^    def OnQueryModify(self, event):$/;"	m	class:MapFrame
OnQuit	gui/wxpython/gui_modules/georect.py	/^    def OnQuit(self, event):$/;"	m	class:GCP
OnQuit	gui/wxpython/gui_modules/histogram.py	/^    def OnQuit(self, event):$/;"	m	class:HistFrame
OnQuit	gui/wxpython/gui_modules/profile.py	/^    def OnQuit(self, event):$/;"	m	class:ProfileFrame
OnRDigit	gui/wxpython/wxgui.py	/^    def OnRDigit(self, event):$/;"	m	class:GMFrame
OnRGBColSelection	gui/wxpython/gui_modules/colorrules.py	/^    def OnRGBColSelection(self, event):$/;"	m	class:ColorTable
OnRMS	gui/wxpython/gui_modules/georect.py	/^    def OnRMS(self, event):$/;"	m	class:GCP
OnRedraw	gui/wxpython/gui_modules/profile.py	/^    def OnRedraw(self, event):$/;"	m	class:ProfileFrame
OnRefit	gui/wxpython/gui_modules/gdialogs.py	/^    def OnRefit(self, event):$/;"	m	class:TextLayerDialog
OnReload	gui/wxpython/gui_modules/vdigit.py	/^    def OnReload(self, event):$/;"	m	class:VDigitCategoryDialog
OnRemoveVertex	gui/wxpython/gui_modules/toolbars.py	/^    def OnRemoveVertex(self, event):$/;"	m	class:VDigitToolbar
OnRender	gui/wxpython/gui_modules/histogram.py	/^    def OnRender(self, event):$/;"	m	class:HistFrame
OnRender	gui/wxpython/gui_modules/mapdisp.py	/^    def OnRender(self, event):$/;"	m	class:MapFrame
OnReset	gui/wxpython/gui_modules/dbm.py	/^    def OnReset(self, event):$/;"	m	class:DisplayAttributesDialog
OnResetView	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnResetView(self, event):$/;"	m	class:NvizToolWindow
OnRightDown	gui/wxpython/gui_modules/mapdisp.py	/^    def OnRightDown(self, event):$/;"	m	class:BufferedWindow
OnRightDown	gui/wxpython/gui_modules/vdigit.py	/^    def OnRightDown(self, event):$/;"	m	class:VDigitCategoryDialog
OnRightUp	gui/wxpython/gui_modules/mapdisp.py	/^    def OnRightUp(self, event):$/;"	m	class:BufferedWindow
OnRightUp	gui/wxpython/gui_modules/vdigit.py	/^    def OnRightUp(self, event):$/;"	m	class:VDigitCategoryDialog
OnRotation	gui/wxpython/gui_modules/gdialogs.py	/^    def OnRotation(self, event):$/;"	m	class:TextLayerDialog
OnRuleColor	gui/wxpython/gui_modules/colorrules.py	/^    def OnRuleColor(self, event):$/;"	m	class:ColorTable
OnRuleEnable	gui/wxpython/gui_modules/colorrules.py	/^    def OnRuleEnable(self, event):$/;"	m	class:ColorTable
OnRuleValue	gui/wxpython/gui_modules/colorrules.py	/^    def OnRuleValue(self, event):$/;"	m	class:ColorTable
OnRules	gui/wxpython/gui_modules/rules.py	/^    def OnRules(self, event):$/;"	m	class:RulesText
OnRun	gui/wxpython/gui_modules/gdialogs.py	/^    def OnRun(self, event):$/;"	m	class:MultiImportDialog
OnRun	gui/wxpython/gui_modules/menuform.py	/^    def OnRun(self, event):$/;"	m	class:mainFrame
OnRunCmd	gui/wxpython/wxgui.py	/^    def OnRunCmd(self, event):$/;"	m	class:GMFrame
OnSQLBuilder	gui/wxpython/gui_modules/dbm.py	/^    def OnSQLBuilder(self, event):$/;"	m	class:AttributeManager
OnSQLStatement	gui/wxpython/gui_modules/dbm.py	/^    def OnSQLStatement(self, event):$/;"	m	class:DisplayAttributesDialog
OnSave	gui/wxpython/gui_modules/georect.py	/^    def OnSave(self, event):$/;"	m	class:GrSettingsDialog
OnSave	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnSave(self, event):$/;"	m	class:NvizToolWindow
OnSave	gui/wxpython/gui_modules/preferences.py	/^    def OnSave(self, event):$/;"	m	class:PreferencesDialog
OnSave	gui/wxpython/gui_modules/profile.py	/^    def OnSave(self, event):$/;"	m	class:OptDialog
OnSave	gui/wxpython/gui_modules/profile.py	/^    def OnSave(self, event):$/;"	m	class:TextDialog
OnSave	gui/wxpython/gui_modules/vdigit.py	/^    def OnSave(self, event):$/;"	m	class:VDigitSettingsDialog
OnSearch	gui/wxpython/gui_modules/location_wizard.py	/^    def OnSearch(self, event):$/;"	m	class:EPSGPage
OnSearch	gui/wxpython/gui_modules/location_wizard.py	/^    def OnSearch(self, event):$/;"	m	class:EllipsePage
OnSearch	gui/wxpython/gui_modules/location_wizard.py	/^    def OnSearch(self, event):$/;"	m	class:ProjectionsPage
OnSelect	gui/wxpython/gui_modules/mcalc_builder.py	/^    def OnSelect(self, event):$/;"	m	class:MapCalcFrame
OnSelectAll	gui/wxpython/gui_modules/gdialogs.py	/^    def OnSelectAll(self, event):$/;"	m	class:LayersList
OnSelectAll	gui/wxpython/gui_modules/gdialogs.py	/^    def OnSelectAll(self, event):$/;"	m	class:LoadMapLayersDialog
OnSelectFont	gui/wxpython/gui_modules/gdialogs.py	/^    def OnSelectFont(self, event):$/;"	m	class:TextLayerDialog
OnSelectLocation	gui/wxpython/gis_set.py	/^    def OnSelectLocation(self, event):$/;"	m	class:GRASSStartup
OnSelectMap	gui/wxpython/gui_modules/toolbars.py	/^    def OnSelectMap (self, event):$/;"	m	class:VDigitToolbar
OnSelectMapset	gui/wxpython/gis_set.py	/^    def OnSelectMapset(self, event):$/;"	m	class:GRASSStartup
OnSelectNone	gui/wxpython/gui_modules/gdialogs.py	/^    def OnSelectNone(self, event):$/;"	m	class:LayersList
OnSelectRaster	gui/wxpython/gui_modules/profile.py	/^    def OnSelectRaster(self, event):$/;"	m	class:ProfileFrame
OnSelectTool	gui/wxpython/gui_modules/toolbars.py	/^    def OnSelectTool(self, event):$/;"	m	class:MapToolbar
OnSelection	gui/wxpython/gui_modules/gdialogs.py	/^    def OnSelection(self, event):$/;"	m	class:SavedRegion
OnSelection	gui/wxpython/gui_modules/georect.py	/^    def OnSelection(self,event):$/;"	m	class:DispMapPage
OnSelection	gui/wxpython/gui_modules/profile.py	/^    def OnSelection(self, event):$/;"	m	class:SetRasterDialog
OnSelectionInput	gui/wxpython/gui_modules/colorrules.py	/^    def OnSelectionInput(self, event):$/;"	m	class:ColorTable
OnSelectionInput	gui/wxpython/gui_modules/rules.py	/^    def OnSelectionInput(self, event):$/;"	m	class:RulesText
OnSelectionOutput	gui/wxpython/gui_modules/rules.py	/^    def OnSelectionOutput(self, event):$/;"	m	class:RulesText
OnSetBgMap	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnSetBgMap(self, event):$/;"	m	class:LayerTree
OnSetButton	gui/wxpython/gui_modules/location_wizard.py	/^    def OnSetButton(self, event=None):$/;"	m	class:RegionDef
OnSetCompRegFromMap	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnSetCompRegFromMap(self, event):$/;"	m	class:LayerTree
OnSetCompRegFromRaster	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnSetCompRegFromRaster(self, event):$/;"	m	class:LayerTree
OnSetDatabase	gui/wxpython/gis_set.py	/^    def OnSetDatabase(self, event):$/;"	m	class:GRASSStartup
OnSetDefault	gui/wxpython/gui_modules/dbm.py	/^    def OnSetDefault(self, event):$/;"	m	class:LayerBook
OnSetFont	gui/wxpython/gui_modules/preferences.py	/^    def OnSetFont(self, event):$/;"	m	class:PreferencesDialog
OnSetInput	gui/wxpython/gui_modules/gdialogs.py	/^    def OnSetInput(self, event):$/;"	m	class:MultiImportDialog
OnSetValue	gui/wxpython/gui_modules/menuform.py	/^    def OnSetValue(self, event):$/;"	m	class:cmdPanel
OnSettings	gui/wxpython/gui_modules/georect.py	/^    def OnSettings(self, event):$/;"	m	class:GCP
OnSettings	gui/wxpython/gui_modules/toolbars.py	/^    def OnSettings(self, event):$/;"	m	class:NvizToolbar
OnSettings	gui/wxpython/gui_modules/toolbars.py	/^    def OnSettings(self, event):$/;"	m	class:VDigitToolbar
OnSettings3DPaneChanged	gui/wxpython/gui_modules/location_wizard.py	/^    def OnSettings3DPaneChanged(self, event):$/;"	m	class:RegionDef
OnShowAttributeTable	gui/wxpython/wxgui.py	/^    def OnShowAttributeTable(self, event):$/;"	m	class:GMFrame
OnSize	gui/wxpython/gui_modules/colorrules.py	/^    def OnSize(self, event):$/;"	m	class:BufferedWindow
OnSize	gui/wxpython/gui_modules/histogram.py	/^    def OnSize(self, event):$/;"	m	class:BufferedWindow
OnSize	gui/wxpython/gui_modules/mapdisp.py	/^    def OnSize(self, event):$/;"	m	class:BufferedWindow
OnSize	gui/wxpython/gui_modules/menuform.py	/^    def OnSize(self, event):$/;"	m	class:cmdPanel
OnSize	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def OnSize(self, event):$/;"	m	class:GLWindow
OnSnap	gui/wxpython/gui_modules/toolbars.py	/^    def OnSnap(self, event):$/;"	m	class:VDigitToolbar
OnSplitLine	gui/wxpython/gui_modules/toolbars.py	/^    def OnSplitLine(self, event):$/;"	m	class:VDigitToolbar
OnStart	gui/wxpython/gis_set.py	/^    def OnStart(self, event):$/;"	m	class:GRASSStartup
OnStartEditing	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnStartEditing(self, event):$/;"	m	class:LayerTree
OnStopEditing	gui/wxpython/gui_modules/wxgui_utils.py	/^    def OnStopEditing(self, event):$/;"	m	class:LayerTree
OnSubmit	gui/wxpython/gui_modules/dbm.py	/^    def OnSubmit(self, event):$/;"	m	class:DisplayAttributesDialog
OnSurfaceAxis	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnSurfaceAxis(self, event):$/;"	m	class:NvizToolWindow
OnSurfaceMap	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnSurfaceMap(self, event):$/;"	m	class:NvizToolWindow
OnSurfaceMode	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnSurfaceMode(self, event):$/;"	m	class:NvizToolWindow
OnSurfaceModeAll	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnSurfaceModeAll(self, event):$/;"	m	class:NvizToolWindow
OnSurfacePosition	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnSurfacePosition(self, event):$/;"	m	class:NvizToolWindow
OnSurfaceResolution	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnSurfaceResolution(self, event):$/;"	m	class:NvizToolWindow
OnSurfaceWireColor	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnSurfaceWireColor(self, event):$/;"	m	class:NvizToolWindow
OnTText	gui/wxpython/gui_modules/location_wizard.py	/^    def OnTText(self, event):$/;"	m	class:DatumPage
OnTableAddColumnName	gui/wxpython/gui_modules/dbm.py	/^    def OnTableAddColumnName(self, event):$/;"	m	class:AttributeManager
OnTableChangeType	gui/wxpython/gui_modules/dbm.py	/^    def OnTableChangeType(self, event):$/;"	m	class:AttributeManager
OnTableChanged	gui/wxpython/gui_modules/dbm.py	/^    def OnTableChanged(self, event):$/;"	m	class:LayerBook
OnTableItemAdd	gui/wxpython/gui_modules/dbm.py	/^    def OnTableItemAdd(self, event):$/;"	m	class:AttributeManager
OnTableItemChange	gui/wxpython/gui_modules/dbm.py	/^    def OnTableItemChange(self, event):$/;"	m	class:AttributeManager
OnTableItemDelete	gui/wxpython/gui_modules/dbm.py	/^    def OnTableItemDelete(self, event):$/;"	m	class:AttributeManager
OnTableItemDeleteAll	gui/wxpython/gui_modules/dbm.py	/^    def OnTableItemDeleteAll(self, event):$/;"	m	class:AttributeManager
OnTableReload	gui/wxpython/gui_modules/dbm.py	/^    def OnTableReload(self, event=None):$/;"	m	class:AttributeManager
OnTableRenameColumnName	gui/wxpython/gui_modules/dbm.py	/^    def OnTableRenameColumnName(self, event):$/;"	m	class:AttributeManager
OnTableRightUp	gui/wxpython/gui_modules/dbm.py	/^    def OnTableRightUp(self, event):$/;"	m	class:AttributeManager
OnText	gui/wxpython/gui_modules/gdialogs.py	/^    def OnText(self, event):$/;"	m	class:SavedRegion
OnText	gui/wxpython/gui_modules/gdialogs.py	/^    def OnText(self, event):$/;"	m	class:TextLayerDialog
OnText	gui/wxpython/gui_modules/location_wizard.py	/^    def OnText(self, event):$/;"	m	class:EPSGPage
OnText	gui/wxpython/gui_modules/location_wizard.py	/^    def OnText(self, event):$/;"	m	class:EllipsePage
OnText	gui/wxpython/gui_modules/location_wizard.py	/^    def OnText(self, event):$/;"	m	class:GeoreferencedFilePage
OnText	gui/wxpython/gui_modules/location_wizard.py	/^    def OnText(self, event):$/;"	m	class:ProjectionsPage
OnText	gui/wxpython/gui_modules/location_wizard.py	/^    def OnText(self, event):$/;"	m	class:WKTPage
OnTextEnter	gui/wxpython/gui_modules/dbm.py	/^    def OnTextEnter(self, event):$/;"	m	class:AttributeManager
OnTitle	gui/wxpython/gui_modules/profile.py	/^    def OnTitle(self, event):$/;"	m	class:TextDialog
OnToggleRender	gui/wxpython/gui_modules/mapdisp.py	/^    def OnToggleRender(self, event):$/;"	m	class:MapFrame
OnToggleResolution	gui/wxpython/gui_modules/mapdisp.py	/^    def OnToggleResolution(self, event):$/;"	m	class:MapFrame
OnToggleShowRegion	gui/wxpython/gui_modules/mapdisp.py	/^    def OnToggleShowRegion(self, event):$/;"	m	class:MapFrame
OnToggleStatus	gui/wxpython/gui_modules/mapdisp.py	/^    def OnToggleStatus(self, event):$/;"	m	class:MapFrame
OnTool	gui/wxpython/gui_modules/toolbars.py	/^    def OnTool(self, event):$/;"	m	class:AbstractToolbar
OnTool	gui/wxpython/gui_modules/toolbars.py	/^    def OnTool(self, event):$/;"	m	class:VDigitToolbar
OnTransformSelected	gui/wxpython/gui_modules/location_wizard.py	/^    def OnTransformSelected(self,event):$/;"	m	class:DatumPage
OnTypeConversion	gui/wxpython/gui_modules/toolbars.py	/^    def OnTypeConversion(self, event):$/;"	m	class:VDigitToolbar
OnUndo	gui/wxpython/gui_modules/toolbars.py	/^    def OnUndo(self, event):$/;"	m	class:VDigitToolbar
OnUpdateDialog	gui/wxpython/gui_modules/menuform.py	/^    def OnUpdateDialog(self, event):$/;"	m	class:cmdPanel
OnUpdateProgress	gui/wxpython/gui_modules/mapdisp.py	/^    def OnUpdateProgress(self, event):$/;"	m	class:MapFrame
OnUpdateSelection	gui/wxpython/gui_modules/menuform.py	/^    def OnUpdateSelection(self, event):$/;"	m	class:cmdPanel
OnUpdateStatusBar	gui/wxpython/wxgui.py	/^    def OnUpdateStatusBar(self, event):$/;"	m	class:GMFrame
OnUpdateValues	gui/wxpython/gui_modules/menuform.py	/^    def OnUpdateValues(self):$/;"	m	class:cmdPanel
OnVGroup	gui/wxpython/gui_modules/georect.py	/^    def OnVGroup(self, event):$/;"	m	class:GroupPage
OnValue	gui/wxpython/gui_modules/location_wizard.py	/^    def OnValue(self, event):$/;"	m	class:RegionDef
OnVectorDisplay	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVectorDisplay(self, event):$/;"	m	class:NvizToolWindow
OnVectorHeight	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVectorHeight(self, event):$/;"	m	class:NvizToolWindow
OnVectorHeightFull	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVectorHeightFull(self, event):$/;"	m	class:NvizToolWindow
OnVectorHeightSpin	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVectorHeightSpin(self, event):$/;"	m	class:NvizToolWindow
OnVectorLines	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVectorLines(self, event):$/;"	m	class:NvizToolWindow
OnVectorPoints	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVectorPoints(self, event):$/;"	m	class:NvizToolWindow
OnVectorShow	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVectorShow(self, event):$/;"	m	class:NvizToolWindow
OnVectorSurface	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVectorSurface(self, event):$/;"	m	class:NvizToolWindow
OnVerbosity	gui/wxpython/gui_modules/menuform.py	/^    def OnVerbosity(self, event):$/;"	m	class:cmdPanel
OnVerify	gui/wxpython/gui_modules/sqlbuilder.py	/^    def OnVerify(self,event):$/;"	m	class:SQLFrame
OnViewChange	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnViewChange(self, event):$/;"	m	class:NvizToolWindow
OnViewChanged	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnViewChanged(self, event):$/;"	m	class:NvizToolWindow
OnViewChangedSpin	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnViewChangedSpin(self, event):$/;"	m	class:NvizToolWindow
OnVolumeIsosurfAdd	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVolumeIsosurfAdd(self, event):$/;"	m	class:NvizToolWindow
OnVolumeIsosurfCheck	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVolumeIsosurfCheck(self, event):$/;"	m	class:NvizToolWindow
OnVolumeIsosurfDelete	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVolumeIsosurfDelete(self, event):$/;"	m	class:NvizToolWindow
OnVolumeIsosurfMap	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVolumeIsosurfMap(self, event):$/;"	m	class:NvizToolWindow
OnVolumeIsosurfMode	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVolumeIsosurfMode(self, event):$/;"	m	class:NvizToolWindow
OnVolumeIsosurfMoveDown	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVolumeIsosurfMoveDown(self, event):$/;"	m	class:NvizToolWindow
OnVolumeIsosurfMoveUp	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVolumeIsosurfMoveUp(self, event):$/;"	m	class:NvizToolWindow
OnVolumeIsosurfResolution	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVolumeIsosurfResolution(self, event):$/;"	m	class:NvizToolWindow
OnVolumeIsosurfSelect	gui/wxpython/gui_modules/nviz_tools.py	/^    def OnVolumeIsosurfSelect(self, event):$/;"	m	class:NvizToolWindow
OnWizFinished	gui/wxpython/gui_modules/georect.py	/^    def OnWizFinished(self):$/;"	m	class:GeorectWizard
OnWizFinished	gui/wxpython/gui_modules/location_wizard.py	/^    def OnWizFinished(self):$/;"	m	class:LocationWizard
OnWorkspace	gui/wxpython/wxgui.py	/^    def OnWorkspace(self, event):$/;"	m	class:GMFrame
OnWorkspaceClose	gui/wxpython/wxgui.py	/^    def OnWorkspaceClose(self, event=None):$/;"	m	class:GMFrame
OnWorkspaceLoad	gui/wxpython/wxgui.py	/^    def OnWorkspaceLoad(self, event=None):$/;"	m	class:GMFrame
OnWorkspaceLoadGrcFile	gui/wxpython/wxgui.py	/^    def OnWorkspaceLoadGrcFile(self, event):$/;"	m	class:GMFrame
OnWorkspaceNew	gui/wxpython/wxgui.py	/^    def OnWorkspaceNew(self, event=None):$/;"	m	class:GMFrame
OnWorkspaceOpen	gui/wxpython/wxgui.py	/^    def OnWorkspaceOpen(self, event=None):$/;"	m	class:GMFrame
OnWorkspaceSave	gui/wxpython/wxgui.py	/^    def OnWorkspaceSave(self, event=None):$/;"	m	class:GMFrame
OnWorkspaceSaveAs	gui/wxpython/wxgui.py	/^    def OnWorkspaceSaveAs(self, event=None):$/;"	m	class:GMFrame
OnXLabel	gui/wxpython/gui_modules/profile.py	/^    def OnXLabel(self, event):$/;"	m	class:TextDialog
OnXTerm	gui/wxpython/wxgui.py	/^    def OnXTerm(self, event):$/;"	m	class:GMFrame
OnYLabel	gui/wxpython/gui_modules/profile.py	/^    def OnYLabel(self, event):$/;"	m	class:TextDialog
OnZBulk	gui/wxpython/gui_modules/toolbars.py	/^    def OnZBulk(self, event):$/;"	m	class:VDigitToolbar
OnZoom	gui/wxpython/gui_modules/profile.py	/^    def OnZoom(self, event):$/;"	m	class:ProfileFrame
OnZoomBack	gui/wxpython/gui_modules/mapdisp.py	/^    def OnZoomBack(self, event):$/;"	m	class:MapFrame
OnZoomIn	gui/wxpython/gui_modules/mapdisp.py	/^    def OnZoomIn(self, event):$/;"	m	class:MapFrame
OnZoomMap	gui/wxpython/gui_modules/toolbars.py	/^    def OnZoomMap(self, event):$/;"	m	class:GRToolbar
OnZoomMenu	gui/wxpython/gui_modules/mapdisp.py	/^    def OnZoomMenu(self, event):$/;"	m	class:MapFrame
OnZoomOut	gui/wxpython/gui_modules/mapdisp.py	/^    def OnZoomOut(self, event):$/;"	m	class:MapFrame
OnZoomRegion	gui/wxpython/gui_modules/mapdisp.py	/^    def OnZoomRegion(self, event):$/;"	m	class:MapFrame
OnZoomToMap	gui/wxpython/gui_modules/mapdisp.py	/^    def OnZoomToMap(self, event):$/;"	m	class:BufferedWindow
OnZoomToMap	gui/wxpython/gui_modules/mapdisp.py	/^    def OnZoomToMap(self, event):$/;"	m	class:MapWindow
OnZoomToMap	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def OnZoomToMap(self, event):$/;"	m	class:GLWindow
OnZoomToRaster	gui/wxpython/gui_modules/mapdisp.py	/^    def OnZoomToRaster(self, event):$/;"	m	class:BufferedWindow
OnZoomToRaster	gui/wxpython/gui_modules/mapdisp.py	/^    def OnZoomToRaster(self, event):$/;"	m	class:MapWindow
One_Sig	include/imagery.h	/^struct One_Sig$/;"	s
Only2DMsg	gui/wxpython/vdigit/message.cpp	/^void DisplayDriver::Only2DMsg(void)$/;"	f	class:DisplayDriver
Opaque	vector/v.label/main.c	/^struct Option *Width, *Hcolor, *Hwidth, *Bcolor, *Border, *Opaque;$/;"	v	typeref:struct:
OpenBackgroundVectorMap	gui/wxpython/vdigit/line.cpp	/^struct Map_info** Digit::OpenBackgroundVectorMap(const char *bgmap)$/;"	f	class:Digit
OpenMap	gui/wxpython/vdigit/driver.cpp	/^int DisplayDriver::OpenMap(const char* mapname, const char *mapset, bool update)$/;"	f	class:DisplayDriver
Open_level	lib/vector/Vlib/open.c	/^static int Open_level = 0;$/;"	v	file:
Open_old_array	lib/vector/Vlib/open.c	/^static int (*Open_old_array[][2]) () = {$/;"	v	file:
OptDialog	gui/wxpython/gui_modules/profile.py	/^class OptDialog(wx.Dialog):$/;"	c
OpticalAtmosProperties	imagery/i.atcorr/computations.cpp	/^struct OpticalAtmosProperties$/;"	s	file:
Option	include/gis.h	/^struct Option			\/* Structure that stores option info *\/$/;"	s
Option	swig/perl/gis.h	/^struct Option			\/* Structure that stores option info *\/$/;"	s
Options	imagery/i.atcorr/main.cpp	/^struct Options$/;"	s	file:
Ortho_Camera_Exp_Init	imagery/i.ortho.photo/libes/orthophoto.h	/^struct Ortho_Camera_Exp_Init$/;"	s
Ortho_Camera_File_Ref	imagery/i.ortho.photo/libes/orthophoto.h	/^struct Ortho_Camera_File_Ref$/;"	s
Ortho_Control_Points	imagery/i.ortho.photo/libes/orthophoto.h	/^struct Ortho_Control_Points$/;"	s
Ortho_Image_Group	imagery/i.ortho.photo/libes/orthophoto.h	/^struct Ortho_Image_Group$/;"	s
Ortho_Image_Group_Ref	imagery/i.ortho.photo/libes/orthophoto.h	/^struct Ortho_Image_Group_Ref$/;"	s
Ortho_Image_Group_Ref_Files	imagery/i.ortho.photo/libes/orthophoto.h	/^    struct Ortho_Image_Group_Ref_Files$/;"	s	struct:Ortho_Image_Group_Ref
Ortho_Photo_Points	imagery/i.ortho.photo/libes/orthophoto.h	/^struct Ortho_Photo_Points$/;"	s
Ortho_Ref_Color	imagery/i.ortho.photo/libes/orthophoto.h	/^    struct Ortho_Ref_Color$/;"	s	struct:Ortho_Image_Group_Ref
OtherAxes	raster3d/r3.showdspf/Ball.h	/^{ NoAxes, CameraAxes, BodyAxes, OtherAxes, NSets } AxisSet;$/;"	e	enum:AxisSet
Out	raster/r.random.cells/ransurf.h	/^GLOBAL CELL **Out, *CellBuffer;$/;"	v
Out	vector/v.voronoi/defs.h	/^struct Map_info In, Out;$/;"	v	typeref:struct:
OutFD	raster/r.random.cells/ransurf.h	/^GLOBAL int Seed, OutFD;$/;"	v
OutFD	raster/r.random.surface/ransurf.h	/^GLOBAL int *Seeds, Seed, NumSeeds, Low, High, NumMaps, NumFilters, OutFD;$/;"	v
OutNames	raster/r.random.surface/ransurf.h	/^GLOBAL char Buf[240], **OutNames, *TheoryName, *Mapset;$/;"	v
Outline_box	imagery/i.class/graphics.c	/^int Outline_box(int top, int bottom, int left, int right)$/;"	f
Outline_box	imagery/i.ortho.photo/photo.2image/graphics.c	/^int Outline_box(int top, int bottom, int left, int right)$/;"	f
Outline_box	imagery/i.ortho.photo/photo.2target/graphics.c	/^int Outline_box(int top, int bottom, int left, int right)$/;"	f
Outline_box	imagery/i.points/graphics.c	/^int Outline_box(int top, int bottom, int left, int right)$/;"	f
Outline_box	imagery/i.vpoints/graphics.c	/^int Outline_box(int top, int bottom, int left, int right)$/;"	f
Outline_cellhd	imagery/i.class/cellhd.c	/^int Outline_cellhd(View * view, struct Cell_head *cellhd)$/;"	f
Outline_cellhd	imagery/i.ortho.photo/photo.2image/cellhd.c	/^int Outline_cellhd(View * view, struct Cell_head *cellhd)$/;"	f
Outline_cellhd	imagery/i.ortho.photo/photo.2target/cellhd.c	/^int Outline_cellhd(View * view, struct Cell_head *cellhd)$/;"	f
Outline_cellhd	imagery/i.points/cellhd.c	/^int Outline_cellhd(View * view, struct Cell_head *cellhd)$/;"	f
Outline_cellhd	imagery/i.vpoints/cellhd.c	/^int Outline_cellhd(View * view, struct Cell_head *cellhd)$/;"	f
Output	imagery/i.atcorr/Output.h	/^class Output$/;"	c
Output	raster/r.random.cells/ransurf.h	/^GLOBAL struct Option *Output;$/;"	v	typeref:struct:Option
OverMap	vector/v.surf.rst/main.c	/^struct Map_info TreeMap, OverMap;$/;"	v	typeref:struct:
Overlay	gui/wxpython/gui_modules/render.py	/^class Overlay(Layer):$/;"	c
OverlayCmap	visualization/nviz/src/togl.c	/^    Colormap OverlayCmap;       \/* colormap for overlay is created *\/$/;"	m	struct:Togl	file:
OverlayCtx	visualization/nviz/src/togl.c	/^    GLXContext OverlayCtx;      \/* Overlay planes OpenGL context *\/$/;"	m	struct:Togl	file:
OverlayDisplayProc	visualization/nviz/src/togl.c	/^    Togl_Callback *OverlayDisplayProc;  \/* Overlay redraw proc *\/$/;"	m	struct:Togl	file:
OverlayFlag	visualization/nviz/src/togl.c	/^    Bool    OverlayFlag;$/;"	m	struct:Togl	file:
OverlayIsMapped	visualization/nviz/src/togl.c	/^    Bool    OverlayIsMapped;$/;"	m	struct:Togl	file:
OverlayTransparentPixel	visualization/nviz/src/togl.c	/^    int     OverlayTransparentPixel;    \/* transparent pixel *\/$/;"	m	struct:Togl	file:
OverlayUpdatePending	visualization/nviz/src/togl.c	/^    Bool    OverlayUpdatePending;       \/* Should overlay be redrawn? *\/$/;"	m	struct:Togl	file:
OverlayWindow	visualization/nviz/src/togl.c	/^    Window  OverlayWindow;      \/* The overlay window, or 0 *\/$/;"	m	struct:Togl	file:
P	imagery/i.class/outline.c	13;"	d	file:
P	imagery/i.class/signature.c	12;"	d	file:
P	imagery/i.maxlik/main.c	/^double *P;$/;"	v
P	lib/gis/plot.c	/^static POINT *P;$/;"	v	file:
P	vector/lidar/v.lidar.growing/ConvexHull.c	/^double **P, **cvxHull, **punti_bordo;$/;"	v
P3toPlane	lib/ogsf/gsdrape.c	/^int P3toPlane(Point3 p1, Point3 p2, Point3 p3, float *plane)$/;"	f
PACKAGE	lib/cairodriver/Makefile	/^PACKAGE ="libcairodriver"$/;"	m
PACKAGE	lib/pngdriver/Makefile	/^PACKAGE ="libpngdriver"$/;"	m
PACKAGE	lib/proj/Makefile	/^PACKAGE ="libgproj"$/;"	m
PACKAGE	lib/psdriver/Makefile	/^PACKAGE ="libpsdriver"$/;"	m
PACKAGE	lib/raster/Makefile	/^PACKAGE ="libraster"$/;"	m
PACKAGE	lib/vector/Vlib/Makefile	/^PACKAGE ="libvect"$/;"	m
PACKAGE	swig/python/Makefile	/^PACKAGE = "grasslibs"$/;"	m
PACKAGEMAKER	macosx/Makefile	/^PACKAGEMAKER = \/Developer\/Tools\/packagemaker$/;"	m
PACKAGEMAKER	macosx/Makefile	/^PACKAGEMAKER = \/Developer\/usr\/bin\/packagemaker$/;"	m
PAD	lib/driver/pad.h	/^} PAD;$/;"	t	typeref:struct:_pad_
PAD	raster/r.thin/io.c	40;"	d	file:
PAD_APPEND_ITEM	include/graphics.h	64;"	d
PAD_CREATE	include/graphics.h	57;"	d
PAD_CURRENT	include/graphics.h	58;"	d
PAD_DELETE	include/graphics.h	59;"	d
PAD_DELETE_ITEM	include/graphics.h	65;"	d
PAD_GET_ITEM	include/graphics.h	66;"	d
PAD_INVENT	include/graphics.h	60;"	d
PAD_LIST	include/graphics.h	61;"	d
PAD_LIST_ITEMS	include/graphics.h	67;"	d
PAD_SELECT	include/graphics.h	62;"	d
PAD_SET_ITEM	include/graphics.h	68;"	d
PAGESIZE	include/iostream/pqheap.h	/^static const int PAGESIZE = 1024;$/;"	v
PAGE_BLOCK	raster/r.water.outlet/basin.h	20;"	d
PAGE_BLOCK	raster/r.watershed/ram/Gwater.h	27;"	d
PAGE_BLOCK	raster/r.watershed/seg/Gwater.h	22;"	d
PAGE_LANDSCAPE	ps/ps.map/ps_info.h	12;"	d
PAGE_PORTRAIT	ps/ps.map/ps_info.h	11;"	d
PANEL_DELETE	include/graphics.h	55;"	d
PANEL_RESTORE	include/graphics.h	54;"	d
PANEL_SAVE	include/graphics.h	53;"	d
PAPER	ps/ps.map/paper.h	/^} PAPER;$/;"	t	typeref:struct:__anon24
PARALLEL	raster/r.mfilter.fp/filter.h	13;"	d
PARALLEL	raster/r.mfilter/filter.h	12;"	d
PARAM_LAMBDA	vector/lidar/v.surf.bspline/crosscorr.c	31;"	d	file:
PARAM_SPLINE	vector/lidar/v.surf.bspline/crosscorr.c	32;"	d	file:
PASS	raster/r.param.scale/param.h	39;"	d
PATCH	raster/r.le/r.le.patch/patch.h	/^} PATCH;$/;"	t	typeref:struct:patch
PATCH	raster/r.le/r.le.trace/r.le.trace.h	/^} PATCH;$/;"	t	typeref:struct:patch
PATH_LAYER	raster/wildfire/r.spreadpath/stash.h	17;"	d
PCA_DEBUG	imagery/i.pca/main.c	30;"	d	file:
PCats	vector/v.to.points/main.c	/^static struct line_cats *PCats;$/;"	v	typeref:struct:line_cats	file:
PEAK	raster/r.param.scale/param.h	41;"	d
PERCENT_COVER	raster/r.report/global.h	131;"	d
PERL_BCDVERSION	swig/perl/R_slope_aspect/ppport.h	189;"	d
PERL_MAGIC_arylen	swig/perl/R_slope_aspect/ppport.h	1163;"	d
PERL_MAGIC_backref	swig/perl/R_slope_aspect/ppport.h	1171;"	d
PERL_MAGIC_bm	swig/perl/R_slope_aspect/ppport.h	1039;"	d
PERL_MAGIC_collxfrm	swig/perl/R_slope_aspect/ppport.h	1099;"	d
PERL_MAGIC_dbfile	swig/perl/R_slope_aspect/ppport.h	1079;"	d
PERL_MAGIC_dbline	swig/perl/R_slope_aspect/ppport.h	1083;"	d
PERL_MAGIC_defelem	swig/perl/R_slope_aspect/ppport.h	1155;"	d
PERL_MAGIC_env	swig/perl/R_slope_aspect/ppport.h	1051;"	d
PERL_MAGIC_envelem	swig/perl/R_slope_aspect/ppport.h	1055;"	d
PERL_MAGIC_ext	swig/perl/R_slope_aspect/ppport.h	1175;"	d
PERL_MAGIC_fm	swig/perl/R_slope_aspect/ppport.h	1059;"	d
PERL_MAGIC_glob	swig/perl/R_slope_aspect/ppport.h	1159;"	d
PERL_MAGIC_isa	swig/perl/R_slope_aspect/ppport.h	1067;"	d
PERL_MAGIC_isaelem	swig/perl/R_slope_aspect/ppport.h	1071;"	d
PERL_MAGIC_mutex	swig/perl/R_slope_aspect/ppport.h	1087;"	d
PERL_MAGIC_nkeys	swig/perl/R_slope_aspect/ppport.h	1075;"	d
PERL_MAGIC_overload	swig/perl/R_slope_aspect/ppport.h	1027;"	d
PERL_MAGIC_overload_elem	swig/perl/R_slope_aspect/ppport.h	1031;"	d
PERL_MAGIC_overload_table	swig/perl/R_slope_aspect/ppport.h	1035;"	d
PERL_MAGIC_pos	swig/perl/R_slope_aspect/ppport.h	1167;"	d
PERL_MAGIC_qr	swig/perl/R_slope_aspect/ppport.h	1115;"	d
PERL_MAGIC_regdata	swig/perl/R_slope_aspect/ppport.h	1043;"	d
PERL_MAGIC_regdatum	swig/perl/R_slope_aspect/ppport.h	1047;"	d
PERL_MAGIC_regex_global	swig/perl/R_slope_aspect/ppport.h	1063;"	d
PERL_MAGIC_shared	swig/perl/R_slope_aspect/ppport.h	1091;"	d
PERL_MAGIC_shared_scalar	swig/perl/R_slope_aspect/ppport.h	1095;"	d
PERL_MAGIC_sig	swig/perl/R_slope_aspect/ppport.h	1119;"	d
PERL_MAGIC_sigelem	swig/perl/R_slope_aspect/ppport.h	1123;"	d
PERL_MAGIC_substr	swig/perl/R_slope_aspect/ppport.h	1151;"	d
PERL_MAGIC_sv	swig/perl/R_slope_aspect/ppport.h	1023;"	d
PERL_MAGIC_taint	swig/perl/R_slope_aspect/ppport.h	1127;"	d
PERL_MAGIC_tied	swig/perl/R_slope_aspect/ppport.h	1103;"	d
PERL_MAGIC_tiedelem	swig/perl/R_slope_aspect/ppport.h	1107;"	d
PERL_MAGIC_tiedscalar	swig/perl/R_slope_aspect/ppport.h	1111;"	d
PERL_MAGIC_utf8	swig/perl/R_slope_aspect/ppport.h	1147;"	d
PERL_MAGIC_uvar	swig/perl/R_slope_aspect/ppport.h	1131;"	d
PERL_MAGIC_uvar_elem	swig/perl/R_slope_aspect/ppport.h	1135;"	d
PERL_MAGIC_vec	swig/perl/R_slope_aspect/ppport.h	1143;"	d
PERL_MAGIC_vstring	swig/perl/R_slope_aspect/ppport.h	1139;"	d
PERL_PATCHLEVEL_H_IMPLICIT	swig/perl/R_slope_aspect/ppport.h	173;"	d
PERL_REVISION	swig/perl/R_slope_aspect/ppport.h	180;"	d
PERL_SCAN_ALLOW_UNDERSCORES	swig/perl/R_slope_aspect/ppport.h	615;"	d
PERL_SCAN_DISALLOW_PREFIX	swig/perl/R_slope_aspect/ppport.h	619;"	d
PERL_SCAN_GREATER_THAN_UV_MAX	swig/perl/R_slope_aspect/ppport.h	607;"	d
PERL_SCAN_SILENT_ILLDIGIT	swig/perl/R_slope_aspect/ppport.h	611;"	d
PERL_SUBVERSION	swig/perl/R_slope_aspect/ppport.h	183;"	d
PERL_UNUSED_DECL	swig/perl/R_slope_aspect/ppport.h	226;"	d
PERL_UNUSED_DECL	swig/perl/R_slope_aspect/ppport.h	228;"	d
PERL_UNUSED_DECL	swig/perl/R_slope_aspect/ppport.h	231;"	d
PERL_VERSION	swig/perl/R_slope_aspect/ppport.h	182;"	d
PERMANENT	lib/gis/get_ellipse.c	/^static char *PERMANENT = "PERMANENT";$/;"	v	file:
PERMANENT	lib/gis/get_projinfo.c	18;"	d	file:
PERMANENT	lib/proj/get_proj.c	30;"	d	file:
PERSIST_DELETE	include/iostream/ami_stream.h	/^  PERSIST_DELETE = 0,$/;"	e	enum:persistence
PERSIST_PERSISTENT	include/iostream/ami_stream.h	/^  PERSIST_PERSISTENT,$/;"	e	enum:persistence
PERSIST_READ_ONCE	include/iostream/ami_stream.h	/^  PERSIST_READ_ONCE$/;"	e	enum:persistence
PGCONN	db/drivers/postgres/globals.h	/^} PGCONN;$/;"	t	typeref:struct:__anon19
PGM	db/Makefile	/^PGM = databaseintro$/;"	m
PGM	db/db.login/Makefile	/^PGM = db.login$/;"	m
PGM	display/d.ask/Makefile	/^PGM = d.ask$/;"	m
PGM	display/d.barscale/Makefile	/^PGM = d.barscale$/;"	m
PGM	display/d.colorlist/Makefile	/^PGM = d.colorlist$/;"	m
PGM	display/d.colors/Makefile	/^PGM = d.colors$/;"	m
PGM	display/d.colortable/Makefile	/^PGM = d.colortable$/;"	m
PGM	display/d.erase/Makefile	/^PGM = d.erase$/;"	m
PGM	display/d.extend/Makefile	/^PGM = d.extend$/;"	m
PGM	display/d.extract/Makefile	/^PGM = d.extract$/;"	m
PGM	display/d.font.freetype/Makefile	/^PGM = d.font.freetype$/;"	m
PGM	display/d.font/Makefile	/^PGM = d.font$/;"	m
PGM	display/d.frame/Makefile	/^PGM=d.frame$/;"	m
PGM	display/d.geodesic/Makefile	/^PGM = d.geodesic$/;"	m
PGM	display/d.graph/Makefile	/^PGM = d.graph$/;"	m
PGM	display/d.grid/Makefile	/^PGM = d.grid$/;"	m
PGM	display/d.his/Makefile	/^PGM = d.his$/;"	m
PGM	display/d.histogram/Makefile	/^PGM = d.histogram$/;"	m
PGM	display/d.info/Makefile	/^PGM = d.info$/;"	m
PGM	display/d.legend/Makefile	/^PGM = d.legend$/;"	m
PGM	display/d.linegraph/Makefile	/^PGM = d.linegraph$/;"	m
PGM	display/d.mapgraph/Makefile	/^PGM = d.mapgraph$/;"	m
PGM	display/d.measure/Makefile	/^PGM = d.measure$/;"	m
PGM	display/d.menu/Makefile	/^PGM = d.menu$/;"	m
PGM	display/d.mon/cmd/Makefile	/^PGM = d.mon$/;"	m
PGM	display/d.nviz/Makefile	/^PGM = d.nviz$/;"	m
PGM	display/d.paint.labels/Makefile	/^PGM = d.labels$/;"	m
PGM	display/d.path/Makefile	/^PGM = d.path$/;"	m
PGM	display/d.profile/Makefile	/^PGM = d.profile$/;"	m
PGM	display/d.rast.arrow/Makefile	/^PGM = d.rast.arrow$/;"	m
PGM	display/d.rast.edit/Makefile	/^PGM = d.rast.edit.old$/;"	m
PGM	display/d.rast.num/Makefile	/^PGM = d.rast.num$/;"	m
PGM	display/d.rast/Makefile	/^PGM = d.rast$/;"	m
PGM	display/d.rgb/Makefile	/^PGM = d.rgb$/;"	m
PGM	display/d.rhumbline/Makefile	/^PGM = d.rhumbline$/;"	m
PGM	display/d.save/Makefile	/^PGM = d.save$/;"	m
PGM	display/d.text.freetype/Makefile	/^PGM = d.text.freetype$/;"	m
PGM	display/d.text.new/Makefile	/^PGM = d.text$/;"	m
PGM	display/d.text/Makefile	/^PGM = d.text$/;"	m
PGM	display/d.thematic.area/Makefile	/^PGM = d.thematic.area$/;"	m
PGM	display/d.title/Makefile	/^PGM = d.title$/;"	m
PGM	display/d.vect.chart/Makefile	/^PGM = d.vect.chart$/;"	m
PGM	display/d.vect/Makefile	/^PGM = d.vect$/;"	m
PGM	display/d.what.rast/Makefile	/^PGM = d.what.rast$/;"	m
PGM	display/d.what.vect/Makefile	/^PGM = d.what.vect$/;"	m
PGM	display/d.where/Makefile	/^PGM = d.where$/;"	m
PGM	display/d.zoom/Makefile	/^PGM = d.zoom$/;"	m
PGM	display/drivers/HTMLMAP/Makefile	/^PGM=htmlmapdriver$/;"	m
PGM	display/drivers/PNG/Makefile	/^PGM=pngdriver$/;"	m
PGM	display/drivers/PS/Makefile	/^PGM=psdriver$/;"	m
PGM	display/drivers/XDRIVER/Makefile	/^PGM=xdriver$/;"	m
PGM	display/drivers/cairo/Makefile	/^PGM=cairodriver$/;"	m
PGM	doc/Makefile	/^PGM = projectionintro$/;"	m
PGM	doc/raster/r.example/Makefile	/^PGM = r.example$/;"	m
PGM	doc/vector/v.example/Makefile	/^PGM = v.example$/;"	m
PGM	general/g.access/Makefile	/^PGM = g.access$/;"	m
PGM	general/g.ask/Makefile	/^PGM = g.ask$/;"	m
PGM	general/g.dirseps/Makefile	/^PGM = g.dirseps$/;"	m
PGM	general/g.filename/Makefile	/^PGM = g.filename$/;"	m
PGM	general/g.findetc/Makefile	/^PGM = g.findetc$/;"	m
PGM	general/g.findfile/Makefile	/^PGM = g.findfile$/;"	m
PGM	general/g.gisenv/Makefile	/^PGM = g.gisenv$/;"	m
PGM	general/g.gui/Makefile	/^PGM = g.gui$/;"	m
PGM	general/g.mapset/Makefile	/^PGM = g.mapset$/;"	m
PGM	general/g.mapsets/Makefile	/^PGM = g.mapsets$/;"	m
PGM	general/g.message/Makefile	/^PGM = g.message$/;"	m
PGM	general/g.mkfontcap/Makefile	/^PGM = g.mkfontcap$/;"	m
PGM	general/g.mlist/Makefile	/^PGM = g.mlist$/;"	m
PGM	general/g.mremove/Makefile	/^PGM = g.mremove$/;"	m
PGM	general/g.parser/Makefile	/^PGM = g.parser$/;"	m
PGM	general/g.pnmcomp/Makefile	/^PGM = g.pnmcomp$/;"	m
PGM	general/g.proj/Makefile	/^PGM = g.proj$/;"	m
PGM	general/g.region/Makefile	/^PGM = g.region$/;"	m
PGM	general/g.setproj/Makefile	/^PGM = g.setproj$/;"	m
PGM	general/g.tempfile/Makefile	/^PGM = g.tempfile$/;"	m
PGM	general/g.transform/Makefile	/^PGM = g.transform$/;"	m
PGM	general/g.version/Makefile	/^PGM=g.version$/;"	m
PGM	gui/tcltk/d.m/Makefile	/^PGM=d.m$/;"	m
PGM	gui/tcltk/gis.m/Makefile	/^PGM=gis.m$/;"	m
PGM	imagery/Makefile	/^PGM = imageryintro$/;"	m
PGM	imagery/i.ask/Makefile	/^PGM = i.ask$/;"	m
PGM	imagery/i.atcorr/Makefile	/^PGM = i.atcorr$/;"	m
PGM	imagery/i.cca/Makefile	/^PGM = i.cca$/;"	m
PGM	imagery/i.class/Makefile	/^PGM = i.class$/;"	m
PGM	imagery/i.cluster/Makefile	/^PGM = i.cluster$/;"	m
PGM	imagery/i.fft/Makefile	/^PGM = i.fft$/;"	m
PGM	imagery/i.find/Makefile	/^PGM = i.find$/;"	m
PGM	imagery/i.gensig/Makefile	/^PGM = i.gensig$/;"	m
PGM	imagery/i.gensigset/Makefile	/^PGM = i.gensigset$/;"	m
PGM	imagery/i.group/Makefile	/^PGM = i.group$/;"	m
PGM	imagery/i.his.rgb/Makefile	/^PGM = i.his.rgb$/;"	m
PGM	imagery/i.ifft/Makefile	/^PGM = i.ifft$/;"	m
PGM	imagery/i.maxlik/Makefile	/^PGM = i.maxlik$/;"	m
PGM	imagery/i.ortho.photo/menu/Makefile	/^PGM = i.ortho.photo$/;"	m
PGM	imagery/i.ortho.photo/photo.2image/Makefile	/^PGM = photo.2image$/;"	m
PGM	imagery/i.ortho.photo/photo.2target/Makefile	/^PGM = photo.2target$/;"	m
PGM	imagery/i.ortho.photo/photo.camera/Makefile	/^PGM = photo.camera$/;"	m
PGM	imagery/i.ortho.photo/photo.elev/Makefile	/^PGM = photo.elev$/;"	m
PGM	imagery/i.ortho.photo/photo.init/Makefile	/^PGM = photo.init$/;"	m
PGM	imagery/i.ortho.photo/photo.rectify/Makefile	/^PGM = photo.rectify$/;"	m
PGM	imagery/i.ortho.photo/photo.target/Makefile	/^PGM = photo.target$/;"	m
PGM	imagery/i.pca/Makefile	/^PGM = i.pca$/;"	m
PGM	imagery/i.points/Makefile	/^PGM = i.points$/;"	m
PGM	imagery/i.rectify/Makefile	/^PGM = i.rectify$/;"	m
PGM	imagery/i.rgb.his/Makefile	/^PGM = i.rgb.his$/;"	m
PGM	imagery/i.smap/shapiro/Makefile	/^PGM = i.smap$/;"	m
PGM	imagery/i.target/Makefile	/^PGM = i.target$/;"	m
PGM	imagery/i.vpoints/Makefile	/^PGM = i.vpoints$/;"	m
PGM	imagery/i.zc/Makefile	/^PGM = i.zc$/;"	m
PGM	lib/gpde/test/Makefile	/^PGM=test.gpde.lib$/;"	m
PGM	misc/m.cogo/Makefile	/^PGM = m.cogo$/;"	m
PGM	ps/ps.map/Makefile	/^PGM=ps.map$/;"	m
PGM	raster/Makefile	/^PGM = rasterintro$/;"	m
PGM	raster/r.average/Makefile	/^PGM = r.average$/;"	m
PGM	raster/r.basins.fill/Makefile	/^PGM = r.basins.fill$/;"	m
PGM	raster/r.bilinear/Makefile	/^PGM = r.bilinear$/;"	m
PGM	raster/r.bitpattern/Makefile	/^PGM = r.bitpattern$/;"	m
PGM	raster/r.buffer/Makefile	/^PGM = r.buffer$/;"	m
PGM	raster/r.carve/Makefile	/^PGM = r.carve$/;"	m
PGM	raster/r.cats/Makefile	/^PGM = r.category$/;"	m
PGM	raster/r.circle/Makefile	/^PGM = r.circle$/;"	m
PGM	raster/r.clump/Makefile	/^PGM = r.clump$/;"	m
PGM	raster/r.coin/Makefile	/^PGM = r.coin$/;"	m
PGM	raster/r.colors/Makefile	/^PGM = r.colors$/;"	m
PGM	raster/r.composite/Makefile	/^PGM = r.composite$/;"	m
PGM	raster/r.compress/Makefile	/^PGM = r.compress$/;"	m
PGM	raster/r.contour/Makefile	/^PGM=r.contour$/;"	m
PGM	raster/r.cost/Makefile	/^PGM = r.cost$/;"	m
PGM	raster/r.covar/Makefile	/^PGM = r.covar$/;"	m
PGM	raster/r.cross/Makefile	/^PGM = r.cross$/;"	m
PGM	raster/r.describe/Makefile	/^PGM = r.describe$/;"	m
PGM	raster/r.digit/Makefile	/^PGM = r.digit$/;"	m
PGM	raster/r.distance/Makefile	/^PGM = r.distance$/;"	m
PGM	raster/r.drain/Makefile	/^PGM = r.drain$/;"	m
PGM	raster/r.external/Makefile	/^PGM  = r.external$/;"	m
PGM	raster/r.fill.dir/Makefile	/^PGM = r.fill.dir$/;"	m
PGM	raster/r.flow/Makefile	/^PGM=r.flow$/;"	m
PGM	raster/r.grow.distance/Makefile	/^PGM = r.grow.distance$/;"	m
PGM	raster/r.grow2/Makefile	/^PGM = r.grow$/;"	m
PGM	raster/r.gwflow/Makefile	/^PGM=r.gwflow$/;"	m
PGM	raster/r.his/Makefile	/^PGM = r.his$/;"	m
PGM	raster/r.horizon/Makefile	/^PGM = r.horizon$/;"	m
PGM	raster/r.in.arc/Makefile	/^PGM = r.in.arc$/;"	m
PGM	raster/r.in.ascii/Makefile	/^PGM = r.in.ascii$/;"	m
PGM	raster/r.in.bin/Makefile	/^PGM = r.in.bin$/;"	m
PGM	raster/r.in.gdal/Makefile	/^PGM  = r.in.gdal$/;"	m
PGM	raster/r.in.gridatb/Makefile	/^PGM = r.in.gridatb$/;"	m
PGM	raster/r.in.mat/Makefile	/^PGM = r.in.mat$/;"	m
PGM	raster/r.in.poly/Makefile	/^PGM = r.in.poly$/;"	m
PGM	raster/r.in.xyz/Makefile	/^PGM = r.in.xyz$/;"	m
PGM	raster/r.info/Makefile	/^PGM = r.info$/;"	m
PGM	raster/r.kappa/Makefile	/^PGM = r.kappa$/;"	m
PGM	raster/r.lake/Makefile	/^PGM = r.lake$/;"	m
PGM	raster/r.le/r.le.patch/Makefile	/^PGM = r.le.patch$/;"	m
PGM	raster/r.le/r.le.pixel/Makefile	/^PGM = r.le.pixel$/;"	m
PGM	raster/r.le/r.le.setup/Makefile	/^PGM = r.le.setup$/;"	m
PGM	raster/r.le/r.le.trace/Makefile	/^PGM = r.le.trace$/;"	m
PGM	raster/r.li/Makefile	/^PGM = r.li$/;"	m
PGM	raster/r.li/r.li.cwed/Makefile	/^PGM = r.li.cwed$/;"	m
PGM	raster/r.li/r.li.dominance/Makefile	/^PGM = r.li.dominance$/;"	m
PGM	raster/r.li/r.li.edgedensity/Makefile	/^PGM = r.li.edgedensity$/;"	m
PGM	raster/r.li/r.li.mpa/Makefile	/^PGM = r.li.mpa$/;"	m
PGM	raster/r.li/r.li.mps/Makefile	/^PGM = r.li.mps$/;"	m
PGM	raster/r.li/r.li.padcv/Makefile	/^PGM = r.li.padcv$/;"	m
PGM	raster/r.li/r.li.padrange/Makefile	/^PGM = r.li.padrange$/;"	m
PGM	raster/r.li/r.li.padsd/Makefile	/^PGM = r.li.padsd$/;"	m
PGM	raster/r.li/r.li.patchdensity/Makefile	/^PGM = r.li.patchdensity$/;"	m
PGM	raster/r.li/r.li.patchnum/Makefile	/^PGM = r.li.patchnum$/;"	m
PGM	raster/r.li/r.li.richness/Makefile	/^PGM = r.li.richness$/;"	m
PGM	raster/r.li/r.li.setup/Makefile	/^PGM = r.li.setup$/;"	m
PGM	raster/r.li/r.li.shannon/Makefile	/^PGM = r.li.shannon$/;"	m
PGM	raster/r.li/r.li.shape/Makefile	/^PGM = r.li.shape$/;"	m
PGM	raster/r.li/r.li.simpson/Makefile	/^PGM = r.li.simpson$/;"	m
PGM	raster/r.los/Makefile	/^PGM = r.los$/;"	m
PGM	raster/r.median/Makefile	/^PGM = r.median$/;"	m
PGM	raster/r.mfilter.fp/Makefile	/^PGM = r.mfilter.fp$/;"	m
PGM	raster/r.mfilter/Makefile	/^PGM = r.mfilter$/;"	m
PGM	raster/r.mode/Makefile	/^PGM = r.mode$/;"	m
PGM	raster/r.neighbors/Makefile	/^PGM = r.neighbors$/;"	m
PGM	raster/r.null/Makefile	/^PGM = r.null$/;"	m
PGM	raster/r.out.arc/Makefile	/^PGM = r.out.arc$/;"	m
PGM	raster/r.out.ascii/Makefile	/^PGM = r.out.ascii$/;"	m
PGM	raster/r.out.bin/Makefile	/^PGM = r.out.bin$/;"	m
PGM	raster/r.out.gdal/Makefile	/^PGM  = r.out.gdal$/;"	m
PGM	raster/r.out.gridatb/Makefile	/^PGM = r.out.gridatb$/;"	m
PGM	raster/r.out.mat/Makefile	/^PGM = r.out.mat$/;"	m
PGM	raster/r.out.mpeg/Makefile	/^PGM = r.out.mpeg$/;"	m
PGM	raster/r.out.png/Makefile	/^PGM = r.out.png$/;"	m
PGM	raster/r.out.pov/Makefile	/^PGM = r.out.pov$/;"	m
PGM	raster/r.out.ppm/Makefile	/^PGM = r.out.ppm$/;"	m
PGM	raster/r.out.ppm3/Makefile	/^PGM = r.out.ppm3$/;"	m
PGM	raster/r.out.tiff/Makefile	/^PGM = r.out.tiff$/;"	m
PGM	raster/r.out.vrml/Makefile	/^PGM = r.out.vrml$/;"	m
PGM	raster/r.out.vtk/Makefile	/^PGM = r.out.vtk$/;"	m
PGM	raster/r.param.scale/Makefile	/^PGM = r.param.scale$/;"	m
PGM	raster/r.patch/Makefile	/^PGM = r.patch$/;"	m
PGM	raster/r.profile/Makefile	/^PGM = r.profile$/;"	m
PGM	raster/r.proj.seg/Makefile	/^PGM = r.proj$/;"	m
PGM	raster/r.proj/Makefile	/^PGM = r.proj.old$/;"	m
PGM	raster/r.quant/Makefile	/^PGM = r.quant$/;"	m
PGM	raster/r.quantile/Makefile	/^PGM = r.quantile$/;"	m
PGM	raster/r.random.cells/Makefile	/^PGM = r.random.cells$/;"	m
PGM	raster/r.random.surface/Makefile	/^PGM = r.random.surface$/;"	m
PGM	raster/r.random/Makefile	/^PGM = r.random$/;"	m
PGM	raster/r.reclass/Makefile	/^PGM = r.reclass$/;"	m
PGM	raster/r.recode/Makefile	/^PGM = r.recode$/;"	m
PGM	raster/r.region/Makefile	/^PGM = r.region$/;"	m
PGM	raster/r.report/Makefile	/^PGM = r.report$/;"	m
PGM	raster/r.resamp.interp/Makefile	/^PGM = r.resamp.interp$/;"	m
PGM	raster/r.resamp.rst/Makefile	/^PGM=r.resamp.rst$/;"	m
PGM	raster/r.resamp.stats/Makefile	/^PGM = r.resamp.stats$/;"	m
PGM	raster/r.resample/Makefile	/^PGM = r.resample$/;"	m
PGM	raster/r.rescale.eq/Makefile	/^PGM = r.rescale.eq$/;"	m
PGM	raster/r.rescale/Makefile	/^PGM = r.rescale$/;"	m
PGM	raster/r.series/Makefile	/^PGM = r.series$/;"	m
PGM	raster/r.slope.aspect/Makefile	/^PGM = r.slope.aspect$/;"	m
PGM	raster/r.statistics/Makefile	/^PGM = r.statistics$/;"	m
PGM	raster/r.stats/Makefile	/^PGM = r.stats$/;"	m
PGM	raster/r.sum/Makefile	/^PGM = r.sum$/;"	m
PGM	raster/r.sun/Makefile	/^PGM = r.sun$/;"	m
PGM	raster/r.sun2/Makefile	/^PGM = r.sun$/;"	m
PGM	raster/r.sunmask/Makefile	/^PGM = r.sunmask$/;"	m
PGM	raster/r.support.stats/Makefile	/^PGM = r.support.stats$/;"	m
PGM	raster/r.support/front/Makefile	/^PGM = r.support$/;"	m
PGM	raster/r.support/modcats/Makefile	/^PGM = modcats$/;"	m
PGM	raster/r.support/modcolr/Makefile	/^PGM = modcolr$/;"	m
PGM	raster/r.support/modhead/Makefile	/^PGM = modhead$/;"	m
PGM	raster/r.support/modhist/Makefile	/^PGM = modhist$/;"	m
PGM	raster/r.surf.area/Makefile	/^PGM = r.surf.area$/;"	m
PGM	raster/r.surf.contour/Makefile	/^PGM = r.surf.contour$/;"	m
PGM	raster/r.surf.fractal/Makefile	/^PGM = r.surf.fractal$/;"	m
PGM	raster/r.surf.gauss/Makefile	/^PGM = r.surf.gauss$/;"	m
PGM	raster/r.surf.idw/Makefile	/^PGM = r.surf.idw$/;"	m
PGM	raster/r.surf.idw2/Makefile	/^PGM = r.surf.idw2$/;"	m
PGM	raster/r.surf.random/Makefile	/^PGM = r.surf.random$/;"	m
PGM	raster/r.terraflow/Makefile	/^PGM = r.terraflow$/;"	m
PGM	raster/r.texture/Makefile	/^PGM = r.texture$/;"	m
PGM	raster/r.thin/Makefile	/^PGM = r.thin$/;"	m
PGM	raster/r.timestamp/Makefile	/^PGM = r.timestamp$/;"	m
PGM	raster/r.to.rast3/Makefile	/^PGM=r.to.rast3$/;"	m
PGM	raster/r.to.rast3elev/Makefile	/^PGM=r.to.rast3elev$/;"	m
PGM	raster/r.to.vect/Makefile	/^PGM=r.to.vect$/;"	m
PGM	raster/r.topidx/Makefile	/^PGM = r.topidx$/;"	m
PGM	raster/r.topmodel/Makefile	/^PGM = r.topmodel$/;"	m
PGM	raster/r.transect/Makefile	/^PGM = r.transect$/;"	m
PGM	raster/r.volume/Makefile	/^PGM = r.volume$/;"	m
PGM	raster/r.walk/Makefile	/^PGM = r.walk$/;"	m
PGM	raster/r.water.outlet/Makefile	/^PGM = r.water.outlet$/;"	m
PGM	raster/r.watershed/front/Makefile	/^PGM = r.watershed$/;"	m
PGM	raster/r.watershed/ram/Makefile	/^PGM = r.watershed.ram$/;"	m
PGM	raster/r.watershed/seg/Makefile	/^PGM = r.watershed.seg$/;"	m
PGM	raster/r.watershed/shed/Makefile	/^PGM = r.watershed$/;"	m
PGM	raster/r.what.color/Makefile	/^PGM = r.what.color$/;"	m
PGM	raster/r.what/Makefile	/^PGM = r.what$/;"	m
PGM	raster/simwe/r.sim.sediment/Makefile	/^PGM=r.sim.sediment$/;"	m
PGM	raster/simwe/r.sim.water/Makefile	/^PGM=r.sim.water$/;"	m
PGM	raster/wildfire/r.ros/Makefile	/^PGM = r.ros$/;"	m
PGM	raster/wildfire/r.spread/Makefile	/^PGM = r.spread$/;"	m
PGM	raster/wildfire/r.spreadpath/Makefile	/^PGM = r.spreadpath$/;"	m
PGM	raster3d/Makefile	/^PGM = raster3dintro$/;"	m
PGM	raster3d/r3.cross.rast/Makefile	/^PGM=r3.cross.rast$/;"	m
PGM	raster3d/r3.gwflow/Makefile	/^PGM=r3.gwflow$/;"	m
PGM	raster3d/r3.in.ascii/Makefile	/^PGM=r3.in.ascii$/;"	m
PGM	raster3d/r3.in.v5d/Makefile	/^PGM=r3.in.v5d$/;"	m
PGM	raster3d/r3.mkdspf/Makefile	/^PGM=r3.mkdspf$/;"	m
PGM	raster3d/r3.out.ascii/Makefile	/^PGM=r3.out.ascii$/;"	m
PGM	raster3d/r3.out.v5d/Makefile	/^PGM=r3.out.v5d$/;"	m
PGM	raster3d/r3.out.vtk/Makefile	/^PGM=r3.out.vtk$/;"	m
PGM	raster3d/r3.showdspf/Makefile	/^PGM=r3.showdspf$/;"	m
PGM	raster3d/r3.stats/Makefile	/^PGM = r3.stats$/;"	m
PGM	raster3d/r3.to.rast/Makefile	/^PGM=r3.to.rast$/;"	m
PGM	scripts/d.correlate/Makefile	/^PGM = d.correlate$/;"	m
PGM	scripts/d.font.freetype/Makefile	/^PGM = d.font.freetype$/;"	m
PGM	scripts/d.monsize/Makefile	/^PGM=d.monsize$/;"	m
PGM	scripts/d.mvmon/Makefile	/^PGM = d.mvmon$/;"	m
PGM	scripts/d.out.file/Makefile	/^PGM=d.out.file$/;"	m
PGM	scripts/d.out.gpsdrive/Makefile	/^PGM = d.out.gpsdrive$/;"	m
PGM	scripts/d.out.png/Makefile	/^PGM=d.out.png$/;"	m
PGM	scripts/d.paint.labels/Makefile	/^PGM = d.paint.labels$/;"	m
PGM	scripts/d.polar/Makefile	/^PGM = d.polar$/;"	m
PGM	scripts/d.rast.edit/Makefile	/^PGM = d.rast.edit$/;"	m
PGM	scripts/d.rast.leg/Makefile	/^PGM = d.rast.leg$/;"	m
PGM	scripts/d.redraw/Makefile	/^PGM = d.redraw$/;"	m
PGM	scripts/d.resize/Makefile	/^PGM=d.resize$/;"	m
PGM	scripts/d.shadedmap/Makefile	/^PGM = d.shadedmap$/;"	m
PGM	scripts/d.slide.show/Makefile	/^PGM = d.slide.show$/;"	m
PGM	scripts/d.split.frame/Makefile	/^PGM = d.split.frame$/;"	m
PGM	scripts/d.split/Makefile	/^PGM=d.split$/;"	m
PGM	scripts/d.text.freetype/Makefile	/^PGM = d.text.freetype$/;"	m
PGM	scripts/d.vect.thematic/Makefile	/^PGM=d.vect.thematic$/;"	m
PGM	scripts/db.dropcol/Makefile	/^PGM = db.dropcol$/;"	m
PGM	scripts/db.droptable/Makefile	/^PGM = db.droptable$/;"	m
PGM	scripts/db.in.ogr/Makefile	/^PGM = db.in.ogr$/;"	m
PGM	scripts/db.out.ogr/Makefile	/^PGM = db.out.ogr$/;"	m
PGM	scripts/db.test/Makefile	/^PGM = db.test$/;"	m
PGM	scripts/g.manual/Makefile	/^PGM = g.manual$/;"	m
PGM	scripts/g.mlist/Makefile	/^PGM = g.mlist$/;"	m
PGM	scripts/g.mremove/Makefile	/^PGM = g.mremove$/;"	m
PGM	scripts/i.fusion.brovey/Makefile	/^PGM=i.fusion.brovey$/;"	m
PGM	scripts/i.image.mosaic/Makefile	/^PGM=i.image.mosaic$/;"	m
PGM	scripts/i.in.spotvgt/Makefile	/^PGM = i.in.spotvgt$/;"	m
PGM	scripts/i.landsat.rgb/Makefile	/^PGM = i.landsat.rgb$/;"	m
PGM	scripts/i.oif/Makefile	/^PGM=i.oif$/;"	m
PGM	scripts/i.spectral/Makefile	/^PGM = i.spectral$/;"	m
PGM	scripts/i.tasscap/Makefile	/^PGM = i.tasscap$/;"	m
PGM	scripts/m.proj/Makefile	/^PGM = m.proj$/;"	m
PGM	scripts/p.out.vrml/Makefile	/^PGM = p.out.vrml$/;"	m
PGM	scripts/r.blend/Makefile	/^PGM=r.blend$/;"	m
PGM	scripts/r.cats/Makefile	/^PGM = r.cats$/;"	m
PGM	scripts/r.colors.stddev/Makefile	/^PGM = r.colors.stddev$/;"	m
PGM	scripts/r.fillnulls/Makefile	/^PGM=r.fillnulls$/;"	m
PGM	scripts/r.in.aster/Makefile	/^PGM=r.in.aster$/;"	m
PGM	scripts/r.in.srtm/Makefile	/^PGM = r.in.srtm$/;"	m
PGM	scripts/r.in.wms/Makefile	/^PGM=r.in.wms$/;"	m
PGM	scripts/r.mapcalculator/Makefile	/^PGM=r.mapcalculator$/;"	m
PGM	scripts/r.mask/Makefile	/^PGM=r.mask$/;"	m
PGM	scripts/r.out.gdal/Makefile	/^PGM = r.out.gdal.sh$/;"	m
PGM	scripts/r.out.xyz/Makefile	/^PGM = r.out.xyz$/;"	m
PGM	scripts/r.plane/Makefile	/^PGM=r.plane$/;"	m
PGM	scripts/r.reclass.area/Makefile	/^PGM = r.reclass.area$/;"	m
PGM	scripts/r.regression.line/Makefile	/^PGM=r.regression.line$/;"	m
PGM	scripts/r.shaded.relief/Makefile	/^PGM=r.shaded.relief$/;"	m
PGM	scripts/r.tileset/Makefile	/^PGM = r.tileset$/;"	m
PGM	scripts/r.univar.sh/Makefile	/^PGM = r.univar.sh$/;"	m
PGM	scripts/r3.mapcalculator/Makefile	/^PGM=r3.mapcalculator$/;"	m
PGM	scripts/v.build.all/Makefile	/^PGM = v.build.all$/;"	m
PGM	scripts/v.centroids/Makefile	/^PGM = v.centroids$/;"	m
PGM	scripts/v.colors/Makefile	/^PGM = v.colors$/;"	m
PGM	scripts/v.convert.all/Makefile	/^PGM = v.convert.all$/;"	m
PGM	scripts/v.db.addcol/Makefile	/^PGM = v.db.addcol$/;"	m
PGM	scripts/v.db.addtable/Makefile	/^PGM = v.db.addtable$/;"	m
PGM	scripts/v.db.dropcol/Makefile	/^PGM = v.db.dropcol$/;"	m
PGM	scripts/v.db.droptable/Makefile	/^PGM = v.db.droptable$/;"	m
PGM	scripts/v.db.join/Makefile	/^PGM = v.db.join$/;"	m
PGM	scripts/v.db.reconnect.all/Makefile	/^PGM = v.db.reconnect.all$/;"	m
PGM	scripts/v.db.renamecol/Makefile	/^PGM = v.db.renamecol$/;"	m
PGM	scripts/v.db.univar/Makefile	/^PGM=v.db.univar$/;"	m
PGM	scripts/v.db.update/Makefile	/^PGM = v.db.update$/;"	m
PGM	scripts/v.dissolve/Makefile	/^PGM = v.dissolve$/;"	m
PGM	scripts/v.in.e00/Makefile	/^PGM = v.in.e00$/;"	m
PGM	scripts/v.in.garmin/Makefile	/^PGM = v.in.garmin$/;"	m
PGM	scripts/v.in.geonames/Makefile	/^PGM = v.in.geonames$/;"	m
PGM	scripts/v.in.gns/Makefile	/^PGM = v.in.gns$/;"	m
PGM	scripts/v.in.gpsbabel/Makefile	/^PGM = v.in.gpsbabel$/;"	m
PGM	scripts/v.in.mapgen/Makefile	/^PGM = v.in.mapgen$/;"	m
PGM	scripts/v.in.sites.all/Makefile	/^PGM = v.in.sites.all$/;"	m
PGM	scripts/v.in.wfs/Makefile	/^PGM = v.in.wfs$/;"	m
PGM	scripts/v.out.gpsbabel/Makefile	/^PGM = v.out.gpsbabel$/;"	m
PGM	scripts/v.rast.stats/Makefile	/^PGM=v.rast.stats$/;"	m
PGM	scripts/v.report/Makefile	/^PGM = v.report$/;"	m
PGM	scripts/v.univar.sh/Makefile	/^PGM=v.univar.sh$/;"	m
PGM	scripts/v.what.vect/Makefile	/^PGM = v.what.vect$/;"	m
PGM	sites/s.in.ascii/Makefile	/^PGM = s.in.ascii$/;"	m
PGM	sites/s.out.ascii/Makefile	/^PGM = s.out.ascii$/;"	m
PGM	tools/mkftcap/Makefile	/^PGM = mkftcap$/;"	m
PGM	tools/timer/Makefile	/^PGM = current_time_s_ms$/;"	m
PGM	vector/Makefile	/^PGM = vectorintro$/;"	m
PGM	vector/lidar/v.lidar.correction/Makefile	/^PGM = v.lidar.correction$/;"	m
PGM	vector/lidar/v.lidar.edgedetection/Makefile	/^PGM = v.lidar.edgedetection$/;"	m
PGM	vector/lidar/v.lidar.growing/Makefile	/^PGM = v.lidar.growing$/;"	m
PGM	vector/lidar/v.outlier/Makefile	/^PGM = v.outlier$/;"	m
PGM	vector/lidar/v.surf.bspline/Makefile	/^PGM = v.surf.bspline$/;"	m
PGM	vector/v.buffer/Makefile	/^PGM = v.buffer$/;"	m
PGM	vector/v.buffer2/Makefile	/^PGM = v.buffer$/;"	m
PGM	vector/v.build.polylines/Makefile	/^PGM = v.build.polylines$/;"	m
PGM	vector/v.build/Makefile	/^PGM=v.build$/;"	m
PGM	vector/v.category/Makefile	/^PGM = v.category$/;"	m
PGM	vector/v.class/Makefile	/^PGM=v.class$/;"	m
PGM	vector/v.clean/Makefile	/^PGM = v.clean$/;"	m
PGM	vector/v.clean/test/Makefile	/^PGM = v.topo.check$/;"	m
PGM	vector/v.convert/Makefile	/^PGM=v.convert$/;"	m
PGM	vector/v.db.connect/Makefile	/^PGM=v.db.connect$/;"	m
PGM	vector/v.db.select/Makefile	/^PGM=v.db.select$/;"	m
PGM	vector/v.delaunay2/Makefile	/^PGM=v.delaunay$/;"	m
PGM	vector/v.digit/Makefile	/^PGM = v.digit$/;"	m
PGM	vector/v.distance/Makefile	/^PGM=v.distance$/;"	m
PGM	vector/v.drape/Makefile	/^PGM = v.drape$/;"	m
PGM	vector/v.edit/Makefile	/^PGM = v.edit$/;"	m
PGM	vector/v.external/Makefile	/^PGM=v.external$/;"	m
PGM	vector/v.extract/Makefile	/^PGM=v.extract$/;"	m
PGM	vector/v.extrude/Makefile	/^PGM = v.extrude$/;"	m
PGM	vector/v.generalize/Makefile	/^PGM=v.generalize$/;"	m
PGM	vector/v.hull/Makefile	/^PGM = v.hull$/;"	m
PGM	vector/v.in.ascii/Makefile	/^PGM = v.in.ascii$/;"	m
PGM	vector/v.in.db/Makefile	/^PGM = v.in.db$/;"	m
PGM	vector/v.in.dwg/Makefile	/^PGM=v.in.dwg$/;"	m
PGM	vector/v.in.dxf/Makefile	/^PGM = v.in.dxf$/;"	m
PGM	vector/v.in.ogr/Makefile	/^PGM=v.in.ogr$/;"	m
PGM	vector/v.in.region/Makefile	/^PGM = v.in.region$/;"	m
PGM	vector/v.in.sites/Makefile	/^PGM = v.in.sites$/;"	m
PGM	vector/v.info/Makefile	/^PGM = v.info$/;"	m
PGM	vector/v.kcv/Makefile	/^PGM = v.kcv$/;"	m
PGM	vector/v.kernel/Makefile	/^PGM=v.kernel$/;"	m
PGM	vector/v.label.sa/Makefile	/^PGM = v.label.sa$/;"	m
PGM	vector/v.label/Makefile	/^PGM = v.label$/;"	m
PGM	vector/v.lrs/Makefile	/^PGM = lrs$/;"	m
PGM	vector/v.lrs/v.lrs.create/Makefile	/^PGM = v.lrs.create$/;"	m
PGM	vector/v.lrs/v.lrs.label/Makefile	/^PGM = v.lrs.label$/;"	m
PGM	vector/v.lrs/v.lrs.segment/Makefile	/^PGM = v.lrs.segment$/;"	m
PGM	vector/v.lrs/v.lrs.where/Makefile	/^PGM = v.lrs.where$/;"	m
PGM	vector/v.mkgrid/Makefile	/^PGM = v.mkgrid$/;"	m
PGM	vector/v.neighbors/Makefile	/^PGM = v.neighbors$/;"	m
PGM	vector/v.net.alloc/Makefile	/^PGM = v.net.alloc$/;"	m
PGM	vector/v.net.iso/Makefile	/^PGM = v.net.iso$/;"	m
PGM	vector/v.net.path/Makefile	/^PGM = v.net.path$/;"	m
PGM	vector/v.net.salesman/Makefile	/^PGM = v.net.salesman$/;"	m
PGM	vector/v.net.steiner/Makefile	/^PGM = v.net.steiner$/;"	m
PGM	vector/v.net.visibility/Makefile	/^PGM = v.net.visibility$/;"	m
PGM	vector/v.net/Makefile	/^PGM=v.net$/;"	m
PGM	vector/v.normal/Makefile	/^PGM = v.normal$/;"	m
PGM	vector/v.out.ascii/Makefile	/^PGM = v.out.ascii$/;"	m
PGM	vector/v.out.dxf/Makefile	/^PGM = v.out.dxf$/;"	m
PGM	vector/v.out.ogr/Makefile	/^PGM=v.out.ogr$/;"	m
PGM	vector/v.out.pov/Makefile	/^PGM=v.out.pov$/;"	m
PGM	vector/v.out.svg/Makefile	/^PGM = v.out.svg$/;"	m
PGM	vector/v.out.vtk/Makefile	/^PGM = v.out.vtk$/;"	m
PGM	vector/v.overlay/Makefile	/^PGM=v.overlay$/;"	m
PGM	vector/v.parallel/Makefile	/^PGM = v.parallel$/;"	m
PGM	vector/v.parallel2/Makefile	/^PGM = v.parallel$/;"	m
PGM	vector/v.patch/Makefile	/^PGM=v.patch$/;"	m
PGM	vector/v.perturb/Makefile	/^PGM = v.perturb$/;"	m
PGM	vector/v.proj/Makefile	/^PGM=v.proj$/;"	m
PGM	vector/v.qcount/Makefile	/^PGM = v.qcount$/;"	m
PGM	vector/v.random/Makefile	/^PGM = v.random$/;"	m
PGM	vector/v.reclass/Makefile	/^PGM = v.reclass$/;"	m
PGM	vector/v.sample/Makefile	/^PGM = v.sample$/;"	m
PGM	vector/v.segment/Makefile	/^PGM = v.segment$/;"	m
PGM	vector/v.select/Makefile	/^PGM=v.select$/;"	m
PGM	vector/v.split/Makefile	/^PGM = v.split$/;"	m
PGM	vector/v.support/Makefile	/^PGM = v.support$/;"	m
PGM	vector/v.surf.idw/Makefile	/^PGM = v.surf.idw$/;"	m
PGM	vector/v.surf.rst/Makefile	/^PGM=v.surf.rst$/;"	m
PGM	vector/v.to.3d/Makefile	/^PGM=v.to.3d$/;"	m
PGM	vector/v.to.db/Makefile	/^PGM=v.to.db$/;"	m
PGM	vector/v.to.points/Makefile	/^PGM = v.to.points$/;"	m
PGM	vector/v.to.rast/Makefile	/^PGM=v.to.rast$/;"	m
PGM	vector/v.to.rast3/Makefile	/^PGM=v.to.rast3$/;"	m
PGM	vector/v.transform/Makefile	/^PGM=v.transform$/;"	m
PGM	vector/v.type/Makefile	/^PGM = v.type$/;"	m
PGM	vector/v.univar/Makefile	/^PGM=v.univar$/;"	m
PGM	vector/v.vol.rst/Makefile	/^PGM = v.vol.rst$/;"	m
PGM	vector/v.what.rast/Makefile	/^PGM=v.what.rast$/;"	m
PGM	vector/v.what/Makefile	/^PGM = v.what$/;"	m
PGM	visualization/nviz2/cmd/Makefile	/^PGM = nviz_cmd$/;"	m
PGM	visualization/xganim/Makefile	/^PGM = xganim$/;"	m
PGM	visualization/ximgview/Makefile	/^PGM = ximgview$/;"	m
PGM1	general/manage/lister/Makefile	/^PGM1=cell$/;"	m
PGM2	general/manage/lister/Makefile	/^PGM2=vector$/;"	m
PGM2	gui/tcltk/d.m/Makefile	/^PGM2=d.m.tcl$/;"	m
PGM2	raster/r.mapcalc/Makefile	/^PGM2 = r.mapcalc$/;"	m
PGM3	raster/r.mapcalc/Makefile	/^PGM3 = r3.mapcalc$/;"	m
PGM_MAXMAXVAL	raster/r.texture/h_measure.c	52;"	d	file:
PGSIZE	lib/vector/rtree/index.h	21;"	d
PG_TYPES	db/drivers/postgres/globals.h	/^} PG_TYPES;$/;"	t	typeref:enum:__anon20
PG_TYPE_BIT	db/drivers/postgres/globals.h	/^    PG_TYPE_BIT,		\/* bit *\/$/;"	e	enum:__anon20
PG_TYPE_BOOL	db/drivers/postgres/globals.h	/^    PG_TYPE_BOOL,		\/* bool, boolean *\/$/;"	e	enum:__anon20
PG_TYPE_BPCHAR	db/drivers/postgres/globals.h	/^    PG_TYPE_BPCHAR,		\/* ??? blank padded character, oid of this type is returned for char fields *\/$/;"	e	enum:__anon20
PG_TYPE_CHAR	db/drivers/postgres/globals.h	/^    PG_TYPE_CHAR,		\/* char,   character *\/$/;"	e	enum:__anon20
PG_TYPE_DATE	db/drivers/postgres/globals.h	/^    PG_TYPE_DATE,		\/* date *\/$/;"	e	enum:__anon20
PG_TYPE_FLOAT4	db/drivers/postgres/globals.h	/^    PG_TYPE_FLOAT4,		\/* float4, real *\/$/;"	e	enum:__anon20
PG_TYPE_FLOAT8	db/drivers/postgres/globals.h	/^    PG_TYPE_FLOAT8,		\/* float8, double precision *\/$/;"	e	enum:__anon20
PG_TYPE_INT2	db/drivers/postgres/globals.h	/^    PG_TYPE_INT2,		\/* int2,   smallint *\/$/;"	e	enum:__anon20
PG_TYPE_INT4	db/drivers/postgres/globals.h	/^    PG_TYPE_INT4,		\/* int4,   integer, int *\/$/;"	e	enum:__anon20
PG_TYPE_INT8	db/drivers/postgres/globals.h	/^    PG_TYPE_INT8,		\/* int8,   bigint *\/$/;"	e	enum:__anon20
PG_TYPE_NUMERIC	db/drivers/postgres/globals.h	/^    PG_TYPE_NUMERIC,		\/* numeric, decimal *\/$/;"	e	enum:__anon20
PG_TYPE_OID	db/drivers/postgres/globals.h	/^    PG_TYPE_OID,		\/* oid *\/$/;"	e	enum:__anon20
PG_TYPE_POSTGIS_GEOM	db/drivers/postgres/globals.h	/^    PG_TYPE_POSTGIS_GEOM	\/* Geometry column of PostGIS, GRASS internal type *\/$/;"	e	enum:__anon20
PG_TYPE_SERIAL	db/drivers/postgres/globals.h	/^    PG_TYPE_SERIAL,		\/* serial *\/$/;"	e	enum:__anon20
PG_TYPE_TEXT	db/drivers/postgres/globals.h	/^    PG_TYPE_TEXT,		\/* text *\/$/;"	e	enum:__anon20
PG_TYPE_TIME	db/drivers/postgres/globals.h	/^    PG_TYPE_TIME,		\/* time *\/$/;"	e	enum:__anon20
PG_TYPE_TIMESTAMP	db/drivers/postgres/globals.h	/^    PG_TYPE_TIMESTAMP,		\/* timestamp *\/$/;"	e	enum:__anon20
PG_TYPE_UNKNOWN	db/drivers/postgres/globals.h	/^    PG_TYPE_UNKNOWN,		\/* all types not supported by GRASS *\/$/;"	e	enum:__anon20
PG_TYPE_VARCHAR	db/drivers/postgres/globals.h	/^    PG_TYPE_VARCHAR,		\/* varchar,        character varying *\/$/;"	e	enum:__anon20
PI	display/d.vect.chart/pie.c	9;"	d	file:
PI	imagery/i.smap/bouman/model.c	8;"	d	file:
PI	lib/symbol/stroke.c	22;"	d	file:
PI	lib/vector/Vlib/buffer.c	26;"	d	file:
PI	lib/vector/Vlib/buffer2.c	35;"	d	file:
PI	lib/vector/Vlib/dgraph.c	14;"	d	file:
PI	ps/ps.map/vector.h	10;"	d
PI	raster/r.le/r.le.patch/patch.h	40;"	d
PI	raster/r.los/radians.h	14;"	d
PI	raster/r.random.cells/ransurf.h	12;"	d
PI	raster/r.random.surface/ransurf.h	21;"	d
PI	raster/r.surf.idw/pi.h	4;"	d
PI	raster/r.transect/parse_line.c	6;"	d	file:
PI	raster/wildfire/r.spread/select_linksB.c	28;"	d	file:
PI	raster/wildfire/r.spread/spot.c	53;"	d	file:
PI	raster/wildfire/r.spread/spread.c	42;"	d	file:
PI	vector/lidar/v.lidar.edgedetection/edgedetection.h	31;"	d
PI	vector/v.buffer/main.c	29;"	d	file:
PI	vector/v.buffer2/main.c	27;"	d	file:
PI	vector/v.label/main.c	24;"	d	file:
PI	vector/v.lrs/v.lrs.label/main.c	38;"	d	file:
PI	vector/v.transform/trans_digit.c	28;"	d	file:
PIBYFOUR	raster/r.los/radians.h	15;"	d
PIBYTWO	raster/r.los/radians.h	16;"	d
PIE	display/d.histogram/options.h	17;"	d
PIPE	lib/sites/sites.c	30;"	d	file:
PIPE	sites/s.in.ascii/main.c	161;"	d	file:
PIPE_TIMEOUT	lib/gis/win32_pipes.c	40;"	d	file:
PIT	raster/r.param.scale/param.h	37;"	d
PIXEL_WIDGET_HELP	include/help.h	3;"	d
PKG_INST_DIR	macosx/Makefile	/^PKG_INST_DIR = ${prefix}$/;"	m
PKG_INST_DIR	macosx/Makefile	/^PKG_INST_DIR = ${prefix}\/${MACOSX_APP_NAME}$/;"	m
PLANC	raster/r.param.scale/param.h	49;"	d
PLATEAU_H	raster/r.terraflow/plateau.h	21;"	d
PLAT_DEBUG	raster/r.terraflow/plateau.cc	30;"	d	file:
PL_Sv	swig/perl/R_slope_aspect/ppport.h	204;"	d
PL_compiling	swig/perl/R_slope_aspect/ppport.h	205;"	d
PL_copline	swig/perl/R_slope_aspect/ppport.h	206;"	d
PL_curcop	swig/perl/R_slope_aspect/ppport.h	207;"	d
PL_curstash	swig/perl/R_slope_aspect/ppport.h	208;"	d
PL_defgv	swig/perl/R_slope_aspect/ppport.h	209;"	d
PL_dirty	swig/perl/R_slope_aspect/ppport.h	210;"	d
PL_dowarn	swig/perl/R_slope_aspect/ppport.h	211;"	d
PL_hints	swig/perl/R_slope_aspect/ppport.h	212;"	d
PL_na	swig/perl/R_slope_aspect/ppport.h	213;"	d
PL_perldb	swig/perl/R_slope_aspect/ppport.h	214;"	d
PL_rsfp_filters	swig/perl/R_slope_aspect/ppport.h	215;"	d
PL_rsfpv	swig/perl/R_slope_aspect/ppport.h	216;"	d
PL_stdingv	swig/perl/R_slope_aspect/ppport.h	217;"	d
PL_sv_no	swig/perl/R_slope_aspect/ppport.h	218;"	d
PL_sv_undef	swig/perl/R_slope_aspect/ppport.h	219;"	d
PL_sv_yes	swig/perl/R_slope_aspect/ppport.h	220;"	d
PN	imagery/i.class/outline.c	14;"	d	file:
PN	imagery/i.class/signature.c	11;"	d	file:
PNGBASED	raster/Makefile	/^PNGBASED = r.out.png$/;"	m
PNG_Box_abs	lib/pngdriver/Box.c	/^void PNG_Box_abs(int x1, int y1, int x2, int y2)$/;"	f
PNG_Client_Close	lib/pngdriver/Client.c	/^void PNG_Client_Close(void)$/;"	f
PNG_Driver	lib/pngdriver/Driver.c	/^const struct driver *PNG_Driver(void)$/;"	f
PNG_Erase	lib/pngdriver/Erase.c	/^void PNG_Erase(void)$/;"	f
PNG_Graph_close	lib/pngdriver/Graph_close.c	/^void PNG_Graph_close(void)$/;"	f
PNG_Graph_set	lib/pngdriver/Graph_set.c	/^int PNG_Graph_set(int argc, char **argv)$/;"	f
PNG_Line_width	lib/pngdriver/Line_width.c	/^void PNG_Line_width(int width)$/;"	f
PNG_Respond	lib/pngdriver/Respond.c	/^void PNG_Respond(void)$/;"	f
PNG_Set_window	lib/pngdriver/Set_window.c	/^void PNG_Set_window(int t, int b, int l, int r)$/;"	f
PNG_begin_scaled_raster	lib/pngdriver/Raster.c	/^void PNG_begin_scaled_raster(int mask, int s[2][2], int d[2][2])$/;"	f
PNG_color	lib/pngdriver/Color.c	/^void PNG_color(int number)$/;"	f
PNG_draw_bitmap	lib/pngdriver/Draw_bitmap.c	/^void PNG_draw_bitmap(int ncols, int nrows, int threshold,$/;"	f
PNG_draw_line	lib/pngdriver/Draw_line.c	/^void PNG_draw_line(int x1, int y1, int x2, int y2)$/;"	f
PNG_draw_point	lib/pngdriver/Draw_point.c	/^void PNG_draw_point(int x, int y)$/;"	f
PNG_lookup_color	lib/pngdriver/Color_table.c	/^int PNG_lookup_color(int r, int g, int b)$/;"	f
PNG_scaled_raster	lib/pngdriver/Raster.c	/^int PNG_scaled_raster(int n, int row,$/;"	f
PNORM	lib/ogsf/gsget.h	56;"	d
POINT	imagery/i.class/point.h	5;"	d
POINT	lib/gis/plot.c	31;"	d	file:
POINT	raster/r.watershed/ram/Gwater.h	35;"	d
POINT	raster/r.watershed/seg/Gwater.h	32;"	d
POINT	raster/wildfire/r.spreadpath/point.h	20;"	d
POINT	vector/v.generalize/point.h	/^} POINT;$/;"	t	typeref:struct:__anon190
POINT	vector/v.vol.rst/user3.c	/^int POINT(int n_points, struct quadruple *points, struct point_3d skip_point)$/;"	f
POINT2D_C	lib/rst/interp_float/point2d.c	33;"	d	file:
POINTSIZE	lib/cairodriver/Draw_point.c	3;"	d	file:
POINTS_NOT_SPREAD	vector/v.transform/trans.h	21;"	d
POINT_FILE	imagery/i.ortho.photo/libes/conz_points.c	6;"	d	file:
POINT_FILE	lib/imagery/points.c	3;"	d	file:
POINT_H	vector/v.generalize/point.h	21;"	d
POINT_LIST	vector/v.generalize/point.h	/^} POINT_LIST;$/;"	t	typeref:struct:Point_list
POLYDOTS_ABS	include/graphics.h	36;"	d
POLYDOTS_REL	include/graphics.h	37;"	d
POLYGON_ABS	include/graphics.h	32;"	d
POLYGON_REL	include/graphics.h	33;"	d
POLYLINE_ABS	include/graphics.h	34;"	d
POLYLINE_REL	include/graphics.h	35;"	d
PORT_CHAR	include/vect/dig_defines.h	29;"	d
PORT_CHAR_MAX	include/vect/dig_defines.h	57;"	d
PORT_CHAR_MIN	include/vect/dig_defines.h	58;"	d
PORT_DOUBLE	include/vect/dig_defines.h	24;"	d
PORT_DOUBLE_MAX	include/vect/dig_defines.h	47;"	d
PORT_DOUBLE_MIN	include/vect/dig_defines.h	48;"	d
PORT_FLOAT	include/vect/dig_defines.h	25;"	d
PORT_FLOAT_MAX	include/vect/dig_defines.h	49;"	d
PORT_FLOAT_MIN	include/vect/dig_defines.h	50;"	d
PORT_INT	include/vect/dig_defines.h	27;"	d
PORT_INT_MAX	include/vect/dig_defines.h	53;"	d
PORT_INT_MIN	include/vect/dig_defines.h	54;"	d
PORT_LONG	include/vect/dig_defines.h	26;"	d
PORT_LONG_MAX	include/vect/dig_defines.h	51;"	d
PORT_LONG_MIN	include/vect/dig_defines.h	52;"	d
PORT_SHORT	include/vect/dig_defines.h	28;"	d
PORT_SHORT_MAX	include/vect/dig_defines.h	55;"	d
PORT_SHORT_MIN	include/vect/dig_defines.h	56;"	d
POSITIVE	raster/r.le/r.le.setup/polytocell/ply_to_cll.h	4;"	d
PO_DIR	locale/Makefile	/^PO_DIR = po$/;"	m
POptions	gui/wxpython/gui_modules/profile.py	/^    def POptions(self, event):$/;"	m	class:ProfileFrame
PPoints	vector/v.to.points/main.c	/^static struct line_pnts *PPoints;$/;"	v	typeref:struct:line_pnts	file:
PQHEAP_MEM_DEBUG	include/iostream/pqheap.h	25;"	d
PQSIZE_CYCLE	raster/r.terraflow/sweep.cc	/^static const int PQSIZE_CYCLE = 100;$/;"	v	file:
PQ_H	vector/v.generalize/pq.h	21;"	d
PQ_min	vector/v.voronoi/sw_heap.c	/^struct Point PQ_min(void)$/;"	f
PQbucket	vector/v.voronoi/sw_heap.c	/^int PQbucket(struct Halfedge *he)$/;"	f
PQcmdTuples	configure	/^PQcmdTuples()$/;"	f
PQcount	vector/v.voronoi/sw_defs.h	/^int PQcount;$/;"	v
PQdelete	vector/v.voronoi/sw_heap.c	/^int PQdelete(struct Halfedge *he)$/;"	f
PQempty	vector/v.voronoi/sw_heap.c	/^int PQempty(void)$/;"	f
PQextractmin	vector/v.voronoi/sw_heap.c	/^struct Halfedge *PQextractmin(void)$/;"	f
PQhash	vector/v.voronoi/sw_defs.h	/^struct Halfedge *PQhash;$/;"	v	typeref:struct:Halfedge
PQhashsize	vector/v.voronoi/sw_defs.h	/^int PQhashsize;$/;"	v
PQinitialize	vector/v.voronoi/sw_heap.c	/^int PQinitialize(void)$/;"	f
PQinsert	vector/v.voronoi/sw_heap.c	/^int PQinsert(struct Halfedge *he, struct Site *v, double offset)$/;"	f
PQmin	vector/v.voronoi/sw_defs.h	/^int PQmin;$/;"	v
PQnext	vector/v.voronoi/sw_defs.h	/^    struct Halfedge *PQnext;$/;"	m	struct:Halfedge	typeref:struct:Halfedge::Halfedge
PQsetdbLogin	configure	/^PQsetdbLogin()$/;"	f
PRECISION	lib/gis/color_write.c	23;"	d	file:
PRECISION	vector/v.hull/globals.h	/^double PRECISION;$/;"	v
PREPROCESS	raster/r.resamp.rst/surf.h	34;"	d
PREPROCESS	vector/v.surf.rst/surf.h	32;"	d
PREPROCESS	vector/v.vol.rst/surf.h	35;"	d
PRES_PT_BACKCOL	raster/wildfire/r.spreadpath/point.h	22;"	d
PRES_PT_BACKROW	raster/wildfire/r.spreadpath/point.h	21;"	d
PRES_PT_COL	raster/wildfire/r.spreadpath/point.h	24;"	d
PRES_PT_ROW	raster/wildfire/r.spreadpath/point.h	23;"	d
PREV	vector/v.delaunay2/edge.h	13;"	d
PREVIOUS_PT_NEXT_PTR	raster/r.los/delete.c	22;"	d	file:
PRE_EDGE	vector/lidar/lidarlib/PolimiFunct.h	51;"	d
PRE_TERRAIN	vector/lidar/lidarlib/PolimiFunct.h	50;"	d
PRE_UNKNOWN	vector/lidar/lidarlib/PolimiFunct.h	52;"	d
PRINT_3D	general/g.region/local_proto.h	10;"	d
PRINT_CENTER	general/g.region/local_proto.h	8;"	d
PRINT_EXTENT	general/g.region/local_proto.h	7;"	d
PRINT_LL	general/g.region/local_proto.h	6;"	d
PRINT_MBBOX	general/g.region/local_proto.h	11;"	d
PRINT_METERS	general/g.region/local_proto.h	9;"	d
PRINT_NANGLE	general/g.region/local_proto.h	12;"	d
PRINT_PQSIZE	raster/r.terraflow/sweep.cc	176;"	d	file:
PRINT_PQSIZE	raster/r.terraflow/sweep.cc	182;"	d	file:
PRINT_PROGRESS	raster/r.terraflow/sweep.cc	169;"	d	file:
PRINT_REG	general/g.region/local_proto.h	4;"	d
PRINT_SH	general/g.region/local_proto.h	5;"	d
PRJ	lib/gis/ask.c	101;"	d	file:
PROCESSED	vector/v.hull/chull.c	81;"	d	file:
PROCESS_ROW	raster/r.recode/recode.c	19;"	d	file:
PROFC	raster/r.param.scale/param.h	48;"	d
PROG	visualization/nviz/Makefile	/^PROG=nviz$/;"	m
PROG1	gui/tcltk/d.m/Makefile	/^PROG1 =  $(SCRIPTDIR)\/$(PGM)$/;"	m
PROG2	gui/tcltk/d.m/Makefile	/^PROG2 =  $(ETC)\/dm\/$(PGM2)$/;"	m
PROGNAME	vector/v.hull/globals.h	2;"	d
PROGRAMS	db/base/Makefile	/^PROGRAMS = db.columns db.copy db.describe db.drivers db.execute db.select db.tables db.connect$/;"	m
PROGRAMS	general/manage/cmd/Makefile	/^PROGRAMS = g.copy g.list g.remove g.rename$/;"	m
PROGRAMS	raster/r.univar2/Makefile	/^PROGRAMS = r.univar r3.univar$/;"	m
PROGRAMS	raster3d/base/Makefile	/^PROGRAMS = r3.info r3.mask r3.null r3.timestamp$/;"	m
PROGRAMS	vector/v.voronoi/Makefile	/^PROGRAMS = $(VORONOI)$/;"	m
PROGVERSION	gem/globals.h	57;"	d
PROGVERSION	vector/v.hull/globals.h	1;"	d
PROJECTION_FILE	include/gis.h	77;"	d
PROJECTION_FILE	swig/perl/gis.h	71;"	d
PROJECTION_LL	include/gis.h	74;"	d
PROJECTION_LL	swig/perl/gis.h	68;"	d
PROJECTION_OTHER	include/gis.h	75;"	d
PROJECTION_OTHER	swig/perl/gis.h	69;"	d
PROJECTION_SP	include/gis.h	73;"	d
PROJECTION_SP	swig/perl/gis.h	67;"	d
PROJECTION_UTM	include/gis.h	72;"	d
PROJECTION_UTM	swig/perl/gis.h	66;"	d
PROJECTION_XY	include/gis.h	71;"	d
PROJECTION_XY	swig/perl/gis.h	65;"	d
PROJ_BIN	macosx/app/Makefile	/^PROJ_BIN = `echo "${NAD2BIN}" | sed -e "s,.=,," -e "s,\/nad2bin,,"`$/;"	m
PROLOG	ps/ps.map/Makefile	/^PROLOG=$(ETC)\/paint\/prolog.ps$/;"	m
PROMPT_WINDOW	imagery/i.class/globals.h	/^GLOBAL Window *PROMPT_WINDOW;$/;"	v
PROMPT_WINDOW	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL Window *PROMPT_WINDOW;$/;"	v
PROMPT_WINDOW	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL Window *PROMPT_WINDOW;$/;"	v
PROMPT_WINDOW	imagery/i.points/main.c	/^Window *PROMPT_WINDOW;$/;"	v
PROMPT_WINDOW	imagery/i.vpoints/main.c	/^Window *PROMPT_WINDOW;$/;"	v
PROTO	lib/gis/unix_socks.c	131;"	d	file:
PROTO	lib/gis/unix_socks.c	194;"	d	file:
PROTO_H	vector/v.net.visibility/proto.h	18;"	d
PS	ps/ps.map/ps_info.h	/^struct PS_data PS;$/;"	v	typeref:struct:PS_data
PSCOLOR	ps/ps.map/clr.h	/^} PSCOLOR;$/;"	t	typeref:struct:__anon21
PSI	imagery/i.atcorr/computations.cpp	219;"	d	file:
PSI	imagery/i.atcorr/computations.cpp	227;"	d	file:
PS_Box_abs	lib/psdriver/Box.c	/^void PS_Box_abs(int x1, int y1, int x2, int y2)$/;"	f
PS_COLOR_H	ps/ps.map/clr.h	2;"	d
PS_Client_Close	lib/psdriver/Client.c	/^void PS_Client_Close(void)$/;"	f
PS_Driver	lib/psdriver/Driver.c	/^const struct driver *PS_Driver(void)$/;"	f
PS_Erase	lib/psdriver/Erase.c	/^void PS_Erase(void)$/;"	f
PS_FONT_DEFAULT_SIZE	ps/ps.map/ps_info.h	6;"	d
PS_FONT_MAX_SIZE	ps/ps.map/ps_info.h	4;"	d
PS_FONT_MIN_SIZE	ps/ps.map/ps_info.h	5;"	d
PS_Graph_close	lib/psdriver/Graph_close.c	/^void PS_Graph_close(void)$/;"	f
PS_Graph_set	lib/psdriver/Graph_set.c	/^int PS_Graph_set(int argc, char **argv)$/;"	f
PS_Line_width	lib/psdriver/Line_width.c	/^void PS_Line_width(int width)$/;"	f
PS_Polygon_abs	lib/psdriver/Polygon.c	/^void PS_Polygon_abs(const int *xarray, const int *yarray, int number)$/;"	f
PS_Polyline_abs	lib/psdriver/Polyline.c	/^void PS_Polyline_abs(const int *xarray, const int *yarray, int number)$/;"	f
PS_Respond	lib/psdriver/Respond.c	/^void PS_Respond(void)$/;"	f
PS_Set_window	lib/psdriver/Set_window.c	/^void PS_Set_window(int t, int b, int l, int r)$/;"	f
PS_begin_scaled_raster	lib/psdriver/Raster.c	/^void PS_begin_scaled_raster(int mask, int src[2][2], int dst[2][2])$/;"	f
PS_color	lib/psdriver/Color.c	/^void PS_color(int number)$/;"	f
PS_colortable	ps/ps.map/ps_clrtbl.c	/^int PS_colortable(void)$/;"	f
PS_data	ps/ps.map/ps_info.h	/^struct PS_data$/;"	s
PS_draw_bitmap	lib/psdriver/Draw_bitmap.c	/^void PS_draw_bitmap(int ncols, int nrows, int threshold,$/;"	f
PS_draw_line	lib/psdriver/Draw_line.c	/^void PS_draw_line(int x1, int y1, int x2, int y2)$/;"	f
PS_draw_point	lib/psdriver/Draw_point.c	/^void PS_draw_point(int x, int y)$/;"	f
PS_end_scaled_raster	lib/psdriver/Raster.c	/^void PS_end_scaled_raster(void)$/;"	f
PS_fcolortable	ps/ps.map/ps_fclrtbl.c	/^int PS_fcolortable(void)$/;"	f
PS_group	ps/ps.map/group.h	/^struct PS_group$/;"	s
PS_lookup_color	lib/psdriver/Color_table.c	/^int PS_lookup_color(int r, int g, int b)$/;"	f
PS_make_mask	ps/ps.map/ps_raster.c	/^int PS_make_mask(void)$/;"	f
PS_raster_plot	ps/ps.map/ps_raster.c	/^int PS_raster_plot(void)$/;"	f
PS_scaled_raster	lib/psdriver/Raster.c	/^int PS_scaled_raster(int n, int row,$/;"	f
PS_vareas_plot	ps/ps.map/ps_vareas.c	/^int PS_vareas_plot(struct Map_info *P_map, int vec)$/;"	f
PS_vlegend	ps/ps.map/ps_vlegend.c	/^int PS_vlegend(void)$/;"	f
PS_vlines_plot	ps/ps.map/ps_vlines.c	/^int PS_vlines_plot(struct Map_info *P_map, int vec, int type)$/;"	f
PS_vpoints_plot	ps/ps.map/ps_vpoints.c	/^int PS_vpoints_plot(struct Map_info *P_map, int vec, int type)$/;"	f
PT	imagery/i.class/draw_reg.c	7;"	d	file:
PT	imagery/i.class/save_reg.c	5;"	d	file:
PT	raster/r.le/r.le.patch/patch.h	/^} PT;$/;"	t	typeref:struct:pt
PT	raster/r.le/r.le.trace/r.le.trace.h	/^} PT;$/;"	t	typeref:struct:pt
PTR2IV	swig/perl/R_slope_aspect/ppport.h	299;"	d
PTR2NV	swig/perl/R_slope_aspect/ppport.h	301;"	d
PTR2UV	swig/perl/R_slope_aspect/ppport.h	300;"	d
PTR2ul	swig/perl/R_slope_aspect/ppport.h	303;"	d
PTR2ul	swig/perl/R_slope_aspect/ppport.h	305;"	d
PTRV	swig/perl/R_slope_aspect/ppport.h	288;"	d
PTRV	swig/perl/R_slope_aspect/ppport.h	292;"	d
PTRV	swig/perl/R_slope_aspect/ppport.h	294;"	d
PTR_CNT	include/linkm.h	10;"	d
PT_NEXT_TO_DELETED	raster/r.los/delete.c	19;"	d	file:
PT_PREVIOUS_TO_DELETED	raster/r.los/delete.c	20;"	d	file:
PT_TO_DELETE_X	raster/r.los/delete.c	17;"	d	file:
PT_TO_DELETE_Y	raster/r.los/delete.c	18;"	d	file:
PT_TO_MARK_INCL	raster/r.los/mark_pts.c	19;"	d	file:
PT_TO_MARK_X	raster/r.los/mark_pts.c	16;"	d	file:
PT_TO_MARK_Y	raster/r.los/mark_pts.c	17;"	d	file:
PText	gui/wxpython/gui_modules/profile.py	/^    def PText(self, event):$/;"	m	class:ProfileFrame
PURPLE	imagery/i.class/globals.h	37;"	d
PURPLE	imagery/i.ortho.photo/photo.2image/globals.h	60;"	d
PURPLE	imagery/i.ortho.photo/photo.2target/globals.h	81;"	d
PURPLE	imagery/i.points/globals.h	53;"	d
PURPLE	include/colors.h	25;"	d
PWIDTH	ps/ps.map/scale.c	16;"	d	file:
PYDIR	lib/python/Makefile	/^PYDIR = $(ETC)\/python$/;"	m
PYDIR	swig/python/Makefile	/^PYDIR = $(ETC)\/python$/;"	m
PYEXT	gui/wxpython/scripts/Makefile	/^PYEXT = $/;"	m
PYEXT	gui/wxpython/scripts/Makefile	/^PYEXT = .py$/;"	m
PYFILES	lib/python/Makefile	/^PYFILES := $(patsubst %,$(DSTDIR)\/%.py,$(MODULES) __init__)$/;"	m
PYFILES	swig/python/Makefile	/^PYFILES  := $(patsubst %,$(DSTDIR)\/%.py,$(MODULES) __init__)$/;"	m
PYTHAG	lib/gmath/svd.c	235;"	d	file:
PYTHAG	lib/gmath/svd.c	7;"	d	file:
PYTHONINC	swig/python/NumPtr/src/Makefile	/^  PYTHONINC := \/usr\/include\/python2.4 $/;"	m
P_AREA	include/vect/dig_structs.h	/^typedef struct P_area P_AREA;$/;"	t	typeref:struct:P_area
P_Aux_to_Coor	vector/lidar/v.lidar.growing/growing.c	/^void P_Aux_to_Coor(struct Map_info *In, struct Map_info *Out,$/;"	f
P_Aux_to_Raster	vector/lidar/lidarlib/zones.c	/^void P_Aux_to_Raster(double **matrix, int fd)$/;"	f
P_Aux_to_Vector	vector/lidar/lidarlib/zones.c	/^P_Aux_to_Vector(struct Map_info *Map, struct Map_info *Out, dbDriver * driver,$/;"	f
P_BICUBIC	vector/lidar/lidarlib/PolimiFunct.h	63;"	d
P_BILINEAR	vector/lidar/lidarlib/PolimiFunct.h	62;"	d
P_Create_Aux_Table	vector/lidar/lidarlib/zones.c	/^int P_Create_Aux_Table(dbDriver * driver, char *tab_name)$/;"	f
P_Drop_Aux_Table	vector/lidar/lidarlib/zones.c	/^int P_Drop_Aux_Table(dbDriver * driver, char *tab_name)$/;"	f
P_ISLE	include/vect/dig_structs.h	/^typedef struct P_isle P_ISLE;$/;"	t	typeref:struct:P_isle
P_LINE	include/vect/dig_structs.h	/^typedef struct P_line P_LINE;$/;"	t	typeref:struct:P_line
P_Mean_Calc	vector/lidar/lidarlib/zones.c	/^P_Mean_Calc(struct Cell_head *Elaboration, struct Point *obs, int npoints)$/;"	f
P_NODE	include/vect/dig_structs.h	/^typedef struct P_node P_NODE;$/;"	t	typeref:struct:P_node
P_Null_Matrix	vector/lidar/lidarlib/zones.c	/^double **P_Null_Matrix(double **matrix)$/;"	f
P_Outlier	vector/lidar/v.outlier/outlier.c	/^void P_Outlier(struct Map_info *Out, struct Map_info *Outlier,$/;"	f
P_Read_Vector_Correction	vector/lidar/v.lidar.correction/correction.c	/^struct Point *P_Read_Vector_Correction(struct Map_info *Map,$/;"	f
P_Read_Vector_Region_Map	vector/lidar/lidarlib/zones.c	/^struct Point *P_Read_Vector_Region_Map(struct Map_info *Map,$/;"	f
P_Regular_Points	vector/lidar/lidarlib/raster.c	/^double **P_Regular_Points(struct Cell_head *Elaboration, BOUND_BOX General,$/;"	f
P_Sparse_Correction	vector/lidar/v.lidar.correction/correction.c	/^P_Sparse_Correction(struct Map_info *In, struct Map_info *Out,$/;"	f
P_Sparse_Points	vector/lidar/lidarlib/raster.c	/^P_Sparse_Points(struct Map_info *Out, struct Cell_head *Elaboration,$/;"	f
P__transform	lib/ogsf/trans.c	/^static void P__transform(int num_vert, float (*in)[4], float (*out)[4],$/;"	f	file:
P_alloc_element	vector/lidar/v.lidar.growing/ConvexHull.c	/^struct element_grow **P_alloc_element(int rows, int cols)$/;"	f
P_area	include/vect/dig_structs.h	/^struct P_area$/;"	s
P_get_BandWidth	vector/lidar/lidarlib/zones.c	/^int P_get_BandWidth(int interpolator, int nsplines)$/;"	f
P_get_orlo	vector/lidar/lidarlib/zones.c	/^int P_get_orlo(int interpolator, struct Reg_dimens *dim, double pe, double pn)$/;"	f
P_is_outlier	vector/lidar/v.outlier/outlier.c	/^int P_is_outlier(double pippo)$/;"	f
P_isle	include/vect/dig_structs.h	/^struct P_isle$/;"	s
P_line	include/vect/dig_structs.h	/^struct P_line$/;"	s
P_matrix0	raster/r.texture/h_measure.c	/^float **P_matrix0;$/;"	v
P_matrix135	raster/r.texture/h_measure.c	/^float **P_matrix135;$/;"	v
P_matrix45	raster/r.texture/h_measure.c	/^float **P_matrix45;$/;"	v
P_matrix90	raster/r.texture/h_measure.c	/^float **P_matrix90;$/;"	v
P_matrix_copy	lib/ogsf/trans.c	/^static void P_matrix_copy(float (*from)[4], float (*to)[4], int size)$/;"	f	file:
P_node	include/vect/dig_structs.h	/^struct P_node$/;"	s
P_popmatrix	lib/ogsf/trans.c	/^int P_popmatrix(void)$/;"	f
P_pushmatrix	lib/ogsf/trans.c	/^int P_pushmatrix(void)$/;"	f
P_rot	lib/ogsf/trans.c	/^void P_rot(float angle, char axis)$/;"	f
P_scale	lib/ogsf/trans.c	/^void P_scale(float x, float y, float z)$/;"	f
P_set_regions	vector/lidar/lidarlib/zones.c	/^P_set_regions(struct Cell_head *Elaboration, BOUND_BOX * General,$/;"	f
P_transform	lib/ogsf/trans.c	/^void P_transform(int num_vert, float (*in)[4], float (*out)[4])$/;"	f
P_zero_dim	vector/lidar/lidarlib/zones.c	/^void P_zero_dim(struct Reg_dimens *dim)$/;"	f
PagesManager::_destroy	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::_destroy { path } {$/;"	p
PagesManager::_draw_area	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::_draw_area { path } {$/;"	p
PagesManager::_realize	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::_realize { path } {$/;"	p
PagesManager::_redraw	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::_redraw { path } {$/;"	p
PagesManager::_select	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::_select { path page } {$/;"	p
PagesManager::_test_page	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::_test_page { path page } {$/;"	p
PagesManager::add	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::add { path page } {$/;"	p
PagesManager::cget	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::cget { path option } {$/;"	p
PagesManager::compute_size	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::compute_size { path } {$/;"	p
PagesManager::configure	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::configure { path args } {$/;"	p
PagesManager::create	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::create { path args } {$/;"	p
PagesManager::delete	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::delete { path page } {$/;"	p
PagesManager::getframe	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::getframe { path page } {$/;"	p
PagesManager::page	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::page { path first {last ""} } {$/;"	p
PagesManager::pages	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::pages { path {first ""} {last ""} } {$/;"	p
PagesManager::raise	lib/external/bwidget/pagesmgr.tcl	/^proc PagesManager::raise { path {page ""} } {$/;"	p
PanedWindow::_beg_move_sash	lib/external/bwidget/panedw.tcl	/^proc PanedWindow::_beg_move_sash { path num x y } {$/;"	p
PanedWindow::_destroy	lib/external/bwidget/panedw.tcl	/^proc PanedWindow::_destroy { path } {$/;"	p
PanedWindow::_end_move_sash	lib/external/bwidget/panedw.tcl	/^proc PanedWindow::_end_move_sash { path top num min max v rootv size } {$/;"	p
PanedWindow::_move_sash	lib/external/bwidget/panedw.tcl	/^proc PanedWindow::_move_sash { top min max v form } {$/;"	p
PanedWindow::_realize	lib/external/bwidget/panedw.tcl	/^proc PanedWindow::_realize { path width height } {$/;"	p
PanedWindow::add	lib/external/bwidget/panedw.tcl	/^proc PanedWindow::add { path args } {$/;"	p
PanedWindow::cget	lib/external/bwidget/panedw.tcl	/^proc PanedWindow::cget { path option } {$/;"	p
PanedWindow::configure	lib/external/bwidget/panedw.tcl	/^proc PanedWindow::configure { path args } {$/;"	p
PanedWindow::create	lib/external/bwidget/panedw.tcl	/^proc PanedWindow::create { path args } {$/;"	p
PanedWindow::getframe	lib/external/bwidget/panedw.tcl	/^proc PanedWindow::getframe { path index } {$/;"	p
Panel_delete	lib/driver/driver.h	/^    void (*Panel_delete) (const char *);$/;"	m	struct:driver
Panel_restore	lib/driver/driver.h	/^    void (*Panel_restore) (const char *);$/;"	m	struct:driver
Panel_save	lib/driver/driver.h	/^    void (*Panel_save) (const char *, int, int, int, int);$/;"	m	struct:driver
Param	vector/lidar/v.surf.bspline/bspline.h	/^struct Param$/;"	s
Parms	raster/r.distance/defs.h	/^struct Parms$/;"	s
Parse	imagery/i.atcorr/AerosolConcentration.cpp	/^AerosolConcentration AerosolConcentration::Parse(const long int iaer, const AtmosModel& atms)$/;"	f	class:AerosolConcentration
Parse	imagery/i.atcorr/AerosolModel.cpp	/^AerosolModel AerosolModel::Parse(const float xmud)$/;"	f	class:AerosolModel
Parse	imagery/i.atcorr/Altitude.cpp	/^Altitude Altitude::Parse()$/;"	f	class:Altitude
Parse	imagery/i.atcorr/AtmosModel.cpp	/^AtmosModel AtmosModel::Parse()$/;"	f	class:AtmosModel
Parse	imagery/i.atcorr/GeomCond.cpp	/^GeomCond GeomCond::Parse()$/;"	f	class:GeomCond
Parse	imagery/i.atcorr/Iwave.cpp	/^IWave IWave::Parse()$/;"	f	class:IWave
ParseCommand	gui/wxpython/gui_modules/menuform.py	/^    def ParseCommand(self, cmd, gmpath=None, completed=None, parentframe=None,$/;"	m	class:GUI
ParseInterface	gui/wxpython/support/update_menudata.py	/^def ParseInterface(cmd):$/;"	f
PartitionVars	lib/vector/rtree/split_q.h	/^struct PartitionVars {$/;"	s
Partitions	lib/vector/rtree/split_q.c	/^struct PartitionVars Partitions[METHODS];$/;"	v	typeref:struct:PartitionVars
PasswdDlg::_max	lib/external/bwidget/passwddlg.tcl	/^proc PasswdDlg::_max { val1 val2 } { $/;"	p
PasswdDlg::_verifonlogin	lib/external/bwidget/passwddlg.tcl	/^proc PasswdDlg::_verifonlogin { path labpass } {$/;"	p
PasswdDlg::_verifonpasswd	lib/external/bwidget/passwddlg.tcl	/^proc PasswdDlg::_verifonpasswd { path lablog } {$/;"	p
PasswdDlg::cget	lib/external/bwidget/passwddlg.tcl	/^proc PasswdDlg::cget { path option } {$/;"	p
PasswdDlg::configure	lib/external/bwidget/passwddlg.tcl	/^proc PasswdDlg::configure { path args } {$/;"	p
PasswdDlg::create	lib/external/bwidget/passwddlg.tcl	/^proc PasswdDlg::create { path args } {$/;"	p
Patch	imagery/i.ortho.photo/photo.rectify/defs.h	/^} Patch;$/;"	t	typeref:struct:__anon234
PathJoin	gui/wxpython/gui_modules/utils.py	/^def PathJoin(*args):$/;"	f
Perl_grok_number	swig/perl/R_slope_aspect/ppport.h	/^int Perl_grok_number(pTHX_ const char *pv, STRLEN len, UV * valuep)$/;"	f
Perl_grok_numeric_radix	swig/perl/R_slope_aspect/ppport.h	/^bool Perl_grok_numeric_radix(pTHX_ const char **sp, const char *send)$/;"	f
Pi	lib/ogsf/gsd_objs.c	/^float Pi;$/;"	v
Pixel2Cell	gui/wxpython/gui_modules/mapdisp.py	/^    def Pixel2Cell(self, (x, y)):$/;"	m	class:BufferedWindow
PixelFormat	visualization/nviz/src/togl.c	/^    int     PixelFormat;$/;"	m	struct:Togl	file:
Plane_sim	imagery/i.atcorr/Altitude.h	/^	struct Plane_sim$/;"	s	struct:Altitude
PlayNextLine	visualization/nviz/scripts/send_support.tcl	/^proc PlayNextLine {} {$/;"	p
PlayScriptFile	visualization/nviz/scripts/send_support.tcl	/^proc PlayScriptFile {new_file} {$/;"	p
PlotProfile	display/d.profile/PlotProfile.c	/^int PlotProfile(struct Profile profile, char *letter, int min, int max)$/;"	f
PlotSelected	raster3d/r3.showdspf/new_init_graphics.c	/^static Widget PlotSelected;$/;"	v	file:
PlotSelectedCB	raster3d/r3.showdspf/new_init_graphics.c	/^void PlotSelectedCB(Widget widget, XtPointer client_data, XtPointer cdata)$/;"	f
PlusMinusCB	raster3d/r3.showdspf/new_init_graphics.c	/^void PlusMinusCB(Widget widget, XtPointer client_data, XtPointer call_data)$/;"	f
Plus_head	include/vect/dig_structs.h	/^struct Plus_head$/;"	s
Pnts	lib/rst/interp_float/interpf.h	/^struct line_pnts *Pnts;$/;"	v	typeref:struct:line_pnts
Pnts	vector/v.vol.rst/userglobs.h	/^struct line_pnts *Pnts;$/;"	v	typeref:struct:line_pnts
Point	raster/r.surf.idw2/main.c	/^struct Point$/;"	s	file:
Point	raster/simwe/simlib/waterglobs.h	/^struct Point$/;"	s
Point	vector/lidar/lidarlib/PolimiFunct.h	/^struct Point$/;"	s
Point	vector/v.hull/main.c	/^struct Point$/;"	s	file:
Point	vector/v.net.visibility/rotation_tree.h	/^struct Point$/;"	s
Point	vector/v.surf.idw/main.c	/^struct Point$/;"	s	file:
Point	vector/v.voronoi/sw_defs.h	/^struct Point$/;"	s
Point2	include/gstypes.h	/^typedef float Point2[2];$/;"	t
Point2	raster/r.carve/enforce.h	/^typedef double Point2[2];$/;"	t
Point3	include/gstypes.h	/^typedef float Point3[3];$/;"	t
Point4	include/gstypes.h	/^typedef float Point4[4];$/;"	t
PointGrp	raster/r.carve/enforce.h	/^} PointGrp;$/;"	t	typeref:struct:__anon140
Point_list	vector/v.generalize/point.h	/^typedef struct Point_list$/;"	s
Point_on_plane	lib/ogsf/gsdrape.c	/^int Point_on_plane(Point3 p1, Point3 p2, Point3 p3, Point3 unk)$/;"	f
Points	vector/v.digit/attr.c	/^    struct line_pnts *Points;$/;"	m	struct:copy_cats	typeref:struct:copy_cats::line_pnts	file:
Points	vector/v.digit/attr.c	/^    struct line_pnts *Points;$/;"	m	struct:display_attributes	typeref:struct:display_attributes::line_pnts	file:
Points	vector/v.digit/attr.c	/^    struct line_pnts *Points;$/;"	m	struct:display_cats	typeref:struct:display_cats::line_pnts	file:
Points	vector/v.digit/line.c	/^    struct line_pnts *Points;$/;"	m	struct:delete_line	typeref:struct:delete_line::line_pnts	file:
Points	vector/v.digit/line.c	/^    struct line_pnts *Points;$/;"	m	struct:edit_line	typeref:struct:edit_line::line_pnts	file:
Points	vector/v.digit/line.c	/^    struct line_pnts *Points;$/;"	m	struct:move_line	typeref:struct:move_line::line_pnts	file:
Points	vector/v.digit/line.c	/^    struct line_pnts *Points;$/;"	m	struct:new_line	typeref:struct:new_line::line_pnts	file:
Points	vector/v.digit/vertex.c	/^    struct line_pnts *Points, *NPoints;$/;"	m	struct:split_line	typeref:struct:split_line::line_pnts	file:
Points	vector/v.digit/vertex.c	/^    struct line_pnts *Points;$/;"	m	struct:add_vertex	typeref:struct:add_vertex::line_pnts	file:
Points	vector/v.digit/vertex.c	/^    struct line_pnts *Points;$/;"	m	struct:move_vertex	typeref:struct:move_vertex::line_pnts	file:
Points	vector/v.digit/vertex.c	/^    struct line_pnts *Points;$/;"	m	struct:rm_vertex	typeref:struct:rm_vertex::line_pnts	file:
Points	vector/v.in.dwg/global.h	/^Global struct line_pnts *Points;$/;"	v	typeref:struct:line_pnts
Points	vector/v.in.dxf/global.h	/^GLOBAL struct line_pnts *Points;$/;"	v	typeref:struct:line_pnts
Polydots_abs	lib/driver/driver.h	/^    void (*Polydots_abs) (const int *, const int *, int);$/;"	m	struct:driver
Polydots_rel	lib/driver/driver.h	/^    void (*Polydots_rel) (const int *, const int *, int);$/;"	m	struct:driver
Polygon_abs	lib/driver/driver.h	/^    void (*Polygon_abs) (const int *, const int *, int);$/;"	m	struct:driver
Polygon_rel	lib/driver/driver.h	/^    void (*Polygon_rel) (const int *, const int *, int);$/;"	m	struct:driver
Polyline_abs	lib/driver/driver.h	/^    void (*Polyline_abs) (const int *, const int *, int);$/;"	m	struct:driver
Polyline_rel	lib/driver/driver.h	/^    void (*Polyline_rel) (const int *, const int *, int);$/;"	m	struct:driver
Polys	raster3d/r3.showdspf/draw_cap_ogl.c	/^static struct poly_info Polys[3 * (MAXTHRESH + 1)];$/;"	v	typeref:struct:poly_info	file:
Popen	gui/wxpython/compat/subprocess.py	/^class Popen(object):$/;"	c
Popen	gui/wxpython/gui_modules/gcmd.py	/^class Popen(subprocess.Popen):$/;"	c
Popen	lib/python/core.py	/^class Popen(subprocess.Popen):$/;"	c
Populate	gui/wxpython/gui_modules/dbm.py	/^    def Populate(self, update=False):$/;"	m	class:LayerListCtrl
Populate	gui/wxpython/gui_modules/dbm.py	/^    def Populate(self, update=False):$/;"	m	class:TableListCtrl
Populate	gui/wxpython/gui_modules/location_wizard.py	/^    def Populate(self, data=None, update=False):$/;"	m	class:ItemList
Populate	gui/wxpython/gui_modules/vdigit.py	/^    def Populate(self, cats, update=False):$/;"	m	class:CategoryListCtrl
Port_info	include/vect/dig_structs.h	/^struct Port_info$/;"	s
Position	imagery/i.atcorr/Output.h	/^	static void Position(unsigned int p)$/;"	f	class:Output
Position	imagery/i.atcorr/main.cpp	/^	Position() : i(-1), j(-1) {}$/;"	f	struct:TIMap::Position
Position	imagery/i.atcorr/main.cpp	/^	Position(int x, int y) : i(x), j(y) {}$/;"	f	struct:TIMap::Position
Position	imagery/i.atcorr/main.cpp	/^    struct Position$/;"	s	class:TIMap	file:
PostViewEvent	gui/wxpython/gui_modules/nviz_tools.py	/^    def PostViewEvent(self, zExag=False):$/;"	m	class:NvizToolWindow
PreferencesDialog	gui/wxpython/gui_modules/preferences.py	/^class PreferencesDialog(wx.Dialog):$/;"	c
Print	imagery/i.atcorr/Output.h	/^	static void Print(std::string x)			$/;"	f	class:Output
PrintIds	gui/wxpython/vdigit/driver.cpp	/^void DisplayDriver::PrintIds()$/;"	f	class:DisplayDriver
PrintMenu	gui/wxpython/gui_modules/histogram.py	/^    def PrintMenu(self, event):$/;"	m	class:HistFrame
PrintMenu	gui/wxpython/gui_modules/mapdisp.py	/^    def PrintMenu(self, event):$/;"	m	class:MapFrame
PrintMenu	gui/wxpython/gui_modules/profile.py	/^    def PrintMenu(self, event):$/;"	m	class:ProfileFrame
PrintModuleOutput	gui/wxpython/gui_modules/gcmd.py	/^    def PrintModuleOutput(self, error=True, warning=False, message=False):$/;"	m	class:Command
PrintOptions	gui/wxpython/gui_modules/disp_print.py	/^class PrintOptions:$/;"	c
PrintStrings	gui/wxpython/gui_modules/menudata.py	/^    def PrintStrings(self, fh):$/;"	m	class:Data
PrioCmpSweepItem	raster/r.terraflow/sweep.h	/^class PrioCmpSweepItem {$/;"	c
PrivateCmapFlag	visualization/nviz/src/togl.c	/^    Bool    PrivateCmapFlag;$/;"	m	struct:Togl	file:
ProceedStatus	raster3d/r3.showdspf/new_init_graphics.c	/^static int ProceedStatus;$/;"	v	file:
ProcessGrcFile	gui/wxpython/gui_modules/workspace.py	/^class ProcessGrcFile(object):$/;"	c
ProcessWorkspaceFile	gui/wxpython/gui_modules/workspace.py	/^class ProcessWorkspaceFile(HandlerBase):$/;"	c
Profile	display/d.profile/profile.h	/^struct Profile$/;"	s
Profile	gui/wxpython/gui_modules/mapdisp.py	/^    def Profile(self, event):$/;"	m	class:MapFrame
ProfileFrame	gui/wxpython/gui_modules/profile.py	/^class ProfileFrame(wx.Frame):$/;"	c
ProfileNode	display/d.profile/profile.h	/^struct ProfileNode$/;"	s
ProfileOptionsMenu	gui/wxpython/gui_modules/profile.py	/^    def ProfileOptionsMenu(self, event):$/;"	m	class:ProfileFrame
ProfileToolbar	gui/wxpython/gui_modules/toolbars.py	/^class ProfileToolbar(AbstractToolbar):$/;"	c
ProgressBar::_destroy	lib/external/bwidget/progressbar.tcl	/^proc ProgressBar::_destroy { path } {$/;"	p
ProgressBar::_modify	lib/external/bwidget/progressbar.tcl	/^proc ProgressBar::_modify { path args } {$/;"	p
ProgressBar::cget	lib/external/bwidget/progressbar.tcl	/^proc ProgressBar::cget { path option } {$/;"	p
ProgressBar::configure	lib/external/bwidget/progressbar.tcl	/^proc ProgressBar::configure { path args } {$/;"	p
ProgressBar::create	lib/external/bwidget/progressbar.tcl	/^proc ProgressBar::create { path args } {$/;"	p
ProgressDlg::cget	lib/external/bwidget/progressdlg.tcl	/^proc ProgressDlg::cget { path option } {$/;"	p
ProgressDlg::configure	lib/external/bwidget/progressdlg.tcl	/^proc ProgressDlg::configure { path args } {$/;"	p
ProgressDlg::create	lib/external/bwidget/progressdlg.tcl	/^proc ProgressDlg::create { path args } {$/;"	p
Proj4Create	gui/wxpython/gui_modules/location_wizard.py	/^    def Proj4Create(self, proj4string):$/;"	m	class:LocationWizard
ProjArgs	raster3d/r3.in.v5d/v5d.h	/^    float ProjArgs[MAXPROJARGS];	\/* Map projection arguments... *\/$/;"	m	struct:__anon110
ProjArgs	raster3d/r3.out.v5d/v5d.h	/^    float ProjArgs[MAXPROJARGS];	\/* Map projection arguments... *\/$/;"	m	struct:__anon121
ProjInfo	gui/wxpython/gui_modules/render.py	/^    def ProjInfo(self):$/;"	m	class:Map
ProjTypePage	gui/wxpython/gui_modules/location_wizard.py	/^class ProjTypePage(TitledPage):$/;"	c
Projection	raster3d/r3.in.v5d/v5d.h	/^    int Projection;		\/* Which map projection *\/$/;"	m	struct:__anon110
Projection	raster3d/r3.out.v5d/v5d.h	/^    int Projection;		\/* Which map projection *\/$/;"	m	struct:__anon121
ProjectionsPage	gui/wxpython/gui_modules/location_wizard.py	/^class ProjectionsPage(TitledPage):$/;"	c
PropertiesDialog	gui/wxpython/gui_modules/wxgui_utils.py	/^    def PropertiesDialog (self, layer, show=True):$/;"	m	class:LayerTree
Putword	raster3d/r3.showdspf/togif.c	/^static void Putword(int w, FILE * fp)$/;"	f	file:
Pvector	vector/lidar/v.lidar.growing/ConvexHull.c	/^double **Pvector(long nl, long nh)$/;"	f
Pxpy	raster/r.texture/h_measure.c	/^float Pxpy[2 * PGM_MAXMAXVAL];$/;"	v
Q	lib/gis/area_poly1.c	/^static double Q(double x)$/;"	f	file:
QA	lib/gis/area_poly1.c	/^static double QA, QB, QC;$/;"	v	file:
QB	lib/gis/area_poly1.c	/^static double QA, QB, QC;$/;"	v	file:
QC	lib/gis/area_poly1.c	/^static double QA, QB, QC;$/;"	v	file:
QGIS_CMD	gem/globals.h	/^EXTERN char QGIS_CMD[MAXSTR];$/;"	v
QRY_LENGTH	visualization/nviz/src/pg.h	2;"	d
QUADS	raster/r.out.vtk/globaldefs.h	20;"	d
QUANT_FILE	lib/gis/closecell.c	39;"	d	file:
QUANT_FILE_NAME	lib/gis/quant_io.c	67;"	d	file:
QUASI_ZERO	visualization/nviz/src/togl_flythrough.c	49;"	d	file:
QUERY	gem/globals.h	67;"	d
QUERY_DANGLE	include/vedit.h	13;"	d
QUERY_LENGTH	include/vedit.h	12;"	d
QUERY_UNKNOWN	include/vedit.h	11;"	d
QUEUE_H	include/iostream/queue.h	20;"	d
Q_add	visualization/nviz/scripts/queue.tcl	/^proc Q_add {Q name } { $/;"	p
Q_get_pos	visualization/nviz/scripts/queue.tcl	/^proc Q_get_pos {Q name} {$/;"	p
Q_init	visualization/nviz/scripts/queue.tcl	/^proc Q_init {size {addproc  Nv_mapPanel} {rmproc Nv_closePanel}} {$/;"	p
Q_remove	visualization/nviz/scripts/queue.tcl	/^proc Q_remove {Q name} {$/;"	p
Qbar	lib/gis/area_poly1.c	/^static double Qbar(double x)$/;"	f	file:
QbarA	lib/gis/area_poly1.c	/^static double QbarA, QbarB, QbarC, QbarD;$/;"	v	file:
QbarB	lib/gis/area_poly1.c	/^static double QbarA, QbarB, QbarC, QbarD;$/;"	v	file:
QbarC	lib/gis/area_poly1.c	/^static double QbarA, QbarB, QbarC, QbarD;$/;"	v	file:
QbarD	lib/gis/area_poly1.c	/^static double QbarA, QbarB, QbarC, QbarD;$/;"	v	file:
Qobs	raster/r.topmodel/global.h	/^    char *idxstats, *params, *input, *output, *Qobs;$/;"	m	struct:__anon133
Qobs	raster/r.topmodel/global.h	/^    double *Qobs;$/;"	m	struct:__anon134
Qobs_mean	raster/r.topmodel/global.h	/^    double Qobs_peak, Qt_peak, Qobs_mean, Qt_mean;$/;"	m	struct:__anon134
Qobs_peak	raster/r.topmodel/global.h	/^    double Qobs_peak, Qt_peak, Qobs_mean, Qt_mean;$/;"	m	struct:__anon134
Qp	lib/gis/area_poly1.c	/^static double Qp;  \/** Q at the north pole *\/$/;"	v	file:
Qt	raster/r.topmodel/global.h	/^    double *Qt;$/;"	m	struct:__anon134
Qt_Conj	raster3d/r3.showdspf/BallAux.c	/^Quat Qt_Conj(Quat q)$/;"	f
Qt_FromBallPoints	raster3d/r3.showdspf/BallMath.c	/^Quat Qt_FromBallPoints(HVect from, HVect to)$/;"	f
Qt_Mul	raster3d/r3.showdspf/BallAux.c	/^Quat Qt_Mul(Quat qL, Quat qR)$/;"	f
Qt_ToBallPoints	raster3d/r3.showdspf/BallMath.c	/^void Qt_ToBallPoints(Quat q, HVect * arcFrom, HVect * arcTo)$/;"	f
Qt_ToMatrix	raster3d/r3.showdspf/BallAux.c	/^HMatrix *Qt_ToMatrix(Quat q, HMatrix out)$/;"	f
Qt_mean	raster/r.topmodel/global.h	/^    double Qobs_peak, Qt_peak, Qobs_mean, Qt_mean;$/;"	m	struct:__anon134
Qt_peak	raster/r.topmodel/global.h	/^    double Qobs_peak, Qt_peak, Qobs_mean, Qt_mean;$/;"	m	struct:__anon134
Quant	include/gis.h	/^struct Quant$/;"	s
Quant	swig/perl/gis.h	/^struct Quant$/;"	s
Quant_table	include/gis.h	/^struct Quant_table$/;"	s
Quant_table	swig/perl/gis.h	/^struct Quant_table$/;"	s
Quat	raster3d/r3.showdspf/BallAux.h	/^} Quat;$/;"	t	typeref:struct:__anon119
QuatLen	raster3d/r3.showdspf/BallAux.h	/^{ XX, YY, ZZ, WW, QuatLen };$/;"	e	enum:QuatPart
QuatPart	raster3d/r3.showdspf/BallAux.h	/^enum QuatPart$/;"	g
QueryMap	gui/wxpython/gui_modules/mapdisp.py	/^    def QueryMap(self, x, y):$/;"	m	class:MapFrame
QueryVector	gui/wxpython/gui_modules/mapdisp.py	/^    def QueryVector(self, x, y):$/;"	m	class:MapFrame
R	display/d.thematic.area/plot.h	/^    unsigned char R, G, B;$/;"	m	struct:rgb_color
R	display/d.vect/plot.h	/^    unsigned char R, G, B;$/;"	m	struct:rgb_color
R	include/imagery.h	/^    double **R;$/;"	m	struct:SubSig
R	lib/gpde/N_solute_transport.h	/^    N_array_2d *R;		\/*retardation *\/$/;"	m	struct:__anon45
R	lib/gpde/N_solute_transport.h	/^    N_array_3d *R;		\/*retardation *\/$/;"	m	struct:__anon44
R	ps/ps.map/border.h	/^    double R, G, B;$/;"	m	struct:border
R	raster/r.topmodel/global.h	/^    double *R, *Ep;$/;"	m	struct:__anon131
R2D	lib/gis/rotate.c	19;"	d	file:
R3DEFINE	display/drivers/XDRIVER/Makefile	/^R3DEFINE=$/;"	m
R3INFO	raster3d/base/Makefile	/^R3INFO = $(BIN)\/r3.info$(EXE)$/;"	m
R3MASK	raster3d/base/Makefile	/^R3MASK = $(BIN)\/r3.mask$(EXE)$/;"	m
R3NULL	raster3d/base/Makefile	/^R3NULL = $(BIN)\/r3.null$(EXE)$/;"	m
R3TIMESTAMP	raster3d/base/Makefile	/^R3TIMESTAMP = $(BIN)\/r3.timestamp$(EXE)$/;"	m
R3UNIVAR	raster/r.univar2/Makefile	/^R3UNIVAR = $(BIN)\/r3.univar$(EXE)$/;"	m
RAD	raster/r.horizon/main.c	43;"	d	file:
RAD	raster/r.sun/main.c	35;"	d	file:
RAD2DEG	general/g.region/printwindow.c	10;"	d	file:
RAD2DEG	misc/m.cogo/main.c	28;"	d	file:
RAD2DEG	raster/r.param.scale/param.h	30;"	d
RADIANCE	imagery/i.atcorr/Transform.h	/^    RADIANCE        = 1,  \/* the default *\/$/;"	e	enum:InputMask
RADIANS_TO_DEGREES	raster/r.mapcalc/xacos.c	19;"	d	file:
RADIANS_TO_DEGREES	raster/r.mapcalc/xasin.c	19;"	d	file:
RADIANS_TO_DEGREES	raster/r.mapcalc/xatan.c	20;"	d	file:
RADIUS	display/d.histogram/pie.h	56;"	d
RADIUS_DEF	general/g.setproj/local_proto.h	11;"	d
RADIUS_SCALE	vector/v.out.svg/main.c	29;"	d	file:
RADIX	raster/r.texture/h_measure.c	30;"	d	file:
RAD_DEG	display/drivers/HTMLMAP/Polygn_abs.c	9;"	d	file:
RAD_ETM_AFTER	imagery/i.atcorr/Transform.h	/^    RAD_ETM_AFTER   = 5$/;"	e	enum:InputMask
RAD_ETM_BEFORE	imagery/i.atcorr/Transform.h	/^    RAD_ETM_BEFORE  = 3,$/;"	e	enum:InputMask
RAD_TO_DEGS	imagery/i.ortho.photo/photo.init/globals.h	23;"	d
RAINVAL	raster/simwe/r.sim.water/main.c	63;"	d	file:
RAMSEG	raster/r.water.outlet/ramseg.h	1;"	d
RAMSEG	raster/r.watershed/ram/ramseg.h	5;"	d
RAMSEGBITS	raster/r.water.outlet/ramseg.h	2;"	d
RAMSEGBITS	raster/r.watershed/ram/ramseg.h	6;"	d
RAM_NAME	raster/r.watershed/shed/watershed.h	8;"	d
RANDOM	vector/v.qcount/findquads.c	22;"	d	file:
RAND_MAX	vector/v.kcv/main.c	37;"	d	file:
RAND_MAX	vector/v.qcount/findquads.c	18;"	d	file:
RAND_MAX	vector/v.random/main.c	44;"	d	file:
RANGE	include/nviz.h	55;"	d
RANGE	visualization/nviz/src/interface.h	46;"	d
RANGE_MAX	imagery/i.class/histograms.c	9;"	d	file:
RANGE_MIN	imagery/i.class/histograms.c	8;"	d	file:
RANGE_OFFSET	include/nviz.h	56;"	d
RANGE_OFFSET	visualization/nviz/src/interface.h	47;"	d
RASTER_MAP_PTR	display/d.profile/profile.h	/^} RASTER_MAP_PTR;$/;"	t	typeref:struct:_raster_map_ptr
RASTER_MAP_PTR	raster/r.random/local_proto.h	/^struct RASTER_MAP_PTR$/;"	s
RASTER_MAP_TYPE	include/gis.h	/^typedef int RASTER_MAP_TYPE;$/;"	t
RASTER_MAP_TYPE	swig/perl/gis.h	/^typedef int RASTER_MAP_TYPE;$/;"	t
RASTER_PTR	display/d.profile/profile.h	/^} RASTER_PTR;$/;"	t	typeref:union:_raster_ptr
RASTER_PTR	raster/r.random/local_proto.h	/^union RASTER_PTR$/;"	u
RASTER_PTR	raster/r.sunmask/main.c	/^union RASTER_PTR$/;"	u	file:
RAST_MISC	lib/gis/timestamp.c	327;"	d	file:
RAS_MAGIC	raster/r.out.tiff/rasterfile.h	18;"	d
RAW	display/drivers/HTMLMAP/htmlmap.h	15;"	d
RBHEAP_DEBUG	include/iostream/replacementHeapBlock.h	28;"	d
READ	lib/db/dbmi_client/start.c	27;"	d	file:
READ	lib/gis/popen.c	20;"	d	file:
READ	lib/ogsf/gvl_calc.c	52;"	d	file:
READ	lib/ogsf/gvld.c	27;"	d	file:
READLINE	raster/r.le/r.le.setup/polytocell/bmf_to_cll.c	11;"	d	file:
READLINE	raster/r.le/r.le.setup/polytocell/ply_t_bmif.c	11;"	d	file:
READ_ATT_FORMAT	include/dig_atts.h	11;"	d
REC	lib/driver/command.c	32;"	d	file:
RECLASS	raster/r.cross/glob.h	/^} RECLASS;$/;"	t	typeref:struct:__anon142
RECLASS	raster/r.statistics/o_average.c	8;"	d	file:
RECLASS	raster/r.statistics/o_sum.c	8;"	d	file:
RECLASS_RULES	include/gis.h	60;"	d
RECLASS_RULES	swig/perl/gis.h	54;"	d
RECLASS_SCALE	include/gis.h	61;"	d
RECLASS_SCALE	swig/perl/gis.h	55;"	d
RECLASS_TABLE	include/gis.h	59;"	d
RECLASS_TABLE	swig/perl/gis.h	53;"	d
RECLASS_WIDGET_HELP	include/help.h	1;"	d
RECODE	raster/r.average/main.c	28;"	d	file:
RECORD_LEN	include/gis.h	57;"	d
RECORD_LEN	swig/perl/gis.h	51;"	d
RECTEXT	lib/driver/command.c	33;"	d	file:
RED	imagery/i.ask/popup.c	/^static int WHITE, RED, BLACK, GREY;$/;"	v	file:
RED	imagery/i.class/globals.h	38;"	d
RED	imagery/i.ortho.photo/photo.2image/globals.h	61;"	d
RED	imagery/i.ortho.photo/photo.2target/globals.h	82;"	d
RED	imagery/i.points/globals.h	54;"	d
RED	include/colors.h	10;"	d
RED	raster/r.le/r.le.setup/colors.h	23;"	d
REDO_KEYSYM_LOOKUP	visualization/nviz/src/tkWinPort.h	62;"	d
RED_MASK	include/nviz.h	62;"	d
RED_MASK	lib/ogsf/gsd_prim.c	38;"	d	file:
RED_MASK	lib/ogsf/rgbpack.h	4;"	d
RED_MASK	visualization/nviz/src/coldefs.h	5;"	d
REFLECTANCE	imagery/i.atcorr/Transform.h	/^    REFLECTANCE     = 0,  $/;"	e	enum:InputMask
REF_ETM_AFTER	imagery/i.atcorr/Transform.h	/^    REF_ETM_AFTER   = 4,$/;"	e	enum:InputMask
REF_ETM_BEFORE	imagery/i.atcorr/Transform.h	/^    REF_ETM_BEFORE  = 2,$/;"	e	enum:InputMask
REF_POINT_FILE	imagery/i.ortho.photo/libes/ref_points.c	9;"	d	file:
REGLIST	raster/r.le/r.le.patch/patch.h	/^} REGLIST;$/;"	t	typeref:struct:reglist
REGLIST	raster/r.le/r.le.pixel/pixel.h	/^} REGLIST;$/;"	t	typeref:struct:reglist
REGRESSION_COEFF_DET	lib/stats/c_reg.c	5;"	d	file:
REGRESSION_OFFSET	lib/stats/c_reg.c	4;"	d	file:
REGRESSION_SLOPE	lib/stats/c_reg.c	3;"	d	file:
RELINE	lib/vask/V_call.c	106;"	d	file:
REMOVE	general/manage/list.h	24;"	d
REMOVED	vector/v.hull/chull.c	79;"	d	file:
REMOVE_DANGLE	lib/vector/Vlib/dangles.c	25;"	d	file:
REMOVE_MOD	general/manage/cmd/Makefile	/^REMOVE_MOD = $(BIN)\/g.remove$(EXE)$/;"	m
REMOVE_SMALL	vector/v.generalize/main.c	38;"	d	file:
REM_RGB_color	lib/raster/rem_proto.c	/^void REM_RGB_color(unsigned char red, unsigned char grn, unsigned char blu)$/;"	f
REM__open_quiet	lib/raster/rem_io.c	/^int REM__open_quiet(void)$/;"	f
REM_begin_scaled_raster	lib/raster/rem_proto.c	/^void REM_begin_scaled_raster(int mask, int src[2][2], int dst[2][2])$/;"	f
REM_bitmap	lib/raster/rem_proto.c	/^void REM_bitmap(int ncols, int nrows, int threshold, const unsigned char *buf)$/;"	f
REM_box_abs	lib/raster/rem_proto.c	/^void REM_box_abs(int x1, int y1, int x2, int y2)$/;"	f
REM_box_rel	lib/raster/rem_proto.c	/^void REM_box_rel(int x, int y)$/;"	f
REM_charset	lib/raster/rem_proto.c	/^void REM_charset(const char *name)$/;"	f
REM_close_driver	lib/raster/rem_io.c	/^void REM_close_driver(void)$/;"	f
REM_cont_abs	lib/raster/rem_proto.c	/^void REM_cont_abs(int x, int y)$/;"	f
REM_cont_rel	lib/raster/rem_proto.c	/^void REM_cont_rel(int x, int y)$/;"	f
REM_end_scaled_raster	lib/raster/rem_proto.c	/^void REM_end_scaled_raster(void)$/;"	f
REM_erase	lib/raster/rem_proto.c	/^void REM_erase(void)$/;"	f
REM_font	lib/raster/rem_proto.c	/^void REM_font(const char *name)$/;"	f
REM_font_info	lib/raster/rem_proto.c	/^void REM_font_info(char ***list, int *count)$/;"	f
REM_font_list	lib/raster/rem_proto.c	/^void REM_font_list(char ***list, int *count)$/;"	f
REM_get_location_with_box	lib/raster/rem_get.c	/^void REM_get_location_with_box(int cx, int cy, int *wx, int *wy, int *button)$/;"	f
REM_get_location_with_line	lib/raster/rem_get.c	/^void REM_get_location_with_line(int cx, int cy, int *wx, int *wy, int *button)$/;"	f
REM_get_location_with_pointer	lib/raster/rem_get.c	/^void REM_get_location_with_pointer(int *wx, int *wy, int *button)$/;"	f
REM_get_num_colors	lib/raster/rem_proto.c	/^void REM_get_num_colors(int *n)$/;"	f
REM_get_text_box	lib/raster/rem_proto.c	/^void REM_get_text_box(const char *sometext, int *t, int *b, int *l, int *r)$/;"	f
REM_kill_driver	lib/raster/rem_io.c	/^void REM_kill_driver(void)$/;"	f
REM_line_width	lib/raster/rem_proto.c	/^void REM_line_width(int width)$/;"	f
REM_move_abs	lib/raster/rem_proto.c	/^void REM_move_abs(int x, int y)$/;"	f
REM_move_rel	lib/raster/rem_proto.c	/^void REM_move_rel(int x, int y)$/;"	f
REM_open_driver	lib/raster/io_sock.c	/^int REM_open_driver(void)$/;"	f
REM_pad_append_item	lib/raster/rem_pad.c	/^int REM_pad_append_item(const char *item, const char *value, int replace)$/;"	f
REM_pad_create	lib/raster/rem_pad.c	/^int REM_pad_create(const char *pad)$/;"	f
REM_pad_current	lib/raster/rem_pad.c	/^int REM_pad_current(char *name)$/;"	f
REM_pad_delete	lib/raster/rem_pad.c	/^int REM_pad_delete(void)$/;"	f
REM_pad_delete_item	lib/raster/rem_pad.c	/^int REM_pad_delete_item(const char *name)$/;"	f
REM_pad_get_item	lib/raster/rem_pad.c	/^int REM_pad_get_item(const char *item, char ***list, int *count)$/;"	f
REM_pad_invent	lib/raster/rem_pad.c	/^int REM_pad_invent(char *pad)$/;"	f
REM_pad_list	lib/raster/rem_pad.c	/^int REM_pad_list(char ***list, int *count)$/;"	f
REM_pad_list_items	lib/raster/rem_pad.c	/^int REM_pad_list_items(char ***list, int *count)$/;"	f
REM_pad_select	lib/raster/rem_pad.c	/^int REM_pad_select(const char *pad)$/;"	f
REM_pad_set_item	lib/raster/rem_pad.c	/^int REM_pad_set_item(const char *item, const char *value)$/;"	f
REM_panel_delete	lib/raster/rem_proto.c	/^void REM_panel_delete(const char *name)$/;"	f
REM_panel_restore	lib/raster/rem_proto.c	/^void REM_panel_restore(const char *name)$/;"	f
REM_panel_save	lib/raster/rem_proto.c	/^void REM_panel_save(const char *name, int t, int b, int l, int r)$/;"	f
REM_polydots_abs	lib/raster/rem_proto.c	/^void REM_polydots_abs(const int *xarray, const int *yarray, int number)$/;"	f
REM_polydots_rel	lib/raster/rem_proto.c	/^void REM_polydots_rel(const int *xarray, const int *yarray, int number)$/;"	f
REM_polygon_abs	lib/raster/rem_proto.c	/^void REM_polygon_abs(const int *xarray, const int *yarray, int number)$/;"	f
REM_polygon_rel	lib/raster/rem_proto.c	/^void REM_polygon_rel(const int *xarray, const int *yarray, int number)$/;"	f
REM_polyline_abs	lib/raster/rem_proto.c	/^void REM_polyline_abs(const int *xarray, const int *yarray, int number)$/;"	f
REM_polyline_rel	lib/raster/rem_proto.c	/^void REM_polyline_rel(const int *xarray, const int *yarray, int number)$/;"	f
REM_release_driver	lib/raster/rem_io.c	/^void REM_release_driver(void)$/;"	f
REM_scaled_raster	lib/raster/rem_proto.c	/^int REM_scaled_raster(int n, int row,$/;"	f
REM_screen_bot	lib/raster/rem_proto.c	/^int REM_screen_bot(void)$/;"	f
REM_screen_left	lib/raster/rem_proto.c	/^int REM_screen_left(void)$/;"	f
REM_screen_rite	lib/raster/rem_proto.c	/^int REM_screen_rite(void)$/;"	f
REM_screen_top	lib/raster/rem_proto.c	/^int REM_screen_top(void)$/;"	f
REM_set_window	lib/raster/rem_proto.c	/^void REM_set_window(int t, int b, int l, int r)$/;"	f
REM_stabilize	lib/raster/rem_io.c	/^void REM_stabilize(void)$/;"	f
REM_standard_color	lib/raster/rem_proto.c	/^void REM_standard_color(int index)$/;"	f
REM_text	lib/raster/rem_proto.c	/^void REM_text(const char *sometext)$/;"	f
REM_text_rotation	lib/raster/rem_proto.c	/^void REM_text_rotation(float rotation)$/;"	f
REM_text_size	lib/raster/rem_proto.c	/^void REM_text_size(int width, int height)$/;"	f
RENAME	general/manage/list.h	25;"	d
RENAME_MOD	general/manage/cmd/Makefile	/^RENAME_MOD = $(BIN)\/g.rename$(EXE)$/;"	m
RENDER_DP	display/d.thematic.area/plot.h	20;"	d
RENDER_DP	display/d.vect/plot.h	38;"	d
RENDER_DPC	display/d.thematic.area/plot.h	21;"	d
RENDER_DPC	display/d.vect/plot.h	39;"	d
RENDER_DPL	display/d.thematic.area/plot.h	22;"	d
RENDER_DPL	display/d.vect/plot.h	40;"	d
RENDER_GPP	display/d.thematic.area/plot.h	18;"	d
RENDER_GPP	display/d.vect/plot.h	36;"	d
RENDER_POLYGON	display/d.thematic.area/plot1.c	15;"	d	file:
RENDER_POLYGON	display/d.vect/plot1.c	15;"	d	file:
RENDER_POLYLINE	display/d.thematic.area/plot1.c	14;"	d	file:
RENDER_POLYLINE	display/d.vect/plot1.c	14;"	d	file:
RENDER_RPA	display/d.thematic.area/plot.h	19;"	d
RENDER_RPA	display/d.vect/plot.h	37;"	d
REPLACEMENT_HEAPBLOCK_H	include/iostream/replacementHeapBlock.h	20;"	d
REPLACEMENT_QUEUE_H	include/iostream/replacementHeap.h	20;"	d
REPORT_ONLY	raster/r.report/global.h	125;"	d
REQUIRESFT	vector/Makefile	/^REQUIRESFT = v.label.sa$/;"	m
REQ_KEYS	lib/gis/view.c	24;"	d	file:
RESCALEX	raster/r.resamp.rst/surf.h	25;"	d
RESCALEX	vector/v.surf.rst/surf.h	23;"	d
RESCALEX	vector/v.vol.rst/surf.h	26;"	d
RESCALEY	raster/r.resamp.rst/surf.h	26;"	d
RESCALEY	vector/v.surf.rst/surf.h	24;"	d
RESCALEY	vector/v.vol.rst/surf.h	27;"	d
RESCALEZ	raster/r.resamp.rst/surf.h	27;"	d
RESCALEZ	vector/v.surf.rst/surf.h	25;"	d
RESCALEZ	vector/v.vol.rst/surf.h	28;"	d
RESPOND	include/graphics.h	48;"	d
RESTORE	gem/globals.h	73;"	d
RESULT	lib/driver/command.c	/^static int RESULT(int n)$/;"	f	file:
RET	vector/v.buffer/main.c	32;"	d	file:
RETURN	raster/r.random.cells/ransurf.h	42;"	d
RETURN	raster/r.random.cells/ransurf.h	48;"	d
RETURN	raster/r.random.surface/ransurf.h	65;"	d
RETURN	raster/r.random.surface/ransurf.h	71;"	d
REUMANN	vector/v.generalize/main.c	30;"	d	file:
RGBA_COLOR_NONE	include/gis.h	355;"	d
RGBA_COLOR_NONE	swig/perl/gis.h	331;"	d
RGBA_COLOR_OPAQUE	include/gis.h	353;"	d
RGBA_COLOR_OPAQUE	swig/perl/gis.h	329;"	d
RGBA_COLOR_TRANSPARENT	include/gis.h	354;"	d
RGBA_COLOR_TRANSPARENT	swig/perl/gis.h	330;"	d
RGBA_Color	include/gis.h	/^} RGBA_Color;$/;"	t	typeref:struct:__anon266
RGBA_Color	swig/perl/gis.h	/^} RGBA_Color;$/;"	t	typeref:struct:__anon92
RGBA_has_color	display/d.paint.labels/color.c	/^int RGBA_has_color(const RGBA_Color * color)$/;"	f
RGB_COLOR	include/graphics.h	24;"	d
RGB_Color	include/gis.h	/^typedef RGBA_Color RGB_Color;$/;"	t
RGB_Color	swig/perl/gis.h	/^typedef RGBA_Color RGB_Color;$/;"	t
RGB_TO_INT	lib/ogsf/rgbpack.h	12;"	d
RGB_TO_INT	visualization/nviz/src/coldefs.h	13;"	d
RGB_color	lib/raster/transport.h	/^    void (*RGB_color) (unsigned char, unsigned char, unsigned char);$/;"	m	struct:transport
RHEAD1	imagery/i.ortho.photo/photo.2image/analyze.c	57;"	d	file:
RHEAD1	imagery/i.ortho.photo/photo.2target/analyze.c	49;"	d	file:
RHEAD1	imagery/i.points/analyze.c	51;"	d	file:
RHEAD1	imagery/i.vpoints/analyze.c	40;"	d	file:
RHEAD2	imagery/i.ortho.photo/photo.2image/analyze.c	58;"	d	file:
RHEAD2	imagery/i.ortho.photo/photo.2target/analyze.c	50;"	d	file:
RHEAD2	imagery/i.points/analyze.c	52;"	d	file:
RHEAD2	imagery/i.vpoints/analyze.c	41;"	d	file:
RHEAP_DEBUG	include/iostream/replacementHeap.h	26;"	d
RIDGE	raster/r.param.scale/param.h	40;"	d
RIGHT	imagery/i.ask/local_proto.h	/^int TOP, BOTTOM, LEFT, RIGHT;$/;"	v
RIGHT	ps/ps.map/do_geogrid.c	18;"	d	file:
RIGHT	ps/ps.map/do_grid.c	13;"	d	file:
RIGHT	ps/ps.map/do_labels.c	19;"	d	file:
RIGHT	ps/ps.map/do_scalebar.c	13;"	d	file:
RIGHT	ps/ps.map/mtextbox.c	9;"	d	file:
RIGHT	ps/ps.map/ps_fclrtbl.c	14;"	d	file:
RIGHT	ps/ps.map/r_text.c	17;"	d	file:
RIGHT	ps/ps.map/scan_ref.c	11;"	d	file:
RIGHT	ps/ps.map/textbox.c	9;"	d	file:
RIGHT	raster/r.cross/glob.h	30;"	d
RIGHT	raster/r.thin/thin_lines.c	23;"	d	file:
RIGHT_BUTTON	imagery/i.class/defs.h	98;"	d
RIGHT_OF	vector/v.delaunay2/geom_primitives.h	21;"	d
RIGHT_SIDE	lib/vector/Vlib/buffer2.c	36;"	d	file:
RITE	display/d.paint.labels/do_labels.c	19;"	d	file:
RITE	raster/r.water.outlet/basin.h	21;"	d
RITE	raster/r.watershed/ram/Gwater.h	28;"	d
RITE	raster/r.watershed/seg/Gwater.h	25;"	d
RLEVELS	visualization/nviz/src/togl.c	3400;"	d	file:
RLE_STATUS_BYTES	lib/g3d/header.c	368;"	d	file:
RLINE	vector/v.lrs/v.lrs.create/main.c	/^} RLINE;$/;"	t	typeref:struct:__anon166	file:
RLI_ERRORE	raster/r.li/r.li.daemon/defs.h	14;"	d
RLI_LIB	raster/r.li/r.li.cwed/Makefile	/^RLI_LIB = -l$(LIB_NAME)$/;"	m
RLI_LIB	raster/r.li/r.li.dominance/Makefile	/^RLI_LIB = -l$(LIB_NAME)$/;"	m
RLI_LIB	raster/r.li/r.li.edgedensity/Makefile	/^RLI_LIB = -l$(LIB_NAME)$/;"	m
RLI_LIB	raster/r.li/r.li.mpa/Makefile	/^RLI_LIB = -l$(LIB_NAME)$/;"	m
RLI_LIB	raster/r.li/r.li.mps/Makefile	/^RLI_LIB = -l$(LIB_NAME)$/;"	m
RLI_LIB	raster/r.li/r.li.padcv/Makefile	/^RLI_LIB = -l$(LIB_NAME)$/;"	m
RLI_LIB	raster/r.li/r.li.padrange/Makefile	/^RLI_LIB = -l$(LIB_NAME)$/;"	m
RLI_LIB	raster/r.li/r.li.padsd/Makefile	/^RLI_LIB = -l$(LIB_NAME)$/;"	m
RLI_LIB	raster/r.li/r.li.patchdensity/Makefile	/^RLI_LIB = -l$(LIB_NAME)$/;"	m
RLI_LIB	raster/r.li/r.li.patchnum/Makefile	/^RLI_LIB = -l$(LIB_NAME)$/;"	m
RLI_LIB	raster/r.li/r.li.richness/Makefile	/^RLI_LIB = -l$(LIB_NAME)$/;"	m
RLI_LIB	raster/r.li/r.li.shannon/Makefile	/^RLI_LIB = -l$(LIB_NAME)$/;"	m
RLI_LIB	raster/r.li/r.li.shape/Makefile	/^RLI_LIB = -l$(LIB_NAME)$/;"	m
RLI_LIB	raster/r.li/r.li.simpson/Makefile	/^RLI_LIB = -l$(LIB_NAME)$/;"	m
RLI_OK	raster/r.li/r.li.daemon/defs.h	15;"	d
RLI_get_cell_raster_row	raster/r.li/r.li.daemon/worker.c	/^CELL *RLI_get_cell_raster_row(int fd, int row, area_des ad)$/;"	f
RLI_get_dcell_raster_row	raster/r.li/r.li.daemon/worker.c	/^DCELL *RLI_get_dcell_raster_row(int fd, int row, area_des ad)$/;"	f
RLI_get_fcell_raster_row	raster/r.li/r.li.daemon/worker.c	/^FCELL *RLI_get_fcell_raster_row(int fd, int row, area_des ad)$/;"	f
RM1	raster/r.random.cells/random.c	13;"	d	file:
RM1	raster/r.random.cells/random.c	65;"	d	file:
RM1	raster/r.random.surface/random.c	14;"	d	file:
RM1	raster/r.random.surface/random.c	67;"	d	file:
RM2	raster/r.random.cells/random.c	17;"	d	file:
RM2	raster/r.random.cells/random.c	69;"	d	file:
RM2	raster/r.random.surface/random.c	18;"	d	file:
RM2	raster/r.random.surface/random.c	71;"	d	file:
RMSError	gui/wxpython/gui_modules/georect.py	/^    def RMSError(self, xygroup, order):$/;"	m	class:GCP
RMT_EQUAL_RGB	raster/r.out.tiff/rasterfile.h	30;"	d
RMT_NONE	raster/r.out.tiff/rasterfile.h	29;"	d
RMT_RAW	raster/r.out.tiff/rasterfile.h	27;"	d
ROTATION_TREE_H	vector/v.net.visibility/rotation_tree.h	18;"	d
ROUND	imagery/i.atcorr/common.h	21;"	d
ROUND	raster/r.flow/r.flow.h	42;"	d
ROW	db/drivers/dbf/globals.h	/^} ROW;$/;"	t	typeref:struct:__anon13
ROW	lib/vask/V_call.c	101;"	d	file:
ROW	raster/r.flow/calc.c	47;"	d	file:
ROWCOL	imagery/i.ortho.photo/photo.rectify/rowcol.h	1;"	d
ROWCOL	imagery/i.rectify/rowcol.h	1;"	d
ROWIO	include/rowio.h	/^} ROWIO;$/;"	t	typeref:struct:__anon271
ROWIO_RCB	include/rowio.h	/^    struct ROWIO_RCB$/;"	s	struct:__anon271
ROWVEC_	include/la.h	/^{ MATRIX_, ROWVEC_, COLVEC_ } mat_spec;$/;"	e	enum:__anon243
ROW_SHIFT	raster/r.le/r.le.setup/polytocell/bmf_to_cll.c	5;"	d	file:
RPLT	lib/vask/V_call.c	96;"	d	file:
RPOLY	vector/v.clean/test/Makefile	/^RPOLY = $(GISBASE)\/scripts\/v.rand.poly$/;"	m
RSEGMENT	vector/v.lrs/lib/lrs.c	/^} RSEGMENT;$/;"	t	typeref:struct:__anon164	file:
RSEGMENT	vector/v.lrs/v.lrs.label/main.c	/^} RSEGMENT;$/;"	t	typeref:struct:__anon167	file:
RSTEP	vector/v.in.dxf/make_arc.c	4;"	d	file:
RTIMER_H	include/iostream/rtimer.h	21;"	d
RTLINC	lib/vector/rtree/Makefile	/^RTLINC = $(ARCH_INCDIR)\/rtree$/;"	m
RT_BYTE_ENCODED	raster/r.out.tiff/rasterfile.h	23;"	d
RT_EXPERIMENTAL	raster/r.out.tiff/rasterfile.h	24;"	d
RT_OLD	raster/r.out.tiff/rasterfile.h	21;"	d
RT_STANDARD	raster/r.out.tiff/rasterfile.h	22;"	d
RTreeAddBranch	lib/vector/rtree/node.c	/^int RTreeAddBranch(struct Branch *B, struct Node *N, struct Node **New_node)$/;"	f
RTreeClassify	lib/vector/rtree/split_q.c	/^static void RTreeClassify(int i, int group, struct PartitionVars *p)$/;"	f	file:
RTreeCombineRect	lib/vector/rtree/rect.c	/^struct Rect RTreeCombineRect(struct Rect *R, struct Rect *Rr)$/;"	f
RTreeContained	lib/vector/rtree/rect.c	/^int RTreeContained(struct Rect *R, struct Rect *S)$/;"	f
RTreeDeleteRect	lib/vector/rtree/index.c	/^int RTreeDeleteRect(struct Rect *R, int Tid, struct Node **Nn)$/;"	f
RTreeDeleteRect1	lib/vector/rtree/index.c	/^int RTreeDeleteRect1(struct Rect *R, struct Node *Child, struct Node **Nn)$/;"	f
RTreeDeleteRect2	lib/vector/rtree/index.c	/^RTreeDeleteRect2(struct Rect *R, struct Node *Child, struct Node *N,$/;"	f	file:
RTreeDestroyNode	lib/vector/rtree/node.c	/^void RTreeDestroyNode(struct Node *n)$/;"	f
RTreeDisconnectBranch	lib/vector/rtree/node.c	/^void RTreeDisconnectBranch(struct Node *n, int i)$/;"	f
RTreeFreeListNode	lib/vector/rtree/index.c	/^static void RTreeFreeListNode(struct ListNode *p)$/;"	f	file:
RTreeFreeNode	lib/vector/rtree/node.c	/^void RTreeFreeNode(struct Node *p)$/;"	f
RTreeGetBranches	lib/vector/rtree/split_q.c	/^static void RTreeGetBranches(struct Node *n, struct Branch *b)$/;"	f	file:
RTreeGetLeafMax	lib/vector/rtree/card.c	/^int RTreeGetLeafMax(void)$/;"	f
RTreeGetNodeMax	lib/vector/rtree/card.c	/^int RTreeGetNodeMax(void)$/;"	f
RTreeInitBranch	lib/vector/rtree/node.c	/^static void RTreeInitBranch(struct Branch *b)$/;"	f	file:
RTreeInitNode	lib/vector/rtree/node.c	/^void RTreeInitNode(struct Node *N)$/;"	f
RTreeInitPVars	lib/vector/rtree/split_q.c	/^static void RTreeInitPVars(struct PartitionVars *p, int maxrects, int minfill)$/;"	f	file:
RTreeInitRect	lib/vector/rtree/rect.c	/^void RTreeInitRect(struct Rect *R)$/;"	f
RTreeInsertRect	lib/vector/rtree/index.c	/^int RTreeInsertRect(struct Rect *R, int Tid, struct Node **Root, int Level)$/;"	f
RTreeInsertRect1	lib/vector/rtree/index.c	/^int RTreeInsertRect1(struct Rect *R, struct Node *Child, struct Node **Root, int Level)$/;"	f
RTreeInsertRect2	lib/vector/rtree/index.c	/^static int RTreeInsertRect2(struct Rect *r,$/;"	f	file:
RTreeLoadNodes	lib/vector/rtree/split_q.c	/^static void RTreeLoadNodes(struct Node *n, struct Node *q,$/;"	f	file:
RTreeMethodZero	lib/vector/rtree/split_q.c	/^static void RTreeMethodZero(struct PartitionVars *p, int minfill)$/;"	f	file:
RTreeNewIndex	lib/vector/rtree/index.c	/^struct Node *RTreeNewIndex(void)$/;"	f
RTreeNewListNode	lib/vector/rtree/index.c	/^static struct ListNode *RTreeNewListNode(void)$/;"	f	file:
RTreeNewNode	lib/vector/rtree/node.c	/^struct Node *RTreeNewNode(void)$/;"	f
RTreeNodeCover	lib/vector/rtree/node.c	/^struct Rect RTreeNodeCover(struct Node *N)$/;"	f
RTreeNullRect	lib/vector/rtree/rect.c	/^struct Rect RTreeNullRect(void)$/;"	f
RTreeOverlap	lib/vector/rtree/rect.c	/^int RTreeOverlap(struct Rect *R, struct Rect *S)$/;"	f
RTreePickBranch	lib/vector/rtree/node.c	/^int RTreePickBranch(struct Rect *R, struct Node *N)$/;"	f
RTreePickSeeds	lib/vector/rtree/split_q.c	/^static void RTreePickSeeds(struct PartitionVars *p)$/;"	f	file:
RTreePrintBranch	lib/vector/rtree/node.c	/^static void RTreePrintBranch(struct Branch *b, int depth)$/;"	f	file:
RTreePrintNode	lib/vector/rtree/node.c	/^void RTreePrintNode(struct Node *n, int depth)$/;"	f
RTreePrintPVars	lib/vector/rtree/split_q.c	/^static void RTreePrintPVars(struct PartitionVars *p)$/;"	f	file:
RTreePrintRect	lib/vector/rtree/rect.c	/^void RTreePrintRect(struct Rect *R, int depth)$/;"	f
RTreeReInsert	lib/vector/rtree/index.c	/^static void RTreeReInsert(struct Node *n, struct ListNode **ee)$/;"	f	file:
RTreeRectSphericalVolume	lib/vector/rtree/rect.c	/^RectReal RTreeRectSphericalVolume(struct Rect * R)$/;"	f
RTreeRectSurfaceArea	lib/vector/rtree/rect.c	/^RectReal RTreeRectSurfaceArea(struct Rect * R)$/;"	f
RTreeRectVolume	lib/vector/rtree/rect.c	/^RectReal RTreeRectVolume(struct Rect *R)$/;"	f
RTreeSearch	lib/vector/rtree/index.c	/^int RTreeSearch(struct Node *N, struct Rect *R, SearchHitCallback shcb,$/;"	f
RTreeSetLeafMax	lib/vector/rtree/card.c	/^int RTreeSetLeafMax(int new_max)$/;"	f
RTreeSetNodeMax	lib/vector/rtree/card.c	/^int RTreeSetNodeMax(int new_max)$/;"	f
RTreeSplitNode	lib/vector/rtree/split_q.c	/^void RTreeSplitNode(struct Node *n, struct Branch *b, struct Node **nn)$/;"	f
RTreeTabIn	lib/vector/rtree/node.c	/^extern void RTreeTabIn(int depth)$/;"	f
RULE	raster/r.reclass/rule.h	4;"	d
RUNIVAR	raster/r.univar2/Makefile	/^RUNIVAR = $(BIN)\/r.univar$(EXE)$/;"	m
RVEC	include/la.h	/^{ RVEC, CVEC } vtype;$/;"	e	enum:__anon244
RW	include/V_.h	/^    int RW;			\/* 0 read, 1 write, 2, update *\/$/;"	m	struct:V_info
R_G_B_2_RGB	visualization/nviz/src/site_attr_commands.c	156;"	d	file:
R_INIT	vector/v.qcount/findquads.c	21;"	d	file:
R_OK	lib/db/dbmi_base/dirent.c	6;"	d	file:
R_PROJ_H	raster/r.proj.seg/r.proj.h	4;"	d
R_PROJ_H	raster/r.proj/r.proj.h	4;"	d
R_RGB_color	lib/raster/com_proto.c	/^void R_RGB_color(unsigned char red, unsigned char grn, unsigned char blu)$/;"	f
R__open_quiet	lib/raster/com_io.c	/^void R__open_quiet(void)$/;"	f
R_begin_scaled_raster	lib/raster/com_proto.c	/^void R_begin_scaled_raster(int mask, int src[2][2], int dst[2][2])$/;"	f
R_bitmap	lib/raster/com_proto.c	/^void R_bitmap(int ncols, int nrows, int threshold, const unsigned char *buf)$/;"	f
R_box_abs	lib/raster/com_proto.c	/^void R_box_abs(int x1, int y1, int x2, int y2)$/;"	f
R_box_rel	lib/raster/com_proto.c	/^void R_box_rel(int x, int y)$/;"	f
R_charset	lib/raster/com_proto.c	/^void R_charset(const char *name)$/;"	f
R_close_driver	lib/raster/com_io.c	/^void R_close_driver(void)$/;"	f
R_cont_abs	lib/raster/com_proto.c	/^void R_cont_abs(int x, int y)$/;"	f
R_cont_rel	lib/raster/com_proto.c	/^void R_cont_rel(int x, int y)$/;"	f
R_end_scaled_raster	lib/raster/com_proto.c	/^void R_end_scaled_raster(void)$/;"	f
R_erase	lib/raster/com_proto.c	/^void R_erase(void)$/;"	f
R_flush	lib/raster/common.c	/^void R_flush(void)$/;"	f
R_font	lib/raster/com_proto.c	/^void R_font(const char *name)$/;"	f
R_font_info	lib/raster/com_proto.c	/^void R_font_info(char ***list, int *count)$/;"	f
R_font_list	lib/raster/com_proto.c	/^void R_font_list(char ***list, int *count)$/;"	f
R_fp	include/la.h	/^typedef real(*R_fp) ();$/;"	t
R_get_location_with_box	lib/raster/com_get.c	/^void R_get_location_with_box(int cx, int cy, int *wx, int *wy, int *button)$/;"	f
R_get_location_with_line	lib/raster/com_get.c	/^void R_get_location_with_line(int cx, int cy, int *wx, int *wy, int *button)$/;"	f
R_get_location_with_pointer	lib/raster/com_get.c	/^void R_get_location_with_pointer(int *wx, int *wy, int *button)$/;"	f
R_get_num_colors	lib/raster/com_proto.c	/^void R_get_num_colors(int *n)$/;"	f
R_get_text_box	lib/raster/com_proto.c	/^void R_get_text_box(const char *text, int *t, int *b, int *l, int *r)$/;"	f
R_kill_driver	lib/raster/com_io.c	/^void R_kill_driver(void)$/;"	f
R_line_width	lib/raster/com_proto.c	/^void R_line_width(int width)$/;"	f
R_move_abs	lib/raster/com_proto.c	/^void R_move_abs(int x, int y)$/;"	f
R_move_rel	lib/raster/com_proto.c	/^void R_move_rel(int x, int y)$/;"	f
R_open_driver	lib/raster/com_io.c	/^int R_open_driver(void)$/;"	f
R_pad_append_item	lib/raster/com_pad.c	/^int R_pad_append_item(const char *item, const char *value, int replace)$/;"	f
R_pad_create	lib/raster/com_pad.c	/^int R_pad_create(const char *pad)$/;"	f
R_pad_current	lib/raster/com_pad.c	/^int R_pad_current(char *name)$/;"	f
R_pad_delete	lib/raster/com_pad.c	/^int R_pad_delete(void)$/;"	f
R_pad_delete_item	lib/raster/com_pad.c	/^int R_pad_delete_item(const char *name)$/;"	f
R_pad_freelist	lib/raster/common.c	/^void R_pad_freelist(char **list, int count)$/;"	f
R_pad_get_item	lib/raster/com_pad.c	/^int R_pad_get_item(const char *name, char ***list, int *count)$/;"	f
R_pad_invent	lib/raster/com_pad.c	/^int R_pad_invent(char *pad)$/;"	f
R_pad_list	lib/raster/com_pad.c	/^int R_pad_list(char ***list, int *count)$/;"	f
R_pad_list_items	lib/raster/com_pad.c	/^int R_pad_list_items(char ***list, int *count)$/;"	f
R_pad_perror	lib/raster/common.c	/^void R_pad_perror(const char *msg, int code)$/;"	f
R_pad_select	lib/raster/com_pad.c	/^int R_pad_select(const char *pad)$/;"	f
R_pad_set_item	lib/raster/com_pad.c	/^int R_pad_set_item(const char *name, const char *value)$/;"	f
R_panel_delete	lib/raster/com_proto.c	/^void R_panel_delete(const char *name)$/;"	f
R_panel_restore	lib/raster/com_proto.c	/^void R_panel_restore(const char *name)$/;"	f
R_panel_save	lib/raster/com_proto.c	/^void R_panel_save(const char *name, int t, int b, int l, int r)$/;"	f
R_parse_monitorcap	lib/raster/parse_mon.c	/^struct MON_CAP *R_parse_monitorcap(int field, char *key)$/;"	f
R_polydots_abs	lib/raster/com_proto.c	/^void R_polydots_abs(const int *xarray, const int *yarray, int number)$/;"	f
R_polydots_rel	lib/raster/com_proto.c	/^void R_polydots_rel(const int *xarray, const int *yarray, int number)$/;"	f
R_polygon_abs	lib/raster/com_proto.c	/^void R_polygon_abs(const int *xarray, const int *yarray, int number)$/;"	f
R_polygon_rel	lib/raster/com_proto.c	/^void R_polygon_rel(const int *xarray, const int *yarray, int number)$/;"	f
R_polyline_abs	lib/raster/com_proto.c	/^void R_polyline_abs(const int *xarray, const int *yarray, int number)$/;"	f
R_polyline_rel	lib/raster/com_proto.c	/^void R_polyline_rel(const int *xarray, const int *yarray, int number)$/;"	f
R_release_driver	lib/raster/com_io.c	/^void R_release_driver(void)$/;"	f
R_scaled_raster	lib/raster/com_proto.c	/^int R_scaled_raster(int n, int row,$/;"	f
R_screen_bot	lib/raster/com_proto.c	/^int R_screen_bot(void)$/;"	f
R_screen_left	lib/raster/com_proto.c	/^int R_screen_left(void)$/;"	f
R_screen_rite	lib/raster/com_proto.c	/^int R_screen_rite(void)$/;"	f
R_screen_top	lib/raster/com_proto.c	/^int R_screen_top(void)$/;"	f
R_set_window	lib/raster/com_proto.c	/^void R_set_window(int t, int b, int l, int r)$/;"	f
R_slope_aspect	swig/perl/R_slope_aspect/lib/R_slope_aspect.pm	/^package R_slope_aspect;$/;"	p
R_stabilize	lib/raster/com_io.c	/^void R_stabilize(void)$/;"	f
R_standard_color	lib/raster/com_proto.c	/^void R_standard_color(int index)$/;"	f
R_text	lib/raster/com_proto.c	/^void R_text(const char *text)$/;"	f
R_text_rotation	lib/raster/com_proto.c	/^void R_text_rotation(float rotation)$/;"	f
R_text_size	lib/raster/com_proto.c	/^void R_text_size(int width, int height)$/;"	f
Radians	lib/gis/pi.h	6;"	d
Radians	raster/r.surf.idw/pi.h	5;"	d
Radians	raster/r.transect/parse_line.c	7;"	d	file:
Range	include/gis.h	/^struct Range$/;"	s
Range	swig/perl/gis.h	/^struct Range$/;"	s
Range_max	imagery/i.class/signature.c	/^static int *Range_max, *Range_min;$/;"	v	file:
Range_min	imagery/i.class/signature.c	/^static int *Range_max, *Range_min;$/;"	v	file:
RastCats	raster/r.to.vect/global.h	/^Global struct Categories RastCats;$/;"	v	typeref:struct:Categories
RayCvxPolyhedronInt	lib/ogsf/gs_query.c	/^int RayCvxPolyhedronInt(Point3 org, Point3 dir, double tmax, Point4 * phdrn,$/;"	f
ReadErrOutput	gui/wxpython/gui_modules/gcmd.py	/^    def ReadErrOutput(self):$/;"	m	class:Command
ReadGCPs	gui/wxpython/gui_modules/georect.py	/^    def ReadGCPs(self):$/;"	m	class:GCP
ReadLineMsg	gui/wxpython/vdigit/message.cpp	/^void DisplayDriver::ReadLineMsg(int line)$/;"	f	class:DisplayDriver
ReadSettingsFile	gui/wxpython/gui_modules/preferences.py	/^    def ReadSettingsFile(self, settings=None):$/;"	m	class:Settings
ReadStdOutput	gui/wxpython/gui_modules/gcmd.py	/^    def ReadStdOutput(self):$/;"	m	class:Command
ReadVertices	vector/v.hull/chull.c	/^void ReadVertices(double *px, double *py, double *pz, int num_points)$/;"	f
Read_next_line_array	lib/vector/Vlib/read.c	/^static int (*Read_next_line_array[][3]) () = {$/;"	v	file:
Reclass	include/gis.h	/^struct Reclass$/;"	s
Reclass	swig/perl/gis.h	/^struct Reclass$/;"	s
RecreateItem	gui/wxpython/gui_modules/wxgui_utils.py	/^    def RecreateItem (self, dragItem, dropTarget, parent=None):$/;"	m	class:LayerTree
Rect	lib/vector/rtree/index.h	/^struct Rect$/;"	s
RectReal	lib/vector/rtree/index.h	/^typedef double RectReal;$/;"	t
Red	display/drivers/XDRIVER/Color_table.c	/^static int Red[256], Grn[256], Blu[256];$/;"	v	file:
Red	lib/pngdriver/Color_table.c	/^static int Red[256], Grn[256], Blu[256];$/;"	v	file:
Red	visualization/xganim/Clr_table.c	/^static int Red[256], Grn[256], Blu[256];$/;"	v	file:
Red	visualization/ximgview/color.c	/^static int Red[256], Grn[256], Blu[256];$/;"	v	file:
Redirect	gui/wxpython/gui_modules/goutput.py	/^    def Redirect(self):$/;"	m	class:GMConsole
Ref	imagery/i.maxlik/main.c	/^struct Ref Ref;$/;"	v	typeref:struct:Ref
Ref	include/imagery.h	/^struct Ref$/;"	s
Ref_Color	include/imagery.h	/^struct Ref_Color$/;"	s
Ref_Files	include/imagery.h	/^struct Ref_Files$/;"	s
Refbuff	lib/ogsf/gsdiff.c	/^static typbuff *Refbuff = NULL;$/;"	v	file:
Refer	imagery/i.class/globals.h	/^GLOBAL struct Ref Refer;$/;"	v	typeref:struct:Ref
Reference	vector/v.label/main.c	/^struct Option *Xoffset, *Yoffset, *Reference, *Font, *Color, *Size;$/;"	v	typeref:struct:
Refscale	lib/ogsf/gsdiff.c	/^static float Refscale = 1.0;$/;"	v	file:
Refsurf	lib/ogsf/gsdiff.c	/^static geosurf *Refsurf = NULL;$/;"	v	file:
Reg_dimens	vector/lidar/lidarlib/PolimiFunct.h	/^    struct Reg_dimens$/;"	s
Region	imagery/i.class/globals.h	/^GLOBAL struct region Region;$/;"	v	typeref:struct:region
Region	imagery/i.smap/bouman/region.h	/^struct Region$/;"	s
Region	lib/ogsf/GS2.c	/^static float Region[4];$/;"	v	file:
Region	lib/ogsf/GVL2.c	/^static double Region[6];$/;"	v	file:
RegionDef	gui/wxpython/gui_modules/location_wizard.py	/^class RegionDef(BaseClass, wx.Frame):$/;"	c
ReloadGCPs	gui/wxpython/gui_modules/georect.py	/^    def ReloadGCPs(self, event):$/;"	m	class:GCP
ReloadMap	gui/wxpython/gui_modules/vdigit.py	/^    def ReloadMap(self):$/;"	m	class:CDisplayDriver
ReloadMap	gui/wxpython/vdigit/driver.cpp	/^void DisplayDriver::ReloadMap()$/;"	f	class:DisplayDriver
RemoveActionFromChangeset	gui/wxpython/vdigit/undo.cpp	/^int Digit::RemoveActionFromChangeset(int changeset, Digit::action_type type, int line)$/;"	f	class:Digit
RemoveAll	gui/wxpython/vdigit/pseudodc.cpp	/^void gwxPseudoDC::RemoveAll(void)$/;"	f	class:gwxPseudoDC
RemoveFromList	visualization/nviz/src/togl.c	/^RemoveFromList(Togl *t)$/;"	f	file:
RemoveId	gui/wxpython/vdigit/pseudodc.cpp	/^void gwxPseudoDC::RemoveId(int id)$/;"	f	class:gwxPseudoDC
RemoveLayer	gui/wxpython/gui_modules/render.py	/^    def RemoveLayer(self, name=None, id=None):$/;"	m	class:Map
RemoveToolbar	gui/wxpython/gui_modules/mapdisp.py	/^    def RemoveToolbar (self, name):$/;"	m	class:MapFrame
RemoveVertex	gui/wxpython/gui_modules/vdigit.py	/^    def RemoveVertex(self, coords):$/;"	m	class:VDigit
RenameLayer	gui/wxpython/gui_modules/wxgui_utils.py	/^    def RenameLayer (self, event):$/;"	m	class:LayerTree
RenameLocation	gui/wxpython/gis_set.py	/^    def RenameLocation(self):$/;"	m	class:GRASSStartup
RenameMapset	gui/wxpython/gis_set.py	/^    def RenameMapset(self):$/;"	m	class:GRASSStartup
Render	gui/wxpython/gui_modules/render.py	/^    def Render(self):$/;"	m	class:Layer
Render	gui/wxpython/gui_modules/render.py	/^    def Render(self, force=False, mapWindow=None, windres=False):$/;"	m	class:Map
RenderOverlay	visualization/nviz/src/togl.c	/^RenderOverlay(ClientData clientData)$/;"	f	file:
ReorderLayers	gui/wxpython/gui_modules/render.py	/^    def ReorderLayers(self, layerList):$/;"	m	class:Map
ReorderLayers	gui/wxpython/gui_modules/wxgui_utils.py	/^    def ReorderLayers(self):$/;"	m	class:LayerTree
Repeat	imagery/i.atcorr/Output.h	/^	static void Repeat(int cnt, char c) $/;"	f	class:Output
ReplacementHeap	include/iostream/replacementHeap.h	/^ReplacementHeap<T,Compare>::ReplacementHeap(size_t g_arity, $/;"	f	class:ReplacementHeap
ReplacementHeap	include/iostream/replacementHeap.h	/^class ReplacementHeap { $/;"	c
ReplacementHeapBlock	include/iostream/replacementHeapBlock.h	/^::ReplacementHeapBlock(queue <MEM_STREAM<T>*> *runList) {$/;"	f	class:ReplacementHeapBlock
ReplacementHeapBlock	include/iostream/replacementHeapBlock.h	/^class ReplacementHeapBlock { $/;"	c
Replot_screen	display/d.colors/curses.c	/^int Replot_screen(void)$/;"	f
ResX	lib/ogsf/gvl_calc.c	/^double ResX, ResY, ResZ;$/;"	v
ResY	lib/ogsf/gvl_calc.c	/^double ResX, ResY, ResZ;$/;"	v
ResZ	lib/ogsf/gvl_calc.c	/^double ResX, ResY, ResZ;$/;"	v
Reset	gui/wxpython/gui_modules/gselect.py	/^    def Reset(self):$/;"	m	class:VectorDBInfo
Reset	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def Reset(self):$/;"	m	class:GLWindow
Reset	gui/wxpython/gui_modules/vdigit.py	/^    def Reset(self, map):$/;"	m	class:CDisplayDriver
ResetTopology	gui/wxpython/vdigit/driver.cpp	/^void DisplayDriver::ResetTopology()$/;"	f	class:DisplayDriver
ResetView	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def ResetView(self):$/;"	m	class:GLWindow
ReshapeProc	visualization/nviz/src/togl.c	/^    Togl_Callback *ReshapeProc; \/* Callback when window size changes *\/$/;"	m	struct:Togl	file:
ResizeColumns	gui/wxpython/gui_modules/georect.py	/^    def ResizeColumns(self):$/;"	m	class:GCPList
ResizeWindow	gui/wxpython/nviz/change_view.cpp	/^int Nviz::ResizeWindow(int width, int height)$/;"	f	class:Nviz
Respond	lib/driver/driver.h	/^    void (*Respond) (void);$/;"	m	struct:driver
Resume_curses	imagery/i.class/curses.c	/^int Resume_curses(void)$/;"	f
Resume_curses	imagery/i.ortho.photo/photo.2image/curses.c	/^int Resume_curses(void)$/;"	f
Resume_curses	imagery/i.ortho.photo/photo.2target/curses.c	/^int Resume_curses(void)$/;"	f
Resume_curses	imagery/i.points/curses.c	/^int Resume_curses(void)$/;"	f
Resume_curses	imagery/i.vpoints/curses.c	/^int Resume_curses(void)$/;"	f
ReturnMapHandle	visualization/nviz/scripts/script_support.tcl	/^proc ReturnMapHandle {logical_name} {$/;"	p
ReverseListOfLayers	gui/wxpython/gui_modules/render.py	/^    def ReverseListOfLayers(self):$/;"	m	class:Map
Rewind_array	lib/vector/Vlib/rewind.c	/^static int (*Rewind_array[][3]) () = {$/;"	v	file:
RewriteLine	gui/wxpython/vdigit/line.cpp	/^int Digit::RewriteLine(int line, std::vector<double> coords,$/;"	f	class:Digit
RgbaBlue	visualization/nviz/src/togl.c	/^    int     RgbaBlue;$/;"	m	struct:Togl	file:
RgbaFlag	visualization/nviz/src/togl.c	/^    Bool    RgbaFlag;           \/* configuration flags (ala GLX parameters) *\/$/;"	m	struct:Togl	file:
RgbaGreen	visualization/nviz/src/togl.c	/^    int     RgbaGreen;$/;"	m	struct:Togl	file:
RgbaRed	visualization/nviz/src/togl.c	/^    int     RgbaRed;$/;"	m	struct:Togl	file:
Rinv	include/imagery.h	/^    double **Rinv;$/;"	m	struct:SubSig
Rndex	raster/r.coin/main.c	/^int Rndex, Cndex;$/;"	v
RotationEnabled	raster3d/r3.showdspf/new_init_graphics.c	/^static int RotationEnabled;$/;"	v	file:
Rows	lib/ogsf/gvl_calc.c	/^int Rows, Cols, Depths;$/;"	v
Rows	lib/ogsf/gvl_file.c	/^static int Rows, Cols, Depths;$/;"	v	file:
Rows	raster3d/r3.showdspf/vizual.h	/^    int Cols, Rows;		\/* Dims of current data in buffer *\/$/;"	m	struct:Cap
RpD	display/d.rast.arrow/arrow.c	46;"	d	file:
RpD	lib/driver/text2.c	136;"	d	file:
RpD	lib/driver/text3.c	23;"	d	file:
RpD	lib/gis/rotate.c	17;"	d	file:
Rs	raster/r.random.cells/ransurf.h	/^GLOBAL int CellCount, Rs, Cs;$/;"	v
Rs	raster/r.random.surface/ransurf.h	/^GLOBAL int MapCount, FDM, Rs, Cs, Theory;$/;"	v
Rtimer	include/iostream/rtimer.h	/^} Rtimer;$/;"	t	typeref:struct:__anon269
Rtimer	include/iostream/rtimer.h	/^} Rtimer;$/;"	t	typeref:struct:__anon270
RulesCmd	gui/wxpython/wxgui.py	/^    def RulesCmd(self, event):$/;"	m	class:GMFrame
RulesText	gui/wxpython/gui_modules/rules.py	/^class RulesText(wx.Dialog):$/;"	c
RunCmd	gui/wxpython/gui_modules/goutput.py	/^    def RunCmd(self, callable, onDone, *args, **kwds):$/;"	m	class:CmdThread
RunCmd	gui/wxpython/gui_modules/goutput.py	/^    def RunCmd(self, command, compReg=True, switchPage=False,$/;"	m	class:GMConsole
RunCommand	gui/wxpython/gui_modules/gcmd.py	/^def RunCommand(prog, flags = "", overwrite = False, quiet = False, verbose = False,$/;"	f
RunMenuCmd	gui/wxpython/wxgui.py	/^    def RunMenuCmd(self, event):$/;"	m	class:GMFrame
RunScripts	visualization/nviz/src/nvizAppInit.c	/^void RunScripts(ClientData clientData)$/;"	f
S	imagery/i.maxlik/main.c	/^struct Signature S;$/;"	v	typeref:struct:Signature
S	include/cluster.h	/^    struct Signature S;		\/* final signature(s) *\/$/;"	m	struct:Cluster	typeref:struct:Cluster::Signature
S	include/dlg.h	/^    double S;$/;"	m	struct:dlg_line
S	include/vect/dig_structs.h	/^    double S;			\/* south *\/$/;"	m	struct:bound_box
S	include/vect/dig_structs.h	/^    double S;$/;"	m	struct:P_area
S	include/vect/dig_structs.h	/^    double S;$/;"	m	struct:P_isle
S	include/vect/dig_structs.h	/^    double S;$/;"	m	struct:P_line
S	lib/gpde/N_pde.h	/^    double C, W, E, N, S, NE, NW, SE, SW, V;$/;"	m	struct:__anon51
S	raster/r.topmodel/global.h	/^    double **S;$/;"	m	struct:__anon134
SADError	lib/external/shapelib/safileio.c	/^void SADError( const char *message )$/;"	f
SADFClose	lib/external/shapelib/safileio.c	/^int SADFClose( SAFile file )$/;"	f
SADFFlush	lib/external/shapelib/safileio.c	/^int SADFFlush( SAFile file )$/;"	f
SADFOpen	lib/external/shapelib/safileio.c	/^SAFile SADFOpen( const char *pszFilename, const char *pszAccess )$/;"	f
SADFRead	lib/external/shapelib/safileio.c	/^SAOffset SADFRead( void *p, SAOffset size, SAOffset nmemb, SAFile file )$/;"	f
SADFSeek	lib/external/shapelib/safileio.c	/^SAOffset SADFSeek( SAFile file, SAOffset offset, int whence )$/;"	f
SADFTell	lib/external/shapelib/safileio.c	/^SAOffset SADFTell( SAFile file )$/;"	f
SADFWrite	lib/external/shapelib/safileio.c	/^SAOffset SADFWrite( void *p, SAOffset size, SAOffset nmemb, SAFile file )$/;"	f
SADRemove	lib/external/shapelib/safileio.c	/^int SADRemove( const char *filename )$/;"	f
SAFile	lib/external/shapelib/shapefil.h	/^typedef int *SAFile;$/;"	t
SAHooks	lib/external/shapelib/shapefil.h	/^} SAHooks;$/;"	t	typeref:struct:__anon67
SAME_EDGE	vector/v.delaunay2/edge.h	15;"	d
SAME_SIGNS	lib/ogsf/gsdrape.c	67;"	d	file:
SAOffset	lib/external/shapelib/shapefil.h	/^typedef unsigned long SAOffset;$/;"	t
SASetupDefaultHooks	lib/external/shapelib/safileio.c	/^void SASetupDefaultHooks( SAHooks *psHooks )$/;"	f
SASetupUtf8Hooks	lib/external/shapelib/safileio.c	/^void SASetupUtf8Hooks( SAHooks *psHooks )$/;"	f
SAUtf8WFOpen	lib/external/shapelib/safileio.c	/^SAFile SAUtf8WFOpen( const char *pszFilename, const char *pszAccess )$/;"	f
SAUtf8WRemove	lib/external/shapelib/safileio.c	/^int SAUtf8WRemove( const char *pszFilename )$/;"	f
SAVE_DEFSV	swig/perl/R_slope_aspect/ppport.h	334;"	d
SAVE_MEMORY	include/iostream/ami_config.h	36;"	d
SB_UNITS_AUTO	ps/ps.map/decorate.h	9;"	d
SB_UNITS_FEET	ps/ps.map/decorate.h	12;"	d
SB_UNITS_KM	ps/ps.map/decorate.h	11;"	d
SB_UNITS_METERS	ps/ps.map/decorate.h	10;"	d
SB_UNITS_MILES	ps/ps.map/decorate.h	13;"	d
SB_UNITS_NMILES	ps/ps.map/decorate.h	14;"	d
SC	lib/gpde/N_pde.h	/^    double NC, SC, WC, EC, TC, BC;$/;"	m	struct:__anon56
SC	lib/gpde/N_pde.h	/^    double NC, SC, WC, EC;$/;"	m	struct:__anon55
SC	lib/gpde/N_pde.h	/^    double NWW, NEE, NC, SC, SWW, SEE;$/;"	m	struct:__anon58
SCALE	lib/gmath/del2g.c	31;"	d	file:
SCALE	raster/r.out.tiff/r.out.tiff.c	227;"	d	file:
SCALED_RASTER	include/graphics.h	83;"	d
SCALE_ATT	lib/ogsf/gsget.h	22;"	d
SCALING_FACTOR	raster/r.sun2/main.c	55;"	d	file:
SCIK1	raster/r.resamp.rst/surf.h	19;"	d
SCIK1	vector/v.surf.rst/main.c	50;"	d	file:
SCIK2	raster/r.resamp.rst/surf.h	20;"	d
SCIK2	vector/v.surf.rst/main.c	51;"	d	file:
SCIK3	raster/r.resamp.rst/surf.h	21;"	d
SCIK3	vector/v.surf.rst/main.c	52;"	d	file:
SCOL	raster/r.water.outlet/basin.h	13;"	d
SCOL	raster/r.watershed/seg/Gwater.h	24;"	d
SCOLS	lib/segment/try.c	27;"	d	file:
SCREEN_BOT	include/graphics.h	40;"	d
SCREEN_BOTTOM	imagery/i.class/globals.h	/^GLOBAL int SCREEN_BOTTOM;$/;"	v
SCREEN_BOTTOM	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL int SCREEN_BOTTOM;$/;"	v
SCREEN_BOTTOM	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL int SCREEN_BOTTOM;$/;"	v
SCREEN_BOTTOM	imagery/i.points/main.c	/^int SCREEN_BOTTOM;$/;"	v
SCREEN_BOTTOM	imagery/i.vpoints/main.c	/^int SCREEN_BOTTOM;$/;"	v
SCREEN_LEFT	imagery/i.class/globals.h	/^GLOBAL int SCREEN_LEFT;$/;"	v
SCREEN_LEFT	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL int SCREEN_LEFT;$/;"	v
SCREEN_LEFT	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL int SCREEN_LEFT;$/;"	v
SCREEN_LEFT	imagery/i.points/main.c	/^int SCREEN_LEFT;$/;"	v
SCREEN_LEFT	imagery/i.vpoints/main.c	/^int SCREEN_LEFT;$/;"	v
SCREEN_LEFT	include/graphics.h	38;"	d
SCREEN_RIGHT	imagery/i.class/globals.h	/^GLOBAL int SCREEN_RIGHT;$/;"	v
SCREEN_RIGHT	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL int SCREEN_RIGHT;$/;"	v
SCREEN_RIGHT	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL int SCREEN_RIGHT;$/;"	v
SCREEN_RIGHT	imagery/i.points/main.c	/^int SCREEN_RIGHT;$/;"	v
SCREEN_RIGHT	imagery/i.vpoints/main.c	/^int SCREEN_RIGHT;$/;"	v
SCREEN_RITE	include/graphics.h	39;"	d
SCREEN_TOP	imagery/i.class/globals.h	/^GLOBAL int SCREEN_TOP;$/;"	v
SCREEN_TOP	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL int SCREEN_TOP;$/;"	v
SCREEN_TOP	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL int SCREEN_TOP;$/;"	v
SCREEN_TOP	imagery/i.points/main.c	/^int SCREEN_TOP;$/;"	v
SCREEN_TOP	imagery/i.vpoints/main.c	/^int SCREEN_TOP;$/;"	v
SCREEN_TOP	include/graphics.h	41;"	d
SCRIPTS	visualization/nviz/Makefile	/^SCRIPTS := \\$/;"	m
SDEBUG	include/iostream/ami_sort_impl.h	32;"	d
SDEV	raster/r.statistics/method.h	6;"	d
SD_MASK	raster/r.sunmask/solpos00.c	880;"	d	file:
SDref_surf	lib/ogsf/GS2.c	/^static int SDref_surf = 0;$/;"	v	file:
SE	include/dlg.h	119;"	d
SE	lib/gpde/N_pde.h	/^    double C, W, E, N, S, NE, NW, SE, SW, V;$/;"	m	struct:__anon51
SE	lib/rst/data/dataquad.h	20;"	d
SE	raster/r.out.pov/main.c	56;"	d	file:
SEARCH_PT_INCLINATION	raster/r.los/main.c	48;"	d	file:
SEB	vector/v.vol.rst/dataoct.h	11;"	d
SECOND_PT	raster/r.los/pts_elim.c	21;"	d	file:
SECT	man/Makefile	/^SECT = 1$/;"	m
SECTION00010000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00010000000000000000">$/;"	a
SECTION00010000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00010000000000000000">$/;"	a
SECTION00020000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H1><A NAME="SECTION00020000000000000000">$/;"	a
SECTION00020000000000000000	gem/docs/GEM-Manual/index.html	/^<H1><A NAME="SECTION00020000000000000000">$/;"	a
SECTION00030000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H1><A NAME="SECTION00030000000000000000">$/;"	a
SECTION00030000000000000000	gem/docs/GEM-Manual/index.html	/^<H1><A NAME="SECTION00030000000000000000">$/;"	a
SECTION00040000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H1><A NAME="SECTION00040000000000000000">$/;"	a
SECTION00040000000000000000	gem/docs/GEM-Manual/index.html	/^<H1><A NAME="SECTION00040000000000000000">$/;"	a
SECTION00041000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00041000000000000000"><\/A><A NAME="sub:Program-Installation"><\/A>$/;"	a
SECTION00041000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00041000000000000000"><\/A><A NAME="sub:Program-Installation"><\/A>$/;"	a
SECTION00042000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00042000000000000000">$/;"	a
SECTION00042000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00042000000000000000">$/;"	a
SECTION00043000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00043000000000000000">$/;"	a
SECTION00043000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00043000000000000000">$/;"	a
SECTION00044000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00044000000000000000"><\/A><A NAME="sub:Basic-Usage"><\/A>$/;"	a
SECTION00044000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00044000000000000000"><\/A><A NAME="sub:Basic-Usage"><\/A>$/;"	a
SECTION00045000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00045000000000000000"><\/A><A NAME="sub:Installation-of-Pre-compiled"><\/A>$/;"	a
SECTION00045000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00045000000000000000"><\/A><A NAME="sub:Installation-of-Pre-compiled"><\/A>$/;"	a
SECTION00046000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00046000000000000000">$/;"	a
SECTION00046000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00046000000000000000">$/;"	a
SECTION00047000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00047000000000000000">$/;"	a
SECTION00047000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00047000000000000000">$/;"	a
SECTION00050000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H1><A NAME="SECTION00050000000000000000"><\/A><A NAME="sec:Developing-Extensions-for"><\/A>$/;"	a
SECTION00050000000000000000	gem/docs/GEM-Manual/index.html	/^<H1><A NAME="SECTION00050000000000000000"><\/A><A NAME="sec:Developing-Extensions-for"><\/A>$/;"	a
SECTION00051000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00051000000000000000"><\/A><A NAME="sub:GEM-Developers_-Support"><\/A>$/;"	a
SECTION00051000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00051000000000000000"><\/A><A NAME="sub:GEM-Developers_-Support"><\/A>$/;"	a
SECTION000510000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION000510000000000000000">$/;"	a
SECTION000510000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION000510000000000000000">$/;"	a
SECTION000511000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION000511000000000000000">$/;"	a
SECTION000511000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION000511000000000000000">$/;"	a
SECTION000512000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION000512000000000000000"><\/A><A NAME="sub:Developers_-Guidelines"><\/A>$/;"	a
SECTION000512000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION000512000000000000000"><\/A><A NAME="sub:Developers_-Guidelines"><\/A>$/;"	a
SECTION000512100000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H3><A NAME="SECTION000512100000000000000">$/;"	a
SECTION000512100000000000000	gem/docs/GEM-Manual/index.html	/^<H3><A NAME="SECTION000512100000000000000">$/;"	a
SECTION000512200000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H3><A NAME="SECTION000512200000000000000">$/;"	a
SECTION000512200000000000000	gem/docs/GEM-Manual/index.html	/^<H3><A NAME="SECTION000512200000000000000">$/;"	a
SECTION000512300000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H3><A NAME="SECTION000512300000000000000">$/;"	a
SECTION000512300000000000000	gem/docs/GEM-Manual/index.html	/^<H3><A NAME="SECTION000512300000000000000">$/;"	a
SECTION000512400000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H3><A NAME="SECTION000512400000000000000">$/;"	a
SECTION000512400000000000000	gem/docs/GEM-Manual/index.html	/^<H3><A NAME="SECTION000512400000000000000">$/;"	a
SECTION000512500000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H3><A NAME="SECTION000512500000000000000">$/;"	a
SECTION000512500000000000000	gem/docs/GEM-Manual/index.html	/^<H3><A NAME="SECTION000512500000000000000">$/;"	a
SECTION00052000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00052000000000000000"><\/A><A NAME="sub:The-Skeleton-Package"><\/A>$/;"	a
SECTION00052000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00052000000000000000"><\/A><A NAME="sub:The-Skeleton-Package"><\/A>$/;"	a
SECTION00053000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00053000000000000000"><\/A><A NAME="sub:Arranging-the-Source"><\/A>$/;"	a
SECTION00053000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00053000000000000000"><\/A><A NAME="sub:Arranging-the-Source"><\/A>$/;"	a
SECTION00054000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00054000000000000000">$/;"	a
SECTION00054000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00054000000000000000">$/;"	a
SECTION00055000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00055000000000000000"><\/A><A NAME="sub:Version-Information"><\/A>$/;"	a
SECTION00055000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00055000000000000000"><\/A><A NAME="sub:Version-Information"><\/A>$/;"	a
SECTION00056000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00056000000000000000">$/;"	a
SECTION00056000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00056000000000000000">$/;"	a
SECTION00057000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00057000000000000000"><\/A><A NAME="sub:Providing-GUI-Hooks"><\/A>$/;"	a
SECTION00057000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00057000000000000000"><\/A><A NAME="sub:Providing-GUI-Hooks"><\/A>$/;"	a
SECTION00058000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00058000000000000000">$/;"	a
SECTION00058000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00058000000000000000">$/;"	a
SECTION00059000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00059000000000000000">$/;"	a
SECTION00059000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00059000000000000000">$/;"	a
SECTION00060000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H1><A NAME="SECTION00060000000000000000"><\/A><A NAME="sec:OS-Specific-Issues"><\/A>$/;"	a
SECTION00060000000000000000	gem/docs/GEM-Manual/index.html	/^<H1><A NAME="SECTION00060000000000000000"><\/A><A NAME="sec:OS-Specific-Issues"><\/A>$/;"	a
SECTION00061000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00061000000000000000"><\/A><A NAME="sub:Mac-OS-X"><\/A>$/;"	a
SECTION00061000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00061000000000000000"><\/A><A NAME="sub:Mac-OS-X"><\/A>$/;"	a
SECTION00062000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00062000000000000000"><\/A><A NAME="sub:GRASS-under-Windows"><\/A>$/;"	a
SECTION00062000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00062000000000000000"><\/A><A NAME="sub:GRASS-under-Windows"><\/A>$/;"	a
SECTION00062100000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H3><A NAME="SECTION00062100000000000000">$/;"	a
SECTION00062100000000000000	gem/docs/GEM-Manual/index.html	/^<H3><A NAME="SECTION00062100000000000000">$/;"	a
SECTION00070000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H1><A NAME="SECTION00070000000000000000">$/;"	a
SECTION00070000000000000000	gem/docs/GEM-Manual/index.html	/^<H1><A NAME="SECTION00070000000000000000">$/;"	a
SECTION00071000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00071000000000000000">$/;"	a
SECTION00071000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00071000000000000000">$/;"	a
SECTION00071100000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H3><A NAME="SECTION00071100000000000000">$/;"	a
SECTION00071100000000000000	gem/docs/GEM-Manual/index.html	/^<H3><A NAME="SECTION00071100000000000000">$/;"	a
SECTION00071200000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H3><A NAME="SECTION00071200000000000000">$/;"	a
SECTION00071200000000000000	gem/docs/GEM-Manual/index.html	/^<H3><A NAME="SECTION00071200000000000000">$/;"	a
SECTION00072000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00072000000000000000">$/;"	a
SECTION00072000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00072000000000000000">$/;"	a
SECTION00072100000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H3><A NAME="SECTION00072100000000000000">$/;"	a
SECTION00072100000000000000	gem/docs/GEM-Manual/index.html	/^<H3><A NAME="SECTION00072100000000000000">$/;"	a
SECTION00072200000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H3><A NAME="SECTION00072200000000000000">$/;"	a
SECTION00072200000000000000	gem/docs/GEM-Manual/index.html	/^<H3><A NAME="SECTION00072200000000000000">$/;"	a
SECTION00072300000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H3><A NAME="SECTION00072300000000000000">$/;"	a
SECTION00072300000000000000	gem/docs/GEM-Manual/index.html	/^<H3><A NAME="SECTION00072300000000000000">$/;"	a
SECTION00072400000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H3><A NAME="SECTION00072400000000000000">$/;"	a
SECTION00072400000000000000	gem/docs/GEM-Manual/index.html	/^<H3><A NAME="SECTION00072400000000000000">$/;"	a
SECTION00072500000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H3><A NAME="SECTION00072500000000000000">$/;"	a
SECTION00072500000000000000	gem/docs/GEM-Manual/index.html	/^<H3><A NAME="SECTION00072500000000000000">$/;"	a
SECTION00072600000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H3><A NAME="SECTION00072600000000000000">$/;"	a
SECTION00072600000000000000	gem/docs/GEM-Manual/index.html	/^<H3><A NAME="SECTION00072600000000000000">$/;"	a
SECTION00072700000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H3><A NAME="SECTION00072700000000000000">$/;"	a
SECTION00072700000000000000	gem/docs/GEM-Manual/index.html	/^<H3><A NAME="SECTION00072700000000000000">$/;"	a
SECTION00073000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00073000000000000000">$/;"	a
SECTION00073000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00073000000000000000">$/;"	a
SECTION00074000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H2><A NAME="SECTION00074000000000000000">$/;"	a
SECTION00074000000000000000	gem/docs/GEM-Manual/index.html	/^<H2><A NAME="SECTION00074000000000000000">$/;"	a
SECTION00080000000000000000	gem/docs/GEM-Manual/GEM-Manual.html	/^<H1><A NAME="SECTION00080000000000000000">$/;"	a
SECTION00080000000000000000	gem/docs/GEM-Manual/index.html	/^<H1><A NAME="SECTION00080000000000000000">$/;"	a
SEE	lib/gpde/N_pde.h	/^    double NWW, NEE, NC, SC, SWW, SEE;$/;"	m	struct:__anon58
SEED_MAX	raster/r.random.cells/ransurf.h	10;"	d
SEED_MAX	raster/r.random.surface/ransurf.h	11;"	d
SEED_MIN	raster/r.random.cells/ransurf.h	11;"	d
SEED_MIN	raster/r.random.surface/ransurf.h	12;"	d
SEEK_CUR	raster3d/r3.in.v5d/v5d.c	81;"	d	file:
SEEK_CUR	raster3d/r3.out.v5d/v5d.c	81;"	d	file:
SEEK_CUR	visualization/nviz/src/tkUnixPort.h	173;"	d
SEEK_END	raster3d/r3.in.v5d/v5d.c	84;"	d	file:
SEEK_END	raster3d/r3.out.v5d/v5d.c	84;"	d	file:
SEEK_END	visualization/nviz/src/tkUnixPort.h	177;"	d
SEEK_SET	raster3d/r3.in.v5d/v5d.c	78;"	d	file:
SEEK_SET	raster3d/r3.out.v5d/v5d.c	78;"	d	file:
SEEK_SET	visualization/nviz/src/tkUnixPort.h	169;"	d
SEGCOLS	raster/r.flow/mem.h	8;"	d
SEGCOLSIZE	raster/r.cost/main.c	53;"	d	file:
SEGLENLESS	raster/r.water.outlet/ramseg.h	4;"	d
SEGLENLESS	raster/r.watershed/ram/ramseg.h	8;"	d
SEGMENT	include/segment.h	/^} SEGMENT;$/;"	t	typeref:struct:__anon280
SEGMENT_SCB	include/segment.h	/^    struct SEGMENT_SCB		\/* control blocks *\/$/;"	s	struct:__anon280
SEGMENT_SIZE	raster/r.resamp.rst/surf.h	36;"	d
SEGROWS	raster/r.flow/mem.h	9;"	d
SEGS	ps/ps.map/do_geogrid.c	24;"	d	file:
SEGSINMEM	raster/r.flow/mem.h	7;"	d
SEG_INDEX	raster/r.water.outlet/ramseg.h	6;"	d
SEG_INDEX	raster/r.watershed/ram/ramseg.h	10;"	d
SEG_NAME	raster/r.watershed/shed/watershed.h	9;"	d
SELECT_DANGLE	lib/vector/Vlib/dangles.c	27;"	d	file:
SELECT_MASK	visualization/nviz/src/tkUnixPort.h	100;"	d
SELECT_MASK	visualization/nviz/src/tkUnixPort.h	102;"	d
SELECT_MASK	visualization/nviz/src/tkUnixPort.h	94;"	d
SEND	lib/driver/command.c	34;"	d	file:
SENDTEXT	lib/driver/command.c	35;"	d	file:
SEP	lib/vector/Vlib/cindex.c	377;"	d	file:
SEP	vector/v.clean/proto.h	15;"	d
SEP	vector/v.edit/global.h	11;"	d
SEQUENTIAL	raster/r.mfilter.fp/filter.h	14;"	d
SEQUENTIAL	raster/r.mfilter/filter.h	13;"	d
SES	lib/gpde/N_pde.h	/^    double NWN, NEN, WC, EC, SWS, SES;$/;"	m	struct:__anon57
SET	lib/gis/rd_cellhd.c	38;"	d	file:
SET	vector/v.vol.rst/dataoct.h	7;"	d
SETDNULL	vector/v.to.rast/local.h	17;"	d
SETNULL	vector/v.to.rast/local.h	16;"	d
SET_DATA	lib/init/Makefile	/^SET_DATA = $(OBJDIR)\/set_data.o $(OBJDIR)\/mke_mapset.o \\$/;"	m
SET_DATA_PROG	lib/init/Makefile	/^SET_DATA_PROG = $(ETC)\/set_data$(EXE)$/;"	m
SET_DATA_PROG	lib/init/Makefile	/^SET_DATA_PROG =$/;"	m
SET_IN_DATA	lib/ogsf/gvl_calc.c	59;"	d	file:
SET_MINMAX	lib/ogsf/Gs3.c	52;"	d	file:
SET_NORM	lib/ogsf/gs_norms.c	42;"	d	file:
SET_NULL_C	raster/r.mapcalc/expression.h	118;"	d
SET_NULL_D	raster/r.mapcalc/expression.h	120;"	d
SET_NULL_F	raster/r.mapcalc/expression.h	119;"	d
SET_SCOLOR	lib/ogsf/gsd_surf.c	46;"	d	file:
SET_WINDOW	include/graphics.h	45;"	d
SEZ	lib/gpde/N_pde.h	/^    double NWZ, NZ, NEZ, WZ, CZ, EZ, SWZ, SZ, SEZ;$/;"	m	struct:__anon59
SE_B	lib/gpde/N_pde.h	/^    double B, W_B, E_B, N_B, S_B, NE_B, NW_B, SE_B, SW_B;$/;"	m	struct:__anon51
SE_T	lib/gpde/N_pde.h	/^    double T, W_T, E_T, N_T, S_T, NE_T, NW_T, SE_T, SW_T;$/;"	m	struct:__anon51
SF_ARGVEC	include/spawn.h	13;"	d
SF_BACKGROUND	include/spawn.h	11;"	d
SF_BINDING	include/spawn.h	10;"	d
SF_CLOSE_DESCRIPTOR	include/spawn.h	7;"	d
SF_DIRECTORY	include/spawn.h	12;"	d
SF_REDIRECT_DESCRIPTOR	include/spawn.h	6;"	d
SF_REDIRECT_FILE	include/spawn.h	5;"	d
SF_SIGNAL	include/spawn.h	8;"	d
SF_VARIABLE	include/spawn.h	9;"	d
SHALLOW_OP_EQ	raster/r.terraflow/types.h	125;"	d
SHHOPT_H	include/shhopt.h	2;"	d
SHIFT	lib/gis/cell_stats.c	5;"	d	file:
SHIFT	raster/r.cross/glob.h	25;"	d
SHIFT	raster/r.mapcalc/map.c	166;"	d	file:
SHIFT	raster/r.mapcalc/map3.c	260;"	d	file:
SHLIB	gui/wxpython/nviz/Makefile	/^SHLIB = $(OBJDIR)\/_$(LIB_NAME).so$/;"	m
SHLIB	gui/wxpython/vdigit/Makefile	/^SHLIB = $(OBJDIR)\/_$(LIB_NAME).so$/;"	m
SHORT	raster/r.surf.idw/main.h	1;"	d
SHORT	raster/r.water.outlet/basin.h	14;"	d
SHORT	raster/r.watershed/ram/Gwater.h	20;"	d
SHORT	raster/r.watershed/seg/Gwater.h	15;"	d
SHORT_OBJ	raster/r.terraflow/Makefile	/^SHORT_OBJ := $(patsubst %.cc, $(OBJARCH)\/SHORT\/%.o, $(SOURCES))$/;"	m
SHORT_ORDER	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	16;"	d
SHORT_TEST	lib/vector/diglib/port_init.c	61;"	d	file:
SHORT_TEST	lib/vector/diglib/port_test.c	61;"	d	file:
SHPAPI_CALL	lib/external/shapelib/shapefil.h	161;"	d
SHPAPI_CALL	lib/external/shapelib/shapefil.h	167;"	d
SHPAPI_CALL	lib/external/shapelib/shapefil.h	170;"	d
SHPAPI_CALL1	lib/external/shapelib/shapefil.h	162;"	d
SHPAPI_CALL1	lib/external/shapelib/shapefil.h	168;"	d
SHPAPI_CALL1	lib/external/shapelib/shapefil.h	175;"	d
SHPClose	lib/external/shapelib/shpopen.c	/^SHPClose(SHPHandle psSHP )$/;"	f
SHPComputeExtents	lib/external/shapelib/shpopen.c	/^SHPComputeExtents( SHPObject * psObject )$/;"	f
SHPCreate	lib/external/shapelib/shpopen.c	/^SHPCreate( const char * pszLayer, int nShapeType )$/;"	f
SHPCreateLL	lib/external/shapelib/shpopen.c	/^SHPCreateLL( const char * pszLayer, int nShapeType, SAHooks *psHooks )$/;"	f
SHPCreateObject	lib/external/shapelib/shpopen.c	/^SHPCreateObject( int nSHPType, int nShapeId, int nParts,$/;"	f
SHPCreateSimpleObject	lib/external/shapelib/shpopen.c	/^SHPCreateSimpleObject( int nSHPType, int nVertices,$/;"	f
SHPDestroyObject	lib/external/shapelib/shpopen.c	/^SHPDestroyObject( SHPObject * psShape )$/;"	f
SHPGetInfo	lib/external/shapelib/shpopen.c	/^SHPGetInfo(SHPHandle psSHP, int * pnEntities, int * pnShapeType,$/;"	f
SHPHandle	lib/external/shapelib/shapefil.h	/^typedef SHPInfo * SHPHandle;$/;"	t
SHPInfo	lib/external/shapelib/shapefil.h	/^} SHPInfo;$/;"	t	typeref:struct:__anon68
SHPObject	lib/external/shapelib/shapefil.h	/^} SHPObject;$/;"	t	typeref:struct:__anon69
SHPOpen	lib/external/shapelib/shpopen.c	/^SHPOpen( const char * pszLayer, const char * pszAccess )$/;"	f
SHPOpenLL	lib/external/shapelib/shpopen.c	/^SHPOpenLL( const char * pszLayer, const char * pszAccess, SAHooks *psHooks )$/;"	f
SHPP_FIRSTRING	lib/external/shapelib/shapefil.h	270;"	d
SHPP_INNERRING	lib/external/shapelib/shapefil.h	269;"	d
SHPP_OUTERRING	lib/external/shapelib/shapefil.h	268;"	d
SHPP_RING	lib/external/shapelib/shapefil.h	271;"	d
SHPP_TRIFAN	lib/external/shapelib/shapefil.h	267;"	d
SHPP_TRISTRIP	lib/external/shapelib/shapefil.h	266;"	d
SHPPartTypeName	lib/external/shapelib/shpopen.c	/^SHPPartTypeName( int nPartType )$/;"	f
SHPReadObject	lib/external/shapelib/shpopen.c	/^SHPReadObject( SHPHandle psSHP, int hEntity )$/;"	f
SHPRewindObject	lib/external/shapelib/shpopen.c	/^SHPRewindObject( SHPHandle hSHP, SHPObject * psObject )$/;"	f
SHPT_ARC	lib/external/shapelib/shapefil.h	247;"	d
SHPT_ARCM	lib/external/shapelib/shapefil.h	255;"	d
SHPT_ARCZ	lib/external/shapelib/shapefil.h	251;"	d
SHPT_MULTIPATCH	lib/external/shapelib/shapefil.h	258;"	d
SHPT_MULTIPOINT	lib/external/shapelib/shapefil.h	249;"	d
SHPT_MULTIPOINTM	lib/external/shapelib/shapefil.h	257;"	d
SHPT_MULTIPOINTZ	lib/external/shapelib/shapefil.h	253;"	d
SHPT_NULL	lib/external/shapelib/shapefil.h	245;"	d
SHPT_POINT	lib/external/shapelib/shapefil.h	246;"	d
SHPT_POINTM	lib/external/shapelib/shapefil.h	254;"	d
SHPT_POINTZ	lib/external/shapelib/shapefil.h	250;"	d
SHPT_POLYGON	lib/external/shapelib/shapefil.h	248;"	d
SHPT_POLYGONM	lib/external/shapelib/shapefil.h	256;"	d
SHPT_POLYGONZ	lib/external/shapelib/shapefil.h	252;"	d
SHPTree	lib/external/shapelib/shapefil.h	/^} SHPTree;$/;"	t	typeref:struct:__anon70
SHPTreeNode	lib/external/shapelib/shapefil.h	/^} SHPTreeNode;$/;"	t	typeref:struct:shape_tree_node
SHPTypeName	lib/external/shapelib/shpopen.c	/^SHPTypeName( int nSHPType )$/;"	f
SHPWriteHeader	lib/external/shapelib/shpopen.c	/^void SHPWriteHeader( SHPHandle psSHP )$/;"	f
SHPWriteObject	lib/external/shapelib/shpopen.c	/^SHPWriteObject(SHPHandle psSHP, int nShapeId, SHPObject * psObject )$/;"	f
SHP_CVSID	lib/external/shapelib/shapefil.h	183;"	d
SHP_CVSID	lib/external/shapelib/shapefil.h	186;"	d
SHRT_SIZ	include/vect/dig_defines.h	35;"	d
SIG	imagery/i.class/signature.c	15;"	d	file:
SIG	lib/imagery/sig.c	14;"	d	file:
SIGMA	imagery/i.class/histograms.c	7;"	d	file:
SIGMA	raster/wildfire/r.ros/main.c	/^float SIGMA[4][14] =$/;"	v
SIGN	imagery/i.atcorr/GeomCond.cpp	108;"	d	file:
SIGN	imagery/i.gensig/eigen.c	41;"	d	file:
SIGN	lib/gmath/eigen_tools.c	6;"	d	file:
SIGN	lib/gmath/svd.c	14;"	d	file:
SIGN	lib/gmath/svd.c	233;"	d	file:
SIGN	raster/r.param.scale/nrutil.h	43;"	d
SIGN	raster/r.texture/h_measure.c	49;"	d	file:
SIGNATURE_TYPE_MIXED	include/imagery.h	106;"	d
SIG_MAIN	display/d.colors/set_sigs.c	1;"	d	file:
SINGLE_POINT	raster/r.horizon/main.c	42;"	d	file:
SINGLE_PULSE	vector/lidar/lidarlib/PolimiFunct.h	59;"	d
SITE	visualization/nviz/src/interface.h	40;"	d
SITE_ATT	include/vect/dig_structs.h	/^typedef struct site_att SITE_ATT;$/;"	t	typeref:struct:site_att
SITE_COL_DBL	include/site.h	134;"	d
SITE_COL_DIM	include/site.h	133;"	d
SITE_COL_NUL	include/site.h	132;"	d
SITE_COL_STR	include/site.h	135;"	d
SITE_HIGHLIGHT_ALL	visualization/nviz/src/site_highlight_commands.c	157;"	d	file:
SITE_HIGHLIGHT_COLOR	visualization/nviz/src/site_highlight_commands.c	158;"	d	file:
SITE_HIGHLIGHT_MARKER	visualization/nviz/src/site_highlight_commands.c	160;"	d	file:
SITE_HIGHLIGHT_SIZE	visualization/nviz/src/site_highlight_commands.c	159;"	d	file:
SITE_XYZ	include/site.h	/^} SITE_XYZ;$/;"	t	typeref:struct:__anon294
SIZE	raster/wildfire/r.spread/display.c	11;"	d	file:
SIZE_INCREMENT	raster/r.in.xyz/main.c	34;"	d	file:
SIZE_OF_DISTRIBUTION	raster/r.random.surface/ransurf.h	20;"	d
SIZE_SPACE	lib/iostream/mm.cc	/^static const size_t SIZE_SPACE=(sizeof(size_t) > 8 ? sizeof(size_t) : 8);$/;"	v	file:
SKEWNES	raster/r.statistics/method.h	8;"	d
SKIP	lib/ogsf/gvl_calc.c	53;"	d	file:
SKIP	raster/r.sun/main.c	40;"	d	file:
SKIP	raster/r.sun2/main.c	44;"	d	file:
SKIP	raster3d/r3.in.v5d/v5d.c	1626;"	d	file:
SKIP	raster3d/r3.in.v5d/v5d.c	1972;"	d	file:
SKIP	raster3d/r3.out.v5d/v5d.c	1626;"	d	file:
SKIP	raster3d/r3.out.v5d/v5d.c	1972;"	d	file:
SKIP_CFG	gem/globals.h	/^EXTERN int SKIP_CFG;$/;"	v
SLEEP	lib/init/clean_temp.c	36;"	d	file:
SLICE_MODE_INTERP_NO	lib/ogsf/gvl_calc.c	791;"	d	file:
SLICE_MODE_INTERP_YES	lib/ogsf/gvl_calc.c	792;"	d	file:
SLIDING_AVERAGING	vector/v.generalize/main.c	37;"	d	file:
SLOPE	raster/r.param.scale/param.h	46;"	d
SLOPE	raster/r.sun2/main.c	47;"	d	file:
SL_MASK	raster/r.sunmask/solpos00.c	881;"	d	file:
SMALL	raster/r.horizon/main.c	49;"	d	file:
SMALLEST_SUBCLUST	imagery/i.gensigset/subcluster.c	10;"	d	file:
SMALL_TIC	display/d.histogram/bar.h	35;"	d
SMALL_TIC	display/d.histogram/pie.h	66;"	d
SMALL_TIC	display/d.linegraph/linegraph.h	27;"	d
SML	raster/r.le/r.le.patch/patch.h	36;"	d
SML	raster/r.le/r.le.setup/setup.h	40;"	d
SMOOTH	raster/r.resamp.rst/surf.h	29;"	d
SMOOTH	raster/r.to.vect/global.h	35;"	d
SMOOTH	vector/v.surf.rst/surf.h	27;"	d
SMOOTH	vector/v.vol.rst/surf.h	30;"	d
SN	imagery/i.class/signature.c	14;"	d	file:
SNAKES	vector/v.generalize/main.c	35;"	d	file:
SNAP	include/vedit.h	8;"	d
SNAPVERTEX	include/vedit.h	9;"	d
SNAP_MAP	vector/v.digit/global.h	78;"	d
SNAP_SCREEN	vector/v.digit/global.h	77;"	d
SNAP_THRESH	raster/r.to.vect/areas_io.c	153;"	d	file:
SOLPOSVERSION	raster/r.sunmask/main.c	/^static char *SOLPOSVERSION = "11 April 2001";$/;"	v	file:
SOME_NULL_CODE	lib/g3d/fpcompress.c	64;"	d	file:
SORTUTILS_H	raster/r.terraflow/sortutils.h	20;"	d
SORT_ASC	include/sqlp.h	63;"	d
SORT_DEBUG	include/iostream/ami_sort.h	42;"	d
SORT_DESC	include/sqlp.h	64;"	d
SOURCES	raster/r.terraflow/Makefile	/^SOURCES = main.cc common.cc stats.cc fill.cc types.cc ccforest.cc \\$/;"	m
SOUTH	raster/r.flow/calc.c	46;"	d	file:
SPACE	lib/gis/ascii_chk.c	21;"	d	file:
SPACE	lib/sites/sites.c	28;"	d	file:
SPACE	sites/s.in.ascii/main.c	159;"	d	file:
SPATIAL_INDEX	include/vect/dig_structs.h	/^typedef struct spatial_index SPATIAL_INDEX;$/;"	t	typeref:struct:spatial_index
SPT	imagery/i.class/restore_reg.c	6;"	d	file:
SPT	imagery/i.class/save_reg.c	6;"	d	file:
SP_FATAL	general/g.setproj/local_proto.h	3;"	d
SP_NOCHANGE	general/g.setproj/local_proto.h	4;"	d
SP_NOPOINT	vector/v.net.path/path.c	13;"	d	file:
SP_OK	vector/v.net.path/path.c	11;"	d	file:
SP_UNKOWN	general/g.setproj/local_proto.h	5;"	d
SP_UNREACHABLE	vector/v.net.path/path.c	12;"	d	file:
SQLConnect	configure	/^SQLConnect()$/;"	f
SQLConvert	gui/wxpython/gui_modules/colorrules.py	/^    def SQLConvert(self, vals):$/;"	m	class:ColorTable
SQLFrame	gui/wxpython/gui_modules/sqlbuilder.py	/^class SQLFrame(wx.Frame):$/;"	c
SQLPNODE	include/sqlp.h	/^} SQLPNODE;$/;"	t	typeref:struct:sqlpnode
SQLPSTMT	include/sqlp.h	/^} SQLPSTMT;$/;"	t	typeref:struct:__anon297
SQLPVALUE	include/sqlp.h	/^} SQLPVALUE;$/;"	t	typeref:struct:__anon296
SQLP_ADD	include/sqlp.h	17;"	d
SQLP_ADD_COLUMN	include/sqlp.h	12;"	d
SQLP_AND	include/sqlp.h	35;"	d
SQLP_BOOL	include/sqlp.h	44;"	d
SQLP_CREATE	include/sqlp.h	6;"	d
SQLP_D	include/sqlp.h	43;"	d
SQLP_DATE	include/sqlp.h	51;"	d
SQLP_DELETE	include/sqlp.h	11;"	d
SQLP_DIV	include/sqlp.h	20;"	d
SQLP_DOUBLE	include/sqlp.h	50;"	d
SQLP_DROP	include/sqlp.h	7;"	d
SQLP_DROP_COLUMN	include/sqlp.h	13;"	d
SQLP_EQ	include/sqlp.h	23;"	d
SQLP_EXPR	include/sqlp.h	45;"	d
SQLP_GE	include/sqlp.h	27;"	d
SQLP_GT	include/sqlp.h	26;"	d
SQLP_I	include/sqlp.h	42;"	d
SQLP_INSERT	include/sqlp.h	8;"	d
SQLP_INTEGER	include/sqlp.h	49;"	d
SQLP_ISNULL	include/sqlp.h	31;"	d
SQLP_LE	include/sqlp.h	25;"	d
SQLP_LT	include/sqlp.h	24;"	d
SQLP_MAIN	lib/db/sqlp/sql.c	31;"	d	file:
SQLP_MAX_ERR	include/sqlp.h	55;"	d
SQLP_MAX_TABLE	include/sqlp.h	54;"	d
SQLP_MLTP	include/sqlp.h	19;"	d
SQLP_MTCH	include/sqlp.h	29;"	d
SQLP_NE	include/sqlp.h	28;"	d
SQLP_NODE_COLUMN	include/sqlp.h	58;"	d
SQLP_NODE_EXPRESSION	include/sqlp.h	60;"	d
SQLP_NODE_VALUE	include/sqlp.h	59;"	d
SQLP_NOT	include/sqlp.h	37;"	d
SQLP_NOTNULL	include/sqlp.h	32;"	d
SQLP_NULL	include/sqlp.h	40;"	d
SQLP_OR	include/sqlp.h	36;"	d
SQLP_S	include/sqlp.h	41;"	d
SQLP_SELECT	include/sqlp.h	9;"	d
SQLP_SUBTR	include/sqlp.h	18;"	d
SQLP_TIME	include/sqlp.h	52;"	d
SQLP_UPDATE	include/sqlp.h	10;"	d
SQLP_VARCHAR	include/sqlp.h	48;"	d
SQR	raster/r.carve/enforce.h	36;"	d
SQR	raster/r.param.scale/nrutil.h	15;"	d
SQ_KILOMETERS	raster/r.report/global.h	134;"	d
SQ_METERS	raster/r.report/global.h	133;"	d
SQ_MILES	raster/r.report/global.h	130;"	d
SRC	swig/python/NumPtr/src/Makefile	/^SRC := $(wildcard *.f *.c)$/;"	m
SRCFILES	gui/wxpython/Makefile	/^SRCFILES := $(wildcard scripts\/p.* compat\/* gui_modules\/* icons\/*.* icons\/silk\/* images\/* xml\/*) gis_set.py wxgui.py README scripts\/wxgui$/;"	m
SRCFONTS	lib/fonts/fonts/Makefile	/^SRCFONTS := $(wildcard hersh.oc?)$/;"	m
SRCICO	gui/icons/Makefile	/^SRCICO := $(wildcard *.ico *.png)$/;"	m
SRCICONS	gui/icons/Makefile	/^SRCICONS := $(wildcard grass\/*.gif grass\/vdigit\/*.gif grass\/vdigit\/*.xbm silk\/*.png grass2\/*.png)$/;"	m
SRCMAPS	lib/fonts/fonts/Makefile	/^SRCMAPS := $(wildcard *.hmp)$/;"	m
SRCS	gem/Makefile	/^SRCS =  at_exit_funcs.c \\$/;"	m
SRCTABLE	lib/fonts/fonts/Makefile	/^SRCTABLE = fonts.table$/;"	m
SROW	raster/r.water.outlet/basin.h	12;"	d
SROW	raster/r.watershed/seg/Gwater.h	23;"	d
SROWS	lib/segment/try.c	26;"	d	file:
SSA_BLOCK	include/spawn.h	/^    SSA_BLOCK,$/;"	e	enum:signal_action
SSA_DEFAULT	include/spawn.h	/^    SSA_DEFAULT,$/;"	e	enum:signal_action
SSA_IGNORE	include/spawn.h	/^    SSA_IGNORE,$/;"	e	enum:signal_action
SSA_NONE	include/spawn.h	/^    SSA_NONE,$/;"	e	enum:signal_action
SSA_UNBLOCK	include/spawn.h	/^    SSA_UNBLOCK,$/;"	e	enum:signal_action
SSEG	raster/r.watershed/seg/cseg.h	34;"	d
SST_CHILD	include/spawn.h	/^    SST_CHILD,$/;"	e	enum:signal_type
SST_POST	include/spawn.h	/^    SST_POST,$/;"	e	enum:signal_type
SST_PRE	include/spawn.h	/^    SST_PRE,$/;"	e	enum:signal_type
STA	display/d.profile/profile.h	71;"	d
STANDARD_COLOR	include/graphics.h	50;"	d
STARTUPINFO	gui/wxpython/compat/subprocess.py	/^        class STARTUPINFO:$/;"	c
START_COL	raster/r.le/r.le.setup/polytocell/save_area.c	5;"	d	file:
START_MY_CXT	swig/perl/R_slope_aspect/ppport.h	442;"	d
START_MY_CXT	swig/perl/R_slope_aspect/ppport.h	485;"	d
START_PATH	ps/ps.map/vector.h	29;"	d
START_PT	raster/r.cost/stash.h	31;"	d
START_PT	raster/r.walk/stash.h	19;"	d
START_PT	raster/wildfire/r.spreadpath/stash.h	16;"	d
START_ROW	raster/r.le/r.le.setup/polytocell/save_area.c	3;"	d	file:
START_UP	lib/init/Makefile	/^START_UP=grass$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR)$/;"	m
STATS	raster/r.average/main.c	27;"	d	file:
STATS	raster/r.statistics/o_average.c	7;"	d	file:
STATS	raster/r.statistics/o_distrib.c	7;"	d	file:
STATS	raster/r.statistics/o_sum.c	7;"	d	file:
STATS_H	raster/r.terraflow/stats.h	21;"	d
STATS_ONLY	raster/r.report/global.h	126;"	d
STATUS_BUSY	lib/ogsf/gvl_file.c	38;"	d	file:
STATUS_READY	lib/ogsf/gvl_file.c	37;"	d	file:
STDI	imagery/i.atcorr/Gauss.h	8;"	d
STDLEVEL	lib/gis/verbose.c	26;"	d	file:
STD_DEV	imagery/i.class/histograms.c	14;"	d	file:
STD_DEV	imagery/i.class/signature.c	18;"	d	file:
STD_INCS_H	include/std_incs.h	6;"	d
STD_OPT	include/gis.h	/^} STD_OPT;$/;"	t	typeref:enum:__anon262
STD_OPT	swig/perl/gis.h	/^} STD_OPT;$/;"	t	typeref:enum:__anon87
STEP	raster/r.sun/main.c	46;"	d	file:
STEP	raster/r.sun2/main.c	50;"	d	file:
STOP_COL	raster/r.le/r.le.setup/polytocell/save_area.c	6;"	d	file:
STOP_ROW	raster/r.le/r.le.setup/polytocell/save_area.c	4;"	d	file:
STORE	swig/perl/Grass.pm	/^sub STORE {$/;"	s
STP1927PARAMS	general/g.setproj/local_proto.h	8;"	d
STP1983PARAMS	general/g.setproj/local_proto.h	9;"	d
STRACE	raster/r.terraflow/common.h	45;"	d
STREAMUTILS_H	raster/r.terraflow/streamutils.h	20;"	d
STREAM_BUFFER_SIZE	include/iostream/ami_stream.h	52;"	d
STREAM_DURATION	lib/ogsf/gsd_img_mpeg.c	32;"	d	file:
STREAM_FRAME_RATE	lib/ogsf/gsd_img_mpeg.c	33;"	d	file:
STREAM_NB_FRAMES	lib/ogsf/gsd_img_mpeg.c	34;"	d	file:
STREAM_PIX_FMT	lib/ogsf/gsd_img_mpeg.c	35;"	d	file:
STREAM_TMPDIR	include/iostream/ami_stream.h	47;"	d
STYP	vector/v.mapcalc/mapcalc.h	/^} STYP;$/;"	t	typeref:enum:Styp
ST_ASTER	include/gsurf.h	87;"	d
ST_ATT_COLOR	include/gsurf.h	95;"	d
ST_ATT_MARKER	include/gsurf.h	97;"	d
ST_ATT_NONE	include/gsurf.h	94;"	d
ST_ATT_SIZE	include/gsurf.h	96;"	d
ST_BOX	include/gsurf.h	81;"	d
ST_CON_TREE	include/gsurf.h	86;"	d
ST_CUBE	include/gsurf.h	83;"	d
ST_DEC_TREE	include/gsurf.h	85;"	d
ST_DIAMOND	include/gsurf.h	84;"	d
ST_GYRO	include/gsurf.h	88;"	d
ST_HISTOGRAM	include/gsurf.h	90;"	d
ST_SPHERE	include/gsurf.h	82;"	d
ST_X	include/gsurf.h	80;"	d
SUBDIRS	Makefile	/^SUBDIRS = $(DIRS)$/;"	m
SUBDIRS	db/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	db/drivers/Makefile	/^SUBDIRS =  $(SUBDIRS1) $(SUBDIRS2) $(SUBDIRS3) $(SUBDIRS4) $(SUBDIRS5) $(SUBDIRS6)$/;"	m
SUBDIRS	display/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	display/d.mon/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	display/drivers/Makefile	/^SUBDIRS = $/;"	m
SUBDIRS	general/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	general/manage/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	gui/Makefile	/^SUBDIRS = icons images scripts xml tcltk wxpython$/;"	m
SUBDIRS	gui/tcltk/Makefile	/^SUBDIRS = gis.m$/;"	m
SUBDIRS	gui/wxpython/Makefile	/^SUBDIRS = docs scripts vdigit nviz$/;"	m
SUBDIRS	imagery/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	imagery/i.ortho.photo/Makefile	/^SUBDIRS = libes $(SUBDIRS1)$/;"	m
SUBDIRS	imagery/i.smap/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	lib/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	lib/db/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	lib/external/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	lib/fonts/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	lib/rst/Makefile	/^SUBDIRS = data \\$/;"	m
SUBDIRS	lib/vector/Makefile	/^SUBDIRS = rtree \\$/;"	m
SUBDIRS	macosx/Makefile	/^SUBDIRS = $/;"	m
SUBDIRS	macosx/Makefile	/^SUBDIRS = app modbuild$/;"	m
SUBDIRS	misc/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	ps/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	raster/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	raster/r.le/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	raster/r.li/Makefile	/^SUBDIRS = r.li.daemon $(SUBDIRS1)$/;"	m
SUBDIRS	raster/r.support/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	raster/r.watershed/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	raster/simwe/Makefile	/^SUBDIRS = simlib $(SUBDIRS1)$/;"	m
SUBDIRS	raster/wildfire/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	raster3d/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	scripts/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	sites/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	testsuite/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	tools/Makefile	/^SUBDIRS = timer mkftcap$/;"	m
SUBDIRS	vector/Makefile	/^SUBDIRS = \\$/;"	m
SUBDIRS	vector/lidar/Makefile	/^SUBDIRS = lidarlib $(SUBDIRS1)$/;"	m
SUBDIRS	vector/v.lrs/Makefile	/^SUBDIRS = lib $(SUBDIRS1)$/;"	m
SUBDIRS	visualization/Makefile	/^SUBDIRS =$/;"	m
SUBDIRS	visualization/nviz2/Makefile	/^SUBDIRS = cmd$/;"	m
SUBDIRS1	db/drivers/Makefile	/^SUBDIRS1 = dbf$/;"	m
SUBDIRS1	imagery/i.ortho.photo/Makefile	/^SUBDIRS1 = \\$/;"	m
SUBDIRS1	raster/r.li/Makefile	/^SUBDIRS1 = \\$/;"	m
SUBDIRS1	raster/simwe/Makefile	/^SUBDIRS1 = \\$/;"	m
SUBDIRS1	vector/lidar/Makefile	/^SUBDIRS1 = \\$/;"	m
SUBDIRS1	vector/v.lrs/Makefile	/^SUBDIRS1 = \\$/;"	m
SUBDIRS2	db/drivers/Makefile	/^    SUBDIRS2 = odbc$/;"	m
SUBDIRS3	db/drivers/Makefile	/^    SUBDIRS3 = postgres$/;"	m
SUBDIRS4	db/drivers/Makefile	/^    SUBDIRS4 = mysql$/;"	m
SUBDIRS5	db/drivers/Makefile	/^    SUBDIRS5 = sqlite$/;"	m
SUBDIRS6	db/drivers/Makefile	/^    SUBDIRS6 = ogr$/;"	m
SUBGROUPFILE	include/imagery.h	109;"	d
SUM	raster/r.statistics/method.h	12;"	d
SURF	visualization/nviz/src/interface.h	38;"	d
SURFLIB	visualization/nviz/src/Makefile	/^SURFLIB = $(OGSFLIB)$/;"	m
SVG_NS	vector/v.out.svg/main.c	26;"	d	file:
SV_ATT_DISPLAY	visualization/nviz/src/interface.h	61;"	d
SV_ATT_FLAT	visualization/nviz/src/interface.h	63;"	d
SV_ATT_MAP	visualization/nviz/src/interface.h	62;"	d
SV_ATT_MARKER	visualization/nviz/src/interface.h	58;"	d
SV_ATT_SIZE	visualization/nviz/src/interface.h	59;"	d
SV_ATT_USEATT	visualization/nviz/src/interface.h	60;"	d
SV_ATT_WIDTH	visualization/nviz/src/interface.h	57;"	d
SW	include/dlg.h	116;"	d
SW	lib/gpde/N_pde.h	/^    double C, W, E, N, S, NE, NW, SE, SW, V;$/;"	m	struct:__anon51
SW	lib/rst/data/dataquad.h	19;"	d
SW	raster/r.out.pov/main.c	53;"	d	file:
SWAP	lib/gis/geodesic.c	31;"	d	file:
SWAP	lib/gis/intersect.c	78;"	d	file:
SWAP	lib/vector/Vlib/e_intersect.c	6;"	d	file:
SWAP	raster/r.surf.fractal/frac.h	20;"	d
SWAP	raster/r.texture/h_measure.c	50;"	d	file:
SWAP	vector/lidar/v.surf.bspline/crosscorr.c	33;"	d	file:
SWAP	vector/v.hull/macros.h	10;"	d
SWB	vector/v.vol.rst/dataoct.h	10;"	d
SWEEP_OBJS	vector/v.voronoi/Makefile	/^SWEEP_OBJS = sw_edgelist.o sw_geometry.o sw_heap.o sw_main.o sw_memory.o sw_output.o \\$/;"	m
SWIG	swig/python/NumPtr/src/Makefile	/^  SWIG := swig$/;"	m
SWIGFLAGS	swig/python/Makefile	/^SWIGFLAGS = $(ARCH_INC) -I..\/include\/python -outdir .$/;"	m
SWS	lib/gpde/N_pde.h	/^    double NWN, NEN, WC, EC, SWS, SES;$/;"	m	struct:__anon57
SWT	vector/v.vol.rst/dataoct.h	6;"	d
SWW	lib/gpde/N_pde.h	/^    double NWW, NEE, NC, SC, SWW, SEE;$/;"	m	struct:__anon58
SWZ	lib/gpde/N_pde.h	/^    double NWZ, NZ, NEZ, WZ, CZ, EZ, SWZ, SZ, SEZ;$/;"	m	struct:__anon59
SW_B	lib/gpde/N_pde.h	/^    double B, W_B, E_B, N_B, S_B, NE_B, NW_B, SE_B, SW_B;$/;"	m	struct:__anon51
SW_T	lib/gpde/N_pde.h	/^    double T, W_T, E_T, N_T, S_T, NE_T, NW_T, SE_T, SW_T;$/;"	m	struct:__anon51
SYM	include/la.h	/^{ NONSYM, SYM, HERMITIAN } mat_type;$/;"	e	enum:__anon242
SYMB	vector/v.digit/global.h	/^} SYMB;$/;"	t	typeref:struct:__anon196
SYMBCHAIN	include/symbol.h	/^} SYMBCHAIN;$/;"	t	typeref:struct:__anon286
SYMBCOLOR	include/symbol.h	/^} SYMBCOLOR;$/;"	t	typeref:struct:__anon281
SYMBEL	include/symbol.h	/^} SYMBEL;$/;"	t	typeref:struct:__anon282
SYMBOL	include/symbol.h	/^} SYMBOL;$/;"	t	typeref:struct:__anon288
SYMBOL	vector/v.mapcalc/mapcalc.h	/^} SYMBOL;$/;"	t	typeref:struct:Symbol
SYMBPART	include/symbol.h	/^} SYMBPART;$/;"	t	typeref:struct:__anon287
SYMB_BACKGROUND	vector/v.digit/global.h	/^    SYMB_BACKGROUND,$/;"	e	enum:__anon195
SYMB_BOUNDARY_0	vector/v.digit/global.h	/^    SYMB_BOUNDARY_0,		\/* No areas *\/$/;"	e	enum:__anon195
SYMB_BOUNDARY_1	vector/v.digit/global.h	/^    SYMB_BOUNDARY_1,		\/* 1 area *\/$/;"	e	enum:__anon195
SYMB_BOUNDARY_2	vector/v.digit/global.h	/^    SYMB_BOUNDARY_2,		\/* 2 areas *\/$/;"	e	enum:__anon195
SYMB_CENTROID_DUPL	vector/v.digit/global.h	/^    SYMB_CENTROID_DUPL,		\/* Duplicate centroid in area *\/$/;"	e	enum:__anon195
SYMB_CENTROID_IN	vector/v.digit/global.h	/^    SYMB_CENTROID_IN,		\/* Centroid in area *\/$/;"	e	enum:__anon195
SYMB_CENTROID_OUT	vector/v.digit/global.h	/^    SYMB_CENTROID_OUT,		\/* Centroid outside area *\/$/;"	e	enum:__anon195
SYMB_COUNT	vector/v.digit/global.h	/^    SYMB_COUNT			\/* MUST BE LAST, number of symbology layers *\/$/;"	e	enum:__anon195
SYMB_DEFAULT	vector/v.digit/global.h	/^    SYMB_DEFAULT,		\/* line color acording to real line\/node type from Line\/NodeSymb *\/$/;"	e	enum:__anon195
SYMB_HIGHLIGHT	vector/v.digit/global.h	/^    SYMB_HIGHLIGHT,$/;"	e	enum:__anon195
SYMB_LINE	vector/v.digit/global.h	/^    SYMB_LINE,$/;"	e	enum:__anon195
SYMB_NODE_0	vector/v.digit/global.h	/^    SYMB_NODE_0,		\/* Node without lines (points or centroids) *\/$/;"	e	enum:__anon195
SYMB_NODE_1	vector/v.digit/global.h	/^    SYMB_NODE_1,		\/* Node with 1 line *\/$/;"	e	enum:__anon195
SYMB_NODE_2	vector/v.digit/global.h	/^    SYMB_NODE_2,		\/* Node with 2 lines *\/$/;"	e	enum:__anon195
SYMB_POINT	vector/v.digit/global.h	/^    SYMB_POINT,$/;"	e	enum:__anon195
SYMM_TOLERANCE	lib/gpde/solvers_local_proto.h	19;"	d
SYM_NAME	imagery/i.vpoints/plot.c	12;"	d	file:
SYM_SIZE	imagery/i.vpoints/plot.c	11;"	d	file:
SZ	lib/gpde/N_pde.h	/^    double NWZ, NZ, NEZ, WZ, CZ, EZ, SWZ, SZ, SEZ;$/;"	m	struct:__anon59
S_ALL	raster/r.sunmask/solpos00.h	76;"	d
S_AMASS	raster/r.sunmask/solpos00.h	72;"	d
S_ARC	include/symbol.h	12;"	d
S_ASPECT_ERROR	raster/r.sunmask/solpos00.h	/^    S_ASPECT_ERROR,		\/* 14   aspect                -360 -   360   *\/$/;"	e	enum:__anon149
S_B	lib/gpde/N_pde.h	/^    double B, W_B, E_B, N_B, S_B, NE_B, NW_B, SE_B, SW_B;$/;"	m	struct:__anon51
S_COL_DEFAULT	include/symbol.h	18;"	d
S_COL_DEFINED	include/symbol.h	20;"	d
S_COL_NONE	include/symbol.h	19;"	d
S_DAY_ERROR	raster/r.sunmask/solpos00.h	/^    S_DAY_ERROR,		\/*  2   day-of-month             1 -    31   *\/$/;"	e	enum:__anon149
S_DOY	raster/r.sunmask/solpos00.h	63;"	d
S_DOY_ERROR	raster/r.sunmask/solpos00.h	/^    S_DOY_ERROR,		\/*  3   day-of-year              1 -   366   *\/$/;"	e	enum:__anon149
S_ETR	raster/r.sunmask/solpos00.h	75;"	d
S_FLAG	general/g.parser/main.c	/^    S_FLAG,$/;"	e	enum:state	file:
S_GEOM	raster/r.sunmask/solpos00.h	64;"	d
S_HOUR_ERROR	raster/r.sunmask/solpos00.h	/^    S_HOUR_ERROR,		\/*  4   hour                     0 -    24   *\/$/;"	e	enum:__anon149
S_INTRVL_ERROR	raster/r.sunmask/solpos00.h	/^    S_INTRVL_ERROR,		\/*  8   interval (seconds)       0 - 28800   *\/$/;"	e	enum:__anon149
S_LAT_ERROR	raster/r.sunmask/solpos00.h	/^    S_LAT_ERROR,		\/*  9   latitude               -90 -    90   *\/$/;"	e	enum:__anon149
S_LINE	include/symbol.h	11;"	d
S_LON_ERROR	raster/r.sunmask/solpos00.h	/^    S_LON_ERROR,		\/* 10   longitude             -180 -   180   *\/$/;"	e	enum:__anon149
S_MINUTE_ERROR	raster/r.sunmask/solpos00.h	/^    S_MINUTE_ERROR,		\/*  5   minute                   0 -    59   *\/$/;"	e	enum:__anon149
S_MODULE	general/g.parser/main.c	/^    S_MODULE,$/;"	e	enum:state	file:
S_MONTH_ERROR	raster/r.sunmask/solpos00.h	/^    S_MONTH_ERROR,		\/*  1   month                    1 -    12   *\/$/;"	e	enum:__anon149
S_NONE	include/symbol.h	8;"	d
S_OPTION	general/g.parser/main.c	/^    S_OPTION$/;"	e	enum:state	file:
S_POLYGON	include/symbol.h	16;"	d
S_PRESS_ERROR	raster/r.sunmask/solpos00.h	/^    S_PRESS_ERROR,		\/* 12   pressure (millibars)     0 -  2000   *\/$/;"	e	enum:__anon149
S_PRIME	raster/r.sunmask/solpos00.h	73;"	d
S_REFRAC	raster/r.sunmask/solpos00.h	71;"	d
S_SBCF	raster/r.sunmask/solpos00.h	67;"	d
S_SBRAD_ERROR	raster/r.sunmask/solpos00.h	/^    S_SBRAD_ERROR,		\/* 16   shadow band radius (cm)  1 -   100   *\/$/;"	e	enum:__anon149
S_SBSKY_ERROR	raster/r.sunmask/solpos00.h	/^    S_SBSKY_ERROR$/;"	e	enum:__anon149
S_SBWID_ERROR	raster/r.sunmask/solpos00.h	/^    S_SBWID_ERROR,		\/* 15   shadow band width (cm)   1 -   100   *\/$/;"	e	enum:__anon149
S_SECOND_ERROR	raster/r.sunmask/solpos00.h	/^    S_SECOND_ERROR,		\/*  6   second                   0 -    59   *\/$/;"	e	enum:__anon149
S_SOLAZM	raster/r.sunmask/solpos00.h	70;"	d
S_SRSS	raster/r.sunmask/solpos00.h	69;"	d
S_SSHA	raster/r.sunmask/solpos00.h	66;"	d
S_STRING	include/symbol.h	15;"	d
S_T	lib/gpde/N_pde.h	/^    double T, W_T, E_T, N_T, S_T, NE_T, NW_T, SE_T, SW_T;$/;"	m	struct:__anon51
S_TEMP_ERROR	raster/r.sunmask/solpos00.h	/^    S_TEMP_ERROR,		\/* 11   temperature (deg. C)  -100 -   100   *\/$/;"	e	enum:__anon149
S_TEST	lib/vector/diglib/test.c	26;"	d	file:
S_TILT	raster/r.sunmask/solpos00.h	74;"	d
S_TILT_ERROR	raster/r.sunmask/solpos00.h	/^    S_TILT_ERROR,		\/* 13   tilt                   -90 -    90   *\/$/;"	e	enum:__anon149
S_TOPLEVEL	general/g.parser/main.c	/^    S_TOPLEVEL,$/;"	e	enum:state	file:
S_TST	raster/r.sunmask/solpos00.h	68;"	d
S_TZONE_ERROR	raster/r.sunmask/solpos00.h	/^    S_TZONE_ERROR,		\/*  7   time zone              -12 -    12   *\/$/;"	e	enum:__anon149
S_YEAR_ERROR	raster/r.sunmask/solpos00.h	/^{ S_YEAR_ERROR,			\/*  0   year                  1950 -  2050   *\/$/;"	e	enum:__anon149
S_ZENETR	raster/r.sunmask/solpos00.h	65;"	d
S_decode	raster/r.sunmask/solpos00.c	/^void S_decode(long code, struct posdata *pdat)$/;"	f
S_fp	include/la.h	/^typedef int (*S_fp) ();$/;"	t
S_init	raster/r.sunmask/solpos00.c	/^void S_init(struct posdata *pdat)$/;"	f
S_mean	raster/r.topmodel/global.h	/^    double *S_mean;$/;"	m	struct:__anon134
S_read	lib/symbol/read.c	/^SYMBOL *S_read(char *sname)$/;"	f
S_solpos	raster/r.sunmask/solpos00.c	/^long S_solpos(struct posdata *pdat)$/;"	f
S_stroke	lib/symbol/stroke.c	/^void S_stroke(SYMBOL * Symb, int size, double rotation, int tolerance)$/;"	f
SaveDisplayRegion	gui/wxpython/gui_modules/mapdisp.py	/^    def SaveDisplayRegion(self, event):$/;"	m	class:BufferedWindow
SaveGCPs	gui/wxpython/gui_modules/georect.py	/^    def SaveGCPs(self, event):$/;"	m	class:GCP
SaveHistory	gui/wxpython/gui_modules/goutput.py	/^    def SaveHistory(self, event):$/;"	m	class:GMConsole
SaveMap	raster/r.random.surface/save.c	/^void SaveMap(int NumMap, int MapSeed)$/;"	f
SaveRegion	gui/wxpython/gui_modules/mapdisp.py	/^    def SaveRegion(self, wind):$/;"	m	class:BufferedWindow
SaveToFile	gui/wxpython/gui_modules/histogram.py	/^    def SaveToFile(self, FileName, FileType):$/;"	m	class:BufferedWindow
SaveToFile	gui/wxpython/gui_modules/histogram.py	/^    def SaveToFile(self, event):$/;"	m	class:HistFrame
SaveToFile	gui/wxpython/gui_modules/mapdisp.py	/^    def SaveToFile(self, FileName, FileType):$/;"	m	class:BufferedWindow
SaveToFile	gui/wxpython/gui_modules/mapdisp.py	/^    def SaveToFile(self, event):$/;"	m	class:MapFrame
SaveToFile	gui/wxpython/gui_modules/preferences.py	/^    def SaveToFile(self, settings=None):$/;"	m	class:Settings
SaveToFile	gui/wxpython/gui_modules/profile.py	/^    def SaveToFile(self, event):$/;"	m	class:ProfileFrame
SaveToWorkspaceFile	gui/wxpython/wxgui.py	/^    def SaveToWorkspaceFile(self, filename):$/;"	m	class:GMFrame
Save_cellhd	imagery/i.ortho.photo/photo.2target/cellhd.c	/^void Save_cellhd(View * view, struct Cell_head *cellhd, char *file)$/;"	f
SavedRegion	gui/wxpython/gui_modules/gdialogs.py	/^class SavedRegion(wx.Dialog):$/;"	c
Scale	vector/v.digit/global.h	/^Global double Scale;		\/* Map \/ xdriver *\/$/;"	v
ScaleRange	imagery/i.atcorr/main.cpp	/^struct ScaleRange$/;"	s	file:
Scaled_raster	lib/driver/driver.h	/^    int (*Scaled_raster) (int, int,$/;"	m	struct:driver
ScriptAddString_Cmd	visualization/nviz/src/script_support.c	/^int ScriptAddString_Cmd(ClientData clientData,	\/* Main window associated with$/;"	f
ScrollView::_destroy	lib/external/bwidget/scrollview.tcl	/^proc ScrollView::_destroy { path } {$/;"	p
ScrollView::_resize	lib/external/bwidget/scrollview.tcl	/^proc ScrollView::_resize { path } {$/;"	p
ScrollView::_set_hscroll	lib/external/bwidget/scrollview.tcl	/^proc ScrollView::_set_hscroll { path vmin vmax } {$/;"	p
ScrollView::_set_view	lib/external/bwidget/scrollview.tcl	/^proc ScrollView::_set_view { path cmd x y } {$/;"	p
ScrollView::_set_vscroll	lib/external/bwidget/scrollview.tcl	/^proc ScrollView::_set_vscroll { path vmin vmax } {$/;"	p
ScrollView::_update_scroll	lib/external/bwidget/scrollview.tcl	/^proc ScrollView::_update_scroll { path callscroll hminmax vminmax } {$/;"	p
ScrollView::cget	lib/external/bwidget/scrollview.tcl	/^proc ScrollView::cget { path option } {$/;"	p
ScrollView::configure	lib/external/bwidget/scrollview.tcl	/^proc ScrollView::configure { path args } {$/;"	p
ScrollView::create	lib/external/bwidget/scrollview.tcl	/^proc ScrollView::create { path args } {$/;"	p
ScrollableFrame::_resize	lib/external/bwidget/scrollframe.tcl	/^proc ScrollableFrame::_resize { path } {$/;"	p
ScrollableFrame::cget	lib/external/bwidget/scrollframe.tcl	/^proc ScrollableFrame::cget { path option } {$/;"	p
ScrollableFrame::configure	lib/external/bwidget/scrollframe.tcl	/^proc ScrollableFrame::configure { path args } {$/;"	p
ScrollableFrame::create	lib/external/bwidget/scrollframe.tcl	/^proc ScrollableFrame::create { path args } {$/;"	p
ScrollableFrame::getframe	lib/external/bwidget/scrollframe.tcl	/^proc ScrollableFrame::getframe { path } {$/;"	p
ScrollableFrame::see	lib/external/bwidget/scrollframe.tcl	/^proc ScrollableFrame::see { path widget {vert top} {horz left}} {$/;"	p
ScrollableFrame::xview	lib/external/bwidget/scrollframe.tcl	/^proc ScrollableFrame::xview { path args } {$/;"	p
ScrollableFrame::yview	lib/external/bwidget/scrollframe.tcl	/^proc ScrollableFrame::yview { path args } {$/;"	p
ScrolledWindow::_destroy	lib/external/bwidget/scrollw.tcl	/^proc ScrolledWindow::_destroy { path } {$/;"	p
ScrolledWindow::_realize	lib/external/bwidget/scrollw.tcl	/^proc ScrolledWindow::_realize { path } {$/;"	p
ScrolledWindow::_set_hscroll	lib/external/bwidget/scrollw.tcl	/^proc ScrolledWindow::_set_hscroll { path vmin vmax } {$/;"	p
ScrolledWindow::_set_vscroll	lib/external/bwidget/scrollw.tcl	/^proc ScrolledWindow::_set_vscroll { path vmin vmax } {$/;"	p
ScrolledWindow::cget	lib/external/bwidget/scrollw.tcl	/^proc ScrolledWindow::cget { path option } {$/;"	p
ScrolledWindow::configure	lib/external/bwidget/scrollw.tcl	/^proc ScrolledWindow::configure { path args } {$/;"	p
ScrolledWindow::create	lib/external/bwidget/scrollw.tcl	/^proc ScrolledWindow::create { path args } {$/;"	p
ScrolledWindow::getframe	lib/external/bwidget/scrollw.tcl	/^proc ScrolledWindow::getframe { path } {$/;"	p
ScrolledWindow::setwidget	lib/external/bwidget/scrollw.tcl	/^proc ScrolledWindow::setwidget { path widget } {$/;"	p
Scurwin	display/d.save/main.c	/^char Scurwin[100];$/;"	v
Search	gui/wxpython/gui_modules/location_wizard.py	/^    def Search (self, index, pattern):$/;"	m	class:ItemList
SearchHitCallback	lib/vector/rtree/index.h	/^typedef int (*SearchHitCallback) (int id, void *arg);$/;"	t
Seed	raster/r.random.cells/ransurf.h	/^GLOBAL int Seed, OutFD;$/;"	v
Seed	raster/r.random.surface/ransurf.h	/^GLOBAL int *Seeds, Seed, NumSeeds, Low, High, NumMaps, NumFilters, OutFD;$/;"	v
Seeds	raster/r.random.surface/ransurf.h	/^GLOBAL int *Seeds, Seed, NumSeeds, Low, High, NumMaps, NumFilters, OutFD;$/;"	v
Select	gui/wxpython/gui_modules/gselect.py	/^class Select(wx.combo.ComboCtrl):$/;"	c
Select	vector/lidar/v.lidar.edgedetection/edgedetection.c	/^int Select(double *PartialX, double *PartialY, double *Interp, int line_num,$/;"	f
SelectByPoint	gui/wxpython/gui_modules/dbm.py	/^    def SelectByPoint(self, queryCoords, qdist):$/;"	m	class:VectorDBInfo
SelectColor::_activate	lib/external/bwidget/color.tcl	/^proc SelectColor::_activate { path cell } {$/;"	p
SelectColor::_destroy	lib/external/bwidget/color.tcl	/^proc SelectColor::_destroy { path } {$/;"	p
SelectColor::_post_menu	lib/external/bwidget/color.tcl	/^proc SelectColor::_post_menu { path X Y } {$/;"	p
SelectColor::_tk_choose_color	lib/external/bwidget/color.tcl	/^proc SelectColor::_tk_choose_color { path } {$/;"	p
SelectColor::_update_var	lib/external/bwidget/color.tcl	/^proc SelectColor::_update_var { path args } {$/;"	p
SelectColor::cget	lib/external/bwidget/color.tcl	/^proc SelectColor::cget { path option } {$/;"	p
SelectColor::configure	lib/external/bwidget/color.tcl	/^proc SelectColor::configure { path args } {$/;"	p
SelectColor::create	lib/external/bwidget/color.tcl	/^proc SelectColor::create { path args } {$/;"	p
SelectColor::setcolor	lib/external/bwidget/color.tcl	/^proc SelectColor::setcolor { index color } {$/;"	p
SelectDatumDialog	gui/wxpython/gui_modules/location_wizard.py	/^class SelectDatumDialog(wx.Dialog):$/;"	c
SelectDefault	gui/wxpython/gui_modules/toolbars.py	/^    def SelectDefault(self, event):$/;"	m	class:AbstractToolbar
SelectFont::_destroy	lib/external/bwidget/font.tcl	/^proc SelectFont::_destroy { path } {$/;"	p
SelectFont::_draw	lib/external/bwidget/font.tcl	/^proc SelectFont::_draw { path } {$/;"	p
SelectFont::_getfont	lib/external/bwidget/font.tcl	/^proc SelectFont::_getfont { path } {$/;"	p
SelectFont::_modstyle	lib/external/bwidget/font.tcl	/^proc SelectFont::_modstyle { path style } {$/;"	p
SelectFont::_update	lib/external/bwidget/font.tcl	/^proc SelectFont::_update { path } {$/;"	p
SelectFont::cget	lib/external/bwidget/font.tcl	/^proc SelectFont::cget { path option } {$/;"	p
SelectFont::configure	lib/external/bwidget/font.tcl	/^proc SelectFont::configure { path args } {$/;"	p
SelectFont::create	lib/external/bwidget/font.tcl	/^proc SelectFont::create { path args } {$/;"	p
SelectFont::loadfont	lib/external/bwidget/font.tcl	/^proc SelectFont::loadfont { } {$/;"	p
SelectFromTable	gui/wxpython/gui_modules/dbm.py	/^    def SelectFromTable(self, layer, cols='*', where=None):$/;"	m	class:VectorDBInfo
SelectLineByPoint	gui/wxpython/gui_modules/vdigit.py	/^    def SelectLineByPoint(self, point, type=0):$/;"	m	class:CDisplayDriver
SelectLineByPoint	gui/wxpython/vdigit/driver_select.cpp	/^std::vector<double> DisplayDriver::SelectLineByPoint(double x, double y, double z,$/;"	f	class:DisplayDriver
SelectLinesByBox	gui/wxpython/gui_modules/vdigit.py	/^    def SelectLinesByBox(self, begin, end, type=0, drawSeg=False):$/;"	m	class:CDisplayDriver
SelectLinesByBox	gui/wxpython/vdigit/driver_select.cpp	/^int DisplayDriver::SelectLinesByBox(double x1, double y1, double z1, $/;"	f	class:DisplayDriver
SelectLinesByQuery	gui/wxpython/gui_modules/vdigit.py	/^    def SelectLinesByQuery(self, pos1, pos2):$/;"	m	class:VDigit
SelectLinesByQuery	gui/wxpython/vdigit/select.cpp	/^std::vector<int> Digit::SelectLinesByQuery(double x1, double y1, double z1,$/;"	f	class:Digit
SelectLinesByQueryThresh	gui/wxpython/gui_modules/vdigit.py	/^    def SelectLinesByQueryThresh(self):$/;"	m	class:AbstractDigit
SelectLinesFromBackgroundMap	gui/wxpython/gui_modules/vdigit.py	/^    def SelectLinesFromBackgroundMap(self, pos1, pos2):$/;"	m	class:AbstractDigit
Select_Correction	vector/lidar/v.lidar.correction/correction.c	/^int Select_Correction(double *Interp, int line_num, dbDriver * driver)$/;"	f
Select_Outlier	vector/lidar/v.outlier/outlier.c	/^int Select_Outlier(double *Interp, int line_num, dbDriver * driver)$/;"	f
SendScriptLine	visualization/nviz/scripts/script_support.tcl	/^proc SendScriptLine {line} {$/;"	p
SendScriptLineWait	visualization/nviz/scripts/script_support.tcl	/^proc SendScriptLineWait {line this_proc} {$/;"	p
Separator::cget	lib/external/bwidget/separator.tcl	/^proc Separator::cget { path option } {$/;"	p
Separator::configure	lib/external/bwidget/separator.tcl	/^proc Separator::configure { path args } {$/;"	p
Separator::create	lib/external/bwidget/separator.tcl	/^proc Separator::create { path args } {$/;"	p
Set	gui/wxpython/gui_modules/preferences.py	/^    def Set(self, group, value, key=None, subkey=None, internal=False):$/;"	m	class:Settings
SetActive	gui/wxpython/gui_modules/render.py	/^    def SetActive(self, enable=True):$/;"	m	class:Layer
SetBackground	gui/wxpython/vdigit/pseudodc.h	/^    void SetBackground(const wxBrush& brush)$/;"	f	class:gwxPseudoDC
SetBackgroundMode	gui/wxpython/vdigit/pseudodc.h	/^    void SetBackgroundMode(int mode)$/;"	f	class:gwxPseudoDC
SetBgColor	gui/wxpython/nviz/init.cpp	/^void Nviz::SetBgColor(const char *color_str)$/;"	f	class:Nviz
SetBounded	gui/wxpython/vdigit/pseudodc.h	/^        void SetBounded(bool bounded) {m_bounded=bounded;}$/;"	f	class:gpdcObject
SetBounds	gui/wxpython/vdigit/pseudodc.h	/^        void   SetBounds(wxRect& rect) {m_bounds=rect; m_bounded=true;}$/;"	f	class:gpdcObject
SetBrush	gui/wxpython/vdigit/pseudodc.h	/^    void SetBrush(const wxBrush& brush)$/;"	f	class:gwxPseudoDC
SetCategory	gui/wxpython/gui_modules/vdigit.py	/^    def SetCategory(self):$/;"	m	class:AbstractDigit
SetCategory	gui/wxpython/vdigit/cats.cpp	/^int Digit::SetCategory(int layer, int cat)$/;"	f	class:Digit
SetCategoryNextToUse	gui/wxpython/gui_modules/vdigit.py	/^    def SetCategoryNextToUse(self):$/;"	m	class:AbstractDigit
SetClassProcsPtr	visualization/nviz/src/togl.c	/^static void (*SetClassProcsPtr)$/;"	v	file:
SetCmd	gui/wxpython/gui_modules/render.py	/^    def SetCmd(self, cmd):$/;"	m	class:Layer
SetCtrlDict	gui/wxpython/gui_modules/track.py	/^	def SetCtrlDict(self, idx, disp, page, tree):$/;"	m	class:Track
SetData	gui/wxpython/gui_modules/gselect.py	/^    def SetData(self, **kargs):$/;"	m	class:TreeCtrlComboPopup
SetDevice	gui/wxpython/gui_modules/vdigit.py	/^    def SetDevice(self, pdc):$/;"	m	class:CDisplayDriver
SetDevice	gui/wxpython/vdigit/driver.cpp	/^void DisplayDriver::SetDevice(void *device)$/;"	f	class:DisplayDriver
SetDisp	gui/wxpython/gui_modules/track.py	/^	def SetDisp(self, disp_idx, disp_id):$/;"	m	class:Track
SetDisplay	gui/wxpython/nviz/init.cpp	/^int Nviz::SetDisplay(void *display)$/;"	f	class:Nviz
SetElementList	gui/wxpython/gui_modules/gselect.py	/^    def SetElementList(self, type, mapsets = None, exceptOf = []):$/;"	m	class:Select
SetFont	gui/wxpython/vdigit/pseudodc.h	/^    void SetFont(const wxFont& font) $/;"	f	class:gwxPseudoDC
SetGCPData	gui/wxpython/gui_modules/georect.py	/^    def SetGCPData(self, coordtype, coord, mapdisp=None, check=True):$/;"	m	class:GCP
SetGraphStyle	gui/wxpython/gui_modules/profile.py	/^    def SetGraphStyle(self):$/;"	m	class:ProfileFrame
SetGreyedOut	gui/wxpython/vdigit/pseudodc.cpp	/^void gpdcObject::SetGreyedOut(bool greyout) $/;"	f	class:gpdcObject
SetGrid	visualization/nviz/src/togl.c	/^    int     SetGrid;            \/* positive is grid size for window manager *\/$/;"	m	struct:Togl	file:
SetHidden	gui/wxpython/gui_modules/render.py	/^    def SetHidden(self, enable=False):$/;"	m	class:Layer
SetHistFont	gui/wxpython/gui_modules/histogram.py	/^    def SetHistFont(self, event):$/;"	m	class:HistFrame
SetHistLayer	gui/wxpython/gui_modules/histogram.py	/^    def SetHistLayer(self, name):$/;"	m	class:HistFrame
SetId	gui/wxpython/vdigit/pseudodc.h	/^        void SetId(int id) {m_id=id;}$/;"	f	class:gpdcObject
SetId	gui/wxpython/vdigit/pseudodc.h	/^    void SetId(int id) {m_currId = id;}$/;"	f	class:gwxPseudoDC
SetIdBounds	gui/wxpython/vdigit/pseudodc.cpp	/^void gwxPseudoDC::SetIdBounds(int id, wxRect& rect)$/;"	f	class:gwxPseudoDC
SetIdGreyedOut	gui/wxpython/vdigit/pseudodc.cpp	/^void gwxPseudoDC::SetIdGreyedOut(int id, bool greyout)$/;"	f	class:gwxPseudoDC
SetIsosurfaceAttr	gui/wxpython/nviz/volume.cpp	/^int Nviz::SetIsosurfaceAttr(int id, int isosurf_id,$/;"	f	class:Nviz
SetIsosurfaceColor	gui/wxpython/nviz/volume.cpp	/^int Nviz::SetIsosurfaceColor(int id, int isosurf_id,$/;"	f	class:Nviz
SetIsosurfaceEmit	gui/wxpython/nviz/volume.cpp	/^int Nviz::SetIsosurfaceEmit(int id, int isosurf_id,$/;"	f	class:Nviz
SetIsosurfaceMask	gui/wxpython/nviz/volume.cpp	/^int Nviz::SetIsosurfaceMask(int id, int isosurf_id,$/;"	f	class:Nviz
SetIsosurfaceMode	gui/wxpython/gui_modules/nviz_tools.py	/^    def SetIsosurfaceMode(self, selection):$/;"	m	class:NvizToolWindow
SetIsosurfaceMode	gui/wxpython/nviz/volume.cpp	/^int Nviz::SetIsosurfaceMode(int id, int mode)$/;"	f	class:Nviz
SetIsosurfaceRes	gui/wxpython/nviz/volume.cpp	/^int Nviz::SetIsosurfaceRes(int id, int res)$/;"	f	class:Nviz
SetIsosurfaceResolution	gui/wxpython/gui_modules/nviz_tools.py	/^    def SetIsosurfaceResolution(self, res):$/;"	m	class:NvizToolWindow
SetIsosurfaceShine	gui/wxpython/nviz/volume.cpp	/^int Nviz::SetIsosurfaceShine(int id, int isosurf_id,$/;"	f	class:Nviz
SetIsosurfaceTransp	gui/wxpython/nviz/volume.cpp	/^int Nviz::SetIsosurfaceTransp(int id, int isosurf_id,$/;"	f	class:Nviz
SetLabel	gui/wxpython/gui_modules/menuform.py	/^    def SetLabel(self, label):$/;"	m	class:StaticWrapText
SetLightsDefault	gui/wxpython/nviz/lights.cpp	/^void Nviz::SetLightsDefault()$/;"	f	class:Nviz
SetLineCats	gui/wxpython/gui_modules/vdigit.py	/^    def SetLineCats(self, line, layer, cats, add=True):$/;"	m	class:VDigit
SetLineCats	gui/wxpython/vdigit/cats.cpp	/^int Digit::SetLineCats(int line_id, int layer, std::vector<int> cats, bool add)$/;"	f	class:Digit
SetLogicalFunction	gui/wxpython/vdigit/pseudodc.h	/^    void SetLogicalFunction(int function)$/;"	f	class:gwxPseudoDC
SetMacBufRect	visualization/nviz/src/togl.c	/^SetMacBufRect(Togl *togl)$/;"	f	file:
SetMapDisplay	gui/wxpython/gui_modules/georect.py	/^    def SetMapDisplay(self, win):$/;"	m	class:GCP
SetMapName	gui/wxpython/gui_modules/vdigit.py	/^    def SetMapName(self, map):$/;"	m	class:AbstractDigit
SetMapObjAttrb	gui/wxpython/gui_modules/nviz_tools.py	/^    def SetMapObjAttrb(self, nvizType, winId):$/;"	m	class:NvizToolWindow
SetMapObjProperties	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def SetMapObjProperties(self, item, id, nvizType):$/;"	m	class:GLWindow
SetMapObjUseMap	gui/wxpython/gui_modules/nviz_tools.py	/^    def SetMapObjUseMap(self, nvizType, attrb, map=None):$/;"	m	class:NvizToolWindow
SetName	gui/wxpython/gui_modules/render.py	/^    def SetName(self, name):$/;"	m	class:Layer
SetOpacity	gui/wxpython/gui_modules/render.py	/^    def SetOpacity(self, value):$/;"	m	class:Layer
SetOpacityDialog	gui/wxpython/gui_modules/gdialogs.py	/^class SetOpacityDialog(wx.Dialog):$/;"	c
SetPage	gui/wxpython/gui_modules/nviz_tools.py	/^    def SetPage(self, name):$/;"	m	class:NvizToolWindow
SetPalette	gui/wxpython/vdigit/pseudodc.h	/^    void SetPalette(const wxPalette& palette)$/;"	f	class:gwxPseudoDC
SetPen	gui/wxpython/vdigit/pseudodc.h	/^    void SetPen(const wxPen& pen)$/;"	f	class:gwxPseudoDC
SetProperties	gui/wxpython/gui_modules/mapdisp.py	/^    def SetProperties(self, render=False, mode=0, showCompExtent=False,$/;"	m	class:MapFrame
SetRaster	gui/wxpython/gui_modules/profile.py	/^    def SetRaster(self):$/;"	m	class:ProfileFrame
SetRasterDialog	gui/wxpython/gui_modules/profile.py	/^class SetRasterDialog(wx.Dialog):$/;"	c
SetRegion	gui/wxpython/gui_modules/render.py	/^    def SetRegion(self, windres=False):$/;"	m	class:Map
SetRegion	gui/wxpython/vdigit/driver.cpp	/^void DisplayDriver::SetRegion(double north, double south, double east, double west,$/;"	f	class:DisplayDriver
SetScriptFile	visualization/nviz/scripts/script_support.tcl	/^proc SetScriptFile {} {$/;"	p
SetScriptFile_Cmd	visualization/nviz/src/script_support.c	/^int SetScriptFile_Cmd(ClientData clientData,	\/* Main window associated with$/;"	f
SetSelected	gui/wxpython/gui_modules/vdigit.py	/^    def SetSelected(self, id, field=-1):$/;"	m	class:CDisplayDriver
SetSelected	gui/wxpython/vdigit/driver_select.cpp	/^int DisplayDriver::SetSelected(std::vector<int> id, int field)$/;"	f	class:DisplayDriver
SetSelection	gui/wxpython/gis_set.py	/^    def SetSelection(self, item, force = False):$/;"	m	class:GListBox
SetSrcEnv	gui/wxpython/gui_modules/georect.py	/^    def SetSrcEnv(self, location, mapset):$/;"	m	class:GeorectWizard
SetState_Cmd	visualization/nviz/src/script_support.c	/^int SetState_Cmd(ClientData clientData,	\/* Main window associated with$/;"	f
SetStringValue	gui/wxpython/gui_modules/gselect.py	/^    def SetStringValue(self, value):$/;"	m	class:TreeCtrlComboPopup
SetSurfaceAttr	gui/wxpython/nviz/surface.cpp	/^int Nviz::SetSurfaceAttr(int id, int attr, bool map, const char *value)$/;"	f	class:Nviz
SetSurfaceColor	gui/wxpython/nviz/surface.cpp	/^int Nviz::SetSurfaceColor(int id, bool map, const char *value)$/;"	f	class:Nviz
SetSurfaceDefaultProp	gui/wxpython/gui_modules/workspace.py	/^    def SetSurfaceDefaultProp(self):$/;"	m	class:Nviz
SetSurfaceEmit	gui/wxpython/nviz/surface.cpp	/^int Nviz::SetSurfaceEmit(int id, bool map, const char *value)$/;"	f	class:Nviz
SetSurfaceMask	gui/wxpython/nviz/surface.cpp	/^int Nviz::SetSurfaceMask(int id, bool invert, const char *value)$/;"	f	class:Nviz
SetSurfaceMode	gui/wxpython/gui_modules/nviz_tools.py	/^    def SetSurfaceMode(self):$/;"	m	class:NvizToolWindow
SetSurfacePosition	gui/wxpython/nviz/surface.cpp	/^int Nviz::SetSurfacePosition(int id, float x, float y, float z)$/;"	f	class:Nviz
SetSurfaceRes	gui/wxpython/nviz/surface.cpp	/^int Nviz::SetSurfaceRes(int id, int fine, int coarse)$/;"	f	class:Nviz
SetSurfaceResolution	gui/wxpython/gui_modules/nviz_tools.py	/^    def SetSurfaceResolution(self):$/;"	m	class:NvizToolWindow
SetSurfaceShine	gui/wxpython/nviz/surface.cpp	/^int Nviz::SetSurfaceShine(int id, bool map, const char *value)$/;"	f	class:Nviz
SetSurfaceStyle	gui/wxpython/nviz/surface.cpp	/^int Nviz::SetSurfaceStyle(int id, int style)$/;"	f	class:Nviz
SetSurfaceTopo	gui/wxpython/nviz/surface.cpp	/^int Nviz::SetSurfaceTopo(int id, bool map, const char *value)$/;"	f	class:Nviz
SetSurfaceTransp	gui/wxpython/nviz/surface.cpp	/^int Nviz::SetSurfaceTransp(int id, bool map, const char *value)$/;"	f	class:Nviz
SetTarget	gui/wxpython/gui_modules/georect.py	/^    def SetTarget(self, tgroup, tlocation, tmapset):$/;"	m	class:GCP
SetTextBackground	gui/wxpython/vdigit/pseudodc.h	/^    void SetTextBackground(const wxColour& colour)$/;"	f	class:gwxPseudoDC
SetTextForeground	gui/wxpython/vdigit/pseudodc.h	/^    void SetTextForeground(const wxColour& colour)$/;"	f	class:gwxPseudoDC
SetType	gui/wxpython/gui_modules/render.py	/^    def SetType(self, type):$/;"	m	class:Layer
SetVal	gui/wxpython/gui_modules/location_wizard.py	/^    def SetVal(self, event):$/;"	m	class:CoordinateSystemPage
SetVal	gui/wxpython/gui_modules/location_wizard.py	/^    def SetVal(self, event):$/;"	m	class:ProjTypePage
SetVectorDefaultProp	gui/wxpython/gui_modules/workspace.py	/^    def SetVectorDefaultProp(self):$/;"	m	class:Nviz
SetVectorLineHeight	gui/wxpython/nviz/vector.cpp	/^int Nviz::SetVectorLineHeight(int id, float height)$/;"	f	class:Nviz
SetVectorLineMode	gui/wxpython/nviz/vector.cpp	/^int Nviz::SetVectorLineMode(int id, const char *color_str,$/;"	f	class:Nviz
SetVectorLineSurface	gui/wxpython/nviz/vector.cpp	/^int Nviz::SetVectorLineSurface(int id, int surf_id)$/;"	f	class:Nviz
SetVectorLinesDefaultProp	gui/wxpython/gui_modules/workspace.py	/^    def SetVectorLinesDefaultProp(self, data):$/;"	m	class:Nviz
SetVectorPointHeight	gui/wxpython/nviz/vector.cpp	/^int Nviz::SetVectorPointHeight(int id, float height)$/;"	f	class:Nviz
SetVectorPointMode	gui/wxpython/nviz/vector.cpp	/^int Nviz::SetVectorPointMode(int id, const char *color_str,$/;"	f	class:Nviz
SetVectorPointSurface	gui/wxpython/nviz/vector.cpp	/^int Nviz::SetVectorPointSurface(int id, int surf_id)$/;"	f	class:Nviz
SetVectorPointsDefaultProp	gui/wxpython/gui_modules/workspace.py	/^    def SetVectorPointsDefaultProp(self, data):$/;"	m	class:Nviz
SetView	gui/wxpython/nviz/change_view.cpp	/^int Nviz::SetView(float x, float y,$/;"	f	class:Nviz
SetViewDefault	gui/wxpython/nviz/change_view.cpp	/^std::vector<double> Nviz::SetViewDefault()$/;"	f	class:Nviz
SetVolumeDefaultProp	gui/wxpython/gui_modules/workspace.py	/^    def SetVolumeDefaultProp(self):$/;"	m	class:Nviz
SetWireColor	gui/wxpython/nviz/surface.cpp	/^int Nviz::SetWireColor(int id, const char* color_str)$/;"	f	class:Nviz
SetZExag	gui/wxpython/nviz/change_view.cpp	/^int Nviz::SetZExag(float z_exag)$/;"	f	class:Nviz
Set_mouse_xy	imagery/i.class/mouse.c	/^int Set_mouse_xy(int x, int y)$/;"	f
Set_mouse_xy	imagery/i.ortho.photo/photo.2image/mouse.c	/^int Set_mouse_xy(int x, int y)$/;"	f
Set_mouse_xy	imagery/i.ortho.photo/photo.2target/mouse.c	/^int Set_mouse_xy(int x, int y)$/;"	f
Set_mouse_xy	imagery/i.points/mouse.c	/^int Set_mouse_xy(int x, int y)$/;"	f
Set_mouse_xy	imagery/i.vpoints/mouse.c	/^int Set_mouse_xy(int x, int y)$/;"	f
Set_window	lib/driver/driver.h	/^    void (*Set_window) (int, int, int, int);$/;"	m	struct:driver
Settings	gui/wxpython/gui_modules/preferences.py	/^class Settings:$/;"	c
SettingsError	gui/wxpython/gui_modules/gcmd.py	/^class SettingsError(GException):$/;"	c
SetupOverlay	visualization/nviz/src/togl.c	/^SetupOverlay(Togl *togl)$/;"	f	file:
SetupReprojector	raster/r.in.gdal/main.c	/^static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc,$/;"	f	file:
SfRealloc	lib/external/shapelib/dbfopen.c	/^static void * SfRealloc( void * pMem, int nNewSize )$/;"	f	file:
SfRealloc	lib/external/shapelib/shpopen.c	/^static void * SfRealloc( void * pMem, int nNewSize )$/;"	f	file:
Shade	lib/ogsf/gsd_prim.c	/^static int Shade;$/;"	v	file:
ShareContext	visualization/nviz/src/togl.c	/^    const char *ShareContext;   \/* name (ident) to share OpenGL context with *\/$/;"	m	struct:Togl	file:
ShareList	visualization/nviz/src/togl.c	/^    const char *ShareList;      \/* name (ident) of Togl to share dlists with *\/$/;"	m	struct:Togl	file:
Sheight	display/d.save/main.c	/^int Sheight, Swidth;$/;"	v
Show	gui/wxpython/gui_modules/gcmd.py	/^    def Show(self):$/;"	m	class:GException
SigSet	include/imagery.h	/^struct SigSet$/;"	s
Signature	include/imagery.h	/^struct Signature$/;"	s
Sigs	imagery/i.class/globals.h	/^GLOBAL struct Signature Sigs;$/;"	v	typeref:struct:Signature
Simple	raster3d/r3.in.v5d/v5d.c	/^static v5dstruct *Simple = NULL;$/;"	v	file:
Simple	raster3d/r3.out.v5d/v5d.c	/^static v5dstruct *Simple = NULL;$/;"	v	file:
SimpleErrorMessage	lib/g3d/g3dhistory.c	/^void SimpleErrorMessage(FILE * fd, const char *name, const char *mapset)$/;"	f
SingleAttributes	raster3d/r3.showdspf/new_init_graphics.c	/^static int SingleAttributes[] = { GLX_RGBA, GLX_RED_SIZE, 1,$/;"	v	file:
SingleMultipleCB	raster3d/r3.showdspf/new_init_graphics.c	/^void SingleMultipleCB(Widget widget, XtPointer client_data, XtPointer cdata)$/;"	f
SingleToggle	raster3d/r3.showdspf/new_init_graphics.c	/^static Widget SingleToggle, MultipleToggle;$/;"	v	file:
Site	include/site.h	/^} Site;$/;"	t	typeref:struct:__anon292
Site	vector/v.voronoi/sw_defs.h	/^struct Site$/;"	s
Site_ID	lib/ogsf/GP2.c	/^static int Site_ID[MAX_SITES];$/;"	v	file:
Site_head	include/site.h	/^} Site_head;$/;"	t	typeref:struct:__anon293
Site_top	lib/ogsf/gp.c	/^static geosite *Site_top = NULL;$/;"	v	file:
Sixs_aer	imagery/i.atcorr/common.h	/^struct Sixs_aer$/;"	s
Sixs_aerbas	imagery/i.atcorr/common.h	/^struct Sixs_aerbas$/;"	s
Sixs_disc	imagery/i.atcorr/common.h	/^struct Sixs_disc$/;"	s
Sixs_sos	imagery/i.atcorr/common.h	/^struct Sixs_sos$/;"	s
Sixs_trunc	imagery/i.atcorr/common.h	/^struct Sixs_trunc$/;"	s
Size	lib/bitmap/bitmap.c	/^static int Size = 1;$/;"	v	file:
Size	vector/v.label/main.c	/^struct Option *Xoffset, *Yoffset, *Reference, *Font, *Color, *Size;$/;"	v	typeref:struct:
Slink	lib/vector/Vlib/poly.c	/^struct Slink$/;"	s	file:
SnapLine	gui/wxpython/gui_modules/vdigit.py	/^    def SnapLine(self):$/;"	m	class:VDigit
SnapLines	gui/wxpython/vdigit/line.cpp	/^int Digit::SnapLines(double thresh)$/;"	f	class:Digit
SolarRadVar	raster/r.sun2/sunradstruct.h	/^struct SolarRadVar$/;"	s
SortItems	gui/wxpython/gui_modules/dbm.py	/^    def SortItems(self, sorter=cmp):$/;"	m	class:VirtualAttributeList
SortItems	gui/wxpython/gui_modules/location_wizard.py	/^    def SortItems(self, sorter=cmp):$/;"	m	class:ItemList
Sorter	gui/wxpython/gui_modules/dbm.py	/^    def Sorter(self, key1, key2):$/;"	m	class:VirtualAttributeList
Sorter	gui/wxpython/gui_modules/location_wizard.py	/^    def Sorter(self, key1, key2):$/;"	m	class:ItemList
Specular	raster3d/r3.showdspf/vizual.h	/^    float Specular;$/;"	m	struct:dspec
Spidx_built	include/vect/dig_structs.h	/^    int Spidx_built;		\/* set to 1 if spatial index is available and to 0 if it is not *\/$/;"	m	struct:Plus_head
SpinBox::_destroy	lib/external/bwidget/spinbox.tcl	/^proc SpinBox::_destroy { path } {$/;"	p
SpinBox::_modify_value	lib/external/bwidget/spinbox.tcl	/^proc SpinBox::_modify_value { path direction reason } {$/;"	p
SpinBox::_test_options	lib/external/bwidget/spinbox.tcl	/^proc SpinBox::_test_options { path } {$/;"	p
SpinBox::bind	lib/external/bwidget/spinbox.tcl	/^proc SpinBox::bind { path args } {$/;"	p
SpinBox::cget	lib/external/bwidget/spinbox.tcl	/^proc SpinBox::cget { path option } {$/;"	p
SpinBox::configure	lib/external/bwidget/spinbox.tcl	/^proc SpinBox::configure { path args } {$/;"	p
SpinBox::create	lib/external/bwidget/spinbox.tcl	/^proc SpinBox::create { path args } {$/;"	p
SpinBox::getvalue	lib/external/bwidget/spinbox.tcl	/^proc SpinBox::getvalue { path } {$/;"	p
SpinBox::setvalue	lib/external/bwidget/spinbox.tcl	/^proc SpinBox::setvalue { path index } {$/;"	p
SplitLine	gui/wxpython/gui_modules/vdigit.py	/^    def SplitLine(self, coords):$/;"	m	class:VDigit
SplitLine	gui/wxpython/vdigit/line.cpp	/^int Digit::SplitLine(double x, double y, double z,$/;"	f	class:Digit
Sql	visualization/nviz/src/pg.h	/^struct Sql$/;"	s
Sr0	raster/r.topmodel/global.h	/^    double A, qs0, lnTe, m, Sr0, Srmax, td, vch, vr;$/;"	m	struct:__anon130
Src_Cats	vector/v.digit/attr.c	/^    struct line_cats *Src_Cats, *Dest_Cats;$/;"	m	struct:copy_cats	typeref:struct:copy_cats::line_cats	file:
Srmax	raster/r.topmodel/global.h	/^    double A, qs0, lnTe, m, Sr0, Srmax, td, vch, vr;$/;"	m	struct:__anon130
Srz	raster/r.topmodel/global.h	/^    double **Srz, **Suz;$/;"	m	struct:__anon134
Sstr	display/d.save/main.c	/^char Nstr[20], Sstr[20], Estr[20], Wstr[20], EWRESstr[20], NSRESstr[20];$/;"	v
St_create	visualization/nviz/scripts/structlib.tcl	/^proc St_create {keylist args} {$/;"	p
St_get	visualization/nviz/scripts/structlib.tcl	/^proc St_get {token key} {$/;"	p
St_set	visualization/nviz/scripts/structlib.tcl	/^proc St_set {token key val} {$/;"	p
StartEditing	gui/wxpython/gui_modules/toolbars.py	/^    def StartEditing (self, mapLayer):$/;"	m	class:VDigitToolbar
StartUp	gui/wxpython/gis_set.py	/^class StartUp(wx.App):$/;"	c
Start_mouse_in_menu	imagery/i.class/input.c	/^int Start_mouse_in_menu(void)$/;"	f
Start_mouse_in_menu	imagery/i.ortho.photo/photo.2image/input.c	/^int Start_mouse_in_menu(void)$/;"	f
Start_mouse_in_menu	imagery/i.ortho.photo/photo.2target/input.c	/^int Start_mouse_in_menu(void)$/;"	f
Start_mouse_in_menu	imagery/i.points/input.c	/^int Start_mouse_in_menu(void)$/;"	f
Start_mouse_in_menu	imagery/i.vpoints/input.c	/^int Start_mouse_in_menu(void)$/;"	f
StaticWrapText	gui/wxpython/gui_modules/menuform.py	/^class StaticWrapText(wx.StaticText):$/;"	c
Stats	general/g.transform/main.c	/^struct Stats$/;"	s	file:
Stats	vector/lidar/v.surf.bspline/bspline.h	/^     \/*STRUCTURES*\/ struct Stats$/;"	s
StatusbarEnableLongHelp	gui/wxpython/gui_modules/mapdisp.py	/^    def StatusbarEnableLongHelp(self, enable=True):$/;"	m	class:MapFrame
StatusbarReposition	gui/wxpython/gui_modules/mapdisp.py	/^    def StatusbarReposition(self):$/;"	m	class:MapFrame
StatusbarUpdate	gui/wxpython/gui_modules/mapdisp.py	/^    def StatusbarUpdate(self):$/;"	m	class:MapFrame
StencilFlag	visualization/nviz/src/togl.c	/^    Bool    StencilFlag;$/;"	m	struct:Togl	file:
StencilSize	visualization/nviz/src/togl.c	/^    int     StencilSize;$/;"	m	struct:Togl	file:
StereoFlag	visualization/nviz/src/togl.c	/^    Bool    StereoFlag;$/;"	m	struct:Togl	file:
StopEditing	gui/wxpython/gui_modules/toolbars.py	/^    def StopEditing (self):$/;"	m	class:VDigitToolbar
Styp	vector/v.mapcalc/mapcalc.h	/^typedef enum Styp		\/* Symbol Type *\/$/;"	g
SubSig	include/imagery.h	/^    struct SubSig *SubSig;$/;"	m	struct:ClassSig	typeref:struct:ClassSig::SubSig
SubSig	include/imagery.h	/^struct SubSig$/;"	s
SubZone	vector/lidar/v.surf.bspline/bspline.h	/^struct SubZone$/;"	s
SumGridSizes	raster3d/r3.in.v5d/v5d.h	/^    int SumGridSizes;		\/* sum of GridSize[0..NumVars-1] *\/$/;"	m	struct:__anon110
SumGridSizes	raster3d/r3.out.v5d/v5d.h	/^    int SumGridSizes;		\/* sum of GridSize[0..NumVars-1] *\/$/;"	m	struct:__anon121
SummaryPage	gui/wxpython/gui_modules/location_wizard.py	/^class SummaryPage(TitledPage):$/;"	c
SunGeometryConstDay	raster/r.sun2/sunradstruct.h	/^struct SunGeometryConstDay$/;"	s
SunGeometryVarDay	raster/r.sun2/sunradstruct.h	/^struct SunGeometryVarDay$/;"	s
SunGeometryVarSlope	raster/r.sun2/sunradstruct.h	/^struct SunGeometryVarSlope$/;"	s
Suppress_warn	lib/gis/view.c	/^static int Suppress_warn = 0;$/;"	v	file:
Surf_ID	lib/ogsf/GS2.c	/^static int Surf_ID[MAX_SURFS];$/;"	v	file:
Surf_top	lib/ogsf/gs.c	/^static geosurf *Surf_top;$/;"	v	file:
Surface	raster/r.random.surface/ransurf.h	/^GLOBAL double **Surface, NS, EW, FilterSD, AllMaxDist, *Norm;$/;"	v
Suspend_curses	imagery/i.class/curses.c	/^int Suspend_curses(void)$/;"	f
Suspend_curses	imagery/i.ortho.photo/photo.2image/curses.c	/^int Suspend_curses(void)$/;"	f
Suspend_curses	imagery/i.ortho.photo/photo.2target/curses.c	/^int Suspend_curses(void)$/;"	f
Suspend_curses	imagery/i.points/curses.c	/^int Suspend_curses(void)$/;"	f
Suspend_curses	imagery/i.vpoints/curses.c	/^int Suspend_curses(void)$/;"	f
Suz	raster/r.topmodel/global.h	/^    double **Srz, **Suz;$/;"	m	struct:__anon134
SvPV_nolen	swig/perl/R_slope_aspect/ppport.h	555;"	d
SvPVbyte	swig/perl/R_slope_aspect/ppport.h	540;"	d
SvPVbyte	swig/perl/R_slope_aspect/ppport.h	541;"	d
SvPVbyte	swig/perl/R_slope_aspect/ppport.h	551;"	d
SwabDouble	raster/r.in.bin/main.c	/^static void SwabDouble(double *dp)$/;"	f	file:
SwabDouble	raster/r.in.mat/main.c	/^static void SwabDouble(double *dp)$/;"	f	file:
SwabFloat	raster/r.in.bin/main.c	/^static void SwabFloat(float *fp)$/;"	f	file:
SwabFloat	raster/r.in.mat/main.c	/^static void SwabFloat(float *fp)$/;"	f	file:
SwabLong	raster/r.in.bin/main.c	/^static void SwabLong(uint32 * lp)$/;"	f	file:
SwabLong	raster/r.in.mat/main.c	/^static void SwabLong(uint32 * lp)$/;"	f	file:
SwabShort	raster/r.in.bin/main.c	/^static void SwabShort(uint16 * wp)$/;"	f	file:
SwabShort	raster/r.in.mat/main.c	/^static void SwabShort(uint16 * wp)$/;"	f	file:
SwapWord	lib/external/shapelib/shpopen.c	/^static void	SwapWord( int length, void * wordP )$/;"	f	file:
Swap_buf	raster3d/r3.showdspf/vizual.h	/^    int Swap_buf;$/;"	m	struct:dspec
Swap_func	lib/ogsf/GSX.c	/^void (*Swap_func) ();$/;"	v
Swidth	display/d.save/main.c	/^int Sheight, Swidth;$/;"	v
SwitchEnv	gui/wxpython/gui_modules/georect.py	/^    def SwitchEnv(self, grc):$/;"	m	class:GeorectWizard
Symb	vector/v.digit/global.h	/^Global SYMB Symb[SYMB_COUNT];$/;"	v
SymbNumber	vector/v.digit/global.h	/^} SymbNumber;$/;"	t	typeref:enum:__anon195
Symbol	vector/v.mapcalc/mapcalc.h	/^typedef struct Symbol$/;"	s
T	include/vect/dig_structs.h	/^    double T;			\/* top *\/$/;"	m	struct:P_area
T	include/vect/dig_structs.h	/^    double T;			\/* top *\/$/;"	m	struct:P_isle
T	include/vect/dig_structs.h	/^    double T;			\/* top *\/$/;"	m	struct:P_line
T	include/vect/dig_structs.h	/^    double T;			\/* top *\/$/;"	m	struct:bound_box
T	lib/gpde/N_pde.h	/^    double T, W_T, E_T, N_T, S_T, NE_T, NW_T, SE_T, SW_T;$/;"	m	struct:__anon51
TAB	display/d.paint.labels/do_labels.c	11;"	d	file:
TAB	lib/gis/ascii_chk.c	20;"	d	file:
TABLE	db/drivers/dbf/globals.h	/^} TABLE;$/;"	t	typeref:struct:__anon14
TAG_BOTTOMBOUND	raster3d/r3.in.v5d/v5d.c	131;"	d	file:
TAG_BOTTOMBOUND	raster3d/r3.out.v5d/v5d.c	131;"	d	file:
TAG_CENTCOL	raster3d/r3.in.v5d/v5d.c	155;"	d	file:
TAG_CENTCOL	raster3d/r3.out.v5d/v5d.c	155;"	d	file:
TAG_CENTLAT	raster3d/r3.in.v5d/v5d.c	153;"	d	file:
TAG_CENTLAT	raster3d/r3.out.v5d/v5d.c	153;"	d	file:
TAG_CENTLON	raster3d/r3.in.v5d/v5d.c	152;"	d	file:
TAG_CENTLON	raster3d/r3.out.v5d/v5d.c	152;"	d	file:
TAG_CENTROW	raster3d/r3.in.v5d/v5d.c	154;"	d	file:
TAG_CENTROW	raster3d/r3.out.v5d/v5d.c	154;"	d	file:
TAG_COLINC	raster3d/r3.in.v5d/v5d.c	147;"	d	file:
TAG_COLINC	raster3d/r3.out.v5d/v5d.c	147;"	d	file:
TAG_COMPRESS	raster3d/r3.in.v5d/v5d.c	123;"	d	file:
TAG_COMPRESS	raster3d/r3.out.v5d/v5d.c	123;"	d	file:
TAG_DATE	raster3d/r3.in.v5d/v5d.c	118;"	d	file:
TAG_DATE	raster3d/r3.out.v5d/v5d.c	118;"	d	file:
TAG_END	raster3d/r3.in.v5d/v5d.c	159;"	d	file:
TAG_END	raster3d/r3.out.v5d/v5d.c	159;"	d	file:
TAG_HEIGHT	raster3d/r3.in.v5d/v5d.c	133;"	d	file:
TAG_HEIGHT	raster3d/r3.out.v5d/v5d.c	133;"	d	file:
TAG_ID	raster3d/r3.in.v5d/v5d.c	103;"	d	file:
TAG_ID	raster3d/r3.out.v5d/v5d.c	103;"	d	file:
TAG_LAT1	raster3d/r3.in.v5d/v5d.c	148;"	d	file:
TAG_LAT1	raster3d/r3.out.v5d/v5d.c	148;"	d	file:
TAG_LAT2	raster3d/r3.in.v5d/v5d.c	149;"	d	file:
TAG_LAT2	raster3d/r3.out.v5d/v5d.c	149;"	d	file:
TAG_LEVINC	raster3d/r3.in.v5d/v5d.c	132;"	d	file:
TAG_LEVINC	raster3d/r3.out.v5d/v5d.c	132;"	d	file:
TAG_LOWLEV_VAR	raster3d/r3.in.v5d/v5d.c	115;"	d	file:
TAG_LOWLEV_VAR	raster3d/r3.out.v5d/v5d.c	115;"	d	file:
TAG_MAXVAL	raster3d/r3.in.v5d/v5d.c	121;"	d	file:
TAG_MAXVAL	raster3d/r3.out.v5d/v5d.c	121;"	d	file:
TAG_MINVAL	raster3d/r3.in.v5d/v5d.c	120;"	d	file:
TAG_MINVAL	raster3d/r3.out.v5d/v5d.c	120;"	d	file:
TAG_NC	raster3d/r3.in.v5d/v5d.c	112;"	d	file:
TAG_NC	raster3d/r3.out.v5d/v5d.c	112;"	d	file:
TAG_NL	raster3d/r3.in.v5d/v5d.c	113;"	d	file:
TAG_NL	raster3d/r3.out.v5d/v5d.c	113;"	d	file:
TAG_NL_VAR	raster3d/r3.in.v5d/v5d.c	114;"	d	file:
TAG_NL_VAR	raster3d/r3.out.v5d/v5d.c	114;"	d	file:
TAG_NORTHBOUND	raster3d/r3.in.v5d/v5d.c	144;"	d	file:
TAG_NORTHBOUND	raster3d/r3.out.v5d/v5d.c	144;"	d	file:
TAG_NR	raster3d/r3.in.v5d/v5d.c	111;"	d	file:
TAG_NR	raster3d/r3.out.v5d/v5d.c	111;"	d	file:
TAG_NUMTIMES	raster3d/r3.in.v5d/v5d.c	107;"	d	file:
TAG_NUMTIMES	raster3d/r3.out.v5d/v5d.c	107;"	d	file:
TAG_NUMVARS	raster3d/r3.in.v5d/v5d.c	108;"	d	file:
TAG_NUMVARS	raster3d/r3.out.v5d/v5d.c	108;"	d	file:
TAG_POLE_COL	raster3d/r3.in.v5d/v5d.c	151;"	d	file:
TAG_POLE_COL	raster3d/r3.out.v5d/v5d.c	151;"	d	file:
TAG_POLE_ROW	raster3d/r3.in.v5d/v5d.c	150;"	d	file:
TAG_POLE_ROW	raster3d/r3.out.v5d/v5d.c	150;"	d	file:
TAG_PROJECTION	raster3d/r3.in.v5d/v5d.c	137;"	d	file:
TAG_PROJECTION	raster3d/r3.out.v5d/v5d.c	137;"	d	file:
TAG_PROJ_ARGS	raster3d/r3.in.v5d/v5d.c	142;"	d	file:
TAG_PROJ_ARGS	raster3d/r3.out.v5d/v5d.c	142;"	d	file:
TAG_ROTATION	raster3d/r3.in.v5d/v5d.c	156;"	d	file:
TAG_ROTATION	raster3d/r3.out.v5d/v5d.c	156;"	d	file:
TAG_ROWINC	raster3d/r3.in.v5d/v5d.c	146;"	d	file:
TAG_ROWINC	raster3d/r3.out.v5d/v5d.c	146;"	d	file:
TAG_TIME	raster3d/r3.in.v5d/v5d.c	117;"	d	file:
TAG_TIME	raster3d/r3.out.v5d/v5d.c	117;"	d	file:
TAG_UNITS	raster3d/r3.in.v5d/v5d.c	125;"	d	file:
TAG_UNITS	raster3d/r3.out.v5d/v5d.c	125;"	d	file:
TAG_VARNAME	raster3d/r3.in.v5d/v5d.c	109;"	d	file:
TAG_VARNAME	raster3d/r3.out.v5d/v5d.c	109;"	d	file:
TAG_VERSION	raster3d/r3.in.v5d/v5d.c	106;"	d	file:
TAG_VERSION	raster3d/r3.out.v5d/v5d.c	106;"	d	file:
TAG_VERTICAL_SYSTEM	raster3d/r3.in.v5d/v5d.c	128;"	d	file:
TAG_VERTICAL_SYSTEM	raster3d/r3.out.v5d/v5d.c	128;"	d	file:
TAG_VERT_ARGS	raster3d/r3.in.v5d/v5d.c	129;"	d	file:
TAG_VERT_ARGS	raster3d/r3.out.v5d/v5d.c	129;"	d	file:
TAG_WESTBOUND	raster3d/r3.in.v5d/v5d.c	145;"	d	file:
TAG_WESTBOUND	raster3d/r3.out.v5d/v5d.c	145;"	d	file:
TAN1	lib/gis/rhumbline.c	/^static double TAN_A, TAN1, TAN2, L;$/;"	v	file:
TAN2	lib/gis/rhumbline.c	/^static double TAN_A, TAN1, TAN2, L;$/;"	v	file:
TANMINANGLE	raster/r.horizon/main.c	53;"	d	file:
TAN_A	lib/gis/rhumbline.c	/^static double TAN_A, TAN1, TAN2, L;$/;"	v	file:
TAR	gem/globals.h	115;"	d
TARGET	lib/vask/V_call.c	100;"	d	file:
TARGET	raster/r.li/r.li.setup/Makefile	/^TARGET= $(ETC)\/r.li.setup$/;"	m
TAR_BZIP2	gem/globals.h	113;"	d
TAR_GZIP	gem/globals.h	112;"	d
TAVL_CHILD	lib/vector/dglib/tavl.h	/^    TAVL_CHILD,			\/* Child pointer. *\/$/;"	e	enum:tavl_tag
TAVL_H	lib/vector/dglib/tavl.h	27;"	d
TAVL_MAX_HEIGHT	lib/vector/dglib/tavl.h	54;"	d
TAVL_THREAD	lib/vector/dglib/tavl.h	/^    TAVL_THREAD			\/* Thread. *\/$/;"	e	enum:tavl_tag
TC	lib/gpde/N_pde.h	/^    double NC, SC, WC, EC, TC, BC;$/;"	m	struct:__anon56
TCL	gui/tcltk/d.m/Makefile	/^TCL = cmd.tcl grassabout.tcl group.tcl labels.tcl menu.tcl print.tcl raster.tcl tksys.tcl tool1.tcl tool2.tcl tree.tcl vector.tcl  barscale.tcl chart.tcl dtext.tcl frames.tcl fttext.tcl gridline.tcl legend.tcl rgbhis.tcl thematic.tcl$/;"	m
TCLDOMAIN	locale/Makefile	/^TCLDOMAIN = grasstcl$/;"	m
TCLFILES	vector/v.digit/Makefile	/^TCLFILES := $(patsubst %,$(AUXDIR)\/%,$(wildcard *.tcl))$/;"	m
TCLTKBASED	vector/Makefile	/^TCLTKBASED = v.digit$/;"	m
TCL_ERR	visualization/nviz/src/togl.c	155;"	d	file:
TCL_POTFILES	locale/Makefile	/^TCL_POTFILES = find ..\/ -name '*.tcl' | grep -v '..\/dist' | xargs grep -l "\\\\[_ \\|\\\\[G_msg"$/;"	m
TCL_STARTUP_FILE	raster3d/r3.in.v5d/vis5d.h	58;"	d
TCL_STARTUP_FILE	raster3d/r3.out.v5d/vis5d.h	58;"	d
TCL_STORAGE_CLASS	visualization/nviz/src/tkFont.h	20;"	d
TCL_STORAGE_CLASS	visualization/nviz/src/tkFont.h	21;"	d
TCL_STORAGE_CLASS	visualization/nviz/src/tkFont.h	221;"	d
TCL_STORAGE_CLASS	visualization/nviz/src/tkFont.h	222;"	d
TCL_STORAGE_CLASS	visualization/nviz/src/tkWin.h	27;"	d
TCL_STORAGE_CLASS	visualization/nviz/src/tkWin.h	28;"	d
TCL_STORAGE_CLASS	visualization/nviz/src/tkWin.h	60;"	d
TCL_STORAGE_CLASS	visualization/nviz/src/tkWin.h	61;"	d
TCL_STUPID	visualization/nviz/src/togl.c	18;"	d	file:
TEMP	raster/r.flow/io.c	37;"	d	file:
TEMP_DECS	vector/v.label.sa/annealing.c	27;"	d	file:
TEMP_NORM	raster3d/r3.mkdspf/iso_surface.c	/^float TEMP_NORM[13][3];$/;"	v
TEMP_NORM	visualization/nviz/src/mkdspf_iso_surface.c	/^float TEMP_NORM[13][3];$/;"	v
TEMP_VERT	raster3d/r3.mkdspf/iso_surface.c	/^float TEMP_VERT[13][3];$/;"	v
TEMP_VERT	visualization/nviz/src/mkdspf_iso_surface.c	/^float TEMP_VERT[13][3];$/;"	v
TENSION	raster/r.resamp.rst/surf.h	28;"	d
TENSION	vector/v.surf.rst/surf.h	26;"	d
TENSION	vector/v.vol.rst/surf.h	29;"	d
TERM	raster/r.li/r.li.daemon/ipc.h	24;"	d
TERRAFLOW_INTERNAL_NODATA_VALUE	raster/r.terraflow/nodata.h	33;"	d
TERRAIN_DOUBLE	vector/lidar/lidarlib/PolimiFunct.h	55;"	d
TERRAIN_SINGLE	vector/lidar/lidarlib/PolimiFunct.h	54;"	d
TEST	lib/gis/rd_cellhd.c	39;"	d	file:
TEST	lib/vector/diglib/Makefile	/^TEST = $(OBJDIR)\/test$/;"	m
TESTOUT	raster/r.resamp.rst/surf.h	13;"	d
TESTOUT	vector/v.surf.rst/surf.h	14;"	d
TESTOUT	vector/v.vol.rst/surf.h	14;"	d
TEST_INSTALL	gem/globals.h	70;"	d
TEST_N_NUM_COLS	lib/gpde/test/test_gpde_lib.h	23;"	d
TEST_N_NUM_COLS_LOCAL	lib/gpde/test/test_gwflow.c	27;"	d	file:
TEST_N_NUM_COLS_LOCAL	lib/gpde/test/test_solute_transport.c	27;"	d	file:
TEST_N_NUM_DEPTHS	lib/gpde/test/test_gpde_lib.h	24;"	d
TEST_N_NUM_DEPTHS_LOCAL	lib/gpde/test/test_gwflow.c	25;"	d	file:
TEST_N_NUM_DEPTHS_LOCAL	lib/gpde/test/test_solute_transport.c	25;"	d	file:
TEST_N_NUM_ROWS	lib/gpde/test/test_gpde_lib.h	22;"	d
TEST_N_NUM_ROWS_LOCAL	lib/gpde/test/test_gwflow.c	26;"	d	file:
TEST_N_NUM_ROWS_LOCAL	lib/gpde/test/test_solute_transport.c	26;"	d	file:
TEST_PATTERN	lib/vector/diglib/port_init.c	58;"	d	file:
TEST_PATTERN	lib/vector/diglib/port_test.c	58;"	d	file:
TEST_SIZE	lib/iostream/minmaxheap_test.cc	23;"	d	file:
TEXT	include/graphics.h	42;"	d
TEXT1_X	display/d.colors/graphics.h	2;"	d
TEXT1_X	display/d.zoom/graphics.h	2;"	d
TEXT1_Y	display/d.colors/graphics.h	3;"	d
TEXT1_Y	display/d.zoom/graphics.h	3;"	d
TEXT2_X	display/d.colors/graphics.h	4;"	d
TEXT2_X	display/d.zoom/graphics.h	4;"	d
TEXT2_Y	display/d.colors/graphics.h	5;"	d
TEXT2_Y	display/d.zoom/graphics.h	5;"	d
TEXT_COLOR	imagery/i.class/input.c	15;"	d	file:
TEXT_COLOR	imagery/i.ortho.photo/photo.2image/input.c	14;"	d	file:
TEXT_COLOR	imagery/i.ortho.photo/photo.2target/input.c	8;"	d	file:
TEXT_COLOR	imagery/i.points/input.c	15;"	d	file:
TEXT_COLOR	imagery/i.vpoints/input.c	14;"	d	file:
TEXT_COLUMN	display/d.profile/PlotProfile.c	40;"	d	file:
TEXT_HEIGHT	display/d.histogram/bar.h	48;"	d
TEXT_HEIGHT	display/d.histogram/pie.h	75;"	d
TEXT_HEIGHT	display/d.linegraph/linegraph.h	47;"	d
TEXT_HEIGHT	display/d.profile/PlotProfile.c	39;"	d	file:
TEXT_HEIGHT	imagery/i.class/histograms.c	22;"	d	file:
TEXT_ROTATION	include/graphics.h	44;"	d
TEXT_SIZE	include/graphics.h	43;"	d
TEXT_SIZE	vector/v.out.dxf/main.c	28;"	d	file:
TEXT_WIDTH	display/d.histogram/bar.h	49;"	d
TEXT_WIDTH	display/d.histogram/pie.h	76;"	d
TEXT_WIDTH	display/d.linegraph/linegraph.h	48;"	d
TFAST_PTS	lib/ogsf/gv_quick.c	33;"	d	file:
TF_ROOTTWO	raster/r.terraflow/direction.cc	24;"	d	file:
TF_ROOTTWO	raster/r.terraflow/direction.cc	301;"	d	file:
THE_COLORS	imagery/i.class/globals.h	/^GLOBAL int THE_COLORS[10];$/;"	v
THE_COLORS	imagery/i.points/main.c	/^int THE_COLORS[10];$/;"	v
THREEPIBYTWO	raster/r.los/radians.h	18;"	d
THRESHOLD	lib/gis/color_write.c	24;"	d	file:
THRESH_COORDS	vector/v.edit/global.h	13;"	d
THRESH_FUDGE	include/vect/dig_defines.h	130;"	d
THRESH_QUERY	vector/v.edit/global.h	15;"	d
THRESH_SNAP	vector/v.edit/global.h	14;"	d
TICache	imagery/i.atcorr/main.cpp	/^    TICache() { p = 0; for(int i = 0; i < MAX_TIs; i++) alts[i] = -1; }$/;"	f	class:TICache
TICache	imagery/i.atcorr/main.cpp	/^class TICache$/;"	c	file:
TICacheSize	imagery/i.atcorr/main.cpp	/^    enum TICacheSize$/;"	g	class:TICache	file:
TIEHASH	swig/perl/Grass.pm	/^sub TIEHASH {$/;"	s
TIE_COL_DIST	imagery/i.ortho.photo/photo.rectify/global.h	18;"	d
TIE_ROW_DIST	imagery/i.ortho.photo/photo.rectify/global.h	17;"	d
TIFFBASED	raster/Makefile	/^TIFFBASED = r.out.tiff$/;"	m
TIFFBitRevTable	raster/r.out.bin/tif_swab.c	/^static const unsigned char TIFFBitRevTable[256] = {$/;"	v	file:
TIFFGetBitRevTable	raster/r.out.bin/tif_swab.c	/^const unsigned char *TIFFGetBitRevTable(int reversed)$/;"	f
TIFFNoBitRevTable	raster/r.out.bin/tif_swab.c	/^static const unsigned char TIFFNoBitRevTable[256] = {$/;"	v	file:
TIFFOpen	configure	/^TIFFOpen()$/;"	f
TIFFReverseBits	raster/r.out.bin/tif_swab.c	/^void TIFFReverseBits(register u_char * cp, register u_long n)$/;"	f
TIFFSwabArrayOfDouble	raster/r.out.bin/tif_swab.c	/^void TIFFSwabArrayOfDouble(double *dp, register u_long n)$/;"	f
TIFFSwabArrayOfLong	raster/r.out.bin/tif_swab.c	/^void TIFFSwabArrayOfLong(register uint32 * lp, register u_long n)$/;"	f
TIFFSwabArrayOfShort	raster/r.out.bin/tif_swab.c	/^void TIFFSwabArrayOfShort(uint16 * wp, register u_long n)$/;"	f
TIFFSwabDouble	raster/r.out.bin/tif_swab.c	/^void TIFFSwabDouble(double *dp)$/;"	f
TIFFSwabLong	raster/r.out.bin/tif_swab.c	/^void TIFFSwabLong(uint32 * lp)$/;"	f
TIFFSwabShort	raster/r.out.bin/tif_swab.c	/^void TIFFSwabShort(uint16 * wp)$/;"	f
TIMap	imagery/i.atcorr/main.cpp	/^    TIMap() { p = 0; for(int i = 0; i < MAX_TICs; i++) visi[i] = -1; }$/;"	f	class:TIMap
TIMap	imagery/i.atcorr/main.cpp	/^class TIMap$/;"	c	file:
TIMapSize	imagery/i.atcorr/main.cpp	/^    enum TIMapSize$/;"	g	class:TIMap	file:
TINF_MAIN	raster/r.drain/tinf.c	5;"	d	file:
TINF_MAIN	raster/r.fill.dir/tinf.c	5;"	d	file:
TINTERP	lib/ogsf/gvl_calc.c	36;"	d	file:
TINY	imagery/i.gensig/can_invert.c	62;"	d	file:
TINY	lib/gmath/findzc.c	32;"	d	file:
TINY	lib/gmath/lu.c	69;"	d	file:
TINY	lib/gmath/lu.c	6;"	d	file:
TINY	lib/gpde/N_les_pivot.c	27;"	d	file:
TINY	raster/r.param.scale/param.h	33;"	d
TITL1_X	display/d.colors/graphics.h	6;"	d
TITL1_X	display/d.zoom/graphics.h	6;"	d
TITL1_Y	display/d.colors/graphics.h	7;"	d
TITL1_Y	display/d.zoom/graphics.h	7;"	d
TITL2_X	display/d.colors/graphics.h	8;"	d
TITL2_X	display/d.zoom/graphics.h	8;"	d
TITL2_Y	display/d.colors/graphics.h	9;"	d
TITL2_Y	display/d.zoom/graphics.h	9;"	d
TITLE	raster/r.digit/instruct.c	25;"	d	file:
TK_ATTACHWINDOW	visualization/nviz/src/tkWin.h	38;"	d
TK_CLAIMFOCUS	visualization/nviz/src/tkWin.h	36;"	d
TK_CS_NORMAL	visualization/nviz/src/tkFont.h	166;"	d
TK_CS_OTHER	visualization/nviz/src/tkFont.h	168;"	d
TK_CS_SYMBOL	visualization/nviz/src/tkFont.h	167;"	d
TK_DETACHWINDOW	visualization/nviz/src/tkWin.h	39;"	d
TK_FS_ITALIC	visualization/nviz/src/tkFont.h	59;"	d
TK_FS_OBLIQUE	visualization/nviz/src/tkFont.h	60;"	d
TK_FS_ROMAN	visualization/nviz/src/tkFont.h	58;"	d
TK_FS_UNKNOWN	visualization/nviz/src/tkFont.h	66;"	d
TK_FW_BOLD	visualization/nviz/src/tkFont.h	48;"	d
TK_FW_NORMAL	visualization/nviz/src/tkFont.h	47;"	d
TK_FW_UNKNOWN	visualization/nviz/src/tkFont.h	50;"	d
TK_GEOMETRYREQ	visualization/nviz/src/tkWin.h	37;"	d
TK_READ_DATA_PENDING	visualization/nviz/src/tkWinPort.h	70;"	d
TK_READ_DATA_PENDING	visualization/nviz/src/tkWinPort.h	72;"	d
TK_SW_CONDENSE	visualization/nviz/src/tkFont.h	156;"	d
TK_SW_EXPAND	visualization/nviz/src/tkFont.h	157;"	d
TK_SW_NORMAL	visualization/nviz/src/tkFont.h	155;"	d
TK_SW_UNKNOWN	visualization/nviz/src/tkFont.h	158;"	d
TK_WIN_CHILD_CLASS_NAME	visualization/nviz/src/togl.c	148;"	d	file:
TMPBUFSIZE	raster/r.in.ascii/gethead.c	13;"	d	file:
TMPCLEAN	gem/globals.h	/^EXTERN int TMPCLEAN;$/;"	v
TMPDB	gem/globals.h	/^EXTERN char TMPDB[MAXSTR];$/;"	v
TMPDBCLEAN	gem/globals.h	/^EXTERN int TMPDBCLEAN;$/;"	v
TMPDIR	gem/globals.h	/^EXTERN char TMPDIR[MAXSTR];$/;"	v
TMPFILE	vector/v.hull/globals.h	17;"	d
TMP_AUTHORS	gem/globals.h	/^EXTERN char TMP_AUTHORS[MAXSTR];$/;"	v
TMP_BUGS	gem/globals.h	/^EXTERN char TMP_BUGS[MAXSTR];$/;"	v
TMP_DEPS	gem/globals.h	/^EXTERN char TMP_DEPS[MAXSTR];$/;"	v
TMP_DESCR	gem/globals.h	/^EXTERN char TMP_DESCR[MAXSTR];$/;"	v
TMP_GISMAN	gem/globals.h	/^EXTERN char TMP_GISMAN[MAXSTR];$/;"	v
TMP_HTML	gem/globals.h	/^EXTERN char TMP_HTML[MAXSTR];$/;"	v
TMP_INFO	gem/globals.h	/^EXTERN char TMP_INFO[MAXSTR];$/;"	v
TMP_LENGTH	raster3d/base/r3.info.main.c	41;"	d	file:
TMP_NULL	gem/globals.h	/^EXTERN char TMP_NULL[MAXSTR];	\/* pipe all output that should be hidden to this file *\/$/;"	v
TO	include/gstypes.h	27;"	d
TOCHARVAL	visualization/nviz/src/coldefs.h	23;"	d
TOGGLE	include/vect/dig_macros.h	6;"	d
TOGGLE	raster3d/r3.showdspf/main_ogl.c	22;"	d	file:
TOGL_AGL	visualization/nviz/src/togl_ws.h	10;"	d
TOGL_BITMAP_8_BY_13	visualization/nviz/src/togl.h	84;"	d
TOGL_BITMAP_9_BY_15	visualization/nviz/src/togl.h	85;"	d
TOGL_BITMAP_HELVETICA_10	visualization/nviz/src/togl.h	88;"	d
TOGL_BITMAP_HELVETICA_12	visualization/nviz/src/togl.h	89;"	d
TOGL_BITMAP_HELVETICA_18	visualization/nviz/src/togl.h	90;"	d
TOGL_BITMAP_TIMES_ROMAN_10	visualization/nviz/src/togl.h	86;"	d
TOGL_BITMAP_TIMES_ROMAN_24	visualization/nviz/src/togl.h	87;"	d
TOGL_CLASS_NAME	visualization/nviz/src/togl.c	1702;"	d	file:
TOGL_EXTERN	visualization/nviz/src/togl.h	26;"	d
TOGL_EXTERN	visualization/nviz/src/togl.h	28;"	d
TOGL_FLY_BASIC	visualization/nviz/src/togl_flythrough.c	44;"	d	file:
TOGL_FLY_MAX	visualization/nviz/src/togl_flythrough.c	47;"	d	file:
TOGL_FLY_ORBIT	visualization/nviz/src/togl_flythrough.c	45;"	d	file:
TOGL_FLY_OTHER	visualization/nviz/src/togl_flythrough.c	43;"	d	file:
TOGL_FLY_SIMPLE	visualization/nviz/src/togl_flythrough.c	46;"	d	file:
TOGL_H	visualization/nviz/src/togl.h	12;"	d
TOGL_MAJOR_VERSION	visualization/nviz/src/togl.h	78;"	d
TOGL_MINOR_VERSION	visualization/nviz/src/togl.h	79;"	d
TOGL_MOVE	visualization/nviz/src/togl_flythrough.c	51;"	d	file:
TOGL_NORMAL	visualization/nviz/src/togl.h	95;"	d
TOGL_OVERLAY	visualization/nviz/src/togl.h	96;"	d
TOGL_SCALE_DIM	visualization/nviz/src/togl_flythrough.c	53;"	d	file:
TOGL_TURN	visualization/nviz/src/togl_flythrough.c	52;"	d	file:
TOGL_USE_FONTS	visualization/nviz/src/togl.h	68;"	d
TOGL_VERSION	visualization/nviz/src/togl.h	77;"	d
TOGL_WGL	visualization/nviz/src/togl_ws.h	12;"	d
TOGL_WS_H	visualization/nviz/src/togl_ws.h	2;"	d
TOGL_X11	visualization/nviz/src/togl_ws.h	8;"	d
TOKEN_COMMAND	gem/globals.h	119;"	d
TOKEN_ENTRY	gem/globals.h	118;"	d
TOKEN_SEPARATOR	gem/globals.h	120;"	d
TOKEN_SUBMENU	gem/globals.h	117;"	d
TOL	lib/gmath/svd.c	264;"	d	file:
TOL	lib/gmath/svd.c	283;"	d	file:
TOLER	raster/r.horizon/main.c	/^double TOLER;$/;"	v
TOLER	raster/r.sun2/main.c	/^double TOLER;$/;"	v
TOLERANCE	lib/gis/line_dist.c	5;"	d	file:
TOLERANCE	lib/vector/diglib/line_dist.c	21;"	d	file:
TOLERANCE	raster/r.topmodel/global.h	19;"	d
TOOL_ADD_VERTEX	vector/v.digit/global.h	/^    TOOL_ADD_VERTEX,		\/* add vertex on line *\/$/;"	e	enum:__anon194
TOOL_BPOL	vector/v.clean/proto.h	7;"	d
TOOL_BREAK	vector/v.clean/proto.h	1;"	d
TOOL_CHBRIDGE	vector/v.clean/proto.h	9;"	d
TOOL_CHDANGLE	vector/v.clean/proto.h	4;"	d
TOOL_CONNECT	vector/v.net/proto.h	2;"	d
TOOL_COPY_CATS	vector/v.digit/global.h	/^    TOOL_COPY_CATS,$/;"	e	enum:__anon194
TOOL_DELETE_LINE	vector/v.digit/global.h	/^    TOOL_DELETE_LINE,$/;"	e	enum:__anon194
TOOL_DISPLAY_ATTRIBUTES	vector/v.digit/global.h	/^    TOOL_DISPLAY_ATTRIBUTES,$/;"	e	enum:__anon194
TOOL_DISPLAY_CATS	vector/v.digit/global.h	/^    TOOL_DISPLAY_CATS,$/;"	e	enum:__anon194
TOOL_DISPLAY_SETTINGS	vector/v.digit/global.h	/^    TOOL_DISPLAY_SETTINGS$/;"	e	enum:__anon194
TOOL_EDIT_LINE	vector/v.digit/global.h	/^    TOOL_EDIT_LINE,		\/* continue editing a line or boundary *\/$/;"	e	enum:__anon194
TOOL_EXIT	vector/v.digit/global.h	/^    TOOL_EXIT,$/;"	e	enum:__anon194
TOOL_MOVE_LINE	vector/v.digit/global.h	/^    TOOL_MOVE_LINE,$/;"	e	enum:__anon194
TOOL_MOVE_VERTEX	vector/v.digit/global.h	/^    TOOL_MOVE_VERTEX,$/;"	e	enum:__anon194
TOOL_NEW_BOUNDARY	vector/v.digit/global.h	/^    TOOL_NEW_BOUNDARY,$/;"	e	enum:__anon194
TOOL_NEW_CENTROID	vector/v.digit/global.h	/^    TOOL_NEW_CENTROID,$/;"	e	enum:__anon194
TOOL_NEW_LINE	vector/v.digit/global.h	/^    TOOL_NEW_LINE,$/;"	e	enum:__anon194
TOOL_NEW_POINT	vector/v.digit/global.h	/^    TOOL_NEW_POINT,$/;"	e	enum:__anon194
TOOL_NODES	vector/v.net/proto.h	1;"	d
TOOL_NOTHING	vector/v.digit/global.h	/^    TOOL_NOTHING,$/;"	e	enum:__anon194
TOOL_NREPORT	vector/v.net/proto.h	4;"	d
TOOL_PRUNE	vector/v.clean/proto.h	10;"	d
TOOL_REDRAW	vector/v.digit/global.h	/^    TOOL_REDRAW,$/;"	e	enum:__anon194
TOOL_REPORT	vector/v.net/proto.h	3;"	d
TOOL_RMAREA	vector/v.clean/proto.h	11;"	d
TOOL_RMBRIDGE	vector/v.clean/proto.h	8;"	d
TOOL_RMDAC	vector/v.clean/proto.h	6;"	d
TOOL_RMDANGLE	vector/v.clean/proto.h	3;"	d
TOOL_RMDUPL	vector/v.clean/proto.h	2;"	d
TOOL_RMLINE	vector/v.clean/proto.h	13;"	d
TOOL_RMSA	vector/v.clean/proto.h	12;"	d
TOOL_RM_VERTEX	vector/v.digit/global.h	/^    TOOL_RM_VERTEX,		\/* remove vertex from line *\/$/;"	e	enum:__anon194
TOOL_SNAP	vector/v.clean/proto.h	5;"	d
TOOL_SPLIT_LINE	vector/v.digit/global.h	/^    TOOL_SPLIT_LINE,$/;"	e	enum:__anon194
TOOL_ZOOM_DEFAULT	vector/v.digit/global.h	/^    TOOL_ZOOM_DEFAULT,$/;"	e	enum:__anon194
TOOL_ZOOM_OUT_CENTRE	vector/v.digit/global.h	/^    TOOL_ZOOM_OUT_CENTRE,$/;"	e	enum:__anon194
TOOL_ZOOM_PAN	vector/v.digit/global.h	/^    TOOL_ZOOM_PAN,$/;"	e	enum:__anon194
TOOL_ZOOM_REGION	vector/v.digit/global.h	/^    TOOL_ZOOM_REGION,$/;"	e	enum:__anon194
TOOL_ZOOM_WINDOW	vector/v.digit/global.h	/^    TOOL_ZOOM_WINDOW,		\/* zoom by window *\/$/;"	e	enum:__anon194
TOO_FEW_EDGES	lib/gis/plot.c	385;"	d	file:
TOP	display/d.paint.labels/do_labels.c	15;"	d	file:
TOP	imagery/i.ask/local_proto.h	/^int TOP, BOTTOM, LEFT, RIGHT;$/;"	v
TOPIDX	raster/r.topmodel/global.h	13;"	d
TOPOFILE	raster3d/r3.in.v5d/vis5d.h	49;"	d
TOPOFILE	raster3d/r3.out.v5d/vis5d.h	49;"	d
TOPPARAM	raster/r.resamp.rst/surf.h	33;"	d
TOPPARAM	vector/v.surf.rst/surf.h	31;"	d
TOPPARAM	vector/v.vol.rst/surf.h	34;"	d
TOTAL	raster3d/r3.showdspf/togif.c	222;"	d	file:
TO_ALONG	vector/v.distance/main.c	41;"	d	file:
TO_ANGLE	vector/v.distance/main.c	43;"	d	file:
TO_ATTR	vector/v.distance/main.c	44;"	d	file:
TO_TYPE_FROM	vector/v.lrs/v.lrs.create/main.c	38;"	d	file:
TO_TYPE_MAP	vector/v.lrs/v.lrs.create/main.c	39;"	d	file:
TO_TYPE_USER	vector/v.lrs/v.lrs.create/main.c	40;"	d	file:
TO_X	vector/v.distance/main.c	38;"	d	file:
TO_Y	vector/v.distance/main.c	39;"	d	file:
TRACE	raster/r.random.cells/gasdev.c	3;"	d	file:
TRACE	raster/r.random.cells/indep.c	3;"	d	file:
TRACE	raster/r.random.cells/init.c	3;"	d	file:
TRACE	raster/r.random.cells/main.c	19;"	d	file:
TRACE	raster/r.random.cells/random.c	3;"	d	file:
TRACE	raster/r.random.surface/calcsd.c	3;"	d	file:
TRACE	raster/r.random.surface/calcsurf.c	3;"	d	file:
TRACE	raster/r.random.surface/cpfilter.c	3;"	d	file:
TRACE	raster/r.random.surface/dd.c	3;"	d	file:
TRACE	raster/r.random.surface/decay.c	3;"	d	file:
TRACE	raster/r.random.surface/digits.c	3;"	d	file:
TRACE	raster/r.random.surface/gasdev.c	3;"	d	file:
TRACE	raster/r.random.surface/gennorm.c	3;"	d	file:
TRACE	raster/r.random.surface/init.c	3;"	d	file:
TRACE	raster/r.random.surface/main.c	29;"	d	file:
TRACE	raster/r.random.surface/makebigf.c	3;"	d	file:
TRACE	raster/r.random.surface/makepp.c	3;"	d	file:
TRACE	raster/r.random.surface/random.c	3;"	d	file:
TRACE	raster/r.random.surface/save.c	3;"	d	file:
TRACE	raster/r.random.surface/zero.c	3;"	d	file:
TRACE_GS_FUNCS	visualization/nviz/src/interface.h	1;"	d
TRANS	vector/v.in.dwg/global.h	/^} TRANS;$/;"	t	typeref:struct:__anon177
TRANSFORM_H	imagery/i.atcorr/Transform.h	10;"	d
TRANS_MATRIX	vector/v.transform/trans.h	24;"	d
TRANS_SHIFT	vector/v.transform/trans.h	25;"	d
TREE_H	lib/rst/qtree/qtree.h	15;"	d
TRIANGLE_STRIPS	raster/r.out.vtk/globaldefs.h	21;"	d
TRIM_DBF_WHITESPACE	lib/external/shapelib/shapefil.h	122;"	d
TRUE	include/gis.h	49;"	d
TRUE	lib/external/shapelib/dbfopen.c	118;"	d	file:
TRUE	lib/external/shapelib/shpopen.c	246;"	d	file:
TRUE	lib/vector/rtree/index.h	32;"	d
TRUE	raster/r.out.png/pngfunc.h	11;"	d
TRUE	raster/r.param.scale/param.h	27;"	d
TRUE	raster/r.surf.idw/main.h	2;"	d
TRUE	raster3d/r3.showdspf/Ball.c	10;"	d	file:
TRUE	raster3d/r3.showdspf/togif.c	326;"	d	file:
TRUE	swig/perl/gis.h	43;"	d
TRUE	vector/lidar/lidarlib/PolimiFunct.h	65;"	d
TRUE	vector/v.delaunay2/data_types.h	9;"	d
TST	raster/r.surf.contour/contour.h	12;"	d
TST	raster/r.watershed/ram/Gwater.h	33;"	d
TST	raster/r.watershed/seg/Gwater.h	30;"	d
TSTSTR	raster/r.surf.contour/contour.h	13;"	d
TSTSTR	raster/r.watershed/ram/Gwater.h	32;"	d
TSTSTR	raster/r.watershed/seg/Gwater.h	29;"	d
TWOPI	lib/gis/area_poly1.c	22;"	d	file:
TWOPI	raster/r.los/radians.h	17;"	d
TWOPI	raster/r.surf.fractal/frac.h	22;"	d
TYPE	lib/gis/intr_char.c	11;"	d	file:
TYPE	lib/gis/intr_char.c	16;"	d	file:
TYPE	lib/gis/intr_char.c	7;"	d	file:
TYPE	lib/vask/V_call.c	104;"	d	file:
TYPE_DOUBLE	include/gis.h	103;"	d
TYPE_DOUBLE	swig/perl/gis.h	97;"	d
TYPE_INTEGER	include/gis.h	102;"	d
TYPE_INTEGER	swig/perl/gis.h	96;"	d
TYPE_STRING	include/gis.h	104;"	d
TYPE_STRING	swig/perl/gis.h	98;"	d
TYPE_UNKNOWN	gem/globals.h	111;"	d
T_Point	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL Tie_Point **T_Point;$/;"	v
TableListCtrl	gui/wxpython/gui_modules/dbm.py	/^                    listmix.ListCtrlAutoWidthMixin):$/;"	c
TableSelect	gui/wxpython/gui_modules/gselect.py	/^class TableSelect(wx.ComboBox):$/;"	c
Tape_Info	include/imagery.h	/^struct Tape_Info$/;"	s
Tblname	lib/form/form.c	/^static char *Drvname, *Dbname, *Tblname, *Key;$/;"	v	file:
Tblname	vector/v.digit/form.c	/^static char *Drvname, *Dbname, *Tblname, *Key;$/;"	v	file:
Tcl_AppInit	lib/form/form.c	/^int Tcl_AppInit(Tcl_Interp * interp)$/;"	f
Tcl_AppInit	vector/v.digit/main.c	/^int Tcl_AppInit(Tcl_Interp * interp)$/;"	f
Tcl_Init	configure	/^Tcl_Init()$/;"	f
Tcl_InitHashTable	visualization/nviz/src/togl.c	88;"	d	file:
Tcl_InitHashTable	visualization/nviz/src/togl.c	89;"	d	file:
Tension	lib/ogsf/GK2.c	/^static float Tension = 0.8;$/;"	v	file:
Text	imagery/i.class/graphics.c	/^int Text(char *text, int top, int bottom, int left, int right, int edge)$/;"	f
Text	imagery/i.ortho.photo/photo.2image/graphics.c	/^int Text(char *text, int top, int bottom, int left, int right, int the_border)$/;"	f
Text	imagery/i.ortho.photo/photo.2target/graphics.c	/^int Text(char *text, int top, int bottom, int left, int right, int the_border)$/;"	f
Text	imagery/i.points/graphics.c	/^int Text(char *text, int top, int bottom, int left, int right, int edge)$/;"	f
Text	imagery/i.vpoints/graphics.c	/^int Text(char *text, int top, int bottom, int left, int right, int edge)$/;"	f
TextBounds	gui/wxpython/gui_modules/mapdisp.py	/^    def TextBounds(self, textinfo):$/;"	m	class:BufferedWindow
TextDialog	gui/wxpython/gui_modules/profile.py	/^class TextDialog(wx.Dialog):$/;"	c
TextLayerDialog	gui/wxpython/gui_modules/gdialogs.py	/^class TextLayerDialog(wx.Dialog):$/;"	c
Text_width	imagery/i.class/graphics.c	/^int Text_width(char *text)$/;"	f
Text_width	imagery/i.ortho.photo/photo.2image/graphics.c	/^int Text_width(char *text)$/;"	f
Text_width	imagery/i.ortho.photo/photo.2target/graphics.c	/^int Text_width(char *text)$/;"	f
Text_width	imagery/i.points/graphics.c	/^int Text_width(char *text)$/;"	f
Text_width	imagery/i.vpoints/graphics.c	/^int Text_width(char *text)$/;"	f
Theory	raster/r.random.surface/ransurf.h	/^GLOBAL int MapCount, FDM, Rs, Cs, Theory;$/;"	v
TheoryName	raster/r.random.surface/ransurf.h	/^GLOBAL char Buf[240], **OutNames, *TheoryName, *Mapset;$/;"	v
Thres_Outlier	vector/lidar/v.outlier/main.c	/^double passoN, passoE, Thres_Outlier;$/;"	v
Thresh	raster3d/r3.showdspf/vizual.h	/^    int Thresh;$/;"	m	struct:dspec
Threshbutton	raster3d/r3.showdspf/new_init_graphics.c	/^static Widget Threshbutton[MAXTHRESHOLDS];$/;"	v	file:
ThresholdCB	raster3d/r3.showdspf/new_init_graphics.c	/^void ThresholdCB(Widget widget, XtPointer client_data, XtPointer call_data)$/;"	f
ThresholdRadio	raster3d/r3.showdspf/new_init_graphics.c	/^static Widget ThresholdRadio;$/;"	v	file:
Tie_Point	imagery/i.ortho.photo/photo.rectify/defs.h	/^} Tie_Point;$/;"	t	typeref:struct:__anon233
TimeStamp	include/gis.h	/^struct TimeStamp$/;"	s
TimeStamp	raster3d/r3.in.v5d/v5d.h	/^    int TimeStamp[MAXTIMES];	\/* Time in HHMMSS format *\/$/;"	m	struct:__anon110
TimeStamp	raster3d/r3.out.v5d/v5d.h	/^    int TimeStamp[MAXTIMES];	\/* Time in HHMMSS format *\/$/;"	m	struct:__anon121
TimeStamp	swig/perl/gis.h	/^struct TimeStamp$/;"	s
TimerInterval	visualization/nviz/src/togl.c	/^    int     TimerInterval;      \/* Time interval for timer in milliseconds *\/$/;"	m	struct:Togl	file:
TimerProc	visualization/nviz/src/togl.c	/^    Togl_Callback *TimerProc;   \/* Callback when widget is idle *\/$/;"	m	struct:Togl	file:
Title	raster/r.digit/instruct.c	/^static char *Title = TITLE;$/;"	v	file:
TitleFrame::_place	lib/external/bwidget/titleframe.tcl	/^proc TitleFrame::_place { path } {$/;"	p
TitleFrame::cget	lib/external/bwidget/titleframe.tcl	/^proc TitleFrame::cget { path option } {$/;"	p
TitleFrame::configure	lib/external/bwidget/titleframe.tcl	/^proc TitleFrame::configure { path args } {$/;"	p
TitleFrame::create	lib/external/bwidget/titleframe.tcl	/^proc TitleFrame::create { path args } {$/;"	p
TitleFrame::getframe	lib/external/bwidget/titleframe.tcl	/^proc TitleFrame::getframe { path } {$/;"	p
TitledPage	gui/wxpython/gui_modules/location_wizard.py	/^class TitledPage(BaseClass, wiz.WizardPageSimple):$/;"	c
TkClassGeometryProc	visualization/nviz/src/togl.c	/^typedef void (TkClassGeometryProc) _ANSI_ARGS_((ClientData instanceData));$/;"	t	file:
TkClassModalProc	visualization/nviz/src/togl.c	/^typedef void (TkClassModalProc) _ANSI_ARGS_((Tk_Window tkwin,$/;"	t	file:
TkClassProcs	visualization/nviz/src/togl.c	/^typedef struct TkClassProcs$/;"	s	file:
TkClassProcs	visualization/nviz/src/togl.c	/^} TkClassProcs;$/;"	t	typeref:struct:TkClassProcs	file:
TkClipBox	visualization/nviz/src/tkUnixPort.h	144;"	d
TkCreateRegion	visualization/nviz/src/tkUnixPort.h	145;"	d
TkDestroyRegion	visualization/nviz/src/tkUnixPort.h	146;"	d
TkFont	visualization/nviz/src/tkFont.h	/^typedef struct TkFont$/;"	s
TkFont	visualization/nviz/src/tkFont.h	/^} TkFont;$/;"	t	typeref:struct:TkFont
TkFontAttributes	visualization/nviz/src/tkFont.h	/^typedef struct TkFontAttributes$/;"	s
TkFontAttributes	visualization/nviz/src/tkFont.h	/^} TkFontAttributes;$/;"	t	typeref:struct:TkFontAttributes
TkFontMetrics	visualization/nviz/src/tkFont.h	/^typedef struct TkFontMetrics$/;"	s
TkFontMetrics	visualization/nviz/src/tkFont.h	/^} TkFontMetrics;$/;"	t	typeref:struct:TkFontMetrics
TkFreeWindowId	visualization/nviz/src/tkWinPort.h	80;"	d
TkInitXId	visualization/nviz/src/tkWinPort.h	81;"	d
TkIntersectRegion	visualization/nviz/src/tkUnixPort.h	147;"	d
TkPutImage	visualization/nviz/src/tkUnixPort.h	159;"	d
TkRectInRegion	visualization/nviz/src/tkUnixPort.h	149;"	d
TkSelUpdateClipboard	visualization/nviz/src/tkUnixPort.h	192;"	d
TkSetPixmapColormap	visualization/nviz/src/tkUnixPort.h	193;"	d
TkSetRegion	visualization/nviz/src/tkUnixPort.h	150;"	d
TkUnionRectWithRegion	visualization/nviz/src/tkUnixPort.h	151;"	d
TkWin	visualization/nviz/src/togl.c	/^    Tk_Window TkWin;            \/* Tk window structure *\/$/;"	m	struct:Togl	file:
TkWinColormap	visualization/nviz/src/togl.c	/^} TkWinColormap;$/;"	t	typeref:struct:__anon103	file:
TkXLFDAttributes	visualization/nviz/src/tkFont.h	/^typedef struct TkXLFDAttributes$/;"	s
TkXLFDAttributes	visualization/nviz/src/tkFont.h	/^} TkXLFDAttributes;$/;"	t	typeref:struct:TkXLFDAttributes
Tk_MainWindow	configure	/^Tk_MainWindow()$/;"	f
TkpCmapStressed	visualization/nviz/src/tkWinPort.h	82;"	d
TkpCreateNativeBitmap	visualization/nviz/src/tkUnixPort.h	201;"	d
TkpCreateNativeBitmap	visualization/nviz/src/tkWinPort.h	111;"	d
TkpDefineNativeBitmaps	visualization/nviz/src/tkUnixPort.h	200;"	d
TkpDefineNativeBitmaps	visualization/nviz/src/tkWinPort.h	110;"	d
TkpDestroyButton	visualization/nviz/src/tkUnixPort.h	191;"	d
TkpGetNativeAppBitmap	visualization/nviz/src/tkUnixPort.h	202;"	d
TkpGetNativeAppBitmap	visualization/nviz/src/tkWinPort.h	112;"	d
TkpGetPixel	visualization/nviz/src/tkWinPort.h	102;"	d
TkpPrintWindowId	visualization/nviz/src/tkUnixPort.h	208;"	d
TkpScanWindowId	visualization/nviz/src/tkUnixPort.h	215;"	d
TkpSync	visualization/nviz/src/tkWinPort.h	86;"	d
Tmp_fd	raster/r.in.arc/main.c	/^FILE *Tmp_fd = NULL;$/;"	v
Tmp_fd	raster/r.in.ascii/main.c	/^FILE *Tmp_fd = NULL;$/;"	v
Tmp_fd_cell	vector/v.vol.rst/main.c	/^FILE *Tmp_fd_cell = NULL;$/;"	v
Tmp_fd_dx	lib/rst/interp_float/interpf.h	/^    FILE *Tmp_fd_z, *Tmp_fd_dx, *Tmp_fd_dy,	\/* temp files for writing interp. *\/$/;"	m	struct:interp_params
Tmp_fd_dx	raster/r.resamp.rst/main.c	/^FILE *Tmp_fd_dx = NULL;$/;"	v
Tmp_fd_dx	vector/v.surf.rst/main.c	/^FILE *Tmp_fd_dx = NULL;$/;"	v
Tmp_fd_dx	vector/v.vol.rst/main.c	/^FILE *Tmp_fd_dx = NULL;$/;"	v
Tmp_fd_dy	lib/rst/interp_float/interpf.h	/^    FILE *Tmp_fd_z, *Tmp_fd_dx, *Tmp_fd_dy,	\/* temp files for writing interp. *\/$/;"	m	struct:interp_params
Tmp_fd_dy	raster/r.resamp.rst/main.c	/^FILE *Tmp_fd_dy = NULL;$/;"	v
Tmp_fd_dy	vector/v.surf.rst/main.c	/^FILE *Tmp_fd_dy = NULL;$/;"	v
Tmp_fd_dy	vector/v.vol.rst/main.c	/^FILE *Tmp_fd_dy = NULL;$/;"	v
Tmp_fd_dz	vector/v.vol.rst/main.c	/^FILE *Tmp_fd_dz = NULL;$/;"	v
Tmp_fd_xx	lib/rst/interp_float/interpf.h	/^     *Tmp_fd_xx, *Tmp_fd_yy, *Tmp_fd_xy;	\/* values *\/$/;"	m	struct:interp_params
Tmp_fd_xx	raster/r.resamp.rst/main.c	/^FILE *Tmp_fd_xx = NULL;$/;"	v
Tmp_fd_xx	vector/v.surf.rst/main.c	/^FILE *Tmp_fd_xx = NULL;$/;"	v
Tmp_fd_xx	vector/v.vol.rst/main.c	/^FILE *Tmp_fd_xx = NULL;$/;"	v
Tmp_fd_xy	lib/rst/interp_float/interpf.h	/^     *Tmp_fd_xx, *Tmp_fd_yy, *Tmp_fd_xy;	\/* values *\/$/;"	m	struct:interp_params
Tmp_fd_xy	raster/r.resamp.rst/main.c	/^FILE *Tmp_fd_xy = NULL;$/;"	v
Tmp_fd_xy	vector/v.surf.rst/main.c	/^FILE *Tmp_fd_xy = NULL;$/;"	v
Tmp_fd_xy	vector/v.vol.rst/main.c	/^FILE *Tmp_fd_xy = NULL;$/;"	v
Tmp_fd_yy	lib/rst/interp_float/interpf.h	/^     *Tmp_fd_xx, *Tmp_fd_yy, *Tmp_fd_xy;	\/* values *\/$/;"	m	struct:interp_params
Tmp_fd_yy	raster/r.resamp.rst/main.c	/^FILE *Tmp_fd_yy = NULL;$/;"	v
Tmp_fd_yy	vector/v.surf.rst/main.c	/^FILE *Tmp_fd_yy = NULL;$/;"	v
Tmp_fd_yy	vector/v.vol.rst/main.c	/^FILE *Tmp_fd_yy = NULL;$/;"	v
Tmp_fd_z	lib/rst/interp_float/interpf.h	/^    FILE *Tmp_fd_z, *Tmp_fd_dx, *Tmp_fd_dy,	\/* temp files for writing interp. *\/$/;"	m	struct:interp_params
Tmp_fd_z	raster/r.resamp.rst/main.c	/^FILE *Tmp_fd_z = NULL;$/;"	v
Tmp_fd_z	vector/v.surf.rst/main.c	/^FILE *Tmp_fd_z = NULL;$/;"	v
Tmp_fd_z	vector/v.vol.rst/main.c	/^FILE *Tmp_fd_z = NULL;$/;"	v
Tmp_file	raster/r.in.arc/main.c	/^char *Tmp_file = NULL;$/;"	v
Tmp_file	raster/r.in.ascii/main.c	/^char *Tmp_file = NULL;$/;"	v
Tmp_file_cell	vector/v.vol.rst/main.c	/^char *Tmp_file_cell = NULL;$/;"	v
Tmp_file_dx	raster/r.resamp.rst/main.c	/^char *Tmp_file_dx = NULL;$/;"	v
Tmp_file_dx	vector/v.surf.rst/main.c	/^char *Tmp_file_dx = NULL;$/;"	v
Tmp_file_dx	vector/v.vol.rst/main.c	/^char *Tmp_file_dx = NULL;$/;"	v
Tmp_file_dy	raster/r.resamp.rst/main.c	/^char *Tmp_file_dy = NULL;$/;"	v
Tmp_file_dy	vector/v.surf.rst/main.c	/^char *Tmp_file_dy = NULL;$/;"	v
Tmp_file_dy	vector/v.vol.rst/main.c	/^char *Tmp_file_dy = NULL;$/;"	v
Tmp_file_dz	vector/v.vol.rst/main.c	/^char *Tmp_file_dz = NULL;$/;"	v
Tmp_file_xx	raster/r.resamp.rst/main.c	/^char *Tmp_file_xx = NULL;$/;"	v
Tmp_file_xx	vector/v.surf.rst/main.c	/^char *Tmp_file_xx = NULL;$/;"	v
Tmp_file_xx	vector/v.vol.rst/main.c	/^char *Tmp_file_xx = NULL;$/;"	v
Tmp_file_xy	raster/r.resamp.rst/main.c	/^char *Tmp_file_xy = NULL;$/;"	v
Tmp_file_xy	vector/v.surf.rst/main.c	/^char *Tmp_file_xy = NULL;$/;"	v
Tmp_file_xy	vector/v.vol.rst/main.c	/^char *Tmp_file_xy = NULL;$/;"	v
Tmp_file_yy	raster/r.resamp.rst/main.c	/^char *Tmp_file_yy = NULL;$/;"	v
Tmp_file_yy	vector/v.surf.rst/main.c	/^char *Tmp_file_yy = NULL;$/;"	v
Tmp_file_yy	vector/v.vol.rst/main.c	/^char *Tmp_file_yy = NULL;$/;"	v
Tmp_file_z	raster/r.resamp.rst/main.c	/^char *Tmp_file_z = NULL;$/;"	v
Tmp_file_z	vector/v.surf.rst/main.c	/^char *Tmp_file_z = NULL;$/;"	v
Tmp_file_z	vector/v.vol.rst/main.c	/^char *Tmp_file_z = NULL;$/;"	v
Toggle_swapbuffers	raster3d/r3.showdspf/main_ogl.c	/^void Toggle_swapbuffers(struct dspec *D_spec)$/;"	f
Togl	visualization/nviz/src/togl.c	/^struct Togl$/;"	s	file:
Togl	visualization/nviz/src/togl.h	/^typedef struct Togl Togl;$/;"	t	typeref:struct:Togl
ToglClassInitialized	visualization/nviz/src/togl.c	/^static Bool ToglClassInitialized = False;$/;"	v	file:
ToglCmdDeletedProc	visualization/nviz/src/togl.c	/^ToglCmdDeletedProc(ClientData clientData)$/;"	f	file:
ToglHead	visualization/nviz/src/togl.c	/^static Togl *ToglHead = NULL;$/;"	v	file:
ToglMesaUsedFreeCells	visualization/nviz/src/togl.c	/^static int ToglMesaUsedFreeCells = 0;$/;"	v	file:
ToglMesaUsedPixelCells	visualization/nviz/src/togl.c	/^static unsigned long *ToglMesaUsedPixelCells = NULL;$/;"	v	file:
Togl_AllocColor	visualization/nviz/src/togl.c	/^Togl_AllocColor(const Togl *togl, float red, float green, float blue)$/;"	f
Togl_AllocColorOverlay	visualization/nviz/src/togl.c	/^Togl_AllocColorOverlay(const Togl *togl, float red, float green, float blue)$/;"	f
Togl_Callback	visualization/nviz/src/togl.h	/^typedef void (Togl_Callback) (Togl *togl);$/;"	t
Togl_ClientData	visualization/nviz/src/togl.c	/^Togl_ClientData(ClientData clientData)$/;"	f
Togl_Cmd	visualization/nviz/src/togl.c	/^Togl_Cmd(ClientData clientData, Tcl_Interp *interp, int argc,$/;"	f	file:
Togl_CmdProc	visualization/nviz/src/togl.h	/^typedef int (Togl_CmdProc) (Togl *togl, int argc, CONST84 char *argv[]);$/;"	t
Togl_Colormap	visualization/nviz/src/togl.c	/^Togl_Colormap(const Togl *togl)$/;"	f
Togl_Configure	visualization/nviz/src/togl.c	/^Togl_Configure(Tcl_Interp *interp, Togl *togl,$/;"	f
Togl_CreateCommand	visualization/nviz/src/togl.c	/^Togl_CreateCommand(char *cmd_name, Togl_CmdProc *cmd_proc)$/;"	f
Togl_CreateFunc	visualization/nviz/src/togl.c	/^Togl_CreateFunc(Togl_Callback *proc)$/;"	f
Togl_CreateWindow	visualization/nviz/src/togl.c	/^Togl_CreateWindow(Tk_Window tkwin, Window parent, ClientData instanceData)$/;"	f	file:
Togl_Destroy	visualization/nviz/src/togl.c	/^Togl_Destroy($/;"	f	file:
Togl_DestroyFunc	visualization/nviz/src/togl.c	/^Togl_DestroyFunc(Togl_Callback *proc)$/;"	f
Togl_Display	visualization/nviz/src/togl.c	/^Togl_Display(const Togl *togl)$/;"	f
Togl_DisplayFunc	visualization/nviz/src/togl.c	/^Togl_DisplayFunc(Togl_Callback *proc)$/;"	f
Togl_DumpToEpsFile	visualization/nviz/src/togl.c	/^Togl_DumpToEpsFile(const Togl *togl, const char *filename,$/;"	f
Togl_EventProc	visualization/nviz/src/togl.c	/^Togl_EventProc(ClientData clientData, XEvent *eventPtr)$/;"	f	file:
Togl_ExistsOverlay	visualization/nviz/src/togl.c	/^Togl_ExistsOverlay(const Togl *togl)$/;"	f
Togl_FreeColor	visualization/nviz/src/togl.c	/^Togl_FreeColor(const Togl *togl, unsigned long pixel)$/;"	f
Togl_FreeColorOverlay	visualization/nviz/src/togl.c	/^Togl_FreeColorOverlay(const Togl *togl, unsigned long pixel)$/;"	f
Togl_GetClientData	visualization/nviz/src/togl.c	/^Togl_GetClientData(const Togl *togl)$/;"	f
Togl_GetOverlayTransparentValue	visualization/nviz/src/togl.c	/^Togl_GetOverlayTransparentValue(const Togl *togl)$/;"	f
Togl_Height	visualization/nviz/src/togl.c	/^Togl_Height(const Togl *togl)$/;"	f
Togl_HideOverlay	visualization/nviz/src/togl.c	/^Togl_HideOverlay(Togl *togl)$/;"	f
Togl_Ident	visualization/nviz/src/togl.c	/^Togl_Ident(const Togl *togl)$/;"	f
Togl_Init	visualization/nviz/src/togl.c	/^Togl_Init(Tcl_Interp *interp)$/;"	f
Togl_Interp	visualization/nviz/src/togl.c	/^Togl_Interp(const Togl *togl)$/;"	f
Togl_IsMappedOverlay	visualization/nviz/src/togl.c	/^Togl_IsMappedOverlay(const Togl *togl)$/;"	f
Togl_LoadBitmapFont	visualization/nviz/src/togl.c	/^Togl_LoadBitmapFont(const Togl *togl, const char *fontname)$/;"	f
Togl_MacInit	visualization/nviz/src/togl.c	/^Togl_MacInit(void)$/;"	f
Togl_MacSetupMainInterp	visualization/nviz/src/togl.c	/^Togl_MacSetupMainInterp(Tcl_Interp *interp)$/;"	f
Togl_MakeCurrent	visualization/nviz/src/togl.c	/^Togl_MakeCurrent(const Togl *togl)$/;"	f
Togl_OldStereoClear	visualization/nviz/src/togl.c	/^Togl_OldStereoClear(GLbitfield mask)$/;"	f
Togl_OldStereoDrawBuffer	visualization/nviz/src/togl.c	/^Togl_OldStereoDrawBuffer(GLenum mode)$/;"	f
Togl_OverlayDisplayFunc	visualization/nviz/src/togl.c	/^Togl_OverlayDisplayFunc(Togl_Callback *proc)$/;"	f
Togl_PostOverlayRedisplay	visualization/nviz/src/togl.c	/^Togl_PostOverlayRedisplay(Togl *togl)$/;"	f
Togl_PostRedisplay	visualization/nviz/src/togl.c	/^Togl_PostRedisplay(Togl *togl)$/;"	f
Togl_Render	visualization/nviz/src/togl.c	/^Togl_Render(ClientData clientData)$/;"	f	file:
Togl_ResetDefaultCallbacks	visualization/nviz/src/togl.c	/^Togl_ResetDefaultCallbacks(void)$/;"	f
Togl_ReshapeFunc	visualization/nviz/src/togl.c	/^Togl_ReshapeFunc(Togl_Callback *proc)$/;"	f
Togl_Screen	visualization/nviz/src/togl.c	/^Togl_Screen(const Togl *togl)$/;"	f
Togl_ScreenNumber	visualization/nviz/src/togl.c	/^Togl_ScreenNumber(const Togl *togl)$/;"	f
Togl_SetClientData	visualization/nviz/src/togl.c	/^Togl_SetClientData(Togl *togl, ClientData clientData)$/;"	f
Togl_SetColor	visualization/nviz/src/togl.c	/^Togl_SetColor(const Togl *togl,$/;"	f
Togl_SetCreateFunc	visualization/nviz/src/togl.c	/^Togl_SetCreateFunc(Togl *togl, Togl_Callback *proc)$/;"	f
Togl_SetDestroyFunc	visualization/nviz/src/togl.c	/^Togl_SetDestroyFunc(Togl *togl, Togl_Callback *proc)$/;"	f
Togl_SetDisplayFunc	visualization/nviz/src/togl.c	/^Togl_SetDisplayFunc(Togl *togl, Togl_Callback *proc)$/;"	f
Togl_SetReshapeFunc	visualization/nviz/src/togl.c	/^Togl_SetReshapeFunc(Togl *togl, Togl_Callback *proc)$/;"	f
Togl_SetTimerFunc	visualization/nviz/src/togl.c	/^Togl_SetTimerFunc(Togl *togl, Togl_Callback *proc)$/;"	f
Togl_ShowOverlay	visualization/nviz/src/togl.c	/^Togl_ShowOverlay(Togl *togl)$/;"	f
Togl_StereoFrustum	visualization/nviz/src/togl.c	/^Togl_StereoFrustum(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top,$/;"	f
Togl_SwapBuffers	visualization/nviz/src/togl.c	/^Togl_SwapBuffers(const Togl *togl)$/;"	f
Togl_Timer	visualization/nviz/src/togl.c	/^Togl_Timer(ClientData clientData)$/;"	f	file:
Togl_TimerFunc	visualization/nviz/src/togl.c	/^Togl_TimerFunc(Togl_Callback *proc)$/;"	f
Togl_TkWin	visualization/nviz/src/togl.c	/^Togl_TkWin(const Togl *togl)$/;"	f
Togl_UnloadBitmapFont	visualization/nviz/src/togl.c	/^Togl_UnloadBitmapFont(const Togl *togl, GLuint fontbase)$/;"	f
Togl_UseLayer	visualization/nviz/src/togl.c	/^Togl_UseLayer(Togl *togl, int layer)$/;"	f
Togl_Widget	visualization/nviz/src/togl.c	/^Togl_Widget(ClientData clientData, Tcl_Interp *interp, int argc,$/;"	f	file:
Togl_Width	visualization/nviz/src/togl.c	/^Togl_Width(const Togl *togl)$/;"	f
Togl_WorldChanged	visualization/nviz/src/togl.c	/^Togl_WorldChanged(ClientData instanceData)$/;"	f	file:
Togl_cur	visualization/nviz/src/togl_cb.c	/^static struct Togl *Togl_cur = NULL;$/;"	v	typeref:struct:Togl	file:
ToolNumber	vector/v.digit/global.h	/^} ToolNumber;$/;"	t	typeref:enum:__anon194
Tool_next	vector/v.digit/global.h	/^Global int Tool_next;		\/* Next tool to be run *\/$/;"	v
ToolbarData	gui/wxpython/gui_modules/toolbars.py	/^    def ToolbarData(self):$/;"	m	class:AbstractToolbar
ToolbarData	gui/wxpython/gui_modules/toolbars.py	/^    def ToolbarData(self):$/;"	m	class:GCPToolbar
ToolbarData	gui/wxpython/gui_modules/toolbars.py	/^    def ToolbarData(self):$/;"	m	class:GRToolbar
ToolbarData	gui/wxpython/gui_modules/toolbars.py	/^    def ToolbarData(self):$/;"	m	class:MapToolbar
ToolbarData	gui/wxpython/gui_modules/toolbars.py	/^    def ToolbarData(self):$/;"	m	class:NvizToolbar
ToolbarData	gui/wxpython/gui_modules/toolbars.py	/^    def ToolbarData(self):$/;"	m	class:ProfileToolbar
ToolbarData	gui/wxpython/gui_modules/toolbars.py	/^    def ToolbarData(self, row=None):$/;"	m	class:VDigitToolbar
ToolbarData	gui/wxpython/wxgui.py	/^    def ToolbarData(self):$/;"	m	class:GMFrame
Toolbox	vector/v.digit/global.h	/^Global Tcl_Interp *Toolbox;$/;"	v
Top	visualization/xganim/main.c	/^int Top = 0, Left = 0;$/;"	v
Tot_mem	lib/ogsf/Gv3.c	/^static int Tot_mem = 0;$/;"	v	file:
Tot_mem	lib/ogsf/gsds.c	/^static int Tot_mem = 0;$/;"	v	file:
Track	gui/wxpython/gui_modules/track.py	/^class Track:$/;"	c
Trackball	raster3d/r3.showdspf/new_init_graphics.c	/^BallData Trackball;$/;"	v
Trans	vector/v.in.dwg/global.h	/^Global TRANS *Trans;		\/* transformation *\/$/;"	v
TransformInput	imagery/i.atcorr/Transform.h	/^struct TransformInput$/;"	s
Translate	gui/wxpython/vdigit/pseudodc.cpp	/^void gpdcObject::Translate(wxCoord dx, wxCoord dy)$/;"	f	class:gpdcObject
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) $/;"	f	class:gpdcCrossHairOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) $/;"	f	class:gpdcDrawArcOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) $/;"	f	class:gpdcDrawBitmapOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) $/;"	f	class:gpdcDrawCheckMarkOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) $/;"	f	class:gpdcDrawEllipseOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) $/;"	f	class:gpdcDrawEllipticArcOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) $/;"	f	class:gpdcDrawIconOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) $/;"	f	class:gpdcDrawLabelOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) $/;"	f	class:gpdcDrawLineOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) $/;"	f	class:gpdcDrawPointOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) $/;"	f	class:gpdcDrawRectangleOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) $/;"	f	class:gpdcDrawRotatedTextOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) $/;"	f	class:gpdcDrawRoundedRectangleOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) $/;"	f	class:gpdcDrawTextOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) $/;"	f	class:gpdcFloodFillOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy) {}$/;"	f	class:gpdcOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy)$/;"	f	class:gpdcDrawLinesOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy)$/;"	f	class:gpdcDrawPolyPolygonOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy)$/;"	f	class:gpdcDrawPolygonOp
Translate	gui/wxpython/vdigit/pseudodc.h	/^        virtual void Translate(wxCoord dx, wxCoord dy)$/;"	f	class:gpdcDrawSplineOp
TranslateId	gui/wxpython/vdigit/pseudodc.cpp	/^void gwxPseudoDC::TranslateId(int id, wxCoord dx, wxCoord dy)$/;"	f	class:gwxPseudoDC
Tree::_auto_scroll	lib/external/bwidget/tree.tcl	/^proc Tree::_auto_scroll { path x y } {$/;"	p
Tree::_cross_event	lib/external/bwidget/tree.tcl	/^proc Tree::_cross_event { path } {$/;"	p
Tree::_destroy	lib/external/bwidget/tree.tcl	/^proc Tree::_destroy { path } {$/;"	p
Tree::_draw_node	lib/external/bwidget/tree.tcl	/^proc Tree::_draw_node { path node x0 y0 deltax deltay padx showlines } {$/;"	p
Tree::_draw_subnodes	lib/external/bwidget/tree.tcl	/^proc Tree::_draw_subnodes { path nodes x0 y0 deltax deltay padx showlines } {$/;"	p
Tree::_draw_tree	lib/external/bwidget/tree.tcl	/^proc Tree::_draw_tree { path } {$/;"	p
Tree::_drop_cmd	lib/external/bwidget/tree.tcl	/^proc Tree::_drop_cmd { path source X Y op type dnddata } {$/;"	p
Tree::_init_drag_cmd	lib/external/bwidget/tree.tcl	/^proc Tree::_init_drag_cmd { path X Y top } {$/;"	p
Tree::_over_cmd	lib/external/bwidget/tree.tcl	/^proc Tree::_over_cmd { path source event X Y op type dnddata } {$/;"	p
Tree::_recexpand	lib/external/bwidget/tree.tcl	/^proc Tree::_recexpand { path node expand cmd } {$/;"	p
Tree::_redraw_idle	lib/external/bwidget/tree.tcl	/^proc Tree::_redraw_idle { path level } {$/;"	p
Tree::_redraw_selection	lib/external/bwidget/tree.tcl	/^proc Tree::_redraw_selection { path } {$/;"	p
Tree::_redraw_tree	lib/external/bwidget/tree.tcl	/^proc Tree::_redraw_tree { path } {$/;"	p
Tree::_scroll	lib/external/bwidget/tree.tcl	/^proc Tree::_scroll { path cmd dir } {$/;"	p
Tree::_see	lib/external/bwidget/tree.tcl	/^proc Tree::_see { path idn side } {$/;"	p
Tree::_subdelete	lib/external/bwidget/tree.tcl	/^proc Tree::_subdelete { path lnodes } {$/;"	p
Tree::_update_edit_size	lib/external/bwidget/tree.tcl	/^proc Tree::_update_edit_size { path entry idw wmax args } {$/;"	p
Tree::_update_nodes	lib/external/bwidget/tree.tcl	/^proc Tree::_update_nodes { path } {$/;"	p
Tree::_update_scrollregion	lib/external/bwidget/tree.tcl	/^proc Tree::_update_scrollregion { path } {$/;"	p
Tree::bindImage	lib/external/bwidget/tree.tcl	/^proc Tree::bindImage { path event script } {$/;"	p
Tree::bindText	lib/external/bwidget/tree.tcl	/^proc Tree::bindText { path event script } {$/;"	p
Tree::cget	lib/external/bwidget/tree.tcl	/^proc Tree::cget { path option } {$/;"	p
Tree::closetree	lib/external/bwidget/tree.tcl	/^proc Tree::closetree { path node } {$/;"	p
Tree::configure	lib/external/bwidget/tree.tcl	/^proc Tree::configure { path args } {$/;"	p
Tree::create	lib/external/bwidget/tree.tcl	/^proc Tree::create { path args } {$/;"	p
Tree::delete	lib/external/bwidget/tree.tcl	/^proc Tree::delete { path args } {$/;"	p
Tree::edit	lib/external/bwidget/tree.tcl	/^proc Tree::edit { path node text {verifycmd ""} {clickres 0} {select 1}} {$/;"	p
Tree::exists	lib/external/bwidget/tree.tcl	/^proc Tree::exists { path node } {$/;"	p
Tree::index	lib/external/bwidget/tree.tcl	/^proc Tree::index { path node } {$/;"	p
Tree::insert	lib/external/bwidget/tree.tcl	/^proc Tree::insert { path index parent node args } {$/;"	p
Tree::itemcget	lib/external/bwidget/tree.tcl	/^proc Tree::itemcget { path node option } {$/;"	p
Tree::itemconfigure	lib/external/bwidget/tree.tcl	/^proc Tree::itemconfigure { path node args } {$/;"	p
Tree::move	lib/external/bwidget/tree.tcl	/^proc Tree::move { path parent node index } {$/;"	p
Tree::nodes	lib/external/bwidget/tree.tcl	/^proc Tree::nodes { path node {first ""} {last ""} } {$/;"	p
Tree::opentree	lib/external/bwidget/tree.tcl	/^proc Tree::opentree { path node } {$/;"	p
Tree::parent	lib/external/bwidget/tree.tcl	/^proc Tree::parent { path node } {$/;"	p
Tree::reorder	lib/external/bwidget/tree.tcl	/^proc Tree::reorder { path node neworder } {$/;"	p
Tree::see	lib/external/bwidget/tree.tcl	/^proc Tree::see { path node } {$/;"	p
Tree::selection	lib/external/bwidget/tree.tcl	/^proc Tree::selection { path cmd args } {$/;"	p
Tree::visible	lib/external/bwidget/tree.tcl	/^proc Tree::visible { path node } {$/;"	p
Tree::xview	lib/external/bwidget/tree.tcl	/^proc Tree::xview { path args } {$/;"	p
Tree::yview	lib/external/bwidget/tree.tcl	/^proc Tree::yview { path args } {$/;"	p
TreeCtrlComboPopup	gui/wxpython/gui_modules/gselect.py	/^class TreeCtrlComboPopup(wx.combo.ComboPopup):$/;"	c
TreeMap	vector/v.surf.rst/main.c	/^struct Map_info TreeMap, OverMap;$/;"	v	typeref:struct:Map_info
True	lib/vector/dglib/examples/opt.h	126;"	d
Txt	vector/v.in.dwg/global.h	/^Global char *Txt;$/;"	v
Type	vector/v.voronoi/defs.h	/^int Type;$/;"	v
TypeConvForSelectedLines	gui/wxpython/gui_modules/vdigit.py	/^    def TypeConvForSelectedLines(self):$/;"	m	class:VDigit
TypeConvLines	gui/wxpython/vdigit/line.cpp	/^int Digit::TypeConvLines()$/;"	f	class:Digit
U	lib/display/cnversions.c	/^static struct rectangle U;	\/* UTM coordinates, meters, (0,0) towards SW *\/$/;"	v	typeref:struct:rectangle	file:
UCAT	display/d.profile/profile.h	/^} UCAT;$/;"	t	typeref:struct:_ucat
UCAT_STR_SIZE	display/d.profile/DumpProfile.c	8;"	d	file:
UL	raster/r.mfilter.fp/filter.h	15;"	d
UL	raster/r.mfilter/filter.h	14;"	d
UNDEF	raster/r.flow/r.flow.h	47;"	d
UNDEF	raster/r.horizon/main.c	46;"	d	file:
UNDEF	raster/r.sun/main.c	38;"	d	file:
UNDEF	raster/r.sun2/rsunglobals.h	34;"	d
UNDEF	raster/simwe/simlib/waterglobs.h	6;"	d
UNDEFZ	raster/r.flow/r.flow.h	48;"	d
UNDEFZ	raster/r.horizon/main.c	47;"	d	file:
UNDEFZ	raster/r.sun/main.c	39;"	d	file:
UNDEFZ	raster/r.sun2/rsunglobals.h	36;"	d
UNIDENTIFIED_LAYER	vector/v.in.dxf/global.h	18;"	d
UNINSTALL	gem/globals.h	72;"	d
UNINSTALL_BASE	gem/globals.h	/^EXTERN char UNINSTALL_BASE[MAXSTR];$/;"	v
UNINSTALL_CMD	gem/globals.h	/^EXTERN char UNINSTALL_CMD[MAXSTR];$/;"	v
UNION_INITIAL_SIZE	raster/r.terraflow/unionFind.h	29;"	d
UNITS	raster/r.report/global.h	45;"	d
UNIT_FILE	include/gis.h	78;"	d
UNIT_FILE	swig/perl/gis.h	72;"	d
UNKNOWN	include/gis.h	220;"	d
UNKNOWN	swig/perl/gis.h	204;"	d
UNLOCK_ELT	lib/g3d/cache.c	25;"	d	file:
UNSET	vector/v.hull/globals.h	12;"	d
UP	lib/vask/V_call.c	94;"	d	file:
UPDRAINVAR	raster/r.water.outlet/basin.h	/^GLOBAL SHORT updrain[3][3] UPDRAINVAR;$/;"	v
UPDRAINVAR	raster/r.water.outlet/basin.h	32;"	d
UPDRAINVAR	raster/r.water.outlet/basin.h	38;"	d
UPDRAINVAR	raster/r.watershed/ram/Gwater.h	/^GLOBAL SHORT updrain[3][3] UPDRAINVAR;$/;"	v
UPDRAINVAR	raster/r.watershed/ram/Gwater.h	44;"	d
UPDRAINVAR	raster/r.watershed/ram/Gwater.h	50;"	d
UPDRAINVAR	raster/r.watershed/seg/Gwater.h	/^GLOBAL SHORT updrain[3][3] UPDRAINVAR;$/;"	v
UPDRAINVAR	raster/r.watershed/seg/Gwater.h	41;"	d
UPDRAINVAR	raster/r.watershed/seg/Gwater.h	47;"	d
UPGRADE	gem/globals.h	/^EXTERN int UPGRADE;$/;"	v
UPLOAD	vector/v.distance/main.c	/^} UPLOAD;$/;"	t	typeref:struct:__anon181	file:
UPPER	ps/ps.map/do_geogrid.c	20;"	d	file:
UPPER	ps/ps.map/do_grid.c	15;"	d	file:
UPPER	ps/ps.map/do_labels.c	21;"	d	file:
UPPER	ps/ps.map/do_scalebar.c	15;"	d	file:
UPPER	ps/ps.map/mtextbox.c	11;"	d	file:
UPPER	ps/ps.map/ps_fclrtbl.c	16;"	d	file:
UPPER	ps/ps.map/r_text.c	19;"	d	file:
UPPER	ps/ps.map/scan_ref.c	13;"	d	file:
UPPER	ps/ps.map/textbox.c	11;"	d	file:
UP_NORM	lib/ogsf/gsd_objs.c	91;"	d	file:
UR	raster/r.mfilter.fp/filter.h	16;"	d
UR	raster/r.mfilter/filter.h	15;"	d
USAFILE	raster3d/r3.in.v5d/vis5d.h	54;"	d
USAFILE	raster3d/r3.out.v5d/vis5d.h	54;"	d
USAGE_MSG	imagery/i.ask/main.c	26;"	d	file:
USERMAIN	vector/v.vol.rst/main.c	35;"	d	file:
USE_ATTR	vector/v.to.rast/local.h	24;"	d
USE_CAT	vector/v.to.rast/local.h	25;"	d
USE_CELL	raster/r.in.poly/format.h	4;"	d
USE_CELL	vector/v.to.rast/local.h	20;"	d
USE_CHAR	raster/r.in.poly/format.h	1;"	d
USE_D	vector/v.to.rast/local.h	28;"	d
USE_DCELL	vector/v.to.rast/local.h	21;"	d
USE_GL_NORMALIZE	lib/ogsf/gsd_prim.c	36;"	d	file:
USE_GL_NORMALIZE	visualization/nviz/src/do_zoom.c	10;"	d	file:
USE_INTERP_RESULT	lib/form/form.c	10;"	d	file:
USE_INTERP_RESULT	vector/v.digit/driver.c	2;"	d	file:
USE_INTERP_RESULT	vector/v.digit/form.c	10;"	d	file:
USE_LOOKUP	lib/gis/quant.c	291;"	d	file:
USE_OLD_CODE	display/d.profile/main.c	24;"	d	file:
USE_PPM	raster/r.out.mpeg/rom_proto.h	2;"	d
USE_READN	lib/db/dbmi_base/xdr.c	21;"	d	file:
USE_READN	lib/db/dbmi_base/xdr.c	24;"	d	file:
USE_SHORT	raster/r.in.poly/format.h	3;"	d
USE_STDIO	lib/db/dbmi_base/xdr.c	20;"	d	file:
USE_STDIO	lib/db/dbmi_base/xdr.c	23;"	d	file:
USE_TCP	lib/gis/unix_socks.c	43;"	d	file:
USE_THREADED_AVL	lib/vector/dglib/tree.h	29;"	d
USE_UCHAR	raster/r.in.poly/format.h	2;"	d
USE_VAL	vector/v.to.rast/local.h	26;"	d
USE_Z	vector/v.to.rast/local.h	27;"	d
UTRACE	raster/r.terraflow/stats.cc	39;"	d	file:
UTRACE	raster/r.terraflow/stats.cc	42;"	d	file:
UTRACE	raster/r.terraflow/stats.cc	45;"	d	file:
UTRACE	raster/r.terraflow/stats.cc	48;"	d	file:
UTRACE	raster/r.terraflow/stats.cc	50;"	d	file:
UTZERO	lib/cdhc/as66.c	32;"	d	file:
UVSIZE	swig/perl/R_slope_aspect/ppport.h	273;"	d
UVXf	swig/perl/R_slope_aspect/ppport.h	508;"	d
UVXf	swig/perl/R_slope_aspect/ppport.h	515;"	d
UVof	swig/perl/R_slope_aspect/ppport.h	506;"	d
UVof	swig/perl/R_slope_aspect/ppport.h	513;"	d
UVuf	swig/perl/R_slope_aspect/ppport.h	505;"	d
UVuf	swig/perl/R_slope_aspect/ppport.h	512;"	d
UVxf	swig/perl/R_slope_aspect/ppport.h	507;"	d
UVxf	swig/perl/R_slope_aspect/ppport.h	514;"	d
U_ACRES	vector/v.to.db/global.h	76;"	d
U_FEET	vector/v.to.db/global.h	81;"	d
U_HECTARES	vector/v.to.db/global.h	77;"	d
U_KILOMETERS	vector/v.to.db/global.h	78;"	d
U_METERS	vector/v.to.db/global.h	79;"	d
U_MILES	vector/v.to.db/global.h	80;"	d
U_east	display/d.zoom/local_proto.h	/^GLOBAL double U_east, U_west, U_south, U_north;$/;"	v
U_fp	include/la.h	/^typedef int (*U_fp) ();$/;"	t
U_north	display/d.zoom/local_proto.h	/^GLOBAL double U_east, U_west, U_south, U_north;$/;"	v
U_south	display/d.zoom/local_proto.h	/^GLOBAL double U_east, U_west, U_south, U_north;$/;"	v
U_to_D_conv	lib/display/cnversions.c	/^static struct vector U_to_D_conv;	\/* UTM to Display   *\/$/;"	v	typeref:struct:vector	file:
U_west	display/d.zoom/local_proto.h	/^GLOBAL double U_east, U_west, U_south, U_north;$/;"	v
UnSelect	gui/wxpython/gui_modules/vdigit.py	/^    def UnSelect(self, id):$/;"	m	class:CDisplayDriver
UnSelect	gui/wxpython/vdigit/driver_select.cpp	/^int DisplayDriver::UnSelect(std::vector<int> id)$/;"	f	class:DisplayDriver
UnboundedMinMaxHeap	include/iostream/minmaxheap.h	/^  UnboundedMinMaxHeap() : BasicMinMaxHeap<T>(MMHEAP_INITIAL_SIZE) {};$/;"	f	class:UnboundedMinMaxHeap
UnboundedMinMaxHeap	include/iostream/minmaxheap.h	/^  UnboundedMinMaxHeap(HeapIndex size) : BasicMinMaxHeap<T>(size) {};$/;"	f	class:UnboundedMinMaxHeap
UnboundedMinMaxHeap	include/iostream/minmaxheap.h	/^class UnboundedMinMaxHeap : public BasicMinMaxHeap<T> {$/;"	c
Undefined	lib/vector/rtree/rect.c	30;"	d	file:
Undo	gui/wxpython/gui_modules/vdigit.py	/^    def Undo(self, level=-1):$/;"	m	class:VDigit
Undo	gui/wxpython/vdigit/undo.cpp	/^int Digit::Undo(int level)$/;"	f	class:Digit
Uniform	raster/r.random.surface/ransurf.h	/^GLOBAL struct Flag *Uniform;$/;"	v	typeref:struct:Flag
UnitSphereVolume	lib/vector/rtree/rect.c	/^static const double UnitSphereVolume = sphere_volume(NUMDIMS);$/;"	v	file:
UnitSphereVolume	lib/vector/rtree/rect.c	218;"	d	file:
UnitSphereVolumes	lib/vector/rtree/rect.c	/^const double UnitSphereVolumes[] = {$/;"	v
Units	raster3d/r3.in.v5d/v5d.h	/^    char Units[MAXVARS][20];	\/* 19-character units for variables *\/$/;"	m	struct:__anon110
Units	raster3d/r3.out.v5d/v5d.h	/^    char Units[MAXVARS][20];	\/* 19-character units for variables *\/$/;"	m	struct:__anon121
UnloadDataLayers	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def UnloadDataLayers(self):$/;"	m	class:GLWindow
UnloadRaster	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def UnloadRaster(self, item):$/;"	m	class:GLWindow
UnloadRaster3d	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def UnloadRaster3d(self, item):$/;"	m	class:GLWindow
UnloadSurface	gui/wxpython/nviz/load.cpp	/^int Nviz::UnloadSurface(int id)$/;"	f	class:Nviz
UnloadVector	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def UnloadVector(self, item, vecType=None):$/;"	m	class:GLWindow
UnloadVector	gui/wxpython/nviz/load.cpp	/^int Nviz::UnloadVector(int id, bool points)$/;"	f	class:Nviz
UnloadVolume	gui/wxpython/nviz/load.cpp	/^int Nviz::UnloadVolume(int id)$/;"	f	class:Nviz
UnsetIsosurfaceAttr	gui/wxpython/nviz/volume.cpp	/^int Nviz::UnsetIsosurfaceAttr(int id, int isosurf_id,$/;"	f	class:Nviz
UnsetIsosurfaceEmit	gui/wxpython/nviz/volume.cpp	/^int Nviz::UnsetIsosurfaceEmit(int id, int isosurf_id)$/;"	f	class:Nviz
UnsetIsosurfaceMask	gui/wxpython/nviz/volume.cpp	/^int Nviz::UnsetIsosurfaceMask(int id, int isosurf_id)$/;"	f	class:Nviz
UnsetIsosurfaceTransp	gui/wxpython/nviz/volume.cpp	/^int Nviz::UnsetIsosurfaceTransp(int id, int isosurf_id)$/;"	f	class:Nviz
UnsetSurfaceAttr	gui/wxpython/nviz/surface.cpp	/^int Nviz::UnsetSurfaceAttr(int id, int attr)$/;"	f	class:Nviz
UnsetSurfaceEmit	gui/wxpython/nviz/surface.cpp	/^int Nviz::UnsetSurfaceEmit(int id)$/;"	f	class:Nviz
UnsetSurfaceMask	gui/wxpython/nviz/surface.cpp	/^int Nviz::UnsetSurfaceMask(int id)$/;"	f	class:Nviz
UnsetSurfaceTransp	gui/wxpython/nviz/surface.cpp	/^int Nviz::UnsetSurfaceTransp(int id)$/;"	f	class:Nviz
UntypedStream	include/iostream/ami_stream.h	/^class UntypedStream {$/;"	c
Unused	include/linkm.h	/^    VOID_T *Unused;		\/* Unused list pointer *\/$/;"	m	struct:link_head
UpDate	vector/lidar/v.lidar.edgedetection/edgedetection.c	/^int UpDate(double partialX, double partialY, double Interp, int line_num,$/;"	f
UpDate_Correction	vector/lidar/v.lidar.correction/correction.c	/^int UpDate_Correction(double Interp, int line_num, dbDriver * driver)$/;"	f
UpDate_Outlier	vector/lidar/v.outlier/outlier.c	/^int UpDate_Outlier(double Interp, int line_num, dbDriver * driver)$/;"	f
Uparrow	imagery/i.ortho.photo/photo.2image/graphics.c	/^int Uparrow(int top, int bottom, int left, int right)$/;"	f
Uparrow	imagery/i.ortho.photo/photo.2target/graphics.c	/^int Uparrow(int top, int bottom, int left, int right)$/;"	f
Uparrow	imagery/i.points/graphics.c	/^int Uparrow(int top, int bottom, int left, int right)$/;"	f
Uparrow	imagery/i.vpoints/graphics.c	/^int Uparrow(int top, int bottom, int left, int right)$/;"	f
Update	gui/wxpython/gui_modules/dbm.py	/^    def Update(self, layers):$/;"	m	class:LayerListCtrl
Update	gui/wxpython/gui_modules/dbm.py	/^    def Update(self, mapDBInfo):$/;"	m	class:VirtualAttributeList
Update	gui/wxpython/gui_modules/dbm.py	/^    def Update(self, table, columns):$/;"	m	class:TableListCtrl
Update	gui/wxpython/gui_modules/menuform.py	/^    def Update(self, callable, *args, **kwds):$/;"	m	class:UpdateQThread
Update	gui/wxpython/gui_modules/profile.py	/^    def Update(self):$/;"	m	class:ProfileFrame
UpdateDialog	gui/wxpython/gui_modules/dbm.py	/^    def UpdateDialog(self, layer):$/;"	m	class:AttributeManager
UpdateDialog	gui/wxpython/gui_modules/dbm.py	/^    def UpdateDialog(self, map=None, query=None, cats=None, fid=-1):$/;"	m	class:DisplayAttributesDialog
UpdateDialog	gui/wxpython/gui_modules/menuform.py	/^def UpdateDialog(parent, event, eventId, task):$/;"	f
UpdateDialog	gui/wxpython/gui_modules/vdigit.py	/^    def UpdateDialog(self, query=None, cats=None):$/;"	m	class:VDigitCategoryDialog
UpdateHist	gui/wxpython/gui_modules/histogram.py	/^    def UpdateHist(self, img=None):$/;"	m	class:BufferedWindow
UpdateIsosurfButtons	gui/wxpython/gui_modules/nviz_tools.py	/^    def UpdateIsosurfButtons(self, list):$/;"	m	class:NvizToolWindow
UpdateListOfLayers	gui/wxpython/gui_modules/toolbars.py	/^    def UpdateListOfLayers (self, updateTool=False):$/;"	m	class:VDigitToolbar
UpdateLocations	gui/wxpython/gis_set.py	/^    def UpdateLocations(self, dbase):$/;"	m	class:GRASSStartup
UpdateMap	gui/wxpython/gui_modules/mapdisp.py	/^    def UpdateMap(self):$/;"	m	class:MapWindow
UpdateMap	gui/wxpython/gui_modules/mapdisp.py	/^    def UpdateMap(self, render=True, renderVector=True):$/;"	m	class:BufferedWindow
UpdateMap	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def UpdateMap(self, render=True):$/;"	m	class:GLWindow
UpdateMapObjProperties	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def UpdateMapObjProperties(self, event):$/;"	m	class:GLWindow
UpdateMapsets	gui/wxpython/gis_set.py	/^    def UpdateMapsets(self, location):$/;"	m	class:GRASSStartup
UpdatePage	gui/wxpython/gui_modules/nviz_tools.py	/^    def UpdatePage(self, pageId):$/;"	m	class:NvizToolWindow
UpdatePending	visualization/nviz/src/togl.c	/^    Bool    UpdatePending;      \/* Should normal planes be redrawn? *\/$/;"	m	struct:Togl	file:
UpdatePreview	gui/wxpython/gui_modules/colorrules.py	/^    def UpdatePreview(self, img=None):$/;"	m	class:BufferedWindow
UpdateQThread	gui/wxpython/gui_modules/menuform.py	/^class UpdateQThread(Thread):$/;"	c
UpdateRegion	gui/wxpython/gui_modules/vdigit.py	/^    def UpdateRegion(self):$/;"	m	class:CDisplayDriver
UpdateSettings	gui/wxpython/gui_modules/georect.py	/^    def UpdateSettings(self):$/;"	m	class:GrSettingsDialog
UpdateSettings	gui/wxpython/gui_modules/nviz_tools.py	/^    def UpdateSettings(self):$/;"	m	class:NvizToolWindow
UpdateSettings	gui/wxpython/gui_modules/profile.py	/^    def UpdateSettings(self):$/;"	m	class:OptDialog
UpdateSettings	gui/wxpython/gui_modules/profile.py	/^    def UpdateSettings(self):$/;"	m	class:TextDialog
UpdateSettings	gui/wxpython/gui_modules/vdigit.py	/^    def UpdateSettings(self):$/;"	m	class:VDigit
UpdateSettings	gui/wxpython/gui_modules/vdigit.py	/^    def UpdateSettings(self):$/;"	m	class:VDigitSettingsDialog
UpdateSettings	gui/wxpython/gui_modules/vdigit.py	/^    def UpdateSettings(self, alpha=255):$/;"	m	class:CDisplayDriver
UpdateSettings	gui/wxpython/vdigit/digit.cpp	/^void Digit::UpdateSettings(bool breakLines)$/;"	f	class:Digit
UpdateSettings	gui/wxpython/vdigit/driver.cpp	/^void DisplayDriver::UpdateSettings(unsigned long highlight,$/;"	f	class:DisplayDriver
UpdateSurfacePage	gui/wxpython/gui_modules/nviz_tools.py	/^    def UpdateSurfacePage(self, layer, data):$/;"	m	class:NvizToolWindow
UpdateSurfaceProperties	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def UpdateSurfaceProperties(self, id, data):$/;"	m	class:GLWindow
UpdateThread	gui/wxpython/gui_modules/menuform.py	/^class UpdateThread(Thread):$/;"	c
UpdateVectorLinesProperties	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def UpdateVectorLinesProperties(self, id, data):$/;"	m	class:GLWindow
UpdateVectorPage	gui/wxpython/gui_modules/nviz_tools.py	/^    def UpdateVectorPage(self, layer, data):$/;"	m	class:NvizToolWindow
UpdateVectorPointsProperties	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def UpdateVectorPointsProperties(self, id, data):$/;"	m	class:GLWindow
UpdateVectorProperties	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def UpdateVectorProperties(self, id, data, type):$/;"	m	class:GLWindow
UpdateVectorShow	gui/wxpython/gui_modules/nviz_tools.py	/^    def UpdateVectorShow(self, vecType, enabled):$/;"	m	class:NvizToolWindow
UpdateView	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def UpdateView(self, event):$/;"	m	class:GLWindow
UpdateVolumeIsosurfPage	gui/wxpython/gui_modules/nviz_tools.py	/^    def UpdateVolumeIsosurfPage(self, layer, data):$/;"	m	class:NvizToolWindow
UpdateVolumePage	gui/wxpython/gui_modules/nviz_tools.py	/^    def UpdateVolumePage(self, layer, data):$/;"	m	class:NvizToolWindow
UpdateVolumeProperties	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def UpdateVolumeProperties(self, id, data, isosurfId=None):$/;"	m	class:GLWindow
Usage	gui/wxpython/wxgui.py	/^class Usage(Exception):$/;"	c
Utf8ToWideChar	lib/external/shapelib/safileio.c	/^const wchar_t* Utf8ToWideChar( const char *pszFilename )$/;"	f
V	imagery/i.class/outline.c	10;"	d	file:
V	lib/gpde/N_pde.h	/^    double C, W, E, N, S, NE, NW, SE, SW, V;$/;"	m	struct:__anon51
V1__rewrite_line_nat	lib/vector/Vlib/write_nat.c	/^long V1__rewrite_line_nat(struct Map_info *Map,$/;"	f
V1_close_nat	lib/vector/Vlib/close_nat.c	/^int V1_close_nat(struct Map_info *Map)$/;"	f
V1_close_ogr	lib/vector/Vlib/close_ogr.c	/^int V1_close_ogr(struct Map_info *Map)$/;"	f
V1_delete_line_nat	lib/vector/Vlib/write_nat.c	/^int V1_delete_line_nat(struct Map_info *Map, long offset)$/;"	f
V1_open_new_nat	lib/vector/Vlib/open_nat.c	/^int V1_open_new_nat(struct Map_info *Map, const char *name, int with_z)$/;"	f
V1_open_old_nat	lib/vector/Vlib/open_nat.c	/^int V1_open_old_nat(struct Map_info *Map, int update)$/;"	f
V1_open_old_ogr	lib/vector/Vlib/open_ogr.c	/^int V1_open_old_ogr(struct Map_info *Map, int update)$/;"	f
V1_read_line_nat	lib/vector/Vlib/read_nat.c	/^V1_read_line_nat(struct Map_info *Map,$/;"	f
V1_read_next_line_nat	lib/vector/Vlib/read_nat.c	/^V1_read_next_line_nat(struct Map_info *Map,$/;"	f
V1_read_next_line_ogr	lib/vector/Vlib/read_ogr.c	/^V1_read_next_line_ogr(struct Map_info *Map, struct line_pnts *line_p,$/;"	f
V1_restore_line_nat	lib/vector/Vlib/write_nat.c	/^int V1_restore_line_nat(struct Map_info *Map, long offset)$/;"	f
V1_rewind_nat	lib/vector/Vlib/rewind_nat.c	/^int V1_rewind_nat(struct Map_info *Map)$/;"	f
V1_rewind_ogr	lib/vector/Vlib/rewind_ogr.c	/^int V1_rewind_ogr(struct Map_info *Map)$/;"	f
V1_rewrite_line_nat	lib/vector/Vlib/write_nat.c	/^long V1_rewrite_line_nat(struct Map_info *Map,$/;"	f
V1_write_line_nat	lib/vector/Vlib/write_nat.c	/^long V1_write_line_nat(struct Map_info *Map,$/;"	f
V2_close_ogr	lib/vector/Vlib/close_ogr.c	/^int V2_close_ogr(struct Map_info *Map)$/;"	f
V2_delete_line_nat	lib/vector/Vlib/write_nat.c	/^int V2_delete_line_nat(struct Map_info *Map, int line)$/;"	f
V2_open_old_ogr	lib/vector/Vlib/open_ogr.c	/^int V2_open_old_ogr(struct Map_info *Map)$/;"	f
V2_read_line_array	lib/vector/Vlib/read.c	/^static int (*V2_read_line_array[]) () = {$/;"	v	file:
V2_read_line_nat	lib/vector/Vlib/read_nat.c	/^V2_read_line_nat(struct Map_info *Map,$/;"	f
V2_read_line_ogr	lib/vector/Vlib/read_ogr.c	/^V2_read_line_ogr(struct Map_info *Map, struct line_pnts *line_p,$/;"	f
V2_read_next_line_nat	lib/vector/Vlib/read_nat.c	/^V2_read_next_line_nat(struct Map_info *Map,$/;"	f
V2_read_next_line_ogr	lib/vector/Vlib/read_ogr.c	/^V2_read_next_line_ogr(struct Map_info *Map, struct line_pnts *line_p,$/;"	f
V2_restore_line_nat	lib/vector/Vlib/write_nat.c	/^int V2_restore_line_nat(struct Map_info *Map, int line, long offset)$/;"	f
V2_rewind_nat	lib/vector/Vlib/rewind_nat.c	/^int V2_rewind_nat(struct Map_info *Map)$/;"	f
V2_rewind_ogr	lib/vector/Vlib/rewind_ogr.c	/^int V2_rewind_ogr(struct Map_info *Map)$/;"	f
V2_rewrite_line_nat	lib/vector/Vlib/write_nat.c	/^int V2_rewrite_line_nat(struct Map_info *Map,$/;"	f
V2_write_line_nat	lib/vector/Vlib/write_nat.c	/^long V2_write_line_nat(struct Map_info *Map,$/;"	f
V3Cross	lib/ogsf/gsdrape.c	/^int V3Cross(Point3 a, Point3 b, Point3 c)$/;"	f
V3_	raster3d/r3.showdspf/BallAux.c	/^HVect V3_(float x, float y, float z)$/;"	f
V3_Add	raster3d/r3.showdspf/BallAux.c	/^HVect V3_Add(HVect v1, HVect v2)$/;"	f
V3_Bisect	raster3d/r3.showdspf/BallAux.c	/^HVect V3_Bisect(HVect v0, HVect v1)$/;"	f
V3_Cross	raster3d/r3.showdspf/BallAux.c	/^HVect V3_Cross(HVect v1, HVect v2)$/;"	f
V3_Dot	raster3d/r3.showdspf/BallAux.c	/^float V3_Dot(HVect v1, HVect v2)$/;"	f
V3_Negate	raster3d/r3.showdspf/BallAux.c	/^HVect V3_Negate(HVect v)$/;"	f
V3_Norm	raster3d/r3.showdspf/BallAux.c	/^float V3_Norm(HVect v)$/;"	f
V3_Scale	raster3d/r3.showdspf/BallAux.c	/^HVect V3_Scale(HVect v, float s)$/;"	f
V3_Sub	raster3d/r3.showdspf/BallAux.c	/^HVect V3_Sub(HVect v1, HVect v2)$/;"	f
V3_Unit	raster3d/r3.showdspf/BallAux.c	/^HVect V3_Unit(HVect v)$/;"	f
V5D_H	raster3d/r3.in.v5d/v5d.h	27;"	d
V5D_H	raster3d/r3.out.v5d/v5d.h	27;"	d
V5D_VERSION	raster3d/r3.in.v5d/v5d.h	42;"	d
V5D_VERSION	raster3d/r3.out.v5d/v5d.h	42;"	d
V5Dubyte	raster3d/r3.in.v5d/v5d.h	/^typedef unsigned char V5Dubyte;	\/* Must be 1 byte, except for cray *\/$/;"	t
V5Dubyte	raster3d/r3.out.v5d/v5d.h	/^typedef unsigned char V5Dubyte;	\/* Must be 1 byte, except for cray *\/$/;"	t
V5Dushort	raster3d/r3.in.v5d/v5d.h	/^typedef unsigned short V5Dushort;	\/* Must be 2 byte, except for cray *\/$/;"	t
V5Dushort	raster3d/r3.out.v5d/v5d.h	/^typedef unsigned short V5Dushort;	\/* Must be 2 byte, except for cray *\/$/;"	t
VALUE	db/drivers/dbf/globals.h	/^} VALUE;$/;"	t	typeref:struct:__anon12
VALUE	vector/v.to.db/global.h	/^} VALUE;$/;"	t	typeref:struct:__anon200
VALUE_INCR	raster/r.stats/stats.c	15;"	d	file:
VAR	imagery/i.class/histograms.c	15;"	d	file:
VAR	imagery/i.class/signature.c	19;"	d	file:
VAR	vector/v.digit/global.h	/^} VAR;$/;"	t	typeref:struct:__anon197
VAREAS	ps/ps.map/vector.h	17;"	d
VARIANC	raster/r.statistics/method.h	7;"	d
VARN_ANSWER	vector/v.digit/global.h	116;"	d
VARN_CAT	vector/v.digit/global.h	96;"	d
VARN_CAT_MODE	vector/v.digit/global.h	100;"	d
VARN_FIELD	vector/v.digit/global.h	98;"	d
VARN_INSERT	vector/v.digit/global.h	102;"	d
VARN_LINEWIDTH	vector/v.digit/global.h	118;"	d
VARN_MESSAGE	vector/v.digit/global.h	104;"	d
VARN_SNAP	vector/v.digit/global.h	106;"	d
VARN_SNAP_MAP	vector/v.digit/global.h	112;"	d
VARN_SNAP_MODE	vector/v.digit/global.h	108;"	d
VARN_SNAP_SCREEN	vector/v.digit/global.h	110;"	d
VARN_ZOOM_REGION	vector/v.digit/global.h	114;"	d
VARRAY	include/vect/dig_structs.h	/^typedef struct varray VARRAY;$/;"	t	typeref:struct:varray
VART_CHAR	vector/v.digit/global.h	83;"	d
VART_DOUBLE	vector/v.digit/global.h	82;"	d
VART_INT	vector/v.digit/global.h	81;"	d
VAR_ANSWER	vector/v.digit/global.h	115;"	d
VAR_CAT	vector/v.digit/global.h	95;"	d
VAR_CAT_MODE	vector/v.digit/global.h	99;"	d
VAR_FIELD	vector/v.digit/global.h	97;"	d
VAR_INSERT	vector/v.digit/global.h	101;"	d
VAR_LINEWIDTH	vector/v.digit/global.h	117;"	d
VAR_MESSAGE	vector/v.digit/global.h	103;"	d
VAR_SNAP	vector/v.digit/global.h	105;"	d
VAR_SNAP_MAP	vector/v.digit/global.h	111;"	d
VAR_SNAP_MODE	vector/v.digit/global.h	107;"	d
VAR_SNAP_SCREEN	vector/v.digit/global.h	109;"	d
VAR_ZOOM_REGION	vector/v.digit/global.h	113;"	d
VCOL2DCOL	lib/ogsf/rowcol.h	30;"	d
VCOL2X	lib/ogsf/rowcol.h	38;"	d
VCOLS	lib/ogsf/rowcol.h	12;"	d
VDigit	gui/wxpython/gui_modules/vdigit.py	/^class VDigit(AbstractDigit):$/;"	c
VDigitCategoryDialog	gui/wxpython/gui_modules/vdigit.py	/^class VDigitCategoryDialog(wx.Dialog, listmix.ColumnSorterMixin):$/;"	c
VDigitDuplicatesDialog	gui/wxpython/gui_modules/vdigit.py	/^class VDigitDuplicatesDialog(wx.Dialog):$/;"	c
VDigitSettingsDialog	gui/wxpython/gui_modules/vdigit.py	/^class VDigitSettingsDialog(wx.Dialog):$/;"	c
VDigitToolbar	gui/wxpython/gui_modules/toolbars.py	/^class VDigitToolbar(AbstractToolbar):$/;"	c
VDigitZBulkDialog	gui/wxpython/gui_modules/vdigit.py	/^class VDigitZBulkDialog(wx.Dialog):$/;"	c
VECFUNC	vector/v.mapcalc/vector.c	/^} VECFUNC;$/;"	t	typeref:struct:Vecfunc	file:
VECT	visualization/nviz/src/interface.h	39;"	d
VECTOR	vector/v.mapcalc/vector.h	/^} VECTOR;$/;"	t	typeref:struct:Vector
VECTOR_H	vector/v.mapcalc/vector.h	2;"	d
VECT_CLOSED_CODE	include/V_.h	14;"	d
VECT_CLOSED_CODE	include/vect/dig_defines.h	74;"	d
VECT_MISC	lib/gis/timestamp.c	328;"	d	file:
VECT_OPEN	include/V_.h	20;"	d
VECT_OPEN	include/vect/dig_defines.h	88;"	d
VECT_OPEN_CODE	include/V_.h	13;"	d
VECT_OPEN_CODE	include/vect/dig_defines.h	73;"	d
VER	visualization/nviz/Makefile	/^VER=2.2$/;"	m
VERBOSE	gem/globals.h	/^EXTERN int VERBOSE;$/;"	v
VERBOSE	vector/v.hull/globals.h	/^int VERBOSE;$/;"	v
VERSION	gem/globals.h	64;"	d
VERS_4_DATA_SIZE	vector/v.convert/conv.h	9;"	d
VERT	raster/r.flow/calc.c	42;"	d	file:
VERT	raster/r.flow/r.flow.h	50;"	d
VERTEX_REDUCTION	vector/v.generalize/main.c	29;"	d	file:
VERTICES	raster/r.out.vtk/globaldefs.h	22;"	d
VER_DATE	macosx/Makefile	/^VER_DATE = `date +"%g%m%d"`$/;"	m
VER_MINOR_REL	macosx/Makefile	/^VER_MINOR_REL = `printf "%d0%d" ${GRASS_VERSION_MINOR} ${GRASS_VERSION_RELEASE}`$/;"	m
VFILES	imagery/i.vpoints/drawvect.c	8;"	d	file:
VIEW_CAM_REF	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL View *VIEW_CAM_REF;$/;"	v
VIEW_CAM_TITLE	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL View *VIEW_CAM_TITLE;$/;"	v
VIEW_ELEV	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL View *VIEW_ELEV;$/;"	v
VIEW_HISTO	imagery/i.class/globals.h	/^GLOBAL View *VIEW_HISTO;$/;"	v
VIEW_MAP1	imagery/i.class/globals.h	/^GLOBAL View *VIEW_MAP1;$/;"	v
VIEW_MAP1	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL View *VIEW_MAP1;$/;"	v
VIEW_MAP1	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL View *VIEW_MAP1;$/;"	v
VIEW_MAP1	imagery/i.points/main.c	/^View *VIEW_MAP1;$/;"	v
VIEW_MAP1	imagery/i.vpoints/main.c	/^View *VIEW_MAP1;$/;"	v
VIEW_MAP1_ZOOM	imagery/i.class/globals.h	/^GLOBAL View *VIEW_MAP1_ZOOM;$/;"	v
VIEW_MAP1_ZOOM	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL View *VIEW_MAP1_ZOOM;$/;"	v
VIEW_MAP1_ZOOM	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL View *VIEW_MAP1_ZOOM;$/;"	v
VIEW_MAP1_ZOOM	imagery/i.points/main.c	/^View *VIEW_MAP1_ZOOM;$/;"	v
VIEW_MAP1_ZOOM	imagery/i.vpoints/main.c	/^View *VIEW_MAP1_ZOOM;$/;"	v
VIEW_MAP2	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL View *VIEW_MAP2;$/;"	v
VIEW_MAP2	imagery/i.points/main.c	/^View *VIEW_MAP2;$/;"	v
VIEW_MAP2	imagery/i.vpoints/main.c	/^View *VIEW_MAP2;$/;"	v
VIEW_MAP2_ZOOM	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL View *VIEW_MAP2_ZOOM;$/;"	v
VIEW_MAP2_ZOOM	imagery/i.points/main.c	/^View *VIEW_MAP2_ZOOM;$/;"	v
VIEW_MAP2_ZOOM	imagery/i.vpoints/main.c	/^View *VIEW_MAP2_ZOOM;$/;"	v
VIEW_MASK1	imagery/i.class/globals.h	/^GLOBAL View *VIEW_MASK1;$/;"	v
VIEW_MENU	imagery/i.class/globals.h	/^GLOBAL View *VIEW_MENU;$/;"	v
VIEW_MENU	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL View *VIEW_MENU;$/;"	v
VIEW_MENU	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL View *VIEW_MENU;$/;"	v
VIEW_MENU	imagery/i.points/main.c	/^View *VIEW_MENU;$/;"	v
VIEW_MENU	imagery/i.vpoints/main.c	/^View *VIEW_MENU;$/;"	v
VIEW_TITLE1	imagery/i.class/globals.h	/^GLOBAL View *VIEW_TITLE1;$/;"	v
VIEW_TITLE1	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL View *VIEW_TITLE1;$/;"	v
VIEW_TITLE1	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL View *VIEW_TITLE1;$/;"	v
VIEW_TITLE1	imagery/i.points/main.c	/^View *VIEW_TITLE1;$/;"	v
VIEW_TITLE1	imagery/i.vpoints/main.c	/^View *VIEW_TITLE1;$/;"	v
VIEW_TITLE1_ZOOM	imagery/i.class/globals.h	/^GLOBAL View *VIEW_TITLE1_ZOOM;$/;"	v
VIEW_TITLE1_ZOOM	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL View *VIEW_TITLE1_ZOOM;$/;"	v
VIEW_TITLE1_ZOOM	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL View *VIEW_TITLE1_ZOOM;$/;"	v
VIEW_TITLE1_ZOOM	imagery/i.points/main.c	/^View *VIEW_TITLE1_ZOOM;$/;"	v
VIEW_TITLE1_ZOOM	imagery/i.vpoints/main.c	/^View *VIEW_TITLE1_ZOOM;$/;"	v
VIEW_TITLE2	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL View *VIEW_TITLE2;$/;"	v
VIEW_TITLE2	imagery/i.points/main.c	/^View *VIEW_TITLE2;$/;"	v
VIEW_TITLE2	imagery/i.vpoints/main.c	/^View *VIEW_TITLE2;$/;"	v
VIEW_TITLE2_ZOOM	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL View *VIEW_TITLE2_ZOOM;$/;"	v
VIEW_TITLE2_ZOOM	imagery/i.points/main.c	/^View *VIEW_TITLE2_ZOOM;$/;"	v
VIEW_TITLE2_ZOOM	imagery/i.vpoints/main.c	/^View *VIEW_TITLE2_ZOOM;$/;"	v
VIEW_TITLE_ELEV	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL View *VIEW_TITLE_ELEV;$/;"	v
VIOLET	include/colors.h	21;"	d
VIOLET	raster/r.le/r.le.setup/colors.h	29;"	d
VIS5D_H	raster3d/r3.in.v5d/vis5d.h	33;"	d
VIS5D_H	raster3d/r3.out.v5d/vis5d.h	33;"	d
VISIBILITY_H	vector/v.net.visibility/visibility.h	17;"	d
VISIBLE	vector/v.hull/chull.c	80;"	d	file:
VLINES	ps/ps.map/vector.h	16;"	d
VN	imagery/i.class/outline.c	11;"	d	file:
VOID	visualization/nviz/src/tkUnixPort.h	34;"	d
VOID	visualization/nviz/src/tkUnixPort.h	36;"	d
VOID_T	include/linkm.h	8;"	d
VOID_T	lib/rst/qtree/qtree.h	17;"	d
VOID_T	vector/v.vol.rst/oct.h	4;"	d
VOID_TYPE	lib/dspf/viz.h	9;"	d
VOID_TYPE	raster3d/r3.showdspf/vizual2.h	10;"	d
VOL	visualization/nviz/src/interface.h	41;"	d
VOL_DTYPE_DOUBLE	include/gsurf.h	131;"	d
VOL_DTYPE_FLOAT	include/gsurf.h	130;"	d
VOL_FTYPE_G3D	include/gsurf.h	127;"	d
VORONOI	vector/v.voronoi/Makefile	/^VORONOI = v.voronoi$/;"	m
VORONOI_ARCH_OBJS	vector/v.voronoi/Makefile	/^VORONOI_ARCH_OBJS := $(foreach obj,$(VORONOI_OBJS),$(OBJDIR)\/$(obj))$/;"	m
VORONOI_OBJS	vector/v.voronoi/Makefile	/^VORONOI_OBJS = vo_main.o vo_extend.o vo_write.o dt_write.o $(SWEEP_OBJS)$/;"	m
VPOINTS	ps/ps.map/vector.h	15;"	d
VROW2DROW	lib/ogsf/rowcol.h	29;"	d
VROW2Y	lib/ogsf/rowcol.h	37;"	d
VROWS	lib/ogsf/rowcol.h	11;"	d
VSTAT	vector/v.to.db/global.h	44;"	d
VTKInfo	vector/v.out.vtk/writeVTK.h	/^} VTKInfo;$/;"	t	typeref:struct:__anon170
VTKTypeInfo	vector/v.out.vtk/writeVTK.h	/^} VTKTypeInfo;$/;"	t	typeref:struct:__anon169
VXRES	lib/ogsf/rowcol.h	7;"	d
VYRES	lib/ogsf/rowcol.h	8;"	d
V__	include/vask.h	/^struct V__$/;"	s
V__	lib/vask/V_call.c	/^struct V__ V__;$/;"	v	typeref:struct:V__
V__dump_window	lib/vask/V_support.c	/^int V__dump_window(void)$/;"	f
V__map_overlap	lib/vector/Vlib/overlap.c	/^V__map_overlap(struct Map_info *Map, double n, double s, double e, double w)$/;"	f
V__remove_trail	lib/vask/V_support.c	/^void V__remove_trail(int ans_col, char *answer)$/;"	f
V__trim_decimal	lib/vask/V_trim_dec.c	/^void V__trim_decimal(char *buf)$/;"	f
V__within	lib/vector/Vlib/poly.c	/^static int V__within(double a, double x, double b)$/;"	f	file:
V_call	lib/vask/V_call.c	/^int V_call(void)$/;"	f
V_clear	lib/vask/V_clear.c	/^void V_clear(void)$/;"	f
V_const	lib/vask/V_const.c	/^int V_const(void *src, int var_type, int row, int col, int length)$/;"	f
V_error	lib/vask/V_error.c	/^void V_error(const char *fmt, ...)$/;"	f
V_exit	lib/vask/V_exit.c	/^void V_exit(void)$/;"	f
V_float_accuracy	lib/vask/V_acc.c	/^void V_float_accuracy(int n)$/;"	f
V_info	include/V_.h	/^struct V_info$/;"	s
V_init	lib/vask/V_init.c	/^void V_init(void)$/;"	f
V_intrpt_msg	lib/vask/V_call.c	/^void V_intrpt_msg(const char *msg)$/;"	f
V_intrpt_ok	lib/vask/V_call.c	/^void V_intrpt_ok(void)$/;"	f
V_line	lib/vask/V_line.c	/^int V_line(int linenumber, const char *text)$/;"	f
V_ques	lib/vask/V_ques.c	/^int V_ques(void *src, int var_type, int row, int col, int length)$/;"	f
Val	include/sqlp.h	/^    SQLPVALUE *Val;		\/* values *\/$/;"	m	struct:__anon297
ValidateSelectStatement	gui/wxpython/gui_modules/dbm.py	/^    def ValidateSelectStatement(self, statement):$/;"	m	class:AttributeManager
Values	vector/v.to.db/global.h	/^EXT VALUE *Values;$/;"	v
VarName	raster3d/r3.in.v5d/v5d.h	/^    char VarName[MAXVARS][10];	\/* 9-character variable names *\/$/;"	m	struct:__anon110
VarName	raster3d/r3.out.v5d/v5d.h	/^    char VarName[MAXVARS][10];	\/* 9-character variable names *\/$/;"	m	struct:__anon121
Variable	vector/v.digit/global.h	/^VAR Variable[] = {$/;"	v
Vecfunc	vector/v.mapcalc/vector.c	/^typedef struct Vecfunc$/;"	s	file:
VectGroup	gui/wxpython/gui_modules/georect.py	/^class VectGroup(wx.Dialog):$/;"	c
Vect_ID	lib/ogsf/GV2.c	/^static int Vect_ID[MAX_VECTS];$/;"	v	file:
Vect__Read_line_nat	lib/vector/Vlib/read_nat.c	/^Vect__Read_line_nat(struct Map_info *Map,$/;"	f
Vect__divide_and_conquer	lib/vector/Vlib/poly.c	/^Vect__divide_and_conquer(struct Slink *Head,$/;"	f	file:
Vect__init_head	lib/vector/Vlib/init_head.c	/^int Vect__init_head(struct Map_info *Map)$/;"	f
Vect__intersect_line_with_poly	lib/vector/Vlib/poly.c	/^Vect__intersect_line_with_poly(struct line_pnts *Points,$/;"	f
Vect__new_cats_struct	lib/vector/Vlib/cats.c	/^struct line_cats *Vect__new_cats_struct()$/;"	f
Vect__new_line_struct	lib/vector/Vlib/line.c	/^struct line_pnts *Vect__new_line_struct()$/;"	f
Vect__open_old	lib/vector/Vlib/open.c	/^Vect__open_old(struct Map_info *Map, const char *name, const char *mapset,$/;"	f
Vect__read_head	lib/vector/Vlib/header.c	/^int Vect__read_head(struct Map_info *Map)$/;"	f
Vect__write_head	lib/vector/Vlib/header.c	/^int Vect__write_head(struct Map_info *Map)$/;"	f
Vect_add_dblink	lib/vector/Vlib/field.c	/^Vect_add_dblink(struct dblinks *p, int number, const char *name,$/;"	f
Vect_append_point	lib/vector/Vlib/line.c	/^int Vect_append_point(struct line_pnts *Points, double x, double y, double z)$/;"	f
Vect_append_points	lib/vector/Vlib/line.c	/^Vect_append_points(struct line_pnts *Points, struct line_pnts *APoints,$/;"	f
Vect_area_alive	lib/vector/Vlib/read.c	/^int Vect_area_alive(struct Map_info *Map, int area)$/;"	f
Vect_area_buffer2	lib/vector/Vlib/buffer2.c	/^void Vect_area_buffer2(struct Map_info *Map, int area, double da, double db,$/;"	f
Vect_area_perimeter	lib/vector/Vlib/area.c	/^double Vect_area_perimeter(struct line_pnts *Points)$/;"	f
Vect_array_to_cat_list	lib/vector/Vlib/cats.c	/^int Vect_array_to_cat_list(int *vals, int nvals, struct cat_list *list)$/;"	f
Vect_attach_centroids	lib/vector/Vlib/build_nat.c	/^int Vect_attach_centroids(struct Map_info *Map, BOUND_BOX * box)$/;"	f
Vect_attach_isle	lib/vector/Vlib/build_nat.c	/^int Vect_attach_isle(struct Map_info *Map, int isle)$/;"	f
Vect_attach_isles	lib/vector/Vlib/build_nat.c	/^int Vect_attach_isles(struct Map_info *Map, BOUND_BOX * box)$/;"	f
Vect_box_clip	lib/vector/Vlib/box.c	/^Vect_box_clip(double *x, double *y, double *c_x, double *c_y, BOUND_BOX * Box)$/;"	f
Vect_box_copy	lib/vector/Vlib/box.c	/^int Vect_box_copy(BOUND_BOX * A, BOUND_BOX * B)$/;"	f
Vect_box_extend	lib/vector/Vlib/box.c	/^int Vect_box_extend(BOUND_BOX * A, BOUND_BOX * B)$/;"	f
Vect_box_overlap	lib/vector/Vlib/box.c	/^int Vect_box_overlap(BOUND_BOX * A, BOUND_BOX * B)$/;"	f
Vect_break_lines	lib/vector/Vlib/break_lines.c	/^Vect_break_lines(struct Map_info *Map, int type, struct Map_info *Err)$/;"	f
Vect_break_lines_list	lib/vector/Vlib/break_lines.c	/^Vect_break_lines_list(struct Map_info *Map, struct ilist *List_break,$/;"	f
Vect_break_polygons	lib/vector/Vlib/break_polygons.c	/^Vect_break_polygons(struct Map_info *Map, int type, struct Map_info *Err)$/;"	f
Vect_build	lib/vector/Vlib/build.c	/^int Vect_build(struct Map_info *Map)$/;"	f
Vect_build_line_area	lib/vector/Vlib/build_nat.c	/^int Vect_build_line_area(struct Map_info *Map, int iline, int side)$/;"	f
Vect_build_nat	lib/vector/Vlib/build_nat.c	/^int Vect_build_nat(struct Map_info *Map, int build)$/;"	f
Vect_build_ogr	lib/vector/Vlib/build_ogr.c	/^int Vect_build_ogr(struct Map_info *Map, int build)$/;"	f
Vect_build_partial	lib/vector/Vlib/build.c	/^int Vect_build_partial(struct Map_info *Map, int build)$/;"	f
Vect_build_sidx_from_topo	lib/vector/Vlib/sindex.c	/^int Vect_build_sidx_from_topo(struct Map_info *Map)$/;"	f
Vect_build_spatial_index	lib/vector/Vlib/sindex.c	/^int Vect_build_spatial_index(struct Map_info *Map)$/;"	f
Vect_cat_del	lib/vector/Vlib/cats.c	/^int Vect_cat_del(struct line_cats *Cats, int field)$/;"	f
Vect_cat_get	lib/vector/Vlib/cats.c	/^int Vect_cat_get(struct line_cats *Cats, int field, int *cat)$/;"	f
Vect_cat_in_array	lib/vector/Vlib/cats.c	/^int Vect_cat_in_array(int cat, int *array, int ncats)$/;"	f
Vect_cat_in_cat_list	lib/vector/Vlib/cats.c	/^int Vect_cat_in_cat_list(int cat, struct cat_list *list)$/;"	f
Vect_cat_set	lib/vector/Vlib/cats.c	/^int Vect_cat_set(struct line_cats *Cats, int field, int cat)$/;"	f
Vect_check_dblink	lib/vector/Vlib/field.c	/^int Vect_check_dblink(struct dblinks *p, int field)$/;"	f
Vect_check_input_output_name	lib/vector/Vlib/legal_vname.c	/^int Vect_check_input_output_name(const char *input, const char *output,$/;"	f
Vect_chtype_bridges	lib/vector/Vlib/bridges.c	/^Vect_chtype_bridges(struct Map_info *Map, struct Map_info *Err)$/;"	f
Vect_chtype_dangles	lib/vector/Vlib/dangles.c	/^Vect_chtype_dangles(struct Map_info *Map, double maxlength,$/;"	f
Vect_cidx_dump	lib/vector/Vlib/cindex.c	/^int Vect_cidx_dump(struct Map_info *Map, FILE * out)$/;"	f
Vect_cidx_find_all	lib/vector/Vlib/cindex.c	/^void Vect_cidx_find_all(struct Map_info *Map, int layer, int type_mask,$/;"	f
Vect_cidx_find_next	lib/vector/Vlib/cindex.c	/^Vect_cidx_find_next(struct Map_info *Map, int field_index, int cat,$/;"	f
Vect_cidx_get_cat_by_index	lib/vector/Vlib/cindex.c	/^Vect_cidx_get_cat_by_index(struct Map_info *Map, int field_index,$/;"	f
Vect_cidx_get_field_index	lib/vector/Vlib/cindex.c	/^int Vect_cidx_get_field_index(struct Map_info *Map, int field)$/;"	f
Vect_cidx_get_field_number	lib/vector/Vlib/cindex.c	/^int Vect_cidx_get_field_number(struct Map_info *Map, int index)$/;"	f
Vect_cidx_get_num_cats_by_index	lib/vector/Vlib/cindex.c	/^int Vect_cidx_get_num_cats_by_index(struct Map_info *Map, int index)$/;"	f
Vect_cidx_get_num_fields	lib/vector/Vlib/cindex.c	/^int Vect_cidx_get_num_fields(struct Map_info *Map)$/;"	f
Vect_cidx_get_num_types_by_index	lib/vector/Vlib/cindex.c	/^int Vect_cidx_get_num_types_by_index(struct Map_info *Map, int field_index)$/;"	f
Vect_cidx_get_num_unique_cats_by_index	lib/vector/Vlib/cindex.c	/^int Vect_cidx_get_num_unique_cats_by_index(struct Map_info *Map, int index)$/;"	f
Vect_cidx_get_type_count	lib/vector/Vlib/cindex.c	/^int Vect_cidx_get_type_count(struct Map_info *Map, int field, int type)$/;"	f
Vect_cidx_get_type_count_by_index	lib/vector/Vlib/cindex.c	/^Vect_cidx_get_type_count_by_index(struct Map_info *Map, int field_index,$/;"	f
Vect_cidx_open	lib/vector/Vlib/cindex.c	/^int Vect_cidx_open(struct Map_info *Map, int head_only)$/;"	f
Vect_cidx_save	lib/vector/Vlib/cindex.c	/^int Vect_cidx_save(struct Map_info *Map)$/;"	f
Vect_clean_small_angles_at_nodes	lib/vector/Vlib/clean_nodes.c	/^Vect_clean_small_angles_at_nodes(struct Map_info *Map, int otype,$/;"	f
Vect_close	lib/vector/Vlib/close.c	/^int Vect_close(struct Map_info *Map)$/;"	f
Vect_coor_info	lib/vector/Vlib/open.c	/^int Vect_coor_info(struct Map_info *Map, struct Coor_info *Info)$/;"	f
Vect_copy	lib/vector/Vlib/map.c	/^Vect_copy(const char *in, const char *mapset, const char *out)$/;"	f
Vect_copy_head_data	lib/vector/Vlib/init_head.c	/^int Vect_copy_head_data(struct Map_info *from, struct Map_info *to)$/;"	f
Vect_copy_map_lines	lib/vector/Vlib/map.c	/^int Vect_copy_map_lines(struct Map_info *In, struct Map_info *Out)$/;"	f
Vect_copy_pnts_to_xyz	lib/vector/Vlib/line.c	/^Vect_copy_pnts_to_xyz(struct line_pnts *Points, double *x, double *y,$/;"	f
Vect_copy_table	lib/vector/Vlib/map.c	/^Vect_copy_table(struct Map_info *In, struct Map_info *Out, int field_in,$/;"	f
Vect_copy_table_by_cats	lib/vector/Vlib/map.c	/^Vect_copy_table_by_cats(struct Map_info *In, struct Map_info *Out,$/;"	f
Vect_copy_tables	lib/vector/Vlib/map.c	/^int Vect_copy_tables(struct Map_info *In, struct Map_info *Out, int field)$/;"	f
Vect_copy_xyz_to_pnts	lib/vector/Vlib/line.c	/^Vect_copy_xyz_to_pnts(struct line_pnts *Points, double *x, double *y,$/;"	f
Vect_default_field_info	lib/vector/Vlib/field.c	/^    *Vect_default_field_info(struct Map_info *Map,$/;"	f
Vect_delete	lib/vector/Vlib/map.c	/^int Vect_delete(const char *map)$/;"	f
Vect_delete_line	lib/vector/Vlib/write.c	/^int Vect_delete_line(struct Map_info *Map, int line)$/;"	f
Vect_delete_line_array	lib/vector/Vlib/write.c	/^static int (*Vect_delete_line_array[][3]) () = {$/;"	v	file:
Vect_destroy_cat_list	lib/vector/Vlib/cats.c	/^int Vect_destroy_cat_list(struct cat_list *p)$/;"	f
Vect_destroy_cats_struct	lib/vector/Vlib/cats.c	/^int Vect_destroy_cats_struct(struct line_cats *p)$/;"	f
Vect_destroy_line_struct	lib/vector/Vlib/line.c	/^int Vect_destroy_line_struct(struct line_pnts *p)$/;"	f
Vect_destroy_list	lib/vector/Vlib/list.c	/^int Vect_destroy_list(struct ilist *list)$/;"	f
Vect_field_cat_del	lib/vector/Vlib/cats.c	/^int Vect_field_cat_del(struct line_cats *Cats, int field, int cat)$/;"	f
Vect_field_cat_get	lib/vector/Vlib/cats.c	/^int Vect_field_cat_get(struct line_cats *Cats, int field, struct ilist *cats)$/;"	f
Vect_find_area	lib/vector/Vlib/find.c	/^int Vect_find_area(struct Map_info *Map, double x, double y)$/;"	f
Vect_find_island	lib/vector/Vlib/find.c	/^int Vect_find_island(struct Map_info *Map, double x, double y)$/;"	f
Vect_find_line	lib/vector/Vlib/find.c	/^Vect_find_line(struct Map_info *map,$/;"	f
Vect_find_line_list	lib/vector/Vlib/find.c	/^Vect_find_line_list(struct Map_info *map,$/;"	f
Vect_find_node	lib/vector/Vlib/find.c	/^Vect_find_node(struct Map_info *Map,$/;"	f
Vect_find_poly_centroid	lib/vector/Vlib/poly.c	/^Vect_find_poly_centroid(struct line_pnts *points,$/;"	f
Vect_get_area_area	lib/vector/Vlib/area.c	/^double Vect_get_area_area(struct Map_info *Map, int area)$/;"	f
Vect_get_area_boundaries	lib/vector/Vlib/area.c	/^Vect_get_area_boundaries(struct Map_info *Map, int area, struct ilist *List)$/;"	f
Vect_get_area_box	lib/vector/Vlib/box.c	/^int Vect_get_area_box(struct Map_info *Map, int area, BOUND_BOX * Box)$/;"	f
Vect_get_area_cat	lib/vector/Vlib/area.c	/^int Vect_get_area_cat(struct Map_info *Map, int area, int field)$/;"	f
Vect_get_area_cats	lib/vector/Vlib/area.c	/^int Vect_get_area_cats(struct Map_info *Map, int area, struct line_cats *Cats)$/;"	f
Vect_get_area_centroid	lib/vector/Vlib/area.c	/^int Vect_get_area_centroid(struct Map_info *Map, int area)$/;"	f
Vect_get_area_isle	lib/vector/Vlib/area.c	/^int Vect_get_area_isle(struct Map_info *Map, int area, int isle)$/;"	f
Vect_get_area_num_isles	lib/vector/Vlib/area.c	/^int Vect_get_area_num_isles(struct Map_info *Map, int area)$/;"	f
Vect_get_area_points	lib/vector/Vlib/area.c	/^Vect_get_area_points(struct Map_info *Map,$/;"	f
Vect_get_built	lib/vector/Vlib/build.c	/^int Vect_get_built(struct Map_info *Map)$/;"	f
Vect_get_centroid_area	lib/vector/Vlib/level_two.c	/^int Vect_get_centroid_area(struct Map_info *Map, int centroid)$/;"	f
Vect_get_column_names	lib/vector/Vlib/dbcolumns.c	/^const char *Vect_get_column_names(struct Map_info *Map, int field)$/;"	f
Vect_get_column_names_types	lib/vector/Vlib/dbcolumns.c	/^const char *Vect_get_column_names_types(struct Map_info *Map, int field)$/;"	f
Vect_get_column_types	lib/vector/Vlib/dbcolumns.c	/^const char *Vect_get_column_types(struct Map_info *Map, int field)$/;"	f
Vect_get_comment	lib/vector/Vlib/header.c	/^const char *Vect_get_comment(struct Map_info *Map)$/;"	f
Vect_get_constraint_box	lib/vector/Vlib/constraint.c	/^int Vect_get_constraint_box(struct Map_info *Map, BOUND_BOX * Box)$/;"	f
Vect_get_date	lib/vector/Vlib/header.c	/^const char *Vect_get_date(struct Map_info *Map)$/;"	f
Vect_get_dblink	lib/vector/Vlib/field.c	/^struct field_info *Vect_get_dblink(struct Map_info *Map, int link)$/;"	f
Vect_get_fatal_error	lib/vector/Vlib/error.c	/^int Vect_get_fatal_error(void)$/;"	f
Vect_get_field	lib/vector/Vlib/field.c	/^struct field_info *Vect_get_field(struct Map_info *Map, int field)$/;"	f
Vect_get_full_name	lib/vector/Vlib/header.c	/^const char *Vect_get_full_name(struct Map_info *Map)$/;"	f
Vect_get_isle_area	lib/vector/Vlib/area.c	/^int Vect_get_isle_area(struct Map_info *Map, int isle)$/;"	f
Vect_get_isle_boundaries	lib/vector/Vlib/area.c	/^Vect_get_isle_boundaries(struct Map_info *Map, int isle, struct ilist *List)$/;"	f
Vect_get_isle_box	lib/vector/Vlib/box.c	/^int Vect_get_isle_box(struct Map_info *Map, int isle, BOUND_BOX * Box)$/;"	f
Vect_get_isle_points	lib/vector/Vlib/area.c	/^Vect_get_isle_points(struct Map_info *Map,$/;"	f
Vect_get_line_areas	lib/vector/Vlib/level_two.c	/^int Vect_get_line_areas(struct Map_info *Map, int line, int *left, int *right)$/;"	f
Vect_get_line_box	lib/vector/Vlib/box.c	/^int Vect_get_line_box(struct Map_info *Map, int line, BOUND_BOX * Box)$/;"	f
Vect_get_line_cat	lib/vector/Vlib/line.c	/^int Vect_get_line_cat(struct Map_info *Map, int line, int field)$/;"	f
Vect_get_line_nodes	lib/vector/Vlib/level_two.c	/^int Vect_get_line_nodes(struct Map_info *Map, int line, int *n1, int *n2)$/;"	f
Vect_get_line_offset	lib/vector/Vlib/read.c	/^long Vect_get_line_offset(const struct Map_info *Map, int line)$/;"	f
Vect_get_map_box	lib/vector/Vlib/box.c	/^int Vect_get_map_box(struct Map_info *Map, BOUND_BOX * Box)$/;"	f
Vect_get_map_date	lib/vector/Vlib/header.c	/^const char *Vect_get_map_date(struct Map_info *Map)$/;"	f
Vect_get_map_name	lib/vector/Vlib/header.c	/^const char *Vect_get_map_name(struct Map_info *Map)$/;"	f
Vect_get_mapset	lib/vector/Vlib/header.c	/^const char *Vect_get_mapset(struct Map_info *Map)$/;"	f
Vect_get_name	lib/vector/Vlib/header.c	/^const char *Vect_get_name(struct Map_info *Map)$/;"	f
Vect_get_node_coor	lib/vector/Vlib/level_two.c	/^Vect_get_node_coor(struct Map_info *map, int num, double *x, double *y,$/;"	f
Vect_get_node_line	lib/vector/Vlib/level_two.c	/^int Vect_get_node_line(struct Map_info *Map, int node, int line)$/;"	f
Vect_get_node_line_angle	lib/vector/Vlib/level_two.c	/^float Vect_get_node_line_angle(struct Map_info *Map, int node, int line)$/;"	f
Vect_get_node_n_lines	lib/vector/Vlib/level_two.c	/^int Vect_get_node_n_lines(struct Map_info *Map, int node)$/;"	f
Vect_get_num_areas	lib/vector/Vlib/level_two.c	/^int Vect_get_num_areas(struct Map_info *map)$/;"	f
Vect_get_num_dblinks	lib/vector/Vlib/level_two.c	/^int Vect_get_num_dblinks(struct Map_info *map)$/;"	f
Vect_get_num_faces	lib/vector/Vlib/level_two.c	/^int Vect_get_num_faces(struct Map_info *map)$/;"	f
Vect_get_num_islands	lib/vector/Vlib/level_two.c	/^int Vect_get_num_islands(struct Map_info *map)$/;"	f
Vect_get_num_lines	lib/vector/Vlib/level_two.c	/^int Vect_get_num_lines(struct Map_info *map)$/;"	f
Vect_get_num_nodes	lib/vector/Vlib/level_two.c	/^int Vect_get_num_nodes(struct Map_info *map)$/;"	f
Vect_get_num_primitives	lib/vector/Vlib/level_two.c	/^int Vect_get_num_primitives(struct Map_info *map, int type)$/;"	f
Vect_get_num_updated_lines	lib/vector/Vlib/level_two.c	/^int Vect_get_num_updated_lines(struct Map_info *map)$/;"	f
Vect_get_num_updated_nodes	lib/vector/Vlib/level_two.c	/^int Vect_get_num_updated_nodes(struct Map_info *map)$/;"	f
Vect_get_organization	lib/vector/Vlib/header.c	/^const char *Vect_get_organization(struct Map_info *Map)$/;"	f
Vect_get_person	lib/vector/Vlib/header.c	/^const char *Vect_get_person(struct Map_info *Map)$/;"	f
Vect_get_point_in_area	lib/vector/Vlib/poly.c	/^Vect_get_point_in_area(struct Map_info *Map, int area, double *X, double *Y)$/;"	f
Vect_get_point_in_poly	lib/vector/Vlib/poly.c	/^int Vect_get_point_in_poly(struct line_pnts *Points, double *X, double *Y)$/;"	f
Vect_get_point_in_poly_isl	lib/vector/Vlib/poly.c	/^Vect_get_point_in_poly_isl(struct line_pnts *Points,$/;"	f
Vect_get_proj	lib/vector/Vlib/header.c	/^int Vect_get_proj(struct Map_info *Map)$/;"	f
Vect_get_proj_name	lib/vector/Vlib/header.c	/^const char *Vect_get_proj_name(struct Map_info *Map)$/;"	f
Vect_get_scale	lib/vector/Vlib/header.c	/^int Vect_get_scale(struct Map_info *Map)$/;"	f
Vect_get_thresh	lib/vector/Vlib/header.c	/^double Vect_get_thresh(struct Map_info *Map)$/;"	f
Vect_get_updated_line	lib/vector/Vlib/level_two.c	/^int Vect_get_updated_line(struct Map_info *map, int idx)$/;"	f
Vect_get_updated_node	lib/vector/Vlib/level_two.c	/^int Vect_get_updated_node(struct Map_info *map, int idx)$/;"	f
Vect_get_zone	lib/vector/Vlib/header.c	/^int Vect_get_zone(struct Map_info *Map)$/;"	f
Vect_graph_add_edge	lib/vector/Vlib/graph.c	/^Vect_graph_add_edge(GRAPH * graph, int from, int to, double costs, int id)$/;"	f
Vect_graph_build	lib/vector/Vlib/graph.c	/^void Vect_graph_build(GRAPH * graph)$/;"	f
Vect_graph_init	lib/vector/Vlib/graph.c	/^void Vect_graph_init(GRAPH * graph, int nodes_costs)$/;"	f
Vect_graph_set_node_costs	lib/vector/Vlib/graph.c	/^void Vect_graph_set_node_costs(GRAPH * graph, int node, double costs)$/;"	f
Vect_graph_shortest_path	lib/vector/Vlib/graph.c	/^Vect_graph_shortest_path(GRAPH * graph, int from, int to, struct ilist *List,$/;"	f
Vect_hist_command	lib/vector/Vlib/hist.c	/^int Vect_hist_command(struct Map_info *Map)$/;"	f
Vect_hist_copy	lib/vector/Vlib/hist.c	/^int Vect_hist_copy(struct Map_info *In, struct Map_info *Out)$/;"	f
Vect_hist_read	lib/vector/Vlib/hist.c	/^char *Vect_hist_read(char *s, int size, struct Map_info *Map)$/;"	f
Vect_hist_rewind	lib/vector/Vlib/hist.c	/^void Vect_hist_rewind(struct Map_info *Map)$/;"	f
Vect_hist_write	lib/vector/Vlib/hist.c	/^int Vect_hist_write(struct Map_info *Map, const char *str)$/;"	f
Vect_is_3d	lib/vector/Vlib/header.c	/^int Vect_is_3d(struct Map_info *Map)$/;"	f
Vect_isle_alive	lib/vector/Vlib/read.c	/^int Vect_isle_alive(struct Map_info *Map, int isle)$/;"	f
Vect_isle_find_area	lib/vector/Vlib/build_nat.c	/^int Vect_isle_find_area(struct Map_info *Map, int isle)$/;"	f
Vect_legal_filename	lib/vector/Vlib/legal_vname.c	/^int Vect_legal_filename(const char *s)$/;"	f
Vect_level	lib/vector/Vlib/level.c	/^int Vect_level(struct Map_info *Map)$/;"	f
Vect_line_alive	lib/vector/Vlib/read.c	/^int Vect_line_alive(struct Map_info *Map, int line)$/;"	f
Vect_line_box	lib/vector/Vlib/line.c	/^int Vect_line_box(struct line_pnts *Points, BOUND_BOX * Box)$/;"	f
Vect_line_buffer	lib/vector/Vlib/buffer.c	/^Vect_line_buffer(struct line_pnts *InPoints, double distance,$/;"	f
Vect_line_buffer2	lib/vector/Vlib/buffer2.c	/^void Vect_line_buffer2(struct line_pnts *Points, double da, double db,$/;"	f
Vect_line_check_duplicate	lib/vector/Vlib/remove_duplicates.c	/^int Vect_line_check_duplicate(const struct line_pnts *APoints,$/;"	f
Vect_line_check_intersection	lib/vector/Vlib/intersect.c	/^Vect_line_check_intersection(struct line_pnts *APoints,$/;"	f
Vect_line_delete_point	lib/vector/Vlib/line.c	/^int Vect_line_delete_point(struct line_pnts *Points, int index)$/;"	f
Vect_line_distance	lib/vector/Vlib/line.c	/^Vect_line_distance(struct line_pnts *points,$/;"	f
Vect_line_geodesic_length	lib/vector/Vlib/line.c	/^double Vect_line_geodesic_length(struct line_pnts *Points)$/;"	f
Vect_line_get_intersections	lib/vector/Vlib/intersect.c	/^Vect_line_get_intersections(struct line_pnts *APoints,$/;"	f
Vect_line_insert_point	lib/vector/Vlib/line.c	/^Vect_line_insert_point(struct line_pnts *Points, int index, double x,$/;"	f
Vect_line_intersection	lib/vector/Vlib/intersect.c	/^Vect_line_intersection(struct line_pnts *APoints,$/;"	f
Vect_line_length	lib/vector/Vlib/line.c	/^double Vect_line_length(struct line_pnts *Points)$/;"	f
Vect_line_parallel	lib/vector/Vlib/buffer.c	/^Vect_line_parallel(struct line_pnts *InPoints, double distance,$/;"	f
Vect_line_parallel2	lib/vector/Vlib/buffer2.c	/^void Vect_line_parallel2(struct line_pnts *InPoints, double da, double db,$/;"	f
Vect_line_prune	lib/vector/Vlib/line.c	/^int Vect_line_prune(struct line_pnts *Points)$/;"	f
Vect_line_prune_thresh	lib/vector/Vlib/line.c	/^int Vect_line_prune_thresh(struct line_pnts *Points, double threshold)$/;"	f
Vect_line_reverse	lib/vector/Vlib/line.c	/^void Vect_line_reverse(struct line_pnts *Points)$/;"	f
Vect_line_segment	lib/vector/Vlib/line.c	/^Vect_line_segment(struct line_pnts *InPoints, double start, double end,$/;"	f
Vect_list_append	lib/vector/Vlib/list.c	/^int Vect_list_append(struct ilist *list, int val)$/;"	f
Vect_list_append_list	lib/vector/Vlib/list.c	/^int Vect_list_append_list(struct ilist *alist, struct ilist *blist)$/;"	f
Vect_list_delete	lib/vector/Vlib/list.c	/^int Vect_list_delete(struct ilist *list, int val)$/;"	f
Vect_list_delete_list	lib/vector/Vlib/list.c	/^int Vect_list_delete_list(struct ilist *alist, struct ilist *blist)$/;"	f
Vect_map_add_dblink	lib/vector/Vlib/field.c	/^Vect_map_add_dblink(struct Map_info *Map, int number, const char *name,$/;"	f
Vect_map_check_dblink	lib/vector/Vlib/field.c	/^int Vect_map_check_dblink(struct Map_info *Map, int field)$/;"	f
Vect_map_del_dblink	lib/vector/Vlib/field.c	/^int Vect_map_del_dblink(struct Map_info *Map, int field)$/;"	f
Vect_maptype_info	lib/vector/Vlib/open.c	/^const char *Vect_maptype_info(struct Map_info *Map)$/;"	f
Vect_net_build_graph	lib/vector/Vlib/net.c	/^Vect_net_build_graph(struct Map_info *Map,$/;"	f
Vect_net_get_line_cost	lib/vector/Vlib/net.c	/^Vect_net_get_line_cost(struct Map_info *Map, int line, int direction,$/;"	f
Vect_net_get_node_cost	lib/vector/Vlib/net.c	/^int Vect_net_get_node_cost(struct Map_info *Map, int node, double *cost)$/;"	f
Vect_net_nearest_nodes	lib/vector/Vlib/net.c	/^int Vect_net_nearest_nodes(struct Map_info *Map,$/;"	f
Vect_net_shortest_path	lib/vector/Vlib/net.c	/^Vect_net_shortest_path(struct Map_info *Map, int from, int to,$/;"	f
Vect_net_shortest_path_coor	lib/vector/Vlib/net.c	/^Vect_net_shortest_path_coor(struct Map_info *Map,$/;"	f
Vect_new_cat_list	lib/vector/Vlib/cats.c	/^struct cat_list *Vect_new_cat_list()$/;"	f
Vect_new_cats_struct	lib/vector/Vlib/cats.c	/^struct line_cats *Vect_new_cats_struct()$/;"	f
Vect_new_dblinks_struct	lib/vector/Vlib/field.c	/^struct dblinks *Vect_new_dblinks_struct(void)$/;"	f
Vect_new_line_struct	lib/vector/Vlib/line.c	/^struct line_pnts *Vect_new_line_struct()$/;"	f
Vect_new_list	lib/vector/Vlib/list.c	/^struct ilist *Vect_new_list(void)$/;"	f
Vect_new_varray	lib/vector/Vlib/array.c	/^VARRAY *Vect_new_varray(int size)$/;"	f
Vect_node_alive	lib/vector/Vlib/read.c	/^int Vect_node_alive(struct Map_info *Map, int node)$/;"	f
Vect_open_new	lib/vector/Vlib/open.c	/^int Vect_open_new(struct Map_info *Map, const char *name, int with_z)$/;"	f
Vect_open_old	lib/vector/Vlib/open.c	/^int Vect_open_old(struct Map_info *Map, const char *name, const char *mapset)$/;"	f
Vect_open_old_head	lib/vector/Vlib/open.c	/^Vect_open_old_head(struct Map_info *Map, const char *name, const char *mapset)$/;"	f
Vect_open_spatial_index	lib/vector/Vlib/open.c	/^int Vect_open_spatial_index(struct Map_info *Map)$/;"	f
Vect_open_topo	lib/vector/Vlib/open.c	/^int Vect_open_topo(struct Map_info *Map, int head_only)$/;"	f
Vect_open_update	lib/vector/Vlib/open.c	/^Vect_open_update(struct Map_info *Map, const char *name, const char *mapset)$/;"	f
Vect_open_update_head	lib/vector/Vlib/open.c	/^Vect_open_update_head(struct Map_info *Map, const char *name,$/;"	f
Vect_option_to_types	lib/vector/Vlib/type.c	/^int Vect_option_to_types(struct Option *type_opt)$/;"	f
Vect_overlay	lib/vector/Vlib/overlay.c	/^int Vect_overlay(struct Map_info *AMap, int atype, struct ilist *AList, struct ilist *AAList,	\/* map A *\/$/;"	f
Vect_overlay_and	lib/vector/Vlib/overlay.c	/^Vect_overlay_and(struct Map_info *AMap, int atype, struct ilist *AList,$/;"	f
Vect_overlay_str_to_operator	lib/vector/Vlib/overlay.c	/^int Vect_overlay_str_to_operator(const char *str)$/;"	f
Vect_point_buffer2	lib/vector/Vlib/buffer2.c	/^void Vect_point_buffer2(double px, double py, double da, double db,$/;"	f
Vect_point_in_area	lib/vector/Vlib/area.c	/^int Vect_point_in_area(struct Map_info *Map, int area, double x, double y)$/;"	f
Vect_point_in_area_outer_ring	lib/vector/Vlib/poly.c	/^Vect_point_in_area_outer_ring(double X, double Y, struct Map_info *Map,$/;"	f
Vect_point_in_box	lib/vector/Vlib/box.c	/^int Vect_point_in_box(double x, double y, double z, BOUND_BOX * Box)$/;"	f
Vect_point_in_island	lib/vector/Vlib/poly.c	/^int Vect_point_in_island(double X, double Y, struct Map_info *Map, int isle)$/;"	f
Vect_point_in_poly	lib/vector/Vlib/poly.c	/^int Vect_point_in_poly(double X, double Y, struct line_pnts *Points)$/;"	f
Vect_point_on_line	lib/vector/Vlib/line.c	/^Vect_point_on_line(struct line_pnts *Points, double distance,$/;"	f
Vect_points_distance	lib/vector/Vlib/line.c	/^double Vect_points_distance(double x1, double y1, double z1,	\/* point 1 *\/$/;"	f
Vect_print_header	lib/vector/Vlib/header.c	/^int Vect_print_header(struct Map_info *Map)$/;"	f
Vect_read_dblinks	lib/vector/Vlib/field.c	/^int Vect_read_dblinks(struct Map_info *Map)$/;"	f
Vect_read_header	lib/vector/Vlib/header.c	/^int Vect_read_header(struct Map_info *Map)$/;"	f
Vect_read_line	lib/vector/Vlib/read.c	/^int Vect_read_line(struct Map_info *Map,$/;"	f
Vect_read_next_line	lib/vector/Vlib/read.c	/^int Vect_read_next_line(struct Map_info *Map,$/;"	f
Vect_region_box	lib/vector/Vlib/box.c	/^int Vect_region_box(struct Cell_head *Window, BOUND_BOX * Box)$/;"	f
Vect_remove_bridges	lib/vector/Vlib/bridges.c	/^Vect_remove_bridges(struct Map_info *Map, struct Map_info *Err)$/;"	f
Vect_remove_constraints	lib/vector/Vlib/constraint.c	/^int Vect_remove_constraints(struct Map_info *Map)$/;"	f
Vect_remove_dangles	lib/vector/Vlib/dangles.c	/^Vect_remove_dangles(struct Map_info *Map, int type, double maxlength,$/;"	f
Vect_remove_duplicates	lib/vector/Vlib/remove_duplicates.c	/^Vect_remove_duplicates(struct Map_info *Map, int type, struct Map_info *Err)$/;"	f
Vect_remove_small_areas	lib/vector/Vlib/remove_areas.c	/^Vect_remove_small_areas(struct Map_info *Map, double thresh,$/;"	f
Vect_rename	lib/vector/Vlib/map.c	/^int Vect_rename(const char *in, const char *out)$/;"	f
Vect_reset_cats	lib/vector/Vlib/cats.c	/^int Vect_reset_cats(struct line_cats *Cats)$/;"	f
Vect_reset_dblinks	lib/vector/Vlib/field.c	/^void Vect_reset_dblinks(struct dblinks *p)$/;"	f
Vect_reset_line	lib/vector/Vlib/line.c	/^int Vect_reset_line(struct line_pnts *Points)$/;"	f
Vect_reset_list	lib/vector/Vlib/list.c	/^int Vect_reset_list(struct ilist *list)$/;"	f
Vect_restore_line	lib/vector/Vlib/write.c	/^int Vect_restore_line(struct Map_info *Map, int line, long offset)$/;"	f
Vect_restore_line_array	lib/vector/Vlib/write.c	/^static int (*Vect_restore_line_array[][3]) () = {$/;"	v	file:
Vect_rewind	lib/vector/Vlib/rewind.c	/^int Vect_rewind(struct Map_info *Map)$/;"	f
Vect_rewrite_line	lib/vector/Vlib/write.c	/^Vect_rewrite_line(struct Map_info *Map,$/;"	f
Vect_rewrite_line_array	lib/vector/Vlib/write.c	/^static int (*Vect_rewrite_line_array[][3]) () = {$/;"	v	file:
Vect_save_spatial_index	lib/vector/Vlib/build.c	/^int Vect_save_spatial_index(struct Map_info *Map)$/;"	f
Vect_save_topo	lib/vector/Vlib/build.c	/^int Vect_save_topo(struct Map_info *Map)$/;"	f
Vect_segment_intersection	lib/vector/Vlib/intersect.c	/^int Vect_segment_intersection(double ax1, double ay1, double az1, double ax2,$/;"	f
Vect_select_areas_by_box	lib/vector/Vlib/select.c	/^Vect_select_areas_by_box(struct Map_info *Map, BOUND_BOX * Box,$/;"	f
Vect_select_areas_by_polygon	lib/vector/Vlib/select.c	/^Vect_select_areas_by_polygon(struct Map_info *Map, struct line_pnts *Polygon,$/;"	f
Vect_select_dangles	lib/vector/Vlib/dangles.c	/^Vect_select_dangles(struct Map_info *Map, int type, double maxlength,$/;"	f
Vect_select_isles_by_box	lib/vector/Vlib/select.c	/^Vect_select_isles_by_box(struct Map_info *Map, BOUND_BOX * Box,$/;"	f
Vect_select_lines_by_box	lib/vector/Vlib/select.c	/^Vect_select_lines_by_box(struct Map_info *Map, BOUND_BOX * Box,$/;"	f
Vect_select_lines_by_polygon	lib/vector/Vlib/select.c	/^Vect_select_lines_by_polygon(struct Map_info *Map, struct line_pnts *Polygon,$/;"	f
Vect_select_nodes_by_box	lib/vector/Vlib/select.c	/^Vect_select_nodes_by_box(struct Map_info *Map, BOUND_BOX * Box,$/;"	f
Vect_set_category_index_update	lib/vector/Vlib/map.c	/^void Vect_set_category_index_update(struct Map_info *Map)$/;"	f
Vect_set_comment	lib/vector/Vlib/header.c	/^int Vect_set_comment(struct Map_info *Map, const char *str)$/;"	f
Vect_set_constraint_region	lib/vector/Vlib/constraint.c	/^Vect_set_constraint_region(struct Map_info *Map,$/;"	f
Vect_set_constraint_type	lib/vector/Vlib/constraint.c	/^int Vect_set_constraint_type(struct Map_info *Map, int type)$/;"	f
Vect_set_date	lib/vector/Vlib/header.c	/^int Vect_set_date(struct Map_info *Map, const char *str)$/;"	f
Vect_set_db_updated	lib/vector/Vlib/field.c	/^void Vect_set_db_updated(struct Map_info *Map)$/;"	f
Vect_set_fatal_error	lib/vector/Vlib/error.c	/^int Vect_set_fatal_error(int err)$/;"	f
Vect_set_map_date	lib/vector/Vlib/header.c	/^int Vect_set_map_date(struct Map_info *Map, const char *str)$/;"	f
Vect_set_map_name	lib/vector/Vlib/header.c	/^int Vect_set_map_name(struct Map_info *Map, const char *str)$/;"	f
Vect_set_open_level	lib/vector/Vlib/open.c	/^int Vect_set_open_level(int level)$/;"	f
Vect_set_organization	lib/vector/Vlib/header.c	/^int Vect_set_organization(struct Map_info *Map, const char *str)$/;"	f
Vect_set_person	lib/vector/Vlib/header.c	/^int Vect_set_person(struct Map_info *Map, const char *str)$/;"	f
Vect_set_release_support	lib/vector/Vlib/map.c	/^void Vect_set_release_support(struct Map_info *Map)$/;"	f
Vect_set_scale	lib/vector/Vlib/header.c	/^int Vect_set_scale(struct Map_info *Map, int scale)$/;"	f
Vect_set_thresh	lib/vector/Vlib/header.c	/^int Vect_set_thresh(struct Map_info *Map, double thresh)$/;"	f
Vect_set_varray_from_cat_list	lib/vector/Vlib/array.c	/^Vect_set_varray_from_cat_list(struct Map_info *Map, int field,$/;"	f
Vect_set_varray_from_cat_string	lib/vector/Vlib/array.c	/^Vect_set_varray_from_cat_string(struct Map_info *Map, int field,$/;"	f
Vect_set_varray_from_db	lib/vector/Vlib/array.c	/^Vect_set_varray_from_db(struct Map_info *Map, int field, const char *where,$/;"	f
Vect_set_zone	lib/vector/Vlib/header.c	/^int Vect_set_zone(struct Map_info *Map, int zone)$/;"	f
Vect_snap_lines	lib/vector/Vlib/snap.c	/^Vect_snap_lines(struct Map_info *Map, int type, double thresh,$/;"	f
Vect_snap_lines_list	lib/vector/Vlib/snap.c	/^Vect_snap_lines_list(struct Map_info *Map, struct ilist *List_lines,$/;"	f
Vect_spatial_index_add_item	lib/vector/Vlib/sindex.c	/^void Vect_spatial_index_add_item(SPATIAL_INDEX * si, int id, BOUND_BOX * box)$/;"	f
Vect_spatial_index_del_item	lib/vector/Vlib/sindex.c	/^void Vect_spatial_index_del_item(SPATIAL_INDEX * si, int id)$/;"	f
Vect_spatial_index_destroy	lib/vector/Vlib/sindex.c	/^void Vect_spatial_index_destroy(SPATIAL_INDEX * si)$/;"	f
Vect_spatial_index_dump	lib/vector/Vlib/build.c	/^int Vect_spatial_index_dump(struct Map_info *Map, FILE * out)$/;"	f
Vect_spatial_index_init	lib/vector/Vlib/sindex.c	/^void Vect_spatial_index_init(SPATIAL_INDEX * si)$/;"	f
Vect_spatial_index_select	lib/vector/Vlib/sindex.c	/^Vect_spatial_index_select(SPATIAL_INDEX * si, BOUND_BOX * box,$/;"	f
Vect_str_to_cat_list	lib/vector/Vlib/cats.c	/^int Vect_str_to_cat_list(const char *str, struct cat_list *list)$/;"	f
Vect_subst_var	lib/vector/Vlib/field.c	/^char *Vect_subst_var(const char *in, struct Map_info *Map)$/;"	f
Vect_tin_get_z	lib/vector/Vlib/tin.c	/^Vect_tin_get_z(struct Map_info *Map,$/;"	f
Vect_top	lib/ogsf/gv.c	/^static geovect *Vect_top = NULL;$/;"	v	file:
Vect_topo_dump	lib/vector/Vlib/build.c	/^int Vect_topo_dump(struct Map_info *Map, FILE * out)$/;"	f
Vect_val_in_list	lib/vector/Vlib/list.c	/^int Vect_val_in_list(struct ilist *list, int val)$/;"	f
Vect_write_dblinks	lib/vector/Vlib/field.c	/^int Vect_write_dblinks(struct Map_info *Map)$/;"	f
Vect_write_header	lib/vector/Vlib/header.c	/^int Vect_write_header(struct Map_info *Map)$/;"	f
Vect_write_line	lib/vector/Vlib/write.c	/^Vect_write_line(struct Map_info *Map,$/;"	f
Vector	vector/v.mapcalc/vector.h	/^typedef struct Vector$/;"	s
VectorDBInfo	gui/wxpython/gui_modules/dbm.py	/^class VectorDBInfo(gselect.VectorDBInfo):$/;"	c
VectorDBInfo	gui/wxpython/gui_modules/gselect.py	/^class VectorDBInfo:$/;"	c
VectorToList	gui/wxpython/vdigit/driver.cpp	/^int DisplayDriver::VectorToList(struct ilist *list, const std::vector<int>& vec)$/;"	f	class:DisplayDriver
Vedit_add_vertex	lib/vector/vedit/vertex.c	/^int Vedit_add_vertex(struct Map_info *Map, struct ilist *List,$/;"	f
Vedit_bulk_labeling	lib/vector/vedit/zbulk.c	/^int Vedit_bulk_labeling(struct Map_info *Map, struct ilist *List,$/;"	f
Vedit_chtype_lines	lib/vector/vedit/chtype.c	/^int Vedit_chtype_lines(struct Map_info *Map, struct ilist *List)$/;"	f
Vedit_connect_lines	lib/vector/vedit/break.c	/^int Vedit_connect_lines(struct Map_info *Map, struct ilist *List,$/;"	f
Vedit_copy_lines	lib/vector/vedit/copy.c	/^int Vedit_copy_lines(struct Map_info *Map, struct Map_info *FromMap,$/;"	f
Vedit_delete_lines	lib/vector/vedit/delete.c	/^int Vedit_delete_lines(struct Map_info *Map, struct ilist *List)$/;"	f
Vedit_flip_lines	lib/vector/vedit/flip.c	/^int Vedit_flip_lines(struct Map_info *Map, struct ilist *List)$/;"	f
Vedit_get_min_distance	lib/vector/vedit/distance.c	/^double Vedit_get_min_distance(struct line_pnts *Points1,$/;"	f
Vedit_merge_lines	lib/vector/vedit/merge.c	/^int Vedit_merge_lines(struct Map_info *Map, struct ilist *List)$/;"	f
Vedit_modify_cats	lib/vector/vedit/cats.c	/^int Vedit_modify_cats(struct Map_info *Map, struct ilist *List,$/;"	f
Vedit_move_lines	lib/vector/vedit/move.c	/^int Vedit_move_lines(struct Map_info *Map, struct Map_info **BgMap,$/;"	f
Vedit_move_vertex	lib/vector/vedit/vertex.c	/^int Vedit_move_vertex(struct Map_info *Map, struct Map_info **BgMap,$/;"	f
Vedit_remove_vertex	lib/vector/vedit/vertex.c	/^int Vedit_remove_vertex(struct Map_info *Map, struct ilist *List,$/;"	f
Vedit_select_by_query	lib/vector/vedit/select.c	/^int Vedit_select_by_query(struct Map_info *Map,$/;"	f
Vedit_snap_line	lib/vector/vedit/snap.c	/^int Vedit_snap_line(struct Map_info *Map, struct Map_info **BgMap,$/;"	f
Vedit_snap_lines	lib/vector/vedit/snap.c	/^int Vedit_snap_lines(struct Map_info *Map, struct Map_info **BgMap,$/;"	f
Vedit_snap_point	lib/vector/vedit/snap.c	/^int Vedit_snap_point(struct Map_info *Map,$/;"	f
Vedit_split_lines	lib/vector/vedit/break.c	/^int Vedit_split_lines(struct Map_info *Map, struct ilist *List,$/;"	f
Verbose	raster/r.random.cells/ransurf.h	/^GLOBAL struct Flag *Verbose;$/;"	v	typeref:struct:Flag
Verbose	raster/r.random.surface/ransurf.h	/^GLOBAL struct Flag *Verbose;$/;"	v	typeref:struct:Flag
Version	lib/vector/dglib/graph.h	/^    dglByte_t Version;$/;"	m	struct:_dglGraph
Version_Major	include/vect/dig_structs.h	/^    int Version_Major;		\/* version codes *\/$/;"	m	struct:Plus_head
Version_Major	include/vect/dig_structs.h	/^    int Version_Major;$/;"	m	struct:dig_head
Version_Minor	include/vect/dig_structs.h	/^    int Version_Minor;$/;"	m	struct:Plus_head
Version_Minor	include/vect/dig_structs.h	/^    int Version_Minor;$/;"	m	struct:dig_head
VertArgs	raster3d/r3.in.v5d/v5d.h	/^    float VertArgs[MAXVERTARGS];	\/* Vert. Coord. Sys. arguments... *\/$/;"	m	struct:__anon110
VertArgs	raster3d/r3.out.v5d/v5d.h	/^    float VertArgs[MAXVERTARGS];	\/* Vert. Coord. Sys. arguments... *\/$/;"	m	struct:__anon121
VerticalSystem	raster3d/r3.in.v5d/v5d.h	/^    int VerticalSystem;		\/* Which vertical coordinate system *\/$/;"	m	struct:__anon110
VerticalSystem	raster3d/r3.out.v5d/v5d.h	/^    int VerticalSystem;		\/* Which vertical coordinate system *\/$/;"	m	struct:__anon121
Vi	lib/ogsf/gsdrape.c	/^static Point3 *Vi, *Hi, *Di;$/;"	v	file:
View	imagery/i.class/defs.h	/^} View;$/;"	t	typeref:struct:__anon203
View	imagery/i.ortho.photo/photo.2image/defs.h	/^} View;$/;"	t	typeref:struct:__anon237
View	imagery/i.ortho.photo/photo.2target/defs.h	/^} View;$/;"	t	typeref:struct:__anon226
View	imagery/i.ortho.photo/photo.rectify/defs.h	/^} View;$/;"	t	typeref:struct:__anon230
View	imagery/i.points/defs.h	/^} View;$/;"	t	typeref:struct:__anon211
View	imagery/i.vpoints/defs.h	/^} View;$/;"	t	typeref:struct:__anon217
ViewPositionWindow	gui/wxpython/gui_modules/nviz_tools.py	/^class ViewPositionWindow(wx.Window):$/;"	c
Viewnode	include/kftypes.h	/^} Viewnode;$/;"	t	typeref:struct:view_node
Views	lib/ogsf/GK2.c	/^static Viewnode *Views = NULL;$/;"	v	file:
Viewsteps	lib/ogsf/GK2.c	/^static int Viewsteps = 0;$/;"	v	file:
VirtualAttributeList	gui/wxpython/gui_modules/dbm.py	/^                           listmix.ColumnSorterMixin):$/;"	c
VisInfo	visualization/nviz/src/togl.c	/^    XVisualInfo *VisInfo;       \/* Visual info of the current *\/$/;"	m	struct:Togl	file:
Vol_ID	lib/ogsf/GVL2.c	/^static int Vol_ID[MAX_VOLS];$/;"	v	file:
Vol_top	lib/ogsf/gvl.c	/^static geovol *Vol_top = NULL;$/;"	v	file:
VolumeSign	vector/v.hull/chull.c	/^int VolumeSign(tFace f, tVertex p)$/;"	f
Volume_offset	include/vect/dig_structs.h	/^    long Volume_offset;$/;"	m	struct:Plus_head
Volume_spidx_offset	include/vect/dig_structs.h	/^    long Volume_spidx_offset;$/;"	m	struct:Plus_head
W	include/dlg.h	/^    double W;$/;"	m	struct:dlg_line
W	include/gstypes.h	25;"	d
W	include/vect/dig_structs.h	/^    double W;			\/* west *\/$/;"	m	struct:bound_box
W	include/vect/dig_structs.h	/^    double W;$/;"	m	struct:P_area
W	include/vect/dig_structs.h	/^    double W;$/;"	m	struct:P_isle
W	include/vect/dig_structs.h	/^    double W;$/;"	m	struct:P_line
W	lib/gpde/N_pde.h	/^    double C, W, E, N, S, NE, NW, SE, SW, V;$/;"	m	struct:__anon51
W	raster/r.out.vrml/main.c	/^struct Cell_head W;$/;"	v	typeref:struct:Cell_head
W	visualization/nviz/src/interface.h	36;"	d
WAIT_ANY	raster3d/r3.showdspf/main_ogl.c	54;"	d	file:
WARN	gui/wxpython/nviz/init.cpp	18;"	d	file:
WARN	lib/gis/error.c	35;"	d	file:
WARNINGS	gem/globals.h	/^EXTERN int WARNINGS;		\/* number of warnings issued during program run *\/$/;"	v
WATER_DEBUG	raster/r.terraflow/water.cc	33;"	d	file:
WATER_H	raster/r.terraflow/water.h	21;"	d
WC	lib/gpde/N_pde.h	/^    double NC, SC, WC, EC, TC, BC;$/;"	m	struct:__anon56
WC	lib/gpde/N_pde.h	/^    double NC, SC, WC, EC;$/;"	m	struct:__anon55
WC	lib/gpde/N_pde.h	/^    double NWN, NEN, WC, EC, SWS, SES;$/;"	m	struct:__anon57
WC_COLOR_ATT	include/gsurf.h	58;"	d
WDTH	display/d.extract/extract.c	12;"	d	file:
WDTH	display/d.path/select.c	13;"	d	file:
WDTH	display/d.what.vect/what.c	16;"	d	file:
WDTH	vector/v.what/what.c	15;"	d	file:
WEST	raster/r.flow/calc.c	44;"	d	file:
WHITE	imagery/i.ask/popup.c	/^static int WHITE, RED, BLACK, GREY;$/;"	v	file:
WHITE	imagery/i.class/globals.h	39;"	d
WHITE	imagery/i.ortho.photo/photo.2image/globals.h	62;"	d
WHITE	imagery/i.ortho.photo/photo.2target/globals.h	83;"	d
WHITE	imagery/i.points/globals.h	55;"	d
WHITE	include/colors.h	16;"	d
WHITE	ps/ps.map/ps_info.h	/^int WHITE = 0;$/;"	v
WHITE	ps/ps.map/ps_info.h	75;"	d
WHITE	raster/r.le/r.le.setup/colors.h	30;"	d
WHOLE_PATH	ps/ps.map/vector.h	32;"	d
WHOLE_RASTER	raster/r.horizon/main.c	41;"	d	file:
WIDGREC	visualization/nviz/src/togl.c	21;"	d	file:
WIDTH_SCALE	vector/v.out.svg/main.c	30;"	d	file:
WIN32_LEAN_AND_MEAN	include/nviz.h	10;"	d
WIN32_LEAN_AND_MEAN	include/nviz.h	8;"	d
WIN32_LEAN_AND_MEAN	lib/external/shapelib/safileio.c	72;"	d	file:
WIN32_LEAN_AND_MEAN	visualization/nviz/src/tkWin.h	22;"	d
WIN32_LEAN_AND_MEAN	visualization/nviz/src/tkWin.h	24;"	d
WIN32_LEAN_AND_MEAN	visualization/nviz/src/togl.c	25;"	d	file:
WIN32_LEAN_AND_MEAN	visualization/nviz/src/togl.c	27;"	d	file:
WIN32_LEAN_AND_MEAN	visualization/nviz/src/togl.h	17;"	d
WIN32_LEAN_AND_MEAN	visualization/nviz/src/togl.h	19;"	d
WINDOW_PROP_SCREEN_X	display/d.colors/graphics.h	10;"	d
WINDOW_PROP_SCREEN_X	display/d.zoom/graphics.h	10;"	d
WINDOW_PROP_SCREEN_Y	display/d.colors/graphics.h	11;"	d
WINDOW_PROP_SCREEN_Y	display/d.zoom/graphics.h	11;"	d
WINGISBASE	Makefile	/^	-sed -e "s#WINGISBASE=.*#WINGISBASE=${INST_DIR}#" ${ARCH_BINDIR}\/grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}.bat > ${BINDIR}\/grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}.bat$/;"	m
WITHIN	raster3d/r3.showdspf/vizual.h	6;"	d
WITHOUT_Z	include/vect/dig_defines.h	120;"	d
WITH_Z	include/vect/dig_defines.h	121;"	d
WKTCreate	gui/wxpython/gui_modules/location_wizard.py	/^    def WKTCreate(self):$/;"	m	class:LocationWizard
WKTPage	gui/wxpython/gui_modules/location_wizard.py	/^class WKTPage(TitledPage):$/;"	c
WO	raster/wildfire/r.ros/main.c	/^float WO[4][14] =$/;"	v
WORKERS	raster/r.li/r.li.daemon/daemon.h	27;"	d
WORLD	vector/v.build.polylines/global.h	5;"	d
WORLD	vector/v.build.polylines/global.h	7;"	d
WORLDFILE	raster3d/r3.in.v5d/vis5d.h	53;"	d
WORLDFILE	raster3d/r3.out.v5d/vis5d.h	53;"	d
WRAPX	raster3d/r3.showdspf/togif.c	224;"	d	file:
WRAPY	raster3d/r3.showdspf/togif.c	223;"	d	file:
WRITE	lib/db/dbmi_client/start.c	28;"	d	file:
WRITE	lib/gis/popen.c	21;"	d	file:
WRITE	lib/ogsf/gvl_calc.c	51;"	d	file:
WRITE_ATT_FORMAT	include/dig_atts.h	9;"	d
WRITE_CATS	display/d.colors/interact.c	17;"	d	file:
WRITE_MAP_TYPE	lib/gis/opencell.c	/^static RASTER_MAP_TYPE WRITE_MAP_TYPE = CELL_TYPE;$/;"	v	file:
WRITE_NBYTES	lib/gis/opencell.c	/^static int WRITE_NBYTES = sizeof(CELL);$/;"	v	file:
WRITE_STATUS	display/d.colors/interact.c	14;"	d	file:
WRITE_TAG	raster3d/r3.in.v5d/v5d.c	2217;"	d	file:
WRITE_TAG	raster3d/r3.in.v5d/v5d.c	2324;"	d	file:
WRITE_TAG	raster3d/r3.out.v5d/v5d.c	2217;"	d	file:
WRITE_TAG	raster3d/r3.out.v5d/v5d.c	2324;"	d	file:
WW	raster3d/r3.showdspf/BallAux.h	/^{ XX, YY, ZZ, WW, QuatLen };$/;"	e	enum:QuatPart
WXNVIZ_H	gui/wxpython/nviz/nviz.h	2;"	d
WXPYDOMAIN	locale/Makefile	/^WXPYDOMAIN = grasswxpy$/;"	m
WXPY_POTFILES	locale/Makefile	/^WXPY_POTFILES = find ..\/gui\/wxpython -name '*.py' | xargs grep -l "_(\\""$/;"	m
WXVDIGIT_DIGIT_H	gui/wxpython/vdigit/digit.h	2;"	d
WXVDIGIT_DRIVER_H	gui/wxpython/vdigit/driver.h	2;"	d
WZ	lib/gpde/N_pde.h	/^    double NWZ, NZ, NEZ, WZ, CZ, EZ, SWZ, SZ, SEZ;$/;"	m	struct:__anon59
W_B	lib/gpde/N_pde.h	/^    double B, W_B, E_B, N_B, S_B, NE_B, NW_B, SE_B, SW_B;$/;"	m	struct:__anon51
W_OK	lib/db/dbmi_base/dirent.c	7;"	d	file:
W_T	lib/gpde/N_pde.h	/^    double T, W_T, E_T, N_T, S_T, NE_T, NW_T, SE_T, SW_T;$/;"	m	struct:__anon51
Wbot	display/d.save/main.c	/^int Wtop, Wbot, Wleft, Wright;$/;"	v
Wcell	display/d.save/main.c	/^char Wcell[100] = "", Wdig[100], Wsite[100], Wcolor[25] = "";$/;"	v
Wcolor	display/d.save/main.c	/^char Wcell[100] = "", Wdig[100], Wsite[100], Wcolor[25] = "";$/;"	v
Wdig	display/d.save/main.c	/^char Wcell[100] = "", Wdig[100], Wsite[100], Wcolor[25] = "";$/;"	v
Weight	raster/r.random.surface/ransurf.h	/^GLOBAL struct Option *Distance, *Exponent, *Weight;$/;"	v	typeref:struct:
What	display/d.profile/What.c	/^int What(char *name,$/;"	f
Widget::_configure_option	lib/external/bwidget/widget.tcl	/^proc Widget::_configure_option { option altopt } {$/;"	p
Widget::_get_configure	lib/external/bwidget/widget.tcl	/^proc Widget::_get_configure { path options } {$/;"	p
Widget::_get_tkwidget_options	lib/external/bwidget/widget.tcl	/^proc Widget::_get_tkwidget_options { tkwidget } {$/;"	p
Widget::_get_window	lib/external/bwidget/widget.tcl	/^proc Widget::_get_window { class path } {$/;"	p
Widget::_test_boolean	lib/external/bwidget/widget.tcl	/^proc Widget::_test_boolean { option value arg } {$/;"	p
Widget::_test_bwresource	lib/external/bwidget/widget.tcl	/^proc Widget::_test_bwresource { option value arg } {$/;"	p
Widget::_test_enum	lib/external/bwidget/widget.tcl	/^proc Widget::_test_enum { option value arg } {$/;"	p
Widget::_test_flag	lib/external/bwidget/widget.tcl	/^proc Widget::_test_flag { option value arg } {$/;"	p
Widget::_test_int	lib/external/bwidget/widget.tcl	/^proc Widget::_test_int { option value arg } {$/;"	p
Widget::_test_string	lib/external/bwidget/widget.tcl	/^proc Widget::_test_string { option value arg } {$/;"	p
Widget::_test_synonym	lib/external/bwidget/widget.tcl	/^proc Widget::_test_synonym { option value arg } {$/;"	p
Widget::_test_tkresource	lib/external/bwidget/widget.tcl	/^proc Widget::_test_tkresource { option value arg } {$/;"	p
Widget::addmap	lib/external/bwidget/widget.tcl	/^proc Widget::addmap { class subclass subpath options } {$/;"	p
Widget::bwinclude	lib/external/bwidget/widget.tcl	/^proc Widget::bwinclude { class subclass subpath args } {$/;"	p
Widget::cget	lib/external/bwidget/widget.tcl	/^proc Widget::cget { path option } {$/;"	p
Widget::configure	lib/external/bwidget/widget.tcl	/^proc Widget::configure { path options } {$/;"	p
Widget::declare	lib/external/bwidget/widget.tcl	/^proc Widget::declare { class optlist } {$/;"	p
Widget::destroy	lib/external/bwidget/widget.tcl	/^proc Widget::destroy { path } {$/;"	p
Widget::focusNext	lib/external/bwidget/widget.tcl	/^proc Widget::focusNext { w } {$/;"	p
Widget::focusOK	lib/external/bwidget/widget.tcl	/^proc Widget::focusOK { w } {$/;"	p
Widget::focusPrev	lib/external/bwidget/widget.tcl	/^proc Widget::focusPrev { w } {$/;"	p
Widget::getoption	lib/external/bwidget/widget.tcl	/^proc Widget::getoption { path option } {$/;"	p
Widget::hasChanged	lib/external/bwidget/widget.tcl	/^proc Widget::hasChanged { path option pvalue } {$/;"	p
Widget::init	lib/external/bwidget/widget.tcl	/^proc Widget::init { class path options } {$/;"	p
Widget::setoption	lib/external/bwidget/widget.tcl	/^proc Widget::setoption { path option value } {$/;"	p
Widget::subcget	lib/external/bwidget/widget.tcl	/^proc Widget::subcget { path subwidget } {$/;"	p
Widget::syncoptions	lib/external/bwidget/widget.tcl	/^proc Widget::syncoptions { class subclass subpath options } {$/;"	p
Widget::tkinclude	lib/external/bwidget/widget.tcl	/^proc Widget::tkinclude { class tkwidget subpath args } {$/;"	p
Width	vector/v.label/main.c	/^struct Option *Width, *Hcolor, *Hwidth, *Bcolor, *Border, *Opaque;$/;"	v	typeref:struct:Option
Width	visualization/nviz/src/togl.c	/^    int     Width, Height;      \/* Dimensions of window *\/$/;"	m	struct:Togl	file:
Win32AllocColor	visualization/nviz/src/togl.c	/^Win32AllocColor(const Togl *togl, float red, float green, float blue)$/;"	f	file:
Win32CreateCiColormap	visualization/nviz/src/togl.c	/^Win32CreateCiColormap(Togl *togl)$/;"	f	file:
Win32CreateRgbColormap	visualization/nviz/src/togl.c	/^Win32CreateRgbColormap(PIXELFORMATDESCRIPTOR pfd)$/;"	f	file:
Win32FreeColor	visualization/nviz/src/togl.c	/^Win32FreeColor(const Togl *togl, unsigned long index)$/;"	f	file:
Win32SetColor	visualization/nviz/src/togl.c	/^Win32SetColor(const Togl *togl,$/;"	f	file:
Win32WinProc	visualization/nviz/src/togl.c	/^Win32WinProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)$/;"	f	file:
WinFont	visualization/nviz/src/togl.c	/^typedef struct WinFont$/;"	s	file:
WinFont	visualization/nviz/src/togl.c	/^} WinFont;$/;"	t	typeref:struct:WinFont	file:
Window	imagery/i.class/defs.h	/^} Window;$/;"	t	typeref:struct:__anon202
Window	imagery/i.ortho.photo/photo.2image/defs.h	/^} Window;$/;"	t	typeref:struct:__anon236
Window	imagery/i.ortho.photo/photo.2target/defs.h	/^} Window;$/;"	t	typeref:struct:__anon225
Window	imagery/i.ortho.photo/photo.rectify/defs.h	/^} Window;$/;"	t	typeref:struct:__anon229
Window	imagery/i.points/defs.h	/^} Window;$/;"	t	typeref:struct:__anon210
Window	imagery/i.vpoints/defs.h	/^} Window;$/;"	t	typeref:struct:__anon216
Window	vector/v.delaunay2/defs.h	/^struct Cell_head Window;$/;"	v	typeref:struct:Cell_head
Window	vector/v.voronoi/defs.h	/^struct Cell_head Window;$/;"	v	typeref:struct:Cell_head
WindowRange	display/d.profile/Range.c	/^int WindowRange(char *name, char *mapset, long *min, long *max)$/;"	f
Wleft	display/d.save/main.c	/^int Wtop, Wbot, Wleft, Wright;$/;"	v
Work_stream	lib/driver/driver.h	/^    int (*Work_stream) (void);$/;"	m	struct:driver
Wright	display/d.save/main.c	/^int Wtop, Wbot, Wleft, Wright;$/;"	v
WriteCmdLog	gui/wxpython/gui_modules/goutput.py	/^    def WriteCmdLog(self, line, pid=None):$/;"	m	class:GMConsole
WriteError	gui/wxpython/gui_modules/goutput.py	/^    def WriteError(self, line):$/;"	m	class:GMConsole
WriteLineMsg	gui/wxpython/vdigit/message.cpp	/^void DisplayDriver::WriteLineMsg(void)$/;"	f	class:DisplayDriver
WriteLn	imagery/i.atcorr/Output.h	/^	static void WriteLn(int cnt, std::string s)$/;"	f	class:Output
WriteLog	gui/wxpython/gui_modules/goutput.py	/^    def WriteLog(self, text, style = None, wrap = None,$/;"	m	class:GMConsole
WriteProfile	display/d.profile/DumpProfile.c	/^int WriteProfile(char *raster, char *mapset,$/;"	f
WriteWarning	gui/wxpython/gui_modules/goutput.py	/^    def WriteWarning(self, line):$/;"	m	class:GMConsole
WriteWorkspaceFile	gui/wxpython/gui_modules/workspace.py	/^class WriteWorkspaceFile(object):$/;"	c
Write_cats	display/d.colors/curses.c	/^int Write_cats(struct Categories *pcats, int current_cat)$/;"	f
Write_line_array	lib/vector/Vlib/write.c	/^static long (*Write_line_array[][3]) () = {$/;"	v	file:
Write_menu	display/d.colors/curses.c	/^int Write_menu(void)$/;"	f
Write_menu_line	display/d.colors/curses.c	/^int Write_menu_line(int line, char *message)$/;"	f
Write_message	display/d.colors/curses.c	/^int Write_message(int line, char *message)$/;"	f
Write_status	display/d.colors/curses.c	/^Write_status(int red, int grn, int blu, int shift_incr, int at_cat,$/;"	f
Wsite	display/d.save/main.c	/^char Wcell[100] = "", Wdig[100], Wsite[100], Wcolor[25] = "";$/;"	v
Wstr	display/d.save/main.c	/^char Nstr[20], Sstr[20], Estr[20], Wstr[20], EWRESstr[20], NSRESstr[20];$/;"	v
Wtop	display/d.save/main.c	/^int Wtop, Wbot, Wleft, Wright;$/;"	v
X	include/gstypes.h	22;"	d
X	lib/display/draw.c	248;"	d	file:
X	lib/gis/plot.c	148;"	d	file:
X	raster/r.mapcalc/xgraph.c	51;"	d	file:
X	raster/r.surf.area/main.c	62;"	d	file:
X	raster3d/r3.showdspf/vizual.h	95;"	d
X	vector/v.hull/chull.c	36;"	d	file:
X	visualization/nviz/src/interface.h	33;"	d
X2DCOL	lib/ogsf/rowcol.h	19;"	d
X2VCOL	lib/ogsf/rowcol.h	26;"	d
XA	vector/v.vol.rst/user4.c	138;"	d	file:
XADJ	include/vect/dig_macros.h	2;"	d
XADJ	raster/r.le/r.le.setup/polytocell/ply_t_bmif.c	13;"	d	file:
XAXIS_END	display/d.histogram/bar.h	25;"	d
XAXIS_END	display/d.linegraph/linegraph.h	14;"	d
XAXIS_END	display/d.profile/PlotProfile.c	38;"	d	file:
XAllocClassHint	display/drivers/XDRIVER/Graph_set.c	/^XClassHint *XAllocClassHint(void)$/;"	f
XAllocSizeHints	display/drivers/XDRIVER/Graph_set.c	/^XSizeHints *XAllocSizeHints(void)$/;"	f
XAllocWMHints	display/drivers/XDRIVER/Graph_set.c	/^XWMHints *XAllocWMHints(void)$/;"	f
XBASE_FLDHDR_SZ	lib/external/shapelib/shapefil.h	474;"	d
XC	imagery/i.ortho.photo/libes/orthophoto.h	/^    double XC, YC, ZC, omega, phi, kappa;$/;"	m	struct:Ortho_Image_Group
XCODE_VER	macosx/Makefile	/^XCODE_VER = xcode2$/;"	m
XCODE_VER	macosx/Makefile	/^XCODE_VER = xcode3$/;"	m
XCONV	ps/ps.map/ps_info.h	18;"	d
XC_init	imagery/i.ortho.photo/libes/orthophoto.h	/^    double XC_init;$/;"	m	struct:Ortho_Camera_Exp_Init
XC_var	imagery/i.ortho.photo/libes/orthophoto.h	/^    double XC_var;$/;"	m	struct:Ortho_Camera_Exp_Init
XDIMYDIM	raster3d/r3.mkdspf/iso_surface.c	10;"	d	file:
XDIMYDIM	raster3d/r3.showdspf/r3_data.c	4;"	d	file:
XDIMYDIM	visualization/nviz/src/mkdspf_iso_surface.c	8;"	d	file:
XDR_DOUBLE_LENGTH	lib/g3d/fpcompress.c	9;"	d	file:
XDR_DOUBLE_NBYTES	lib/gis/G.h	10;"	d
XDR_DOUBLE_NOF_EXP_BYTES	lib/g3d/fpcompress.c	10;"	d	file:
XDR_FLOAT_LENGTH	lib/g3d/fpcompress.c	11;"	d	file:
XDR_FLOAT_NBYTES	lib/gis/G.h	9;"	d
XDR_FLOAT_NOF_EXP_BYTES	lib/g3d/fpcompress.c	12;"	d	file:
XDR_MISUSE_BYTES	lib/g3d/header.c	395;"	d	file:
XD_Box_abs	display/drivers/XDRIVER/Box.c	/^void XD_Box_abs(int x1, int y1, int x2, int y2)$/;"	f
XD_Client_Close	display/drivers/XDRIVER/Client.c	/^void XD_Client_Close(void)$/;"	f
XD_Client_Open	display/drivers/XDRIVER/Client.c	/^void XD_Client_Open(void)$/;"	f
XD_Do_work	display/drivers/XDRIVER/Work.c	/^void XD_Do_work(int opened)$/;"	f
XD_Get_location_with_box	display/drivers/XDRIVER/Get_w_box.c	/^int XD_Get_location_with_box(int cx, int cy,	\/* current x and y *\/$/;"	f
XD_Get_location_with_line	display/drivers/XDRIVER/Get_w_line.c	/^int XD_Get_location_with_line(int cx, int cy,	\/* current x and y *\/$/;"	f
XD_Get_location_with_pointer	display/drivers/XDRIVER/Get_w_pointer.c	/^int XD_Get_location_with_pointer(int *wx, int *wy, int *button)$/;"	f
XD_Graph_close	display/drivers/XDRIVER/Graph_close.c	/^void XD_Graph_close(void)$/;"	f
XD_Graph_set	display/drivers/XDRIVER/Graph_set.c	/^int XD_Graph_set(int argc, char **argv)$/;"	f
XD_Line_width	display/drivers/XDRIVER/Line_width.c	/^void XD_Line_width(int width)$/;"	f
XD_Panel_delete	display/drivers/XDRIVER/Panel.c	/^void XD_Panel_delete(const char *name)$/;"	f
XD_Panel_restore	display/drivers/XDRIVER/Panel.c	/^void XD_Panel_restore(const char *name)$/;"	f
XD_Panel_save	display/drivers/XDRIVER/Panel.c	/^void XD_Panel_save(const char *name, int top, int bottom, int left, int right)$/;"	f
XD_Polydots_abs	display/drivers/XDRIVER/Polydots.c	/^void XD_Polydots_abs(const int *xarray, const int *yarray, int number)$/;"	f
XD_Polydots_rel	display/drivers/XDRIVER/Polydots.c	/^void XD_Polydots_rel(const int *xarray, const int *yarray, int number)$/;"	f
XD_Polygon_abs	display/drivers/XDRIVER/Polygon.c	/^void XD_Polygon_abs(const int *xarray, const int *yarray, int number)$/;"	f
XD_Polygon_rel	display/drivers/XDRIVER/Polygon.c	/^void XD_Polygon_rel(const int *xarray, const int *yarray, int number)$/;"	f
XD_Polyline_abs	display/drivers/XDRIVER/Polyline.c	/^void XD_Polyline_abs(const int *xarray, const int *yarray, int number)$/;"	f
XD_Polyline_rel	display/drivers/XDRIVER/Polyline.c	/^void XD_Polyline_rel(const int *xarray, const int *yarray, int number)$/;"	f
XD_Respond	display/drivers/XDRIVER/Respond.c	/^void XD_Respond(void)$/;"	f
XD_Set_window	display/drivers/XDRIVER/Set_window.c	/^void XD_Set_window(int t, int b, int l, int r)$/;"	f
XD_Work_stream	display/drivers/XDRIVER/Work.c	/^int XD_Work_stream(void)$/;"	f
XD_begin_scaled_raster	display/drivers/XDRIVER/Raster.c	/^void XD_begin_scaled_raster(int mask, int s[2][2], int d[2][2])$/;"	f
XD_color	display/drivers/XDRIVER/Color.c	/^void XD_color(int number)$/;"	f
XD_draw_bitmap	display/drivers/XDRIVER/Draw_bitmap.c	/^void XD_draw_bitmap(int ncols, int nrows, int threshold,$/;"	f
XD_draw_line	display/drivers/XDRIVER/Draw_line.c	/^void XD_draw_line(int cur_x, int cur_y, int x, int y)$/;"	f
XD_draw_point	display/drivers/XDRIVER/Draw_point.c	/^void XD_draw_point(int x, int y)$/;"	f
XD_lookup_color	display/drivers/XDRIVER/Color_table.c	/^int XD_lookup_color(int r, int g, int b)$/;"	f
XD_scaled_raster	display/drivers/XDRIVER/Raster.c	/^int XD_scaled_raster(int n, int row,$/;"	f
XFlush	visualization/nviz/src/tkWinPort.h	83;"	d
XFree	visualization/nviz/src/tkWinPort.h	92;"	d
XG_FAIL	include/std_incs.h	73;"	d
XG_SUCCESS	include/std_incs.h	74;"	d
XGrabServer	visualization/nviz/src/tkWinPort.h	84;"	d
XLFD_ADD_STYLE	visualization/nviz/src/tkFont.h	180;"	d
XLFD_AVERAGE_WIDTH	visualization/nviz/src/tkFont.h	186;"	d
XLFD_ENCODING	visualization/nviz/src/tkFont.h	188;"	d
XLFD_FAMILY	visualization/nviz/src/tkFont.h	176;"	d
XLFD_FOUNDRY	visualization/nviz/src/tkFont.h	175;"	d
XLFD_NUMFIELDS	visualization/nviz/src/tkFont.h	189;"	d
XLFD_PIXEL_SIZE	visualization/nviz/src/tkFont.h	181;"	d
XLFD_POINT_SIZE	visualization/nviz/src/tkFont.h	182;"	d
XLFD_REGISTRY	visualization/nviz/src/tkFont.h	187;"	d
XLFD_RESOLUTION_X	visualization/nviz/src/tkFont.h	183;"	d
XLFD_RESOLUTION_Y	visualization/nviz/src/tkFont.h	184;"	d
XLFD_SETWIDTH	visualization/nviz/src/tkFont.h	179;"	d
XLFD_SLANT	visualization/nviz/src/tkFont.h	178;"	d
XLFD_SPACING	visualization/nviz/src/tkFont.h	185;"	d
XLFD_WEIGHT	visualization/nviz/src/tkFont.h	177;"	d
XLINK_NS	vector/v.out.svg/main.c	27;"	d	file:
XMAX	raster/r.out.pov/main.c	48;"	d	file:
XMONBASED	imagery/Makefile	/^XMONBASED = i.class i.ortho.photo i.points i.vpoints$/;"	m
XMONBASED	raster/Makefile	/^XMONBASED = r.digit$/;"	m
XNUMS_Y	display/d.histogram/bar.h	42;"	d
XNUMS_Y	display/d.histogram/pie.h	72;"	d
XNUMS_Y	display/d.linegraph/linegraph.h	39;"	d
XNoOp	visualization/nviz/src/tkWinPort.h	93;"	d
XPNT	lib/vector/Vlib/break_polygons.c	/^} XPNT;$/;"	t	typeref:struct:__anon75	file:
XPNT	lib/vector/Vlib/snap.c	/^} XPNT;$/;"	t	typeref:struct:__anon77	file:
XSCALE	display/d.colors/interact.c	11;"	d	file:
XSIZE	raster3d/r3.showdspf/togif.c	220;"	d	file:
XSetWMProtocols	display/drivers/XDRIVER/Graph_set.c	/^XSetWMProtocols(Display * dpy, Window w, Atom * protocols, int count)$/;"	f	file:
XSync	visualization/nviz/src/tkWinPort.h	95;"	d
XSynchronize	visualization/nviz/src/tkWinPort.h	94;"	d
XT	imagery/i.ortho.photo/photo.rectify/defs.h	/^    double XT, YT, ZT;		\/* object space *\/$/;"	m	struct:__anon233
XTIC_DIST	display/d.histogram/bar.h	28;"	d
XTIC_DIST	display/d.histogram/pie.h	62;"	d
XTIC_DIST	display/d.linegraph/linegraph.h	18;"	d
XTRA_LDFLAGS	macosx/app/Makefile	/^XTRA_LDFLAGS = -framework Cocoa -framework AppleScriptKit$/;"	m
XTRA_LDFLAGS	vector/v.digit/Makefile	/^XTRA_LDFLAGS=$(DFLAGS) $/;"	m
XTRA_LDFLAGS	visualization/nviz/src/Makefile	/^XTRA_LDFLAGS=$(TCLTKLIBPATH) $(TCLTKLIBS) $(OGL_LIBS)$/;"	m
XTRA_LDFLAGS	visualization/nviz2/cmd/Makefile	/^XTRA_LDFLAGS = $(OGL_LIBS)$/;"	m
XUngrabServer	visualization/nviz/src/tkWinPort.h	85;"	d
XVisualIDFromVisual	visualization/nviz/src/tkWinPort.h	96;"	d
XX	raster3d/r3.showdspf/BallAux.h	/^{ XX, YY, ZZ, WW, QuatLen };$/;"	e	enum:QuatPart
XXX	include/iostream/empq_impl.h	1552;"	d
XXX	include/iostream/empq_impl.h	34;"	d
XXX	include/iostream/empq_impl.h	35;"	d
XXX	include/iostream/minmaxheap.h	56;"	d
XXX	include/iostream/minmaxheap.h	57;"	d
XXX	raster/r.terraflow/water.cc	34;"	d	file:
XY2OFF	lib/ogsf/rowcol.h	22;"	d
XYCreate	gui/wxpython/gui_modules/location_wizard.py	/^    def XYCreate(self):$/;"	m	class:LocationWizard
XYMAXPOS	lib/ogsf/gsget.h	33;"	d
XY_intersect_plane	lib/ogsf/gsdrape.c	/^int XY_intersect_plane(float *intersect, float *plane)$/;"	f
XYrange	visualization/nviz/src/interface.h	/^    float Zrange, XYrange;$/;"	m	struct:__anon101
X_BORDER	lib/display/popup.c	34;"	d	file:
X_OK	lib/db/dbmi_base/dirent.c	8;"	d	file:
X_sign	raster3d/r3.showdspf/vizual.h	/^GLOBAL int X_sign;$/;"	v
Xf	imagery/i.ortho.photo/libes/orthophoto.h	/^	double Xf;$/;"	m	struct:Ortho_Camera_File_Ref::Fiducial
Xf	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM double *Xf, *Yf;$/;"	v
Xlinterp	raster3d/r3.showdspf/draw_cap_ogl.c	/^static double Xlinterp(zmin, zz, zmax)$/;"	f	file:
XmStringCreate	configure	/^XmStringCreate()$/;"	f
Xoffset	vector/v.label/main.c	/^struct Option *Xoffset, *Yoffset, *Reference, *Font, *Color, *Size;$/;"	v	typeref:struct:Option
Xp	imagery/i.ortho.photo/libes/orthophoto.h	/^    double Xp;$/;"	m	struct:Ortho_Camera_File_Ref
Xp	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM double Xp, Yp, cfl;$/;"	v
Xrange	raster/r.out.vrml/main.c	/^static double Xrange, Yrange, Zrange;$/;"	v	file:
Xrot	raster3d/r3.showdspf/vizual.h	/^    int Xrot, Yrot, Zrot;	\/* indicates if do autorotate *\/$/;"	m	struct:dspec
Xscale	vector/v.digit/global.h	/^Global double Xscale, Yscale;	\/* Scale factors = size_in_map \/ size_on_screen *\/$/;"	v
Xtran	raster3d/r3.showdspf/vizual.h	/^    float Xtran, Ytran, Ztran;	\/* translation of object *\/$/;"	m	struct:dspec
Y	include/gstypes.h	23;"	d
Y	lib/display/draw.c	246;"	d	file:
Y	lib/gis/plot.c	149;"	d	file:
Y	raster/r.mapcalc/xgraph.c	52;"	d	file:
Y	raster/r.surf.area/main.c	63;"	d	file:
Y	raster3d/r3.showdspf/vizual.h	96;"	d
Y	vector/v.hull/chull.c	37;"	d	file:
Y	visualization/nviz/src/interface.h	34;"	d
Y2DROW	lib/ogsf/rowcol.h	18;"	d
Y2VROW	lib/ogsf/rowcol.h	25;"	d
YACC	vector/v.mapcalc/Makefile	/^YACC = bison$/;"	m
YACCFLAGS	vector/v.mapcalc/Makefile	/^YACCFLAGS = -d$/;"	m
YADJ	include/vect/dig_macros.h	3;"	d
YADJ	raster/r.le/r.le.setup/polytocell/ply_t_bmif.c	14;"	d	file:
YAXIS_END	display/d.histogram/bar.h	22;"	d
YAXIS_END	display/d.linegraph/linegraph.h	10;"	d
YAXIS_END	display/d.profile/PlotProfile.c	37;"	d	file:
YC	imagery/i.ortho.photo/libes/orthophoto.h	/^    double XC, YC, ZC, omega, phi, kappa;$/;"	m	struct:Ortho_Image_Group
YCONV	ps/ps.map/ps_info.h	19;"	d
YC_init	imagery/i.ortho.photo/libes/orthophoto.h	/^    double YC_init;$/;"	m	struct:Ortho_Camera_Exp_Init
YC_var	imagery/i.ortho.photo/libes/orthophoto.h	/^    double YC_var;$/;"	m	struct:Ortho_Camera_Exp_Init
YELLOW	imagery/i.class/globals.h	40;"	d
YELLOW	imagery/i.ortho.photo/photo.2image/globals.h	63;"	d
YELLOW	imagery/i.ortho.photo/photo.2target/globals.h	84;"	d
YELLOW	imagery/i.points/globals.h	56;"	d
YELLOW	include/colors.h	13;"	d
YELLOW	raster/r.le/r.le.setup/colors.h	25;"	d
YES	display/d.histogram/options.h	21;"	d
YES	display/d.histogram/pie.c	38;"	d	file:
YES	display/d.paint.labels/do_labels.c	20;"	d	file:
YES	include/gis.h	105;"	d
YES	swig/perl/gis.h	99;"	d
YMAX	raster/r.out.pov/main.c	47;"	d	file:
YNUMS_X	display/d.histogram/bar.h	45;"	d
YNUMS_X	display/d.linegraph/linegraph.h	43;"	d
YSCALE	display/d.colors/interact.c	12;"	d	file:
YSIZE	raster3d/r3.showdspf/togif.c	221;"	d	file:
YT	imagery/i.ortho.photo/photo.rectify/defs.h	/^    double XT, YT, ZT;		\/* object space *\/$/;"	m	struct:__anon233
YTIC_DIST	display/d.histogram/bar.h	31;"	d
YTIC_DIST	display/d.linegraph/linegraph.h	22;"	d
YY	raster3d/r3.showdspf/BallAux.h	/^{ XX, YY, ZZ, WW, QuatLen };$/;"	e	enum:QuatPart
YYLEX_H	vector/v.mapcalc/yylex.h	2;"	d
Y_BORDER	lib/display/popup.c	33;"	d	file:
Yf	imagery/i.ortho.photo/libes/orthophoto.h	/^	double Yf;$/;"	m	struct:Ortho_Camera_File_Ref::Fiducial
Yf	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM double *Xf, *Yf;$/;"	v
Yoffset	vector/v.label/main.c	/^struct Option *Xoffset, *Yoffset, *Reference, *Font, *Color, *Size;$/;"	v	typeref:struct:
Yp	imagery/i.ortho.photo/libes/orthophoto.h	/^    double Yp;$/;"	m	struct:Ortho_Camera_File_Ref
Yp	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM double Xp, Yp, cfl;$/;"	v
Yrange	raster/r.out.vrml/main.c	/^static double Xrange, Yrange, Zrange;$/;"	v	file:
Yrot	raster3d/r3.showdspf/vizual.h	/^    int Xrot, Yrot, Zrot;	\/* indicates if do autorotate *\/$/;"	m	struct:dspec
Yscale	vector/v.digit/global.h	/^Global double Xscale, Yscale;	\/* Scale factors = size_in_map \/ size_on_screen *\/$/;"	v
Ytran	raster3d/r3.showdspf/vizual.h	/^    float Xtran, Ytran, Ztran;	\/* translation of object *\/$/;"	m	struct:dspec
Z	imagery/i.ortho.photo/photo.2target/mark.c	/^static double N, E, Z;$/;"	v	file:
Z	include/gstypes.h	24;"	d
Z	include/readsites.h	/^typedef struct zstruct Z;$/;"	t	typeref:struct:zstruct
Z	raster/r.surf.area/main.c	64;"	d	file:
Z	raster3d/r3.showdspf/vizual.h	97;"	d
Z	vector/v.hull/chull.c	38;"	d	file:
Z	visualization/nviz/src/interface.h	35;"	d
Z12	imagery/i.ortho.photo/libes/orthophoto.h	/^    double E12[3], N12[3], E21[3], N21[3], Z12[3], Z21[3];$/;"	m	struct:Ortho_Image_Group
Z12	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E12[3], N12[3], Z12[3];$/;"	v
Z21	imagery/i.ortho.photo/libes/orthophoto.h	/^    double E12[3], N12[3], E21[3], N21[3], Z12[3], Z21[3];$/;"	m	struct:Ortho_Image_Group
Z21	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL double E21[3], N21[3], Z21[3];$/;"	v
ZBulkLabeling	gui/wxpython/vdigit/line.cpp	/^int Digit::ZBulkLabeling(double x1, double y1, double x2, double y2,$/;"	f	class:Digit
ZC	imagery/i.ortho.photo/libes/orthophoto.h	/^    double XC, YC, ZC, omega, phi, kappa;$/;"	m	struct:Ortho_Image_Group
ZC_init	imagery/i.ortho.photo/libes/orthophoto.h	/^    double ZC_init;$/;"	m	struct:Ortho_Camera_Exp_Init
ZC_var	imagery/i.ortho.photo/libes/orthophoto.h	/^    double ZC_var;$/;"	m	struct:Ortho_Camera_Exp_Init
ZERO	imagery/i.gensigset/subcluster.c	9;"	d	file:
ZERO	imagery/i.ortho.photo/libes/isnull.c	6;"	d	file:
ZERO	lib/gis/line_dist.c	4;"	d	file:
ZERO	lib/vector/diglib/line_dist.c	20;"	d	file:
ZERO	lib/vector/transform/inverse.c	121;"	d	file:
ZERO	raster/r.le/r.le.setup/polytocell/ply_to_cll.h	6;"	d
ZERO	raster/r.topidx/global.h	12;"	d
ZERO	raster/r.topmodel/global.h	18;"	d
ZERO_DATA	imagery/i.ortho.photo/photo.elev/mod_elev.c	8;"	d	file:
ZERO_DATA	imagery/i.ortho.photo/photo.rectify/ask_elev.c	7;"	d	file:
ZERO_NULL_CODE	lib/g3d/fpcompress.c	63;"	d	file:
ZIP	gem/globals.h	114;"	d
ZMAXPOS	lib/ogsf/gsget.h	34;"	d
ZMULT	raster/r.resamp.rst/surf.h	35;"	d
ZMULT	vector/v.surf.rst/surf.h	33;"	d
ZMULT	vector/v.vol.rst/surf.h	36;"	d
ZNexag	raster3d/r3.showdspf/draw_polys_ogl.c	/^static float ZNexag = 1.0;$/;"	v	file:
ZONE_INCR	raster/r.buffer/distance.h	54;"	d
ZRANGE	include/nviz.h	57;"	d
ZRANGE	visualization/nviz/src/interface.h	48;"	d
ZRANGE_OFFSET	include/nviz.h	58;"	d
ZRANGE_OFFSET	visualization/nviz/src/interface.h	49;"	d
ZT	imagery/i.ortho.photo/photo.rectify/defs.h	/^    double XT, YT, ZT;		\/* object space *\/$/;"	m	struct:__anon233
ZZ	raster3d/r3.showdspf/BallAux.h	/^{ XX, YY, ZZ, WW, QuatLen };$/;"	e	enum:QuatPart
Z_f	include/la.h	/^typedef void Z_f;		\/* double complex function             *\/$/;"	t
Z_fp	include/la.h	/^typedef void (*Z_fp) ();$/;"	t
ZeroMapCells	raster/r.random.surface/zero.c	/^void ZeroMapCells(void)$/;"	f
Zoom	gui/wxpython/gui_modules/mapdisp.py	/^    def Zoom(self, begin, end, zoomtype):$/;"	m	class:BufferedWindow
ZoomBack	gui/wxpython/gui_modules/mapdisp.py	/^    def ZoomBack(self):$/;"	m	class:BufferedWindow
ZoomHistory	gui/wxpython/gui_modules/mapdisp.py	/^    def ZoomHistory(self, n, s, e, w):$/;"	m	class:BufferedWindow
ZoomToDefault	gui/wxpython/gui_modules/mapdisp.py	/^    def ZoomToDefault(self, event):$/;"	m	class:BufferedWindow
ZoomToMap	gui/wxpython/gui_modules/mapdisp.py	/^    def ZoomToMap(self, layer = None, zoom = False):$/;"	m	class:BufferedWindow
ZoomToSaved	gui/wxpython/gui_modules/mapdisp.py	/^    def ZoomToSaved(self, event):$/;"	m	class:BufferedWindow
ZoomToWind	gui/wxpython/gui_modules/mapdisp.py	/^    def ZoomToWind(self, event):$/;"	m	class:BufferedWindow
Zrange	raster/r.out.vrml/main.c	/^static double Xrange, Yrange, Zrange;$/;"	v	file:
Zrange	visualization/nviz/src/interface.h	/^    float Zrange, XYrange;$/;"	m	struct:__anon101
Zrot	raster3d/r3.showdspf/vizual.h	/^    int Xrot, Yrot, Zrot;	\/* indicates if do autorotate *\/$/;"	m	struct:dspec
Ztran	raster3d/r3.showdspf/vizual.h	/^    float Xtran, Ytran, Ztran;	\/* translation of object *\/$/;"	m	struct:dspec
_	include/glocale.h	10;"	d
_	include/glocale.h	12;"	d
_6S_H	imagery/i.atcorr/6s.h	2;"	d
_ACTIONS_H	gem/actions.h	26;"	d
_ADD	raster/r.li/r.li.cwed/cwed.c	26;"	d	file:
_AMI_H	include/iostream/ami.h	21;"	d
_AMI_SORT_H	include/iostream/ami_sort.h	38;"	d
_AMI_STREAM_H	include/iostream/ami_stream.h	21;"	d
_ANSI_ARGS_	visualization/nviz/src/togl.c	/^typedef Window (TkClassCreateProc) _ANSI_ARGS_((Tk_Window tkwin,$/;"	t	file:
_AT_EXIT_FUNCS_H	gem/at_exit_funcs.h	26;"	d
_BSD_SOURCE	vector/v.mapcalc/number.c	2;"	d	file:
_CELL_TABLE_H	lib/ogsf/mc33_table.h	22;"	d
_Color_Info_	include/gis.h	/^struct _Color_Info_$/;"	s
_Color_Info_	swig/perl/gis.h	/^struct _Color_Info_$/;"	s
_Color_Rule_	include/gis.h	/^struct _Color_Rule_$/;"	s
_Color_Rule_	swig/perl/gis.h	/^struct _Color_Rule_$/;"	s
_Color_Value_	include/gis.h	/^struct _Color_Value_$/;"	s
_Create	gui/wxpython/gui_modules/georect.py	/^    def _Create(self):$/;"	m	class:GCPList
_CreateOverlay	gui/wxpython/gui_modules/gdialogs.py	/^    def _CreateOverlay(self):$/;"	m	class:DecorationDialog
_DGL_EDGE_HEADNODE	lib/vector/dglib/v1-defs.h	38;"	d
_DGL_EDGE_HEADNODE	lib/vector/dglib/v1-defs.h	53;"	d
_DGL_EDGE_HEADNODE	lib/vector/dglib/v1-defs.h	70;"	d
_DGL_EDGE_HEADNODE	lib/vector/dglib/v2-defs.h	38;"	d
_DGL_EDGE_HEADNODE	lib/vector/dglib/v2-defs.h	53;"	d
_DGL_EDGE_HEADNODE	lib/vector/dglib/v2-defs.h	70;"	d
_DGL_EDGE_TAILNODE	lib/vector/dglib/v1-defs.h	37;"	d
_DGL_EDGE_TAILNODE	lib/vector/dglib/v1-defs.h	54;"	d
_DGL_EDGE_TAILNODE	lib/vector/dglib/v1-defs.h	71;"	d
_DGL_EDGE_TAILNODE	lib/vector/dglib/v2-defs.h	37;"	d
_DGL_EDGE_TAILNODE	lib/vector/dglib/v2-defs.h	54;"	d
_DGL_EDGE_TAILNODE	lib/vector/dglib/v2-defs.h	71;"	d
_DGL_GRAPH_H_	lib/vector/dglib/graph.h	24;"	d
_DGL_GRAPH_V1_H_	lib/vector/dglib/graph_v1.h	24;"	d
_DGL_GRAPH_V2_H_	lib/vector/dglib/graph_v2.h	24;"	d
_DGL_HEAP_H_	lib/vector/dglib/heap.h	23;"	d
_DGL_HELPERS_H_	lib/vector/dglib/helpers.h	24;"	d
_DGL_INEDGESET	lib/vector/dglib/v1-defs.h	36;"	d
_DGL_INEDGESET	lib/vector/dglib/v1-defs.h	52;"	d
_DGL_INEDGESET	lib/vector/dglib/v1-defs.h	68;"	d
_DGL_INEDGESET	lib/vector/dglib/v2-defs.h	36;"	d
_DGL_INEDGESET	lib/vector/dglib/v2-defs.h	52;"	d
_DGL_INEDGESET	lib/vector/dglib/v2-defs.h	68;"	d
_DGL_OUTEDGESET	lib/vector/dglib/v1-defs.h	35;"	d
_DGL_OUTEDGESET	lib/vector/dglib/v1-defs.h	51;"	d
_DGL_OUTEDGESET	lib/vector/dglib/v1-defs.h	67;"	d
_DGL_OUTEDGESET	lib/vector/dglib/v2-defs.h	35;"	d
_DGL_OUTEDGESET	lib/vector/dglib/v2-defs.h	51;"	d
_DGL_OUTEDGESET	lib/vector/dglib/v2-defs.h	67;"	d
_DGL_TREE_H_	lib/vector/dglib/tree.h	23;"	d
_DGL_TYPE_H_	lib/vector/dglib/type.h	24;"	d
_DGL_V1	lib/vector/dglib/v1-defs.h	23;"	d
_DGL_V1	lib/vector/dglib/v2-defs.h	24;"	d
_DGL_V2	lib/vector/dglib/v1-defs.h	24;"	d
_DGL_V2	lib/vector/dglib/v2-defs.h	23;"	d
_DRIVER_H	lib/driver/driver.h	3;"	d
_EDGESET_OFFSET	lib/vector/dglib/examples/view.c	40;"	d	file:
_ERR	raster/r.li/r.li.cwed/cwed.c	28;"	d	file:
_ERROR_H	gem/error.h	26;"	d
_GLOBALS_H	gem/globals.h	27;"	d
_GLOBALS_H_	raster/r.univar2/globals.h	16;"	d
_GLOBAL_H_	vector/v.in.dxf/global.h	2;"	d
_GLOBAL_H_	vector/v.out.dxf/global.h	2;"	d
_GNOPT_H_	lib/vector/dglib/examples/opt.h	100;"	d
_GNU_SOURCE	lib/gis/asprintf.c	28;"	d	file:
_GPROJECTS_H	include/gprojects.h	18;"	d
_GRASS_CC_H	include/CC.h	2;"	d
_GRASS_FREETYPECAP_H	include/freetypecap.h	2;"	d
_GRASS_MONITORS_H	include/monitors.h	2;"	d
_GRASS_RASTER_H	include/raster.h	2;"	d
_GSGET_H	lib/ogsf/gsget.h	2;"	d
_GSTYPES_H	include/gstypes.h	7;"	d
_GSURF_H	include/gsurf.h	19;"	d
_GWX_PSUEDO_DC_H_BASE_	gui/wxpython/vdigit/pseudodc.h	12;"	d
_GetDataLayers	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def _GetDataLayers(self, item, litems):$/;"	m	class:GLWindow
_H_Ball	raster3d/r3.showdspf/Ball.h	4;"	d
_H_BallAux	raster3d/r3.showdspf/BallAux.h	4;"	d
_H_BallMath	raster3d/r3.showdspf/BallMath.h	4;"	d
_INDEXHEADER_H_	raster/r.li/r.li.daemon/defs.h	12;"	d
_INDEX_	lib/vector/rtree/index.h	18;"	d
_ISOC99_SOURCE	vector/v.mapcalc/number.c	1;"	d	file:
_ISOC99_SOURCE	vector/v.mapcalc/vector.c	1;"	d	file:
_I_FILES_H	imagery/i.gensigset/files.h	1;"	d
_KEYFRAME_H	include/keyframe.h	2;"	d
_KFTYPES_H	include/kftypes.h	2;"	d
_LABELS_H	vector/v.label.sa/labels.h	7;"	d
_LOCAL_PROTO_H_	raster/r.what/local_proto.h	2;"	d
_MAIN_C_	general/g.mapsets/main.c	22;"	d	file:
_MAIN_C_	vector/v.in.dxf/main.c	27;"	d	file:
_MAIN_C_	vector/v.out.dxf/main.c	17;"	d	file:
_MAPCALC_H_	raster/r.mapcalc/mapcalc.h	3;"	d
_MEM_STREAM_H	include/iostream/mem_stream.h	21;"	d
_MINMAXHEAP_H	include/iostream/minmaxheap.h	20;"	d
_MM_H	include/iostream/mm.h	20;"	d
_MYINCLUDE_H	raster/r.out.png/r.out.png.c	33;"	d	file:
_NR_UTILS_H_	raster/r.param.scale/nrutil.h	2;"	d
_N_GWFLOW_H_	lib/gpde/N_gwflow.h	20;"	d
_N_HEATFLOW_H_	lib/gpde/N_heatflow.h	20;"	d
_N_PDE_H_	lib/gpde/N_pde.h	23;"	d
_N_SOLUTE_TRANSPORT_H_	lib/gpde/N_solute_transport.h	22;"	d
_N_TEST_PDE_H_	lib/gpde/test/test_gpde_lib.h	19;"	d
_ODBC_H_	db/drivers/odbc/odbc.h	2;"	d
_OGSF_LOCAL_PROTO_H	include/ogsf_proto.h	18;"	d
_PAD_H_	lib/driver/pad.h	3;"	d
_POLIMIFUNCT_H_	vector/lidar/lidarlib/PolimiFunct.h	21;"	d
_PQHEAP_H	include/iostream/pqheap.h	20;"	d
_PRES	raster/r.li/r.li.cwed/cwed.c	27;"	d	file:
_PROTO_DBMI_H_	include/proto_dbmi.h	2;"	d
_P_P_PORTABILITY_H_	swig/perl/R_slope_aspect/ppport.h	169;"	d
_ParseLongOption	lib/vector/dglib/examples/opt.c	/^static int _ParseLongOption(GnoOption_s * pOpt, char *pszArg)$/;"	f	file:
_ParseLongSwitch	lib/vector/dglib/examples/opt.c	/^static int _ParseLongSwitch(GnoOption_s * pOpt, char *pszArg)$/;"	f	file:
_ParseShortOption	lib/vector/dglib/examples/opt.c	/^static int _ParseShortOption(GnoOption_s * pOpt, char *pszArg, char *pszPar)$/;"	f	file:
_ParseShortSwitch	lib/vector/dglib/examples/opt.c	/^static int _ParseShortSwitch(GnoOption_s * pOpt, char *pszArg)$/;"	f	file:
_QUICKSORT_H	include/iostream/quicksort.h	21;"	d
_REG_DEPS_H	gem/reg_deps.h	26;"	d
_REG_ENTRIES_H	gem/reg_entries.h	27;"	d
_REG_HTML_H	gem/reg_html.h	27;"	d
_RGBPACK_H	lib/ogsf/rgbpack.h	2;"	d
_ROWCOL_H	lib/ogsf/rowcol.h	2;"	d
_SEARCH_H	include/search.h	2;"	d
_SHAPEFILE_H_INCLUDED	lib/external/shapelib/shapefil.h	2;"	d
_SHPSetBounds	lib/external/shapelib/shpopen.c	/^static void	_SHPSetBounds( uchar * pabyRec, SHPObject * psShape )$/;"	f	file:
_SWEEP_H	raster/r.terraflow/sweep.h	21;"	d
_TKFONT	visualization/nviz/src/tkFont.h	17;"	d
_TKPORT	visualization/nviz/src/tkPort.h	19;"	d
_TKWIN	visualization/nviz/src/tkWin.h	16;"	d
_TOGGLE	include/vect/dig_macros.h	5;"	d
_TOOLS_H	gem/tools.h	26;"	d
_TRANSPORT_H	lib/raster/transport.h	3;"	d
_UNIXPORT	visualization/nviz/src/tkUnixPort.h	21;"	d
_V_EDIT_GLOBAL	vector/v.edit/global.h	2;"	d
_V_EDIT_PROTO	vector/v.edit/proto.h	2;"	d
_WINPORT	visualization/nviz/src/tkWinPort.h	18;"	d
_XGD_PATTERNS_H	include/patterns.h	2;"	d
__3SCAN_H	raster/r.terraflow/3scan.h	20;"	d
__ALLOW_DYNAMIC_OPTIONS__	raster/r.out.gdal/main.c	19;"	d	file:
__CAIRODRIVER_H__	lib/cairodriver/cairodriver.h	2;"	d
__CARD__	lib/vector/rtree/card.h	19;"	d
__CDHC_H__	include/cdhc.h	2;"	d
__CIO_BEGIN	lib/vector/dglib/graph.c	1554;"	d	file:
__CIO_END	lib/vector/dglib/graph.c	1561;"	d	file:
__CIO_R_EDGEBUFFER	lib/vector/dglib/graph.c	1560;"	d	file:
__CIO_R_HEADER	lib/vector/dglib/graph.c	1558;"	d	file:
__CIO_R_NODEBUFFER	lib/vector/dglib/graph.c	1559;"	d	file:
__CIO_W_EDGEBUFFER	lib/vector/dglib/graph.c	1557;"	d	file:
__CIO_W_HEADER	lib/vector/dglib/graph.c	1555;"	d	file:
__CIO_W_NODEBUFFER	lib/vector/dglib/graph.c	1556;"	d	file:
__COIN_H__	raster/r.coin/coin.h	20;"	d
__COST_H__	raster/r.cost/cost.h	36;"	d
__CSEG_H__	raster/r.watershed/seg/cseg.h	2;"	d
__CheckDBConnection	gui/wxpython/gui_modules/gselect.py	/^    def __CheckDBConnection(self):$/;"	m	class:VectorDBInfo	file:
__CreateAdvancedPage	gui/wxpython/gui_modules/preferences.py	/^    def __CreateAdvancedPage(self, notebook):$/;"	m	class:PreferencesDialog	file:
__CreateAttributeManagerPage	gui/wxpython/gui_modules/preferences.py	/^    def __CreateAttributeManagerPage(self, notebook):$/;"	m	class:PreferencesDialog	file:
__CreateAttributesPage	gui/wxpython/gui_modules/vdigit.py	/^    def __CreateAttributesPage(self, notebook):$/;"	m	class:VDigitSettingsDialog	file:
__CreateCmdPage	gui/wxpython/gui_modules/preferences.py	/^    def __CreateCmdPage(self, notebook):$/;"	m	class:PreferencesDialog	file:
__CreateDisplayPage	gui/wxpython/gui_modules/preferences.py	/^    def __CreateDisplayPage(self, notebook):$/;"	m	class:PreferencesDialog	file:
__CreateGeneralPage	gui/wxpython/gui_modules/preferences.py	/^    def __CreateGeneralPage(self, notebook):$/;"	m	class:PreferencesDialog	file:
__CreateGeneralPage	gui/wxpython/gui_modules/vdigit.py	/^    def __CreateGeneralPage(self, notebook):$/;"	m	class:VDigitSettingsDialog	file:
__CreateQueryPage	gui/wxpython/gui_modules/vdigit.py	/^    def __CreateQueryPage(self, notebook):$/;"	m	class:VDigitSettingsDialog	file:
__CreateSymbologyPage	gui/wxpython/gui_modules/vdigit.py	/^    def __CreateSymbologyPage(self, notebook):$/;"	m	class:VDigitSettingsDialog	file:
__CreateWorkspacePage	gui/wxpython/gui_modules/preferences.py	/^    def __CreateWorkspacePage(self, notebook):$/;"	m	class:PreferencesDialog	file:
__DATAOCT_H__	vector/v.vol.rst/dataoct.h	2;"	d
__DEFS_H__	imagery/i.class/defs.h	2;"	d
__DISTANCE_H__	ps/ps.map/distance.h	4;"	d
__DISTANCE_H__	raster/r.buffer/distance.h	23;"	d
__DO_ASTAR__	raster/r.watershed/ram/do_astar.h	2;"	d
__DO_ASTAR__	raster/r.watershed/seg/do_astar.h	2;"	d
__DescribeTables	gui/wxpython/gui_modules/gselect.py	/^    def __DescribeTables(self):$/;"	m	class:VectorDBInfo	file:
__DoLayout	gui/wxpython/gui_modules/location_wizard.py	/^    def __DoLayout(self):$/;"	m	class:SummaryPage	file:
__DoLayout	gui/wxpython/gui_modules/location_wizard.py	/^    def __DoLayout(self, panel):$/;"	m	class:RegionDef	file:
__EDGELOOP_BODY_1	lib/vector/dglib/sp-template.c	219;"	d	file:
__EDGELOOP_BODY_2	lib/vector/dglib/sp-template.c	252;"	d	file:
__EMBUFFER_H	include/iostream/embuffer.h	21;"	d
__EMPQ_ADAPTIVE_H	include/iostream/empq_adaptive.h	22;"	d
__EMPQ_ADAPTIVE_IMPL_H	include/iostream/empq_adaptive_impl.h	21;"	d
__EMPQ_H	include/iostream/empq.h	21;"	d
__EMPQ_IMPL_H	include/iostream/empq_impl.h	21;"	d
__ENFORCE_H__	raster/r.carve/enforce.h	21;"	d
__EXPRESSION_H_	raster/r.mapcalc/expression.h	3;"	d
__EXTERNS_H__	vector/v.vol.rst/externs.h	2;"	d
__FILL_DEPR_H	raster/r.terraflow/filldepr.h	20;"	d
__FLAG_H__	raster/r.watershed/ram/flag.h	2;"	d
__FindSubItemByData	gui/wxpython/gui_modules/wxgui_utils.py	/^    def __FindSubItemByData(self, item, key, value):$/;"	m	class:LayerTree	file:
__GLOBALS2_H_	raster/r.mapcalc/globals2.h	3;"	d
__GLOBALS3_H_	raster/r.mapcalc/globals3.h	3;"	d
__GLOBALS_H_	raster/r.mapcalc/globals.h	3;"	d
__GLOBALS_H__	imagery/i.class/globals.h	2;"	d
__GLOBALS_H__	imagery/i.his.rgb/globals.h	2;"	d
__GLOBALS_H__	imagery/i.rgb.his/globals.h	2;"	d
__GLOBAL_H__	vector/v.in.ogr/global.h	24;"	d
__GRASS_BITMAP__	include/bitmap.h	2;"	d
__G_WATER_H__	raster/r.watershed/ram/Gwater.h	2;"	d
__G_WATER_H__	raster/r.watershed/seg/Gwater.h	2;"	d
__GetCategories	gui/wxpython/gui_modules/vdigit.py	/^    def __GetCategories(self, coords, qdist):$/;"	m	class:VDigitCategoryDialog	file:
__GetWindowName	gui/wxpython/gui_modules/nviz_tools.py	/^    def __GetWindowName(self, dict, id):$/;"	m	class:NvizToolWindow	file:
__IMBUFFER_H	include/iostream/imbuffer.h	21;"	d
__InitDisplay	gui/wxpython/gui_modules/mapdisp.py	/^    def __InitDisplay(self):$/;"	m	class:MapFrame	file:
__LIBTRANS_H__	include/libtrans.h	2;"	d
__LOCAL_H__	vector/v.to.rast/local.h	2;"	d
__LOCAL_PHOTO_H__	raster/r.random/local_proto.h	2;"	d
__LOCAL_PROTO_H__	db/base/local_proto.h	2;"	d
__LOCAL_PROTO_H__	imagery/i.cca/local_proto.h	2;"	d
__LOCAL_PROTO_H__	imagery/i.class/local_proto.h	2;"	d
__LOCAL_PROTO_H__	imagery/i.fft/local_proto.h	2;"	d
__LOCAL_PROTO_H__	imagery/i.pca/local_proto.h	2;"	d
__LOCAL_PROTO_H__	lib/cdhc/local_proto.h	2;"	d
__LOCAL_PROTO_H__	raster/r.basins.fill/local_proto.h	20;"	d
__LOCAL_PROTO_H__	raster/r.buffer/local_proto.h	23;"	d
__LOCAL_PROTO_H__	raster/r.cats/local_proto.h	20;"	d
__LOCAL_PROTO_H__	raster/r.clump/local_proto.h	20;"	d
__LOCAL_PROTO_H__	raster/r.coin/local_proto.h	20;"	d
__LOCAL_PROTO_H__	raster/r.colors/local_proto.h	21;"	d
__LOCAL_PROTO_H__	raster/r.contour/local_proto.h	21;"	d
__LOCAL_PROTO_H__	raster/r.cost/local_proto.h	25;"	d
__LOCAL_PROTO_H__	raster/r.in.xyz/local_proto.h	18;"	d
__LOCAL_PROTO_H__	raster/r.out.gdal/local_proto.h	2;"	d
__LOCAL_PROTO_H__	raster/r.random.cells/local_proto.h	2;"	d
__LOCAL_PROTO_H__	raster/r.random.surface/local_proto.h	2;"	d
__LOCAL_PROTO_H__	raster/r.support.stats/local_proto.h	20;"	d
__LOCAL_PROTO_H__	raster/wildfire/r.ros/local_proto.h	2;"	d
__LOCAL_PROTO_H__	raster/wildfire/r.spreadpath/local_proto.h	2;"	d
__LOCAL_PROTO_H__	raster3d/r3.mkdspf/local_proto.h	2;"	d
__LOCAL_PROTO_H__	vector/v.in.ascii/local_proto.h	2;"	d
__LOCAL_PROTO_H__	visualization/nviz2/cmd/local_proto.h	2;"	d
__L_GLOBALS_H__	imagery/i.fft/globals.h	2;"	d
__L_GLOBALS_H__	imagery/i.ifft/globals.h	2;"	d
__Layout	gui/wxpython/gui_modules/dbm.py	/^    def __Layout(self):$/;"	m	class:ModifyTableRecord	file:
__Layout	gui/wxpython/gui_modules/gdialogs.py	/^    def __Layout(self):$/;"	m	class:NewVectorDialog	file:
__LoadData	gui/wxpython/gis_set.py	/^    def __LoadData(self, choices, disabled=[]):$/;"	m	class:GListBox	file:
__MASK_FUNCTIONS_H__	raster3d/base/mask_functions.h	18;"	d
__OCT_H__	vector/v.vol.rst/oct.h	2;"	d
__PATCH_H__	raster/r.le/r.le.patch/patch.h	22;"	d
__PI_H__	lib/gis/pi.h	2;"	d
__PNGDRIVER_H__	lib/pngdriver/pngdriver.h	2;"	d
__POINTS_H__	vector/v.vol.rst/points.h	2;"	d
__POINT_H__	imagery/i.class/point.h	2;"	d
__POINT_H__	raster/wildfire/r.spreadpath/point.h	2;"	d
__PSDRIVER_H__	lib/psdriver/psdriver.h	2;"	d
__ProcessStdErr	gui/wxpython/gui_modules/gcmd.py	/^    def __ProcessStdErr(self):$/;"	m	class:Command	file:
__R3_OUT_VTK_ERROR_HANDLING_H__	raster3d/r3.out.vtk/errorHandling.h	19;"	d
__R3_OUT_VTK_GLOBALDEFS_H__	raster3d/r3.out.vtk/globalDefs.h	19;"	d
__R3_OUT_VTK_WRITE_DATA_H__	raster3d/r3.out.vtk/writeVTKData.h	20;"	d
__R3_OUT_VTK_WRITE_HEAD_H__	raster3d/r3.out.vtk/writeVTKHead.h	20;"	d
__RAMSEG_H__	raster/r.watershed/ram/ramseg.h	2;"	d
__RANSURF_H__	raster/r.random.surface/ransurf.h	3;"	d
__R_COST_H__	raster/r.walk/cost.h	14;"	d
__R_COST_MEMORY__	raster/r.cost/memory.h	25;"	d
__R_COST_MEMORY__	raster/r.walk/memory.h	14;"	d
__R_COST_STASH_H__	raster/r.walk/stash.h	14;"	d
__R_CROSS_GLOB_H__	raster/r.cross/glob.h	20;"	d
__R_CROSS_LOCAL_PROTO_H__	raster/r.cross/local_proto.h	20;"	d
__R_DESC_LOCAL_PROTO_H__	raster/r.describe/local_proto.h	20;"	d
__R_DIST_DEFS_H__	raster/r.distance/defs.h	20;"	d
__R_OUT_VTK_GLOBALDEFS_H__	raster/r.out.vtk/globaldefs.h	19;"	d
__R_OUT_VTK_PARAMETERS_H__	raster/r.out.vtk/parameters.h	19;"	d
__R_OUT_VTK_PARAMETERS_H__	raster3d/r3.out.vtk/parameters.h	19;"	d
__R_OUT_VTK_WRITEASCII_H__	raster/r.out.vtk/writeascii.h	20;"	d
__ReadFile	gui/wxpython/gui_modules/preferences.py	/^    def __ReadFile(self, filename, settings=None):$/;"	m	class:Settings	file:
__ReadOutput	gui/wxpython/gui_modules/gcmd.py	/^    def __ReadOutput(self, stream):$/;"	m	class:Command	file:
__SQLITE_PROTO_H__	db/drivers/sqlite/proto.h	2;"	d
__STASH_H__	raster/r.cost/stash.h	25;"	d
__SelectAttributes	gui/wxpython/gui_modules/dbm.py	/^    def __SelectAttributes(self, layer):$/;"	m	class:DisplayAttributesDialog	file:
__SymbologyData	gui/wxpython/gui_modules/vdigit.py	/^    def __SymbologyData(self):$/;"	m	class:VDigitSettingsDialog	file:
__UNION_FIND	raster/r.terraflow/unionFind.h	20;"	d
__UNIX__	visualization/nviz/src/tkUnixPort.h	23;"	d
__USEREXTERNS_H__	vector/v.vol.rst/userextern.h	2;"	d
__USERGLOBS_H__	vector/v.vol.rst/userglobs.h	2;"	d
__USER_H__	vector/v.vol.rst/user.h	2;"	d
__UpdateInfo	gui/wxpython/gui_modules/location_wizard.py	/^    def __UpdateInfo(self):$/;"	m	class:RegionDef	file:
__UpdateSettings	gui/wxpython/gui_modules/preferences.py	/^    def __UpdateSettings(self):$/;"	m	class:PreferencesDialog	file:
__VASK_H__	include/vask.h	2;"	d
__V_OUT_VTK_LOCAL_PROTO__	vector/v.out.vtk/local_proto.h	18;"	d
__V_OUT_VTK_WRITE_VTK__	vector/v.out.vtk/writeVTK.h	18;"	d
__WATERGLOBS_H__	raster/simwe/simlib/waterglobs.h	2;"	d
__WATERSHED_H__	raster/r.watershed/shed/watershed.h	2;"	d
__addSomething	gui/wxpython/gui_modules/mcalc_builder.py	/^    def __addSomething(self,what):$/;"	m	class:MapCalcFrame	file:
__addSomething	gui/wxpython/gui_modules/sqlbuilder.py	/^    def __addSomething(self,what):$/;"	m	class:SQLFrame	file:
__attribute__	include/gis.h	34;"	d
__attribute__	include/gis.h	35;"	d
__attribute__	swig/perl/gis.h	34;"	d
__attribute__	swig/perl/gis.h	35;"	d
__colorrulesPanel	gui/wxpython/gui_modules/colorrules.py	/^    def __colorrulesPanel(self):$/;"	m	class:ColorTable	file:
__createAddPage	gui/wxpython/gui_modules/dbm.py	/^    def __createAddPage(self):$/;"	m	class:LayerBook	file:
__createBrowsePage	gui/wxpython/gui_modules/dbm.py	/^    def __createBrowsePage(self, onlyLayer=-1):$/;"	m	class:AttributeManager	file:
__createCommandPrompt	gui/wxpython/wxgui.py	/^    def __createCommandPrompt(self):$/;"	m	class:GMFrame	file:
__createDbInfoDesc	gui/wxpython/gui_modules/dbm.py	/^    def __createDbInfoDesc(self, panel, layer):$/;"	m	class:AttributeManager	file:
__createDeletePage	gui/wxpython/gui_modules/dbm.py	/^    def __createDeletePage(self):$/;"	m	class:LayerBook	file:
__createDialogBody	gui/wxpython/gui_modules/gdialogs.py	/^    def __createDialogBody(self):$/;"	m	class:LoadMapLayersDialog	file:
__createLayerDesc	gui/wxpython/gui_modules/dbm.py	/^    def __createLayerDesc(self, parent):$/;"	m	class:AttributeManager	file:
__createManageLayerPage	gui/wxpython/gui_modules/dbm.py	/^    def __createManageLayerPage(self):$/;"	m	class:AttributeManager	file:
__createManageTablePage	gui/wxpython/gui_modules/dbm.py	/^    def __createManageTablePage(self, onlyLayer=-1):$/;"	m	class:AttributeManager	file:
__createMenu	gui/wxpython/wxgui.py	/^    def __createMenu(self, menuData):$/;"	m	class:GMFrame	file:
__createMenuBar	gui/wxpython/wxgui.py	/^    def __createMenuBar(self):$/;"	m	class:GMFrame	file:
__createMenuItem	gui/wxpython/wxgui.py	/^    def __createMenuItem(self, menu, label, help, handler, gcmd, kind=wx.ITEM_NORMAL):$/;"	m	class:GMFrame	file:
__createModifyPage	gui/wxpython/gui_modules/dbm.py	/^    def __createModifyPage(self):$/;"	m	class:LayerBook	file:
__createNoteBook	gui/wxpython/wxgui.py	/^    def __createNoteBook(self):$/;"	m	class:GMFrame	file:
__createSettingsPage	gui/wxpython/gui_modules/nviz_tools.py	/^    def __createSettingsPage(self):$/;"	m	class:NvizToolWindow	file:
__createSurfacePage	gui/wxpython/gui_modules/nviz_tools.py	/^    def __createSurfacePage(self):$/;"	m	class:NvizToolWindow	file:
__createTableDesc	gui/wxpython/gui_modules/dbm.py	/^    def __createTableDesc(self, parent, table):$/;"	m	class:AttributeManager	file:
__createToolBar	gui/wxpython/gui_modules/histogram.py	/^    def __createToolBar(self):$/;"	m	class:HistFrame	file:
__createToolBar	gui/wxpython/wxgui.py	/^    def __createToolBar(self):$/;"	m	class:GMFrame	file:
__createVectorPage	gui/wxpython/gui_modules/nviz_tools.py	/^    def __createVectorPage(self):$/;"	m	class:NvizToolWindow	file:
__createViewPage	gui/wxpython/gui_modules/nviz_tools.py	/^    def __createViewPage(self):$/;"	m	class:NvizToolWindow	file:
__createVolumePage	gui/wxpython/gui_modules/nviz_tools.py	/^    def __createVolumePage(self):$/;"	m	class:NvizToolWindow	file:
__del__	gui/wxpython/gui_modules/gcmd.py	/^    def __del__(self):$/;"	m	class:CommandThread	file:
__del__	gui/wxpython/gui_modules/georect.py	/^    def __del__(self):$/;"	m	class:GCP	file:
__del__	gui/wxpython/gui_modules/render.py	/^    def __del__(self):$/;"	m	class:Layer	file:
__del__	gui/wxpython/gui_modules/vdigit.py	/^    def __del__(self):$/;"	m	class:AbstractDigit	file:
__del__	gui/wxpython/gui_modules/vdigit.py	/^    def __del__(self):$/;"	m	class:Digit	file:
__del__	gui/wxpython/gui_modules/vdigit.py	/^    def __del__(self):$/;"	m	class:VDigit	file:
__dirdesc	raster/r.le/r.le.patch/patch.h	/^typedef struct __dirdesc$/;"	s
__dirdesc	raster/r.le/r.le.pixel/pixel.h	/^typedef struct __dirdesc$/;"	s
__doLayout	gui/wxpython/gui_modules/colorrules.py	/^    def __doLayout(self):$/;"	m	class:ColorTable	file:
__doLayout	gui/wxpython/gui_modules/gdialogs.py	/^    def __doLayout(self):$/;"	m	class:MultiImportDialog	file:
__doLayout	gui/wxpython/gui_modules/mcalc_builder.py	/^    def __doLayout(self):$/;"	m	class:MapCalcFrame	file:
__doLayout	gui/wxpython/gui_modules/sqlbuilder.py	/^    def __doLayout(self):$/;"	m	class:SQLFrame	file:
__doLayout	gui/wxpython/wxgui.py	/^    def __doLayout(self):$/;"	m	class:GMFrame	file:
__filterValue	gui/wxpython/gui_modules/workspace.py	/^    def __filterValue(self, value):$/;"	m	class:ProcessWorkspaceFile	file:
__filterValue	gui/wxpython/gui_modules/workspace.py	/^    def __filterValue(self, value):$/;"	m	class:WriteWorkspaceFile	file:
__getColumns	gui/wxpython/gui_modules/dbm.py	/^    def __getColumns(self, driver, database, table):$/;"	m	class:LayerBook	file:
__getSnapThreshold	gui/wxpython/gui_modules/vdigit.py	/^    def __getSnapThreshold(self):$/;"	m	class:VDigit	file:
__getTables	gui/wxpython/gui_modules/dbm.py	/^    def __getTables(self, driver, database):$/;"	m	class:LayerBook	file:
__init__	gui/wxpython/compat/subprocess.py	/^    def __init__(self, args, bufsize=0, executable=None,$/;"	m	class:Popen
__init__	gui/wxpython/gis_set.py	/^    def __init__(self, parent, id, size,$/;"	m	class:GListBox
__init__	gui/wxpython/gis_set.py	/^    def __init__(self, parent, id, title, size, file):$/;"	m	class:HelpWindow
__init__	gui/wxpython/gis_set.py	/^    def __init__(self, parent=None, id=wx.ID_ANY, style=wx.DEFAULT_FRAME_STYLE):$/;"	m	class:GRASSStartup
__init__	gui/wxpython/gui_modules/colorrules.py	/^    def __init__(self, parent, id,$/;"	m	class:BufferedWindow
__init__	gui/wxpython/gui_modules/colorrules.py	/^    def __init__(self, parent, id=wx.ID_ANY, title='',$/;"	m	class:ColorTable
__init__	gui/wxpython/gui_modules/dbm.py	/^    def __init__(self, map):$/;"	m	class:VectorDBInfo
__init__	gui/wxpython/gui_modules/dbm.py	/^    def __init__(self, parent):$/;"	m	class:Log
__init__	gui/wxpython/gui_modules/dbm.py	/^    def __init__(self, parent, id, layers,$/;"	m	class:LayerListCtrl
__init__	gui/wxpython/gui_modules/dbm.py	/^    def __init__(self, parent, id, table, columns, pos=wx.DefaultPosition,$/;"	m	class:TableListCtrl
__init__	gui/wxpython/gui_modules/dbm.py	/^    def __init__(self, parent, id, title, data, keyEditable=(-1, True),$/;"	m	class:ModifyTableRecord
__init__	gui/wxpython/gui_modules/dbm.py	/^    def __init__(self, parent, id, title, vectmap,$/;"	m	class:AttributeManager
__init__	gui/wxpython/gui_modules/dbm.py	/^    def __init__(self, parent, id,$/;"	m	class:LayerBook
__init__	gui/wxpython/gui_modules/dbm.py	/^    def __init__(self, parent, log, mapDBInfo, layer):$/;"	m	class:VirtualAttributeList
__init__	gui/wxpython/gui_modules/dbm.py	/^    def __init__(self, parent, map,$/;"	m	class:DisplayAttributesDialog
__init__	gui/wxpython/gui_modules/debug.py	/^    def __init__(self):$/;"	m	class:DebugMsg
__init__	gui/wxpython/gui_modules/disp_print.py	/^    def __init__(self, canvas):$/;"	m	class:MapPrint
__init__	gui/wxpython/gui_modules/disp_print.py	/^    def __init__(self, parent, mapwin):$/;"	m	class:PrintOptions
__init__	gui/wxpython/gui_modules/gcmd.py	/^    def __init__ (self, cmd, stdin=None,$/;"	m	class:Command
__init__	gui/wxpython/gui_modules/gcmd.py	/^    def __init__ (self, cmd, stdin=None,$/;"	m	class:CommandThread
__init__	gui/wxpython/gui_modules/gcmd.py	/^    def __init__(self, cmd, message, parent=None):$/;"	m	class:CmdError
__init__	gui/wxpython/gui_modules/gcmd.py	/^    def __init__(self, message, parent=None):$/;"	m	class:DBMError
__init__	gui/wxpython/gui_modules/gcmd.py	/^    def __init__(self, message, parent=None):$/;"	m	class:DigitError
__init__	gui/wxpython/gui_modules/gcmd.py	/^    def __init__(self, message, parent=None):$/;"	m	class:NvizError
__init__	gui/wxpython/gui_modules/gcmd.py	/^    def __init__(self, message, parent=None):$/;"	m	class:SettingsError
__init__	gui/wxpython/gui_modules/gcmd.py	/^    def __init__(self, message, title=_("Error"), parent=None):$/;"	m	class:GException
__init__	gui/wxpython/gui_modules/gcmd.py	/^    def __init__(self, message, title=_("Error"), parent=None):$/;"	m	class:GStdError
__init__	gui/wxpython/gui_modules/gdialogs.py	/^    def __init__(self, parent, id, title, disableAdd=False, $/;"	m	class:NewVectorDialog
__init__	gui/wxpython/gui_modules/gdialogs.py	/^    def __init__(self, parent, id, title="", pos=wx.DefaultPosition, size=wx.DefaultSize,$/;"	m	class:SavedRegion
__init__	gui/wxpython/gui_modules/gdialogs.py	/^    def __init__(self, parent, id=wx.ID_ANY, title=_("Set Map Layer Opacity"),$/;"	m	class:SetOpacityDialog
__init__	gui/wxpython/gui_modules/gdialogs.py	/^    def __init__(self, parent, ovlId, title, cmd, name=None,$/;"	m	class:DecorationDialog
__init__	gui/wxpython/gui_modules/gdialogs.py	/^    def __init__(self, parent, ovlId, title, name='text',$/;"	m	class:TextLayerDialog
__init__	gui/wxpython/gui_modules/gdialogs.py	/^    def __init__(self, parent, pos=wx.DefaultPosition,$/;"	m	class:LayersList
__init__	gui/wxpython/gui_modules/gdialogs.py	/^    def __init__(self, parent, title, style=wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER):$/;"	m	class:LoadMapLayersDialog
__init__	gui/wxpython/gui_modules/gdialogs.py	/^    def __init__(self, parent, type,$/;"	m	class:MultiImportDialog
__init__	gui/wxpython/gui_modules/georect.py	/^    def __init__(self, parent):$/;"	m	class:GeorectWizard
__init__	gui/wxpython/gui_modules/georect.py	/^    def __init__(self, parent, data, id=wx.ID_ANY,$/;"	m	class:EditGPC
__init__	gui/wxpython/gui_modules/georect.py	/^    def __init__(self, parent, gcp, id=wx.ID_ANY,$/;"	m	class:GCPList
__init__	gui/wxpython/gui_modules/georect.py	/^    def __init__(self, parent, grwiz, mapdisp=None, id=wx.ID_ANY,$/;"	m	class:GCP
__init__	gui/wxpython/gui_modules/georect.py	/^    def __init__(self, parent, id, grassdb, location, mapset, group,$/;"	m	class:VectGroup
__init__	gui/wxpython/gui_modules/georect.py	/^    def __init__(self, parent, id, title, pos=wx.DefaultPosition, size=wx.DefaultSize,$/;"	m	class:GrSettingsDialog
__init__	gui/wxpython/gui_modules/georect.py	/^    def __init__(self, wizard, parent):$/;"	m	class:DispMapPage
__init__	gui/wxpython/gui_modules/georect.py	/^    def __init__(self, wizard, parent):$/;"	m	class:GroupPage
__init__	gui/wxpython/gui_modules/georect.py	/^    def __init__(self, wizard, parent):$/;"	m	class:LocationPage
__init__	gui/wxpython/gui_modules/goutput.py	/^    def __init__(self, parent):$/;"	m	class:GMStderr
__init__	gui/wxpython/gui_modules/goutput.py	/^    def __init__(self, parent):$/;"	m	class:GMStdout
__init__	gui/wxpython/gui_modules/goutput.py	/^    def __init__(self, parent, id, margin=False, wrap=None):$/;"	m	class:GMStc
__init__	gui/wxpython/gui_modules/goutput.py	/^    def __init__(self, parent, id=wx.ID_ANY, margin=False, pageid=0,$/;"	m	class:GMConsole
__init__	gui/wxpython/gui_modules/goutput.py	/^    def __init__(self, parent, requestQ, resultQ, **kwds):$/;"	m	class:CmdThread
__init__	gui/wxpython/gui_modules/gselect.py	/^    def __init__(self, map):$/;"	m	class:VectorDBInfo
__init__	gui/wxpython/gui_modules/gselect.py	/^    def __init__(self, parent, choices, value,$/;"	m	class:DriverSelect
__init__	gui/wxpython/gui_modules/gselect.py	/^    def __init__(self, parent, id, size,$/;"	m	class:Select
__init__	gui/wxpython/gui_modules/gselect.py	/^    def __init__(self, parent, value='',$/;"	m	class:DatabaseSelect
__init__	gui/wxpython/gui_modules/gselect.py	/^    def __init__(self, parent,$/;"	m	class:ColumnSelect
__init__	gui/wxpython/gui_modules/gselect.py	/^    def __init__(self, parent,$/;"	m	class:DbColumnSelect
__init__	gui/wxpython/gui_modules/gselect.py	/^    def __init__(self, parent,$/;"	m	class:LayerSelect
__init__	gui/wxpython/gui_modules/gselect.py	/^    def __init__(self, parent,$/;"	m	class:TableSelect
__init__	gui/wxpython/gui_modules/histogram.py	/^    def __init__(self, parent, id,$/;"	m	class:BufferedWindow
__init__	gui/wxpython/gui_modules/histogram.py	/^    def __init__(self, parent=None, id = wx.ID_ANY, title="Histogram of image or raster map",$/;"	m	class:HistFrame
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self):$/;"	m	class:BaseClass
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, parent, columns, data=None):$/;"	m	class:ItemList
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, parent, datums, title=_("Select datum transformation"),$/;"	m	class:SelectDatumDialog
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, parent, grassdatabase):$/;"	m	class:LocationWizard
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, parent, id=wx.ID_ANY,$/;"	m	class:RegionDef
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, parent, title):$/;"	m	class:TitledPage
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, wizard, parent):$/;"	m	class:CoordinateSystemPage
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, wizard, parent):$/;"	m	class:CustomPage
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, wizard, parent):$/;"	m	class:DatumPage
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, wizard, parent):$/;"	m	class:EPSGPage
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, wizard, parent):$/;"	m	class:EllipsePage
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, wizard, parent):$/;"	m	class:GeoreferencedFilePage
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, wizard, parent):$/;"	m	class:ProjTypePage
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, wizard, parent):$/;"	m	class:ProjectionsPage
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, wizard, parent):$/;"	m	class:SummaryPage
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, wizard, parent):$/;"	m	class:WKTPage
__init__	gui/wxpython/gui_modules/location_wizard.py	/^    def __init__(self, wizard, parent, grassdatabase):$/;"	m	class:DatabasePage
__init__	gui/wxpython/gui_modules/mapdisp.py	/^    def __init__ (self, parent, Map):$/;"	m	class:Command
__init__	gui/wxpython/gui_modules/mapdisp.py	/^    def __init__(self, parent, id,$/;"	m	class:BufferedWindow
__init__	gui/wxpython/gui_modules/mapdisp.py	/^    def __init__(self, parent, id=wx.ID_ANY,$/;"	m	class:MapWindow
__init__	gui/wxpython/gui_modules/mapdisp.py	/^    def __init__(self, parent=None, id=wx.ID_ANY, title=_("GRASS GIS - Map display"),$/;"	m	class:MapFrame
__init__	gui/wxpython/gui_modules/mcalc_builder.py	/^    def __init__(self, parent, id, title, pos=wx.DefaultPosition,$/;"	m	class:MapCalcFrame
__init__	gui/wxpython/gui_modules/menudata.py	/^    def __init__(self, gisbase=None):$/;"	m	class:Data
__init__	gui/wxpython/gui_modules/menuform.py	/^    def __init__( self, parent, task, standalone, mainFrame, *args, **kwargs ):$/;"	m	class:cmdPanel
__init__	gui/wxpython/gui_modules/menuform.py	/^    def __init__(self, grassModule = None):$/;"	m	class:grassTask
__init__	gui/wxpython/gui_modules/menuform.py	/^    def __init__(self, grass_command = "index", text = None,$/;"	m	class:helpPanel
__init__	gui/wxpython/gui_modules/menuform.py	/^    def __init__(self, grass_task):$/;"	m	class:GrassGUIApp
__init__	gui/wxpython/gui_modules/menuform.py	/^    def __init__(self, parent, ID, task_description, get_dcmd=None, layer=None):$/;"	m	class:mainFrame
__init__	gui/wxpython/gui_modules/menuform.py	/^    def __init__(self, parent, event, eventId, task):$/;"	m	class:UpdateThread
__init__	gui/wxpython/gui_modules/menuform.py	/^    def __init__(self, parent, id=wx.ID_ANY, label=u'', *args, **kwds):$/;"	m	class:StaticWrapText
__init__	gui/wxpython/gui_modules/menuform.py	/^    def __init__(self, parent, requestQ, resultQ, **kwds):$/;"	m	class:UpdateQThread
__init__	gui/wxpython/gui_modules/menuform.py	/^    def __init__(self, parent=-1):$/;"	m	class:GUI
__init__	gui/wxpython/gui_modules/menuform.py	/^    def __init__(self, task_description):$/;"	m	class:processTask
__init__	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def __init__(self, log, progressbar, window):$/;"	m	class:NvizThread
__init__	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def __init__(self, parent, id,$/;"	m	class:GLWindow
__init__	gui/wxpython/gui_modules/nviz_tools.py	/^    def __init__(self, parent, id, mapwindow,$/;"	m	class:ViewPositionWindow
__init__	gui/wxpython/gui_modules/nviz_tools.py	/^    def __init__(self, parent=None, id=wx.ID_ANY, title=_("Nviz tools"),$/;"	m	class:NvizToolWindow
__init__	gui/wxpython/gui_modules/preferences.py	/^    def __init__(self):$/;"	m	class:Settings
__init__	gui/wxpython/gui_modules/preferences.py	/^    def __init__(self, parent, id, title,$/;"	m	class:DefaultFontDialog
__init__	gui/wxpython/gui_modules/preferences.py	/^    def __init__(self, parent, id, title=_('Set\/unset access to mapsets in current location'),$/;"	m	class:MapsetAccess
__init__	gui/wxpython/gui_modules/preferences.py	/^    def __init__(self, parent, pos=wx.DefaultPosition,$/;"	m	class:CheckListMapset
__init__	gui/wxpython/gui_modules/preferences.py	/^    def __init__(self, parent, title=_("User GUI settings"),$/;"	m	class:PreferencesDialog
__init__	gui/wxpython/gui_modules/profile.py	/^    def __init__(self, parent, id, title, pos=wx.DefaultPosition, size=wx.DefaultSize,$/;"	m	class:OptDialog
__init__	gui/wxpython/gui_modules/profile.py	/^    def __init__(self, parent, id, title, pos=wx.DefaultPosition, size=wx.DefaultSize,$/;"	m	class:TextDialog
__init__	gui/wxpython/gui_modules/profile.py	/^    def __init__(self, parent, id=wx.ID_ANY, title=_("Select raster map to profile"),$/;"	m	class:SetRasterDialog
__init__	gui/wxpython/gui_modules/profile.py	/^    def __init__(self, parent=None, id=wx.ID_ANY, title=_("Profile Analysis"),$/;"	m	class:ProfileFrame
__init__	gui/wxpython/gui_modules/render.py	/^    def __init__(self, gisrc=None):$/;"	m	class:Map
__init__	gui/wxpython/gui_modules/render.py	/^    def __init__(self, id, type, cmd,$/;"	m	class:Overlay
__init__	gui/wxpython/gui_modules/render.py	/^    def __init__(self, type, cmd, name=None,$/;"	m	class:Layer
__init__	gui/wxpython/gui_modules/render.py	/^    def __init__(self, type, cmd, name=None,$/;"	m	class:MapLayer
__init__	gui/wxpython/gui_modules/rules.py	/^    def __init__(self, parent, id=wx.ID_ANY, title=_("Enter rules"),$/;"	m	class:RulesText
__init__	gui/wxpython/gui_modules/sqlbuilder.py	/^    def __init__(self, parent, id, title, vectmap, qtype="select"):$/;"	m	class:SQLFrame
__init__	gui/wxpython/gui_modules/toolbars.py	/^    def __init__(self):$/;"	m	class:AbstractToolbar
__init__	gui/wxpython/gui_modules/toolbars.py	/^    def __init__(self, mapdisplay, map):$/;"	m	class:GRToolbar
__init__	gui/wxpython/gui_modules/toolbars.py	/^    def __init__(self, mapdisplay, map):$/;"	m	class:MapToolbar
__init__	gui/wxpython/gui_modules/toolbars.py	/^    def __init__(self, parent, map):$/;"	m	class:NvizToolbar
__init__	gui/wxpython/gui_modules/toolbars.py	/^    def __init__(self, parent, map, layerTree=None, log=None):$/;"	m	class:VDigitToolbar
__init__	gui/wxpython/gui_modules/toolbars.py	/^    def __init__(self, parent, tbframe):$/;"	m	class:GCPToolbar
__init__	gui/wxpython/gui_modules/toolbars.py	/^    def __init__(self, parent, tbframe):$/;"	m	class:ProfileToolbar
__init__	gui/wxpython/gui_modules/vdigit.py	/^    def __init__(self, mapwindow):$/;"	m	class:AbstractDigit
__init__	gui/wxpython/gui_modules/vdigit.py	/^    def __init__(self, mapwindow):$/;"	m	class:Digit
__init__	gui/wxpython/gui_modules/vdigit.py	/^    def __init__(self, mapwindow):$/;"	m	class:VDigit
__init__	gui/wxpython/gui_modules/vdigit.py	/^    def __init__(self, parent, data, title=_("List of duplicates"),$/;"	m	class:VDigitDuplicatesDialog
__init__	gui/wxpython/gui_modules/vdigit.py	/^    def __init__(self, parent, data,$/;"	m	class:CheckListFeature
__init__	gui/wxpython/gui_modules/vdigit.py	/^    def __init__(self, parent, id, pos=wx.DefaultPosition,$/;"	m	class:CategoryListCtrl
__init__	gui/wxpython/gui_modules/vdigit.py	/^    def __init__(self, parent, mapwindow):$/;"	m	class:AbstractDisplayDriver
__init__	gui/wxpython/gui_modules/vdigit.py	/^    def __init__(self, parent, mapwindow):$/;"	m	class:CDisplayDriver
__init__	gui/wxpython/gui_modules/vdigit.py	/^    def __init__(self, parent, title, nselected, style=wx.DEFAULT_DIALOG_STYLE):$/;"	m	class:VDigitZBulkDialog
__init__	gui/wxpython/gui_modules/vdigit.py	/^    def __init__(self, parent, title, style=wx.DEFAULT_DIALOG_STYLE):$/;"	m	class:VDigitSettingsDialog
__init__	gui/wxpython/gui_modules/vdigit.py	/^    def __init__(self, parent, title,$/;"	m	class:VDigitCategoryDialog
__init__	gui/wxpython/gui_modules/workspace.py	/^    def __init__(self):$/;"	m	class:Nviz
__init__	gui/wxpython/gui_modules/workspace.py	/^    def __init__(self):$/;"	m	class:ProcessWorkspaceFile
__init__	gui/wxpython/gui_modules/workspace.py	/^    def __init__(self, filename):$/;"	m	class:ProcessGrcFile
__init__	gui/wxpython/gui_modules/workspace.py	/^    def __init__(self, lmgr, file):$/;"	m	class:WriteWorkspaceFile
__init__	gui/wxpython/gui_modules/wxgui_utils.py	/^    def __init__(self, parent,$/;"	m	class:LayerTree
__init__	gui/wxpython/icons/icon.py	/^    def __init__(self, img, label, desc=None):$/;"	m	class:MetaIcon
__init__	gui/wxpython/wxgui.py	/^    def __init__(self, msg):$/;"	m	class:Usage
__init__	gui/wxpython/wxgui.py	/^    def __init__(self, parent, id=wx.ID_ANY, title=_("GRASS GIS Layer Manager"),$/;"	m	class:GMFrame
__init__	gui/wxpython/wxgui.py	/^    def __init__(self, workspace=None):$/;"	m	class:GMApp
__init__	lib/python/core.py	/^    def __init__(self, args, bufsize=0, executable=None,$/;"	m	class:Popen
__layout	gui/wxpython/gui_modules/dbm.py	/^    def __layout(self):$/;"	m	class:AttributeManager	file:
__layout	gui/wxpython/gui_modules/goutput.py	/^    def __layout(self):$/;"	m	class:GMConsole	file:
__ll_parts	gui/wxpython/gui_modules/utils.py	/^def __ll_parts(value):$/;"	f	file:
__parseValue	gui/wxpython/gui_modules/preferences.py	/^    def __parseValue(self, value, read=False):$/;"	m	class:Settings	file:
__readData	gui/wxpython/gui_modules/location_wizard.py	/^    def __readData(self):$/;"	m	class:LocationWizard	file:
__read_variables	gui/wxpython/build_ext.py	/^def __read_variables(file, dict={}):$/;"	f	file:
__redirect_stream	gui/wxpython/gui_modules/gcmd.py	/^    def __redirect_stream(self):$/;"	m	class:CommandThread	file:
__str__	gui/wxpython/gui_modules/gcmd.py	/^    def __str__(self):$/;"	m	class:GException	file:
__str__	gui/wxpython/icons/icon.py	/^    def __str__(self):$/;"	m	class:MetaIcon	file:
__unix__	lib/gis/gdal.c	37;"	d	file:
__writeLayer	gui/wxpython/gui_modules/workspace.py	/^    def __writeLayer(self, mapTree, item):$/;"	m	class:WriteWorkspaceFile	file:
__writeNvizSurface	gui/wxpython/gui_modules/workspace.py	/^    def __writeNvizSurface(self, data):$/;"	m	class:WriteWorkspaceFile	file:
__writeNvizVector	gui/wxpython/gui_modules/workspace.py	/^    def __writeNvizVector(self, data):$/;"	m	class:WriteWorkspaceFile	file:
_aMY_CXT	swig/perl/R_slope_aspect/ppport.h	481;"	d
_aMY_CXT	swig/perl/R_slope_aspect/ppport.h	496;"	d
_add_edge	lib/vector/dglib/examples/cr_large_graph.c	/^static int _add_edge(dglGraph_s * pgraph,$/;"	f	file:
_add_item	lib/vector/Vlib/sindex.c	/^static int _add_item(int id, struct ilist *list)$/;"	f	file:
_add_item	lib/vector/diglib/spindex.c	/^static int _add_item(int id, struct ilist *list)$/;"	f	file:
_add_key	lib/ogsf/GK2.c	/^static int _add_key(Keylist * newk, int force_replace, float precis)$/;"	f	file:
_add_node	lib/vector/diglib/spindex.c	/^static int _add_node(int id, int *node)$/;"	f	file:
_ami_config_h	include/iostream/ami_config.h	21;"	d
_cleanup	gui/wxpython/compat/subprocess.py	/^def _cleanup():$/;"	f
_clipper	lib/vector/dglib/examples/components.c	/^static int _clipper(dglGraph_s * pgraphIn,$/;"	f	file:
_clipper	lib/vector/dglib/examples/minspan.c	/^static int _clipper(dglGraph_s * pgraphIn,$/;"	f	file:
_clipper	lib/vector/dglib/examples/span.c	/^static int _clipper(dglGraph_s * pgraphIn,$/;"	f	file:
_close	gui/wxpython/gui_modules/gcmd.py	/^    def _close(self, which):$/;"	m	class:Popen
_close_fds	gui/wxpython/compat/subprocess.py	/^        def _close_fds(self, but):$/;"	f	function:Popen._translate_newlines
_color_name_to_rgb	gui/wxpython/gui_modules/workspace.py	/^    def _color_name_to_rgb(self, value):$/;"	m	class:ProcessGrcFile
_concat	lib/python/core.py	/^def _concat(xs):$/;"	f
_cur_size_	lib/ogsf/gpd.c	/^static float _cur_size_;$/;"	v	file:
_cursor	db/drivers/mysql/globals.h	/^typedef struct _cursor$/;"	s
_cursor	db/drivers/odbc/globals.h	/^typedef struct _cursor$/;"	s
_cursor	db/drivers/postgres/globals.h	/^typedef struct _cursor$/;"	s
_cursor	db/drivers/sqlite/globals.h	/^typedef struct _cursor$/;"	s
_d_interval	display/d.rast/mask.h	/^typedef struct _d_interval$/;"	s
_d_interval	raster/r.null/mask.h	/^typedef struct _d_interval$/;"	s
_d_interval	raster3d/base/mask_functions.h	/^typedef struct _d_interval$/;"	s
_d_mask	display/d.rast/mask.h	/^typedef struct _d_mask$/;"	s
_d_mask	raster/r.null/mask.h	/^typedef struct _d_mask$/;"	s
_d_mask	raster3d/base/mask_functions.h	/^typedef struct _d_mask$/;"	s
_datetime_add_field	lib/datetime/incr1.c	/^static int _datetime_add_field(DateTime * src, DateTime * incr, int field)$/;"	f	file:
_datetime_carry	lib/datetime/incr1.c	/^static int _datetime_carry(DateTime * dt, int absolute)$/;"	f	file:
_datetime_compare	lib/datetime/diff.c	/^static int _datetime_compare(const DateTime * a, const DateTime * b)$/;"	f	file:
_datetime_subtract_field	lib/datetime/incr1.c	/^static int _datetime_subtract_field(DateTime * src, DateTime * incr,$/;"	f	file:
_datetime_ymd_to_ddays	lib/datetime/diff.c	/^static int _datetime_ymd_to_ddays(const DateTime * dtymd, double *days)$/;"	f	file:
_db_column	include/dbmi.h	/^typedef struct _db_column$/;"	s
_db_connection	include/dbmi.h	/^typedef struct _db_connection$/;"	s
_db_cursor	include/dbmi.h	/^typedef struct _db_cursor$/;"	s
_db_date_time	include/dbmi.h	/^typedef struct _db_date_time$/;"	s
_db_dirent	include/dbmi.h	/^typedef struct _db_dirent$/;"	s
_db_driver	include/dbmi.h	/^typedef struct _db_driver$/;"	s
_db_driver_state	include/dbmi.h	/^typedef struct _db_driver_state$/;"	s
_db_handle	include/dbmi.h	/^typedef struct _db_handle$/;"	s
_db_index	include/dbmi.h	/^typedef struct _db_index$/;"	s
_db_string	include/dbmi.h	/^typedef struct _db_string$/;"	s
_db_table	include/dbmi.h	/^typedef struct _db_table$/;"	s
_db_value	include/dbmi.h	/^typedef struct _db_value$/;"	s
_dbmscap	include/dbmi.h	/^typedef struct _dbmscap$/;"	s
_demo_posix	gui/wxpython/compat/subprocess.py	/^def _demo_posix():$/;"	f
_demo_windows	gui/wxpython/compat/subprocess.py	/^def _demo_windows():$/;"	f
_dglGraph	lib/vector/dglib/graph.h	/^typedef struct _dglGraph$/;"	s
_dglHeap	lib/vector/dglib/heap.h	/^typedef struct _dglHeap$/;"	s
_dglHeapData	lib/vector/dglib/heap.h	/^typedef union _dglHeapData$/;"	u
_dglHeapNode	lib/vector/dglib/heap.h	/^typedef struct _dglHeapNode$/;"	s
_dglSPArc	lib/vector/dglib/graph.h	/^typedef struct _dglSPArc$/;"	s
_dglSPClipInput	lib/vector/dglib/graph.h	/^typedef struct _dglSPClipInput$/;"	s
_dglSPClipOutput	lib/vector/dglib/graph.h	/^typedef struct _dglSPClipOutput$/;"	s
_dglSPReport	lib/vector/dglib/graph.h	/^typedef struct _dglSPReport$/;"	s
_dglSpanClipInput	lib/vector/dglib/graph.h	/^typedef struct _dglSpanClipInput$/;"	s
_dglSpanClipOutput	lib/vector/dglib/graph.h	/^typedef struct _dglSpanClipOutput$/;"	s
_dglTreeEdge	lib/vector/dglib/tree.h	/^typedef struct _dglTreeEdge$/;"	s
_dglTreeEdgePri32	lib/vector/dglib/tree.h	/^typedef struct _dglTreeEdgePri32$/;"	s
_dglTreeNode	lib/vector/dglib/tree.h	/^typedef struct _dglTreeNode$/;"	s
_dglTreeNode2	lib/vector/dglib/tree.h	/^typedef struct _dglTreeNode2$/;"	s
_dglTreeNodePri32	lib/vector/dglib/tree.h	/^typedef struct _dglTreeNodePri32$/;"	s
_dglTreePredist	lib/vector/dglib/tree.h	/^typedef struct _dglTreePredist$/;"	s
_dglTreeTouchI32	lib/vector/dglib/tree.h	/^typedef struct _dglTreeTouchI32$/;"	s
_direction_H	raster/r.terraflow/direction.h	20;"	d
_do_layout	gui/wxpython/gis_set.py	/^    def _do_layout(self):$/;"	m	class:GRASSStartup
_do_layout	gui/wxpython/gui_modules/georect.py	/^    def _do_layout(self):$/;"	m	class:GrSettingsDialog
_do_layout	gui/wxpython/gui_modules/profile.py	/^    def _do_layout(self):$/;"	m	class:OptDialog
_do_layout	gui/wxpython/gui_modules/profile.py	/^    def _do_layout(self):$/;"	m	class:TextDialog
_drawSelected	gui/wxpython/gui_modules/dbm.py	/^    def _drawSelected(self, zoom):$/;"	m	class:AttributeManager
_drawcam	imagery/i.ortho.photo/photo.2image/mark.c	/^static int _drawcam(void)$/;"	f	file:
_elem_count_split	lib/gis/user_config.c	/^static int _elem_count_split(char *elems)$/;"	f	file:
_execute_child	gui/wxpython/compat/subprocess.py	/^        def _execute_child(self, args, executable, preexec_fn, close_fds,$/;"	f	function:Popen._translate_newlines
_fill_h	raster/r.terraflow/fill.h	20;"	d
_find_w9xpopen	gui/wxpython/compat/subprocess.py	/^        def _find_w9xpopen(self):$/;"	f	function:Popen._translate_newlines
_flow_h	raster/r.terraflow/flow.h	21;"	d
_fmode	lib/gis/fmode.c	/^int _fmode = _O_BINARY;$/;"	v
_fmode	lib/gis/fmode.c	3;"	d	file:
_fmt_ucat	display/d.profile/DumpProfile.c	/^char *_fmt_ucat(UCAT * c, UCAT * min, char *s)$/;"	f
_genericwindow_H	raster/r.terraflow/genericWindow.h	20;"	d
_get	lib/raster/rem_io.c	/^static int _get(char *buf, int n)$/;"	f	file:
_getColorString	gui/wxpython/gui_modules/nviz_tools.py	/^    def _getColorString(self, color):$/;"	m	class:NvizToolWindow
_get_cat	display/d.profile/PlotProfile.c	/^double _get_cat(UCAT * theCat, int min)$/;"	f
_get_char	lib/raster/rem_io.c	/^int _get_char(char *achar)$/;"	f
_get_cmd_param_index	gui/wxpython/gui_modules/workspace.py	/^    def _get_cmd_param_index(self, cmd, name):$/;"	m	class:ProcessGrcFile
_get_element	gui/wxpython/gui_modules/workspace.py	/^    def _get_element(self, line):$/;"	m	class:ProcessGrcFile
_get_float	lib/raster/rem_io.c	/^int _get_float(float *afloat)$/;"	f
_get_handles	gui/wxpython/compat/subprocess.py	/^        def _get_handles(self, stdin, stdout, stderr):$/;"	f	function:Popen._translate_newlines
_get_int	lib/raster/rem_io.c	/^int _get_int(int *anint)$/;"	f
_get_list	lib/raster/rem_pad.c	/^static void _get_list(char ***list, int *count)$/;"	f	file:
_get_lookup_for_color	visualization/xganim/Clr_table.c	/^int _get_lookup_for_color(unsigned int r, unsigned int g, unsigned int b)$/;"	f
_get_make_pipe_path	lib/gis/win32_pipes.c	/^static char *_get_make_pipe_path(void)$/;"	f	file:
_get_make_sock_path	lib/gis/unix_socks.c	/^static char *_get_make_sock_path(void)$/;"	f	file:
_get_text	lib/raster/rem_io.c	/^int _get_text(char *buf)$/;"	f
_get_text_2	lib/raster/rem_io.c	/^char *_get_text_2(void)$/;"	f
_get_value	gui/wxpython/gui_modules/workspace.py	/^    def _get_value(self, line):$/;"	m	class:ProcessGrcFile
_gras2str_H	raster/r.terraflow/grass2str.h	21;"	d
_grok_bin	swig/perl/R_slope_aspect/ppport.h	/^static UV _grok_bin(char *string, STRLEN * len, I32 * flags, NV * result)$/;"	f
_grok_hex	swig/perl/R_slope_aspect/ppport.h	/^static UV _grok_hex(char *string, STRLEN * len, I32 * flags, NV * result)$/;"	f
_grok_oct	swig/perl/R_slope_aspect/ppport.h	/^static UV _grok_oct(char *string, STRLEN * len, I32 * flags, NV * result)$/;"	f
_gsdrape_get_segments	lib/ogsf/gsdrape.c	/^static Point3 *_gsdrape_get_segments(geosurf * gs, float *bgn, float *end,$/;"	f	file:
_gstats_	raster/r.kappa/kappa.h	/^struct _gstats_$/;"	s
_gstats_	raster/r.report/global.h	/^struct _gstats_$/;"	s
_handle_exitstatus	gui/wxpython/compat/subprocess.py	/^        def _handle_exitstatus(self, sts):$/;"	f	function:Popen._translate_newlines
_hold_signals	lib/raster/rem_io.c	/^void _hold_signals(int hold)$/;"	f
_icon	include/icon.h	/^struct _icon$/;"	s
_init_zstruct	lib/gis/flate.c	/^static void _init_zstruct(z_stream * z)$/;"	f	file:
_interval	display/d.rast/mask.h	/^typedef struct _interval$/;"	s
_is_zero	vector/v.mapcalc/vector.c	/^static inline int _is_zero(double r)$/;"	f	file:
_item_	lib/driver/pad.h	/^typedef struct _item_$/;"	s
_jmpbuf_wrapper	raster/r.out.png/pngfunc.h	/^typedef struct _jmpbuf_wrapper$/;"	s
_keyboard	imagery/i.ortho.photo/photo.2image/mark.c	/^static int _keyboard(void)$/;"	f	file:
_keyboard	imagery/i.ortho.photo/photo.2target/mark.c	/^static int _keyboard(void)$/;"	f	file:
_keyboard	imagery/i.points/mark.c	/^static int _keyboard(void)$/;"	f	file:
_keyboard	imagery/i.vpoints/mark.c	/^static int _keyboard(void)$/;"	f	file:
_l_parms_h	imagery/i.gensig/parms.h	1;"	d
_label	vector/v.label.sa/labels.h	/^struct _label$/;"	s
_label_candidate	vector/v.label.sa/labels.h	/^struct _label_candidate$/;"	s
_label_intersection	vector/v.label.sa/labels.h	/^struct _label_intersection$/;"	s
_label_point	vector/v.label.sa/labels.h	/^struct _label_point$/;"	s
_layer_	raster/r.kappa/kappa.h	/^struct _layer_$/;"	s
_layer_	raster/r.report/global.h	/^struct _layer_$/;"	s
_list	lib/driver/pad.h	/^typedef struct _list$/;"	s
_listbsearch	vector/v.mapcalc/list.c	/^static LIST *_listbsearch(LIST * min, int max, LIST * elt, cmpfunc cmp)$/;"	f	file:
_listbsearchdatum	vector/v.mapcalc/list.c	/^static LIST *_listbsearchdatum(LIST * min, int max, const void *datum,$/;"	f	file:
_loadRaster	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def _loadRaster(self, item):$/;"	m	class:GLWindow
_main_h	raster/r.terraflow/main.h	20;"	d
_make_inheritable	gui/wxpython/compat/subprocess.py	/^        def _make_inheritable(self, handle):$/;"	f	function:Popen._translate_newlines
_make_sublevels	lib/gis/user_config.c	/^static char *_make_sublevels(const char *elems)$/;"	f	file:
_make_toplevel	lib/gis/user_config.c	/^static char *_make_toplevel(void)$/;"	f	file:
_make_val	lib/python/core.py	/^def _make_val(val):$/;"	f
_mask	display/d.rast/mask.h	/^typedef struct _mask$/;"	s
_object	swig/python/NumPtr/lib/NumPtr.py	/^    class _object : pass$/;"	c	function:_swig_getattr
_pMY_CXT	swig/perl/R_slope_aspect/ppport.h	478;"	d
_pMY_CXT	swig/perl/R_slope_aspect/ppport.h	493;"	d
_pad_	lib/driver/pad.h	/^typedef struct _pad_$/;"	s
_parse_env	lib/python/core.py	/^def _parse_env():$/;"	f
_print_node	lib/vector/dglib/examples/view.c	/^static int _print_node(dglGraph_s * pgraph, dglInt32_t * pnode, void *pvarg)$/;"	f	file:
_quiet	lib/raster/rem_io.c	/^int _quiet;$/;"	v
_raster_map_ptr	display/d.profile/profile.h	/^typedef struct _raster_map_ptr$/;"	s
_raster_ptr	display/d.profile/profile.h	/^typedef union _raster_ptr$/;"	u
_read_grassrc	gui/wxpython/gis_set.py	/^    def _read_grassrc(self):$/;"	m	class:GRASSStartup
_readerthread	gui/wxpython/compat/subprocess.py	/^        def _readerthread(self, fh, buffer):$/;"	f	function:Popen._translate_newlines
_reclass	raster/r.reclass/reclass.c	/^static int _reclass( \/* const *\/ RULE * rules, struct Categories *cats,$/;"	f	file:
_recv	gui/wxpython/gui_modules/gcmd.py	/^        def _recv(self, which, maxsize):$/;"	f	function:Popen.kill
_recv	lib/db/dbmi_base/xdr.c	/^static FILE *_send, *_recv;$/;"	v	file:
_region	gui/wxpython/vdigit/driver.h	/^    struct _region {$/;"	s	class:DisplayDriver
_regmtostring	lib/vector/dglib/examples/parse.c	/^static void _regmtostring(char *pszOut, int cszOut, char *pszIn,$/;"	f	file:
_remove_key	lib/ogsf/GK2.c	/^static void _remove_key(Keylist * k)$/;"	f	file:
_renderLayers	gui/wxpython/gui_modules/render.py	/^    def _renderLayers(self, force, mapWindow, maps, masks, opacities):$/;"	m	class:Map
_rfd	lib/driver/command.c	/^static int _rfd;$/;"	v	file:
_rfd	lib/raster/rem_io.c	/^int _rfd, _wfd;$/;"	v
_segment_format	lib/segment/format.c	/^static int _segment_format(int fd,$/;"	f	file:
_selected	gui/wxpython/vdigit/driver.h	/^    struct _selected {$/;"	s	class:DisplayDriver
_send	lib/db/dbmi_base/xdr.c	/^static FILE *_send, *_recv;$/;"	v	file:
_send	lib/driver/command.c	/^static int _send(const void *buf, int n)$/;"	f	file:
_send_char	lib/raster/rem_io.c	/^int _send_char(const unsigned char *achar)$/;"	f
_send_char_array	lib/raster/rem_io.c	/^int _send_char_array(int num, const unsigned char *achar)$/;"	f
_send_float	lib/raster/rem_io.c	/^int _send_float(const float *afloat)$/;"	f
_send_float_array	lib/raster/rem_io.c	/^int _send_float_array(int num, const float *afloat)$/;"	f
_send_ident	lib/raster/rem_io.c	/^int _send_ident(int anint)$/;"	f
_send_int	lib/raster/rem_io.c	/^int _send_int(const int *anint)$/;"	f
_send_int_array	lib/raster/rem_io.c	/^int _send_int_array(int num, const int *anint)$/;"	f
_send_text	lib/raster/rem_io.c	/^int _send_text(const char *text)$/;"	f
_set_cloexec_flag	gui/wxpython/compat/subprocess.py	/^        def _set_cloexec_flag(self, fd):$/;"	f	function:Popen._translate_newlines
_set_properties	gui/wxpython/gis_set.py	/^    def _set_properties(self):$/;"	m	class:GRASSStartup
_settings	gui/wxpython/vdigit/digit.h	/^    struct _settings {$/;"	s	class:Digit
_settings	gui/wxpython/vdigit/driver.h	/^    struct _settings {$/;"	s	class:DisplayDriver
_swig_getattr	swig/python/NumPtr/lib/NumPtr.py	/^def _swig_getattr(self,class_type,name):$/;"	f
_swig_setattr	swig/python/NumPtr/lib/NumPtr.py	/^def _swig_setattr(self,class_type,name,value):$/;"	f
_sztoattr	lib/vector/dglib/examples/parse.c	/^static int _sztoattr(unsigned char *pbNodeAttr, int cbNodeAttr, char *szw)$/;"	f	file:
_time_stamp	display/drivers/XDRIVER/Serve_Xevent.c	/^int _time_stamp(PAD * pad)$/;"	f
_topology	gui/wxpython/vdigit/driver.h	/^    struct _topology {$/;"	s	class:DisplayDriver
_translate_newlines	gui/wxpython/compat/subprocess.py	/^    def _translate_newlines(self, data):$/;"	m	class:Popen
_tree_allocator	lib/vector/dglib/tree.c	/^static struct libavl_allocator _tree_allocator = {$/;"	v	typeref:struct:libavl_allocator	file:
_tree_free	lib/vector/dglib/tree.c	/^static void _tree_free(struct libavl_allocator *allocator, void *libavl_block)$/;"	f	file:
_tree_malloc	lib/vector/dglib/tree.c	/^static void *_tree_malloc(struct libavl_allocator *allocator,$/;"	f	file:
_types_H	raster/r.terraflow/types.h	20;"	d
_ucat	display/d.profile/profile.h	/^typedef struct _ucat$/;"	s
_units_	raster/r.report/global.h	/^struct _units_$/;"	s
_unloadRaster	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def _unloadRaster(self, item):$/;"	m	class:GLWindow
_update_level	gui/wxpython/gui_modules/debug.py	/^    def _update_level(self):$/;"	m	class:DebugMsg
_vgl_GIFWriter	raster3d/r3.showdspf/togif.h	/^typedef struct _vgl_GIFWriter$/;"	s
_viewcell_tri_interp	lib/ogsf/gsdrape.c	/^int _viewcell_tri_interp(geosurf * gs, Point3 pt)$/;"	f
_weight_H	raster/r.terraflow/weightWindow.h	20;"	d
_wfd	lib/driver/command.c	/^static int _wfd;$/;"	v	file:
_wfd	lib/raster/rem_io.c	/^int _rfd, _wfd;$/;"	v
_zeros_r_nulls	lib/gis/put_row.c	/^static int _zeros_r_nulls = 1;$/;"	v	file:
a	include/gis.h	/^    unsigned char r, g, b, a;	\/* red, green, blue, and alpha *\/$/;"	m	struct:__anon266
a	include/gprojects.h	/^    double a, es, rf;$/;"	m	struct:gpj_ellps
a	lib/db/dbmi_base/login.c	/^    int n, a;$/;"	m	struct:__anon27	file:
a	lib/gis/get_ellipse.c	/^    double a;$/;"	m	struct:table	file:
a	lib/proj/local_proto.h	/^    double a, es, rf;$/;"	m	struct:ellps_list
a	lib/vector/Vlib/dgraph.c	/^    struct seg_intersection *a;$/;"	m	struct:seg_intersection_list	typeref:struct:seg_intersection_list::seg_intersection	file:
a	raster/r.sun/main.c	/^float **z, **o, **s, **li, **a, **la, **cbhr, **cdhr;$/;"	v
a	raster/r.sun2/main.c	/^float **z = NULL, **o = NULL, **s = NULL, **li = NULL, **a = NULL, **la =$/;"	v
a	raster/r.topidx/global.h	/^GLOBAL DCELL **atb, **a;$/;"	v
a	swig/perl/gis.h	/^    unsigned char r, g, b, a;	\/* red, green, blue, and alpha *\/$/;"	m	struct:__anon92
a	vector/v.generalize/matrix.h	/^    double **a;$/;"	m	struct:__anon188
a	vector/v.voronoi/sw_defs.h	/^    double a, b, c;$/;"	m	struct:Edge
a1	include/gis.h	/^    float a1;			\/* Addition coefficient 1                  *\/$/;"	m	struct:Categories
a1	include/symbol.h	/^	    double x, y, r, a1, a2;$/;"	m	struct:__anon282::__anon283::__anon285
a1	lib/vector/Vlib/break_polygons.c	/^    double a1, a2;		\/* angles *\/$/;"	m	struct:__anon75	file:
a1	swig/perl/gis.h	/^    float a1;			\/* Addition coefficient 1                  *\/$/;"	m	struct:Categories
a1_4	raster/r.le/r.le.patch/patch.c	/^FILE *a5, *a6, *a1_4, *a7, *a8, *c1_4, *c5, *c6, *c7, *c8, *c9c, *c9e, *c10c,$/;"	v
a1max	vector/v.vol.rst/userglobs.h	/^double \/* gcmax *\/ a1min, a1max, a2min, a2max;$/;"	v
a1min	vector/v.vol.rst/userglobs.h	/^double \/* gcmax *\/ a1min, a1max, a2min, a2max;$/;"	v
a2	include/gis.h	/^    float a2;			\/* Addition coefficient 2                  *\/$/;"	m	struct:Categories
a2	include/symbol.h	/^	    double x, y, r, a1, a2;$/;"	m	struct:__anon282::__anon283::__anon285
a2	lib/vector/Vlib/break_polygons.c	/^    double a1, a2;		\/* angles *\/$/;"	m	struct:__anon75	file:
a2	swig/perl/gis.h	/^    float a2;			\/* Addition coefficient 2                  *\/$/;"	m	struct:Categories
a2max	vector/v.vol.rst/userglobs.h	/^double \/* gcmax *\/ a1min, a1max, a2min, a2max;$/;"	v
a2min	vector/v.vol.rst/userglobs.h	/^double \/* gcmax *\/ a1min, a1max, a2min, a2max;$/;"	v
a5	raster/r.le/r.le.patch/patch.c	/^FILE *a5, *a6, *a1_4, *a7, *a8, *c1_4, *c5, *c6, *c7, *c8, *c9c, *c9e, *c10c,$/;"	v
a6	raster/r.le/r.le.patch/patch.c	/^FILE *a5, *a6, *a1_4, *a7, *a8, *c1_4, *c5, *c6, *c7, *c8, *c9c, *c9e, *c10c,$/;"	v
a7	raster/r.le/r.le.patch/patch.c	/^FILE *a5, *a6, *a1_4, *a7, *a8, *c1_4, *c5, *c6, *c7, *c8, *c9c, *c9e, *c10c,$/;"	v
a8	raster/r.le/r.le.patch/patch.c	/^FILE *a5, *a6, *a1_4, *a7, *a8, *c1_4, *c5, *c6, *c7, *c8, *c9c, *c9e, *c10c,$/;"	v
aCol	include/sqlp.h	/^    int aCol;			\/* allocated *\/$/;"	m	struct:__anon297
aLineSymb	vector/v.digit/global.h	/^Global int aLineSymb;		\/* number of lines \/ allocated space (array size + 1) *\/$/;"	v
aMY_CXT	swig/perl/R_slope_aspect/ppport.h	479;"	d
aMY_CXT	swig/perl/R_slope_aspect/ppport.h	494;"	d
aMY_CXT_	swig/perl/R_slope_aspect/ppport.h	480;"	d
aMY_CXT_	swig/perl/R_slope_aspect/ppport.h	495;"	d
aMaxFieldCat	vector/v.digit/global.h	/^Global int nMaxFieldCat, aMaxFieldCat;$/;"	v
aNodeSymb	vector/v.digit/global.h	/^Global int aNodeSymb;		\/* number of nodes \/ allocated space (array size + 1) *\/$/;"	v
aOpaqueSet	lib/vector/dglib/graph.h	/^    dglInt32_t aOpaqueSet[16];$/;"	m	struct:_dglGraph
aTHX	swig/perl/R_slope_aspect/ppport.h	252;"	d
aTHX_	swig/perl/R_slope_aspect/ppport.h	253;"	d
aVal	include/sqlp.h	/^    int aVal;$/;"	m	struct:__anon297
a_cats	include/vect/dig_structs.h	/^    int a_cats;			\/* allocated space in cat array *\/$/;"	m	struct:Cat_index
a_cidx	include/vect/dig_structs.h	/^    int a_cidx;			\/* allocated space for cat indexes *\/$/;"	m	struct:Plus_head
a_count	raster3d/r3.showdspf/togif.h	/^    int a_count;$/;"	m	struct:_vgl_GIFWriter
a_cross	lib/vector/Vlib/intersect.c	/^static int a_cross = 0;$/;"	v	file:
a_dev	raster/r.statistics/o_adev.c	/^static int a_dev(double *data, int n, double *adev)$/;"	f	file:
a_func	vector/v.mapcalc/any.c	/^typedef ANY *(*a_func) (void);$/;"	t	file:
a_func_a	vector/v.mapcalc/any.c	/^typedef ANY *(*a_func_a) (void *a0);$/;"	t	file:
a_func_aa	vector/v.mapcalc/any.c	/^typedef ANY *(*a_func_aa) (void *a0, void *a1);$/;"	t	file:
a_list	raster/r.to.vect/areas.c	/^static struct area_table *a_list, *a_list_new, *a_list_old;$/;"	v	typeref:struct:area_table	file:
a_list_new	raster/r.to.vect/areas.c	/^static struct area_table *a_list, *a_list_new, *a_list_old;$/;"	v	typeref:struct:	file:
a_list_old	raster/r.to.vect/areas.c	/^static struct area_table *a_list, *a_list_new, *a_list_old;$/;"	v	typeref:struct:	file:
a_parts	lib/vector/Vlib/build_ogr.c	/^    int a_parts;$/;"	m	struct:__anon76	file:
a_r	raster/r.sun2/rsunglobals.h	39;"	d
a_shift	lib/pngdriver/Color_table.c	/^static int r_shift, g_shift, b_shift, a_shift;$/;"	v	file:
ab	include/nviz.h	/^    float ar, ag, ab;		\/* ambient rgb *\/$/;"	m	struct:__anon289
ab	lib/vector/dglib/graph.h	/^    unsigned char ab[118];	\/* 118 = graph header size *\/$/;"	m	struct:__anon85
ab	visualization/nviz/src/interface.h	/^    float ar, ag, ab;		\/* ambient rgb *\/$/;"	m	struct:__anon100
abgcmd	vector/v.digit/global.h	/^int abgcmd = 0;$/;"	v
abort	gui/wxpython/gui_modules/gcmd.py	/^    def abort(self):$/;"	m	class:CommandThread
abort	gui/wxpython/gui_modules/goutput.py	/^    def abort(self):$/;"	m	class:CmdThread
above	raster/r.cost/cost.h	/^    struct cost *above;$/;"	m	struct:cost	typeref:struct:cost::cost
above	raster/r.walk/cost.h	/^    struct cost *above;$/;"	m	struct:cost	typeref:struct:cost::cost
above	vector/v.label.sa/labels.h	/^    int above;$/;"	m	struct:_label_candidate
abs	raster/r.slope.aspect/main.c	35;"	d	file:
abs	scripts/r.univar.sh/r.univar.sh	/^function abs(x){return x < 0 ? -x : x}$/;"	f
abs	scripts/v.db.univar/v.db.univar	/^function abs(x){return x < 0 ? -x : x}$/;"	f
abs	scripts/v.univar.sh/v.univar.sh	/^function abs(x){return x < 0 ? -x : x}$/;"	f
abs	swig/perl/R_slope_aspect/r_slope_aspect/r_slope_aspect.c	35;"	d	file:
abstra	imagery/i.atcorr/Abstra.cpp	/^void abstra (const AtmosModel& atms, const Altitude& alt,$/;"	f
accelRate	visualization/nviz/src/togl_flythrough.c	/^    float accelRate;$/;"	m	struct:flyData	file:
accept	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^static struct box cancel, accept;$/;"	v	typeref:struct:	file:
accept	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^static struct box cancel, accept;$/;"	v	typeref:struct:	file:
accept	imagery/i.points/ask_mag.c	/^static struct box cancel, accept;$/;"	v	typeref:struct:	file:
accept	imagery/i.vpoints/ask_mag.c	/^static struct box cancel, accept;$/;"	v	typeref:struct:	file:
accept	ps/ps.map/session.c	/^int accept(void)$/;"	f
access_mode	include/iostream/ami_stream.h	/^  AMI_stream_type  access_mode;$/;"	m	class:UntypedStream
accu	imagery/i.atcorr/computations.cpp	325;"	d	file:
accu	raster/r.terraflow/sweep.h	/^  flowaccumulation_type   accu;    \/* count  *\/$/;"	m	class:sweepOutput
accu2	imagery/i.atcorr/computations.cpp	326;"	d	file:
accum	raster3d/r3.showdspf/togif.h	/^    char accum[256];$/;"	m	struct:_vgl_GIFWriter
accum_down	raster/r.watershed/shed/accum_down.c	/^int accum_down(OUTPUT * output)$/;"	f
accuracyCode	raster/r.out.pov/main.c	/^int accuracyCode;$/;"	v
acols	db/drivers/dbf/globals.h	/^    int acols;			\/* allocated columns *\/$/;"	m	struct:__anon14
acosp	configure	/^acosp()$/;"	f
act_areas	include/dlg.h	/^    int act_areas;$/;"	m	struct:dlg_cats
act_lines	include/dlg.h	/^    int act_lines;$/;"	m	struct:dlg_cats
act_nodes	include/dlg.h	/^    int act_nodes;$/;"	m	struct:dlg_cats
actfunc	vector/v.mapcalc/list.h	/^typedef void (*actfunc) (const void *elt);$/;"	t
action	lib/gis/spawn.c	/^    int action;$/;"	m	struct:signal	file:
action_meta	gui/wxpython/vdigit/digit.h	/^    struct action_meta {$/;"	s	class:Digit
action_type	gui/wxpython/vdigit/digit.h	/^    enum action_type { ADD, DEL };$/;"	g	class:Digit
active	imagery/i.class/input.c	/^static int active = 0;$/;"	v	file:
active	imagery/i.ortho.photo/photo.2image/input.c	/^static int active = 0;$/;"	v	file:
active	imagery/i.ortho.photo/photo.2target/input.c	/^static int active = 0;$/;"	v	file:
active	imagery/i.points/input.c	/^static int active = 0;$/;"	v	file:
active	imagery/i.vpoints/input.c	/^static int active = 0;$/;"	v	file:
active	include/G3d.h	/^    char *active;$/;"	m	struct:__anon250
active	include/gis.h	/^	int active;$/;"	m	struct:Quant::__anon267
active	include/gis.h	/^	int active;$/;"	m	struct:_Color_Info_::__anon264
active	include/gis.h	/^	int active;$/;"	m	struct:_Color_Info_::__anon265
active	lib/g3d/cachehash.c	/^    char *active;$/;"	m	struct:__anon29	file:
active	swig/perl/gis.h	/^	int active;$/;"	m	struct:Quant::__anon93
active	swig/perl/gis.h	/^	int active;$/;"	m	struct:_Color_Info_::__anon90
active	swig/perl/gis.h	/^	int active;$/;"	m	struct:_Color_Info_::__anon91
active_streams	include/iostream/empq.h	/^  int active_streams() {$/;"	f	class:em_pqueue
adBoundsMax	lib/external/shapelib/shapefil.h	/^    double	adBoundsMax[4];$/;"	m	struct:__anon68
adBoundsMin	lib/external/shapelib/shapefil.h	/^    double	adBoundsMin[4];$/;"	m	struct:__anon68
add	imagery/i.atcorr/main.cpp	/^    void add(TransformInput ti, float alt) { $/;"	f	class:TICache
add	imagery/i.atcorr/main.cpp	/^    void add(TransformInput ti, float vis, float alt) {$/;"	f	class:TIMap
add	raster/r.terraflow/plateau.h	/^  void add(plateauType &pt) {$/;"	f	class:plateauStats
addCoppia	raster/r.li/r.li.cwed/cwed.c	/^int addCoppia(Coppie * cc, generic_cell ce1, generic_cell ce2, double pe,$/;"	f
addRun	include/iostream/replacementHeap.h	/^ReplacementHeap<T,Compare>::addRun(AMI_STREAM<T> *r) {$/;"	f	class:ReplacementHeap
addRun	include/iostream/replacementHeapBlock.h	/^ReplacementHeapBlock<T,Compare>::addRun(MEM_STREAM<T> *r) {$/;"	f	class:ReplacementHeapBlock
add_3dface	vector/v.in.dxf/add_3dface.c	/^int add_3dface(struct dxf_file *dxf, struct Map_info *Map)$/;"	f
add_SubSigs	imagery/i.gensigset/subcluster.c	/^static void add_SubSigs($/;"	f	file:
add_aarea	vector/v.select/main.c	/^void add_aarea(struct Map_info *In, int aarea, int *ALines)$/;"	f
add_arc	vector/v.in.dxf/add_arc.c	/^int add_arc(struct dxf_file *dxf, struct Map_info *Map)$/;"	f
add_area_cats_to_cidx	lib/vector/Vlib/write_nat.c	/^static void add_area_cats_to_cidx(struct Map_info *Map, int area)$/;"	f	file:
add_cat	vector/v.digit/attr.c	/^int add_cat(int field, int cat, int newrec)$/;"	f
add_cat	vector/v.digit/cats.tcl	/^proc add_cat { line field cat } {$/;"	p
add_cat	vector/v.extract/main.c	/^static void add_cat(int x)$/;"	f	file:
add_chain	lib/symbol/read.c	/^void add_chain(SYMBPART * p, SYMBCHAIN * s)$/;"	f
add_circle	vector/v.in.dxf/add_circle.c	/^int add_circle(struct dxf_file *dxf, struct Map_info *Map)$/;"	f
add_city	vector/v.net.salesman/main.c	/^void add_city(int city, int after)$/;"	f
add_col	raster/r.li/r.li.daemon/list.h	/^    int add_col;$/;"	m	struct:generatore
add_color_rule	lib/gis/color_rule.c	/^static int add_color_rule(const void *pt1, int r1, int g1, int b1,$/;"	f	file:
add_column	db/drivers/dbf/column.c	/^int add_column(int tab, int type, char *name, int width, int decimals)$/;"	f
add_command	vector/v.digit/settings.tcl	/^proc add_command { } {$/;"	p
add_coor	lib/symbol/stroke.c	/^void add_coor(SYMBCHAIN * chain, int x, int y)$/;"	f
add_cross	lib/vector/Vlib/intersect.c	/^static void add_cross(int asegment, double adistance, int bsegment,$/;"	f	file:
add_d_mask_rule	display/d.rast/mask.c	/^int add_d_mask_rule(d_Mask * d_mask, double a, double b, int inf)$/;"	f
add_d_mask_rule	raster/r.null/mask.c	/^int add_d_mask_rule(d_Mask * d_mask, double a, double b, int inf)$/;"	f
add_d_mask_rule	raster3d/base/mask_functions.c	/^static void add_d_mask_rule(d_Mask * d_mask, double a, double b, int inf)$/;"	f	file:
add_data	lib/rst/qtree/qtree.h	/^    int (*add_data) ();$/;"	m	struct:multfunc
add_data	vector/v.vol.rst/oct.h	/^    int (*add_data) ();$/;"	m	struct:octfunc
add_edge_cell	raster/r.distance/edges.c	/^void add_edge_cell(struct Map *map, CELL cat, int row, int col)$/;"	f
add_element	general/g.mlist/read_list.c	/^static int add_element(const char *elem, const char *desc)$/;"	f	file:
add_element	general/g.mremove/read_list.c	/^static int add_element(const char *elem, const char *desc)$/;"	f	file:
add_element	general/manage/lib/add_elem.c	/^int add_element(char *elem, char *desc)$/;"	f
add_element	lib/symbol/read.c	/^void add_element(SYMBCHAIN * s, SYMBEL * e)$/;"	f
add_entry	lib/db/dbmi_base/dbmscap.c	/^add_entry(dbDbmscap ** list, char *name, char *startup, char *comment)$/;"	f	file:
add_equal_val_to_array	raster3d/r3.stats/main.c	/^equal_val_array *add_equal_val_to_array(equal_val_array * array, double val)$/;"	f
add_flag	lib/gis/gui.tcl	/^proc add_flag {optn optlist} {$/;"	p
add_form	lib/form/form.tcl	/^proc add_form { formid title } {$/;"	p
add_form	vector/v.digit/form.tcl	/^proc add_form { formid title html } {$/;"	p
add_geometry	lib/vector/Vlib/build_ogr.c	/^static int add_geometry(struct Map_info *Map, OGRGeometryH hGeom, int FID,$/;"	f	file:
add_history	configure	/^add_history()$/;"	f
add_in	raster/r.surf.contour/add_in.c	/^NODE *add_in(int r, int c, int rr, int cc, NODE * zero, int *node_ct)$/;"	f
add_in_slow	raster/r.surf.contour/add_in.c	/^NODE *add_in_slow(int r, int c, int rr, int cc, NODE * zero, int *node_ct)$/;"	f
add_ipoint	lib/vector/Vlib/dgraph.c	/^void add_ipoint(struct line_pnts *Points, int first_seg, int second_seg,$/;"	f
add_ipoint1	lib/vector/Vlib/dgraph.c	/^void add_ipoint1(struct seg_intersection_list *il, int with, double dist,$/;"	f
add_isosurfs	visualization/nviz2/cmd/volume.c	/^int add_isosurfs(const struct GParams *params, nv_data *data)$/;"	f
add_item	lib/vector/Vlib/snap.c	/^int add_item(int id, struct ilist *list)$/;"	f
add_layer_to_list	vector/v.in.dxf/layer_list.c	/^void add_layer_to_list(char *layer)$/;"	f
add_leftof	vector/v.net.visibility/rotation_tree.c	/^void add_leftof(struct Point *p, struct Point *q)$/;"	f
add_line	lib/vector/Vlib/build_ogr.c	/^static int add_line(struct Map_info *Map, int type, struct line_pnts *Points,$/;"	f	file:
add_line	lib/vector/diglib/plus_line.c	/^static int add_line(struct Plus_head *plus, int lineid, int type, struct line_pnts *Points,$/;"	f	file:
add_line	vector/v.in.dxf/add_line.c	/^int add_line(struct dxf_file *dxf, struct Map_info *Map)$/;"	f
add_line_to_array	lib/vector/Vlib/buffer2.c	/^static void add_line_to_array(struct line_pnts *Points,$/;"	f	file:
add_line_to_topo	lib/vector/Vlib/write_nat.c	/^static void add_line_to_topo(struct Map_info *Map, int line,$/;"	f	file:
add_link	lib/linkm/try.c	/^int add_link(struct link *List, struct link *link)$/;"	f
add_link	lib/linkm/try2.c	/^int add_link(struct link *List, struct link *link)$/;"	f
add_link_rev	lib/linkm/try.c	/^int add_link_rev(struct link *List, struct link *link)$/;"	f
add_link_rev	lib/linkm/try2.c	/^int add_link_rev(struct link *List, struct link *link)$/;"	f
add_login	lib/db/dbmi_base/login.c	/^add_login(LOGIN * login, const char *dr, const char *db, const char *usr,$/;"	f
add_lwpolyline	vector/v.in.dxf/add_lwpolyline.c	/^int add_lwpolyline(struct dxf_file *dxf, struct Map_info *Map)$/;"	f
add_map	visualization/nviz/scripts/panel_vect.tcl	/^proc add_map {type} {$/;"	p
add_mask_rule	display/d.rast/mask.c	/^int add_mask_rule(Mask * mask, long a, long b, int inf)$/;"	f
add_neighbor	raster/r.surf.idw/main.c	/^int add_neighbor(MELEMENT ** Mptr,	\/* double-indirection!! *\/$/;"	f
add_node	raster/r.in.xyz/main.c	/^int add_node(int head, double z)$/;"	f
add_node_to_tree	raster/r.describe/tree.c	/^int add_node_to_tree(register CELL cat)$/;"	f
add_null_area	raster/r.surf.area/main.c	/^void add_null_area(DCELL * rast, struct Cell_head *region, double *area)$/;"	f
add_option	lib/gis/gui.tcl	/^proc add_option {optn optlist} {$/;"	p
add_or_update_group	imagery/i.group/main.c	/^static int add_or_update_group(char group[INAME_LEN], char **rasters, int k)$/;"	f	file:
add_or_update_subgroup	imagery/i.group/main.c	/^static int add_or_update_subgroup(char group[INAME_LEN],$/;"	f	file:
add_part	lib/symbol/read.c	/^void add_part(SYMBOL * s, SYMBPART * p)$/;"	f
add_part	lib/vector/Vlib/build_ogr.c	/^static void add_part(GEOM_PARTS * parts, int part)$/;"	f	file:
add_parts_to_offset	lib/vector/Vlib/build_ogr.c	/^static void add_parts_to_offset(struct Map_info *Map, GEOM_PARTS * parts)$/;"	f	file:
add_plines	vector/v.out.dxf/main.c	/^int add_plines(struct Map_info *Map, double textsize)$/;"	f
add_point	display/d.measure/msurements.c	/^int add_point(double **x, double **y,$/;"	f
add_point	imagery/i.class/add_point.c	/^int add_point(int x, int y)$/;"	f
add_point	lib/symbol/read.c	/^void add_point(SYMBEL * el, double x, double y)$/;"	f
add_point	vector/v.in.dxf/add_point.c	/^int add_point(struct dxf_file *dxf, struct Map_info *Map)$/;"	f
add_points	vector/v.net.visibility/main.c	/^void add_points(char **coor, struct Point **points, int *index_point)$/;"	f
add_polyline	vector/v.in.dxf/add_polyline.c	/^int add_polyline(struct dxf_file *dxf, struct Map_info *Map)$/;"	f
add_pt	raster/r.watershed/ram/do_astar.c	/^int add_pt(SHORT r, SHORT c, SHORT downr, SHORT downc, CELL ele, CELL downe)$/;"	f
add_pt	raster/r.watershed/seg/do_astar.c	/^int add_pt(SHORT r, SHORT c, SHORT downr, SHORT downc, CELL ele, CELL downe)$/;"	f
add_rightmost	vector/v.net.visibility/rotation_tree.c	/^void add_rightmost(struct Point *p, struct Point *q)$/;"	f
add_row	raster/r.li/r.li.daemon/list.h	/^    int add_row;$/;"	m	struct:generatore
add_row_area	raster/r.surf.area/main.c	/^add_row_area(DCELL * top, DCELL * bottom, double sz, struct Cell_head *w,$/;"	f
add_rule	raster/r.reclass/add_rule.c	/^int add_rule(RULE ** tail, CELL lo, CELL hi, CELL new)$/;"	f
add_search_dir	general/g.mkfontcap/main.c	/^static void add_search_dir(const char *name)$/;"	f	file:
add_tab_col	vector/v.digit/settings.tcl	/^proc add_tab_col { name type width namedit typedit widthedit } {$/;"	p
add_table	db/drivers/dbf/table.c	/^int add_table(char *table, char *name)$/;"	f
add_text	vector/v.in.dxf/add_text.c	/^int add_text(struct dxf_file *dxf, struct Map_info *Map)$/;"	f
add_to_line	raster/r.flow/calc.c	/^static void add_to_line(point * p, flowline * f)$/;"	f	file:
add_to_list	raster/r.to.vect/areas.c	/^static int add_to_list(int x, int y)$/;"	f	file:
add_to_list	visualization/nviz/scripts/ACS_utils.tcl	/^proc add_to_list {elt lst} {$/;"	p
add_to_plfile	ps/ps.map/r_plt.c	/^int add_to_plfile(char *buf)$/;"	f
add_to_session	ps/ps.map/session.c	/^int add_to_session(int indent, char *buf)$/;"	f
add_vectors	lib/gpde/N_solvers_krylov.c	/^void add_vectors(double *a, double *b, double *result, int rows)$/;"	f
add_vectors_scalar	lib/gpde/N_solvers_krylov.c	/^add_vectors_scalar(double *a, double *b, double *result, double scalar_b,$/;"	f
add_vectors_scalar2	lib/gpde/N_solvers_krylov.c	/^add_vectors_scalar2(double *a, double *b, double *result, double scalar_a,$/;"	f
add_vertex	vector/v.digit/vertex.c	/^struct add_vertex$/;"	s	file:
add_vertex	vector/v.digit/vertex.c	/^void add_vertex(void)$/;"	f
add_vertex_begin	vector/v.digit/vertex.c	/^int add_vertex_begin(void *closure)$/;"	f
add_vertex_end	vector/v.digit/vertex.c	/^int add_vertex_end(void *closure)$/;"	f
add_vertex_update	vector/v.digit/vertex.c	/^int add_vertex_update(void *closure, int sxn, int syn, int button)$/;"	f
add_video_stream	lib/ogsf/gsd_img_mpeg.c	/^static AVStream *add_video_stream(AVFormatContext * oc, int codec_id, int w,$/;"	f	file:
add_xflag	lib/gis/gui.tcl	/^proc add_xflag {optn optlist} {$/;"	p
addargument	scripts/r.in.wms/r.in.wms	/^addargument() {$/;"	f
addflag	scripts/r.in.wms/r.in.wms	/^addflag() {$/;"	f
addpts	raster/r.surf.contour/addpts.c	/^NODE *addpts(NODE * zero, int r, int c, int rr, int cc, int *node_ct)$/;"	f
addpts_slow	raster/r.surf.contour/addpts.c	/^NODE *addpts_slow(NODE * zero, int r, int c, int rr, int cc, int *node_ct)$/;"	f
addr	raster/r.flow/calc.c	/^addr;$/;"	t	typeref:struct:__anon150	file:
addremove_list_create	visualization/nviz/scripts/ACS_utils.tcl	/^proc addremove_list_create {title left_msg right_msg left_entries right_entries {ok "OK"} {cancel "Cancel"}} {$/;"	p
addremove_list_create2	visualization/nviz/scripts/ACS_utils.tcl	/^proc addremove_list_create2 {title left_msg right_msg left_entries right_entries left_ids right_ids {ok "OK"} {cancel "Cancel"}} {$/;"	p
addremove_list_move	visualization/nviz/scripts/ACS_utils.tcl	/^proc addremove_list_move {_src _dst} {$/;"	p
addremove_list_move2	visualization/nviz/scripts/ACS_utils.tcl	/^proc addremove_list_move2 {_src _dst _src_id _dst_id} {$/;"	p
address	include/la.h	/^typedef char *address;$/;"	t
adfBoundsMax	lib/external/shapelib/shapefil.h	/^    double	adfBoundsMax[4];$/;"	m	struct:shape_tree_node
adfBoundsMin	lib/external/shapelib/shapefil.h	/^    double	adfBoundsMin[4];$/;"	m	struct:shape_tree_node
adif	imagery/i.atcorr/GeomCond.h	/^	float adif;$/;"	m	struct:GeomCond
adjcellhd	raster/r.in.gridatb/adjcellhd.c	/^int adjcellhd(struct Cell_head *cellhd)$/;"	f
adjcellhd	raster/r.out.gridatb/adjcellhd.c	/^int adjcellhd(struct Cell_head *cellhd)$/;"	f
adjface	vector/v.hull/chull.c	/^    tFace adjface[2];$/;"	m	struct:tEdgeStructure	file:
adjust	lib/gis/put_row.c	/^static int adjust(int fd, int *col, int *n)$/;"	f	file:
adjust_lat	lib/gis/geodesic.c	/^static int adjust_lat(double *lat)$/;"	f	file:
adjust_lat	lib/gis/rhumbline.c	/^static int adjust_lat(double *lat)$/;"	f	file:
adjust_line	ps/ps.map/vect.c	/^void adjust_line(struct line_pnts *Points)$/;"	f
adjust_lon	lib/gis/geodesic.c	/^static int adjust_lon(double *lon)$/;"	f	file:
adjust_region	imagery/i.atcorr/main.cpp	/^static void adjust_region (char *name, const char *mapset)$/;"	f	file:
adjust_tolerance	vector/v.buffer2/main.c	/^int adjust_tolerance(double *tolerance)$/;"	f
adjust_window	general/g.region/adjust.c	/^adjust_window(struct Cell_head *window, int row_flag, int col_flag,$/;"	f
advance_band3	raster/r.drain/tinf.c	/^int advance_band3(int fh, struct band3 *bnd)$/;"	f
advance_band3	raster/r.fill.dir/tinf.c	/^int advance_band3(int fh, struct band3 *bnd)$/;"	f
adx	lib/rst/interp_float/interpf.h	/^    DCELL *az, *adx, *ady, *adxx, *adyy, *adxy;	\/* array for interpolated values *\/$/;"	m	struct:interp_params
adx	raster/r.resamp.rst/main.c	/^double \/* datgr *\/ *az, *adx, *ady, *adxx, *adyy, *adxy;$/;"	v
adx	vector/v.surf.rst/main.c	/^double *az = NULL, *adx = NULL, *ady = NULL, *adxx = NULL, *adyy = NULL,$/;"	v
adx	vector/v.vol.rst/main.c	/^double *az, *adx, *ady, *adxx, *adyy, *adxy, *adz, *adxz, *adyz, *adzz;$/;"	v
adxx	lib/rst/interp_float/interpf.h	/^    DCELL *az, *adx, *ady, *adxx, *adyy, *adxy;	\/* array for interpolated values *\/$/;"	m	struct:interp_params
adxx	raster/r.resamp.rst/main.c	/^double \/* datgr *\/ *az, *adx, *ady, *adxx, *adyy, *adxy;$/;"	v
adxx	vector/v.surf.rst/main.c	/^double *az = NULL, *adx = NULL, *ady = NULL, *adxx = NULL, *adyy = NULL,$/;"	v
adxx	vector/v.vol.rst/main.c	/^double *az, *adx, *ady, *adxx, *adyy, *adxy, *adz, *adxz, *adyz, *adzz;$/;"	v
adxy	lib/rst/interp_float/interpf.h	/^    DCELL *az, *adx, *ady, *adxx, *adyy, *adxy;	\/* array for interpolated values *\/$/;"	m	struct:interp_params
adxy	raster/r.resamp.rst/main.c	/^double \/* datgr *\/ *az, *adx, *ady, *adxx, *adyy, *adxy;$/;"	v
adxy	vector/v.surf.rst/main.c	/^    *adxy = NULL;$/;"	v
adxy	vector/v.vol.rst/main.c	/^double *az, *adx, *ady, *adxx, *adyy, *adxy, *adz, *adxz, *adyz, *adzz;$/;"	v
adxz	vector/v.vol.rst/main.c	/^double *az, *adx, *ady, *adxx, *adyy, *adxy, *adz, *adxz, *adyz, *adzz;$/;"	v
ady	lib/rst/interp_float/interpf.h	/^    DCELL *az, *adx, *ady, *adxx, *adyy, *adxy;	\/* array for interpolated values *\/$/;"	m	struct:interp_params
ady	raster/r.resamp.rst/main.c	/^double \/* datgr *\/ *az, *adx, *ady, *adxx, *adyy, *adxy;$/;"	v
ady	vector/v.surf.rst/main.c	/^double *az = NULL, *adx = NULL, *ady = NULL, *adxx = NULL, *adyy = NULL,$/;"	v
ady	vector/v.vol.rst/main.c	/^double *az, *adx, *ady, *adxx, *adyy, *adxy, *adz, *adxz, *adyz, *adzz;$/;"	v
adyy	lib/rst/interp_float/interpf.h	/^    DCELL *az, *adx, *ady, *adxx, *adyy, *adxy;	\/* array for interpolated values *\/$/;"	m	struct:interp_params
adyy	raster/r.resamp.rst/main.c	/^double \/* datgr *\/ *az, *adx, *ady, *adxx, *adyy, *adxy;$/;"	v
adyy	vector/v.surf.rst/main.c	/^double *az = NULL, *adx = NULL, *ady = NULL, *adxx = NULL, *adyy = NULL,$/;"	v
adyy	vector/v.vol.rst/main.c	/^double *az, *adx, *ady, *adxx, *adyy, *adxy, *adz, *adxz, *adyz, *adzz;$/;"	v
adyz	vector/v.vol.rst/main.c	/^double *az, *adx, *ady, *adxx, *adyy, *adxy, *adz, *adxz, *adyz, *adzz;$/;"	v
adz	vector/v.vol.rst/main.c	/^double *az, *adx, *ady, *adxx, *adyy, *adxy, *adz, *adxz, *adyz, *adzz;$/;"	v
adzz	vector/v.vol.rst/main.c	/^double *az, *adx, *ady, *adxx, *adyy, *adxy, *adz, *adxz, *adyz, *adzz;$/;"	v
aero	imagery/i.atcorr/6s.cpp	/^static AerosolModel aero;$/;"	v	file:
aerocon	imagery/i.atcorr/6s.cpp	/^static AerosolConcentration aerocon;$/;"	v	file:
aeroso	imagery/i.atcorr/AerosolModel.cpp	/^void AerosolModel::aeroso(const float xmud)$/;"	f	class:AerosolModel
af	vector/v.mapcalc/any.c	/^static ANYFUNC af[] = {$/;"	v	file:
affinity_type	db/drivers/sqlite/describe.c	/^static int affinity_type(const char *declared)$/;"	f	file:
ag	include/nviz.h	/^    float ar, ag, ab;		\/* ambient rgb *\/$/;"	m	struct:__anon289
ag	visualization/nviz/src/interface.h	/^    float ar, ag, ab;		\/* ambient rgb *\/$/;"	m	struct:__anon100
age	include/rowio.h	/^	int age;		\/* for order of access *\/$/;"	m	struct:__anon271::ROWIO_RCB
age	include/segment.h	/^	int age;		\/* for order of access *\/$/;"	m	struct:__anon280::SEGMENT_SCB
aglCtx	visualization/nviz/src/togl.c	/^    AGLContext aglCtx;$/;"	m	struct:Togl	file:
aid	raster/r.li/r.li.daemon/ipc.h	/^    int aid;$/;"	m	struct:fields_area
aid	raster/r.li/r.li.daemon/ipc.h	/^    int aid;$/;"	m	struct:fields_done
aid	raster/r.li/r.li.daemon/ipc.h	/^    int aid;$/;"	m	struct:fields_error
aid	raster/r.li/r.li.daemon/ipc.h	/^    int aid;$/;"	m	struct:fields_maskedarea
ainr	imagery/i.atcorr/Transform.h	/^    float ainr[2][3];$/;"	m	struct:TransformInput
aip_check_invert	visualization/nviz/scripts/attIsosurfPopup.tcl	/^proc aip_check_invert {id att} {$/;"	p
aip_get_colorconst	visualization/nviz/scripts/attIsosurfPopup.tcl	/^proc aip_get_colorconst {} {$/;"	p
aip_get_rasterfile	visualization/nviz/scripts/attIsosurfPopup.tcl	/^proc aip_get_rasterfile {att} {$/;"	p
aip_remove_mask	visualization/nviz/scripts/attIsosurfPopup.tcl	/^proc aip_remove_mask {} {$/;"	p
aip_show_newconst	visualization/nviz/scripts/attIsosurfPopup.tcl	/^proc aip_show_newconst {att} {$/;"	p
aip_show_slideconst	visualization/nviz/scripts/attIsosurfPopup.tcl	/^proc aip_show_slideconst {att} {$/;"	p
al	lib/gis/geodist.c	/^static double al;$/;"	v	file:
al	lib/gpde/N_solute_transport.h	/^    double al, at;		\/*dispersivity length longditudinal and transversal *\/$/;"	m	struct:__anon44
al	lib/gpde/N_solute_transport.h	/^    double al, at;		\/*dispersivity length longditudinal and transversal *\/$/;"	m	struct:__anon45
al	raster/r.surf.idw/dist.c	/^static double al;$/;"	v	file:
al_max	raster/r.sun/main.c	/^double li_max = 0., li_min = 100., al_max = 0., al_min = 1.0, la_max = -90.,$/;"	v
al_max	raster/r.sun2/main.c	/^double li_max = 0., li_min = 100., al_max = 0., al_min = 1.0, la_max = -90.,$/;"	v
al_min	raster/r.sun/main.c	/^double li_max = 0., li_min = 100., al_max = 0., al_min = 1.0, la_max = -90.,$/;"	v
al_min	raster/r.sun2/main.c	/^double li_max = 0., li_min = 100., al_max = 0., al_min = 1.0, la_max = -90.,$/;"	v
alarm	imagery/i.class/defs.h	/^    int alarm;$/;"	m	struct:signalflag
alb	raster/r.sun/main.c	/^double length, zmult = 1.0, c, declin, linke, alb, step;$/;"	v
alb	raster/r.sun2/sunradstruct.h	/^    double alb;$/;"	m	struct:SolarRadVar
albedo	raster/r.sun/main.c	/^char *albedo = NULL;$/;"	v
albedo	raster/r.sun2/main.c	/^const char *albedo = NULL;$/;"	v
alias	general/g.mlist/global.h	/^    char *alias;		\/* element alias *\/$/;"	m	struct:list
alias	general/g.mremove/global.h	/^    char *alias;		\/* element alias *\/$/;"	m	struct:list
alias	general/manage/list.h	/^    char *alias;		\/* element alias *\/$/;"	m	struct:list
alias	raster/r.cost/stash.h	/^    char *alias;$/;"	m	struct:variables
alias	raster/r.walk/stash.h	/^    char *alias;$/;"	m	struct:variables
alias	raster/wildfire/r.spreadpath/stash.h	/^    char *alias;$/;"	m	struct:variables
align	display/d.text.new/test.pl	/^sub align{$/;"	s
align_wind	raster/r.recode/global.h	/^int in_fd, out_fd, no_mask, align_wind, make_dcell, nrules, rule_size;$/;"	v
alive	db/drivers/dbf/globals.h	/^    int alive;$/;"	m	struct:__anon13
alive	db/drivers/dbf/globals.h	/^    int alive;$/;"	m	struct:__anon14
all	raster/r.le/r.le.trace/r.le.trace.h	/^    int all;$/;"	m	struct:CHOICE
all_scales	display/d.barscale/draw_scale.c	/^} all_scales[2][NUMSCALES] = {$/;"	v	typeref:struct:scale	file:
all_set_drawmode	visualization/nviz/scripts/panel_vol.tcl	/^proc all_set_drawmode {viztype shadestyle} {$/;"	p
all_set_res	visualization/nviz/scripts/panel_vol.tcl	/^proc all_set_res {viztype res} {$/;"	p
all_zero	lib/cluster/c_point.c	/^static int all_zero(struct Cluster *C, int i)$/;"	f	file:
alloc	include/dbmi.h	/^    int alloc;			\/* size of allocated array *\/$/;"	m	struct:__anon279
alloc	include/dbmi.h	/^    int alloc;$/;"	m	struct:__anon278
alloc	include/symbol.h	/^	    int count, alloc;$/;"	m	struct:__anon282::__anon283::__anon284
alloc	include/symbol.h	/^    int count, alloc;		\/* number of elements *\/$/;"	m	struct:__anon286
alloc	include/symbol.h	/^    int count, alloc;		\/* number of rings *\/$/;"	m	struct:__anon287
alloc	include/symbol.h	/^    int count, alloc;		\/* numer of parts *\/$/;"	m	struct:__anon288
alloc	include/vect/dig_structs.h	/^    long alloc;			\/* allocated space *\/$/;"	m	struct:gvfile
alloc	ps/ps.map/vector.h	/^    int alloc;			\/* allocated space *\/$/;"	m	struct:vector
alloc	raster/r.terraflow/common.cc	/^LargeMemory::alloc(size_t leng) {$/;"	f	class:LargeMemory
alloc_Stats	vector/lidar/v.surf.bspline/crosscorr.c	/^struct Stats alloc_Stats(int n)$/;"	f
alloc_areas	include/vect/dig_structs.h	/^    plus_t alloc_areas;		\/* # of areas we have alloc'ed space for *\/$/;"	m	struct:Plus_head
alloc_areas_bufs	raster/r.to.vect/areas.c	/^int alloc_areas_bufs(int size)$/;"	f
alloc_buffers	display/drivers/XDRIVER/Raster.c	/^static void alloc_buffers(void)$/;"	f	file:
alloc_buffers	lib/pngdriver/Raster.c	/^static void alloc_buffers(void)$/;"	f	file:
alloc_cats	include/vect/dig_structs.h	/^    int alloc_cats;		\/* allocated space *\/$/;"	m	struct:line_cats
alloc_cursor	db/drivers/dbf/cursor.c	/^cursor *alloc_cursor()$/;"	f
alloc_cursor	db/drivers/mysql/cursor.c	/^cursor *alloc_cursor()$/;"	f
alloc_cursor	db/drivers/odbc/cursor.c	/^cursor *alloc_cursor()$/;"	f
alloc_cursor	db/drivers/ogr/cursor.c	/^cursor *alloc_cursor()$/;"	f
alloc_cursor	db/drivers/postgres/cursor.c	/^cursor *alloc_cursor(void)$/;"	f
alloc_cursor	db/drivers/sqlite/cursor.c	/^cursor *alloc_cursor()$/;"	f
alloc_edges	include/vect/dig_structs.h	/^    plus_t alloc_edges;$/;"	m	struct:Plus_head
alloc_edges	vector/v.delaunay2/memory.c	/^void alloc_edges(unsigned int n)$/;"	f
alloc_equal_val_array	raster3d/r3.stats/main.c	/^equal_val_array *alloc_equal_val_array(int count)$/;"	f
alloc_fields	include/vect/dig_structs.h	/^    int alloc_fields, n_fields;$/;"	m	struct:dblinks
alloc_float	lib/display/draw2.c	/^static void alloc_float(int n)$/;"	f	file:
alloc_holes	include/vect/dig_structs.h	/^    plus_t alloc_holes;$/;"	m	struct:Plus_head
alloc_index	lib/gis/window_map.c	22;"	d	file:
alloc_int	lib/display/draw2.c	/^static void alloc_int(int n)$/;"	f	file:
alloc_isles	include/vect/dig_structs.h	/^    plus_t alloc_isles;		\/* # of isles we have alloc'ed space for *\/$/;"	m	struct:Plus_head
alloc_isles	include/vect/dig_structs.h	/^    plus_t alloc_isles;$/;"	m	struct:P_area
alloc_lines	include/vect/dig_structs.h	/^    plus_t alloc_lines;		\/* # of lines we have alloc'ed space for *\/$/;"	m	struct:Plus_head
alloc_lines	include/vect/dig_structs.h	/^    plus_t alloc_lines;$/;"	m	struct:P_area
alloc_lines	include/vect/dig_structs.h	/^    plus_t alloc_lines;$/;"	m	struct:P_isle
alloc_lines	include/vect/dig_structs.h	/^    plus_t alloc_lines;$/;"	m	struct:P_node
alloc_lines_bufs	raster/r.to.vect/lines.c	/^int alloc_lines_bufs(int size)$/;"	f
alloc_matrix	lib/imagery/sigset.c	/^static double **alloc_matrix(int rows, int cols)$/;"	f	file:
alloc_memory	vector/v.delaunay2/memory.c	/^void alloc_memory(unsigned int n)$/;"	f
alloc_nodes	include/vect/dig_structs.h	/^    plus_t alloc_nodes;		\/* # of nodes we have alloc'ed space for $/;"	m	struct:Plus_head
alloc_options	lib/proj/get_proj.c	/^static void alloc_options(char *buffa)$/;"	f	file:
alloc_picture	lib/ogsf/gsd_img_mpeg.c	/^static AVFrame *alloc_picture(int pix_fmt, int width, int height)$/;"	f	file:
alloc_points	include/vect/dig_structs.h	/^    int alloc_points;$/;"	m	struct:line_pnts
alloc_ranges	include/vect/dig_structs.h	/^    int alloc_ranges;		\/* allocated space *\/$/;"	m	struct:cat_list
alloc_sites	vector/v.delaunay2/memory.c	/^void alloc_sites(unsigned int n)$/;"	f
alloc_slice_buff	lib/ogsf/gvl_file.c	/^int alloc_slice_buff(geovol_file * vf)$/;"	f
alloc_uplines	include/vect/dig_structs.h	/^    int alloc_uplines;		\/* allocated array *\/$/;"	m	struct:Plus_head
alloc_upnodes	include/vect/dig_structs.h	/^    int alloc_upnodes;		\/* allocated array *\/$/;"	m	struct:Plus_head
alloc_values	include/vect/dig_structs.h	/^    int alloc_values;		\/* allocated space *\/$/;"	m	struct:ilist
alloc_vol_buff	lib/ogsf/gvl_file.c	/^int alloc_vol_buff(geovol_file * vf)$/;"	f
alloc_volumes	include/vect/dig_structs.h	/^    plus_t alloc_volumes;$/;"	m	struct:Plus_head
alloc_ximage	display/drivers/XDRIVER/Raster.c	/^static void alloc_ximage(void)$/;"	f	file:
alloc_xpoints	display/drivers/XDRIVER/alloc.c	/^XPoint *alloc_xpoints(int count)$/;"	f
allocate	raster/r.cost/memory.c	/^int allocate()$/;"	f
allocate	raster/r.mapcalc/expression.c	/^static expression *allocate(int type, int res_type)$/;"	f	file:
allocate	raster/r.walk/memory.c	/^int allocate(void)$/;"	f
allocateHeap	include/iostream/minmaxheap.h	/^BasicMinMaxHeap<T>::allocateHeap(HeapIndex n) {$/;"	f	class:BasicMinMaxHeap
allocate_buf	raster/r.mapcalc/evaluate.c	/^static void allocate_buf(expression * e)$/;"	f	file:
allocate_bufs	raster/r.neighbors/bufs.c	/^int allocate_bufs(void)$/;"	f
allocate_compress_buf	lib/gis/opencell.c	/^static int allocate_compress_buf(int fd)$/;"	f	file:
allocate_heap	raster/r.flow/mem.c	/^void allocate_heap(void)$/;"	f
allocate_values	raster/r.stats/stats.c	/^int allocate_values(void)$/;"	f
allocated	lib/vector/Vlib/dgraph.c	/^    int allocated;$/;"	m	struct:seg_intersection_list	file:
allocatedRows	lib/form/form.c	/^static int allocatedRows = 0;	\/* allocated space *\/$/;"	v	file:
allocatedRows	vector/v.digit/form.c	/^static int allocatedRows = 0;	\/* allocated space *\/$/;"	v	file:
alloced	include/linkm.h	/^    int alloced;		\/* size of ptr_array *\/$/;"	m	struct:link_head
allowNegNum	include/shhopt.h	/^	unsigned char allowNegNum;	\/* boolean *\/$/;"	m	struct:__anon247
almost_equal	lib/vector/Vlib/e_intersect.c	/^int almost_equal(double a, double b, int bits)$/;"	f
alnfac	lib/cdhc/as177.c	/^static double alnfac(int j)$/;"	f	file:
alnorm	lib/cdhc/as66.c	/^double alnorm(double x, int upper)$/;"	f
along	lib/vector/Vlib/snap.c	/^    double along;$/;"	m	struct:__anon78	file:
alpha_dec_max	imagery/i.smap/bouman/interp.c	/^static double alpha_dec_max(double ***N)$/;"	f	file:
alpha_max	imagery/i.smap/bouman/alpha_max.c	/^void alpha_max(double ***N,	\/* Transition probability statistics; N2[2][3][2] *\/$/;"	f
alphat	vector/v.vol.rst/userglobs.h	/^double \/* PRISP *\/ fi, rsm, fstar2, alphat, betat;$/;"	v
alt	imagery/i.atcorr/6s.cpp	/^static Altitude alt;$/;"	v	file:
alt	raster/r.watershed/ram/Gwater.h	/^GLOBAL CELL *dis, *alt, *wat, *asp, *bas, *haf, *r_h, *dep;$/;"	v
alt	raster/r.watershed/seg/Gwater.h	/^GLOBAL CSEG dis, alt, wat, asp, bas, haf, r_h, dep;$/;"	v
alt_seg	raster/r.watershed/ram/Gwater.h	/^GLOBAL RAMSEG dis_seg, alt_seg, wat_seg, asp_seg, bas_seg, haf_seg;$/;"	v
alts	imagery/i.atcorr/main.cpp	/^    float alts[MAX_TIs];$/;"	m	class:TICache	file:
am_inside	lib/driver/text2.c	/^static int am_inside;$/;"	v	file:
amass	raster/r.sunmask/solpos00.c	/^static void amass(struct posdata *pdat)$/;"	f	file:
amass	raster/r.sunmask/solpos00.h	/^    float amass;		\/* O:  S_AMASS    Relative optical airmass *\/$/;"	m	struct:posdata
amax1	lib/rst/interp_float/minmax.c	/^double amax1(double arg1, double arg2)$/;"	f
amax1	raster/r.horizon/main.c	/^double amax1(arg1, arg2)$/;"	f
amax1	raster/simwe/simlib/input.c	/^double amax1(double arg1, double arg2)$/;"	f
amax1	vector/v.vol.rst/user4.c	/^double amax1(double arg1, double arg2)$/;"	f
ambient	include/gis.h	/^    float ambient;$/;"	m	struct:G_3dview
ambient	include/gstypes.h	/^    float ambient[3];		\/* R, G, B *\/$/;"	m	struct:lightdefs
ambient	swig/perl/gis.h	/^    float ambient;$/;"	m	struct:G_3dview
ami_single_temp_name	lib/iostream/ami_stream.cc	/^ami_single_temp_name(const std::string& base, char* tmp_path) {$/;"	f
ami_str_error	lib/iostream/ami_stream.cc	/^char *ami_str_error[] = {$/;"	v
amin1	lib/rst/interp_float/minmax.c	/^double amin1(double arg1, double arg2)$/;"	f
amin1	raster/r.horizon/main.c	/^double amin1(arg1, arg2)$/;"	f
amin1	raster/simwe/simlib/input.c	/^double amin1(double arg1, double arg2)$/;"	f
amin1	vector/v.vol.rst/user4.c	/^double amin1(double arg1, double arg2)$/;"	f
ampress	raster/r.sunmask/solpos00.h	/^    float ampress;		\/* O:  S_AMASS    Pressure-corrected airmass *\/$/;"	m	struct:posdata
analyze	general/g.transform/main.c	/^static void analyze(void)$/;"	f	file:
analyze	imagery/i.ortho.photo/photo.2image/analyze.c	/^int analyze(void)$/;"	f
analyze	imagery/i.ortho.photo/photo.2target/analyze.c	/^int analyze(void)$/;"	f
analyze	imagery/i.points/analyze.c	/^int analyze(void)$/;"	f
analyze	imagery/i.vpoints/analyze.c	/^int analyze(void)$/;"	f
analyze_sig	imagery/i.class/analyze_sig.c	/^int analyze_sig(void)$/;"	f
anchor	lib/vector/Vlib/snap.c	/^    int anchor;			\/* 0 - anchor, do not snap this point, that means snap others to this *\/$/;"	m	struct:__anon77	file:
anchor	lib/vector/Vlib/snap.c	/^    int anchor;$/;"	m	struct:__anon78	file:
anderson_darling	lib/cdhc/andrsndn.c	/^double *anderson_darling(double *x, int n)$/;"	f
anderson_darling_exp	lib/cdhc/andrsnde.c	/^double *anderson_darling_exp(double *x, int n)$/;"	f
angle	raster/r.horizon/main.c	/^double h0, tanh0, angle;$/;"	v
angle	raster/r.sun/main.c	/^double lum_p, sunrise_time, sunset_time, h0, tanh0, A0, angle;$/;"	v
angle	raster/wildfire/r.spread/cell_ptrHa.h	/^    float angle;$/;"	m	struct:cell_ptrHa
angle	raster/wildfire/r.spread/costHa.h	/^    float min_cost, angle;$/;"	m	struct:costHa
angle	vector/v.mkgrid/grid_structs.h	/^    double angle;$/;"	m	struct:grid_description
angles	include/vect/dig_structs.h	/^    float *angles;		\/* Respected angles. Angles for lines\/boundaries are in radians between$/;"	m	struct:P_node
angles	lib/vector/Vlib/dgraph.h	/^    double *angles; \/* precalculated angles with Ox *\/$/;"	m	struct:pg_vertex
angmu	imagery/i.atcorr/Gauss.h	/^	static float angmu[10];$/;"	m	struct:Gauss
angmu	imagery/i.atcorr/gauss.cpp	/^float Gauss::angmu[10] = { 85.f, 80.f, 70.f, 60.f, 50.f, 40.f, 30.f, 20.f, 10.f, 0.f };$/;"	m	class:Gauss	file:
angphi	imagery/i.atcorr/Gauss.h	/^	static float angphi[13];$/;"	m	struct:Gauss
angphi	imagery/i.atcorr/gauss.cpp	/^float Gauss::angphi[13] = { 0.f, 30.f, 60.f, 90.f, 120.f, 150.f, 180.f, 210.f, 240.f, 270.f, 300.f, 330.f, 360.f };$/;"	m	class:Gauss	file:
angular_loss_denom	raster/r.sun2/rsunlib.c	/^double angular_loss_denom;$/;"	v
angular_tolerance	lib/vector/Vlib/buffer2.c	/^static double angular_tolerance(double tol, double da, double db)$/;"	f	file:
animAddKey	visualization/nviz/scripts/panel_animation.tcl	/^proc animAddKey { BASE } {$/;"	p
animChangeNumFrames	visualization/nviz/scripts/panel_animation.tcl	/^proc animChangeNumFrames { BASE } {$/;"	p
animChangeTension	visualization/nviz/scripts/panel_animation.tcl	/^proc animChangeTension { val } {$/;"	p
animClearAllKeys	visualization/nviz/scripts/panel_animation.tcl	/^proc animClearAllKeys { BASE } {$/;"	p
animFixEndpoints	visualization/nviz/scripts/panel_animation.tcl	/^proc animFixEndpoints { BASE } {$/;"	p
animFrameToPos	visualization/nviz/scripts/panel_animation.tcl	/^proc animFrameToPos { frame } {$/;"	p
animGenTag	visualization/nviz/scripts/panel_animation.tcl	/^proc animGenTag {} {$/;"	p
animPosToFrame	visualization/nviz/scripts/panel_animation.tcl	/^proc animPosToFrame { pos } {$/;"	p
animRunAndSave	visualization/nviz/scripts/panel_animation.tcl	/^proc animRunAndSave { BASE } {$/;"	p
animRunAnimation	visualization/nviz/scripts/panel_animation.tcl	/^proc animRunAnimation { BASE } {$/;"	p
animSaveFrame	visualization/nviz/scripts/panel_animation.tcl	/^proc animSaveFrame { fnum } {$/;"	p
animStepBackward	visualization/nviz/scripts/panel_animation.tcl	/^proc animStepBackward { BASE } {$/;"	p
animStepForward	visualization/nviz/scripts/panel_animation.tcl	/^proc animStepForward { BASE } {$/;"	p
ans_rec	include/vask.h	/^struct ans_rec$/;"	s
answer	include/gis.h	/^    char *answer;		\/* Option answer                    *\/$/;"	m	struct:Option
answer	include/gis.h	/^    char answer;		\/* Stores flag state: 0\/1           *\/$/;"	m	struct:Flag
answer	swig/perl/gis.h	/^    char *answer;		\/* Option answer                    *\/$/;"	m	struct:Option
answer	swig/perl/gis.h	/^    char answer;		\/* Stores flag state: 0\/1           *\/$/;"	m	struct:Flag
answers	include/gis.h	/^    char **answers;		\/* Option answers (for multiple=YES) *\/$/;"	m	struct:Option
answers	swig/perl/gis.h	/^    char **answers;		\/* Option answers (for multiple=YES) *\/$/;"	m	struct:Option
any	general/g.mlist/main.c	/^static int any;$/;"	v	file:
any	vector/v.mapcalc/any.h	/^    void *any;$/;"	m	struct:Any
anyexp	vector/v.mapcalc/v.mapcalc.y	/^anyexp:   ANYVAR			{ $$ = $1; }$/;"	l
anyfunc	vector/v.mapcalc/any.c	/^SYMBOL *anyfunc(SYMBOL * func, SYMBOL * arglist)$/;"	f
ap_check_invert	visualization/nviz/scripts/attPopup.tcl	/^proc ap_check_invert {att} {$/;"	p
ap_get_colorconst	visualization/nviz/scripts/attPopup.tcl	/^proc ap_get_colorconst {} {$/;"	p
ap_get_colorfile	visualization/nviz/scripts/attPopup.tcl	/^proc ap_get_colorfile {} {$/;"	p
ap_get_rasterfile	visualization/nviz/scripts/attPopup.tcl	/^proc ap_get_rasterfile {att} {$/;"	p
ap_get_topofile	visualization/nviz/scripts/attPopup.tcl	/^proc ap_get_topofile {} {$/;"	p
ap_remove_mask	visualization/nviz/scripts/attPopup.tcl	/^proc ap_remove_mask {} {$/;"	p
ap_show_newconst	visualization/nviz/scripts/attPopup.tcl	/^proc ap_show_newconst {att} {$/;"	p
ap_show_slideconst	visualization/nviz/scripts/attPopup.tcl	/^proc ap_show_slideconst {att} {$/;"	p
appBusy	visualization/nviz/scripts/extra_bindings.tcl	/^proc appBusy {} {$/;"	p
appNotBusy	visualization/nviz/scripts/extra_bindings.tcl	/^proc appNotBusy {} {$/;"	p
append	ps/ps.map/do_header.c	/^static int append(char c, char *buf)$/;"	f	file:
append	raster/r.kappa/mask.c	/^static char *append(char *results, char *text)$/;"	f	file:
append	raster/r.report/maskinfo.c	/^static char *append(char *results, char *text)$/;"	f	file:
append_error	db/drivers/dbf/error.c	/^void append_error(const char *fmt, ...)$/;"	f
append_error	db/drivers/mysql/error.c	/^void append_error(const char *msg)$/;"	f
append_error	db/drivers/ogr/error.c	/^void append_error(const char *fmt, ...)$/;"	f
append_error	db/drivers/postgres/error.c	/^void append_error(const char *msg)$/;"	f
append_error	db/drivers/sqlite/error.c	/^void append_error(const char *msg)$/;"	f
append_item	lib/driver/pad.c	/^int append_item(PAD * pad, const char *name, const char *value, int replace)$/;"	f
append_mapset	general/g.mapsets/main.c	/^static void append_mapset(char **path, const char *mapset)$/;"	f	file:
apply	ps/ps.map/do_header.c	/^static int apply(char *buf, char *fmt, char *text)$/;"	f	file:
apply_filter	raster/r.mfilter.fp/apply.c	/^DCELL apply_filter(FILTER * filter, DCELL ** input)$/;"	f
apply_filter	raster/r.mfilter/apply.c	/^CELL apply_filter(FILTER * filter, CELL ** input)$/;"	f
apsSubNode	lib/external/shapelib/shapefil.h	/^    struct shape_tree_node *apsSubNode[MAX_SUBNODE];$/;"	m	struct:shape_tree_node	typeref:struct:shape_tree_node::shape_tree_node
aqcats	vector/v.to.db/global.h	/^    int aqcats;			\/* number of allocated query cats *\/$/;"	m	struct:__anon200
ar	include/nviz.h	/^    float ar, ag, ab;		\/* ambient rgb *\/$/;"	m	struct:__anon289
ar	visualization/nviz/src/interface.h	/^    float ar, ag, ab;		\/* ambient rgb *\/$/;"	m	struct:__anon100
ar_f	raster/r.water.outlet/basin.h	/^GLOBAL char *drain_ptrs, ha_f, el_f, ar_f;$/;"	v
ar_file_in	raster/r.watershed/shed/file_in.c	/^int ar_file_in(char *file_name, OUTPUT * output)$/;"	f
arc	include/symbol.h	/^	} arc;$/;"	m	union:__anon282::__anon283	typeref:struct:__anon282::__anon283::__anon285
area	gui/wxpython/vdigit/driver.h	/^	symbol area;$/;"	m	struct:DisplayDriver::_settings
area	imagery/i.class/defs.h	/^    } area;$/;"	m	struct:region	typeref:struct:region::__anon206
area	include/dlg.h	/^    struct dlg_area area;$/;"	m	struct:dlg	typeref:struct:dlg::dlg_area
area	include/vect/dig_structs.h	/^    plus_t area;		\/* area it exists w\/in, if any *\/$/;"	m	struct:P_isle
area	lib/gpde/N_pde.h	/^    double *area;		\/* the vector of area values for non-planimetric projection for each row *\/$/;"	m	struct:__anon48
area	lib/vector/rtree/split_q.h	/^    RectReal area[2];$/;"	m	struct:PartitionVars
area	raster/r.coin/coin.h	/^    double area;$/;"	m	struct:stats_table
area	raster/r.le/r.le.patch/patch.h	/^    double area, perim, long_axis;$/;"	m	struct:patch
area	raster/r.le/r.le.trace/r.le.trace.h	/^    double area, perim, long_axis;$/;"	m	struct:patch
area	raster/r.median/stats.h	/^    double *area;$/;"	m	struct:stats
area	raster/r.report/global.h	/^    double area;$/;"	m	struct:_gstats_
area	raster/r.statistics/method.h	/^    double *area;$/;"	m	struct:stats
area	raster/r.stats/stats.c	/^    double area;$/;"	m	struct:Node	file:
area_alloc	include/dig_atts.h	/^    int area_alloc;$/;"	m	struct:atts_index
area_alloc	include/dlg.h	/^    int area_alloc;$/;"	m	struct:dlg
area_area	vector/v.overlay/area_area.c	/^int area_area(struct Map_info *In, int *field, struct Map_info *Out,$/;"	f
area_des	raster/r.li/r.li.daemon/daemon.h	/^typedef struct area_entry *area_des;$/;"	t	typeref:struct:area_entry
area_entry	raster/r.li/r.li.daemon/daemon.h	/^struct area_entry$/;"	s
area_in_buffer	vector/v.buffer/main.c	/^int area_in_buffer(struct Map_info *In, struct Map_info *Out,$/;"	f
area_list	include/dlg.h	/^    int area_list;$/;"	m	struct:dlg_cats
area_num	raster/r.to.vect/areas.c	/^static int n_areas, area_num, n_equiv, tl_area;$/;"	v	file:
area_off	include/dig_atts.h	/^    long *area_off;$/;"	m	struct:atts_index
area_off	include/dlg.h	/^    long *area_off;$/;"	m	struct:dlg
area_sum	raster/r.report/sums.c	/^double area_sum(int *ns, int nl)$/;"	f
area_table	raster/r.to.vect/global.h	/^struct area_table$/;"	s
areas_new_cats_match	vector/v.extract/extract.c	/^int areas_new_cats_match(struct Map_info *In, int area1, int area2,$/;"	f
arg	include/shhopt.h	/^	void *arg;		\/* pointer to variable to fill with argument,$/;"	m	struct:__anon246
arg	vector/v.mapcalc/v.mapcalc.y	/^arg:	  STRING			{ $$ = $1; $$->type = st_arg; }$/;"	l
argapp	vector/v.mapcalc/mapcalc.c	/^SYMBOL *argapp(SYMBOL * head, SYMBOL * arg)$/;"	f
argc	raster/r.mapcalc/expression.h	/^    int argc;$/;"	m	struct:expr_data_func
arglst	vector/v.mapcalc/v.mapcalc.y	/^arglst:  \/* empty *\/			{ $$ = NULL; }$/;"	l
args	lib/gis/spawn.c	/^static const char *args[MAX_ARGS];$/;"	v	file:
args	raster/r.mapcalc/expression.h	/^    struct expression **args;$/;"	m	struct:expr_data_func	typeref:struct:expr_data_func::expression
args_surface	visualization/nviz2/cmd/args.c	/^void args_surface(struct GParams *params)$/;"	f
args_t	raster/r.mapcalc/expression.h	/^typedef int args_t(int argc, int *argt);$/;"	t
args_viewpoint	visualization/nviz2/cmd/args.c	/^void args_viewpoint(struct GParams *params)$/;"	f
args_vline	visualization/nviz2/cmd/args.c	/^void args_vline(struct GParams *params)$/;"	f
args_volume	visualization/nviz2/cmd/args.c	/^void args_volume(struct GParams *params)$/;"	f
args_vpoint	visualization/nviz2/cmd/args.c	/^void args_vpoint(struct GParams *params)$/;"	f
argt	raster/r.mapcalc/expression.h	/^    int *argt;$/;"	m	struct:expr_data_func
argv	raster/r.mapcalc/expression.h	/^    void **argv;$/;"	m	struct:expr_data_func
arity	include/iostream/embuffer.h	/^  unsigned int arity;$/;"	m	class:em_buffer
arity	include/iostream/replacementHeap.h	/^  size_t arity; \/\/max size$/;"	m	class:ReplacementHeap
arity	include/iostream/replacementHeapBlock.h	/^  size_t arity; \/\/max size$/;"	m	class:ReplacementHeapBlock
arm_fd	raster/r.water.outlet/basin.h	/^GLOBAL FILE *arm_fd, *fp;$/;"	v
arm_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char wat_flag, asp_flag, arm_flag, ril_flag, dep_flag;$/;"	v
arm_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char wat_flag, asp_flag, arm_flag, ril_flag, dep_flag;$/;"	v
arm_name	raster/r.watershed/ram/Gwater.h	/^GLOBAL char wat_name[GNAME_MAX], asp_name[GNAME_MAX], arm_name[GNAME_MAX],$/;"	v
arm_name	raster/r.watershed/seg/Gwater.h	/^GLOBAL char wat_name[GNAME_MAX], asp_name[GNAME_MAX], arm_name[GNAME_MAX],$/;"	v
armsed_name	raster/r.water.outlet/basin.h	/^    half_name[GNAME_MAX], elev_name[GNAME_MAX], armsed_name[GNAME_MAX];$/;"	v
arows	db/drivers/dbf/globals.h	/^    int arows;			\/* allocated rows *\/$/;"	m	struct:__anon14
array	display/d.rgb/main.c	/^    void *array;$/;"	m	struct:band	file:
array	raster/r.composite/main.c	/^    unsigned char *array[3];$/;"	m	struct:band	file:
array	raster/r.out.ppm3/main.c	/^    void *array;$/;"	m	struct:band	file:
array2list	vector/v.mapcalc/list.c	/^LIST *array2list(LIST ** array)$/;"	f
arrayNumInt	raster/r.sun2/main.c	/^int arrayNumInt = 1;$/;"	v
array_size	raster/r.surf.contour/contour.h	/^GLOBAL int array_size;$/;"	v
array_size	raster/r.water.outlet/basin.h	/^GLOBAL int array_size, high_index, do_index;$/;"	v
arraystats_LIBS	swig/python/Makefile	/^arraystats_LIBS = $(ARRAYSTATSLIB)$/;"	m
arrow_360	display/d.rast.arrow/arrow.c	/^static void arrow_360(double theta)$/;"	f	file:
arrow_color	display/d.rast.arrow/arrow.c	/^int map_type, arrow_color, grid_color, x_color, unknown_color;$/;"	v
arrow_e	display/d.rast.arrow/arrow.c	/^static void arrow_e(void)$/;"	f	file:
arrow_layer	display/d.rast.edit/menu.c	/^char arrow_layer[128];$/;"	v
arrow_mag	display/d.rast.arrow/arrow.c	/^static void arrow_mag(double theta, double length)$/;"	f	file:
arrow_map	display/d.rast.edit/menu.c	/^int arrow_map(void)$/;"	f
arrow_n	display/d.rast.arrow/arrow.c	/^static void arrow_n(void)$/;"	f	file:
arrow_ne	display/d.rast.arrow/arrow.c	/^static void arrow_ne(void)$/;"	f	file:
arrow_nw	display/d.rast.arrow/arrow.c	/^static void arrow_nw(void)$/;"	f	file:
arrow_options	display/d.rast.edit/menu.c	/^int arrow_options(void)$/;"	f
arrow_s	display/d.rast.arrow/arrow.c	/^static void arrow_s(void)$/;"	f	file:
arrow_se	display/d.rast.arrow/arrow.c	/^static void arrow_se(void)$/;"	f	file:
arrow_sw	display/d.rast.arrow/arrow.c	/^static void arrow_sw(void)$/;"	f	file:
arrow_w	display/d.rast.arrow/arrow.c	/^static void arrow_w(void)$/;"	f	file:
as	raster/r.flow/r.flow.h	/^layer el, as, ds;		\/* elevation, aspect, density           *\/$/;"	v
as_int	raster/r.report/main.c	/^int nsteps, cat_ranges, as_int;$/;"	v
as_int	raster/r.stats/main.c	/^int nsteps, cat_ranges, raw_output, as_int, averaged;$/;"	v
asaer	imagery/i.atcorr/Interp.h	/^	float asaer;$/;"	m	struct:InterpStruct
asc_to_bin	vector/v.edit/a2b.c	/^int asc_to_bin(FILE * ascii, struct Map_info *Map, struct ilist *List)$/;"	f
asc_to_bin	vector/v.in.ascii/a2b.c	/^int asc_to_bin(FILE * ascii, struct Map_info *Map)$/;"	f
ascending	lib/stats/sort_cell.c	/^static int ascending(const void *aa, const void *bb)$/;"	f	file:
ascent	visualization/nviz/src/tkFont.h	/^    int ascent;			\/* From baseline to top of font. *\/$/;"	m	struct:TkFontMetrics
ascii	doc/vector/vector.html	/^<H2><A NAME="ascii">Vector ASCII Format Specification<\/A><\/H2>$/;"	a
asciiToG3d	raster3d/r3.in.ascii/main.c	/^asciiToG3d(FILE * fp, G3D_Region * region, int convertNull, double nullValue)$/;"	f	file:
ask	general/g.setproj/local_proto.h	/^    int ask;$/;"	m	struct:proj_parm
ask	lib/gis/ask.c	/^static char *ask(const char *prompt,$/;"	f	file:
ask_camera	imagery/i.ortho.photo/libes/ask_camera.c	/^static int ask_camera(char *prompt, char *camera)$/;"	f	file:
ask_datum	general/g.setproj/get_datum.c	/^int ask_datum(char *datum, char *ellps, char *params)$/;"	f
ask_elev	imagery/i.ortho.photo/photo.elev/ask_elev.c	/^int ask_elev(char *group, char *location, char *mapset)$/;"	f
ask_elev_data	imagery/i.ortho.photo/photo.rectify/ask_elev.c	/^int ask_elev_data(void)$/;"	f
ask_file_from_list	imagery/i.ortho.photo/photo.rectify/ask_files2.c	/^int ask_file_from_list(char *name, char *mapset)$/;"	f
ask_files	imagery/i.ortho.photo/photo.rectify/ask_files.c	/^int ask_files(char *groupname)$/;"	f
ask_fips	general/g.setproj/get_stp.c	/^int ask_fips(FILE * fp, int *s, int *c, int *sc)$/;"	f
ask_format	raster/r.support/modhead/ask_format.c	/^int ask_format(char *name, struct Cell_head *cellhd, off_t filesize)$/;"	f
ask_fromto	raster/r.le/r.le.setup/ask_group.c	/^static void ask_fromto(void)$/;"	f	file:
ask_gis_files	imagery/i.ortho.photo/photo.2image/ask.c	/^int ask_gis_files(char *type, char *file, char *xname,$/;"	f
ask_gis_files	imagery/i.ortho.photo/photo.2target/ask.c	/^int ask_gis_files(char *type, char *file,$/;"	f
ask_gis_files	imagery/i.points/ask.c	/^ask_gis_files(char *type, char *file, char *xname, char *xmapset,$/;"	f
ask_gis_files	imagery/i.vpoints/ask.c	/^int ask_gis_files(char *type, char *file, char *xname, char *xmapset,$/;"	f
ask_group	lib/imagery/ask_group.c	/^static int ask_group(char *prompt, char *group)$/;"	f	file:
ask_group	raster/r.le/r.le.setup/ask_group.c	/^int ask_group(char **sel)$/;"	f
ask_in_mapset	general/manage/lib/ask.c	/^char *ask_in_mapset(int n, char *prompt, char *name)$/;"	f
ask_limits	raster/r.le/r.le.setup/ask_group.c	/^static void ask_limits(char *name, char *str)$/;"	f	file:
ask_line_color	imagery/i.vpoints/ask_lineclr.c	/^int ask_line_color(char *colors, int len1, char *xname, int position)$/;"	f
ask_magnification	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^int ask_magnification(int *magnification)$/;"	f
ask_magnification	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^int ask_magnification(int *magnification)$/;"	f
ask_magnification	imagery/i.points/ask_mag.c	/^int ask_magnification(int *magnification)$/;"	f
ask_magnification	imagery/i.vpoints/ask_mag.c	/^int ask_magnification(int *magnification)$/;"	f
ask_new	general/manage/lib/ask.c	/^char *ask_new(int n, char *prompt, char *name)$/;"	f
ask_old	general/manage/lib/ask.c	/^char *ask_old(int n, char *prompt, char *name)$/;"	f
ask_reclass	raster/r.le/r.le.setup/ask_group.c	/^static void ask_reclass(void)$/;"	f	file:
ask_return_msg	lib/gis/ask.c	/^static char *ask_return_msg = 0;$/;"	v	file:
ask_target	imagery/i.ortho.photo/photo.target/ask_target.c	/^int ask_target(char *group, char *location, char *mapset)$/;"	f
ask_transform_coor	vector/v.transform/ask_trans.c	/^int ask_transform_coor(int n_points)$/;"	f
ask_window	imagery/i.ortho.photo/photo.rectify/ask_wind.c	/^int ask_window(struct Cell_head *window)$/;"	f
askfile	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int askfile(void)$/;"	f	file:
askfile	imagery/i.ortho.photo/photo.2image/drawcam.c	/^static int askfile(void)$/;"	f	file:
askfile	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int askfile(void)$/;"	f	file:
askfile	imagery/i.points/analyze.c	/^static int askfile(void)$/;"	f	file:
askfile	imagery/i.vpoints/analyze.c	/^static int askfile(void)$/;"	f	file:
asol	imagery/i.atcorr/GeomCond.h	/^	float asol;$/;"	m	struct:GeomCond
asol	imagery/i.atcorr/Transform.h	/^    float asol;$/;"	m	struct:TransformInput
asol	raster/r.sunmask/global.h	/^GLOBAL float asol, phi0, sun_zenith, sun_azimuth;	\/* from nadir, from north *\/$/;"	v
asp	raster/r.watershed/ram/Gwater.h	/^GLOBAL CELL *dis, *alt, *wat, *asp, *bas, *haf, *r_h, *dep;$/;"	v
asp	raster/r.watershed/seg/Gwater.h	/^GLOBAL CSEG dis, alt, wat, asp, bas, haf, r_h, dep;$/;"	v
asp_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char wat_flag, asp_flag, arm_flag, ril_flag, dep_flag;$/;"	v
asp_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char wat_flag, asp_flag, arm_flag, ril_flag, dep_flag;$/;"	v
asp_name	raster/r.watershed/ram/Gwater.h	/^GLOBAL char wat_name[GNAME_MAX], asp_name[GNAME_MAX], arm_name[GNAME_MAX],$/;"	v
asp_name	raster/r.watershed/seg/Gwater.h	/^GLOBAL char wat_name[GNAME_MAX], asp_name[GNAME_MAX], arm_name[GNAME_MAX],$/;"	v
asp_seg	raster/r.watershed/ram/Gwater.h	/^GLOBAL RAMSEG dis_seg, alt_seg, wat_seg, asp_seg, bas_seg, haf_seg;$/;"	v
aspect	include/gstypes.h	/^    float nearclip, farclip, aspect;$/;"	m	struct:__anon261
aspect	lib/rst/interp_float/interpf.h	/^    char *elev, *slope, *aspect, *pcurv, *tcurv, *mcurv;	\/* output files *\/$/;"	m	struct:interp_params
aspect	raster/r.flow/mem.h	54;"	d
aspect	raster/r.resamp.rst/main.c	/^char *aspect = NULL;$/;"	v
aspect	raster/r.sun/main.c	/^double z_orig, o_orig, slope, aspect, z1, zp;$/;"	v
aspect	raster/r.sun2/sunradstruct.h	/^    double aspect;$/;"	m	struct:SunGeometryVarSlope
aspect	raster/r.sunmask/solpos00.h	/^    float aspect;		\/* I:             Azimuth of panel surface (direction it$/;"	m	struct:posdata
aspect	vector/v.surf.rst/main.c	/^char *aspect = NULL;$/;"	v
aspect1	vector/v.vol.rst/main.c	/^char *aspect1 = NULL;$/;"	v
aspect2	vector/v.vol.rst/main.c	/^char *aspect2 = NULL;$/;"	v
aspect_fly	raster/r.flow/aspect.c	/^DCELL aspect_fly(DCELL * n, DCELL * c, DCELL * s, double d)$/;"	f
aspin	raster/r.flow/r.flow.h	/^    char *aspin;		\/* name of input aspect file            *\/$/;"	m	struct:__anon153
aspin	raster/r.sun/main.c	/^char *aspin;$/;"	v
aspin	raster/r.sun2/main.c	/^const char *aspin;$/;"	v
asray	imagery/i.atcorr/Interp.h	/^	float asray; $/;"	m	struct:InterpStruct
assignDirections	raster/r.terraflow/fill.cc	/^assignDirections(AMI_STREAM<plateauStats> *statstr, $/;"	f
assignDirections	raster/r.terraflow/grid.cc	/^grid::assignDirections(int sfdmode) {$/;"	f	class:grid
assignFinalDirections	raster/r.terraflow/fill.cc	/^assignFinalDirections(AMI_STREAM<plateauStats> *statstr, $/;"	f
assign_area	raster/r.to.vect/areas.c	/^static int assign_area(double cat, int kase)$/;"	f	file:
assoc	visualization/nviz/scripts/assoc.tcl	/^proc assoc { alist key } {$/;"	p
astar_pts	raster/r.watershed/ram/Gwater.h	/^GLOBAL POINT *astar_pts;$/;"	v
astar_pts	raster/r.watershed/seg/Gwater.h	/^GLOBAL SSEG astar_pts;$/;"	v
astot	imagery/i.atcorr/Interp.h	/^	float astot; $/;"	m	struct:InterpStruct
at	lib/gmath/svd.c	/^static double at, bt, ct;$/;"	v	file:
at	lib/gpde/N_solute_transport.h	/^    double al, at;		\/*dispersivity length longditudinal and transversal *\/$/;"	m	struct:__anon44
at	lib/gpde/N_solute_transport.h	/^    double al, at;		\/*dispersivity length longditudinal and transversal *\/$/;"	m	struct:__anon45
at_end	raster/r.to.vect/util.c	/^int at_end(struct COOR *ptr)$/;"	f
at_row	raster/r.in.poly/raster.c	/^static int at_row;$/;"	v	file:
at_row	vector/v.to.rast/raster.c	/^static int at_row;$/;"	v	file:
atables	db/drivers/dbf/globals.h	/^    int atables;		\/* allocated space for tables *\/$/;"	m	struct:__anon15
atan	configure	/^atan()$/;"	f
atan	configure	/^atan();$/;"	f
atanb	raster/r.topidx/topidx.c	/^void atanb(void)$/;"	f
atb	raster/r.topidx/global.h	/^GLOBAL DCELL **atb, **a;$/;"	v
atb	raster/r.topmodel/global.h	/^    double *atb, *Aatb_r;$/;"	m	struct:__anon129
atbuf	lib/driver/command.c	/^static int atbuf;$/;"	v	file:
atbv	raster/r.topidx/global.h	8;"	d
ateof	lib/driver/command.c	/^static int ateof;$/;"	v	file:
atl_link	include/dlg.h	/^    int atl_link;$/;"	m	struct:dlg_cats
atmref	imagery/i.atcorr/computations.cpp	/^void atmref(const float tamoy, const float trmoy, const float pizmoy, $/;"	f
atms	imagery/i.atcorr/6s.cpp	/^static AtmosModel atms;$/;"	v	file:
atn_link	include/dlg.h	/^    int atn_link;$/;"	m	struct:dlg_cats
atom_func	raster/r.mapcalc/mapcalc.y	/^atom_func	: name '(' ')'		{ $$ = function($1, NULL);	}$/;"	l
atom_map	raster/r.mapcalc/mapcalc.y	/^atom_map	: map '[' index ']'	{ $$ = mapname($1,'M',$3,0,0);	}$/;"	l
atom_var	raster/r.mapcalc/mapcalc.y	/^atom_var	: VARSTRING		{ $$ = variable($1);		}$/;"	l
atrans	vector/v.in.dwg/global.h	/^Global int atrans;		\/* number of allocated levels *\/$/;"	v
att	include/gstypes.h	/^    geovol_isosurf_att att[MAX_ATTS];$/;"	m	struct:__anon258
att	include/gstypes.h	/^    gsurf_att att[MAX_ATTS];	\/* mask, topo, color, etc. *\/$/;"	m	struct:g_surf
att	raster/r.le/r.le.patch/patch.h	/^    double att;$/;"	m	struct:patch
att	raster/r.le/r.le.patch/patch.h	/^    int att;$/;"	m	struct:reglist
att	raster/r.le/r.le.patch/patch.h	/^    int att[9], size[9], shape[8], boundary[5], perim[8], core[11];$/;"	m	struct:CHOICE
att	raster/r.le/r.le.pixel/pixel.h	/^    int att;$/;"	m	struct:reglist
att	raster/r.le/r.le.pixel/pixel.h	/^    int att[5], div[5], te2[6];$/;"	m	struct:CHOICE
att	raster/r.le/r.le.trace/r.le.trace.h	/^    double att;$/;"	m	struct:patch
att_atoi	visualization/nviz/src/map_obj.c	/^int att_atoi(char *attname)$/;"	f
att_data	include/gstypes.h	/^    void *att_data;$/;"	m	struct:__anon257
att_fp	include/V_.h	/^    FILE *att_fp;$/;"	m	struct:V_info
att_src	include/gstypes.h	/^    IFLAG att_src;		\/* NOTSET_ATT, MAP_ATT, CONST_ATT, FUNC_ATT *\/$/;"	m	struct:__anon255
att_src	include/gstypes.h	/^    IFLAG att_src;$/;"	m	struct:__anon257
att_type	include/gstypes.h	/^    IFLAG att_type;		\/* ATTY_INT, ATTY_SHORT, ATTY_CHAR, or ATTY_FLOAT *\/$/;"	m	struct:__anon255
attname	lib/gis/mach_name.c	/^static struct utsname attname;$/;"	v	typeref:struct:utsname	file:
attr	display/d.vect/attr.c	/^int attr(struct Map_info *Map, int type, char *attrcol,$/;"	f
attr	vector/v.overlay/local.h	/^    ATTR *attr;$/;"	m	struct:__anon173
attr_eval_color	visualization/nviz/src/site_attr_commands.c	/^int attr_eval_color(float xvalue, int n, float *x,$/;"	f
attr_eval_color_string	visualization/nviz/src/site_attr_commands.c	/^int attr_eval_color_string(const char *xvalue, int n, const char **x,$/;"	f
attr_eval_entry	visualization/nviz/src/site_attr_commands.c	/^float attr_eval_entry(float xvalue, int n, float *x, float *y, float *m)$/;"	f
attr_eval_entry_string	visualization/nviz/src/site_attr_commands.c	/^float attr_eval_entry_string(const char *xvalue, int n, const char **x,$/;"	f
attr_get_RRGGBB	visualization/nviz/src/site_attr_commands.c	/^float attr_get_RRGGBB(const char *rrggbb, float *r, float *g, float *b)$/;"	f
attr_get_char_RRGGBB	visualization/nviz/src/site_attr_commands.c	/^void attr_get_char_RRGGBB(char *rrggbb, float bbggrr)$/;"	f
attr_get_int_BBGGRR	visualization/nviz/src/site_attr_commands.c	/^int attr_get_int_BBGGRR(const char *rrggbb)$/;"	f
attr_interp_colors	visualization/nviz/src/site_attr_commands.c	/^int attr_interp_colors(int n, const char **argvX, const char **argvY,$/;"	f
attr_interp_colors_string	visualization/nviz/src/site_attr_commands.c	/^int attr_interp_colors_string(int n, const char **argvY,$/;"	f
attr_interp_entries	visualization/nviz/src/site_attr_commands.c	/^int attr_interp_entries(int n, const char **argvX, const char **argvY,$/;"	f
attr_interp_entries_string	visualization/nviz/src/site_attr_commands.c	/^int attr_interp_entries_string(int n, const char **argvY, float **y)$/;"	f
attr_mode	include/gstypes.h	/^    int attr_mode;		\/* ST_ATT_COLOR, ST_ATT_MARKER, ST_ATT_SIZE, ST_ATT_NONE *\/$/;"	m	struct:g_site
attr_trans	include/gstypes.h	/^    transform attr_trans;$/;"	m	struct:g_site
attribute	include/dig_atts.h	/^struct attribute$/;"	s
attributes	vector/v.convert/att.c	/^int attributes(char *in, struct Map_info *Out)$/;"	f
atts	include/dlg.h	/^    int *atts;$/;"	m	struct:dlg_area
atts	include/dlg.h	/^    int *atts;$/;"	m	struct:dlg_line
atts	include/dlg.h	/^    int *atts;$/;"	m	struct:dlg_node
atts_index	include/dig_atts.h	/^struct atts_index$/;"	s
autoLock	include/G3d.h	/^    int autoLock;		\/* 1 if auto locking is turned on *\/$/;"	m	struct:__anon249
auto_draw	visualization/nviz/src/draw.c	/^int auto_draw(Nv_data * dc, Tcl_Interp * interp)$/;"	f
auto_enable_data	visualization/nviz/scripts/widgets.tcl	/^proc auto_enable_data {id type} {$/;"	p
auto_mask	lib/gis/G.h	/^    int auto_mask;		\/* Flag denoting automatic masking      *\/$/;"	m	struct:G__
auto_print_errors	lib/db/dbmi_base/error.c	/^static int auto_print_errors = 1;$/;"	v	file:
auto_print_protocol_errors	lib/db/dbmi_base/error.c	/^static int auto_print_protocol_errors = 1;$/;"	v	file:
auto_write	lib/cairodriver/Graph.c	/^int auto_write;$/;"	v
auto_write	lib/pngdriver/Graph_set.c	/^int auto_write;$/;"	v
auto_zoom	imagery/i.ortho.photo/photo.2target/zoom.c	/^void auto_zoom(void)$/;"	f
av	raster/r.topidx/global.h	7;"	d
av_free	configure	/^av_free()$/;"	f
av_set_parameters	configure	/^av_set_parameters()$/;"	f
avcodec_init	configure	/^avcodec_init()$/;"	f
averaged	raster/r.stats/main.c	/^int nsteps, cat_ranges, raw_output, as_int, averaged;$/;"	v
avhrr	imagery/i.atcorr/Iwave.cpp	/^void IWave::avhrr(int iwa)$/;"	f	class:IWave
avis	imagery/i.atcorr/GeomCond.h	/^	float avis;$/;"	m	struct:GeomCond
avlID_add	raster/r.li/r.li.daemon/avlID.c	/^int avlID_add(avlID_tree * root, const long k, const long n)$/;"	f
avlID_find	raster/r.li/r.li.daemon/avlID.c	/^avlID_node *avlID_find(const avlID_tree root, const long k)$/;"	f
avlID_height	raster/r.li/r.li.daemon/avlID.c	/^static int avlID_height(const avlID_tree root)$/;"	f	file:
avlID_individua	raster/r.li/r.li.daemon/avlID.c	/^static avlID_node *avlID_individua(const avlID_tree root, const long k,$/;"	f	file:
avlID_make	raster/r.li/r.li.daemon/avlID.c	/^avlID_tree avlID_make(const long k, const long n)$/;"	f
avlID_node	raster/r.li/r.li.daemon/avlID.h	/^typedef struct avlID_node$/;"	s
avlID_node	raster/r.li/r.li.daemon/avlID.h	/^} avlID_node;$/;"	t	typeref:struct:avlID_node
avlID_rotation_ll	raster/r.li/r.li.daemon/avlID.c	/^void avlID_rotation_ll(avlID_node * critical)$/;"	f
avlID_rotation_lr	raster/r.li/r.li.daemon/avlID.c	/^void avlID_rotation_lr(avlID_node * critical)$/;"	f
avlID_rotation_rl	raster/r.li/r.li.daemon/avlID.c	/^void avlID_rotation_rl(avlID_node * critical)$/;"	f
avlID_rotation_rr	raster/r.li/r.li.daemon/avlID.c	/^void avlID_rotation_rr(avlID_node * critical)$/;"	f
avlID_sub	raster/r.li/r.li.daemon/avlID.c	/^long avlID_sub(avlID_tree * root, const long k)$/;"	f
avlID_table	raster/r.li/r.li.daemon/avlID.h	/^typedef avlID_tableRow *avlID_table;$/;"	t
avlID_tableRow	raster/r.li/r.li.daemon/avlID.h	/^typedef struct avlID_tableRow$/;"	s
avlID_tableRow	raster/r.li/r.li.daemon/avlID.h	/^} avlID_tableRow;$/;"	t	typeref:struct:avlID_tableRow
avlID_to_array	raster/r.li/r.li.daemon/avlID.c	/^long avlID_to_array(avlID_node * root, long i, avlID_table * a)$/;"	f
avlID_tree	raster/r.li/r.li.daemon/avlID.h	/^typedef avlID_node *avlID_tree;$/;"	t
avl_add	raster/r.li/r.li.daemon/avl.c	/^int avl_add(avl_tree * root, const generic_cell k, const long n)$/;"	f
avl_alloc	lib/vector/dglib/avl.h	/^    struct libavl_allocator *avl_alloc;	\/* Memory allocator. *\/$/;"	m	struct:avl_table	typeref:struct:avl_table::libavl_allocator
avl_allocator_default	lib/vector/dglib/avl.c	/^struct libavl_allocator avl_allocator_default = {$/;"	v	typeref:struct:libavl_allocator
avl_assert_delete	lib/vector/dglib/avl.c	/^void *(avl_assert_delete) (struct avl_table * table, void *item)$/;"	f
avl_assert_delete	lib/vector/dglib/tree.h	43;"	d
avl_assert_insert	lib/vector/dglib/avl.c	/^void (avl_assert_insert) (struct avl_table * table, void *item)$/;"	f
avl_assert_insert	lib/vector/dglib/tree.h	42;"	d
avl_balance	lib/vector/dglib/avl.h	/^    signed char avl_balance;	\/* Balance factor. *\/$/;"	m	struct:avl_node
avl_compare	lib/vector/dglib/avl.h	/^    avl_comparison_func *avl_compare;	\/* Comparison function. *\/$/;"	m	struct:avl_table
avl_comparison_func	lib/vector/dglib/avl.h	/^typedef int avl_comparison_func(const void *avl_a, const void *avl_b,$/;"	t
avl_copy	lib/vector/dglib/avl.c	/^struct avl_table *avl_copy(const struct avl_table *org, avl_copy_func * copy,$/;"	f
avl_copy	lib/vector/dglib/tree.h	35;"	d
avl_copy_func	lib/vector/dglib/avl.h	/^typedef void *avl_copy_func(void *avl_item, void *avl_param);$/;"	t
avl_count	lib/vector/dglib/avl.h	/^    size_t avl_count;		\/* Number of items in tree. *\/$/;"	m	struct:avl_table
avl_count	lib/vector/dglib/avl.h	101;"	d
avl_create	lib/vector/dglib/avl.c	/^struct avl_table *avl_create(avl_comparison_func * compare, void *param,$/;"	f
avl_create	lib/vector/dglib/tree.h	34;"	d
avl_data	lib/vector/dglib/avl.h	/^    void *avl_data;		\/* Pointer to data. *\/$/;"	m	struct:avl_node
avl_delete	lib/vector/dglib/avl.c	/^void *avl_delete(struct avl_table *tree, const void *item)$/;"	f
avl_delete	lib/vector/dglib/tree.h	40;"	d
avl_destroy	lib/vector/dglib/avl.c	/^void avl_destroy(struct avl_table *tree, avl_item_func * destroy)$/;"	f
avl_destroy	lib/vector/dglib/tree.h	36;"	d
avl_find	lib/vector/dglib/avl.c	/^void *avl_find(const struct avl_table *tree, const void *item)$/;"	f
avl_find	lib/vector/dglib/tree.h	41;"	d
avl_find	raster/r.li/r.li.daemon/avl.c	/^avl_node *avl_find(const avl_tree root, const generic_cell k)$/;"	f
avl_free	lib/vector/dglib/avl.c	/^void avl_free(struct libavl_allocator *allocator, void *block)$/;"	f
avl_generation	lib/vector/dglib/avl.h	/^    unsigned long avl_generation;	\/* Generation number. *\/$/;"	m	struct:avl_table
avl_generation	lib/vector/dglib/avl.h	/^    unsigned long avl_generation;	\/* Generation number. *\/$/;"	m	struct:avl_traverser
avl_height	lib/vector/dglib/avl.h	/^    size_t avl_height;		\/* Number of nodes in |avl_parent|. *\/$/;"	m	struct:avl_traverser
avl_height	raster/r.li/r.li.daemon/avl.c	/^static int avl_height(const avl_tree root)$/;"	f	file:
avl_individua	raster/r.li/r.li.daemon/avl.c	/^static avl_node *avl_individua(const avl_tree root, const generic_cell k,$/;"	f	file:
avl_insert	lib/vector/dglib/avl.c	/^void *avl_insert(struct avl_table *table, void *item)$/;"	f
avl_insert	lib/vector/dglib/tree.h	38;"	d
avl_item_func	lib/vector/dglib/avl.h	/^typedef void avl_item_func(void *avl_item, void *avl_param);$/;"	t
avl_link	lib/vector/dglib/avl.h	/^    struct avl_node *avl_link[2];	\/* Subtrees. *\/$/;"	m	struct:avl_node	typeref:struct:avl_node::avl_node
avl_make	raster/r.li/r.li.daemon/avl.c	/^avl_tree avl_make(const generic_cell k, const long n)$/;"	f
avl_malloc	lib/vector/dglib/avl.c	/^void *avl_malloc(struct libavl_allocator *allocator, size_t size)$/;"	f
avl_node	lib/vector/dglib/avl.h	/^    struct avl_node *avl_node;	\/* Current node in tree. *\/$/;"	m	struct:avl_traverser	typeref:struct:avl_traverser::avl_node
avl_node	lib/vector/dglib/avl.h	/^struct avl_node$/;"	s
avl_node	raster/r.li/r.li.daemon/avl.h	/^typedef struct avl_node$/;"	s
avl_node	raster/r.li/r.li.daemon/avl.h	/^} avl_node;$/;"	t	typeref:struct:avl_node
avl_param	lib/vector/dglib/avl.h	/^    void *avl_param;		\/* Extra argument to |avl_compare|. *\/$/;"	m	struct:avl_table
avl_probe	lib/vector/dglib/avl.c	/^void **avl_probe(struct avl_table *tree, void *item)$/;"	f
avl_probe	lib/vector/dglib/tree.h	37;"	d
avl_replace	lib/vector/dglib/avl.c	/^void *avl_replace(struct avl_table *table, void *item)$/;"	f
avl_replace	lib/vector/dglib/tree.h	39;"	d
avl_root	lib/vector/dglib/avl.h	/^    struct avl_node *avl_root;	\/* Tree's root. *\/$/;"	m	struct:avl_table	typeref:struct:avl_table::avl_node
avl_rotation_ll	raster/r.li/r.li.daemon/avl.c	/^void avl_rotation_ll(avl_node * critical)$/;"	f
avl_rotation_lr	raster/r.li/r.li.daemon/avl.c	/^void avl_rotation_lr(avl_node * critical)$/;"	f
avl_rotation_rl	raster/r.li/r.li.daemon/avl.c	/^void avl_rotation_rl(avl_node * critical)$/;"	f
avl_rotation_rr	raster/r.li/r.li.daemon/avl.c	/^void avl_rotation_rr(avl_node * critical)$/;"	f
avl_stack	lib/vector/dglib/avl.h	/^    struct avl_node *avl_stack[AVL_MAX_HEIGHT];$/;"	m	struct:avl_traverser	typeref:struct:avl_traverser::avl_node
avl_t_copy	lib/vector/dglib/avl.c	/^void *avl_t_copy(struct avl_traverser *trav, const struct avl_traverser *src)$/;"	f
avl_t_copy	lib/vector/dglib/tree.h	49;"	d
avl_t_cur	lib/vector/dglib/avl.c	/^void *avl_t_cur(struct avl_traverser *trav)$/;"	f
avl_t_cur	lib/vector/dglib/tree.h	52;"	d
avl_t_find	lib/vector/dglib/avl.c	/^void *avl_t_find(struct avl_traverser *trav, struct avl_table *tree,$/;"	f
avl_t_find	lib/vector/dglib/tree.h	47;"	d
avl_t_first	lib/vector/dglib/avl.c	/^void *avl_t_first(struct avl_traverser *trav, struct avl_table *tree)$/;"	f
avl_t_first	lib/vector/dglib/tree.h	45;"	d
avl_t_init	lib/vector/dglib/avl.c	/^void avl_t_init(struct avl_traverser *trav, struct avl_table *tree)$/;"	f
avl_t_init	lib/vector/dglib/tree.h	44;"	d
avl_t_insert	lib/vector/dglib/avl.c	/^void *avl_t_insert(struct avl_traverser *trav, struct avl_table *tree,$/;"	f
avl_t_insert	lib/vector/dglib/tree.h	48;"	d
avl_t_last	lib/vector/dglib/avl.c	/^void *avl_t_last(struct avl_traverser *trav, struct avl_table *tree)$/;"	f
avl_t_last	lib/vector/dglib/tree.h	46;"	d
avl_t_next	lib/vector/dglib/avl.c	/^void *avl_t_next(struct avl_traverser *trav)$/;"	f
avl_t_next	lib/vector/dglib/tree.h	50;"	d
avl_t_prev	lib/vector/dglib/avl.c	/^void *avl_t_prev(struct avl_traverser *trav)$/;"	f
avl_t_prev	lib/vector/dglib/tree.h	51;"	d
avl_t_replace	lib/vector/dglib/avl.c	/^void *avl_t_replace(struct avl_traverser *trav, void *new)$/;"	f
avl_t_replace	lib/vector/dglib/tree.h	53;"	d
avl_table	lib/vector/dglib/avl.h	/^    struct avl_table *avl_table;	\/* Tree being traversed. *\/$/;"	m	struct:avl_traverser	typeref:struct:avl_traverser::avl_table
avl_table	lib/vector/dglib/avl.h	/^struct avl_table$/;"	s
avl_table	lib/vector/dglib/tree.h	32;"	d
avl_to_array	raster/r.li/r.li.daemon/avl.c	/^long avl_to_array(avl_node * root, long i, AVL_table * a)$/;"	f
avl_traverser	lib/vector/dglib/avl.h	/^struct avl_traverser$/;"	s
avl_traverser	lib/vector/dglib/tree.h	33;"	d
avl_tree	raster/r.li/r.li.daemon/avl.h	/^typedef avl_node *avl_tree;$/;"	t
ax	vector/v.transform/trans.h	/^GLOBAL double ax[MAX_COOR];	\/*  current map   *\/$/;"	v
ay	vector/v.transform/trans.h	/^GLOBAL double ay[MAX_COOR];$/;"	v
az	lib/rst/interp_float/interpf.h	/^    DCELL *az, *adx, *ady, *adxx, *adyy, *adxy;	\/* array for interpolated values *\/$/;"	m	struct:interp_params
az	raster/r.resamp.rst/main.c	/^double \/* datgr *\/ *az, *adx, *ady, *adxx, *adyy, *adxy;$/;"	v
az	vector/v.surf.rst/main.c	/^double *az = NULL, *adx = NULL, *ady = NULL, *adxx = NULL, *adyy = NULL,$/;"	v
az	vector/v.vol.rst/main.c	/^double *az, *adx, *ady, *adxx, *adyy, *adxy, *adz, *adxz, *adyz, *adzz;$/;"	v
azim	raster/r.sunmask/solpos00.h	/^    float azim;			\/* O:  S_SOLAZM   Solar azimuth angle:  N=0, E=90, S=180,$/;"	m	struct:posdata
b	display/d.graph/options.h	/^EXTERN int t, b, l, r;$/;"	v
b	display/d.text.freetype/main.c	/^    int t, b, l, r;$/;"	m	struct:__anon96	file:
b	display/d.text.new/main.c	/^    int t, b, l, r;$/;"	m	struct:rectinfo	file:
b	display/d.vect.chart/global.h	/^    int r, g, b;$/;"	m	struct:__anon99
b	include/colors.h	/^    unsigned char r, g, b;$/;"	m	struct:color_rgb
b	include/gis.h	/^    unsigned char r, g, b, a;	\/* red, green, blue, and alpha *\/$/;"	m	struct:__anon266
b	include/imagery.h	/^    float r, g, b;	       \/* color *\/$/;"	m	struct:One_Sig
b	include/nviz.h	/^    float r, g, b;$/;"	m	struct:__anon289
b	include/symbol.h	/^    int r, g, b;$/;"	m	struct:__anon281
b	lib/driver/text2.c	/^static int t, b, l, r;$/;"	v	file:
b	lib/gis/color_rules.c	/^    int r, g, b;$/;"	m	struct:rule	file:
b	lib/gis/named_colr.c	/^    float r, g, b;$/;"	m	struct:__anon31	file:
b	lib/gpde/N_pde.h	/^    double *b;			\/*the right side of Ax = b *\/$/;"	m	struct:__anon47
b	ps/ps.map/clr.h	/^    int r, g, b;$/;"	m	struct:__anon21
b	ps/ps.map/ps_colors.c	/^    float r, g, b;$/;"	m	struct:__anon23	file:
b	raster/r.drain/tinf.h	/^    char *b[3];			\/* pointers to start of each line *\/$/;"	m	struct:band3
b	raster/r.fill.dir/tinf.h	/^    char *b[3];			\/* pointers to start of each line *\/$/;"	m	struct:band3
b	swig/perl/gis.h	/^    unsigned char r, g, b, a;	\/* red, green, blue, and alpha *\/$/;"	m	struct:__anon92
b	vector/v.digit/global.h	/^    int r, g, b;		\/* color 0-255 *\/$/;"	m	struct:__anon196
b	vector/v.digit/symb.c	/^    int r, g, b;		\/* default colors *\/$/;"	m	struct:symb	file:
b	vector/v.vol.rst/userglobs.h	/^double \/* out *\/ *b, *w;$/;"	v
b	vector/v.voronoi/sw_defs.h	/^    double a, b, c;$/;"	m	struct:Edge
b	visualization/nviz/src/interface.h	/^    float r, g, b;$/;"	m	struct:__anon100
b0	ps/ps.map/ps_info.h	/^    double r0, g0, b0;$/;"	m	struct:PS_data
bBigEndian	lib/external/shapelib/shpopen.c	/^static int 	bBigEndian;$/;"	v	file:
bCurrentRecordModified	lib/external/shapelib/shapefil.h	/^    int		bCurrentRecordModified;$/;"	m	struct:__anon71
bFlags	lib/vector/dglib/tree.h	/^    dglByte_t bFlags;$/;"	m	struct:_dglTreePredist
bMeasureIsUsed	lib/external/shapelib/shapefil.h	/^    int		bMeasureIsUsed;$/;"	m	struct:__anon69
bNoHeader	lib/external/shapelib/shapefil.h	/^    int		bNoHeader;$/;"	m	struct:__anon71
bUpdated	lib/external/shapelib/shapefil.h	/^    int		bUpdated;$/;"	m	struct:__anon68
bUpdated	lib/external/shapelib/shapefil.h	/^    int		bUpdated;$/;"	m	struct:__anon71
b_glb	imagery/i.smap/bouman/alpha_max.c	/^static double *b_glb;		\/* line search direction *\/$/;"	v	file:
b_pos	display/drivers/XDRIVER/Color_table.c	/^static int r_pos, g_pos, b_pos;$/;"	v	file:
b_pos	visualization/xganim/Clr_table.c	/^static int r_pos, g_pos, b_pos;$/;"	v	file:
b_pos	visualization/ximgview/color.c	/^static int r_pos, g_pos, b_pos;$/;"	v	file:
b_scale	display/drivers/XDRIVER/Color_table.c	/^static int r_scale, g_scale, b_scale;$/;"	v	file:
b_scale	visualization/xganim/Clr_table.c	/^static int r_scale, g_scale, b_scale;$/;"	v	file:
b_scale	visualization/ximgview/color.c	/^static int r_scale, g_scale, b_scale;$/;"	v	file:
b_shift	lib/pngdriver/Color_table.c	/^static int r_shift, g_shift, b_shift, a_shift;$/;"	v	file:
b_size	display/drivers/XDRIVER/Color_table.c	/^static int r_size, g_size, b_size;$/;"	v	file:
b_size	visualization/xganim/Clr_table.c	/^static int r_size, g_size, b_size;$/;"	v	file:
b_size	visualization/ximgview/color.c	/^static int r_size, g_size, b_size;$/;"	v	file:
ba_seg	raster/r.water.outlet/basin.h	/^GLOBAL RAMSEG ba_seg, pt_seg, sl_seg;$/;"	v
backcol	raster/wildfire/r.spreadpath/point.h	/^    int row, col, backrow, backcol;$/;"	m	struct:point
backcol_layer	raster/wildfire/r.spreadpath/stash.h	/^char backcol_layer[64];$/;"	v
backdrop_layer	raster/wildfire/r.spread/collect_ori.c	/^char *backdrop_layer;$/;"	v
background	display/d.paint.labels/do_labels.c	/^static RGBA_Color color, highlight_color, background, border;$/;"	v	file:
background	lib/gis/spawn.c	/^static int background;$/;"	v	file:
background	lib/pngdriver/Graph_set.c	/^unsigned int background;$/;"	v
backrow	raster/wildfire/r.spreadpath/point.h	/^    int row, col, backrow, backcol;$/;"	m	struct:point
backrow_layer	raster/wildfire/r.spreadpath/stash.h	/^char backrow_layer[64];$/;"	v
backtrace	raster/r.fill.dir/ppupdate.c	/^void backtrace(int start, int nbasins, struct links list[])$/;"	f
backward_solving	lib/gpde/N_solvers.c	/^void backward_solving(double **A, double *x, double *b, int rows)$/;"	f
bad_line	display/d.mapgraph/read_line.c	/^int bad_line(char *buf)$/;"	f
badrule	raster/r.colors/rules.c	/^static void badrule(int tty, const char *s, int code)$/;"	f	file:
band	display/d.rgb/main.c	/^struct band$/;"	s	file:
band	lib/gis/G.h	/^    GDALRasterBandH band;$/;"	m	struct:GDAL_link
band	raster/r.composite/main.c	/^struct band$/;"	s	file:
band	raster/r.out.ppm3/main.c	/^struct band$/;"	s	file:
band3	raster/r.drain/tinf.h	/^struct band3$/;"	s
band3	raster/r.fill.dir/tinf.h	/^struct band3$/;"	s
band_cell	imagery/i.gensig/files.h	/^    CELL **band_cell;$/;"	m	struct:files
band_cell	imagery/i.gensigset/files.h	/^    CELL **band_cell;$/;"	m	struct:files
band_fd	imagery/i.gensig/files.h	/^    int *band_fd;$/;"	m	struct:files
band_fd	imagery/i.gensigset/files.h	/^    int *band_fd;$/;"	m	struct:files
band_fd	imagery/i.smap/bouman/bouman.h	/^    int *band_fd;$/;"	m	struct:files
band_info	raster/r.external/main.c	/^struct band_info$/;"	s	file:
band_num	lib/gis/G.h	/^    int band_num;$/;"	m	struct:GDAL_link
band_sum	include/cluster.h	/^    double *band_sum;		\/* sum over each band *\/$/;"	m	struct:Cluster
band_sum2	include/cluster.h	/^    double *band_sum2;		\/* sum of squares over each band *\/$/;"	m	struct:Cluster
banner	include/dlg.h	/^    char banner[73];$/;"	m	struct:dlg_head
bar	display/d.histogram/bar.c	/^int bar(struct stat_list *dist_stats,	\/* list of distribution statistics *\/$/;"	f
bar	display/d.vect.chart/bar.c	/^bar(double cx, double cy, int size, double scale, double *val, int ncols,$/;"	f
barin	raster/r.flow/r.flow.h	/^    char *barin;		\/* name of barrier input file           *\/$/;"	m	struct:__anon153
bas	raster/r.water.outlet/basin.h	/^GLOBAL CELL *bas;$/;"	v
bas	raster/r.watershed/ram/Gwater.h	/^GLOBAL CELL *dis, *alt, *wat, *asp, *bas, *haf, *r_h, *dep;$/;"	v
bas	raster/r.watershed/seg/Gwater.h	/^GLOBAL CSEG dis, alt, wat, asp, bas, haf, r_h, dep;$/;"	v
bas_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char bas_flag, seg_flag, haf_flag, er_flag;$/;"	v
bas_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char bas_flag, seg_flag, haf_flag, er_flag;$/;"	v
bas_name	raster/r.watershed/ram/Gwater.h	/^GLOBAL char seg_name[GNAME_MAX], bas_name[GNAME_MAX], haf_name[GNAME_MAX],$/;"	v
bas_name	raster/r.watershed/seg/Gwater.h	/^GLOBAL char seg_name[GNAME_MAX], bas_name[GNAME_MAX], haf_name[GNAME_MAX],$/;"	v
bas_seg	raster/r.watershed/ram/Gwater.h	/^GLOBAL RAMSEG dis_seg, alt_seg, wat_seg, asp_seg, bas_seg, haf_seg;$/;"	v
bas_thres	raster/r.watershed/ram/Gwater.h	/^GLOBAL int bas_thres, tot_parts;$/;"	v
bas_thres	raster/r.watershed/seg/Gwater.h	/^GLOBAL int bas_thres, tot_parts;$/;"	v
base	lib/ogsf/gvl_file.c	/^    int crnt, base;$/;"	m	struct:__anon65	file:
base	raster/r.out.pov/main.c	/^int base[XMAX];			\/* array of base elevations *\/$/;"	v
base	raster/r.quantile/main.c	/^    int base, count;$/;"	m	struct:bin	file:
baseCmpType	include/iostream/empq_adaptive_impl.h	/^class baseCmpType {$/;"	c
base_fd	raster/wildfire/r.spread/main.c	/^int max_fd, dir_fd, base_fd, start_fd;$/;"	v
base_layer	raster/wildfire/r.spread/collect_ori.c	/^char *base_layer;$/;"	v
baseline	vector/v.label.sa/labels.h	/^    struct line_pnts *baseline;$/;"	m	struct:_label_candidate	typeref:struct:_label_candidate::line_pnts
basename	gem/tools.c	/^char *basename(char *path)$/;"	f
basename	lib/python/core.py	/^def basename(path, ext = None):$/;"	f
basesize	include/iostream/embuffer.h	/^  unsigned long basesize;$/;"	m	class:em_buffer
basex	lib/driver/text2.c	/^static double basex, basey;$/;"	v	file:
basey	lib/driver/text2.c	/^static double basex, basey;$/;"	v	file:
basic_stats	lib/arraystats/basic.c	/^void basic_stats(double *data, int count, struct GASTATS *stats)$/;"	f
basin	raster/r.topmodel/global.h	/^    char *basin, *elev, *belev, *fill, *dir, *topidx;$/;"	m	struct:__anon132
basin_com_add	raster/r.watershed/shed/com_line.c	/^int basin_com_add(char **com_line, double d, double modifier,$/;"	f
basin_elevation	raster/r.topmodel/misc.c	/^void basin_elevation(void)$/;"	f
basin_maps	raster/r.watershed/shed/basin_maps.c	/^int basin_maps(INPUT * input, OUTPUT * output)$/;"	f
basin_name	raster/r.water.outlet/basin.h	/^GLOBAL char basin_name[GNAME_MAX], swale_name[GNAME_MAX],$/;"	v
bb	vector/v.label.sa/labels.h	/^    BOUND_BOX bb;$/;"	m	struct:_label
bb_offset	ps/ps.map/ps_header.c	/^static long bb_offset;$/;"	v	file:
bbm	imagery/i.atcorr/AerosolModel.cpp	/^void AerosolModel::bbm()$/;"	f	class:AerosolModel
bbm_ph	imagery/i.atcorr/common.h	/^	float bbm_ph[10][83];		\/* biomass burning model... *\/$/;"	m	struct:Sixs_aerbas
bbox	raster/r.flow/calc.c	/^typedef int bbox[2][2];		\/* current bounding box         *\/$/;"	t	file:
bbox	vector/v.edit/global.h	/^	*coord, *cat, *move, *bbox, *fld,$/;"	m	struct:GParams	typeref:struct:GParams::
bboxToPoints	scripts/r.tileset/r.tileset	/^bboxToPoints() {$/;"	f
bboxesIntersect	scripts/r.tileset/r.tileset	/^bboxesIntersect() {$/;"	f
bbuf	raster3d/r3.showdspf/togif.h	/^    short bbuf[MAXXSIZE];$/;"	m	struct:_vgl_GIFWriter
bc	raster/r.to.vect/lines.c	/^static int tl, tc, tr, ml, mc, mr, bl, bc, br;$/;"	v	file:
bcolor	display/d.vect/plot.h	/^    struct rgb_color color, bgcolor, bcolor;$/;"	m	struct:__anon97	typeref:struct:__anon97::
bdlg_bm_bits	include/bdlg_bm.h	/^static char bdlg_bm_bits[] = {$/;"	v
bdlg_bm_height	include/bdlg_bm.h	2;"	d
bdlg_bm_width	include/bdlg_bm.h	1;"	d
bdm	imagery/i.atcorr/AerosolModel.cpp	/^void AerosolModel::bdm()$/;"	f	class:AerosolModel
bdm_ph	imagery/i.atcorr/common.h	/^	float bdm_ph[10][83];		\/* background desert model... *\/$/;"	m	struct:Sixs_aerbas
beam	raster/r.sun/main.c	/^float **lumcl, **beam, **insol, **diff, **refl;$/;"	v
beam	raster/r.sun2/main.c	/^float **lumcl, **beam, **insol, **diff, **refl, **globrad;$/;"	v
beam_e	raster/r.sun/main.c	/^double beam_e, diff_e, refl_e, bh, dh, rr, insol_t;$/;"	v
beam_e	raster/r.sun2/main.c	/^double beam_e, diff_e, refl_e, rr, insol_t;$/;"	v
beam_rad	raster/r.sun/main.c	/^char *beam_rad = NULL;$/;"	v
beam_rad	raster/r.sun2/main.c	/^const char *beam_rad = NULL;$/;"	v
before	vector/v.net.visibility/geometry.c	/^int before(struct Point *p, struct Point *q, struct Line *e)$/;"	f
begin_dialog	lib/gis/gui.tcl	/^proc begin_dialog {pgm optlist} {$/;"	p
begin_distance	raster/r.buffer/find_dist.c	/^int begin_distance(int row)$/;"	f
begin_rasterization	raster/r.in.poly/raster.c	/^int begin_rasterization(int nrows, int f)$/;"	f
begin_rasterization	vector/v.to.rast/raster.c	/^int begin_rasterization(int nrows, int f)$/;"	f
begin_scaled_raster	lib/raster/transport.h	/^    void (*begin_scaled_raster) (int, int[2][2], int[2][2]);$/;"	m	struct:transport
begin_spawn	lib/gis/spawn.c	/^static void begin_spawn(void)$/;"	f	file:
belev	raster/r.topmodel/global.h	/^    char *basin, *elev, *belev, *fill, *dir, *topidx;$/;"	m	struct:__anon132
betal	imagery/i.atcorr/common.h	/^	float betal[81];$/;"	m	struct:Sixs_trunc
betat	vector/v.vol.rst/userglobs.h	/^double \/* PRISP *\/ fi, rsm, fstar2, alphat, betat;$/;"	v
between	imagery/i.cca/stats.c	/^between(int samptot, int nclass, double nsamp[MC], double mu[MC][MX],$/;"	f
bfs_depth_type	raster/r.terraflow/types.h	/^typedef int bfs_depth_type;$/;"	t
bg_add	vector/v.digit/background.c	/^int bg_add(char *cmd)$/;"	f
bg_col	include/gis.h	/^    char bg_col[40];		\/* colors *\/$/;"	m	struct:G_3dview
bg_col	swig/perl/gis.h	/^    char bg_col[40];		\/* colors *\/$/;"	m	struct:G_3dview
bgcol	include/gstypes.h	/^    int bgcol;$/;"	m	struct:__anon261
bgcolor	display/d.vect/plot.h	/^    struct rgb_color color, bgcolor, bcolor;$/;"	m	struct:__anon97	typeref:struct:__anon97::
bgcolor	include/nviz.h	/^    int bgcolor;$/;"	m	struct:__anon290
bgcolor	ps/ps.map/decorate.h	/^    int color, bgcolor;$/;"	m	struct:scalebar
bgcolor	ps/ps.map/map_info.h	/^    int color, bgcolor, border;$/;"	m	struct:map_info
bgcolor	vector/v.label.sa/labels.h	/^    struct Option *bgcolor;$/;"	m	struct:params	typeref:struct:params::Option
bgcolor	visualization/nviz2/cmd/local_proto.h	/^      *exag, *bgcolor,$/;"	m	struct:GParams	typeref:struct:GParams::
bgcolor_a	lib/cairodriver/Graph.c	/^double bgcolor_r, bgcolor_g, bgcolor_b, bgcolor_a;$/;"	v
bgcolor_b	lib/cairodriver/Graph.c	/^double bgcolor_r, bgcolor_g, bgcolor_b, bgcolor_a;$/;"	v
bgcolor_g	lib/cairodriver/Graph.c	/^double bgcolor_r, bgcolor_g, bgcolor_b, bgcolor_a;$/;"	v
bgcolor_r	lib/cairodriver/Graph.c	/^double bgcolor_r, bgcolor_g, bgcolor_b, bgcolor_a;$/;"	v
bgn_read	include/gstypes.h	/^    int (*bgn_read) (), (*end_read) (), (*nxt_line) ();$/;"	m	struct:g_vect
bgn_read	include/gstypes.h	/^    int (*bgn_read) (), (*end_read) (), (*nxt_site) ();$/;"	m	struct:g_site
bh	raster/r.sun/main.c	/^double beam_e, diff_e, refl_e, bh, dh, rr, insol_t;$/;"	v
bin	raster/r.quantile/main.c	/^struct bin$/;"	s	file:
bin_install	gem/actions.c	/^void bin_install(char *package, char *gisbase, char *bins,$/;"	f
bin_to_asc	vector/v.out.ascii/b2a.c	/^int bin_to_asc(FILE *ascii,$/;"	f
binaries_exist	gem/tools.c	/^int binaries_exist(char *package, char *binaries)$/;"	f
binary_heap	vector/v.generalize/pq.h	/^} binary_heap;$/;"	t	typeref:struct:__anon187
binary_heap_extract_max	vector/v.generalize/pq.c	/^int binary_heap_extract_max(binary_heap * bh, int *value)$/;"	f
binary_heap_free	vector/v.generalize/pq.c	/^void binary_heap_free(binary_heap * bh)$/;"	f
binary_heap_init	vector/v.generalize/pq.c	/^int binary_heap_init(int size, binary_heap * bh)$/;"	f
binary_heap_push	vector/v.generalize/pq.c	/^void binary_heap_push(double key, int value, binary_heap * bh)$/;"	f
bind	raster/r.mapcalc/expression.h	/^	expr_data_bind bind;$/;"	m	union:expression::__anon143
bind	raster/r.mapcalc/expression.h	/^    struct expression *bind;$/;"	m	struct:expr_data_var	typeref:struct:expr_data_var::expression
bind_mouse	visualization/nviz/scripts/panel_arrow.tcl	/^proc bind_mouse { W } {$/;"	p
bind_scroll	lib/gtcltk/select.tcl	/^proc bind_scroll {frame} {$/;"	p
binding	imagery/i.class/defs.h	/^    int binding;		\/* OPTION bindings *\/$/;"	m	struct:__anon205
binding	imagery/i.ortho.photo/photo.2image/defs.h	/^    int binding;		\/* OPTION bindings *\/$/;"	m	struct:__anon239
binding	imagery/i.ortho.photo/photo.2target/defs.h	/^    int binding;		\/* OPTION bindings *\/$/;"	m	struct:__anon228
binding	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int binding;		\/* OPTION bindings *\/$/;"	m	struct:__anon232
binding	imagery/i.points/defs.h	/^    int binding;		\/* OPTION bindings *\/$/;"	m	struct:__anon214
binding	imagery/i.vpoints/defs.h	/^    int binding;		\/* OPTION bindings *\/$/;"	m	struct:__anon220
binding	lib/gis/spawn.c	/^struct binding$/;"	s	file:
binding	raster/r.mapcalc/expression.c	/^expression *binding(const char *var, expression * val)$/;"	f
bindings	lib/gis/spawn.c	/^static struct binding bindings[MAX_BINDINGS];$/;"	v	typeref:struct:binding	file:
bins	raster/r.quantile/main.c	/^static struct bin *bins;$/;"	v	typeref:struct:bin	file:
bisect	vector/v.voronoi/sw_geometry.c	/^struct Edge *bisect(struct Site *s1, struct Site *s2)$/;"	f
bitCount_global	raster/r.sun2/main.c	/^int bitCount_global = 0;$/;"	v
bitbar	raster/r.flow/r.flow.h	/^struct BM *bitbar;		\/* space-efficient barrier matrix       *\/$/;"	v	typeref:struct:BM
bitmap	lib/raster/transport.h	/^    void (*bitmap) (int, int, int, const unsigned char *);$/;"	m	struct:transport
bitmask	raster/r.resamp.rst/main.c	/^struct BM *bitmask;$/;"	v	typeref:struct:BM
bitmask	vector/v.surf.rst/main.c	/^struct BM *bitmask;$/;"	v	typeref:struct:BM
bitmask	vector/v.vol.rst/main.c	/^struct BM *bitmask;$/;"	v	typeref:struct:BM
bkupmap	display/drivers/XDRIVER/Graph_set.c	/^Pixmap bkupmap;$/;"	v
bl	ps/ps.map/ps_outline.c	/^static void *tl, *tr, *bl, *br;$/;"	v	file:
bl	raster/r.to.vect/areas.c	/^static double tl, tr, bl, br;$/;"	v	file:
bl	raster/r.to.vect/lines.c	/^static int tl, tc, tr, ml, mc, mr, bl, bc, br;$/;"	v	file:
black	imagery/i.class/input_color.c	/^int black(void)$/;"	f
black_and_white_line	display/d.profile/bnw_line.c	/^int black_and_white_line(int screen_x, int screen_y,$/;"	f
black_and_white_line	display/d.where/b_w_line.c	/^black_and_white_line(int c1, int c2, int screen_x, int screen_y,$/;"	f
black_and_white_line	raster/r.digit/bnw_line.c	/^black_and_white_line(int screen_x, int screen_y, int cur_screen_x,$/;"	f
blank_array	raster/r.in.xyz/support.c	/^int blank_array(void *array, int nrows, int ncols, RASTER_MAP_TYPE map_type,$/;"	f
blank_line	ps/ps.map/outl_io.c	/^static int blank_line(void *buf)$/;"	f	file:
blank_line	raster/r.to.vect/util.c	/^static int blank_line(void *buf)$/;"	f	file:
block	lib/vector/dglib/heap.h	/^    long block;			\/* allocation block size expressed in number of nodes *\/$/;"	m	struct:_dglHeap
block	raster/r.proj.seg/r.proj.h	/^typedef FCELL block[BDIM][BDIM];$/;"	t
block	visualization/nviz/scripts/script_support.tcl	/^proc block { proc_name cmd } {$/;"	p
block2	visualization/nviz/scripts/script_support.tcl	/^proc block2 { proc_name cmd default} {$/;"	p
blocks	raster/r.proj.seg/r.proj.h	/^    block *blocks;$/;"	m	struct:cache
blocksize	imagery/i.smap/bouman/bouman.h	/^    int blocksize;$/;"	m	struct:parms
blu	imagery/i.ortho.photo/libes/orthophoto.h	/^    } red, grn, blu;$/;"	m	struct:Ortho_Image_Group_Ref	typeref:struct:Ortho_Image_Group_Ref::Ortho_Ref_Color
blu	include/gis.h	/^	unsigned char *blu;$/;"	m	struct:_Color_Info_::__anon264
blu	include/gis.h	/^    unsigned char blu;$/;"	m	struct:_Color_Value_
blu	include/imagery.h	/^    struct Ref_Color red, grn, blu;$/;"	m	struct:Ref	typeref:struct:Ref::
blu	raster/r.mapcalc/map.c	/^static unsigned char *red, *grn, *blu;$/;"	v	file:
blu	raster/r.mapcalc/map3.c	/^static unsigned char *red, *grn, *blu;$/;"	v	file:
blu	swig/perl/gis.h	/^	unsigned char *blu;$/;"	m	struct:_Color_Info_::__anon90
blu	swig/perl/gis.h	/^	unsigned char blu;$/;"	m	struct:_Color_Rule_::__anon89
blu_alloc	lib/driver/command.c	/^static int blu_alloc;$/;"	v	file:
blua	lib/driver/command.c	/^static unsigned char *blua;$/;"	v	file:
blue	imagery/i.class/globals.h	/^    int red, grn, blue;$/;"	m	struct:__anon207
blue	imagery/i.class/input_color.c	/^int blue(void)$/;"	f
bm	include/gstypes.h	/^    struct BM *bm;$/;"	m	struct:__anon251	typeref:struct:__anon251::BM
bmaps	vector/v.edit/global.h	/^	*poly, *type, *id, *where, *bmaps, *snap, *query, *zbulk;$/;"	m	struct:GParams	typeref:struct:GParams::
bmask	raster/r.surf.contour/contour.h	/^GLOBAL BSEG bseen, bmask;$/;"	v
boa	lib/gis/geodist.c	/^static double boa;$/;"	v	file:
boa	raster/r.surf.idw/dist.c	/^static double boa;$/;"	v	file:
bocolor	vector/v.label.sa/labels.h	/^    struct Option *bocolor;$/;"	m	struct:params	typeref:struct:params::Option
bool	vector/v.hull/chull.c	/^{ BFALSE, BTRUE } bool;$/;"	t	typeref:enum:__anon182	file:
boolSV	swig/perl/R_slope_aspect/ppport.h	311;"	d
boolean	vector/v.delaunay2/data_types.h	/^typedef unsigned char boolean;$/;"	t
border	display/d.paint.labels/do_labels.c	/^static RGBA_Color color, highlight_color, background, border;$/;"	v	file:
border	lib/ogsf/gsd_prim.c	52;"	d	file:
border	ps/ps.map/border.h	/^struct border$/;"	s
border	ps/ps.map/description.html	/^<a name="border"><\/a>$/;"	a
border	ps/ps.map/map_info.h	/^    int color, bgcolor, border;$/;"	m	struct:map_info
border	ps/ps.map/vector.h	/^    int border;			\/* border color number or -1 for none *\/$/;"	m	struct:vector
bordo	vector/lidar/v.lidar.growing/growing.h	/^    int bordo;			\/* Border point *\/$/;"	m	struct:element_grow
bordwalk	raster/r.proj.seg/bordwalk.c	/^void bordwalk(struct Cell_head *from_hd, struct Cell_head *to_hd,$/;"	f
bordwalk	raster/r.proj/bordwalk.c	/^void bordwalk(struct Cell_head *from_hd, struct Cell_head *to_hd,$/;"	f
bot	display/d.profile/profile.h	/^    float bot, top, left, right;$/;"	m	struct:windows
bot	lib/display/draw2.c	/^    double bot;$/;"	m	struct:rectangle	file:
bot	lib/psdriver/Graph_set.c	/^    double left, right, bot, top;$/;"	m	struct:paper	file:
bot	lib/psdriver/Graph_set.c	/^static int left, right, bot, top;$/;"	v	file:
bot_marg	ps/ps.map/paper.h	/^    double left_marg, right_marg, top_marg, bot_marg;$/;"	m	struct:__anon24
bot_marg	ps/ps.map/ps_info.h	/^    double left_marg, right_marg, top_marg, bot_marg;$/;"	m	struct:PS_data
bottom	imagery/i.ask/popup.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
bottom	imagery/i.class/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon203::__anon204
bottom	imagery/i.class/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon203
bottom	imagery/i.class/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon205
bottom	imagery/i.class/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon202
bottom	imagery/i.ortho.photo/photo.2image/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
bottom	imagery/i.ortho.photo/photo.2image/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
bottom	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
bottom	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^    int top, bottom, left, right;$/;"	m	struct:box
bottom	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int top, bottom, left, right, width, middle, nums;$/;"	v
bottom	imagery/i.ortho.photo/photo.2image/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon237::__anon238
bottom	imagery/i.ortho.photo/photo.2image/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon237
bottom	imagery/i.ortho.photo/photo.2image/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon239
bottom	imagery/i.ortho.photo/photo.2image/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon236
bottom	imagery/i.ortho.photo/photo.2target/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
bottom	imagery/i.ortho.photo/photo.2target/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
bottom	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
bottom	imagery/i.ortho.photo/photo.2target/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon226::__anon227
bottom	imagery/i.ortho.photo/photo.2target/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon226
bottom	imagery/i.ortho.photo/photo.2target/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon228
bottom	imagery/i.ortho.photo/photo.2target/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon225
bottom	imagery/i.ortho.photo/photo.rectify/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon230::__anon231
bottom	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon230
bottom	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon232
bottom	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon229
bottom	imagery/i.points/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
bottom	imagery/i.points/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
bottom	imagery/i.points/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
bottom	imagery/i.points/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon211::__anon212
bottom	imagery/i.points/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon211
bottom	imagery/i.points/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon214
bottom	imagery/i.points/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon210
bottom	imagery/i.smap/bouman/region.h	/^	int bottom;$/;"	m	struct:Region::Free
bottom	imagery/i.vpoints/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
bottom	imagery/i.vpoints/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
bottom	imagery/i.vpoints/ask_lineclr.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
bottom	imagery/i.vpoints/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
bottom	imagery/i.vpoints/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon217::__anon218
bottom	imagery/i.vpoints/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon217
bottom	imagery/i.vpoints/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon220
bottom	imagery/i.vpoints/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon216
bottom	include/G3d.h	/^    double top, bottom;$/;"	m	struct:__anon248
bottom	include/gis.h	/^    double bottom;$/;"	m	struct:Cell_head
bottom	include/gstypes.h	/^    short left, right, bottom, top;	\/* Screen coordinates *\/$/;"	m	struct:__anon261
bottom	lib/display/draw.c	/^static int left, right, top, bottom;	\/* window edges *\/$/;"	v	file:
bottom	lib/dspf/viz.h	/^    float top, bottom;$/;"	m	struct:__anon33
bottom	lib/gis/plot.c	/^static double left, right, top, bottom;$/;"	v	file:
bottom	lib/gpde/N_gwflow.h	/^    N_array_2d *bottom;		\/*!bottom of the aquifer  [m] *\/$/;"	m	struct:__anon41
bottom	lib/gpde/N_solute_transport.h	/^    N_array_2d *bottom;		\/* bottom surface of the aquifer *\/$/;"	m	struct:__anon45
bottom	ps/ps.map/ps_outline.c	/^static int k, col, row, top, bottom;$/;"	v	file:
bottom	raster/r.gwflow/main.c	/^	*bottom, *vector, *type, *dt, *maxit, *error, *solver, *sor,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
bottom	raster/r.to.vect/areas.c	/^static int col, row, top, bottom;$/;"	v	file:
bottom	raster/r.to.vect/lines.c	/^static void *top, *middle, *bottom;$/;"	v	file:
bottom	raster3d/r3.out.vtk/globalDefs.h	/^    int bottom;$/;"	m	struct:__anon124
bottom	raster3d/r3.out.vtk/parameters.h	/^	*bottom, *decimals, *elevscale;$/;"	m	struct:__anon123	typeref:struct:__anon123::
bottom	raster3d/r3.showdspf/vizual2.h	/^    float top, bottom;$/;"	m	struct:__anon114
bottom	swig/perl/gis.h	/^    double bottom;$/;"	m	struct:Cell_head
bottomMapType	raster3d/r3.out.vtk/globalDefs.h	/^    int bottomMapType;$/;"	m	struct:__anon124
bottomsite	vector/v.voronoi/sw_defs.h	/^struct Site *bottomsite;$/;"	v	typeref:struct:Site
bound	raster/r.flow/r.flow.h	/^    int bound;			\/* constant bound on path length        *\/$/;"	m	struct:__anon153
bound_box	include/vect/dig_structs.h	/^struct bound_box		\/* Bounding Box *\/$/;"	s
boundary	lib/vector/rtree/index.h	/^    RectReal boundary[NUMSIDES];	\/* xmin,ymin,...,xmax,ymax,... *\/$/;"	m	struct:Rect
boundary	raster/r.le/r.le.patch/patch.h	/^    int att[9], size[9], shape[8], boundary[5], perim[8], core[11];$/;"	m	struct:CHOICE
boundary	raster/r.le/r.le.trace/r.le.trace.h	/^    int boundary[5];$/;"	m	struct:CHOICE
boundaryCmpBoundaryType	raster/r.terraflow/water.h	/^class boundaryCmpBoundaryType {$/;"	c
boundaryDetector	raster/r.terraflow/water.cc	/^  boundaryDetector(AMI_STREAM<boundaryType> *str, $/;"	f	class:boundaryDetector
boundaryDetector	raster/r.terraflow/water.cc	/^class boundaryDetector {$/;"	c	file:
boundaryNo	gui/wxpython/vdigit/driver.h	/^	long int boundaryNo;$/;"	m	struct:DisplayDriver::_topology
boundaryNo	gui/wxpython/vdigit/driver.h	/^	symbol boundaryNo;$/;"	m	struct:DisplayDriver::_settings
boundaryOne	gui/wxpython/vdigit/driver.h	/^	long int boundaryOne;$/;"	m	struct:DisplayDriver::_topology
boundaryOne	gui/wxpython/vdigit/driver.h	/^	symbol boundaryOne;$/;"	m	struct:DisplayDriver::_settings
boundaryQueue	raster/r.terraflow/grid.h	/^  queue<gridElement *> boundaryQueue[2];$/;"	m	class:grid
boundaryStr	raster/r.terraflow/water.cc	/^  AMI_STREAM<boundaryType> *boundaryStr;$/;"	m	class:boundaryDetector	file:
boundaryTwo	gui/wxpython/vdigit/driver.h	/^	long int boundaryTwo;$/;"	m	struct:DisplayDriver::_topology
boundaryTwo	gui/wxpython/vdigit/driver.h	/^	symbol boundaryTwo;$/;"	m	struct:DisplayDriver::_settings
boundaryType	raster/r.terraflow/water.h	/^  boundaryType() : label2(LABEL_UNDEF) {};$/;"	f	class:boundaryType
boundaryType	raster/r.terraflow/water.h	/^  boundaryType(dimension_type gi,$/;"	f	class:boundaryType
boundaryType	raster/r.terraflow/water.h	/^  boundaryType(labelElevType let, cclabel_type glabel2) : labelElevType(let) {$/;"	f	class:boundaryType
boundaryType	raster/r.terraflow/water.h	/^  boundaryType(labelElevType let, elevation_type gel, cclabel_type glabel2)$/;"	f	class:boundaryType
boundaryType	raster/r.terraflow/water.h	/^class boundaryType : public labelElevType {$/;"	c
bowidth	vector/v.label.sa/labels.h	/^    struct Option *bowidth;$/;"	m	struct:params	typeref:struct:params::Option
box	gui/wxpython/vdigit/driver.h	/^	BOUND_BOX box; \/\/ W,E,N,S,T,B$/;"	m	struct:DisplayDriver::_region
box	imagery/i.ask/popup.c	/^    struct box box;$/;"	m	struct:__anon208	typeref:struct:__anon208::box	file:
box	imagery/i.ask/popup.c	/^struct box$/;"	s	file:
box	imagery/i.ortho.photo/photo.2image/analyze.c	/^struct box$/;"	s	file:
box	imagery/i.ortho.photo/photo.2image/ask.c	/^    struct box box;$/;"	m	struct:__anon235	typeref:struct:__anon235::box	file:
box	imagery/i.ortho.photo/photo.2image/ask.c	/^struct box$/;"	s	file:
box	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^struct box$/;"	s	file:
box	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^struct box$/;"	s
box	imagery/i.ortho.photo/photo.2target/analyze.c	/^struct box$/;"	s	file:
box	imagery/i.ortho.photo/photo.2target/ask.c	/^    struct box box;$/;"	m	struct:__anon224	typeref:struct:__anon224::box	file:
box	imagery/i.ortho.photo/photo.2target/ask.c	/^struct box$/;"	s	file:
box	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^struct box$/;"	s	file:
box	imagery/i.points/analyze.c	/^struct box$/;"	s	file:
box	imagery/i.points/ask.c	/^    struct box box;$/;"	m	struct:__anon209	typeref:struct:__anon209::box	file:
box	imagery/i.points/ask.c	/^struct box$/;"	s	file:
box	imagery/i.points/ask_mag.c	/^struct box$/;"	s	file:
box	imagery/i.vpoints/analyze.c	/^struct box$/;"	s	file:
box	imagery/i.vpoints/ask.c	/^    struct box box;$/;"	m	struct:__anon215	typeref:struct:__anon215::box	file:
box	imagery/i.vpoints/ask.c	/^struct box$/;"	s	file:
box	imagery/i.vpoints/ask_lineclr.c	/^    struct box box;$/;"	m	struct:__anon221	typeref:struct:__anon221::box	file:
box	imagery/i.vpoints/ask_lineclr.c	/^struct box$/;"	s	file:
box	imagery/i.vpoints/ask_mag.c	/^struct box$/;"	s	file:
box	include/vect/dig_structs.h	/^    struct bound_box box;	\/* box *\/$/;"	m	struct:Plus_head	typeref:struct:Plus_head::bound_box
box_abs	lib/raster/transport.h	/^    void (*box_abs) (int, int, int, int);$/;"	m	struct:transport
box_bottom	raster/r.thin/thin_lines.c	/^static int box_right, box_left, box_top, box_bottom;$/;"	v	file:
box_clip	lib/display/draw2.c	/^static void box_clip(double x1, double y1, double x2, double y2)$/;"	f	file:
box_clip	ps/ps.map/box.c	/^int box_clip(double t, double b, double l, double r)$/;"	f
box_clip_ll	lib/display/draw2.c	/^static void box_clip_ll(double x1, double y1, double x2, double y2)$/;"	f	file:
box_draw	ps/ps.map/box.c	/^int box_draw(double t, double b, double l, double r)$/;"	f
box_fill	ps/ps.map/box.c	/^int box_fill(double t, double b, double l, double r, int color_number)$/;"	f
box_left	raster/r.thin/thin_lines.c	/^static int box_right, box_left, box_top, box_bottom;$/;"	v	file:
box_overlap	vector/v.label.sa/labels.c	/^static int box_overlap(BOUND_BOX * a, BOUND_BOX * b)$/;"	f	file:
box_overlap2	vector/v.label.sa/labels.c	/^static int box_overlap2(struct line_pnts *a, struct line_pnts *b)$/;"	f	file:
box_path	ps/ps.map/box.c	/^int box_path(double t, double b, double l, double r)$/;"	f
box_rel	lib/raster/transport.h	/^    void (*box_rel) (int, int);$/;"	m	struct:transport
box_right	raster/r.thin/thin_lines.c	/^static int box_right, box_left, box_top, box_bottom;$/;"	v	file:
box_top	raster/r.thin/thin_lines.c	/^static int box_right, box_left, box_top, box_bottom;$/;"	v	file:
box_trans_rot	vector/v.label.sa/labels.c	/^static struct line_pnts *box_trans_rot(BOUND_BOX * bb, label_point_t * p,$/;"	f	file:
boyle	vector/v.generalize/smoothing.c	/^int boyle(struct line_pnts *Points, int look_ahead, int with_z)$/;"	f
bpe	raster/r.drain/tinf.h	/^int (*bpe) ();$/;"	v
bpe	raster/r.fill.dir/tinf.h	/^int (*bpe) ();$/;"	v
bpe_c	raster/r.drain/tinf.c	/^int bpe_c()$/;"	f
bpe_c	raster/r.fill.dir/tinf.c	/^int bpe_c()$/;"	f
bpe_d	raster/r.drain/tinf.c	/^int bpe_d()$/;"	f
bpe_d	raster/r.fill.dir/tinf.c	/^int bpe_d()$/;"	f
bpe_f	raster/r.drain/tinf.c	/^int bpe_f()$/;"	f
bpe_f	raster/r.fill.dir/tinf.c	/^int bpe_f()$/;"	f
bptr	raster/r.to.vect/global.h	/^    struct COOR *bptr, *fptr;	\/* pointers to neighboring points *\/$/;"	m	struct:COOR	typeref:struct:COOR::COOR
br	ps/ps.map/ps_outline.c	/^static void *tl, *tr, *bl, *br;$/;"	v	file:
br	raster/r.to.vect/areas.c	/^static double tl, tr, bl, br;$/;"	v	file:
br	raster/r.to.vect/lines.c	/^static int tl, tc, tr, ml, mc, mr, bl, bc, br;$/;"	v	file:
brad	raster/r.sun/main.c	/^double brad(double sh)$/;"	f
brad	raster/r.sun2/rsunlib.c	/^double brad(double sh, double *bh, struct SunGeometryVarDay *sunVarGeom,$/;"	f
brad_angle_loss	raster/r.sun2/rsunlib.c	/^double brad_angle_loss(double sh, double *bh,$/;"	f
branch	lib/vector/rtree/index.h	/^    struct Branch branch[MAXCARD];$/;"	m	struct:Node	typeref:struct:Node::Branch
brd	ps/ps.map/border.h	/^struct border brd;$/;"	v	typeref:struct:border
breakLines	gui/wxpython/vdigit/digit.h	/^	bool breakLines;$/;"	m	struct:Digit::_settings
brent	lib/gmath/brent.c	/^brent(void *vstate, double (*f) (), double *x_minimum, double *f_minimum,$/;"	f	file:
brent_iterate	lib/gmath/brent.c	/^double brent_iterate(double (*f) (), double x_lower, double x_upper,$/;"	f
brent_state_t	lib/gmath/brent.c	/^brent_state_t;$/;"	t	typeref:struct:__anon73	file:
bresx	raster/simwe/simlib/waterglobs.h	/^GLOBAL double bxmi, bymi, bxma, byma, bresx, bresy;$/;"	v
bresx	raster/simwe/simlib/waterglobs.h	/^GLOBAL double rwalk, bresx, bresy, xrand, yrand;$/;"	v
bresy	raster/simwe/simlib/waterglobs.h	/^GLOBAL double bxmi, bymi, bxma, byma, bresx, bresy;$/;"	v
bresy	raster/simwe/simlib/waterglobs.h	/^GLOBAL double rwalk, bresx, bresy, xrand, yrand;$/;"	v
broken_pipe	lib/gis/list.c	/^static int broken_pipe;$/;"	v	file:
brown	imagery/i.class/input_color.c	/^int brown(void)$/;"	f
brt	include/nviz.h	/^    float brt;$/;"	m	struct:__anon289
brt	visualization/nviz/src/interface.h	/^    float brt;$/;"	m	struct:__anon100
brush_update	scripts/d.rast.edit/d.rast.edit.tcl	/^proc brush_update {} {$/;"	p
bseen	raster/r.surf.contour/contour.h	/^GLOBAL BSEG bseen, bmask;$/;"	v
bseg_close	raster/r.surf.contour/bseg_close.c	/^int bseg_close(BSEG * bseg)$/;"	f
bseg_close	raster/r.watershed/seg/bseg_close.c	/^int bseg_close(BSEG * bseg)$/;"	f
bseg_get	raster/r.surf.contour/bseg_get.c	/^int bseg_get(BSEG * bseg, CELL * value, int row, int col)$/;"	f
bseg_get	raster/r.watershed/seg/bseg_get.c	/^int bseg_get(BSEG * bseg, CELL * value, int row, int col)$/;"	f
bseg_open	raster/r.surf.contour/bseg_open.c	/^int bseg_open(BSEG * bseg, int srows, int scols, int nsegs_in_memory)$/;"	f
bseg_open	raster/r.watershed/seg/bseg_open.c	/^int bseg_open(BSEG * bseg, int srows, int scols, int nsegs_in_memory)$/;"	f
bseg_put	raster/r.surf.contour/bseg_put.c	/^int bseg_put(BSEG * bseg, CELL * value, int row, int col)$/;"	f
bseg_put	raster/r.watershed/seg/bseg_put.c	/^int bseg_put(BSEG * bseg, CELL * value, int row, int col)$/;"	f
bseg_read_cell	raster/r.surf.contour/bseg_read.c	/^int bseg_read_cell(BSEG * bseg, char *map_name, char *mapset)$/;"	f
bseg_read_cell	raster/r.watershed/seg/bseg_read.c	/^int bseg_read_cell(BSEG * bseg, char *map_name, char *mapset)$/;"	f
bseg_write_cellfile	raster/r.surf.contour/bseg_write.c	/^int bseg_write_cellfile(BSEG * bseg, char *map_name)$/;"	f
bseg_write_cellfile	raster/r.watershed/seg/bseg_write.c	/^int bseg_write_cellfile(BSEG * bseg, char *map_name)$/;"	f
bspline_column	vector/lidar/v.surf.bspline/main.c	/^char *bspline_column;$/;"	v
bspline_field	vector/lidar/v.surf.bspline/main.c	/^int bspline_field;$/;"	v
bss	raster/r.terraflow/stats.h	/^  void *bss;$/;"	m	class:statsRecorder
bt	lib/gmath/svd.c	/^static double at, bt, ct;$/;"	v	file:
btab	raster3d/r3.showdspf/togif.h	/^    short **btab;$/;"	m	struct:_vgl_GIFWriter
btree	raster/r.mapcalc/map.c	/^    BTREE btree;$/;"	m	struct:map	file:
btree	raster/r.mapcalc/map3.c	/^    BTREE btree;$/;"	m	struct:map	file:
btree_create	lib/btree/create.c	/^int btree_create(BTREE * B, int (*cmp) (const void *, const void *), int incr)$/;"	f
btree_find	lib/btree/find.c	/^int btree_find(const BTREE * B, const void *key, void **data)$/;"	f
btree_free	lib/btree/free.c	/^int btree_free(BTREE * B)$/;"	f
btree_next	lib/btree/next.c	/^int btree_next(BTREE * B, void **key, void **data)$/;"	f
btree_rewind	lib/btree/rewind.c	/^int btree_rewind(BTREE * B)$/;"	f
btree_update	lib/btree/update.c	/^int btree_update(BTREE * B,$/;"	f
bubbleUp	include/iostream/minmaxheap.h	/^void BasicMinMaxHeap<T>::bubbleUp(HeapIndex i) {$/;"	f	class:BasicMinMaxHeap
bubbleUpMax	include/iostream/minmaxheap.h	/^void BasicMinMaxHeap<T>::bubbleUpMax(HeapIndex i) {$/;"	f	class:BasicMinMaxHeap
bubbleUpMin	include/iostream/minmaxheap.h	/^void BasicMinMaxHeap<T>::bubbleUpMin(HeapIndex i) {$/;"	f	class:BasicMinMaxHeap
buf	imagery/i.ortho.photo/libes/orthophoto.h	/^	unsigned char *buf;	\/* data buffer for reading color file *\/$/;"	m	struct:Ortho_Image_Group_Ref::Ortho_Ref_Color
buf	imagery/i.ortho.photo/photo.2image/analyze.c	/^static char buf[300];$/;"	v	file:
buf	imagery/i.ortho.photo/photo.2image/drawcam.c	/^static char buf[300];$/;"	v	file:
buf	imagery/i.ortho.photo/photo.2image/mark.c	/^static char buf[300];$/;"	v	file:
buf	imagery/i.ortho.photo/photo.2image/target.c	/^static char buf[1024];$/;"	v	file:
buf	imagery/i.ortho.photo/photo.2image/use_camera.c	/^static char buf[300];$/;"	v	file:
buf	imagery/i.ortho.photo/photo.2image/where.c	/^static char buf[300];$/;"	v	file:
buf	imagery/i.ortho.photo/photo.2target/analyze.c	/^static char buf[300];$/;"	v	file:
buf	imagery/i.points/analyze.c	/^static char buf[300];$/;"	v	file:
buf	imagery/i.vpoints/analyze.c	/^static char buf[300];$/;"	v	file:
buf	include/imagery.h	/^    unsigned char *buf;        \/* data buffer for reading color file *\/$/;"	m	struct:Ref_Color
buf	include/iostream/ami_stream.h	/^  char* buf;$/;"	m	class:UntypedStream
buf	include/rowio.h	/^	void *buf;		\/* data buffer *\/$/;"	m	struct:__anon271::ROWIO_RCB
buf	include/rowio.h	/^    void *buf;			\/* current data buf *\/$/;"	m	struct:__anon271
buf	include/segment.h	/^	char *buf;		\/* data buffer *\/$/;"	m	struct:__anon280::SEGMENT_SCB
buf	raster/r.flow/r.flow.h	/^    DCELL **buf;		\/* internal row storage                 *\/$/;"	m	struct:__anon154
buf	raster/r.in.gridatb/local_proto.h	/^GLOBAL char buf[1024];$/;"	v
buf	raster/r.mapcalc/expression.h	/^    void *buf;$/;"	m	struct:expression
buf	raster/r.neighbors/ncb.h	/^    DCELL **buf;		\/* for reading raster map *\/$/;"	m	struct:ncb
buf	raster/r.out.ppm3/main.c	/^    unsigned char *buf;$/;"	m	struct:band	file:
buf	raster/r.random/local_proto.h	/^    struct RASTER_MAP_PTR nulls, cnulls, buf, cover, min, max, cmin, cmax;$/;"	m	struct:rr_state	typeref:struct:rr_state::
buf	raster/r.series/main.c	/^    DCELL *buf;$/;"	m	struct:input	file:
buf	raster/r.series/main.c	/^    DCELL *buf;$/;"	m	struct:output	file:
buf	raster/r.terraflow/stats.cc	/^struct ut { char buf[8]; };$/;"	m	struct:ut	file:
buf	raster/r.topmodel/global.h	/^GLOBAL char buf[BUFSIZE];$/;"	v
buf	raster/wildfire/r.spread/display.c	/^static char buf[SIZE], old_time[SIZE], cur_time[SIZE];$/;"	v	file:
buf	raster/wildfire/r.spread/main.c	/^char buf[400];$/;"	v
buf	vector/v.in.dwg/entity.c	/^char buf[1000];$/;"	v
buf	vector/v.in.dxf/write_vect.c	/^static char buf[1000];$/;"	v	file:
buf	vector/v.vol.rst/userglobs.h	/^char buf[1024];$/;"	v
buf2	vector/v.in.dwg/entity.c	/^char buf2[1000];$/;"	v
buf_alloc	lib/vector/diglib/portable.c	/^static int buf_alloc(int needed)$/;"	f	file:
buf_alloced	lib/vector/diglib/portable.c	/^static int buf_alloced = 0;$/;"	v	file:
buf_arity	include/iostream/empq.h	/^  unsigned int buf_arity;$/;"	m	class:em_pqueue
buf_contours	vector/v.buffer2/main.c	/^struct buf_contours$/;"	s	file:
buf_id	include/iostream/empq_impl.h	/^  unsigned short buf_id;$/;"	m	class:ExtendedEltMergeType
buff	include/gstypes.h	/^    void *buff;			\/* data buffer *\/$/;"	m	struct:__anon256
buff	include/iostream/empq.h	/^  em_buffer<T,Key>** buff;$/;"	m	class:em_pqueue
buff	vector/v.perturb/zufall.h	/^    double buff[607];$/;"	m	struct:klotz0
buff_0	include/iostream/empq.h	/^  im_buffer<T> *buff_0;$/;"	m	class:em_pqueue
buffer	lib/vector/diglib/portable.c	/^static char *buffer = NULL;$/;"	v	file:
buffer	ps/ps.map/ps_outline.c	/^static void *buffer[2];$/;"	v	file:
buffer	raster/r.to.vect/areas.c	/^static void *buffer[2];$/;"	v	file:
buffer	raster3d/r3.showdspf/togif.h	/^    unsigned long *buffer;	\/* standard 32 bit pixel buffer *\/$/;"	m	struct:_vgl_GIFWriter
buffer	vector/v.label.sa/labels.c	/^static double buffer = 0.0;$/;"	v	file:
bufferZone	raster/r.horizon/main.c	/^double bufferZone = 0., ebufferZone = 0., wbufferZone = 0.,$/;"	v
buffer_id	include/iostream/empq_impl.h	/^  unsigned short buffer_id() const  {$/;"	f	class:ExtendedEltMergeType
buffer_lines	lib/vector/Vlib/buffer2.c	/^static void buffer_lines(struct line_pnts *area_outer, struct line_pnts **area_isles,$/;"	f	file:
buflen	raster/r.mfilter.fp/main.c	/^int buflen;$/;"	v
buflen	raster/r.mfilter/glob.h	/^GLOBAL int buflen;$/;"	v
bufs	raster/r.resamp.interp/main.c	/^static DCELL *bufs[4];$/;"	v	file:
bufs	raster/r.resamp.stats/main.c	/^static DCELL **bufs;$/;"	v	file:
bufsize	include/iostream/empq.h	/^  unsigned long bufsize;$/;"	m	class:em_pqueue
buildPg	visualization/nviz/src/buildPg.c	/^char *buildPg(char *ktab, char *keycat, int curcat)$/;"	f
buildPgSite	visualization/nviz/src/buildPg.c	/^char *buildPgSite(char *ktab, char *ycol, char *xcol)$/;"	f
build_menu	general/manage/lib/menu.c	/^int build_menu(void)$/;"	f
build_method_list	raster/r.resamp.stats/main.c	/^static char *build_method_list(void)$/;"	f	file:
build_method_list	raster/r.series/main.c	/^static char *build_method_list(void)$/;"	f	file:
build_one_row	raster/r.drain/filldir.c	/^void build_one_row(int i, int nl, int ns, struct band3 *bnd, CELL * dir,$/;"	f
build_one_row	raster/r.fill.dir/filldir.c	/^void build_one_row(int i, int nl, int ns, struct band3 *bnd, CELL * dir)$/;"	f
build_thresh_arrays	raster3d/r3.showdspf/thresh_array.c	/^int build_thresh_arrays(D_spec, headp)$/;"	f
buildheap	include/iostream/replacementHeap.h	/^ReplacementHeap<T,Compare>::buildheap() {$/;"	f	class:ReplacementHeap
buildheap	include/iostream/replacementHeapBlock.h	/^ReplacementHeapBlock<T,Compare>::buildheap() {$/;"	f	class:ReplacementHeapBlock
built	include/vect/dig_structs.h	/^    int built;			\/* the highest level of topology currently available (GV_BUILD_*) *\/$/;"	m	struct:Plus_head
button	visualization/nviz/src/togl_flythrough.c	/^    int button[3];$/;"	m	struct:mouseData	file:
buttonAny	visualization/nviz/src/togl_flythrough.c	/^    int buttonAny;$/;"	m	struct:mouseData	file:
bx	vector/v.transform/trans.h	/^GLOBAL double bx[MAX_COOR];	\/*  map we are going to   *\/$/;"	v
bxma	raster/simwe/simlib/waterglobs.h	/^GLOBAL double bxmi, bymi, bxma, byma, bresx, bresy;$/;"	v
bxmi	raster/simwe/simlib/waterglobs.h	/^GLOBAL double bxmi, bymi, bxma, byma, bresx, bresy;$/;"	v
bxmi	raster/simwe/simlib/waterglobs.h	/^GLOBAL double bxmi, bymi;$/;"	v
by	vector/v.transform/trans.h	/^GLOBAL double by[MAX_COOR];$/;"	v
by_cat	vector/v.what.rast/main.c	/^static int by_cat(const void *ii, const void *jj)$/;"	f	file:
by_point	raster/r.what/main.c	/^static int by_point(const void *ii, const void *jj)$/;"	f	file:
by_row	raster/r.what/main.c	/^static int by_row(const void *ii, const void *jj)$/;"	f	file:
by_row	vector/v.what.rast/main.c	/^static int by_row(const void *ii, const void *jj)$/;"	f	file:
byma	raster/simwe/simlib/waterglobs.h	/^GLOBAL double bxmi, bymi, bxma, byma, bresx, bresy;$/;"	v
bymi	raster/simwe/simlib/waterglobs.h	/^GLOBAL double bxmi, bymi, bxma, byma, bresx, bresy;$/;"	v
bymi	raster/simwe/simlib/waterglobs.h	/^GLOBAL double bxmi, bymi;$/;"	v
byte_order	include/vect/dig_structs.h	/^    int byte_order;$/;"	m	struct:Port_info
bytes	include/bitmap.h	/^    int bytes;$/;"	m	struct:BM
c	db/base/select.c	/^    int c, d, h, test_only;$/;"	m	struct:__anon9	file:
c	db/drivers/dbf/globals.h	/^    char *c;$/;"	m	struct:__anon12
c	display/d.profile/profile.h	/^	CELL c;$/;"	m	union:_ucat::__anon94
c	display/d.profile/profile.h	/^    CELL *c;$/;"	m	union:_raster_ptr
c	imagery/i.atcorr/AerosolModel.h	/^	float c[4];$/;"	m	struct:AerosolModel
c	include/site.h	/^	int c;$/;"	m	union:__anon294::__anon295
c	include/vask.h	/^    char *c;$/;"	m	union:target
c	include/vect/dig_structs.h	/^    int *c;			\/* array where 'class' or new category or something like that is stored *\/$/;"	m	struct:varray
c	lib/gpde/N_heatflow.h	/^    N_array_2d *c;		\/*c *\/$/;"	m	struct:__anon43
c	lib/gpde/N_heatflow.h	/^    N_array_3d *c;		\/*c *\/$/;"	m	struct:__anon42
c	lib/gpde/N_solute_transport.h	/^    N_array_2d *c;		\/*concentration *\/$/;"	m	struct:__anon45
c	lib/gpde/N_solute_transport.h	/^    N_array_3d *c;		\/*concentration *\/$/;"	m	struct:__anon44
c	lib/vector/diglib/port_test.c	/^    unsigned char c[PORT_DOUBLE];$/;"	m	union:type_conv	file:
c	raster/r.contour/cont.c	/^    int r, c;$/;"	m	struct:cell	file:
c	raster/r.flow/calc.c	/^    double r, c;		\/* cell matrix coordinates      *\/$/;"	m	struct:__anon151	file:
c	raster/r.in.poly/raster.c	/^    char **c;$/;"	m	union:__anon160	file:
c	raster/r.li/r.li.daemon/GenericCell.h	/^    CELL c;$/;"	m	union:cella
c	raster/r.out.pov/main.c	/^int rowCount, columnCount, r, c;$/;"	v
c	raster/r.random/local_proto.h	/^    CELL *c;$/;"	m	union:RASTER_PTR
c	raster/r.sun/main.c	/^double length, zmult = 1.0, c, declin, linke, alb, step;$/;"	v
c	raster/r.sunmask/main.c	/^    CELL *c;$/;"	m	union:RASTER_PTR	file:
c	vector/v.digit/global.h	/^    char *c;$/;"	m	struct:__anon197
c	vector/v.voronoi/sw_defs.h	/^    double a, b, c;$/;"	m	struct:Edge
c1	raster/r.li/r.li.cwed/cellWeighted.h	/^    generic_cell c1;$/;"	m	struct:CoppiaPesata
c10c	raster/r.le/r.le.patch/patch.c	/^FILE *a5, *a6, *a1_4, *a7, *a8, *c1_4, *c5, *c6, *c7, *c8, *c9c, *c9e, *c10c,$/;"	v
c10e	raster/r.le/r.le.patch/patch.c	/^    *c10e, *s3, *s4, *s5, *s6, *s7_8, *s1_2, *h3, *h4, *h5, *h6, *h1_2, *n1_4,$/;"	v
c1_4	raster/r.le/r.le.patch/patch.c	/^FILE *a5, *a6, *a1_4, *a7, *a8, *c1_4, *c5, *c6, *c7, *c8, *c9c, *c9e, *c10c,$/;"	v
c1max	raster/r.resamp.rst/main.c	/^    c1max, c2min, c2max;$/;"	v
c1max	vector/v.surf.rst/main.c	/^double gmin, gmax, c1min, c1max, c2min, c2max, fi, rsm;$/;"	v
c1max	vector/v.vol.rst/userglobs.h	/^double \/* gcmax *\/ gmin, gmax, c1min, c1max, c2min, c2max, c3min, c3max;$/;"	v
c1min	raster/r.resamp.rst/main.c	/^double fstar2, tfsta2, xmin, xmax, ymin, ymax, zmin, zmax, gmin, gmax, c1min,$/;"	v
c1min	vector/v.surf.rst/main.c	/^double gmin, gmax, c1min, c1max, c2min, c2max, fi, rsm;$/;"	v
c1min	vector/v.vol.rst/userglobs.h	/^double \/* gcmax *\/ gmin, gmax, c1min, c1max, c2min, c2max, c3min, c3max;$/;"	v
c2	raster/r.li/r.li.cwed/cellWeighted.h	/^    generic_cell c2;$/;"	m	struct:CoppiaPesata
c2	raster/r.sun2/rsunlib.c	608;"	d	file:
c2max	raster/r.resamp.rst/main.c	/^    c1max, c2min, c2max;$/;"	v
c2max	vector/v.surf.rst/main.c	/^double gmin, gmax, c1min, c1max, c2min, c2max, fi, rsm;$/;"	v
c2max	vector/v.vol.rst/userglobs.h	/^double \/* gcmax *\/ gmin, gmax, c1min, c1max, c2min, c2max, c3min, c3max;$/;"	v
c2min	raster/r.resamp.rst/main.c	/^    c1max, c2min, c2max;$/;"	v
c2min	vector/v.surf.rst/main.c	/^double gmin, gmax, c1min, c1max, c2min, c2max, fi, rsm;$/;"	v
c2min	vector/v.vol.rst/userglobs.h	/^double \/* gcmax *\/ gmin, gmax, c1min, c1max, c2min, c2max, c3min, c3max;$/;"	v
c3max	vector/v.vol.rst/userglobs.h	/^double \/* gcmax *\/ gmin, gmax, c1min, c1max, c2min, c2max, c3min, c3max;$/;"	v
c3min	vector/v.vol.rst/userglobs.h	/^double \/* gcmax *\/ gmin, gmax, c1min, c1max, c2min, c2max, c3min, c3max;$/;"	v
c5	raster/r.le/r.le.patch/patch.c	/^FILE *a5, *a6, *a1_4, *a7, *a8, *c1_4, *c5, *c6, *c7, *c8, *c9c, *c9e, *c10c,$/;"	v
c6	raster/r.le/r.le.patch/patch.c	/^FILE *a5, *a6, *a1_4, *a7, *a8, *c1_4, *c5, *c6, *c7, *c8, *c9c, *c9e, *c10c,$/;"	v
c7	raster/r.le/r.le.patch/patch.c	/^FILE *a5, *a6, *a1_4, *a7, *a8, *c1_4, *c5, *c6, *c7, *c8, *c9c, *c9e, *c10c,$/;"	v
c8	raster/r.le/r.le.patch/patch.c	/^FILE *a5, *a6, *a1_4, *a7, *a8, *c1_4, *c5, *c6, *c7, *c8, *c9c, *c9e, *c10c,$/;"	v
c9c	raster/r.le/r.le.patch/patch.c	/^FILE *a5, *a6, *a1_4, *a7, *a8, *c1_4, *c5, *c6, *c7, *c8, *c9c, *c9e, *c10c,$/;"	v
c9e	raster/r.le/r.le.patch/patch.c	/^FILE *a5, *a6, *a1_4, *a7, *a8, *c1_4, *c5, *c6, *c7, *c8, *c9c, *c9e, *c10c,$/;"	v
cAddEdge	lib/vector/dglib/graph.h	/^    int cAddEdge;		\/* # of calls to dglAddEdge() *\/$/;"	m	struct:_dglGraph
cAlone	lib/vector/dglib/graph.h	/^    dglInt32_t cAlone;$/;"	m	struct:_dglGraph
cArc	lib/vector/dglib/graph.h	/^    dglInt32_t cArc;$/;"	m	struct:_dglSPReport
cEdge	lib/vector/dglib/graph.h	/^    dglInt32_t cEdge;$/;"	m	struct:_dglGraph
cEdge	lib/vector/dglib/graph.h	/^    int cEdge, iEdge;$/;"	m	struct:__anon83
cEdge	lib/vector/dglib/graph.h	/^    int cEdge;$/;"	m	struct:__anon80
cHead	lib/vector/dglib/graph.h	/^    dglInt32_t cHead;$/;"	m	struct:_dglGraph
cHigh	include/gis.h	/^    CELL cHigh;$/;"	m	struct:Quant_table
cHigh	swig/perl/gis.h	/^    CELL cHigh;$/;"	m	struct:Quant_table
cLow	include/gis.h	/^    CELL cLow;$/;"	m	struct:Quant_table
cLow	swig/perl/gis.h	/^    CELL cLow;$/;"	m	struct:Quant_table
cMax	include/gis.h	/^    CELL cMax;$/;"	m	struct:Quant
cMax	swig/perl/gis.h	/^    CELL cMax;$/;"	m	struct:Quant
cMin	include/gis.h	/^    CELL cMin;$/;"	m	struct:Quant
cMin	swig/perl/gis.h	/^    CELL cMin;$/;"	m	struct:Quant
cNode	lib/vector/dglib/graph.h	/^    dglInt32_t cNode;$/;"	m	struct:_dglGraph
cNodeTree	lib/vector/dglib/graph.h	/^    int cNodeTree;		\/* # of probes in the node tree *\/$/;"	m	struct:_dglGraph
cRangeSet	include/gis.h	/^    int cRangeSet;$/;"	m	struct:Quant
cRangeSet	swig/perl/gis.h	/^    int cRangeSet;$/;"	m	struct:Quant
cTail	lib/vector/dglib/graph.h	/^    dglInt32_t cTail;$/;"	m	struct:_dglGraph
c_add_blank_bgcmd	vector/v.digit/c_face.c	/^c_add_blank_bgcmd(ClientData cdata, Tcl_Interp * interp, int argc,$/;"	f
c_add_cat	vector/v.digit/c_face.c	/^int c_add_cat(ClientData cdata, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
c_ave	lib/stats/c_ave.c	/^void c_ave(DCELL * result, DCELL * values, int n)$/;"	f
c_binop	raster/r.mapcalc/check.c	/^int c_binop(int argc, int *argt)$/;"	f
c_calc	doc/raster/r.example/main.c	/^CELL c_calc(CELL x)$/;"	f
c_cancel	vector/v.digit/c_face.c	/^int c_cancel(ClientData cdata, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
c_cmpop	raster/r.mapcalc/check.c	/^int c_cmpop(int argc, int *argt)$/;"	f
c_col	raster/r.le/r.le.patch/patch.h	/^    double c_row, c_col;$/;"	m	struct:patch
c_col	raster/r.le/r.le.trace/r.le.trace.h	/^    double c_row, c_col;$/;"	m	struct:patch
c_count	lib/stats/c_count.c	/^void c_count(DCELL * result, DCELL * values, int n)$/;"	f
c_create_bgcmd	vector/v.digit/c_face.c	/^c_create_bgcmd(ClientData cdata, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
c_create_table	vector/v.digit/c_face.c	/^c_create_table(ClientData cdata, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
c_del_cat	vector/v.digit/c_face.c	/^int c_del_cat(ClientData cdata, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
c_divr	lib/stats/c_divr.c	/^void c_divr(DCELL * result, DCELL * values, int n)$/;"	f
c_double	raster/r.mapcalc/xdouble.c	/^int c_double(int argc, int *argt)$/;"	f
c_double0	raster/r.mapcalc/check.c	/^int c_double0(int argc, int *argt)$/;"	f
c_double1	raster/r.mapcalc/check.c	/^int c_double1(int argc, int *argt)$/;"	f
c_double12	raster/r.mapcalc/check.c	/^int c_double12(int argc, int *argt)$/;"	f
c_eval	raster/r.mapcalc/xeval.c	/^int c_eval(int argc, int *argt)$/;"	f
c_flag	raster3d/r3.showdspf/vizual.h	/^    int c_flag;			\/* reset flag *\/$/;"	m	struct:dspec
c_float	raster/r.mapcalc/xfloat.c	/^int c_float(int argc, int *argt)$/;"	f
c_graph	raster/r.mapcalc/xgraph.c	/^int c_graph(int argc, int *argt)$/;"	f
c_if	raster/r.mapcalc/xif.c	/^int c_if(int argc, int *argt)$/;"	f
c_im	lib/gmath/fft.c	41;"	d	file:
c_int	raster/r.mapcalc/xint.c	/^int c_int(int argc, int *argt)$/;"	f
c_int0	raster/r.mapcalc/check.c	/^int c_int0(int argc, int *argt)$/;"	f
c_intr	lib/stats/c_intr.c	/^void c_intr(DCELL * result, DCELL * values, int n)$/;"	f
c_isnull	raster/r.mapcalc/xisnull.c	/^int c_isnull(int argc, int *argt)$/;"	f
c_kurt	lib/stats/c_kurt.c	/^void c_kurt(DCELL * result, DCELL * values, int n)$/;"	f
c_logop	raster/r.mapcalc/check.c	/^int c_logop(int argc, int *argt)$/;"	f
c_max	lib/stats/c_max.c	/^void c_max(DCELL * result, DCELL * values, int n)$/;"	f
c_maxx	lib/stats/c_maxx.c	/^void c_maxx(DCELL * result, DCELL * values, int n)$/;"	f
c_median	lib/stats/c_median.c	/^void c_median(DCELL * result, DCELL * values, int n)$/;"	f
c_min	lib/stats/c_min.c	/^void c_min(DCELL * result, DCELL * values, int n)$/;"	f
c_minx	lib/stats/c_minx.c	/^void c_minx(DCELL * result, DCELL * values, int n)$/;"	f
c_mode	lib/stats/c_mode.c	/^void c_mode(DCELL * result, DCELL * values, int n)$/;"	f
c_next_tool	vector/v.digit/c_face.c	/^int c_next_tool(ClientData cdata, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
c_not	raster/r.mapcalc/xnot.c	/^int c_not(int argc, int *argt)$/;"	f
c_perc90	lib/stats/c_percentile.c	/^void c_perc90(DCELL * result, DCELL * values, int n)$/;"	f
c_quart1	lib/stats/c_percentile.c	/^void c_quart1(DCELL * result, DCELL * values, int n)$/;"	f
c_quart3	lib/stats/c_percentile.c	/^void c_quart3(DCELL * result, DCELL * values, int n)$/;"	f
c_range	lib/stats/c_range.c	/^void c_range(DCELL * result, DCELL * values, int n)$/;"	f
c_re	lib/gmath/fft.c	40;"	d	file:
c_reg_c	lib/stats/c_reg.c	/^void c_reg_c(DCELL * result, DCELL * values, int n)$/;"	f
c_reg_m	lib/stats/c_reg.c	/^void c_reg_m(DCELL * result, DCELL * values, int n)$/;"	f
c_reg_r2	lib/stats/c_reg.c	/^void c_reg_r2(DCELL * result, DCELL * values, int n)$/;"	f
c_round	raster/r.mapcalc/xround.c	/^int c_round(int argc, int *argt)$/;"	f
c_row	raster/r.le/r.le.patch/patch.h	/^    double c_row, c_col;$/;"	m	struct:patch
c_row	raster/r.le/r.le.trace/r.le.trace.h	/^    double c_row, c_col;$/;"	m	struct:patch
c_set_bgcmd	vector/v.digit/c_face.c	/^int c_set_bgcmd(ClientData cdata, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
c_set_color	vector/v.digit/c_face.c	/^int c_set_color(ClientData cdata, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
c_set_on	vector/v.digit/c_face.c	/^int c_set_on(ClientData cdata, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
c_skew	lib/stats/c_skew.c	/^void c_skew(DCELL * result, DCELL * values, int n)$/;"	f
c_stack	lib/ogsf/trans.c	/^static float c_stack[MAX_STACK][4][4];	\/* matrix stack *\/$/;"	v	file:
c_start	lib/gpde/N_solute_transport.h	/^    N_array_2d *c_start;	\/*concentration at start *\/$/;"	m	struct:__anon45
c_start	lib/gpde/N_solute_transport.h	/^    N_array_3d *c_start;	\/*concentration at start *\/$/;"	m	struct:__anon44
c_stddev	lib/stats/c_stddev.c	/^void c_stddev(DCELL * result, DCELL * values, int n)$/;"	f
c_sum	lib/stats/c_sum.c	/^void c_sum(DCELL * result, DCELL * values, int n)$/;"	f
c_table_definition	vector/v.digit/c_face.c	/^c_table_definition(ClientData cdata, Tcl_Interp * interp, int argc,$/;"	f
c_time	raster/wildfire/r.spread/display.c	/^static time_t c_time;$/;"	v	file:
c_to_if	raster3d/r3.in.v5d/binio.c	/^static void c_to_if(long *t, const long *f)$/;"	f	file:
c_to_if	raster3d/r3.out.v5d/binio.c	/^static void c_to_if(long *t, const long *f)$/;"	f	file:
c_tool_centre	vector/v.digit/c_face.c	/^c_tool_centre(ClientData cdata, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
c_unop	raster/r.mapcalc/check.c	/^int c_unop(int argc, int *argt)$/;"	f
c_update_tool	vector/v.digit/util.c	/^int c_update_tool(ClientData cdata, Tcl_Interp * interp, int argc,$/;"	f
c_var	lib/stats/c_var.c	/^void c_var(DCELL * result, DCELL * values, int n)$/;"	f
c_var_set	vector/v.digit/c_face.c	/^int c_var_set(ClientData cdata, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
c_varop	raster/r.mapcalc/check.c	/^int c_varop(int argc, int *argt)$/;"	f
c_z2	lib/ogsf/gs_norms.c	/^static float c_z2, c_z2_sq;$/;"	v	file:
c_z2_sq	lib/ogsf/gs_norms.c	/^static float c_z2, c_z2_sq;$/;"	v	file:
cache	include/G3d.h	/^    void *cache;		\/* pointer to cache structure *\/$/;"	m	struct:G3D_Map
cache	lib/g3d/g3dparam.c	/^    struct Option *cache;$/;"	m	struct:__anon28	typeref:struct:__anon28::Option	file:
cache	raster/r.li/r.li.daemon/daemon.h	/^    CELL **cache;$/;"	m	struct:cell_memory_entry
cache	raster/r.li/r.li.daemon/daemon.h	/^    DCELL **cache;$/;"	m	struct:dcell_memory_entry
cache	raster/r.li/r.li.daemon/daemon.h	/^    FCELL **cache;$/;"	m	struct:fcell_memory_entry
cache	raster/r.proj.seg/r.proj.h	/^struct cache$/;"	s
cacheFD	include/G3d.h	/^    int cacheFD;		\/* file discriptor of cache file -- write mode only *\/$/;"	m	struct:G3D_Map
cacheFileName	include/G3d.h	/^    char *cacheFileName;	\/* filename of cache file -- write mode only *\/$/;"	m	struct:G3D_Map
cacheFlushFun	lib/g3d/g3dcache.c	/^static int cacheFlushFun(int tileIndex, const void *tileBuf, void *closure)$/;"	f	file:
cacheHashPtr	visualization/nviz/src/tkFont.h	/^    Tcl_HashEntry *cacheHashPtr;	\/* Entry in font cache for this structure,$/;"	m	struct:TkFont
cachePosLast	include/G3d.h	/^    long cachePosLast;		\/* position of last entry in cache file -- write *\/$/;"	m	struct:G3D_Map
cacheRead_readFun	lib/g3d/g3dcache.c	/^static int cacheRead_readFun(int tileIndex, void *tileBuf, void *closure)$/;"	f	file:
cacheWrite_readFun	lib/g3d/g3dcache.c	/^static int cacheWrite_readFun(int tileIndex, void *tileBuf, void *closure)$/;"	f	file:
cacheWrite_writeFun	lib/g3d/g3dcache.c	/^cacheWrite_writeFun(int tileIndex, const void *tileBuf, void *closure)$/;"	f	file:
cache_dummy_fun	lib/g3d/cache.c	/^static int cache_dummy_fun(int tileIndex, const void *tileBuf, void *map)$/;"	f	file:
cache_feature	lib/vector/Vlib/read_ogr.c	/^static int cache_feature(struct Map_info *Map, OGRGeometryH hGeom, int ftype)$/;"	f	file:
cache_queue_append	lib/g3d/cache.c	/^static void cache_queue_append(G3D_cache * c, int index)$/;"	f	file:
cache_queue_dequeue	lib/g3d/cache.c	/^static void cache_queue_dequeue(G3D_cache * c, int index)$/;"	f	file:
cache_queue_enqueue	lib/g3d/cache.c	/^static void cache_queue_enqueue(G3D_cache * c, int left, int index)$/;"	f	file:
cache_queue_get_top	lib/g3d/cache.c	/^static int cache_queue_get_top(G3D_cache * c)$/;"	f	file:
cache_queue_preppend	lib/g3d/cache.c	/^static void cache_queue_preppend(G3D_cache * c, int index)$/;"	f	file:
cache_remove_elt	lib/g3d/cache.c	/^static int cache_remove_elt(G3D_cache * c, int name, int doFlush)$/;"	f	file:
cache_test_add	lib/g3d/cache.c	/^static void cache_test_add(void *c, int name, int val)$/;"	f	file:
cache_test_data_type	lib/g3d/cache.c	/^} cache_test_data_type;$/;"	t	typeref:struct:__anon30	file:
cache_test_flush_fun	lib/g3d/cache.c	/^static int cache_test_flush_fun(int name, const void *eltPtr, void *data)$/;"	f	file:
cache_test_load_fun	lib/g3d/cache.c	/^static int cache_test_load_fun(int name, void *eltPtr, void *data)$/;"	f	file:
cache_test_print	lib/g3d/cache.c	/^static void cache_test_print(G3D_cache * c)$/;"	f	file:
cairo	lib/cairodriver/Graph.c	/^cairo_t *cairo;$/;"	v
cairo	lib/init/variables.html	/^<a name="cairo"><\/a>$/;"	a
cairo_create	configure	/^cairo_create();$/;"	f
cairo_xlib_surface_create_with_xrender_format	configure	/^cairo_xlib_surface_create_with_xrender_format();$/;"	f
cal_att	raster/r.le/r.le.pixel/texture.c	/^void cal_att(double **buf, double **null_buf, int i0, int j0, int nr, int nc,$/;"	f
cal_divers	raster/r.le/r.le.pixel/texture.c	/^void cal_divers(double **buf, double **null_buf, int i0, int j0, int nr,$/;"	f
cal_edge	raster/r.le/r.le.pixel/texture.c	/^void cal_edge(double **buf, double **null_buf, int i0, int j0, int nr, int nc,$/;"	f
cal_tex	raster/r.le/r.le.pixel/texture.c	/^void cal_tex(double **buf, double **null_buf, int i0, int j0, int nr, int nc,$/;"	f
calc_covariance	imagery/i.pca/main.c	/^static int calc_covariance(int *fds, double **covar, double *mu, int bands)$/;"	f	file:
calc_cube_info	raster3d/r3.mkdspf/iso_surface.c	/^static void calc_cube_info(float *data[], int z1)$/;"	f	file:
calc_cube_info	visualization/nviz/src/mkdspf_iso_surface.c	/^calc_cube_info(data, z1)$/;"	f
calc_fnorm	raster3d/r3.mkdspf/iso_surface.c	/^static void calc_fnorm(int c_ndx)$/;"	f	file:
calc_fnorm	visualization/nviz/src/mkdspf_iso_surface.c	/^calc_fnorm(c_ndx)$/;"	f
calc_kappa	raster/r.kappa/calc_kappa.c	/^void calc_kappa(void)$/;"	f
calc_label_overlap	vector/v.label.sa/annealing.c	/^static double calc_label_overlap(label_t * label, int cc, int nc)$/;"	f	file:
calc_mean	vector/lidar/v.surf.bspline/crosscorr.c	/^double calc_mean(double *values, int nvalues)$/;"	f
calc_mu	imagery/i.pca/main.c	/^static int calc_mu(int *fds, double *mu, int bands)$/;"	f	file:
calc_mxmy	visualization/nviz/src/togl_flythrough.c	/^void calc_mxmy(struct Togl *togl)$/;"	f
calc_norm	lib/ogsf/gs_norms.c	/^int calc_norm(geosurf * gs, int drow, int dcol, unsigned int neighbors)$/;"	f
calc_num	raster/r.le/r.le.setup/sample.c	/^static int calc_num(int w_w, int w_l, double ratio, int u_w, int u_l,$/;"	f	file:
calc_position	visualization/nviz/scripts/panel_pos.tcl	/^proc calc_position {flag} {$/;"	p
calc_root_mean_square	vector/lidar/v.surf.bspline/crosscorr.c	/^double calc_root_mean_square(double *values, int nvalues)$/;"	f
calc_standard_deviation	vector/lidar/v.surf.bspline/crosscorr.c	/^double calc_standard_deviation(double *values, int nvalues)$/;"	f
calc_unit_loc	raster/r.le/r.le.setup/sample.c	/^static int calc_unit_loc(double radius, int top, int bot, int left, int right,$/;"	f	file:
calccoef	general/g.transform/crs.c	/^static int calccoef(struct Control_Points *cp, double E[], double N[],$/;"	f	file:
calccoef	imagery/i.rectify/crs.c	/^calccoef(struct Control_Points *cp, double E[], double N[], int order)$/;"	f	file:
calccoef	imagery/i.vpoints/crs.c	/^calccoef(struct Control_Points *cp, double E[], double N[], int order)$/;"	f	file:
calcls	general/g.transform/crs.c	/^static int calcls(struct Control_Points *cp, struct MATRIX *m, double a[], double b[], double E[],	\/* EASTING COEFFICIENTS *\/$/;"	f	file:
calcls	imagery/i.rectify/crs.c	/^static int calcls(struct Control_Points *cp, struct MATRIX *m, DOUBLE a[], DOUBLE b[], double E[],	\/* EASTING COEFFICIENTS *\/$/;"	f	file:
calcls	imagery/i.vpoints/crs.c	/^static int calcls(struct Control_Points *cp, struct MATRIX *m, DOUBLE a[], DOUBLE b[], double E[],	\/* EASTING COEFFICIENTS *\/$/;"	f	file:
calculate	raster/r.flow/calc.c	/^static void calculate(void)$/;"	f	file:
calculate	raster/r.horizon/main.c	/^void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w,$/;"	f
calculate	raster/r.li/r.li.cwed/cwed.c	/^int calculate(int fd, area_des ad, Coppie * cc, long totCoppie,$/;"	f
calculate	raster/r.li/r.li.dominance/dominance.c	/^int calculate(int fd, area_des ad, double *result)$/;"	f
calculate	raster/r.li/r.li.edgedensity/edgedensity.c	/^int calculate(int fd, area_des ad, char **valore, double *result)$/;"	f
calculate	raster/r.li/r.li.mpa/mpa.c	/^int calculate(int fd, area_des ad, double *result)$/;"	f
calculate	raster/r.li/r.li.mps/mps.c	/^int calculate(int fd, area_des ad, struct Cell_head hd, double *result)$/;"	f
calculate	raster/r.li/r.li.padcv/padcv.c	/^int calculate(int fd, area_des ad, double *result)$/;"	f
calculate	raster/r.li/r.li.padrange/padrange.c	/^int calculate(int fd, area_des ad, double *result)$/;"	f
calculate	raster/r.li/r.li.padsd/padsd.c	/^int calculate(int fd, area_des ad, double *result)$/;"	f
calculate	raster/r.li/r.li.richness/richness.c	/^double calculate(area_des ad, int fd, double *result)$/;"	f
calculate	raster/r.li/r.li.shannon/shannon.c	/^int calculate(int fd, area_des ad, double *result)$/;"	f
calculate	raster/r.li/r.li.simpson/simpson.c	/^double calculate(area_des ad, int fd, double *result)$/;"	f
calculate	raster/r.sun/main.c	/^void calculate(void)$/;"	f
calculate	raster/r.sun2/main.c	/^void calculate(double singleSlope, double singleAspect, double singleAlbedo,$/;"	f
calculate	scripts/r.in.wms/r.in.wms	/^calculate() {$/;"	f
calculate	scripts/r.in.wms/wms.download	/^calculate() {$/;"	f
calculate	scripts/r.in.wms/wms.request	/^calculate() {$/;"	f
calculate	scripts/r.tileset/r.tileset	/^calculate() {$/;"	f
calculateD	raster/r.li/r.li.cwed/cwed.c	/^int calculateD(int fd, area_des ad, Coppie * cc, long totCoppie,$/;"	f
calculateD	raster/r.li/r.li.dominance/dominance.c	/^int calculateD(int fd, area_des ad, double *result)$/;"	f
calculateD	raster/r.li/r.li.edgedensity/edgedensity.c	/^int calculateD(int fd, area_des ad, char **valore, double *result)$/;"	f
calculateD	raster/r.li/r.li.mpa/mpa.c	/^int calculateD(int fd, area_des ad, double *result)$/;"	f
calculateD	raster/r.li/r.li.mps/mps.c	/^int calculateD(int fd, area_des ad, struct Cell_head hd, double *result)$/;"	f
calculateD	raster/r.li/r.li.padcv/padcv.c	/^int calculateD(int fd, area_des ad, double *result)$/;"	f
calculateD	raster/r.li/r.li.padrange/padrange.c	/^int calculateD(int fd, area_des ad, double *result)$/;"	f
calculateD	raster/r.li/r.li.padsd/padsd.c	/^int calculateD(int fd, area_des ad, double *result)$/;"	f
calculateD	raster/r.li/r.li.richness/richness.c	/^double calculateD(area_des ad, int fd, double *result)$/;"	f
calculateD	raster/r.li/r.li.shannon/shannon.c	/^int calculateD(int fd, area_des ad, double *result)$/;"	f
calculateD	raster/r.li/r.li.simpson/simpson.c	/^double calculateD(area_des ad, int fd, double *result)$/;"	f
calculateF	raster/r.li/r.li.cwed/cwed.c	/^int calculateF(int fd, area_des ad, Coppie * cc, long totCoppie,$/;"	f
calculateF	raster/r.li/r.li.dominance/dominance.c	/^int calculateF(int fd, area_des ad, double *result)$/;"	f
calculateF	raster/r.li/r.li.edgedensity/edgedensity.c	/^int calculateF(int fd, area_des ad, char **valore, double *result)$/;"	f
calculateF	raster/r.li/r.li.mpa/mpa.c	/^int calculateF(int fd, area_des ad, double *result)$/;"	f
calculateF	raster/r.li/r.li.mps/mps.c	/^int calculateF(int fd, area_des ad, struct Cell_head hd, double *result)$/;"	f
calculateF	raster/r.li/r.li.padcv/padcv.c	/^int calculateF(int fd, area_des ad, double *result)$/;"	f
calculateF	raster/r.li/r.li.padrange/padrange.c	/^int calculateF(int fd, area_des ad, double *result)$/;"	f
calculateF	raster/r.li/r.li.padsd/padsd.c	/^int calculateF(int fd, area_des ad, double *result)$/;"	f
calculateF	raster/r.li/r.li.richness/richness.c	/^double calculateF(area_des ad, int fd, double *result)$/;"	f
calculateF	raster/r.li/r.li.shannon/shannon.c	/^int calculateF(int fd, area_des ad, double *result)$/;"	f
calculateF	raster/r.li/r.li.simpson/simpson.c	/^double calculateF(area_des ad, int fd, double *result)$/;"	f
calculateIndex	raster/r.li/r.li.daemon/daemon.c	/^int calculateIndex(char *file, int f(int, char **, area_des, double *),$/;"	f
calculate_distances	vector/v.surf.idw/main.c	/^void calculate_distances(int row, int column, double north,$/;"	f
calculate_distances_noindex	vector/v.surf.idw/main.c	/^void calculate_distances_noindex(double north, double east)$/;"	f
calculate_shadow	raster/r.horizon/main.c	/^void calculate_shadow()$/;"	f
calculate_shadow_onedirection	raster/r.horizon/main.c	/^double calculate_shadow_onedirection(double shadow_angle)$/;"	f
call	gui/wxpython/compat/subprocess.py	/^def call(*args, **kwargs):$/;"	f
call	imagery/i.ortho.photo/photo.2image/call.c	/^int call(int (*function) (), char *msg)$/;"	f
call	imagery/i.ortho.photo/photo.2target/call.c	/^int call(int (*function) (void), char *msg)$/;"	f
call	imagery/i.points/call.c	/^int call(int (*function) (), char *msg)$/;"	f
call	imagery/i.vpoints/call.c	/^int call(int (*function) (void), char *msg)$/;"	f
call	lib/python/core.py	/^def call(*args, **kwargs):$/;"	f
call_argv	swig/perl/R_slope_aspect/ppport.h	583;"	d
call_method	swig/perl/R_slope_aspect/ppport.h	587;"	d
call_pv	swig/perl/R_slope_aspect/ppport.h	591;"	d
call_sv	swig/perl/R_slope_aspect/ppport.h	595;"	d
callback	lib/gpde/N_pde.h	/^    N_data_star *(*callback) ();$/;"	m	struct:__anon52
callback	lib/gpde/N_pde.h	/^    N_data_star *(*callback) ();$/;"	m	struct:__anon53
cam_id	imagery/i.ortho.photo/libes/orthophoto.h	/^    char cam_id[30];$/;"	m	struct:Ortho_Camera_File_Ref
cam_id	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM char cam_name[30], cam_id[30];$/;"	v
cam_info	imagery/i.ortho.photo/photo.camera/globals.h	/^GLOBAL struct Ortho_Camera_File_Ref cam_info;$/;"	v	typeref:struct:Ortho_Camera_File_Ref
cam_info	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL struct Ortho_Camera_File_Ref cam_info;$/;"	v	typeref:struct:Ortho_Camera_File_Ref
cam_name	imagery/i.ortho.photo/libes/orthophoto.h	/^    char cam_name[30];$/;"	m	struct:Ortho_Camera_File_Ref
cam_name	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM char cam_name[30], cam_id[30];$/;"	v
camera	imagery/i.ortho.photo/photo.camera/globals.h	/^GLOBAL char *camera;$/;"	v
camera_error	imagery/i.ortho.photo/libes/open_camera.c	/^static int camera_error(char *camera, char *file, char *msga, char *msgb)$/;"	f	file:
camera_exp	imagery/i.ortho.photo/libes/orthophoto.h	/^    struct Ortho_Camera_Exp_Init camera_exp;$/;"	m	struct:Ortho_Image_Group	typeref:struct:Ortho_Image_Group::Ortho_Camera_Exp_Init
camera_ref	imagery/i.ortho.photo/libes/orthophoto.h	/^    struct Ortho_Camera_File_Ref camera_ref;$/;"	m	struct:Ortho_Image_Group	typeref:struct:Ortho_Image_Group::Ortho_Camera_File_Ref
can_invert	imagery/i.gensig/can_invert.c	/^int can_invert(double **a, int n)$/;"	f
can_make_location	lib/init/chk_dbase.c	/^int can_make_location(char *gisdbase, char *location)$/;"	f
cancel	imagery/i.ask/popup.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:box	file:
cancel	imagery/i.class/zoom_box.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.ortho.photo/photo.2image/ask.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:box	file:
cancel	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^static struct box cancel, accept;$/;"	v	typeref:struct:box	file:
cancel	imagery/i.ortho.photo/photo.2image/cell.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.ortho.photo/photo.2image/zoom.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.ortho.photo/photo.2image/zoom_box.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.ortho.photo/photo.2image/zoom_pnt.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.ortho.photo/photo.2target/ask.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:box	file:
cancel	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^static struct box cancel, accept;$/;"	v	typeref:struct:box	file:
cancel	imagery/i.ortho.photo/photo.2target/cell.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.ortho.photo/photo.2target/mark.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.ortho.photo/photo.2target/zoom.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.ortho.photo/photo.2target/zoom_box.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.ortho.photo/photo.2target/zoom_pnt.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.points/ask.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:box	file:
cancel	imagery/i.points/ask_mag.c	/^static struct box cancel, accept;$/;"	v	typeref:struct:box	file:
cancel	imagery/i.points/cell.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.points/mark.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.points/zoom.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.points/zoom_box.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.points/zoom_pnt.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.vpoints/ask.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:box	file:
cancel	imagery/i.vpoints/ask_lineclr.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:box	file:
cancel	imagery/i.vpoints/ask_mag.c	/^static struct box cancel, accept;$/;"	v	typeref:struct:box	file:
cancel	imagery/i.vpoints/cell.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.vpoints/mark.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.vpoints/zoom.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.vpoints/zoom_box.c	/^static int cancel(void)$/;"	f	file:
cancel	imagery/i.vpoints/zoom_pnt.c	/^static int cancel(void)$/;"	f	file:
cancel_interp	visualization/nviz/src/draw.c	/^Tcl_Interp *cancel_interp;$/;"	v
cancel_redisplay	imagery/i.class/redisplay.c	/^int cancel_redisplay(void)$/;"	f
cancel_script	visualization/nviz/src/draw.c	/^char *cancel_script = NULL;$/;"	v
cancel_tool	vector/v.digit/util.c	/^void cancel_tool(void)$/;"	f
cancel_which	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int cancel_which(void)$/;"	f	file:
cancel_which	imagery/i.ortho.photo/photo.2image/ask.c	/^static int cancel_which(void)$/;"	f	file:
cancel_which	imagery/i.ortho.photo/photo.2image/mark.c	/^static int cancel_which(void)$/;"	f	file:
cancel_which	imagery/i.ortho.photo/photo.2image/use_camera.c	/^static int cancel_which(void)$/;"	f	file:
cancel_which	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int cancel_which(void)$/;"	f	file:
cancel_which	imagery/i.ortho.photo/photo.2target/ask.c	/^static int cancel_which(void)$/;"	f	file:
cancel_which	imagery/i.points/analyze.c	/^static int cancel_which(void)$/;"	f	file:
cancel_which	imagery/i.points/ask.c	/^static int cancel_which(void)$/;"	f	file:
cancel_which	imagery/i.vpoints/analyze.c	/^static int cancel_which(void)$/;"	f	file:
cancel_which	imagery/i.vpoints/ask.c	/^static int cancel_which(void)$/;"	f	file:
cancel_which	imagery/i.vpoints/ask_lineclr.c	/^static cancel_which(void)$/;"	f	file:
candidate	vector/v.label.sa/labels.h	/^    int candidate;     \/**< The number of the candidate *\/$/;"	m	struct:_label_intersection
candidate_compare	vector/v.label.sa/labels.c	/^static int candidate_compare(const void *a, const void *b)$/;"	f	file:
candidates	vector/v.label.sa/labels.h	/^    label_candidate_t *candidates;  \/**< A list of candidate positions *\/$/;"	m	struct:_label
canvas	visualization/xganim/main.c	/^Widget canvas, flabel;$/;"	v
cap	lib/raster/parse_mon.c	/^static struct MON_CAP cap;$/;"	v	typeref:struct:MON_CAP	file:
capinfo	display/d.font.freetype/main.c	/^} capinfo;$/;"	t	typeref:struct:__anon98	file:
capinfo	display/d.text.freetype/main.c	/^} capinfo;$/;"	t	typeref:struct:__anon95	file:
cart_unit	include/dlg.h	/^    char cart_unit[41];$/;"	m	struct:dlg_head
cases	lib/ogsf/mc33_table.h	/^static const char cases[256][2] = {$/;"	v
cat	display/d.histogram/dhist.h	/^    long int cat;		\/* cell-file category value *\/$/;"	m	struct:stat_node
cat	display/d.profile/profile.h	/^    UCAT cat;$/;"	m	struct:ProfileNode
cat	include/dbmi.h	/^    int *cat;			\/* array of new category numbers *\/$/;"	m	struct:__anon279
cat	include/dbmi.h	/^    int cat;			\/* category *\/$/;"	m	struct:__anon275
cat	include/dbmi.h	/^    int cat;			\/* category *\/$/;"	m	struct:__anon276
cat	include/dig_atts.h	/^    int cat;$/;"	m	struct:attribute
cat	include/gis.h	/^	CELL cat;$/;"	m	struct:Histogram::Histogram_list
cat	include/gstypes.h	/^    int cat;$/;"	m	struct:g_point
cat	include/site.h	/^    } cat;$/;"	m	struct:__anon294	typeref:union:__anon294::__anon295
cat	include/vect/dig_structs.h	/^    int (*cat)[3];		\/* array of cats (cat,type, lines\/area) *\/$/;"	m	struct:Cat_index
cat	include/vect/dig_structs.h	/^    int *cat;			\/* pointer to array of categories *\/$/;"	m	struct:line_cats
cat	include/vect/dig_structs.h	/^    int cat;			\/* category *\/$/;"	m	struct:site_att
cat	raster/r.cross/glob.h	/^    CELL *cat;$/;"	m	struct:__anon141
cat	raster/r.cross/glob.h	/^    CELL *cat;$/;"	m	struct:__anon142
cat	raster/r.describe/tree.c	/^    char cat[NCATS];$/;"	m	struct:__anon159	file:
cat	raster/r.distance/defs.h	/^	CELL cat;		\/* category number *\/$/;"	m	struct:EdgeList::CatEdgeList
cat	raster/r.in.poly/raster.c	/^static long cat;$/;"	v	file:
cat	raster/r.median/stats.h	/^    long *cat;$/;"	m	struct:stats
cat	raster/r.statistics/method.h	/^    long *cat;$/;"	m	struct:stats
cat	raster/r.to.vect/global.h	/^    double cat;			\/* category number for this area *\/$/;"	m	struct:area_table
cat	swig/perl/gis.h	/^	CELL cat;$/;"	m	struct:Histogram::Histogram_list
cat	vector/lidar/lidarlib/PolimiFunct.h	/^    int cat;$/;"	m	struct:Point
cat	vector/v.convert/conv.h	/^    int cat;			\/* Category Number *\/$/;"	m	struct:Categ
cat	vector/v.convert/conv.h	/^    int cat;			\/* attached category *\/$/;"	m	struct:Line
cat	vector/v.edit/global.h	/^	*coord, *cat, *move, *bbox, *fld,$/;"	m	struct:GParams	typeref:struct:GParams::
cat	vector/v.in.dwg/global.h	/^Global int cat;$/;"	v
cat	vector/v.label.sa/labels.h	/^    int cat;			    \/**< the cat of the feature *\/$/;"	m	struct:_label
cat	vector/v.lrs/v.lrs.create/main.c	/^    int cat;$/;"	m	struct:__anon165	file:
cat	vector/v.lrs/v.lrs.create/main.c	/^    int line, cat;		\/* line number in 'In' vector and category of nearest line *\/$/;"	m	struct:__anon166	file:
cat	vector/v.net.alloc/main.c	/^    int cat;			\/* category number *\/$/;"	m	struct:__anon174	file:
cat	vector/v.net.iso/main.c	/^    int cat;			\/* category number *\/$/;"	m	struct:__anon191	file:
cat	vector/v.net.path/path.c	/^    int cat;			\/* line category *\/$/;"	m	struct:__anon186	file:
cat	vector/v.net.visibility/rotation_tree.h	/^    int cat;$/;"	m	struct:Point
cat	vector/v.overlay/local.h	/^    int cat;$/;"	m	struct:__anon172
cat	vector/v.overlay/local.h	/^    struct line_cats *cat[2];	\/* category in map a and b *\/$/;"	m	struct:__anon171	typeref:struct:__anon171::line_cats
cat	vector/v.to.db/global.h	/^    int cat;			\/* category *\/$/;"	m	struct:__anon200
cat	vector/v.to.rast/do_areas.c	/^    CELL cat;$/;"	m	struct:list	file:
cat	vector/v.to.rast/raster.c	/^static CELL cat;$/;"	v	file:
cat	vector/v.what.rast/main.c	/^    int cat;			\/* point category *\/$/;"	m	struct:order	file:
cat_array	vector/v.extract/main.c	/^static int *cat_array, cat_count, cat_size;$/;"	v	file:
cat_count	vector/v.extract/main.c	/^static int *cat_array, cat_count, cat_size;$/;"	v	file:
cat_init	vector/v.digit/cat.c	/^void cat_init(void)$/;"	f
cat_list	include/vect/dig_structs.h	/^struct cat_list$/;"	s
cat_max_get	vector/v.digit/cat.c	/^int cat_max_get(int field)$/;"	f
cat_max_set	vector/v.digit/cat.c	/^void cat_max_set(int field, int cat)$/;"	f
cat_names	raster/r.neighbors/main.c	/^    ifunc cat_names;		\/* routine to make category names *\/$/;"	m	struct:menu	file:
cat_ranges	display/d.histogram/options.h	/^GLOBAL int cat_ranges;$/;"	v
cat_ranges	raster/r.report/main.c	/^int nsteps, cat_ranges, as_int;$/;"	v
cat_ranges	raster/r.stats/main.c	/^int nsteps, cat_ranges, raw_output, as_int, averaged;$/;"	v
cat_size	vector/v.extract/main.c	/^static int *cat_array, cat_count, cat_size;$/;"	v	file:
catch	imagery/i.ortho.photo/libes/georef.c	/^static void catch(int n)$/;"	f	file:
catch	imagery/i.ortho.photo/libes/orthoref.c	/^static void catch(int n)$/;"	f	file:
catch	lib/imagery/georef.c	/^static void catch(int n)$/;"	f	file:
catch_ctrlz	lib/gis/gets.c	/^static void catch_ctrlz(int n)$/;"	f	file:
catch_int	lib/gis/gets.c	/^static void catch_int(int n)$/;"	f	file:
catlist	raster/r.distance/defs.h	/^    } *catlist;			\/* array of cat:edgelists *\/$/;"	m	struct:EdgeList	typeref:struct:EdgeList::CatEdgeList
catlist1	raster/r.coin/main.c	/^long *catlist1, *catlist2;$/;"	v
catlist2	raster/r.coin/main.c	/^long *catlist1, *catlist2;$/;"	v
cats	display/d.histogram/dhist.h	/^struct Categories cats;$/;"	v	typeref:struct:Categories
cats	display/d.rast.edit/edit.h	/^GLOBAL struct Categories cats;$/;"	v	typeref:struct:Categories
cats	display/d.what.rast/main.c	/^struct Categories *cats;$/;"	v	typeref:struct:Categories
cats	gui/wxpython/vdigit/digit.h	/^    std::map<int, int> cats;$/;"	m	class:Digit
cats	gui/wxpython/vdigit/driver.h	/^	struct ilist *cats;     \/\/ list of cats$/;"	m	struct:DisplayDriver::_selected	typeref:struct:DisplayDriver::_selected::ilist
cats	gui/wxpython/vdigit/driver.h	/^    struct line_cats *cats;$/;"	m	class:DisplayDriver	typeref:struct:DisplayDriver::line_cats
cats	include/dlg.h	/^    struct dlg_cats cats;$/;"	m	struct:dlg	typeref:struct:dlg::dlg_cats
cats	ps/ps.map/ps_info.h	/^    struct Categories cats;$/;"	m	struct:PS_data	typeref:struct:PS_data::Categories
cats	ps/ps.map/vector.h	/^    char *cats;			\/* list of categories *\/$/;"	m	struct:__anon22
cats	raster/r.cats/main.c	/^static struct Categories cats;$/;"	v	typeref:struct:Categories	file:
cats	raster/r.kappa/kappa.h	/^    long *cats;$/;"	m	struct:_gstats_
cats	raster/r.le/r.le.pixel/texture.c	/^struct Categories cats;$/;"	v	typeref:struct:Categories
cats	raster/r.mapcalc/map.c	/^    struct Categories cats;$/;"	m	struct:map	typeref:struct:map::Categories	file:
cats	raster/r.mapcalc/map3.c	/^    struct Categories cats;$/;"	m	struct:map	typeref:struct:map::Categories	file:
cats	raster/r.neighbors/ncb.h	/^    struct Categories cats;$/;"	m	struct:ncb	typeref:struct:ncb::Categories
cats	raster/r.report/global.h	/^    CELL *cats;$/;"	m	struct:_gstats_
cats	vector/v.in.ogr/global.h	/^    struct line_cats *cats;$/;"	m	struct:__anon178	typeref:struct:__anon178::line_cats
cats	vector/v.surf.rst/main.c	/^struct Categories cats;$/;"	v	typeref:struct:Categories
cats_array	vector/v.extract/extract.c	/^static int *cats_array;$/;"	v	file:
cats_ok	display/d.rast.edit/edit.h	/^GLOBAL int colr_ok, cats_ok, quant_ok;$/;"	v
cattr	include/gstypes.h	/^    char *cattr;$/;"	m	struct:g_point
cattype	include/site.h	/^    RASTER_MAP_TYPE cattype;$/;"	m	struct:__anon292
cattype	include/site.h	/^    RASTER_MAP_TYPE cattype;$/;"	m	struct:__anon294
cb	include/gstypes.h	/^    unsigned char *cb;$/;"	m	struct:__anon251
cb	lib/vector/dglib/graph.h	/^    int cb;$/;"	m	struct:__anon85
cbData	visualization/nviz/src/togl_flythrough.c	/^struct cbData$/;"	s	file:
cb_data	visualization/nviz/src/togl_flythrough.c	/^static struct cbData cb_data;$/;"	v	typeref:struct:cbData	file:
cbh	raster/r.sun/main.c	/^double cbh, cdh;$/;"	v
cbh	raster/r.sun2/main.c	/^double cbh, cdh;$/;"	v
cbh	raster/r.sun2/sunradstruct.h	/^    double cbh;$/;"	m	struct:SolarRadVar
cbhr	raster/r.sun/main.c	/^float **z, **o, **s, **li, **a, **la, **cbhr, **cdhr;$/;"	v
cbhr	raster/r.sun2/main.c	/^    NULL, **longitArray, **cbhr = NULL, **cdhr = NULL;$/;"	v
cblas_dgemm	configure	/^cblas_dgemm()$/;"	f
ccat	include/site.h	/^    CELL ccat;$/;"	m	struct:__anon292
ccedge	raster/r.terraflow/ccforest.h	/^  typedef keyvalue<T> ccedge;$/;"	t	class:ccforest
ccforest	raster/r.terraflow/ccforest.cc	/^ccforest<T>::ccforest() {$/;"	f	class:ccforest
ccforest	raster/r.terraflow/ccforest.h	/^class ccforest {$/;"	c
cch	raster/simwe/simlib/waterglobs.h	/^GLOBAL double chmean, si0, deltap, deldif, cch, hhc, halpha;$/;"	v
cchez	raster/simwe/simlib/waterglobs.h	/^GLOBAL float **zz, **cchez;$/;"	v
cckeyvalue	raster/r.terraflow/ccforest.h	/^  typedef keyvalue<T> cckeyvalue;$/;"	t	class:ccforest
cclabel	raster/r.terraflow/plateau.h	/^  cclabel_type cclabel;$/;"	m	class:plateauType
cclabel_type	raster/r.terraflow/types.h	/^typedef int cclabel_type;$/;"	t
ccw	vector/lidar/v.lidar.growing/ConvexHull.c	/^int ccw(double **P, int i, int j, int k)$/;"	f
cd	raster/r.sunmask/solpos00.c	/^    float cd;			\/* cosine of the declination *\/$/;"	m	struct:trigdata	file:
cd	visualization/xganim/gui.c	/^static struct gui_data *cd;$/;"	v	typeref:struct:gui_data	file:
cdh	raster/r.sun/main.c	/^double cbh, cdh;$/;"	v
cdh	raster/r.sun2/main.c	/^double cbh, cdh;$/;"	v
cdh	raster/r.sun2/sunradstruct.h	/^    double cdh;$/;"	m	struct:SolarRadVar
cdhr	raster/r.sun/main.c	/^float **z, **o, **s, **li, **a, **la, **cbhr, **cdhr;$/;"	v
cdhr	raster/r.sun2/main.c	/^    NULL, **longitArray, **cbhr = NULL, **cdhr = NULL;$/;"	v
cdir	lib/init/gis_set.tcl	/^proc cdir { dir } {$/;"	p
cell	imagery/i.class/defs.h	/^    } cell;$/;"	m	struct:__anon203	typeref:struct:__anon203::__anon204
cell	imagery/i.cluster/main.c	/^DCELL **cell;$/;"	v
cell	imagery/i.maxlik/main.c	/^DCELL **cell;$/;"	v
cell	imagery/i.ortho.photo/photo.2image/defs.h	/^    } cell;$/;"	m	struct:__anon237	typeref:struct:__anon237::__anon238
cell	imagery/i.ortho.photo/photo.2target/defs.h	/^    } cell;$/;"	m	struct:__anon226	typeref:struct:__anon226::__anon227
cell	imagery/i.ortho.photo/photo.rectify/defs.h	/^    } cell;$/;"	m	struct:__anon230	typeref:struct:__anon230::__anon231
cell	imagery/i.points/defs.h	/^    } cell;$/;"	m	struct:__anon211	typeref:struct:__anon211::__anon212
cell	imagery/i.vpoints/defs.h	/^    } cell;$/;"	m	struct:__anon217	typeref:struct:__anon217::__anon218
cell	raster/r.contour/cont.c	/^struct cell$/;"	s	file:
cell	raster/r.in.gridatb/local_proto.h	/^GLOBAL FCELL *cell;$/;"	v
cell	raster/r.in.poly/raster.c	/^    CELL **cell;$/;"	m	union:__anon160	file:
cell	raster/r.in.poly/raster.c	/^static CELL *cell;$/;"	v	file:
cell	raster/r.out.gridatb/local_proto.h	/^GLOBAL FCELL *cell;$/;"	v
cell	raster/r.surf.idw/main.h	/^CELL *cell, *mask;$/;"	v
cell	raster/r.topidx/global.h	/^GLOBAL DCELL **cell;$/;"	v
cell	raster/wildfire/r.spread/main.c	/^CELL *cell;$/;"	v
cell	vector/v.to.rast/raster.c	/^    CELL **cell;$/;"	m	union:__anon185	file:
cell	vector/v.to.rast/raster.c	/^static CELL *cell;$/;"	v	file:
cell2stream	raster/r.terraflow/grass2str.h	/^cell2stream(char* cellname, elevation_type T_max_value, long* nodata_count) {$/;"	f
cellCount	raster/r.out.pov/main.c	/^long int cellCount = 0;$/;"	v
cellNullPattern	lib/gis/null_val.c	/^static CELL cellNullPattern;$/;"	v	file:
cell_array	lib/gpde/N_pde.h	/^    CELL *cell_array;		\/*The data is stored in an one dimensional array internally *\/$/;"	m	struct:__anon49
cell_array	raster/r.univar2/globals.h	/^    CELL *cell_array;$/;"	m	struct:__anon157
cell_as_dbl	raster/r.random/random.c	/^static double cell_as_dbl(struct RASTER_MAP_PTR *buf, int col)$/;"	f	file:
cell_buf	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL CELL **cell_buf;$/;"	v
cell_buf	imagery/i.rectify/main.c	/^void **cell_buf;$/;"	v
cell_clip	raster/r.le/r.le.patch/trace.c	/^void cell_clip(DCELL ** buf, DCELL ** null_buf, int row0, int col0, int nrows,$/;"	f
cell_clip	raster/r.le/r.le.pixel/cellclip.c	/^void cell_clip(DCELL ** buf, DCELL ** null_buf, int row0, int col0, int nrows,$/;"	f
cell_clip	raster/r.le/r.le.trace/main.c	/^void cell_clip(DCELL ** buf, DCELL ** null_buf, int row0, int col0, int nrows,$/;"	f
cell_clip_drv	raster/r.le/r.le.patch/trace.c	/^void cell_clip_drv(int col0, int row0, int ncols, int nrows, double **value,$/;"	f
cell_clip_drv	raster/r.le/r.le.pixel/cellclip.c	/^void cell_clip_drv(int col0, int row0, int ncols, int nrows, double **value,$/;"	f
cell_clip_drv	raster/r.le/r.le.trace/main.c	/^void cell_clip_drv(int col0, int row0, int ncols, int nrows, double **value,$/;"	f
cell_dir	lib/gis/opencell.c	/^static char cell_dir[100];$/;"	v	file:
cell_dot	raster/r.in.poly/raster.c	/^static int cell_dot(int x, int y)$/;"	f	file:
cell_dot	vector/v.to.rast/raster.c	/^static int cell_dot(int x, int y)$/;"	f	file:
cell_draw	display/d.rast.edit/cell.c	/^static int cell_draw(char *name, char *mapset, struct Colors *colors,$/;"	f	file:
cell_draw	display/d.rast/display.c	/^static int cell_draw(char *name,$/;"	f	file:
cell_dx	raster/r.terraflow/weightWindow.h	/^  float cell_dx, cell_dy;       \/* dimension of cell in the grid *\/$/;"	m	class:weightWindow
cell_dy	raster/r.terraflow/weightWindow.h	/^  float cell_dx, cell_dy;       \/* dimension of cell in the grid *\/$/;"	m	class:weightWindow
cell_enter	scripts/d.rast.edit/d.rast.edit.tcl	/^proc cell_enter {} {$/;"	p
cell_fd	ps/ps.map/ps_info.h	/^    int cell_fd;$/;"	m	struct:PS_data
cell_get	scripts/d.rast.edit/d.rast.edit.tcl	/^proc cell_get {} {$/;"	p
cell_head	raster/r.to.vect/global.h	/^Global struct Cell_head cell_head;$/;"	v	typeref:struct:Cell_head
cell_leave	scripts/d.rast.edit/d.rast.edit.tcl	/^proc cell_leave {} {$/;"	p
cell_list	imagery/i.points/main.c	/^char *cell_list;$/;"	v
cell_list	imagery/i.vpoints/main.c	/^char *cell_list;$/;"	v
cell_manager	raster/r.li/r.li.daemon/daemon.h	/^typedef struct cell_memory_entry *cell_manager;$/;"	t	typeref:struct:cell_memory_entry
cell_mapset	ps/ps.map/ps_info.h	/^    char *cell_mapset;$/;"	m	struct:PS_data
cell_memory_entry	raster/r.li/r.li.daemon/daemon.h	/^struct cell_memory_entry$/;"	s
cell_name	ps/ps.map/outl_io.c	/^static char cell_name[256];$/;"	v	file:
cell_name	ps/ps.map/ps_info.h	/^    char *cell_name;$/;"	m	struct:PS_data
cell_ptrHa	raster/wildfire/r.spread/cell_ptrHa.h	/^struct cell_ptrHa$/;"	s
cell_set	scripts/d.rast.edit/d.rast.edit.tcl	/^proc cell_set {} {$/;"	p
cell_stats	raster/r.stats/cell_stats.c	/^int cell_stats(int fd[], int with_percents, int with_counts,$/;"	f
cell_table	lib/dspf/cell_table.h	/^CELL_ENTRY cell_table[256] = {$/;"	v
cell_table	lib/ogsf/mc33_table.h	/^static const CELL_ENTRY cell_table[] = {$/;"	v
cell_table	raster3d/r3.showdspf/cell_table.h	/^CELL_ENTRY cell_table[256] = {$/;"	v
cell_values_double	lib/gis/get_row.c	/^static void cell_values_double(int fd, const unsigned char *data,$/;"	f	file:
cell_values_float	lib/gis/get_row.c	/^static void cell_values_float(int fd, const unsigned char *data,$/;"	f	file:
cell_values_int	lib/gis/get_row.c	/^static void cell_values_int(int fd, const unsigned char *data,$/;"	f	file:
cella	raster/r.li/r.li.daemon/GenericCell.h	/^typedef union cella$/;"	u
cella	raster/r.li/r.li.daemon/GenericCell.h	/^} cella;$/;"	t	typeref:union:cella
cellbuf	imagery/i.smap/bouman/bouman.h	/^    DCELL *cellbuf;$/;"	m	struct:files
celldiag	raster/r.terraflow/weightWindow.h	/^  float celldiag;     \/* diagonal of a cell in the grid *\/$/;"	m	class:weightWindow
cellfd	imagery/i.cluster/main.c	/^int *cellfd;$/;"	v
cellfd	imagery/i.maxlik/main.c	/^int *cellfd;$/;"	v
cellhd	general/g.proj/local_proto.h	/^G_PROJ_GLOBAL struct Cell_head cellhd;$/;"	v	typeref:struct:Cell_head
cellhd	lib/gis/G.h	/^    struct Cell_head cellhd;	\/* Cell header                  *\/$/;"	m	struct:fileinfo	typeref:struct:fileinfo::Cell_head
cellhd	raster/r.horizon/main.c	/^struct Cell_head cellhd;$/;"	v	typeref:struct:Cell_head
cellhd	raster/r.in.gridatb/local_proto.h	/^GLOBAL struct Cell_head cellhd;$/;"	v	typeref:struct:Cell_head
cellhd	raster/r.null/null.c	/^static struct Cell_head cellhd;$/;"	v	typeref:struct:Cell_head	file:
cellhd	raster/r.out.gridatb/local_proto.h	/^GLOBAL struct Cell_head cellhd;$/;"	v	typeref:struct:Cell_head
cellhd	raster/r.sun/main.c	/^struct Cell_head cellhd;$/;"	v	typeref:struct:Cell_head
cellhd	raster/r.sun2/main.c	/^struct Cell_head cellhd;$/;"	v	typeref:struct:Cell_head
cellhd	raster/simwe/simlib/waterglobs.h	/^GLOBAL struct Cell_head cellhd;$/;"	v	typeref:struct:Cell_head
cellhd	vector/v.surf.rst/main.c	/^struct Cell_head cellhd;$/;"	v	typeref:struct:Cell_head
cellhd	vector/v.vol.rst/main.c	/^struct Cell_head cellhd;$/;"	v	typeref:struct:Cell_head
cellhd_screen	lib/edit/edit_cellhd.c	/^static char *cellhd_screen[] = {$/;"	v	file:
cellinp	vector/v.vol.rst/main.c	/^char *cellinp = NULL;$/;"	v
cellmap_present	imagery/i.vpoints/main.c	/^int cellmap_present;$/;"	v
cellout	vector/v.vol.rst/main.c	/^char *cellout = NULL;$/;"	v
cells_high	ps/ps.map/ps_info.h	/^    int cells_wide, cells_high;$/;"	m	struct:PS_data
cells_wide	ps/ps.map/ps_info.h	/^    int cells_wide, cells_high;$/;"	m	struct:PS_data
cellsize	display/d.rast.edit/edit.h	/^GLOBAL int cellsize;$/;"	v
celltitle	ps/ps.map/ps_info.h	/^    char celltitle[100];$/;"	m	struct:PS_data
centX	visualization/nviz/src/pg.h	/^    double centX;		\/* x coordinate                     *\/$/;"	m	struct:Sql
centY	visualization/nviz/src/pg.h	/^    double centY;		\/* y coordinate                     *\/$/;"	m	struct:Sql
center	raster/r.to.vect/global.h	/^    struct COOR *center;$/;"	m	struct:line_hdr	typeref:struct:line_hdr::COOR
center	raster3d/r3.showdspf/Ball.h	/^    HVect center;$/;"	m	struct:__anon112
center	visualization/nviz/src/togl_flythrough.c	/^    float center[3];$/;"	m	struct:flyData	file:
centerOverSites	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^proc centerOverSites { rl cl name} {$/;"	p
center_easting	gui/wxpython/vdigit/driver.h	/^	double center_easting;$/;"	m	struct:DisplayDriver::_region
center_is_not_null	raster/r.le/r.le.pixel/cellclip.c	/^int center_is_not_null(DCELL ** buf, DCELL ** null_buf, int rows, int cols)$/;"	f
center_northing	gui/wxpython/vdigit/driver.h	/^	double center_northing;$/;"	m	struct:DisplayDriver::_region
centered	lib/vask/V_call.c	/^static void centered(const char *msg)$/;"	f	file:
centre	vector/v.net.alloc/main.c	/^    int centre;			\/* neares centre, initially -1 *\/$/;"	m	struct:__anon175	file:
centre	vector/v.net.iso/main.c	/^    int centre;			\/* neares centre, initially -1 *\/\/* currently not used *\/$/;"	m	struct:__anon192	file:
centroid	include/vect/dig_structs.h	/^    plus_t centroid;		\/* Number of first centroid within area *\/$/;"	m	struct:P_area
centroid	vector/v.in.ogr/geom.c	/^centroid(OGRGeometryH hGeom, CENTR * Centr, SPATIAL_INDEX * Sindex, int field,$/;"	f
centroidDup	gui/wxpython/vdigit/driver.h	/^	long int centroidDup;$/;"	m	struct:DisplayDriver::_topology
centroidDup	gui/wxpython/vdigit/driver.h	/^	symbol centroidDup;$/;"	m	struct:DisplayDriver::_settings
centroidIn	gui/wxpython/vdigit/driver.h	/^	long int centroidIn;$/;"	m	struct:DisplayDriver::_topology
centroidIn	gui/wxpython/vdigit/driver.h	/^	symbol centroidIn;$/;"	m	struct:DisplayDriver::_settings
centroidOut	gui/wxpython/vdigit/driver.h	/^	long int centroidOut;$/;"	m	struct:DisplayDriver::_topology
centroidOut	gui/wxpython/vdigit/driver.h	/^	symbol centroidOut;$/;"	m	struct:DisplayDriver::_settings
centroids	raster/r.volume/centroids.c	/^int centroids(int fd,		\/* File descriptor of map layer to process *\/$/;"	f
cfd	lib/form/open.c	34;"	d	file:
cfile	raster3d/r3.showdspf/vizual.h	/^    FILE *cfile;$/;"	m	struct:dspec
cfl	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM double Xp, Yp, cfl;$/;"	v
cgaus	imagery/i.atcorr/common.h	/^	float cgaus[83];$/;"	m	struct:Sixs_sos
ch	raster/r.sunmask/solpos00.c	/^    float ch;			\/* cosine of the hour angle *\/$/;"	m	struct:trigdata	file:
ch2d	vector/lidar/v.lidar.growing/ConvexHull.c	/^int ch2d(double **P, int n)$/;"	f
chaiken	vector/v.generalize/smoothing.c	/^int chaiken(struct line_pnts *Points, double thresh, int with_z)$/;"	f
chain	include/symbol.h	/^    SYMBCHAIN **chain;		\/* array strings *\/$/;"	m	struct:__anon287
chand	imagery/i.atcorr/computations.cpp	/^float chand(const float xtau, const GeomCond &geom)$/;"	f
change_arrow_color	visualization/nviz/scripts/panel_arrow.tcl	/^proc change_arrow_color { me type } {$/;"	p
change_color	raster/r.le/r.le.setup/setup.c	/^static void change_color(char *name, char *name1, char *name2)$/;"	f	file:
change_color	visualization/nviz/scripts/panel_vect.tcl	/^proc change_color { type me } {$/;"	p
change_display	visualization/nviz/scripts/panel_main.tcl	/^proc change_display {flag} {$/;"	p
change_draw	raster/r.le/r.le.setup/setup.c	/^static void change_draw(void)$/;"	f	file:
change_fringe_color	visualization/nviz/scripts/panel_fringe.tcl	/^proc change_fringe_color { me } {$/;"	p
change_label	visualization/xganim/main.c	/^static void change_label(Widget wid, char *str)$/;"	f	file:
change_label_color	visualization/nviz/scripts/panel_label.tcl	/^proc change_label_color { me } {$/;"	p
change_made	display/d.rast.edit/edit.h	/^GLOBAL int change_made;$/;"	v
change_marker	visualization/nviz/scripts/panel_site.tcl	/^proc change_marker {} {$/;"	p
change_range	display/d.geodesic/plot.c	/^static int change_range;$/;"	v	file:
change_range	display/d.nviz/local.h	/^static int change_range;$/;"	v
change_range	display/d.rhumbline/plot.c	/^static int change_range;$/;"	v	file:
change_range	raster/r.profile/main.c	/^static int change_range;$/;"	v	file:
change_scale_color	visualization/nviz/scripts/panel_scale.tcl	/^proc change_scale_color { me type } {$/;"	p
change_site_mode	visualization/nviz/scripts/panel_site.tcl	/^proc change_site_mode {} {$/;"	p
change_site_size	visualization/nviz/scripts/panel_site.tcl	/^proc change_site_size {size} {$/;"	p
change_spec	raster3d/r3.showdspf/get_color_ogl.c	/^void change_spec(spec)$/;"	f
change_surf_list	visualization/nviz/scripts/widgets.tcl	/^proc change_surf_list {C id} {$/;"	p
change_window	scripts/d.rast.edit/d.rast.edit.tcl	/^proc change_window {} {$/;"	p
change_wirecolor	visualization/nviz/scripts/panel_surf.tcl	/^proc change_wirecolor {me} {$/;"	p
changed	include/gstypes.h	/^    IFLAG changed;$/;"	m	struct:__anon254
changed	include/gstypes.h	/^    int changed;$/;"	m	struct:__anon257
changed	include/gstypes.h	/^    int changed;$/;"	m	struct:__anon259
changesetCurrent	gui/wxpython/vdigit/digit.h	/^    int changesetCurrent;  \/* first changeset to apply *\/$/;"	m	class:Digit
changesetEnd	gui/wxpython/vdigit/digit.h	/^    int changesetEnd;      \/* last changeset to be applied *\/$/;"	m	class:Digit
changesets	gui/wxpython/vdigit/digit.h	/^    std::map<int, std::vector<action_meta> > changesets;$/;"	m	class:Digit
channel	raster/r.li/r.li.daemon/daemon.h	/^    int channel;$/;"	m	struct:wd
char_dot	raster/r.in.poly/raster.c	/^static int char_dot(int x, int y)$/;"	f	file:
char_init	raster3d/r3.showdspf/togif.c	/^static void char_init(vgl_GIFWriter * dataPtr)$/;"	f	file:
char_out	raster3d/r3.showdspf/togif.c	/^static void char_out(int c, vgl_GIFWriter * dataPtr)$/;"	f	file:
char_type	raster3d/r3.showdspf/togif.h	/^typedef unsigned char char_type;$/;"	t
characters	gui/wxpython/gui_modules/menuform.py	/^    def characters(self, ch):$/;"	m	class:processTask
characters	gui/wxpython/gui_modules/menuform.py	/^    def characters(self, ch, start, length):$/;"	m	class:testSAXContentHandler
characters	gui/wxpython/gui_modules/workspace.py	/^    def characters(self, ch):$/;"	m	class:ProcessWorkspaceFile
charset	display/d.font.freetype/main.c	/^    char *font, *path, *charset;$/;"	m	struct:__anon98	file:
charset	display/d.text.freetype/main.c	/^    char *font, *path, *charset;$/;"	m	struct:__anon95	file:
charset	lib/driver/font_freetype.c	/^static char *charset;$/;"	v	file:
charset	lib/raster/transport.h	/^    void (*charset) (const char *);$/;"	m	struct:transport
charset	vector/v.label.sa/labels.h	/^    struct Option *charset;$/;"	m	struct:params	typeref:struct:params::Option
charset	visualization/nviz/src/tkFont.h	/^    int charset;		\/* The character set encoding (the glyph$/;"	m	struct:TkXLFDAttributes
check	lib/segment/debug.c	/^static int check(const SEGMENT * SEG, int row, int col, char *me)$/;"	f	file:
check	raster/r.cost/btree.c	/^int check(char *str, struct cost *start)$/;"	f
check	raster/r.drain/filldir.c	/^void check(CELL newdir, CELL * dir, void *center, void *edge, double cnst,$/;"	f
check	raster/r.fill.dir/filldir.c	/^void check(CELL newdir, CELL * dir, void *center, void *edge, double cnst,$/;"	f
check	raster/r.grow.distance/main.c	/^static void check(int col, int dx, int dy)$/;"	f	file:
check	raster/r.walk/btree.c	/^int check(char *str, struct cost *start)$/;"	f
checkDirection	raster/r.terraflow/direction.h	/^  void checkDirection(short di, short dj, int skipit,$/;"	f	class:directionWindow
checkHull	vector/lidar/v.lidar.growing/ConvexHull.c	/^int checkHull(int cR, int cC, double **oldHull, int lungOld)$/;"	f
check_all	raster/r.cost/btree.c	/^int check_all(char *str)$/;"	f
check_all	raster/r.walk/btree.c	/^int check_all(char *str)$/;"	f
check_alloc	display/d.graph/do_graph.c	/^int check_alloc(int num)$/;"	f
check_alloc	display/d.mapgraph/do_graph.c	/^int check_alloc(int num)$/;"	f
check_an_opt	lib/gis/parser.c	/^static int check_an_opt(const char *key, int type, const char *options,$/;"	f	file:
check_args	raster/r.mapcalc/expression.h	/^    args_t *check_args;$/;"	m	struct:func_desc
check_args	raster/r.terraflow/main.cc	/^void check_args() {$/;"	f
check_at	display/d.frame/frame.c	/^int check_at(char *s)$/;"	f
check_bits	include/patterns.h	/^static BITMAPS_H_TYPE check_bits[] = {$/;"	v
check_blank	visualization/nviz/src/draw.c	/^int check_blank(Tcl_Interp * interp, int map_id)$/;"	f
check_coor	lib/vector/Vlib/open_nat.c	/^int check_coor(struct Map_info *Map)$/;"	f
check_coords	display/d.grid/plot.c	/^check_coords(double e,$/;"	f
check_coords	ps/ps.map/do_geogrid.c	/^void check_coords(double e, double n, double *lon, double *lat, int par)$/;"	f
check_dependencies	gem/reg_deps.c	/^void check_dependencies(char *package, char *gisbase, char *grass_version)$/;"	f
check_docbase	scripts/g.manual/g.manual	/^check_docbase()$/;"	f
check_double	lib/gis/parser.c	/^static int check_double(const char *ans, const char *opts)$/;"	f	file:
check_equal_value	raster3d/r3.stats/main.c	/^int check_equal_value(equal_val_array * array, double val)$/;"	f
check_exit_status	testsuite/raster/raster_md5test.sh	/^check_exit_status()$/;"	f
check_exit_status	testsuite/raster/rmapcalc_test.sh	/^check_exit_status()$/;"	f
check_ext	vector/v.in.dxf/dxf_to_vect.c	/^int check_ext(double x, double y, double z)$/;"	f
check_ext_menu	gem/reg_entries.c	/^int check_ext_menu(char **tcl_lines)$/;"	f
check_extension	gem/actions.c	/^void check_extension(char *package, char *name, int *major, int *minor,$/;"	f
check_files	imagery/i.class/main.c	/^static int check_files(char *img_group, char *img_subgroup,$/;"	f	file:
check_filetype	gem/tools.c	/^int check_filetype(char *myfile)$/;"	f
check_flush	display/drivers/XDRIVER/Serve_Xevent.c	/^static void check_flush(void)$/;"	f	file:
check_for_desc_override	tools/build_html_index.sh	/^check_for_desc_override()$/;"	f
check_get_any_dspname	raster3d/r3.mkdspf/r3_find.c	/^char *check_get_any_dspname(char *dspf, char *g3f, char *mset)$/;"	f
check_get_any_dspname	raster3d/r3.showdspf/r3_find.c	/^char *check_get_any_dspname(dspf, g3f, mset)$/;"	f
check_header	raster/r.terraflow/main.cc	/^void check_header(char* cellname) {$/;"	f
check_height	include/patterns.h	17;"	d
check_input_maps	raster/r.out.vtk/main.c	/^void check_input_maps(void)$/;"	f
check_input_maps	raster/r.to.rast3elev/main.c	/^void check_input_maps(Database * db)$/;"	f
check_input_maps	raster3d/r3.out.vtk/main.c	/^void check_input_maps(void)$/;"	f
check_int	lib/gis/parser.c	/^static int check_int(const char *ans, const char *opts)$/;"	f	file:
check_io	raster/r.topmodel/check_ready.c	/^int check_io(void)$/;"	f
check_limits	raster/r.le/r.le.setup/polytocell/wrte_recrd.c	/^static int check_limits(int *row, float *first_cell, float *last_cell)$/;"	f	file:
check_limits	raster3d/r3.showdspf/main_ogl.c	/^void check_limits(struct dspec *D_spec, int axis)$/;"	f
check_list	visualization/nviz/scripts/panel_vect.tcl	/^proc check_list {address} {$/;"	p
check_md5sum	testsuite/raster/raster_md5test.sh	/^check_md5sum()$/;"	f
check_minutes	lib/gis/ll_scan.c	/^static int check_minutes(const char *buf)$/;"	f	file:
check_multiple_opts	lib/gis/parser.c	/^static int check_multiple_opts(void)$/;"	f	file:
check_name	include/iostream/embuffer.h	/^void em_buffer<T,Key>::check_name(unsigned int i) {$/;"	f	class:em_buffer
check_names	raster/r.topmodel/check_ready.c	/^int check_names(void)$/;"	f
check_num_volfiles	lib/ogsf/gvl_file.c	/^static int check_num_volfiles(void)$/;"	f	file:
check_numsets	lib/ogsf/gsds.c	/^static int check_numsets(void)$/;"	f	file:
check_offset	raster/r.surf.idw/main.h	/^double (*check_offset) (SHORT);	\/* function pointer *\/$/;"	v
check_open	lib/gis/put_row.c	/^static int check_open(const char *me, int fd, int random)$/;"	f	file:
check_opts	lib/gis/parser.c	/^static int check_opts(void)$/;"	f	file:
check_order	raster/r.le/r.le.pixel/texture.c	/^int check_order(double att, double *rich)$/;"	f
check_overwrite	lib/gis/parser.c	/^static int check_overwrite(void)$/;"	f	file:
check_parameters	visualization/nviz2/cmd/args.c	/^void check_parameters(const struct GParams *params)$/;"	f
check_path	lib/vector/dglib/examples/rtest03.sh	/^function check_path () {$/;"	f
check_points	lib/rst/interp_float/interpf.h	/^    int (*check_points) ();	\/*checks interp. func. at points *\/$/;"	m	struct:interp_params
check_projection	raster/r.external/main.c	/^static void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, int override)$/;"	f	file:
check_range_value	raster3d/r3.stats/main.c	/^void check_range_value(stat_table * stats, double value)$/;"	f
check_ready	raster/r.in.gridatb/check_ready.c	/^int check_ready(void)$/;"	f
check_ready	raster/r.out.gridatb/check_ready.c	/^void check_ready(void)$/;"	f
check_ready	raster/r.topidx/check_ready.c	/^int check_ready(void)$/;"	f
check_ready	raster/r.topmodel/check_ready.c	/^int check_ready(void)$/;"	f
check_reclass	general/g.mremove/check_reclass.c	/^int check_reclass(const char *name, const char *mapset, int force)$/;"	f
check_reclass	general/manage/cmd/remove.c	/^static int check_reclass(const char *name, const char *mapset, int force)$/;"	f	file:
check_record	vector/v.digit/attr.c	/^int check_record(int field, int cat)$/;"	f
check_redraw_process	display/drivers/XDRIVER/Serve_Xevent.c	/^static void check_redraw_process(void)$/;"	f	file:
check_report_size	raster/r.coin/check.c	/^int check_report_size(void)$/;"	f
check_required	lib/gis/parser.c	/^static int check_required(void)$/;"	f	file:
check_required	raster/r.topmodel/check_ready.c	/^int check_required(void)$/;"	f
check_scale	ps/ps.map/chk_scale.c	/^int check_scale(char *text)$/;"	f
check_seconds	lib/gis/ll_scan.c	/^static int check_seconds(const char *buf)$/;"	f	file:
check_signatures	imagery/i.gensig/check.c	/^int check_signatures(struct Signature *S)$/;"	f
check_stats	raster/r.support.stats/check.c	/^int check_stats(char *name, char *mapset)$/;"	f
check_stats	raster/r.support/front/check.c	/^int check_stats(char *name, char *mapset)$/;"	f
check_status	lib/vector/Vlib/cindex.c	/^static void check_status(struct Map_info *Map)$/;"	f	file:
check_string	lib/gis/parser.c	/^static int check_string(const char *ans, const char *opts)$/;"	f	file:
check_symmetry	lib/gpde/N_solvers_krylov.c	/^int check_symmetry(N_les * L)$/;"	f
check_uncompressed	raster/r.support/modhead/check_un.c	/^int check_uncompressed(struct Cell_head *cellhd, off_t filesize)$/;"	f
check_width	include/patterns.h	16;"	d
check_xy	general/g.proj/output.c	/^static int check_xy(void)$/;"	f	file:
checkedge	raster/r.contour/cont.c	/^int checkedge(DCELL d1, DCELL d2, double level)$/;"	f
checker	include/gis.h	/^    int (*checker) ();		\/* Routine to check answer or NULL  *\/$/;"	m	struct:Option
checker	swig/perl/gis.h	/^    int (*checker) ();		\/* Routine to check answer or NULL  *\/$/;"	m	struct:Option
checkgeoref	imagery/i.rectify/crs.c	/^static int checkgeoref(struct Control_Points *cp,$/;"	f	file:
checkgeoref	imagery/i.vpoints/crs.c	/^checkgeoref(struct Control_Points *cp, double E[], double N[], int order,$/;"	f	file:
checkpoint	imagery/i.cluster/checkpt.c	/^int checkpoint(struct Cluster *X, int n)$/;"	f
chi_square	lib/cdhc/chisqn.c	/^double *chi_square(double *x, int n)$/;"	f
chi_square_exp	lib/cdhc/chisqe.c	/^double *chi_square_exp(double *x, int n)$/;"	f
child	lib/vector/rtree/index.h	/^    struct Node *child;$/;"	m	struct:Branch	typeref:struct:Branch::Node
children	gui/tcltk/d.m/grassabout.tcl	/^proc children {path} {$/;"	p
children	gui/tcltk/gis.m/grassabout.tcl	/^proc children {path} {$/;"	p
chisq	imagery/i.maxlik/classify.c	/^static double chisq[] =$/;"	v	file:
chmean	raster/simwe/simlib/waterglobs.h	/^GLOBAL double chmean, si0, deltap, deldif, cch, hhc, halpha;$/;"	v
choice	raster/r.le/r.le.patch/main.c	/^struct CHOICE *choice;$/;"	v	typeref:struct:CHOICE
choice	raster/r.le/r.le.pixel/main.c	/^struct CHOICE *choice;$/;"	v	typeref:struct:CHOICE
choice	raster/r.le/r.le.trace/main.c	/^struct CHOICE *choice;$/;"	v	typeref:struct:CHOICE
cholesky_decomposition	lib/gpde/N_solvers.c	/^int cholesky_decomposition(double **A, int rows)$/;"	f
choose_cellfile	imagery/i.ortho.photo/photo.2image/cell.c	/^static int choose_cellfile(char *name, char *mapset)$/;"	f	file:
choose_cellfile	imagery/i.ortho.photo/photo.2target/cell.c	/^static int choose_cellfile(char *name, char *mapset)$/;"	f	file:
choose_cellfile	imagery/i.points/cell.c	/^static int choose_cellfile(char *name, char *mapset)$/;"	f	file:
choose_cellfile	imagery/i.vpoints/cell.c	/^static int choose_cellfile(char *name, char *mapset)$/;"	f	file:
choose_groupfile	imagery/i.ortho.photo/photo.2image/group.c	/^int choose_groupfile(char *name, char *mapset)$/;"	f
choose_groupfile	imagery/i.ortho.photo/photo.2target/group.c	/^int choose_groupfile(char *name, char *mapset)$/;"	f
choose_groupfile	imagery/i.points/group.c	/^int choose_groupfile(char *name, char *mapset)$/;"	f
choose_groupfile	imagery/i.vpoints/group.c	/^int choose_groupfile(char *name, char *mapset)$/;"	f
choose_help_text	lib/gis/gui.tcl	/^proc choose_help_text {dlg optn} {$/;"	p
choose_vectfile	imagery/i.vpoints/drawvect.c	/^static int choose_vectfile(char *name, char *mapset)$/;"	f	file:
chop	gem/tools.c	/^int chop(char *string)$/;"	f
chunk_size	include/linkm.h	/^    int chunk_size;		\/* size of alloc chucks in units *\/$/;"	m	struct:link_head
cidx	include/vect/dig_structs.h	/^    struct Cat_index *cidx;	\/* Array of category indexes *\/$/;"	m	struct:Plus_head	typeref:struct:Plus_head::Cat_index
cidx_Back_Major	include/vect/dig_structs.h	/^    int cidx_Back_Major;	\/* earliest version that can use this data format *\/$/;"	m	struct:Plus_head
cidx_Back_Minor	include/vect/dig_structs.h	/^    int cidx_Back_Minor;$/;"	m	struct:Plus_head
cidx_Version_Major	include/vect/dig_structs.h	/^    int cidx_Version_Major;	\/* version codes for category index *\/$/;"	m	struct:Plus_head
cidx_Version_Minor	include/vect/dig_structs.h	/^    int cidx_Version_Minor;$/;"	m	struct:Plus_head
cidx_head_size	include/vect/dig_structs.h	/^    long cidx_head_size;	\/* category index header size *\/$/;"	m	struct:Plus_head
cidx_port	include/vect/dig_structs.h	/^    struct Port_info cidx_port;	\/* Portability information for category index *\/$/;"	m	struct:Plus_head	typeref:struct:Plus_head::Port_info
cidx_up_to_date	include/vect/dig_structs.h	/^    int cidx_up_to_date;	\/* set to 1 when cidx is created and reset to 0 whenever any line is changed *\/$/;"	m	struct:Plus_head
cij	imagery/i.atcorr/AerosolModel.h	/^		float cij[4];$/;"	m	struct:AerosolModel::Mie_in
cin	lib/gpde/N_solute_transport.h	/^    N_array_2d *cin;		\/*concentration  *\/$/;"	m	struct:__anon45
cin	lib/gpde/N_solute_transport.h	/^    N_array_3d *cin;		\/*concentration input from wells *\/$/;"	m	struct:__anon44
circle	vector/v.voronoi/sw_output.c	/^int circle(int a, int b, int c)$/;"	f
circleInstruction	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^ proc circleInstruction {} {$/;"	p
circleMask	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^proc circleMask { radius name} {$/;"	p
circle_mask	raster/r.neighbors/gather.c	/^void circle_mask(void)$/;"	f
cities	vector/v.net.salesman/main.c	/^int *cities;			\/* array of cities *\/$/;"	v
city	vector/v.net.salesman/main.c	/^    int city;$/;"	m	struct:__anon201	file:
civilTime	raster/r.sun2/main.c	/^double civilTime;$/;"	v
civilTimeFlag	raster/r.sun2/rsunlib.c	/^int civilTimeFlag;$/;"	v
civiltime	raster/r.sun2/main.c	/^const char *civiltime = NULL;$/;"	v
cl	raster/r.li/r.li.daemon/daemon.h	/^    int cl;$/;"	m	struct:area_entry
cl	raster/r.li/r.li.daemon/ipc.h	/^    int cl;$/;"	m	struct:fields_area
cl	raster/r.li/r.li.daemon/ipc.h	/^    int cl;$/;"	m	struct:fields_maskedarea
cl	raster/r.li/r.li.daemon/list.h	/^    int cl;$/;"	m	struct:generatore
cl	raster/r.sunmask/solpos00.c	/^    float cl;			\/* cosine of the latitude *\/$/;"	m	struct:trigdata	file:
cl_block	raster3d/r3.showdspf/togif.c	/^static void cl_block(vgl_GIFWriter * dataPtr)$/;"	f	file:
cl_hash	raster3d/r3.showdspf/togif.c	/^static void cl_hash(register count_int hsize, vgl_GIFWriter * dataPtr)$/;"	f	file:
clas	vector/lidar/v.lidar.growing/growing.h	/^    double clas;		\/* Classification *\/$/;"	m	struct:element_grow
class_apply_algorithm	lib/arraystats/class.c	/^double class_apply_algorithm(char *algo, double *data, int nrec, int *nbreaks,$/;"	f
class_cell	imagery/i.maxlik/main.c	/^CELL *class_cell, *reject_cell;$/;"	v
class_discont	lib/arraystats/class.c	/^double class_discont(double *data, int count, int nbreaks,$/;"	f
class_equiprob	lib/arraystats/class.c	/^int class_equiprob(double *data, int count, int *nbreaks, double *classbreaks)$/;"	f
class_fd	imagery/i.maxlik/main.c	/^int class_fd, reject_fd;$/;"	v
class_frequencies	lib/arraystats/class.c	/^int class_frequencies(double *data, int count, int nbreaks,$/;"	f
class_interval	lib/arraystats/class.c	/^int class_interval(double *data, int count, int nbreaks, double *classbreaks)$/;"	f
class_name	imagery/i.maxlik/main.c	/^char *class_name, *reject_name;$/;"	v
class_quant	lib/arraystats/class.c	/^int class_quant(double *data, int count, int nbreaks, double *classbreaks)$/;"	f
class_stdev	lib/arraystats/class.c	/^double class_stdev(double *data, int count, int nbreaks, double *classbreaks)$/;"	f
classification	vector/lidar/v.lidar.edgedetection/edgedetection.c	/^void classification(struct Map_info *Out, struct Cell_head Elaboration,$/;"	f
classify	imagery/i.maxlik/classify.c	/^int classify(CELL * class, CELL * reject, int ncols)$/;"	f
classifyNodata	raster/r.terraflow/nodata.cc	/^classifyNodata(AMI_STREAM<elevation_type> *elstr) {$/;"	f
classnum	include/imagery.h	/^    long classnum;$/;"	m	struct:ClassSig
clean_check_raster_name	lib/gis/opencell.c	/^clean_check_raster_name(const char *inmap, char **outmap, char **outmapset)$/;"	f	file:
clean_dir	lib/init/clean_temp.c	/^void clean_dir(const char *pathname, uid_t uid, pid_t pid, time_t now,$/;"	f
clean_fatal_error	raster/r.resamp.rst/main.c	/^void clean_fatal_error(char *str)$/;"	f
clean_fatal_error	vector/v.surf.rst/main.c	/^void clean_fatal_error(char *str)$/;"	f
clean_fatal_error	vector/v.vol.rst/user4.c	/^void clean_fatal_error(char *str)$/;"	f
clean_files	raster/r.out.mpeg/write.c	/^void clean_files(char *file, char *files[], int num)$/;"	f
clean_parallel	lib/vector/Vlib/buffer.c	/^static void clean_parallel(struct line_pnts *Points,$/;"	f	file:
cleanse_string	lib/sites/sites.c	/^int cleanse_string(char *buf)$/;"	f
cleanup	include/iostream/embuffer.h	/^void em_buffer<T,Key>::cleanup() {$/;"	f	class:em_buffer
cleanup	include/iostream/empq_impl.h	/^void em_pqueue<T,Key>::cleanup() {$/;"	f	class:em_pqueue
cleanup	scripts/d.polar/d.polar	/^cleanup()$/;"	f
cleanup	scripts/d.vect.thematic/d.vect.thematic	/^cleanup()$/;"	f
cleanup	scripts/db.dropcol/db.dropcol	/^cleanup()$/;"	f
cleanup	scripts/i.fusion.brovey/i.fusion.brovey	/^cleanup()$/;"	f
cleanup	scripts/i.in.spotvgt/i.in.spotvgt	/^cleanup()$/;"	f
cleanup	scripts/r.mask/r.mask	/^cleanup()$/;"	f
cleanup	scripts/r.univar.sh/r.univar.sh	/^cleanup()$/;"	f
cleanup	scripts/v.colors/v.colors	/^cleanup()$/;"	f
cleanup	scripts/v.db.dropcol/v.db.dropcol	/^cleanup()$/;"	f
cleanup	scripts/v.db.renamecol/v.db.renamecol	/^cleanup()$/;"	f
cleanup	scripts/v.db.univar/v.db.univar	/^cleanup()$/;"	f
cleanup	scripts/v.dissolve/v.dissolve	/^cleanup()$/;"	f
cleanup	scripts/v.out.gpsbabel/v.out.gpsbabel	/^cleanup()$/;"	f
cleanup	scripts/v.rast.stats/v.rast.stats	/^cleanup()$/;"	f
cleanup	scripts/v.univar.sh/v.univar.sh	/^cleanup()$/;"	f
cleanup	testsuite/raster/raster_md5test.sh	/^cleanup()$/;"	f
cleanup	testsuite/raster/rhemisphere.sh	/^cleanup()$/;"	f
cleanup	testsuite/raster/rmapcalc_test.sh	/^cleanup()$/;"	f
cleanup_tmp	lib/init/init.sh	/^cleanup_tmp()$/;"	f
clear	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::clear() {$/;"	f	class:EMPQueueAdaptive
clear	include/iostream/empq_impl.h	/^em_pqueue<T,Key>::clear() {$/;"	f	class:em_pqueue
clear	include/iostream/imbuffer.h	/^  void clear() { $/;"	f	class:im_buffer
clear	include/iostream/minmaxheap.h	/^BasicMinMaxHeap<T>::clear() {$/;"	f	class:BasicMinMaxHeap
clearCode	raster3d/r3.showdspf/togif.h	/^    int clearCode;$/;"	m	struct:_vgl_GIFWriter
clearMask	lib/g3d/filecompare.c	/^static unsigned char clearMask[9] =$/;"	v	file:
clearMask	lib/g3d/fpcompress.c	/^static unsigned char clearMask[9] =$/;"	v	file:
clear_bitmap	raster/r.carve/enforce_ds.c	/^static void clear_bitmap(struct BM *bm)$/;"	f	file:
clear_cats	vector/v.digit/cats.tcl	/^proc clear_cats { } {$/;"	p
clear_changes	scripts/d.rast.edit/d.rast.edit.tcl	/^proc clear_changes {} {$/;"	p
clear_cmd	lib/gis/gui.tcl	/^proc clear_cmd {dlg} {$/;"	p
clear_flg	raster3d/r3.showdspf/togif.h	/^    int clear_flg;$/;"	m	struct:_vgl_GIFWriter
clear_form	vector/v.digit/form.tcl	/^proc clear_form {} {$/;"	p
clear_nb	lib/form/form.tcl	/^proc clear_nb { }  {$/;"	p
clear_nb	vector/v.digit/form.tcl	/^proc clear_nb { }  {$/;"	p
clear_return_msg	lib/gis/ask.c	/^static char clear_return_msg = 0;$/;"	v	file:
clear_screen	raster3d/r3.showdspf/main_ogl.c	/^void clear_screen()$/;"	f
clear_screen2	raster3d/r3.showdspf/new_init_graphics.c	/^void clear_screen2()$/;"	f
clear_table	vector/v.digit/settings.tcl	/^proc clear_table { } {$/;"	p
clear_text	visualization/nviz/scripts/panel_rquery.tcl	/^proc clear_text {} {$/;"	p
clen	raster/r.report/global.h	/^    int clen;			\/* num chars for cat label when printed *\/$/;"	m	struct:_layer_
clientdata	include/gstypes.h	/^    void *clientdata;$/;"	m	struct:g_site
clientdata	include/gstypes.h	/^    void *clientdata;$/;"	m	struct:g_surf
clientdata	include/gstypes.h	/^    void *clientdata;$/;"	m	struct:g_vect
clientdata	include/gstypes.h	/^    void *clientdata;$/;"	m	struct:g_vol
clip	lib/display/draw.c	/^static int clip(void)$/;"	f	file:
clip	lib/display/draw2.c	/^static struct rectangle clip;$/;"	v	typeref:struct:rectangle	file:
clipX	include/G3d.h	/^    int clipX, clipY, clipZ;$/;"	m	struct:G3D_Map
clipY	include/G3d.h	/^    int clipX, clipY, clipZ;$/;"	m	struct:G3D_Map
clipZ	include/G3d.h	/^    int clipX, clipY, clipZ;$/;"	m	struct:G3D_Map
clip_bot	lib/pngdriver/Graph_set.c	/^int clip_top, clip_bot, clip_left, clip_rite;$/;"	v
clip_left	lib/pngdriver/Graph_set.c	/^int clip_top, clip_bot, clip_left, clip_rite;$/;"	v
clip_line	vector/v.voronoi/sw_output.c	/^int clip_line(struct Edge *e)$/;"	f
clip_plane	lib/display/draw2.c	/^static int clip_plane(struct vector *a, struct vector *b,$/;"	f	file:
clip_polygon_plane	lib/display/draw2.c	/^static int clip_polygon_plane(int *pn, const double *x, const double *y,$/;"	f	file:
clip_rite	lib/pngdriver/Graph_set.c	/^int clip_top, clip_bot, clip_left, clip_rite;$/;"	v
clip_top	lib/pngdriver/Graph_set.c	/^int clip_top, clip_bot, clip_left, clip_rite;$/;"	v
clipper	lib/vector/Vlib/graph.c	/^static int clipper(dglGraph_s * pgraph,$/;"	f	file:
clipper	lib/vector/Vlib/net.c	/^static int clipper(dglGraph_s * pgraph,$/;"	f	file:
clipper	lib/vector/dglib/examples/shortest_path.c	/^static int clipper(dglGraph_s * pgraph, dglSPClipInput_s * pIn, dglSPClipOutput_s * pOut, void *pvarg	\/* caller's pointer *\/$/;"	f	file:
clkAddEdge	lib/vector/dglib/graph.h	/^    clock_t clkAddEdge;		\/* cycles spent during the last addedge execution *\/$/;"	m	struct:_dglGraph
clkNodeTree	lib/vector/dglib/graph.h	/^    clock_t clkNodeTree;	\/* cycles spent in accessing the node binary tree *\/$/;"	m	struct:_dglGraph
clo_dummy	lib/vector/Vlib/close.c	/^static int clo_dummy()$/;"	f	file:
clock	include/symbol.h	/^	    int clock;		\/* 1 clockwise, 0 counter clockwise *\/$/;"	m	struct:__anon282::__anon283::__anon285
clockwise	raster/r.le/r.le.patch/trace.c	/^void clockwise(int *i, int *j)$/;"	f
clockwise	raster/r.le/r.le.trace/main.c	/^void clockwise(int *i, int *j)$/;"	f
close	vector/v.edit/global.h	/^    struct Flag *header, *topo, *close, *reverse, *move_first;$/;"	m	struct:GParams	typeref:struct:GParams::
close_array_seg	raster/r.watershed/ram/close_maps2.c	/^int close_array_seg(void)$/;"	f
close_array_seg	raster/r.watershed/seg/close_maps2.c	/^int close_array_seg(void)$/;"	f
close_band_files	imagery/i.class/band_files.c	/^int close_band_files(void)$/;"	f
close_cmd	lib/gis/gui.tcl	/^proc close_cmd {dlg} {$/;"	p
close_connection	db/drivers/odbc/connect.c	/^int close_connection()$/;"	f
close_down	raster/r.param.scale/close_down.c	/^void close_down(void)$/;"	f
close_driver	lib/raster/transport.h	/^    void (*close_driver) (void);$/;"	m	struct:transport
close_file	raster/r.thin/io.c	/^int close_file(char *name)$/;"	f
close_files	raster/r.flow/io.c	/^void close_files(void)$/;"	f
close_form	lib/form/form.tcl	/^proc close_form {} {$/;"	p
close_form	vector/v.digit/form.tcl	/^proc close_form {} {$/;"	p
close_g3d_file	lib/ogsf/gvl_file.c	/^int close_g3d_file(void *map)$/;"	f
close_input_raster3d_map	raster3d/r3.out.vtk/errorHandling.c	/^int close_input_raster3d_map(void *map)$/;"	f
close_input_raster_map	raster/r.to.rast3/main.c	/^void close_input_raster_map(int fd)$/;"	f
close_input_raster_map	raster/r.to.rast3elev/main.c	/^void close_input_raster_map(int fd)$/;"	f
close_lines	vector/v.edit/a2b.c	/^int close_lines(struct Map_info *Map, int ltype, double thresh)$/;"	f
close_map	raster/r.mapcalc/map.c	/^static void close_map(map * m)$/;"	f	file:
close_map	raster/r.mapcalc/map3.c	/^static void close_map(map * m)$/;"	f	file:
close_maps	raster/r.mapcalc/map.c	/^void close_maps(void)$/;"	f
close_maps	raster/r.mapcalc/map3.c	/^void close_maps(void)$/;"	f
close_maps	raster/r.watershed/ram/close_maps.c	/^int close_maps(void)$/;"	f
close_maps	raster/r.watershed/seg/close_maps.c	/^int close_maps(void)$/;"	f
close_new	lib/gis/closecell.c	/^static int close_new(int fd, int ok)$/;"	f	file:
close_old	lib/gis/closecell.c	/^static int close_old(int fd)$/;"	f	file:
close_output_map	raster/r.mapcalc/map.c	/^void close_output_map(int fd)$/;"	f
close_output_map	raster/r.mapcalc/map3.c	/^void close_output_map(int fd)$/;"	f
close_output_map	raster3d/r3.cross.rast/main.c	/^void close_output_map(int fd)$/;"	f
close_output_map	raster3d/r3.to.rast/main.c	/^void close_output_map(int fd)$/;"	f
close_vect	imagery/i.vpoints/open.c	/^int close_vect(FILE * fd)$/;"	f
close_vect	raster/r.carve/vect.c	/^int close_vect(struct Map_info *map, const int build_support)$/;"	f
close_video	lib/ogsf/gsd_img_mpeg.c	/^static void close_video(AVFormatContext * oc, AVStream * st)$/;"	f	file:
close_volfile	lib/ogsf/gvl_file.c	/^int close_volfile(void *map, IFLAG type)$/;"	f
closefiles	imagery/i.gensig/closefiles.c	/^int closefiles(struct files *files)$/;"	f
closefiles	imagery/i.gensigset/closefiles.c	/^int closefiles(struct files *files)$/;"	f
closefiles	imagery/i.his.rgb/closefiles.c	/^int closefiles(char *r_name, char *g_name, char *b_name,$/;"	f
closefiles	imagery/i.rgb.his/closefiles.c	/^int closefiles(char *h_name, char *i_name, char *s_name,$/;"	f
closefiles	imagery/i.smap/shapiro/closefiles.c	/^int closefiles(struct parms *parms, struct files *files)$/;"	f
closest	raster/r.composite/main.c	/^static int closest;$/;"	v	file:
clr	raster/r.profile/local_proto.h	/^int clr;$/;"	v
clr_buf	raster/r.what/main.c	/^    char clr_buf[NFILES][256];$/;"	m	struct:order	file:
clump	raster/r.clump/clump.c	/^CELL clump(int in_fd, int out_fd)$/;"	f
cluster_LIBS	swig/python/Makefile	/^cluster_LIBS    = $(CLUSTERLIB)$/;"	m
cm	raster/r.li/r.li.daemon/daemon.h	/^    cell_manager cm;$/;"	m	struct:area_entry
cmap	imagery/i.ortho.photo/photo.rectify/perform.c	/^static ROWCOL *rmap, *cmap, left, right;$/;"	v	file:
cmap	imagery/i.rectify/perform.c	/^static ROWCOL *rmap, *cmap, left, right;$/;"	v	file:
cmapset	raster/r.random/local_proto.h	/^    char *inraster, *inrcover, *outraster, *mapset, *cmapset, *outvector;$/;"	m	struct:rr_state
cmax	include/gis.h	/^    DCELL cmax;$/;"	m	struct:Colors
cmax	raster/r.random/local_proto.h	/^    struct RASTER_MAP_PTR nulls, cnulls, buf, cover, min, max, cmin, cmax;$/;"	m	struct:rr_state	typeref:struct:rr_state::
cmax	swig/perl/gis.h	/^    DCELL cmax;$/;"	m	struct:Colors
cmd	display/d.zoom/local_proto.h	/^GLOBAL char *cmd;$/;"	v
cmd	vector/v.digit/global.h	/^    char *cmd;			\/* command *\/$/;"	m	struct:__anon198
cmdPanel	gui/wxpython/gui_modules/menuform.py	/^class cmdPanel(wx.Panel):$/;"	c
cmd_output	gui/tcltk/d.m/d.m.tcl	/^	proc cmd_output {fh} {$/;"	p
cmdbuf	raster/r.le/r.le.patch/driver.c	/^char cmdbuf[100];$/;"	v
cmdbuf	raster/r.le/r.le.pixel/driver.c	/^char cmdbuf[100];$/;"	v
cmin	include/gis.h	/^    DCELL cmin;$/;"	m	struct:Colors
cmin	raster/r.random/local_proto.h	/^    struct RASTER_MAP_PTR nulls, cnulls, buf, cover, min, max, cmin, cmax;$/;"	m	struct:rr_state	typeref:struct:rr_state::
cmin	swig/perl/gis.h	/^    DCELL cmin;$/;"	m	struct:Colors
cmndln_info	lib/dspf/viz.h	/^} cmndln_info;$/;"	t	typeref:struct:__anon32
cmndln_info	raster3d/r3.showdspf/vizual2.h	/^} cmndln_info;$/;"	t	typeref:struct:__anon113
cmp	imagery/i.ortho.photo/photo.2image/group.c	/^static int cmp(const void *aa, const void *bb)$/;"	f	file:
cmp	imagery/i.ortho.photo/photo.2target/group.c	/^static int cmp(const void *aa, const void *bb)$/;"	f	file:
cmp	imagery/i.ortho.photo/photo.rectify/matrix.c	/^static int cmp(const void *aa, const void *bb)$/;"	f	file:
cmp	imagery/i.points/group.c	/^static int cmp(const void *aa, const void *bb)$/;"	f	file:
cmp	imagery/i.rectify/matrix.c	/^static int cmp(const void *aa, const void *bb)$/;"	f	file:
cmp	imagery/i.vpoints/group.c	/^static int cmp(const void *aa, const void *bb)$/;"	f	file:
cmp	include/btree.h	/^    int (*cmp) (const void *, const void *);	\/* routine to compare keys *\/$/;"	m	struct:__anon299
cmp	include/ibtree.h	/^    int (*cmp) ();		\/* routine to compare keys *\/$/;"	m	struct:__anon273
cmp	lib/btree/try.c	/^static int cmp(const void *a, const void *b)$/;"	f	file:
cmp	lib/db/dbmi_client/copy_tab.c	/^static int cmp(const void *pa, const void *pb)$/;"	f	file:
cmp	lib/db/dbmi_client/select.c	/^static int cmp(const void *pa, const void *pb)$/;"	f	file:
cmp	lib/gis/cats.c	/^static int cmp(const void *aa, const void *bb)$/;"	f	file:
cmp	lib/gis/histogram.c	/^static int cmp(const void *aa, const void *bb)$/;"	f	file:
cmp	lib/vector/Vlib/array.c	/^static int cmp(const void *pa, const void *pb)$/;"	f	file:
cmp	lib/vector/Vlib/cats.c	/^static int cmp(const void *pa, const void *pb)$/;"	f	file:
cmp	raster/r.buffer/parse_dist.c	/^static int cmp(const void *aa, const void *bb)$/;"	f	file:
cmp	raster/r.coin/make_coin.c	/^static int cmp(const void *aa, const void *bb)$/;"	f	file:
cmp	raster/r.cross/main.c	/^static int cmp(const void *aa, const void *bb)$/;"	f	file:
cmp	raster/r.distance/edges.c	/^static int cmp(const void *aa, const void *bb)$/;"	f	file:
cmp	raster/r.to.vect/areas.c	422;"	d	file:
cmp	vector/v.extract/extract.c	/^int cmp(const void *pa, const void *pb)$/;"	f
cmp	vector/v.extract/main.c	/^static int cmp(const void *pa, const void *pb)$/;"	f	file:
cmp	vector/v.net.path/path.c	/^int cmp(const void *pa, const void *pb)$/;"	f
cmp	vector/v.net.salesman/main.c	/^int cmp(const void *pa, const void *pb)$/;"	f
cmp	vector/v.net.steiner/main.c	/^int cmp(const void *pa, const void *pb)$/;"	f
cmp	vector/v.overlay/util.c	/^static int cmp(const void *pa, const void *pb)$/;"	f	file:
cmp	vector/v.voronoi/vo_main.c	/^int cmp(void *a, void *b)$/;"	f
cmpIndex	lib/g3d/index.c	/^static long *cmpIndex;$/;"	v	file:
cmpPoints	vector/v.hull/main.c	/^int cmpPoints(const void *v1, const void *v2)$/;"	f
cmp_along	vector/v.lrs/v.lrs.create/main.c	/^int cmp_along(const void *pa, const void *pb)$/;"	f
cmp_along	vector/v.lrs/v.lrs.label/main.c	/^int cmp_along(const void *pa, const void *pb)$/;"	f
cmp_cat	lib/vector/Vlib/cindex.c	/^static int cmp_cat(const void *pa, const void *pb)$/;"	f	file:
cmp_cat	lib/vector/diglib/cindex.c	/^static int cmp_cat(const void *pa, const void *pb)$/;"	f	file:
cmp_count	lib/gis/histogram.c	/^static int cmp_count(const void *aa, const void *bb)$/;"	f	file:
cmp_cross	lib/vector/Vlib/intersect.c	/^static int cmp_cross(const void *pa, const void *pb)$/;"	f	file:
cmp_dbstr	lib/db/dbmi_client/c_list_tabs.c	/^static int cmp_dbstr(const void *pa, const void *pb)$/;"	f	file:
cmp_dirent	lib/db/dbmi_base/dirent.c	/^static int cmp_dirent(const void *aa, const void *bb)$/;"	f	file:
cmp_exist	vector/v.distance/main.c	/^static int cmp_exist(const void *pa, const void *pb)$/;"	f	file:
cmp_field	lib/vector/diglib/cindex.c	/^static int cmp_field(const void *pa, const void *pb)$/;"	f	file:
cmp_int	lib/driver/Polygon.c	/^static int cmp_int(const void *aa, const void *bb)$/;"	f	file:
cmp_names	lib/gis/ls.c	/^static int cmp_names(const void *aa, const void *bb)$/;"	f	file:
cmp_near	vector/v.distance/main.c	/^static int cmp_near(const void *pa, const void *pb)$/;"	f	file:
cmp_near_to	vector/v.distance/main.c	/^static int cmp_near_to(const void *pa, const void *pb)$/;"	f	file:
cmp_points	vector/v.net.visibility/data_structures.c	/^int cmp_points(const void *v1, const void *v2, void *param)$/;"	f
cmp_row_asc	db/drivers/dbf/dbfexe.c	/^static int cmp_row_asc(const void *pa, const void *pb)$/;"	f	file:
cmp_row_desc	db/drivers/dbf/dbfexe.c	/^static int cmp_row_desc(const void *pa, const void *pb)$/;"	f	file:
cmp_rsegment	vector/v.lrs/lib/lrs.c	/^int cmp_rsegment(const void *pa, const void *pb)$/;"	f
cmpcat	lib/db/dbmi_client/select.c	/^static int cmpcat(const void *pa, const void *pb)$/;"	f	file:
cmpcat	vector/v.reclass/main.c	/^static int cmpcat(const void *pa, const void *pb)$/;"	f	file:
cmpcatkey	lib/db/dbmi_client/select.c	/^static int cmpcatkey(const void *pa, const void *pb)$/;"	f	file:
cmpfunc	vector/v.mapcalc/list.h	/^typedef int (*cmpfunc) (const void *sample, const void *each);$/;"	t
cmph	vector/lidar/v.lidar.growing/ConvexHull.c	/^int cmph(const void *a, const void *b)$/;"	f
cmpl	vector/lidar/v.lidar.growing/ConvexHull.c	/^int cmpl(const void *a, const void *b)$/;"	f
cmpsymname	vector/v.mapcalc/mapcalc.c	/^int cmpsymname(const void *data, const void *elt)$/;"	f
cmpsymsym	vector/v.mapcalc/mapcalc.c	/^int cmpsymsym(const void *A, const void *B)$/;"	f
cmpvaluedouble	lib/db/dbmi_client/select.c	/^static int cmpvaluedouble(const void *pa, const void *pb)$/;"	f	file:
cmpvalueint	lib/db/dbmi_client/select.c	/^static int cmpvalueint(const void *pa, const void *pb)$/;"	f	file:
cmpvaluestring	lib/db/dbmi_client/select.c	/^static int cmpvaluestring(const void *pa, const void *pb)$/;"	f	file:
cmt	ps/ps.map/comment.h	/^struct comment cmt;$/;"	v	typeref:struct:comment
cnCells	raster/r.random/local_proto.h	/^    long nCells, nNulls, nRand, cnCells, cnNulls;$/;"	m	struct:rr_state
cnData	lib/vector/dglib/tree.h	/^    dglInt32_t cnData;$/;"	m	struct:_dglTreeEdgePri32
cnNulls	raster/r.random/local_proto.h	/^    long nCells, nNulls, nRand, cnCells, cnNulls;$/;"	m	struct:rr_state
cnVal	lib/vector/dglib/tree.h	/^    dglInt32_t cnVal;$/;"	m	struct:_dglTreeNodePri32
cnode	vector/v.net.salesman/main.c	/^int cnode(int city)$/;"	f
cnst	include/imagery.h	/^    double cnst;$/;"	m	struct:SubSig
cnt	display/d.nviz/main.c	/^int cnt = 1;$/;"	v
cnulls	raster/r.random/local_proto.h	/^    struct RASTER_MAP_PTR nulls, cnulls, buf, cover, min, max, cmin, cmax;$/;"	m	struct:rr_state	typeref:struct:rr_state::
cnv	display/d.text.freetype/main.c	48;"	d	file:
coarse_draw	visualization/nviz/src/togl_flythrough.c	/^    int coarse_draw;$/;"	m	struct:cbData	file:
code	vector/v.digit/global.h	/^    int code;$/;"	m	struct:__anon197
code	vector/v.digit/symb.c	/^    int code;$/;"	m	struct:symb	file:
code_int	raster3d/r3.showdspf/togif.h	/^typedef int code_int;$/;"	t
codetab	raster3d/r3.showdspf/togif.h	/^    unsigned short codetab[HSIZE];$/;"	m	struct:_vgl_GIFWriter
coefbh	raster/r.sun/main.c	/^char *coefbh = NULL;$/;"	v
coefbh	raster/r.sun2/main.c	/^const char *coefbh = NULL;$/;"	v
coefdh	raster/r.sun/main.c	/^char *coefdh = NULL;$/;"	v
coefdh	raster/r.sun2/main.c	/^const char *coefdh = NULL;$/;"	v
coerce	lib/display/draw2.c	/^static double coerce(double x)$/;"	f	file:
coffset	ps/ps.map/vector.h	/^    double coffset;		\/* category offset *\/$/;"	m	struct:__anon22
col	include/vask.h	/^    int col;			\/* column position      *\/$/;"	m	struct:ans_rec
col	ps/ps.map/ps_outline.c	/^static int k, col, row, top, bottom;$/;"	v	file:
col	raster/r.cost/cost.h	/^    int col;$/;"	m	struct:cost
col	raster/r.cost/stash.h	/^    int col;$/;"	m	struct:start_pt
col	raster/r.distance/defs.h	/^	int *row, *col;		\/* arrays of pixels indexes *\/$/;"	m	struct:EdgeList::CatEdgeList
col	raster/r.drain/main.c	/^    int col;$/;"	m	struct:point	file:
col	raster/r.flow/calc.c	/^    int row, col;		\/* current matrix address       *\/$/;"	m	struct:__anon150	file:
col	raster/r.le/r.le.patch/patch.h	/^    int *col;$/;"	m	struct:patch
col	raster/r.le/r.le.patch/patch.h	/^    int row, col;$/;"	m	struct:pt
col	raster/r.le/r.le.setup/polytocell/ply_to_cll.h	/^    float col;$/;"	m	struct:element
col	raster/r.le/r.le.trace/r.le.trace.h	/^    int *col;$/;"	m	struct:patch
col	raster/r.le/r.le.trace/r.le.trace.h	/^    int row, col;$/;"	m	struct:pt
col	raster/r.mapcalc/expression.h	/^    int row, col, depth;$/;"	m	struct:expr_data_map
col	raster/r.to.vect/areas.c	/^static int col, row, top, bottom;$/;"	v	file:
col	raster/r.to.vect/global.h	/^    int col;			\/*   area is widest *\/$/;"	m	struct:area_table
col	raster/r.to.vect/global.h	/^    int row, col, node;		\/* row, column of point; node flag *\/$/;"	m	struct:COOR
col	raster/r.to.vect/lines.c	/^static int row, col, n_cols;$/;"	v	file:
col	raster/r.walk/cost.h	/^    int col;$/;"	m	struct:cost
col	raster/r.walk/stash.h	/^    int col;$/;"	m	struct:start_pt
col	raster/r.what/main.c	/^    int col;$/;"	m	struct:order	file:
col	raster/wildfire/r.spread/cell_ptrHa.h	/^    int row, col;$/;"	m	struct:cell_ptrHa
col	raster/wildfire/r.spread/costHa.h	/^    int row, col;$/;"	m	struct:costHa
col	raster/wildfire/r.spreadpath/point.h	/^    int row, col, backrow, backcol;$/;"	m	struct:point
col	vector/lidar/v.surf.bspline/bspline.h	/^    int col;$/;"	m	struct:SubZone
col	vector/v.what.rast/main.c	/^    int col;$/;"	m	struct:order	file:
colEnd	raster/r.out.pov/main.c	/^int rowStr, rowEnd, colStr, colEnd;$/;"	v
colStr	raster/r.out.pov/main.c	/^int rowStr, rowEnd, colStr, colEnd;$/;"	v
colT	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int rowT, colT;$/;"	m	struct:__anon233
colTree	raster/r.terraflow/nodata.cc	/^  ccforest<cclabel_type> colTree;$/;"	m	class:detectEdgeNodata	file:
colTree	raster/r.terraflow/plateau.cc	/^  ccforest<cclabel_type> *colTree;$/;"	m	class:duplicateFixer	file:
colTree	raster/r.terraflow/plateau.cc	/^  ccforest<cclabel_type> colTree;$/;"	m	class:detectPlateaus	file:
col_delta	ps/ps.map/ps_info.h	/^    int row_delta, col_delta;$/;"	m	struct:PS_data
col_map	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL ROWCOL col_map[NROWS][NCOLS];$/;"	v
col_map	imagery/i.rectify/main.c	/^ROWCOL col_map[NROWS][NCOLS];$/;"	v
col_map	lib/gis/G.h	/^    COLUMN_MAPPING *col_map;	\/* Data to window col mapping   *\/$/;"	m	struct:fileinfo
col_offset	raster/r.flow/r.flow.h	/^      col_offset;		\/*      extrapolating border data)      *\/$/;"	m	struct:__anon154
col_scale	raster/r.resamp.stats/main.c	/^static int row_scale, col_scale;$/;"	v	file:
col_to_easting	imagery/i.class/conv.c	/^double col_to_easting(struct Cell_head *cellhd, int col, double location)$/;"	f
col_to_easting	imagery/i.ortho.photo/photo.2image/conv.c	/^double col_to_easting(struct Cell_head *cellhd, int col, double location)$/;"	f
col_to_easting	imagery/i.ortho.photo/photo.2target/conv.c	/^double col_to_easting(struct Cell_head *cellhd, int col, double location)$/;"	f
col_to_easting	imagery/i.ortho.photo/photo.rectify/conv.c	/^double col_to_easting(struct Cell_head *cellhd, int col, double location)$/;"	f
col_to_easting	imagery/i.points/conv.c	/^double col_to_easting(struct Cell_head *cellhd, int col, double location)$/;"	f
col_to_easting	imagery/i.vpoints/conv.c	/^double col_to_easting(struct Cell_head *cellhd, int col, double location)$/;"	f
col_to_view	imagery/i.class/conv.c	/^int col_to_view(View * view, int col)$/;"	f
col_to_view	imagery/i.ortho.photo/photo.2image/conv.c	/^int col_to_view(View * view, int col)$/;"	f
col_to_view	imagery/i.ortho.photo/photo.2target/conv.c	/^int col_to_view(View * view, int col)$/;"	f
col_to_view	imagery/i.ortho.photo/photo.rectify/conv.c	/^int col_to_view(View * view, int col)$/;"	f
col_to_view	imagery/i.points/conv.c	/^int col_to_view(View * view, int col)$/;"	f
col_to_view	imagery/i.vpoints/conv.c	/^int col_to_view(View * view, int col)$/;"	f
col_total	raster/r.coin/totals.c	/^int col_total(int col, int with_no_data, long *count, double *area)$/;"	f
collapse	raster/r.coin/make_coin.c	/^int collapse(long *list, int n)$/;"	f
collapse	raster/r.kappa/prt_mat.c	/^static int collapse(long *l, int n)$/;"	f	file:
collect_ori	raster/wildfire/r.spread/collect_ori.c	/^void collect_ori(int start_fd)$/;"	f
collook	raster/r.surf.idw/main.h	/^double *rowlook, *collook, *lat_diff,	\/* distances between latitudes *\/$/;"	v
color	display/d.graph/description.html	/^<a name="color"><\/a>$/;"	a
color	display/d.histogram/options.h	/^GLOBAL int color;$/;"	v
color	display/d.paint.labels/do_labels.c	/^static RGBA_Color color, highlight_color, background, border;$/;"	v	file:
color	display/d.text.new/test.pl	/^sub color{$/;"	s
color	display/d.title/options.h	/^GLOBAL char color[128];$/;"	v
color	display/d.vect/plot.h	/^    struct rgb_color color, bgcolor, bcolor;$/;"	m	struct:__anon97	typeref:struct:__anon97::rgb_color
color	gui/wxpython/vdigit/driver.h	/^	wxColor color;$/;"	m	struct:DisplayDriver::symbol
color	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int color;$/;"	v
color	include/gstypes.h	/^    float color[3];		\/* R, G, B *\/$/;"	m	struct:lightdefs
color	include/gstypes.h	/^    int color, width, marker, use_z, use_mem;$/;"	m	struct:g_site
color	include/gstypes.h	/^    int color, width;$/;"	m	struct:g_vect
color	include/gstypes.h	/^    int color[GPT_MAX_ATTR];$/;"	m	struct:g_point
color	include/symbol.h	/^    SYMBCOLOR color;$/;"	m	struct:__anon287
color	include/symbol.h	/^    int color;			\/* reset default *\/$/;"	m	struct:__anon281
color	lib/driver/driver.h	/^    void (*color) (int);$/;"	m	struct:driver
color	ps/ps.map/colortable.h	/^    int color;$/;"	m	struct:colortable
color	ps/ps.map/comment.h	/^    int color;$/;"	m	struct:comment
color	ps/ps.map/decorate.h	/^    int color, bgcolor;$/;"	m	struct:scalebar
color	ps/ps.map/header.h	/^    int color;$/;"	m	struct:header
color	ps/ps.map/map_info.h	/^    int color, bgcolor, border;$/;"	m	struct:map_info
color	ps/ps.map/vector.h	/^    PSCOLOR color;		\/* color of line, boundary or icon outline *\/$/;"	m	struct:__anon22
color	raster3d/r3.showdspf/vizual.h	/^    short color[3];$/;"	m	struct:color_entry
color	vector/v.digit/driver.c	/^static char color[16];$/;"	v	file:
color	vector/v.label.sa/labels.h	/^    struct Option *color;$/;"	m	struct:params	typeref:struct:params::Option
color1	display/d.barscale/main.c	/^int color1;$/;"	v
color2	display/d.barscale/main.c	/^int color2;$/;"	v
color2rgb	vector/v.digit/settings.tcl	/^proc color2rgb { color } {$/;"	p
color_const	visualization/nviz2/cmd/local_proto.h	/^    *elev_map, *elev_const, *color_map, *color_const,$/;"	m	struct:GParams	typeref:struct:GParams::
color_entry	raster3d/r3.showdspf/vizual.h	/^struct color_entry$/;"	s
color_grass_to_rgba255	lib/gis/gui.tcl	/^proc color_grass_to_rgba255 {string} {$/;"	p
color_grass_to_tcltk	lib/gis/gui.tcl	/^proc color_grass_to_tcltk {string} {$/;"	p
color_map	visualization/nviz2/cmd/local_proto.h	/^    *elev_map, *elev_const, *color_map, *color_const,$/;"	m	struct:GParams	typeref:struct:GParams::
color_menu	display/d.rast.edit/menu.c	/^int color_menu(char *title)$/;"	f
color_name	include/colors.h	/^struct color_name$/;"	s
color_name_is_ok	ps/ps.map/ps_colors.c	/^int color_name_is_ok(char *color_name)$/;"	f
color_names	display/d.rgb/main.c	/^static char *const color_names[3] = { "red", "green", "blue" };$/;"	v	file:
color_names	raster/r.composite/main.c	/^static char *const color_names[3] = { "red", "green", "blue" };$/;"	v	file:
color_names	raster/r.out.ppm3/main.c	/^static char *const color_names[3] = { "red", "green", "blue" };$/;"	v	file:
color_none	ps/ps.map/ps_colors.c	/^int color_none(PSCOLOR * pscolor)$/;"	f
color_resolve	gui/wxpython/gui_modules/menuform.py	/^def color_resolve(color):$/;"	f
color_rgb	include/colors.h	/^struct color_rgb$/;"	s
color_rgba255_to_grass	lib/gis/gui.tcl	/^proc color_rgba255_to_grass {list} {$/;"	p
color_rgba255_to_tcltk	lib/gis/gui.tcl	/^proc color_rgba255_to_tcltk {color} {$/;"	p
color_tcltk_to_grass	lib/gis/gui.tcl	/^proc color_tcltk_to_grass {string} {$/;"	p
color_tcltk_to_rgba255	lib/gis/gui.tcl	/^proc color_tcltk_to_rgba255 {string} {$/;"	p
colorgrid	include/gis.h	/^    int colorgrid;		\/* boolean *\/$/;"	m	struct:G_3dview
colorgrid	swig/perl/gis.h	/^    int colorgrid;		\/* boolean *\/$/;"	m	struct:G_3dview
colors	display/d.rgb/main.c	/^    struct Colors colors;$/;"	m	struct:band	typeref:struct:band::Colors	file:
colors	imagery/i.ortho.photo/photo.2image/defs.h	/^	struct Colors colors;$/;"	m	struct:__anon237::__anon238	typeref:struct:__anon237::__anon238::Colors
colors	imagery/i.ortho.photo/photo.2target/defs.h	/^	struct Colors colors;$/;"	m	struct:__anon226::__anon227	typeref:struct:__anon226::__anon227::Colors
colors	imagery/i.points/defs.h	/^	struct Colors colors;$/;"	m	struct:__anon211::__anon212	typeref:struct:__anon211::__anon212::Colors
colors	imagery/i.vpoints/defs.h	/^	struct Colors colors;$/;"	m	struct:__anon217::__anon218	typeref:struct:__anon217::__anon218::Colors
colors	lib/display/tran_colr.c	/^static struct color_rgb *colors;$/;"	v	typeref:struct:color_rgb	file:
colors	lib/gis/named_colr.c	/^} colors[] = {$/;"	v	typeref:struct:__anon31	file:
colors	ps/ps.map/group.h	/^    struct Colors colors[3];$/;"	m	struct:PS_group	typeref:struct:PS_group::Colors
colors	ps/ps.map/ps_colors.c	/^} colors[NUM_COLORS] = {$/;"	v	typeref:struct:__anon23	file:
colors	ps/ps.map/ps_info.h	/^    struct Colors colors;$/;"	m	struct:PS_data	typeref:struct:PS_data::Colors
colors	raster/r.composite/main.c	/^    struct Colors colors;$/;"	m	struct:band	typeref:struct:band::Colors	file:
colors	raster/r.external/main.c	/^    struct Colors colors;$/;"	m	struct:band_info	typeref:struct:band_info::Colors	file:
colors	raster/r.mapcalc/map.c	/^    struct Colors colors;$/;"	m	struct:map	typeref:struct:map::Colors	file:
colors	raster/r.mapcalc/map3.c	/^    struct Colors colors;$/;"	m	struct:map	typeref:struct:map::Colors	file:
colors	raster/r.out.ppm3/main.c	/^    struct Colors colors;$/;"	m	struct:band	typeref:struct:band::Colors	file:
colors	raster/r.profile/local_proto.h	/^struct Colors colors;$/;"	v	typeref:struct:Colors
colors	raster/wildfire/r.spread/display.c	/^static struct Colors colors;$/;"	v	typeref:struct:Colors	file:
colors_old	raster/r.le/r.le.setup/setup.c	/^struct Colors *colors_old;$/;"	v	typeref:struct:Colors
colortable	ps/ps.map/colortable.h	/^struct colortable$/;"	s
colortable	ps/ps.map/description.html	/^<a name="colortable"><\/a>$/;"	a
colr	display/d.rast.edit/edit.h	/^GLOBAL struct Colors colr;$/;"	v	typeref:struct:Colors
colr_ok	display/d.rast.edit/edit.h	/^GLOBAL int colr_ok, cats_ok, quant_ok;$/;"	v
cols	db/drivers/dbf/globals.h	/^    COLUMN *cols;$/;"	m	struct:__anon14
cols	db/drivers/dbf/globals.h	/^    int *cols;			\/* array of indexes of selected columns *\/$/;"	m	struct:__anon16
cols	db/drivers/mysql/globals.h	/^    int *cols;			\/* indexes of known (type) columns *\/$/;"	m	struct:_cursor
cols	db/drivers/ogr/globals.h	/^    int *cols;			\/* 1 type is known, 0 type is unknown *\/$/;"	m	struct:__anon17
cols	db/drivers/postgres/globals.h	/^    int *cols;			\/* indexes of known (type) columns *\/$/;"	m	struct:_cursor
cols	include/G3d.h	/^    int rows, cols, depths;$/;"	m	struct:__anon248
cols	include/bitmap.h	/^    int cols;$/;"	m	struct:BM
cols	include/gis.h	/^    int cols;			\/* number of columns in the data 2D             *\/$/;"	m	struct:Cell_head
cols	include/gstypes.h	/^    int cols, rows, depths;$/;"	m	struct:g_vol
cols	include/gstypes.h	/^    int cols, rows;$/;"	m	struct:g_surf
cols	include/la.h	/^    int rows, cols;		\/* Rows and columns of matrix *\/$/;"	m	struct:matrix_
cols	lib/gpde/N_pde.h	/^    int cols, rows, depths;$/;"	m	struct:__anon63
cols	lib/gpde/N_pde.h	/^    int cols, rows;$/;"	m	struct:__anon62
cols	lib/gpde/N_pde.h	/^    int cols;			\/*Number of entries *\/$/;"	m	struct:__anon46
cols	lib/gpde/N_pde.h	/^    int cols;			\/*number of cols *\/$/;"	m	struct:__anon47
cols	lib/gpde/N_pde.h	/^    int cols;$/;"	m	struct:__anon48
cols	lib/gpde/N_pde.h	/^    int rows, cols, depths;$/;"	m	struct:__anon50
cols	lib/gpde/N_pde.h	/^    int rows, cols;$/;"	m	struct:__anon49
cols	ps/ps.map/colortable.h	/^    int cols;$/;"	m	struct:colortable
cols	ps/ps.map/vector.h	/^    int cols;			\/* number of colums  *\/$/;"	m	struct:vector
cols	raster/r.li/r.li.daemon/list.h	/^    int cols;$/;"	m	struct:generatore
cols	raster/r.quantile/main.c	/^static int rows, cols;$/;"	v	file:
cols	swig/perl/gis.h	/^    int cols;			\/* number of columns in the data 2D             *\/$/;"	m	struct:Cell_head
cols	vector/v.generalize/matrix.h	/^    int rows, cols;$/;"	m	struct:__anon188
cols3	include/gis.h	/^    int cols3;			\/* number of columns in the data 3D             *\/$/;"	m	struct:Cell_head
cols3	swig/perl/gis.h	/^    int cols3;			\/* number of columns in the data 3D             *\/$/;"	m	struct:Cell_head
cols_intern	lib/gpde/N_pde.h	/^    int rows_intern, cols_intern, depths_intern;$/;"	m	struct:__anon50
cols_intern	lib/gpde/N_pde.h	/^    int rows_intern, cols_intern;$/;"	m	struct:__anon49
colt	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int rowt, colt;$/;"	m	struct:__anon233
column	vector/v.distance/main.c	/^    char *column;		\/* column name *\/$/;"	m	struct:__anon181	file:
column	vector/v.label.sa/labels.h	/^    struct Option *column;$/;"	m	struct:params	typeref:struct:params::Option
column	vector/v.to.3d/local_proto.h	/^  struct Option *field, *column;$/;"	m	struct:opts	typeref:struct:opts::
columnCount	raster/r.out.pov/main.c	/^int rowCount, columnCount, r, c;$/;"	v
columnName	include/dbmi.h	/^    dbString columnName;$/;"	m	struct:_db_column
columnNames	include/dbmi.h	/^    dbString *columnNames;$/;"	m	struct:_db_index
column_flags	include/dbmi.h	/^    short *column_flags;$/;"	m	struct:_db_cursor
column_name	include/sqlp.h	/^    char *column_name;$/;"	m	struct:sqlpnode
column_shift	raster/r.mapcalc/column_shift.c	/^void column_shift(void *buf, int res_type, int col)$/;"	f
columns	general/g.transform/main.c	/^static char **columns;$/;"	v	file:
columns	include/dbmi.h	/^    dbColumn *columns;$/;"	m	struct:_db_table
columns	raster/r.mapcalc/evaluate.c	/^int depths, rows, columns;$/;"	v
columns	vector/v.overlay/local.h	/^    char *columns;$/;"	m	struct:__anon173
com_add	raster/r.watershed/shed/com_line.c	/^int com_add(char **com_line, char *prompt, int ril_value)$/;"	f
com_declin	raster/r.sun/main.c	/^double com_declin(int no_of_day)$/;"	f
com_declin	raster/r.sun2/main.c	/^double com_declin(int no_of_day)$/;"	f
com_line_Gwater	raster/r.watershed/shed/com_line.c	/^int com_line_Gwater(INPUT * input, OUTPUT * output)$/;"	f
com_line_add	raster/r.watershed/shed/com_line.c	/^int com_line_add(char **com_line, char *prompt, char *map_layer, char *mapset)$/;"	f
com_par	raster/r.horizon/main.c	/^void com_par(double angle)$/;"	f
com_par	raster/r.sun/main.c	/^void com_par(void)$/;"	f
com_par	raster/r.sun2/rsunlib.c	/^void com_par(struct SunGeometryConstDay *sungeom,$/;"	f
com_par_const	raster/r.sun/main.c	/^void com_par_const(void)$/;"	f
com_par_const	raster/r.sun2/rsunlib.c	/^void com_par_const(double longitTime, struct SunGeometryConstDay *sungeom,$/;"	f
com_sol_const	raster/r.sun/main.c	/^double com_sol_const(int no_of_day)$/;"	f
com_sol_const	raster/r.sun2/rsunlib.c	/^double com_sol_const(int no_of_day)$/;"	f
command	include/sqlp.h	/^    int command;$/;"	m	struct:__anon297
command	raster/r.in.bin/gmt_grd.h	/^    char command[GRD_COMMAND_LEN];	\/* name of generating command *\/$/;"	m	struct:GRD_HEADER
command	raster/r.out.bin/gmt_grd.h	/^    char command[GRD_COMMAND_LEN];	\/* name of generating command *\/$/;"	m	struct:GRD_HEADER
command_buttons	vector/v.digit/settings.tcl	/^proc command_buttons { } {$/;"	p
command_flags	vector/v.transform/trans.h	/^struct command_flags$/;"	s
command_init	lib/driver/command.c	/^void command_init(int rfd, int wfd)$/;"	f
command_window	gui/tcltk/gis.m/runandoutput.tcl	/^proc command_window {where} {$/;"	p
commandmenu	imagery/i.class/description.html	/^<A NAME="commandmenu"><\/a>$/;"	a
comment	display/d.graph/description.html	/^<a name="comment"><\/a>$/;"	a
comment	include/dbmi.h	/^    char comment[256];		\/* comment field             *\/$/;"	m	struct:_dbmscap
comment	include/gprojects.h	/^    char *comment;		\/**< Additional Comments *\/$/;"	m	struct:gpj_datum_transform_list
comment	include/monitors.h	/^    char *comment;		\/* like this *\/$/;"	m	struct:MON_CAP
comment	ps/ps.map/comment.h	/^struct comment$/;"	s
comment	raster/r.terraflow/stats.cc	/^statsRecorder::comment(const char *s, const int verbose) {$/;"	f	class:statsRecorder
comment	raster/r.terraflow/stats.cc	/^statsRecorder::comment(const char *s1, const char *s2) {$/;"	f	class:statsRecorder
comment	raster/r.terraflow/stats.cc	/^statsRecorder::comment(const int n) {$/;"	f	class:statsRecorder
commentfile	ps/ps.map/ps_info.h	/^    char *commentfile;$/;"	m	struct:PS_data
comments	ps/ps.map/description.html	/^<a name="comments"><\/a>$/;"	a
commit_fill	raster/r.terraflow/filldepr.cc	/^commit_fill(AMI_STREAM<labelElevType>* labeledGrid, $/;"	f
communicate	gui/wxpython/compat/subprocess.py	/^        def communicate(self, input=None):$/;"	f	function:Popen._translate_newlines
comp_array	raster/r.random.cells/init.c	/^static int comp_array(const void *q1, const void *q2)$/;"	f	file:
comp_dens	raster/wildfire/r.spread/collect_ori.c	/^float comp_dens;$/;"	v
comp_double	lib/vector/Vlib/poly.c	/^static int comp_double(double *i, double *j)$/;"	f	file:
comp_row_search	raster/r.surf.idw/main.h	/^int (*comp_row_search) (EW *);$/;"	v
compact_list	raster/r.describe/dumplist.c	/^int compact_list(struct Cell_stats *statf,$/;"	f
compact_range_list	raster/r.describe/dumplist.c	/^int compact_range_list(CELL negmin, CELL negmax, CELL zero, CELL posmin,$/;"	f
compar	raster/r.le/r.le.pixel/cellclip.c	/^int compar(int *i, int *j)$/;"	f
compare	include/iostream/empq_adaptive_impl.h	/^  static int compare(const T& x, const T& y) {$/;"	f	class:baseCmpType
compare	lib/rst/qtree/qtree.h	/^    int (*compare) ();$/;"	m	struct:multfunc
compare	lib/vector/Vlib/dgraph.c	/^static int compare(const void *a, const void *b)$/;"	f	file:
compare	raster/r.le/r.le.setup/polytocell/find_area.c	/^static int compare(const void *e1, const void *e2)$/;"	f	file:
compare	raster/r.terraflow/ccforest.h	/^  static int compare (const keyvalue<T> &a, const keyvalue<T> &b) {$/;"	f	class:dstCmpKeyvalueType
compare	raster/r.terraflow/ccforest.h	/^  static int compare(const keyvalue<T>  &a, const keyvalue<T>  &b) {$/;"	f	class:keyCmpKeyvalueType
compare	raster/r.terraflow/ccforest.h	/^  static int compare(const keyvalue<T> &x, const keyvalue<T> &y) {$/;"	f	class:keyvalue
compare	raster/r.terraflow/nodata.h	/^  static int compare(const nodataType &a, const nodataType &b) {$/;"	f	class:ijCmpNodataType
compare	raster/r.terraflow/nodata.h	/^  static int compare(const nodataType &a, const nodataType &b) {$/;"	f	class:labelCmpNodataType
compare	raster/r.terraflow/plateau.cc	/^  int compare(const plateauType &a, const plateauType &b) {$/;"	f	class:duplicateFixer
compare	raster/r.terraflow/plateau.h	/^  static int compare(const plateauType &a, const plateauType &b) {$/;"	f	class:ijCmpPlateauType
compare	raster/r.terraflow/plateau.h	/^  static int compare(const plateauType &a, const plateauType &b) {$/;"	f	class:labelCmpPlateauType
compare	raster/r.terraflow/sweep.h	/^  static int compare (const flowPriority &a, const flowPriority &b) {$/;"	f	class:flowPriority
compare	raster/r.terraflow/sweep.h	/^  static int compare(const sweepItem &a, const sweepItem &b) {$/;"	f	class:PrioCmpSweepItem
compare	raster/r.terraflow/sweep.h	/^  static int compare(const sweepOutput &a, const sweepOutput &b) {$/;"	f	class:ijCmpSweepOutput
compare	raster/r.terraflow/types.cc	/^ijBaseType::compare(const ijBaseType &a, const ijBaseType &b) {$/;"	f	class:ijBaseType
compare	raster/r.terraflow/water.cc	/^fillPriority::compare(const fillPriority &a, const fillPriority &b) {$/;"	f	class:fillPriority
compare	raster/r.terraflow/water.h	/^  static int compare(const boundaryType &a, const boundaryType &b) {$/;"	f	class:boundaryCmpBoundaryType
compare	raster/r.terraflow/water.h	/^  static int compare(const boundaryType &a, const boundaryType &b) {$/;"	f	class:elevCmpBoundaryType
compare	raster/r.terraflow/water.h	/^  static int compare(const boundaryType &a, const boundaryType &b) {$/;"	f	class:ijCmpBoundaryType
compare	raster/r.terraflow/water.h	/^  static int compare(const boundaryType &a, const boundaryType &b) {$/;"	f	class:waterCmpBoundaryType
compare	raster/r.terraflow/water.h	/^  static int compare(const labelElevType &a, const labelElevType &b) {$/;"	f	class:ijCmpLabelElevType
compare	raster/r.terraflow/water.h	/^  static int compare(const labelElevType &a, const labelElevType &b) {$/;"	f	class:labelCmpLabelElevType
compare	raster/r.terraflow/water.h	/^  static int compare(const waterType &a, const waterType &b) {$/;"	f	class:ijCmpWaterType
compare	raster/r.terraflow/water.h	/^  static int compare(const waterWindowType &a, const waterWindowType &b) {$/;"	f	class:ijCmpWaterWindowType
compare	raster/r.terraflow/water.h	/^  static int compare(const waterWindowType &a, const waterWindowType &b) {$/;"	f	class:priorityCmpWaterWindowType
compare	vector/v.delaunay2/main.c	/^int compare(const struct vertex **p1, const struct vertex **p2)$/;"	f
compare	vector/v.to.rast/do_areas.c	/^static int compare(const void *aa, const void *bb)$/;"	f	file:
compare	vector/v.vol.rst/oct.h	/^    int (*compare) ();$/;"	m	struct:octfunc
compareFilesNocache	lib/g3d/filecompare.c	/^static void compareFilesNocache(void *map, void *map2)$/;"	f	file:
compare_array_2d	lib/gpde/test/test_arrays.c	/^int compare_array_2d(N_array_2d * a, N_array_2d * b)$/;"	f
compare_array_3d	lib/gpde/test/test_arrays.c	/^int compare_array_3d(N_array_3d * a, N_array_3d * b)$/;"	f
compare_dcell	raster/r.quantile/main.c	/^static int compare_dcell(const void *aa, const void *bb)$/;"	f	file:
compare_fonts	general/g.mkfontcap/main.c	/^static int compare_fonts(const void *a, const void *b)$/;"	f	file:
compare_ints	raster/r.mapcalc/map.c	/^static int compare_ints(const void *a, const void *b)$/;"	f	file:
compare_ints	raster/r.mapcalc/map3.c	/^static int compare_ints(const void *a, const void *b)$/;"	f	file:
compare_result	testsuite/raster/rmapcalc_test.sh	/^compare_result()$/;"	f
compare_table_names	lib/gis/datum.c	/^static int compare_table_names(const void *aa, const void *bb)$/;"	f	file:
compare_table_names	lib/gis/get_ellipse.c	/^static int compare_table_names(const void *pa, const void *pb)$/;"	f	file:
compare_wind	lib/gis/view.c	/^static int compare_wind(const struct Cell_head *savedwin,$/;"	f	file:
complete_region	imagery/i.class/complete_reg.c	/^int complete_region(void)$/;"	f
completed	imagery/i.class/defs.h	/^	int completed;$/;"	m	struct:region::__anon206
completed_row	raster/r.surf.idw/main.c	/^int completed_row(EW * ewptr)$/;"	f
completed_row_LL	raster/r.surf.idw/ll.c	/^int completed_row_LL(EW * ewptr)$/;"	f
complex	include/la.h	/^} complex;$/;"	t	typeref:struct:__anon240
compose	raster/r.reclass/reclass.c	/^static void compose(struct Reclass *new, const struct Reclass *mid,$/;"	f	file:
compose_line	raster/r.info/main.c	/^static void compose_line(FILE * out, const char *fmt, ...)$/;"	f	file:
composite	raster/r.mapcalc/expression.c	/^char *composite(const char *name, const char *mapset)$/;"	f
compress	imagery/i.ortho.photo/photo.rectify/compress.c	/^int compress(char *name)$/;"	f
compress	raster3d/r3.showdspf/togif.c	/^static void compress(int init_bits, FILE * outfile, ifunptr ReadValue,$/;"	f	file:
compressed	include/gis.h	/^    int compressed;		\/* 0 = uncompressed, 1 = compressed, -1 pre 3.0 *\/$/;"	m	struct:Cell_head
compressed	swig/perl/gis.h	/^    int compressed;		\/* 0 = uncompressed, 1 = compressed, -1 pre 3.0 *\/$/;"	m	struct:Cell_head
compressedWaterWindowBaseType	raster/r.terraflow/water.cc	/^compressedWaterWindowBaseType::compressedWaterWindowBaseType(dimension_type gi,$/;"	f	class:compressedWaterWindowBaseType
compressedWaterWindowBaseType	raster/r.terraflow/water.h	/^  compressedWaterWindowBaseType() : depth(DEPTH_INITIAL),$/;"	f	class:compressedWaterWindowBaseType
compressedWaterWindowBaseType	raster/r.terraflow/water.h	/^class compressedWaterWindowBaseType : public ijBaseType {$/;"	c
compressedWaterWindowType	raster/r.terraflow/water.h	/^  compressedWaterWindowType() : compressedWaterWindowBaseType(),$/;"	f	class:compressedWaterWindowType
compressedWaterWindowType	raster/r.terraflow/water.h	/^  compressedWaterWindowType(dimension_type gi,$/;"	f	class:compressedWaterWindowType
compressedWaterWindowType	raster/r.terraflow/water.h	/^class compressedWaterWindowType : public compressedWaterWindowBaseType {$/;"	c
compressed_buf	lib/gis/G.h	/^    unsigned char *compressed_buf;	\/* Pre\/post compressed data buffer      *\/$/;"	m	struct:G__
compressed_buf_size	lib/gis/G.h	/^    int compressed_buf_size;	\/* sizeof compressed_buf                *\/$/;"	m	struct:G__
compression	include/G3d.h	/^    int compression;		\/* G3D_NO_COMPRESSION or G3D_USE_COMPRESSION *\/$/;"	m	struct:G3D_Map
compression	lib/g3d/g3dparam.c	/^    struct Option *compression;$/;"	m	struct:__anon28	typeref:struct:__anon28::Option	file:
compression	lib/ogsf/gsd_img_tif.c	/^unsigned short compression = -1;$/;"	v
compression	raster/r.out.tiff/r.out.tiff.c	/^u_short compression = -1;$/;"	v
comps	vector/v.net.steiner/main.c	/^int *comps;			\/* numbers of component, the terminal was assigned to *\/$/;"	v
compute	imagery/i.atcorr/6s.cpp	/^TransformInput compute()$/;"	f
compute	raster/r.terraflow/sweep.cc	/^sweepOutput::compute(elevation_type elev, $/;"	f	class:sweepOutput
compute	raster/r.terraflow/weightWindow.cc	/^weightWindow::compute(const dimension_type i, const dimension_type j,$/;"	f	class:weightWindow
computeContour	raster/r.terraflow/weightWindow.cc	/^weightWindow::computeContour(const short di, const short dj) {$/;"	f	class:weightWindow
computeDelta	raster/r.terraflow/water.cc	/^compressedWaterWindowBaseType::computeDelta(waterWindowBaseType *center,$/;"	f	class:compressedWaterWindowBaseType
computeDist	raster/r.terraflow/weightWindow.cc	/^weightWindow::computeDist(const short di, const short dj) {$/;"	f	class:weightWindow
computeFlowAccumulation	raster/r.terraflow/flow.cc	/^computeFlowAccumulation(AMI_STREAM<waterWindowBaseType>* fillStream,$/;"	f
computeFlowDirections	raster/r.terraflow/fill.cc	/^computeFlowDirections(AMI_STREAM<elevation_type>*& elstr,$/;"	f
computeTanB	raster/r.terraflow/weightWindow.cc	/^weightWindow::computeTanB(const short di,const short dj, $/;"	f	class:weightWindow
computeWeight	raster/r.terraflow/weightWindow.cc	/^weightWindow::computeWeight(const short di, const short dj, $/;"	f	class:weightWindow
compute_all_distances	vector/v.kernel/main.c	/^double compute_all_distances(double **coordinate, double **dists, int n,$/;"	f
compute_all_net_distances	vector/v.kernel/main.c	/^double compute_all_net_distances(struct Map_info *In, struct Map_info *Net,$/;"	f
compute_constants	imagery/i.gensigset/subcluster.c	/^static int compute_constants($/;"	f	file:
compute_covariances	imagery/i.gensig/covariance.c	/^int compute_covariances(struct files *files, struct Signature *S)$/;"	f
compute_distance	vector/v.kernel/main.c	/^void compute_distance(double N, double E, struct Map_info *In,$/;"	f
compute_ga_gb	raster3d/r3.in.v5d/v5d.c	/^static void compute_ga_gb(int nr, int nc, int nl,$/;"	f	file:
compute_ga_gb	raster3d/r3.out.v5d/v5d.c	/^static void compute_ga_gb(int nr, int nc, int nl,$/;"	f	file:
compute_georef_matrix	imagery/i.ortho.photo/photo.rectify/matrix.c	/^int compute_georef_matrix(struct Cell_head *win1, struct Cell_head *win2)$/;"	f
compute_georef_matrix	imagery/i.rectify/matrix.c	/^int compute_georef_matrix(struct Cell_head *win1,$/;"	f
compute_means	imagery/i.gensig/means.c	/^int compute_means(struct files *files, struct Signature *S)$/;"	f
compute_net_distance	vector/v.kernel/main.c	/^void compute_net_distance(double x, double y, struct Map_info *In,$/;"	f
compute_quantiles	raster/r.quantile/main.c	/^static void compute_quantiles(int recode)$/;"	f	file:
compute_transformation	general/g.transform/main.c	/^static void compute_transformation(void)$/;"	f	file:
compute_transformation	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int compute_transformation(void)$/;"	f	file:
compute_transformation	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int compute_transformation(void)$/;"	f	file:
compute_transformation	imagery/i.points/analyze.c	/^static int compute_transformation(void)$/;"	f	file:
compute_transformation	imagery/i.vpoints/analyze.c	/^static int compute_transformation(void)$/;"	f	file:
compute_transformation_coef	lib/vector/transform/transform.c	/^int compute_transformation_coef(double ax[], double ay[], double bx[],$/;"	f
compute_window_row	lib/gis/get_row.c	/^static int compute_window_row(int fd, int row, int *cellRow)$/;"	f	file:
con	raster/r.mapcalc/expression.h	/^	expr_data_const con;$/;"	m	union:expression::__anon143
con	raster/r.surf.contour/contour.h	/^GLOBAL CSEG con;$/;"	v
con_equation_stat	imagery/i.ortho.photo/libes/orthophoto.h	/^    int con_equation_stat;$/;"	m	struct:Ortho_Image_Group
conc	raster/simwe/simlib/waterglobs.h	/^	*tauin, *tc, *et, *conc, *flux, *erdep, *rainval, *maninval,$/;"	m	struct:__anon137	typeref:struct:__anon137::
conc	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *conc;$/;"	v
concatena	raster/r.li/r.li.cwed/utility.c	/^char *concatena(const char *str1, const char *str2)$/;"	f
cond1	raster/r.resamp.rst/main.c	/^int NERROR, cond1, cond2;$/;"	v
cond1	vector/v.surf.rst/main.c	/^int NERROR, cond1, cond2;$/;"	v
cond1	vector/v.vol.rst/main.c	/^int NERROR, cond1, cond2;$/;"	v
cond2	raster/r.resamp.rst/main.c	/^int NERROR, cond1, cond2;$/;"	v
cond2	vector/v.surf.rst/main.c	/^int NERROR, cond1, cond2;$/;"	v
cond2	vector/v.vol.rst/main.c	/^int NERROR, cond1, cond2;$/;"	v
config	lib/ogsf/gsd_img_tif.c	/^unsigned short config = PLANARCONFIG_CONTIG;$/;"	v
config	raster/r.out.tiff/r.out.tiff.c	/^u_short config = PLANARCONFIG_CONTIG;$/;"	v
configSpecs	visualization/nviz/src/togl.c	/^static Tk_ConfigSpec configSpecs[] = {$/;"	v	file:
configure_plot	raster/r.in.poly/raster.c	/^int configure_plot(void)$/;"	f
configure_plot	vector/v.to.rast/raster.c	/^static int configure_plot(void)$/;"	f	file:
configured	imagery/i.class/defs.h	/^	int configured;$/;"	m	struct:__anon203::__anon204
configured	imagery/i.ortho.photo/photo.2image/defs.h	/^	int configured;$/;"	m	struct:__anon237::__anon238
configured	imagery/i.ortho.photo/photo.2target/defs.h	/^	int configured;$/;"	m	struct:__anon226::__anon227
configured	imagery/i.ortho.photo/photo.rectify/defs.h	/^	int configured;$/;"	m	struct:__anon230::__anon231
configured	imagery/i.points/defs.h	/^	int configured;$/;"	m	struct:__anon211::__anon212
configured	imagery/i.vpoints/defs.h	/^	int configured;$/;"	m	struct:__anon217::__anon218
confirm_ask	visualization/nviz/scripts/ACS_utils.tcl	/^proc confirm_ask {msg {ok "OK"} {cancel "Cancel"}} {$/;"	p
connect	configure	/^connect()$/;"	f
connect	configure	/^connect();$/;"	f
connect_arcs	vector/v.net/connect.c	/^int connect_arcs(struct Map_info *In, struct Map_info *Pnts,$/;"	f
connect_lines	lib/vector/vedit/break.c	/^int connect_lines(struct Map_info *Map, int first, int line_from, int line_to,$/;"	f
connection	db/drivers/mysql/globals.h	/^MYSQL *connection;		\/* Database connection *\/$/;"	v
constant	include/gstypes.h	/^    float constant;$/;"	m	struct:__anon255
constant	include/gstypes.h	/^    float constant;$/;"	m	struct:__anon257
constant	include/vask.h	/^    struct ans_rec constant[MAX_CONST];$/;"	m	struct:V__	typeref:struct:V__::ans_rec
constant_double	raster/r.mapcalc/expression.c	/^expression *constant_double(double x)$/;"	f
constant_float	raster/r.mapcalc/expression.c	/^expression *constant_float(float x)$/;"	f
constant_int	raster/r.mapcalc/expression.c	/^expression *constant_int(int x)$/;"	f
construct_cat_label	raster/r.report/prt_report.c	/^char *construct_cat_label(int nl, CELL cat)$/;"	f
construct_path	ps/ps.map/ps_vareas.c	/^int construct_path(struct line_pnts *Points, double shift, int t)$/;"	f
construct_val_str	raster/r.report/prt_report.c	/^int construct_val_str(int nl, CELL * pval, char *str)$/;"	f
construct_visibility	vector/v.net.visibility/visibility.c	/^void construct_visibility(struct Point *points, int num_points,$/;"	f
cont	display/d.geodesic/plot.c	/^static int cont(int x, int y)$/;"	f	file:
cont	display/d.nviz/main.c	/^static int cont(int x, int y)$/;"	f	file:
cont	display/d.rhumbline/plot.c	/^static int cont(int x, int y)$/;"	f	file:
cont	lib/gis/plot.c	/^static int (*cont) (int, int);$/;"	v	file:
cont	raster/r.digit/setup_graph.c	/^int cont(int x, int y)$/;"	f
cont	raster/r.in.poly/raster.c	/^static int cont(int x, int y)$/;"	f	file:
cont	raster/r.profile/main.c	/^static int cont(int x, int y)$/;"	f	file:
cont	vector/v.to.rast/raster.c	/^static int cont(int x, int y)$/;"	f	file:
cont_abs	lib/raster/transport.h	/^    void (*cont_abs) (int, int);$/;"	m	struct:transport
cont_local	ps/ps.map/gprims.c	/^int cont_local(int x2, int y2)$/;"	f
cont_rel	lib/raster/transport.h	/^    void (*cont_rel) (int, int);$/;"	m	struct:transport
contains	lib/gis/parser.c	/^static int contains(const char *s, int c)$/;"	f	file:
contents	raster/r.li/r.li.daemon/daemon.h	/^    int *contents;$/;"	m	struct:cell_memory_entry
contents	raster/r.li/r.li.daemon/daemon.h	/^    int *contents;$/;"	m	struct:dcell_memory_entry
contents	raster/r.li/r.li.daemon/daemon.h	/^    int *contents;$/;"	m	struct:fcell_memory_entry
context	general/g.parser/main.c	/^struct context$/;"	s	file:
contextId	include/nviz.h	/^    GLXContext contextId;	\/* GLX rendering context *\/$/;"	m	struct:render_window
contour	raster/r.contour/cont.c	/^void contour(double levels[],$/;"	f
contrastWeightedEdgeDensity	raster/r.li/r.li.cwed/cwed.c	/^int contrastWeightedEdgeDensity(int fd, char **par, area_des ad,$/;"	f
control_points	imagery/i.ortho.photo/libes/orthophoto.h	/^    struct Ortho_Control_Points control_points;$/;"	m	struct:Ortho_Image_Group	typeref:struct:Ortho_Image_Group::Ortho_Control_Points
conv	imagery/i.cluster/main.c	/^double conv;$/;"	v
conv	raster/simwe/simlib/waterglobs.h	/^GLOBAL double step, conv;$/;"	v
conv_units	vector/v.to.db/units.c	/^int conv_units()$/;"	f
convergence	imagery/i.cluster/description.html	/^<A NAME="convergence"><\/a>$/;"	a
convert	raster3d/r3.in.v5d/main.c	/^void convert(char *openFile, G3D_Region * region, int convertNull,$/;"	f
convert	raster3d/r3.out.v5d/main.c	/^void convert(char *fileout, int rows, int cols, int depths, int trueCoords)$/;"	f
convert_and_write_df	lib/gis/put_row.c	/^static int convert_and_write_df(int fd, const DCELL * buf)$/;"	f	file:
convert_and_write_di	lib/gis/put_row.c	/^static int convert_and_write_di(int fd, const DCELL * buf)$/;"	f	file:
convert_and_write_fd	lib/gis/put_row.c	/^static int convert_and_write_fd(int fd, const FCELL * buf)$/;"	f	file:
convert_and_write_fi	lib/gis/put_row.c	/^static int convert_and_write_fi(int fd, const FCELL * buf)$/;"	f	file:
convert_and_write_id	lib/gis/put_row.c	/^static int convert_and_write_id(int fd, const CELL * buf)$/;"	f	file:
convert_and_write_if	lib/gis/put_row.c	/^static int convert_and_write_if(int fd, const CELL * buf)$/;"	f	file:
convert_double	lib/gis/put_row.c	/^static int convert_double(XDR * xdrs, const DCELL * rast, int row, int col,$/;"	f	file:
convert_float	lib/gis/put_row.c	/^static int convert_float(XDR * xdrs, const FCELL * rast, int row, int col,$/;"	f	file:
convert_int	lib/gis/put_row.c	/^static void convert_int(unsigned char *wk, const CELL * rast, int col, int n,$/;"	f	file:
convert_matrix	raster/r.param.scale/nrutil.c	/^float **convert_matrix(float *a, int nrl, int nrh, int ncl, int nch)$/;"	f
convert_str	lib/driver/text3.c	/^static int convert_str(const char *from, const char *in, unsigned char **out)$/;"	f	file:
convert_text	display/d.text.freetype/main.c	/^static int convert_text(char *charset, char *text, unsigned char **out)$/;"	f	file:
convexHull	vector/v.hull/main.c	/^int convexHull(struct Point *P, const int numPoints, int **hull)$/;"	f
convexHull3d	vector/v.hull/main.c	/^void convexHull3d(struct Point *P, const int numPoints, struct Map_info *Map)$/;"	f
convolution_line	lib/vector/Vlib/buffer2.c	/^static void convolution_line(struct line_pnts *Points, double da, double db,$/;"	f	file:
coor	include/symbol.h	/^    } coor;$/;"	m	struct:__anon282	typeref:union:__anon282::__anon283
coor_mtime	include/vect/dig_structs.h	/^    long coor_mtime;		\/* time of last coor modification *\/$/;"	m	struct:Plus_head
coor_path	display/d.path/select.c	/^int coor_path(struct Map_info *Map, const struct color_rgb *hcolor,$/;"	f
coor_size	include/vect/dig_structs.h	/^    long coor_size;		\/* size of coor file *\/$/;"	m	struct:Plus_head
coorcorr	raster/r.out.vtk/parameters.h	/^    struct Flag *usestruct, *usetriangle, *usevertices, *origin, *point, *coorcorr;	\/*struct Flag *mask;          struct Flag *xml; *\/\/*maybe xml support in the future *\/$/;"	m	struct:__anon161	typeref:struct:__anon161::
coorcorr	raster3d/r3.out.vtk/parameters.h	/^    struct Flag *mask, *point, *origin, *structgrid, *coorcorr;$/;"	m	struct:__anon123	typeref:struct:__anon123::
coord	vector/v.edit/global.h	/^	*coord, *cat, *move, *bbox, *fld,$/;"	m	struct:GParams	typeref:struct:GParams::
coord	vector/v.voronoi/sw_defs.h	/^    struct Point coord;$/;"	m	struct:Site	typeref:struct:Site::Point
coord1	raster/r.terraflow/sweep.h	/^  dimension_type coord1() const {$/;"	f	class:flowPriority
coord2	raster/r.terraflow/sweep.h	/^  dimension_type coord2() const {$/;"	f	class:flowPriority
coord2bbox	vector/v.edit/max_distance.c	/^void coord2bbox(double east, double north, double maxdist,$/;"	f
coordX	vector/lidar/lidarlib/PolimiFunct.h	/^    double coordX;$/;"	m	struct:Point
coordY	vector/lidar/lidarlib/PolimiFunct.h	/^    double coordY;$/;"	m	struct:Point
coordZ	vector/lidar/lidarlib/PolimiFunct.h	/^    double coordZ;$/;"	m	struct:Point
coord_slots	lib/driver/font2.c	/^static int coord_slots(int count)$/;"	f	file:
coord_sys	include/gstypes.h	/^    int coord_sys;		\/* latlon, equal area, etc *\/$/;"	m	struct:__anon260
coords_alloc	lib/driver/font2.c	/^static int coords_alloc;$/;"	v	file:
coords_offset	lib/driver/font2.c	/^static int coords_offset;$/;"	v	file:
coors	include/dlg.h	/^    double *coors;$/;"	m	struct:dlg_line
coors	include/dlg.h	/^    struct dlg_coors coors;$/;"	m	struct:dlg	typeref:struct:dlg::dlg_coors
coors_allocated	display/d.graph/do_graph.c	/^static int coors_allocated = 0;$/;"	v	file:
coors_allocated	display/d.mapgraph/do_graph.c	/^static int coors_allocated = 0;$/;"	v	file:
copies	ps/ps.map/description.html	/^<a name="copies"><\/a>$/;"	a
copy_ClassSig	imagery/i.gensigset/subcluster.c	/^static void copy_ClassSig($/;"	f	file:
copy_SubSig	imagery/i.gensigset/subcluster.c	/^static void copy_SubSig($/;"	f	file:
copy_cats	raster/r.mapcalc/map.c	/^void copy_cats(const char *dst, int idx)$/;"	f
copy_cats	raster/r.mapcalc/map3.c	/^void copy_cats(const char *dst, int idx)$/;"	f
copy_cats	vector/v.digit/attr.c	/^struct copy_cats$/;"	s	file:
copy_cats	vector/v.digit/attr.c	/^void copy_cats(void)$/;"	f
copy_cats_begin	vector/v.digit/attr.c	/^int copy_cats_begin(void *closure)$/;"	f
copy_cats_end	vector/v.digit/attr.c	/^int copy_cats_end(void *closure)$/;"	f
copy_cats_update	vector/v.digit/attr.c	/^int copy_cats_update(void *closure, int sxn, int syn, int button)$/;"	f
copy_colors	imagery/i.atcorr/main.cpp	/^static void copy_colors (char *iname, const char *imapset, char *oname)$/;"	f	file:
copy_colors	raster/r.mapcalc/map.c	/^void copy_colors(const char *dst, int idx)$/;"	f
copy_colors	raster/r.mapcalc/map3.c	/^void copy_colors(const char *dst, int idx)$/;"	f
copy_covariances	imagery/i.gensig/copy.c	/^int copy_covariances(double **a, double **b, int n)$/;"	f
copy_error_recovery	lib/vector/dglib/avl.c	/^copy_error_recovery(struct avl_node **stack, int height,$/;"	f	file:
copy_error_recovery	lib/vector/dglib/tavl.c	/^copy_error_recovery(struct tavl_node *p,$/;"	f	file:
copy_file	lib/vector/Vlib/map.c	/^static int copy_file(const char *src, const char *dst)$/;"	f	file:
copy_head	raster3d/r3.showdspf/main_ogl.c	/^void copy_head(file_info * g3head, file_info * head)$/;"	f
copy_history	raster/r.mapcalc/map.c	/^void copy_history(const char *dst, int idx)$/;"	f
copy_history	raster/r.mapcalc/map3.c	/^void copy_history(const char *dst, int idx)$/;"	f
copy_line	lib/ogsf/gv_quick.c	/^static geoline *copy_line(geoline * gln)$/;"	f	file:
copy_node	lib/vector/dglib/tavl.c	/^copy_node(struct tavl_table *tree,$/;"	f	file:
copy_records	vector/v.patch/main.c	/^int copy_records(dbDriver * driver_in, dbString * table_name_in,$/;"	f
copy_reg	imagery/i.smap/bouman/reg_util.c	/^void copy_reg(struct Region *region1, struct Region *region2)$/;"	f
copy_result	raster/r.gwflow/main.c	/^copy_result(N_array_2d * status, N_array_2d * phead_start, double *result,$/;"	f
copy_string	raster3d/r3.in.v5d/v5d.c	/^static int copy_string(char *dst, const char *src, int maxlen)$/;"	f	file:
copy_string	raster3d/r3.out.v5d/v5d.c	/^static int copy_string(char *dst, const char *src, int maxlen)$/;"	f	file:
copy_string2	raster3d/r3.in.v5d/v5d.c	/^static int copy_string2(char *dst, const char *src, int maxlen)$/;"	f	file:
copy_string2	raster3d/r3.out.v5d/v5d.c	/^static int copy_string2(char *dst, const char *src, int maxlen)$/;"	f	file:
copy_tables_by_cats	vector/v.generalize/misc.c	/^int copy_tables_by_cats(struct Map_info *In, struct Map_info *Out)$/;"	f
copycolr	raster/r.neighbors/main.c	/^    int copycolr;		\/* flag if color table can be copied *\/$/;"	m	struct:menu	file:
core	raster/r.le/r.le.patch/patch.h	/^    double edge, core;$/;"	m	struct:patch
core	raster/r.le/r.le.patch/patch.h	/^    int att[9], size[9], shape[8], boundary[5], perim[8], core[11];$/;"	m	struct:CHOICE
core	raster/r.le/r.le.trace/r.le.trace.h	/^    double edge, core;$/;"	m	struct:patch
core2	raster/r.le/r.le.patch/patch.h	/^    int core2, size2, shape2, edge, fb, coremap, units;$/;"	m	struct:CHOICE
coremap	raster/r.le/r.le.patch/patch.h	/^    int core2, size2, shape2, edge, fb, coremap, units;$/;"	m	struct:CHOICE
correc	lib/cdhc/as177.c	/^static double correc(int i, int n)$/;"	f	file:
correctDirection	raster/r.terraflow/direction.h	/^  void correctDirection(short di, short dj, int skipit, $/;"	f	class:directionWindow
correct_twist	lib/ogsf/gk.c	/^void correct_twist(Keylist * k)$/;"	f
correction	vector/lidar/v.lidar.correction/correction.c	/^int correction(int class, double obsZ, double interpolation,$/;"	f
cos_u	raster/r.sun/main.c	/^double longit_l, latid_l, cos_u, cos_v, sin_u, sin_v;$/;"	v
cos_v	raster/r.sun/main.c	/^double longit_l, latid_l, cos_u, cos_v, sin_u, sin_v;$/;"	v
cosangle	raster/r.horizon/main.c	/^double stepsinangle, stepcosangle, sinangle, cosangle, distsinangle,$/;"	v
cosdecl	raster/r.sun/main.c	/^double sinlat, coslat, sindecl, cosdecl;$/;"	v
cosdecl	raster/r.sun2/sunradstruct.h	/^    double cosdecl;$/;"	m	struct:SunGeometryConstDay
cosinc	raster/r.sunmask/solpos00.h	/^    float cosinc;		\/* O:  S_TILT     Cosine of solar incidence angle on$/;"	m	struct:posdata
coslat	raster/r.sun/main.c	/^double sinlat, coslat, sindecl, cosdecl;$/;"	v
coslat	raster/r.sun2/sunradstruct.h	/^    double coslat;$/;"	m	struct:GridGeometry
coslatsq	raster/r.horizon/main.c	/^double coslatsq;$/;"	v
coslatsq	raster/r.sun/main.c	/^double coslatsq;$/;"	v
coslatsq	raster/r.sun2/main.c	/^double coslatsq;$/;"	v
cost	raster/r.cost/cost.h	/^struct cost$/;"	s
cost	raster/r.walk/cost.h	/^struct cost$/;"	s
cost	vector/v.net.alloc/main.c	/^    double cost;		\/* costs from this centre, initially not undefined *\/$/;"	m	struct:__anon175	file:
cost	vector/v.net.iso/main.c	/^    double cost;		\/* costs from this centre, initially not undefined *\/$/;"	m	struct:__anon192	file:
cost	vector/v.net.salesman/main.c	/^    double cost;$/;"	m	struct:__anon201	file:
cost	vector/v.net.steiner/main.c	/^    double cost;$/;"	m	struct:__anon176	file:
costHa	raster/wildfire/r.spread/costHa.h	/^struct costHa$/;"	s
cost_layer	raster/r.cost/stash.h	/^char cost_layer[64];$/;"	v
cost_layer	raster/r.walk/stash.h	/^char cost_layer[64], dtm_layer[64];$/;"	v
cost_multip	include/vect/dig_structs.h	/^    int cost_multip;		\/* edge and node costs multiplicator *\/$/;"	m	struct:Map_info
costs	vector/v.net.salesman/main.c	/^COST **costs;			\/* pointer to array of pointers to arrays of sorted costs *\/$/;"	v
coszen	raster/r.sunmask/solpos00.h	/^    float coszen;		\/* O:  S_REFRAC   Cosine of refraction corrected solar$/;"	m	struct:posdata
count	display/d.histogram/dhist.h	/^    long int count,		\/* number of stat_nodes in list $/;"	m	struct:stat_list
count	display/d.profile/profile.h	/^    long int count;$/;"	m	struct:Profile
count	general/g.transform/main.c	/^static int count;$/;"	v	file:
count	general/manage/lib/menu.c	/^static int count;$/;"	v	file:
count	imagery/i.ask/popup.c	/^static int height, size, edge, count;$/;"	v	file:
count	imagery/i.ortho.photo/libes/orthophoto.h	/^    int count;$/;"	m	struct:Ortho_Control_Points
count	imagery/i.ortho.photo/libes/orthophoto.h	/^    int count;$/;"	m	struct:Ortho_Photo_Points
count	imagery/i.ortho.photo/photo.2image/ask.c	/^static int height, size, edge, count;$/;"	v	file:
count	imagery/i.ortho.photo/photo.2target/ask.c	/^static int height, size, edge, count;$/;"	v	file:
count	imagery/i.points/ask.c	/^static int height, size, edge, count;$/;"	v	file:
count	imagery/i.vpoints/ask.c	/^static int height, size, edge, count;$/;"	v	file:
count	imagery/i.vpoints/ask_lineclr.c	/^static int height, size, edge, count;$/;"	v	file:
count	include/arraystats.h	/^    double count;$/;"	m	struct:GASTATS
count	include/bitmap.h	/^    short count;$/;"	m	struct:BMlink
count	include/cluster.h	/^    int *count;			\/* number of points in each class *\/$/;"	m	struct:Cluster
count	include/dbmi.h	/^    int count;			\/* number of defined rules *\/$/;"	m	struct:__anon279
count	include/gis.h	/^	long *count;$/;"	m	struct:Cell_stats::Cell_stats_node
count	include/gis.h	/^	long count;$/;"	m	struct:Histogram::Histogram_list
count	include/gis.h	/^    int count;$/;"	m	struct:FP_stats
count	include/gis.h	/^    int count;$/;"	m	struct:Option
count	include/gis.h	/^    int count;$/;"	m	struct:TimeStamp
count	include/gprojects.h	/^    int count;			\/**< Transform Number (ordered list) *\/$/;"	m	struct:gpj_datum_transform_list
count	include/gstypes.h	/^    unsigned int count;		\/* number of referencies to this file *\/$/;"	m	struct:__anon256
count	include/imagery.h	/^    int count;$/;"	m	struct:ClassData
count	include/imagery.h	/^    int count;$/;"	m	struct:Control_Points
count	include/iostream/mm.h	/^  static unsigned int count;$/;"	m	class:mm_register_init
count	include/symbol.h	/^	    int count, alloc;$/;"	m	struct:__anon282::__anon283::__anon284
count	include/symbol.h	/^    int count, alloc;		\/* number of elements *\/$/;"	m	struct:__anon286
count	include/symbol.h	/^    int count, alloc;		\/* number of rings *\/$/;"	m	struct:__anon287
count	include/symbol.h	/^    int count, alloc;		\/* numer of parts *\/$/;"	m	struct:__anon288
count	lib/db/dbmi_base/token.c	/^static dbToken count = 0;$/;"	v	file:
count	lib/driver/font2.c	/^    unsigned int count:12;$/;"	m	struct:glyph	file:
count	lib/gis/datum.c	/^static int count = -1;$/;"	v	file:
count	lib/gis/env.c	/^static int count = 0;$/;"	v	file:
count	lib/gis/get_ellipse.c	/^static int count = -1;$/;"	v	file:
count	lib/gpde/N_pde.h	/^    int count;$/;"	m	struct:__anon51
count	lib/iostream/mm.cc	/^unsigned int mm_register_init::count;$/;"	m	class:mm_register_init	file:
count	lib/rst/interp_float/interpf.h	/^int count;$/;"	v
count	lib/vector/Vlib/dgraph.c	/^    int count;$/;"	m	struct:seg_intersection_list	file:
count	lib/vector/dglib/heap.h	/^    long count;			\/* number of allocated nodes in ->pnode array *\/$/;"	m	struct:_dglHeap
count	lib/vector/rtree/index.h	/^    int count;$/;"	m	struct:Node
count	lib/vector/rtree/split_q.h	/^    int count[2];$/;"	m	struct:PartitionVars
count	ps/ps.map/labels.h	/^    int count;			\/* number of labels files *\/$/;"	m	struct:labels
count	ps/ps.map/vector.h	/^    int count;			\/* number of recorded layers *\/$/;"	m	struct:vector
count	raster/r.coin/coin.h	/^    long count;$/;"	m	struct:stats_table
count	raster/r.distance/defs.h	/^    int count;			\/* total number of edge cells *\/$/;"	m	struct:EdgeList
count	raster/r.grow2/main.c	/^static int count;$/;"	v	file:
count	raster/r.kappa/kappa.h	/^    long count;$/;"	m	struct:_gstats_
count	raster/r.li/r.li.daemon/list.h	/^    int count;$/;"	m	struct:generatore
count	raster/r.quantile/main.c	/^    int base, count;$/;"	m	struct:bin	file:
count	raster/r.report/global.h	/^    long count;$/;"	m	struct:_gstats_
count	raster/r.stats/stats.c	/^    long count;$/;"	m	struct:Node	file:
count	raster/r.to.rast3elev/main.c	/^    int count;			\/*3d raster map access counter *\/$/;"	m	struct:__anon156	file:
count	raster/r.to.vect/global.h	/^    int count;			\/* if not, number mapped here *\/$/;"	m	struct:equiv_table
count	raster3d/r3.stats/main.c	/^    int count;			\/* the appearance count *\/$/;"	m	struct:__anon127	file:
count	raster3d/r3.stats/main.c	/^    int count;$/;"	m	struct:__anon128	file:
count	raster3d/r3.stats/main.c	/^    int num, count;$/;"	m	struct:__anon125	file:
count	swig/perl/gis.h	/^	long *count;$/;"	m	struct:Cell_stats::Cell_stats_node
count	swig/perl/gis.h	/^	long count;$/;"	m	struct:Histogram::Histogram_list
count	swig/perl/gis.h	/^    int count;$/;"	m	struct:Option
count	swig/perl/gis.h	/^    int count;$/;"	m	struct:TimeStamp
count	vector/v.category/main.c	/^    int count[FRTYPES];$/;"	m	struct:__anon184	file:
count	vector/v.distance/main.c	/^    int count;			\/* number of features already found *\/$/;"	m	struct:__anon180	file:
count	vector/v.net.visibility/main.c	/^void count(struct Map_info *map, int *num_points, int *num_lines)$/;"	f
count	vector/v.vol.rst/userglobs.h	/^int count;$/;"	v
count	vector/v.what.rast/main.c	/^    int count;			\/* nuber of points with category 'cat' *\/$/;"	m	struct:order	file:
count1	vector/v.to.db/global.h	/^    int count1, count2;		\/* Count of found values; i1: count, coor, sides; i2: sides *\/$/;"	m	struct:__anon200
count2	lib/gis/env.c	/^static int count2 = 0;$/;"	v	file:
count2	vector/v.to.db/global.h	/^    int count1, count2;		\/* Count of found values; i1: count, coor, sides; i2: sides *\/$/;"	m	struct:__anon200
countDown	raster3d/r3.showdspf/togif.h	/^    long countDown;$/;"	m	struct:_vgl_GIFWriter
count_bytes	lib/gis/put_row.c	/^static int count_bytes(const unsigned char *wk, int n, int len)$/;"	f	file:
count_int	raster3d/r3.showdspf/togif.h	/^typedef long int count_int;$/;"	t
count_new	vector/v.net.visibility/main.c	/^int count_new(char **coor)$/;"	f
count_obj	vector/lidar/v.lidar.growing/main.c	/^int nsply, nsplx, count_obj;$/;"	v
count_rows_with_data	raster/r.buffer/main.c	/^int count_rows_with_data;$/;"	v
count_run	lib/gis/put_row.c	/^static int count_run(const unsigned char *src, int n, int nbytes)$/;"	f	file:
count_sites	vector/v.qcount/count.c	/^void count_sites(COOR * quads, int nquads, int *counts, double radius,$/;"	f
count_sum	raster/r.kappa/sum.c	/^long count_sum(int *ns, int nl)$/;"	f
count_sum	raster/r.report/sums.c	/^long count_sum(int *ns, int nl)$/;"	f
countdiff	include/cluster.h	/^    int *countdiff;		\/* change in count *\/$/;"	m	struct:Cluster
counter	raster/r.li/r.li.daemon/avl.h	/^    long counter;		\/* data *\/$/;"	m	struct:avl_node
counter	raster/r.li/r.li.daemon/avlID.h	/^    long counter;		\/*data *\/$/;"	m	struct:avlID_node
cover	lib/vector/rtree/split_q.h	/^    struct Rect cover[2];$/;"	m	struct:PartitionVars	typeref:struct:PartitionVars::Rect
cover	raster/r.random/local_proto.h	/^    struct RASTER_MAP_PTR nulls, cnulls, buf, cover, min, max, cmin, cmax;$/;"	m	struct:rr_state	typeref:struct:rr_state::
cp	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL struct Ortho_Photo_Points cp;$/;"	v	typeref:struct:Ortho_Photo_Points
cp_draw	lib/nviz/cplanes_obj.c	/^void cp_draw(nv_data * data, int current, int surf1, int surf2)$/;"	f
cp_draw	visualization/nviz/src/cutplane_obj.c	/^void cp_draw(int current, Nv_data * data, int surf1, int surf2)$/;"	f
cp_get_rot	visualization/nviz/src/cutplane_obj.c	/^cp_get_rot(Nv_data * data, Tcl_Interp * interp, int id, char **argv, int argc)$/;"	f
cp_get_trans	visualization/nviz/src/cutplane_obj.c	/^cp_get_trans(Nv_data * data, Tcl_Interp * interp, int id, char **argv,$/;"	f
cp_on	include/nviz.h	/^    int cur_cplane, cp_on[MAX_CPLANES];$/;"	m	struct:__anon290
cp_rot	include/nviz.h	/^    float cp_rot[MAX_CPLANES][3];$/;"	m	struct:__anon290
cp_set_rot	visualization/nviz/src/cutplane_obj.c	/^cp_set_rot(Nv_data * data, Tcl_Interp * interp, int id, char **argv, int argc)$/;"	f
cp_set_trans	visualization/nviz/src/cutplane_obj.c	/^cp_set_trans(Nv_data * data, Tcl_Interp * interp, int id, char **argv,$/;"	f
cp_trans	include/nviz.h	/^    float cp_trans[MAX_CPLANES][3];$/;"	m	struct:__anon290
cptr	lib/dspf/cube_io.c	/^static int cptr = 0;$/;"	v	file:
cpvalue	raster/r.random/random.c	/^static void cpvalue(struct RASTER_MAP_PTR *from, int fcol,$/;"	f	file:
cpyfunc	vector/v.mapcalc/list.h	/^typedef void (*cpyfunc) (const void *dst, const void *src);$/;"	t
cpz	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL struct Ortho_Control_Points cpz;$/;"	v	typeref:struct:Ortho_Control_Points
cradius	vector/v.voronoi/sw_output.c	/^double pxmin, pxmax, pymin, pymax, cradius;$/;"	v
cramer_von_mises	lib/cdhc/cvmw2n.c	/^double *cramer_von_mises(double *x, int n)$/;"	f
cramer_von_mises_exp	lib/cdhc/cvmw2e.c	/^double *cramer_von_mises_exp(double *x, int n)$/;"	f
cray_to_ieee_array	raster3d/r3.in.v5d/binio.c	/^void cray_to_ieee_array(long *dest, const float *source, int n)$/;"	f
cray_to_ieee_array	raster3d/r3.out.v5d/binio.c	/^void cray_to_ieee_array(long *dest, const float *source, int n)$/;"	f
createCmd	gui/wxpython/gui_modules/menuform.py	/^    def createCmd( self, ignoreErrors = False ):$/;"	m	class:cmdPanel
createCmd	gui/wxpython/gui_modules/menuform.py	/^    def createCmd(self, ignoreErrors = False):$/;"	m	class:mainFrame
createProc	visualization/nviz/src/togl.c	/^    TkClassCreateProc *createProc;$/;"	m	struct:TkClassProcs	file:
createWaterWindows	raster/r.terraflow/water.cc	/^createWaterWindows(AMI_STREAM<waterGridType> *mergedWaterStr, $/;"	f
create_VRT_file	scripts/i.in.spotvgt/i.in.spotvgt	/^create_VRT_file(){$/;"	f
create_cb	visualization/nviz/src/togl_cb.c	/^void create_cb(struct Togl *togl)$/;"	f
create_constant_popup	visualization/nviz/scripts/attIsosurfPopup.tcl	/^proc create_constant_popup {{w .enter_constant} {mode 0}} {$/;"	p
create_constant_popup	visualization/nviz/scripts/attPopup.tcl	/^proc create_constant_popup {{w .enter_constant} {mode 0}} {$/;"	p
create_cross_cursor	display/drivers/XDRIVER/Graph_set.c	/^static Cursor create_cross_cursor(void)$/;"	f	file:
create_edge	vector/v.delaunay2/edge.c	/^struct edge *create_edge(struct vertex *v1, struct vertex *v2)$/;"	f
create_file_browser	visualization/nviz/scripts/fileBrowser.tcl	/^proc create_file_browser {{w .file_browser} {mode 0} {no_top 0}} {$/;"	p
create_filemap_browser	visualization/nviz/scripts/filemapBrowser.tcl	/^proc create_filemap_browser {{w .filemap_browser} {type all} {mode 0} {curfiles {}}} {$/;"	p
create_gwflow_data_2d	lib/gpde/test/test_gwflow.c	/^N_gwflow_data2d *create_gwflow_data_2d(void)$/;"	f
create_gwflow_data_3d	lib/gpde/test/test_gwflow.c	/^N_gwflow_data3d *create_gwflow_data_3d(void)$/;"	f
create_history	raster/r.mapcalc/map.c	/^void create_history(const char *dst, expression * e)$/;"	f
create_history	raster/r.mapcalc/map3.c	/^void create_history(const char *dst, expression * e)$/;"	f
create_input_maps_struct	raster3d/r3.out.vtk/main.c	/^input_maps *create_input_maps_struct(void)$/;"	f
create_isosurfs_subpanel	visualization/nviz/scripts/panel_vol.tcl	/^proc create_isosurfs_subpanel { BASE } {$/;"	p
create_location	general/g.proj/output.c	/^void create_location(char *location, int interactive)$/;"	f
create_map	raster/r.digit/create_map.c	/^int create_map(char *name, char *polyfile)$/;"	f
create_map	raster/r.external/main.c	/^static void create_map(const char *input, int band, const char *output,$/;"	f	file:
create_map_browser	visualization/nviz/scripts/mapBrowser.tcl	/^proc create_map_browser {{w .map_browser} {type all} {mode 0}} {$/;"	p
create_multimap_browser	visualization/nviz/scripts/multimapBrowser.tcl	/^proc create_multimap_browser {{w .multimap_browser} {type all} {mode 0}} {$/;"	p
create_normal_les	lib/gpde/test/test_solvers.c	/^N_les *create_normal_les(int rows)$/;"	f
create_output_labels	imagery/i.smap/shapiro/labels.c	/^int create_output_labels(struct SigSet *S, struct files *files)$/;"	f
create_overview	scripts/d.rast.edit/d.rast.edit.tcl	/^proc create_overview {} {$/;"	p
create_pad	lib/driver/pad.c	/^int create_pad(const char *name)$/;"	f
create_pbuffer	visualization/nviz/src/do_zoom.c	/^static void create_pbuffer(int width, int height)$/;"	f	file:
create_pixmap	visualization/nviz/src/do_zoom.c	/^static void create_pixmap(int width, int height)$/;"	f	file:
create_potential_array_2d	lib/gpde/test/test_gradient.c	/^N_array_2d *create_potential_array_2d(void)$/;"	f
create_potential_array_3d	lib/gpde/test/test_gradient.c	/^N_array_3d *create_potential_array_3d(void)$/;"	f
create_relax_array_2d	lib/gpde/test/test_gradient.c	/^N_array_2d *create_relax_array_2d(void)$/;"	f
create_relax_array_3d	lib/gpde/test/test_gradient.c	/^N_array_3d *create_relax_array_3d(void)$/;"	f
create_screen	vector/v.digit/toolbox.tcl	/^proc create_screen {} {$/;"	p
create_si_struct	lib/vector/Vlib/dgraph.c	/^struct seg_intersections *create_si_struct(int segments_count)$/;"	f
create_slices_subpanel	visualization/nviz/scripts/panel_vol.tcl	/^proc create_slices_subpanel { BASE } {$/;"	p
create_slideconstant_popup	visualization/nviz/scripts/attIsosurfPopup.tcl	/^proc create_slideconstant_popup {{w .enter_constant} {mode 0}} {$/;"	p
create_slideconstant_popup	visualization/nviz/scripts/attPopup.tcl	/^proc create_slideconstant_popup {{w .enter_constant} {mode 0}} {$/;"	p
create_solute_transport_data_2d	lib/gpde/test/test_solute_transport.c	/^N_solute_transport_data2d *create_solute_transport_data_2d(void)$/;"	f
create_solute_transport_data_3d	lib/gpde/test/test_solute_transport.c	/^N_solute_transport_data3d *create_solute_transport_data_3d(void)$/;"	f
create_solve_les	raster/r.gwflow/main.c	/^N_les *create_solve_les(N_geom_data * geom, N_gwflow_data2d * data,$/;"	f
create_sparse_les	lib/gpde/test/test_solvers.c	/^N_les *create_sparse_les(int rows)$/;"	f
create_stat_table	raster3d/r3.stats/main.c	/^stat_table *create_stat_table(int nsteps, equal_val_array * eqvals,$/;"	f
create_status_array_2d	lib/gpde/test/test_assemble.c	/^N_array_2d *create_status_array_2d(void)$/;"	f
create_status_array_3d	lib/gpde/test/test_assemble.c	/^N_array_3d *create_status_array_3d(void)$/;"	f
create_submit_msg	lib/form/form.tcl	/^proc create_submit_msg { formid  }  {$/;"	p
create_submit_msg	vector/v.digit/form.tcl	/^proc create_submit_msg { formid  }  {$/;"	p
create_temp_files	raster/r.resamp.rst/main.c	/^void create_temp_files(void)$/;"	f
create_transform_conversion	vector/v.transform/creat_trans.c	/^int create_transform_conversion(struct file_info *Coord, int quiet)$/;"	f
create_transform_from_file	vector/v.transform/creat_trans.c	/^int create_transform_from_file(struct file_info *Coord, int quiet)$/;"	f
create_transform_from_user	vector/v.transform/creat_trans.c	/^int create_transform_from_user(void)$/;"	f
create_univar_stat_struct	raster/r.univar2/stats.c	/^univar_stat *create_univar_stat_struct(int map_type, int size, int n_perc)$/;"	f
create_value_array_2d	lib/gpde/test/test_assemble.c	/^N_array_2d *create_value_array_2d(void)$/;"	f
create_value_array_3d	lib/gpde/test/test_assemble.c	/^N_array_3d *create_value_array_3d(void)$/;"	f
create_window	display/drivers/XDRIVER/Graph_set.c	/^static void create_window(int argc, char **argv)$/;"	f	file:
create_window	visualization/ximgview/main.c	/^static void create_window(void)$/;"	f	file:
creator	include/gis.h	/^    char creator[RECORD_LEN];$/;"	m	struct:History
creator	swig/perl/gis.h	/^    char creator[RECORD_LEN];$/;"	m	struct:History
critical_node	raster/r.li/r.li.daemon/avl.c	/^static avl_node *critical_node(avl_node * added, int *pos1, int *pos2,$/;"	f	file:
critical_node	raster/r.li/r.li.daemon/avlID.c	/^static avlID_node *critical_node(avlID_node * added, int *pos1, int *pos2,$/;"	f	file:
crnt	lib/ogsf/gvl_file.c	/^    int crnt, base;$/;"	m	struct:__anon65	file:
cross	lib/vector/Vlib/break_polygons.c	/^    char cross;			\/* 0 - do not break, 1 - break *\/$/;"	m	struct:__anon75	file:
cross	lib/vector/Vlib/intersect.c	/^static CROSS *cross = NULL;$/;"	v	file:
cross	raster/r.cross/cross.c	/^CELL cross(int fd[], int non_zero, int primary, int outfd)$/;"	f
cross_bits	include/patterns.h	/^static BITMAPS_H_TYPE cross_bits[] = {$/;"	v
cross_corr	vector/lidar/v.surf.bspline/bspline.h	/^    struct Flag *cross_corr;$/;"	m	struct:Param	typeref:struct:Param::Flag
cross_correlation	vector/lidar/v.surf.bspline/crosscorr.c	/^int cross_correlation(struct Map_info *Map, double passWE, double passNS)$/;"	f
cross_found	lib/vector/Vlib/intersect.c	/^static int cross_found;		\/* set by find_cross() *\/$/;"	v	file:
cross_height	include/patterns.h	25;"	d
cross_seg	lib/vector/Vlib/intersect.c	/^static int cross_seg(int id, int *arg)$/;"	f	file:
cross_width	include/patterns.h	24;"	d
crs	vector/v.vol.rst/user4.c	/^double crs(double x)$/;"	f
crs_full	vector/v.vol.rst/user4.c	/^void crs_full(double x, double fi, double *crs, double *crsd, double *crsdr2, double *crsdd){$/;"	f
crt_buf	include/iostream/empq.h	/^  unsigned short crt_buf;$/;"	m	class:em_pqueue
cs	lib/gpde/N_solute_transport.h	/^    N_array_2d *cs;		\/*concentration sources and sinks *\/$/;"	m	struct:__anon45
cs	lib/gpde/N_solute_transport.h	/^    N_array_3d *cs;		\/*concentration sources and sinks *\/$/;"	m	struct:__anon44
csalbr	imagery/i.atcorr/computations.cpp	/^void csalbr(const float xtau, float& xalb)$/;"	f
cseg_close	raster/r.surf.contour/cseg_close.c	/^int cseg_close(CSEG * cseg)$/;"	f
cseg_close	raster/r.watershed/seg/cseg_close.c	/^int cseg_close(CSEG * cseg)$/;"	f
cseg_get	raster/r.surf.contour/cseg_get.c	/^int cseg_get(CSEG * cseg, int row, int col, CELL * value)$/;"	f
cseg_get	raster/r.watershed/seg/cseg_get.c	/^int cseg_get(CSEG * cseg, CELL * value, int row, int col)$/;"	f
cseg_open	raster/r.surf.contour/cseg_open.c	/^int cseg_open(CSEG * cseg, int srows, int scols, int nsegs_in_memory)$/;"	f
cseg_open	raster/r.watershed/seg/cseg_open.c	/^int cseg_open(CSEG * cseg, int srows, int scols, int nsegs_in_memory)$/;"	f
cseg_put	raster/r.surf.contour/cseg_put.c	/^int cseg_put(CSEG * cseg, int row, int col, CELL value)$/;"	f
cseg_put	raster/r.watershed/seg/cseg_put.c	/^int cseg_put(CSEG * cseg, CELL * value, int row, int col)$/;"	f
cseg_read_cell	raster/r.surf.contour/cseg_read.c	/^int cseg_read_cell(CSEG * cseg, char *map_name, char *mapset)$/;"	f
cseg_read_cell	raster/r.watershed/seg/cseg_read.c	/^int cseg_read_cell(CSEG * cseg, char *map_name, char *mapset)$/;"	f
cseg_write_cellfile	raster/r.surf.contour/cseg_write.c	/^int cseg_write_cellfile(CSEG * cseg, char *map_name)$/;"	f
cseg_write_cellfile	raster/r.watershed/seg/cseg_write.c	/^int cseg_write_cellfile(CSEG * cseg, char *map_name)$/;"	f
ct	lib/gmath/svd.c	/^static double at, bt, ct;$/;"	v	file:
ct	ps/ps.map/colortable.h	/^struct colortable ct;$/;"	v	typeref:struct:colortable
ct	raster/simwe/simlib/waterglobs.h	/^GLOBAL float **dc, **tau, **er, **ct, **trap;$/;"	v
ctable	raster3d/r3.showdspf/vizual.h	/^    struct color_entry ctable[101];$/;"	m	struct:dspec	typeref:struct:dspec::color_entry
ctablefile	raster3d/r3.showdspf/main_ogl.c	/^static char ctablefile[256];$/;"	v	file:
ctd	lib/g3d/cache.c	/^static cache_test_data_type ctd;$/;"	v	file:
ctrlz	lib/gis/gets.c	/^static int ctrlz = 0;$/;"	v	file:
ctx	visualization/nviz/src/do_zoom.c	/^static GLXContext ctx;$/;"	v	file:
ctype	include/dbmi.h	/^    int ctype;			\/* C type of values stored in array DB_C_TYPE_* *\/$/;"	m	struct:__anon278
ctype	lib/form/form.c	/^    int ctype;$/;"	m	struct:__anon38	file:
ctype	vector/v.digit/form.c	/^    int ctype;$/;"	m	struct:__anon199	file:
cube	raster/r.sun/main.c	/^void cube(int jmin, int imin)$/;"	f
cube	raster/r.sun2/main.c	/^void cube(jmin, imin)$/;"	f
cube_info	lib/dspf/viz.h	/^} cube_info;$/;"	t	typeref:struct:__anon35
cube_info	raster3d/r3.showdspf/vizual2.h	/^} cube_info;$/;"	t	typeref:struct:__anon116
cull_polygon_plane	lib/display/draw2.c	/^static int cull_polygon_plane(int *pn, const double *x, const double *y,$/;"	f	file:
cull_polyline_plane	lib/display/draw2.c	/^static int cull_polyline_plane(int *pn, const double *x, const double *y,$/;"	f	file:
cum_cost_layer	raster/r.cost/stash.h	/^char cum_cost_layer[64];$/;"	v
cum_cost_layer	raster/r.walk/stash.h	/^char cum_cost_layer[64];$/;"	v
cum_fd	raster/wildfire/r.spread/main.c	/^int cum_fd, x_fd, y_fd;$/;"	v
cumulative	raster/wildfire/r.spread/spread.c	/^cumulative(struct costHa *pres_cell, struct cell_ptrHa *to_cell,$/;"	f
cur	db/drivers/dbf/globals.h	/^    int cur;			\/* position of cursor *\/$/;"	m	struct:__anon16
cur	include/btree.h	/^    int cur;$/;"	m	struct:__anon299
cur	include/ibtree.h	/^    int cur;$/;"	m	struct:__anon273
cur	include/rowio.h	/^    int cur;			\/* current row in memory *\/$/;"	m	struct:__anon271
cur	include/segment.h	/^    int cur;			\/* last accessed segment *\/$/;"	m	struct:__anon280
cur	include/sqlp.h	/^    char *cur;			\/* cursor for parser *\/$/;"	m	struct:__anon297
cur	lib/display/draw2.c	/^static struct vector cur;$/;"	v	typeref:struct:vector	file:
cur	ps/ps.map/session.c	/^static char cur[2000];$/;"	v	file:
cur	ps/ps.map/vector.h	/^    int cur;			\/* currently processed vector *\/$/;"	m	struct:vector
cur	raster/r.reclass/parse.c	/^static char *cur;$/;"	v	file:
curSpeed	visualization/nviz/src/togl_flythrough.c	/^    float curSpeed;$/;"	m	struct:flyData	file:
cur_accum	raster3d/r3.showdspf/togif.h	/^    unsigned long cur_accum;$/;"	m	struct:_vgl_GIFWriter
cur_bits	raster3d/r3.showdspf/togif.h	/^    int cur_bits;$/;"	m	struct:_vgl_GIFWriter
cur_clock	display/drivers/XDRIVER/Graph_set.c	/^Cursor cur_xh, cur_clock;$/;"	v
cur_cmp_ocol	db/drivers/dbf/dbfexe.c	/^static int cur_cmp_ocol;$/;"	v	file:
cur_cmp_table	db/drivers/dbf/dbfexe.c	/^static int cur_cmp_table;$/;"	v	file:
cur_cplane	include/nviz.h	/^    int cur_cplane, cp_on[MAX_CPLANES];$/;"	m	struct:__anon290
cur_east	display/d.mapgraph/do_graph.c	/^static double cur_east = 0.0;$/;"	v	file:
cur_elts	include/iostream/pqheap.h	/^  unsigned int cur_elts;$/;"	m	class:pqheap_t1
cur_nbytes	lib/gis/G.h	/^    int cur_nbytes;		\/* nbytes per cell for current row *\/$/;"	m	struct:fileinfo
cur_north	display/d.mapgraph/do_graph.c	/^static double cur_north = 0.0;$/;"	v	file:
cur_row	lib/gis/G.h	/^    int cur_row;		\/* Current data row in memory   *\/$/;"	m	struct:fileinfo
cur_row	raster/r.buffer/find_dist.c	/^static int cur_row;$/;"	v	file:
cur_row	raster/r.resamp.interp/main.c	/^static int cur_row;$/;"	v	file:
cur_time	raster/wildfire/r.spread/display.c	/^static char buf[SIZE], old_time[SIZE], cur_time[SIZE];$/;"	v	file:
cur_x	lib/driver/init.c	/^int cur_x;$/;"	v
cur_x	ps/ps.map/gprims.c	/^static int cur_x, cur_y;$/;"	v	file:
cur_x	raster/r.in.poly/raster.c	/^static int cur_x, cur_y;$/;"	v	file:
cur_x	vector/v.to.rast/raster.c	/^static int cur_x, cur_y;$/;"	v	file:
cur_xh	display/drivers/XDRIVER/Graph_set.c	/^Cursor cur_xh, cur_clock;$/;"	v
cur_y	lib/driver/init.c	/^int cur_y;$/;"	v
cur_y	ps/ps.map/gprims.c	/^static int cur_x, cur_y;$/;"	v	file:
cur_y	raster/r.in.poly/raster.c	/^static int cur_x, cur_y;$/;"	v	file:
cur_y	vector/v.to.rast/raster.c	/^static int cur_x, cur_y;$/;"	v	file:
curframe	visualization/xganim/gui.h	/^    int rewind, prevframe, curframe, nframes;$/;"	m	struct:gui_data
curgamma	raster3d/r3.showdspf/togif.h	/^    float curgamma;$/;"	m	struct:_vgl_GIFWriter
curmask	include/gstypes.h	/^    struct BM *curmask;$/;"	m	struct:g_surf	typeref:struct:g_surf::BM
curoffset	include/gis.h	/^    int curoffset;$/;"	m	struct:Cell_stats
curoffset	raster/r.describe/tree.c	/^static int curoffset;$/;"	v	file:
curoffset	swig/perl/gis.h	/^    int curoffset;$/;"	m	struct:Cell_stats
curp	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int curp, first_point;$/;"	v	file:
curp	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int curp, cury, first_point;$/;"	v
curp	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int curp, first_point, i;$/;"	v	file:
curp	imagery/i.points/analyze.c	/^static int curp, first_point;$/;"	v	file:
curp	imagery/i.vpoints/analyze.c	/^static int curp, first_point;$/;"	v	file:
curp	include/gis.h	/^    int curp;$/;"	m	struct:Cell_stats
curp	raster/r.describe/tree.c	/^static int curp;$/;"	v	file:
curp	swig/perl/gis.h	/^    int curp;$/;"	m	struct:Cell_stats
curpad	lib/driver/command.c	/^static PAD *curpad;		\/* current selected pad *\/$/;"	v	file:
curpad	lib/raster/loc_pad.c	/^static PAD *curpad;		\/* current selected pad *\/$/;"	v	file:
curr	include/iostream/mem_stream.h	/^  T *curr;$/;"	m	class:MEM_STREAM
current	include/dbmi.h	/^    char current;$/;"	m	struct:_db_date_time
current	include/vect/dig_structs.h	/^    char *current;		\/* current position set by dig_seek *\/$/;"	m	struct:gvfile
current	lib/vector/Vlib/intersect.c	/^static int current;$/;"	v	file:
currentColor	lib/pngdriver/Graph_set.c	/^int currentColor;$/;"	v
currentContext	visualization/nviz/src/togl.c	/^    GLXContext currentContext;$/;"	m	struct:stereoStateRec	file:
currentDisplay	visualization/nviz/src/togl.c	/^    Display *currentDisplay;$/;"	m	struct:stereoStateRec	file:
currentDrawBuffer	visualization/nviz/src/togl.c	/^    GLenum  currentDrawBuffer;$/;"	m	struct:stereoStateRec	file:
currentIndex	include/G3d.h	/^    int currentIndex;$/;"	m	struct:G3D_Map
currentStereoBuffer	visualization/nviz/src/togl.c	/^    int     currentStereoBuffer;$/;"	m	struct:stereoStateRec	file:
currentWindow	visualization/nviz/src/togl.c	/^    Window  currentWindow;$/;"	m	struct:stereoStateRec	file:
current_candidate	vector/v.label.sa/labels.h	/^    int current_candidate;	    \/**< An index into the candidates array$/;"	m	struct:_label
current_cell	scripts/d.rast.edit/d.rast.edit.tcl	/^proc current_cell {} {$/;"	p
current_color	display/drivers/XDRIVER/Color.c	/^int current_color;$/;"	v
current_command	lib/driver/command.c	/^static char current_command;$/;"	v	file:
current_depth	raster/r.mapcalc/evaluate.c	/^int current_depth, current_row;$/;"	v
current_flag	lib/gis/parser.c	/^static struct Flag *current_flag;	\/* Pointer for traversing list      *\/$/;"	v	typeref:struct:Flag	file:
current_font	lib/driver/font2.c	/^static char current_font[16];$/;"	v	file:
current_item	lib/gis/parser.c	/^static struct Item *current_item;$/;"	v	typeref:struct:Item	file:
current_mapset	display/d.rast.edit/edit.h	/^GLOBAL char user_mapset[GMAPSET_MAX], current_mapset[GMAPSET_MAX],$/;"	v
current_name	display/d.rast.edit/edit.h	/^GLOBAL char new_name[GNAME_MAX], current_name[GNAME_MAX],$/;"	v
current_option	lib/gis/parser.c	/^static struct Option *current_option;$/;"	v	typeref:struct:Option	file:
current_region	vector/v.vol.rst/userglobs.h	/^G3D_Region current_region;$/;"	v
current_region2	raster/r.mapcalc/map.c	/^struct Cell_head current_region2;$/;"	v	typeref:struct:Cell_head
current_region3	raster/r.mapcalc/map3.c	/^G3D_Region current_region3;$/;"	v
current_row	raster/r.mapcalc/evaluate.c	/^int current_depth, current_row;$/;"	v
current_score	vector/v.label.sa/labels.h	/^    double current_score;	    \/**< The current score of the label. *\/$/;"	m	struct:_label
currow	raster3d/r3.showdspf/togif.h	/^    int currow;$/;"	m	struct:_vgl_GIFWriter
cursegm	raster/r.resamp.rst/main.c	/^int deriv, overlap, cursegm, dtens;$/;"	v
cursegm	vector/v.vol.rst/userglobs.h	/^int cursegm;$/;"	v
cursiz	lib/raster/rem_io.c	/^static int cursiz;$/;"	v	file:
cursor	db/drivers/dbf/globals.h	/^} cursor;$/;"	t	typeref:struct:__anon16
cursor	db/drivers/mysql/globals.h	/^} cursor;$/;"	t	typeref:struct:_cursor
cursor	db/drivers/odbc/globals.h	/^} cursor;$/;"	t	typeref:struct:_cursor
cursor	db/drivers/ogr/globals.h	/^} cursor;$/;"	t	typeref:struct:__anon17
cursor	db/drivers/postgres/globals.h	/^} cursor;$/;"	t	typeref:struct:_cursor
cursor	db/drivers/sqlite/globals.h	/^} cursor;$/;"	t	typeref:struct:_cursor
cursor_color	imagery/i.vpoints/colors.c	/^int cursor_color(void)$/;"	f
cursor_list	include/dbmi.h	/^    dbCursor **cursor_list;$/;"	m	struct:_db_driver_state
curx	imagery/i.class/mouse.c	/^static int curx, cury;$/;"	v	file:
curx	imagery/i.ortho.photo/photo.2image/mouse.c	/^static int curx, cury;$/;"	v	file:
curx	imagery/i.ortho.photo/photo.2target/mouse.c	/^static int curx, cury;$/;"	v	file:
curx	imagery/i.points/mouse.c	/^static int curx, cury;$/;"	v	file:
curx	imagery/i.vpoints/mouse.c	/^static int curx, cury;$/;"	v	file:
curx	lib/display/draw.c	/^static int curx, cury;$/;"	v	file:
curx	lib/driver/text2.c	/^static double curx, cury;$/;"	v	file:
curx	raster3d/r3.showdspf/togif.h	/^    unsigned short curx, cury;$/;"	m	struct:_vgl_GIFWriter
curx	vector/v.digit/driver.c	/^static int curx, cury;$/;"	v	file:
cury	imagery/i.class/mouse.c	/^static int curx, cury;$/;"	v	file:
cury	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int curp, cury, first_point;$/;"	v
cury	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int cury;$/;"	v
cury	imagery/i.ortho.photo/photo.2image/mouse.c	/^static int curx, cury;$/;"	v	file:
cury	imagery/i.ortho.photo/photo.2target/mouse.c	/^static int curx, cury;$/;"	v	file:
cury	imagery/i.points/mouse.c	/^static int curx, cury;$/;"	v	file:
cury	imagery/i.vpoints/mouse.c	/^static int curx, cury;$/;"	v	file:
cury	lib/display/draw.c	/^static int curx, cury;$/;"	v	file:
cury	lib/driver/text2.c	/^static double curx, cury;$/;"	v	file:
cury	raster3d/r3.showdspf/togif.h	/^    unsigned short curx, cury;$/;"	m	struct:_vgl_GIFWriter
cury	vector/v.digit/driver.c	/^static int curx, cury;$/;"	v	file:
cused	vector/v.net.salesman/main.c	/^int *cused;			\/* city is in cycle *\/$/;"	v
cuserid	configure	/^cuserid()$/;"	f
cut_val	display/d.nviz/main.c	/^int cut_val, frame = 0;$/;"	v
cutplane0_get_entries	visualization/nviz/scripts/cutplane_channels.tcl	/^proc cutplane0_get_entries {} {$/;"	p
cutplane0_set_entries	visualization/nviz/scripts/cutplane_channels.tcl	/^proc cutplane0_set_entries { elist } {$/;"	p
cutplaneAllOff	visualization/nviz/scripts/panel_cutplane.tcl	/^proc cutplaneAllOff {} {$/;"	p
cutplaneReset	visualization/nviz/scripts/panel_cutplane.tcl	/^proc cutplaneReset { BASE } {$/;"	p
cutplaneSetPlane	visualization/nviz/scripts/panel_cutplane.tcl	/^proc cutplaneSetPlane { BASE plane } {$/;"	p
cutplaneSetTrans	visualization/nviz/scripts/panel_cutplane.tcl	/^proc cutplaneSetTrans { w x y z } {$/;"	p
cutplaneSetTransFromEntry	visualization/nviz/scripts/panel_cutplane.tcl	/^proc cutplaneSetTransFromEntry { BASE coord } {$/;"	p
cutplaneUpdateFromGSF	visualization/nviz/scripts/panel_cutplane.tcl	/^proc cutplaneUpdateFromGSF { BASE } {$/;"	p
cutplaneUpdateRT	visualization/nviz/scripts/panel_cutplane.tcl	/^proc cutplaneUpdateRT { BASE } {$/;"	p
cutplaneUpdateRotation	visualization/nviz/scripts/panel_cutplane.tcl	/^proc cutplaneUpdateRotation { BASE } {$/;"	p
cutplaneUpdateRotation2	visualization/nviz/scripts/panel_cutplane.tcl	/^proc cutplaneUpdateRotation2 { BASE } {$/;"	p
cutplaneUpdateTilt	visualization/nviz/scripts/panel_cutplane.tcl	/^proc cutplaneUpdateTilt { BASE } {$/;"	p
cutplaneUpdateTilt2	visualization/nviz/scripts/panel_cutplane.tcl	/^proc cutplaneUpdateTilt2 { BASE } {$/;"	p
cutplaneXYTrans	visualization/nviz/scripts/panel_cutplane.tcl	/^proc cutplaneXYTrans { w x y } {$/;"	p
cutplaneZTrans	visualization/nviz/scripts/panel_cutplane.tcl	/^proc cutplaneZTrans { w z } {$/;"	p
cv	lib/rst/interp_float/interpf.h	/^    int deriv, cv;		\/* 1 if compute partial derivs *\/$/;"	m	struct:interp_params
cv	raster/r.topidx/global.h	6;"	d
cv	vector/v.surf.rst/main.c	/^int KMAX2, KMIN, KMAX, totsegm, deriv, dtens, cv;$/;"	v
cv	vector/v.vol.rst/userglobs.h	/^int cv;$/;"	v
cvdev	vector/v.surf.rst/main.c	/^char *cvdev = NULL;$/;"	v
cvdev	vector/v.vol.rst/main.c	/^char *cvdev = NULL;$/;"	v
cvdevf	vector/v.vol.rst/userglobs.h	/^FILE *dev, *cvdevf;$/;"	v
cvector	raster/r.param.scale/nrutil.c	/^unsigned char *cvector(int nl, int nh)$/;"	f
cvxHull	vector/lidar/v.lidar.growing/ConvexHull.c	/^double **P, **cvxHull, **punti_bordo;$/;"	v
cwidth	ps/ps.map/vector.h	/^    double cwidth;		\/* category width *\/$/;"	m	struct:__anon22
cycle	vector/v.net.salesman/main.c	/^int *cycle;			\/* path *\/$/;"	v
d	db/base/select.c	/^    int c, d, h, test_only;$/;"	m	struct:__anon9	file:
d	db/drivers/dbf/globals.h	/^    double d;$/;"	m	struct:__anon12
d	display/d.profile/profile.h	/^	DCELL d;$/;"	m	union:_ucat::__anon94
d	display/d.profile/profile.h	/^    DCELL *d;$/;"	m	union:_raster_ptr
d	include/dbmi.h	/^	double d;$/;"	m	union:__anon276::__anon277
d	include/dbmi.h	/^    double d;$/;"	m	struct:_db_value
d	include/site.h	/^	double d;$/;"	m	union:__anon294::__anon295
d	include/sqlp.h	/^    double d;$/;"	m	struct:__anon296
d	include/vask.h	/^    double *d;$/;"	m	union:target
d	lib/gmath/brent.c	/^    double d, e, v, w;$/;"	m	struct:__anon73	file:
d	lib/ogsf/trans.c	/^static float d[4][4];		\/* tmp matrix *\/$/;"	v	file:
d	lib/vector/diglib/port_test.c	/^    double d;$/;"	m	union:type_conv	file:
d	raster/r.horizon/main.c	/^int d, day, tien = 0;$/;"	v
d	raster/r.li/r.li.cwed/cellWeighted.h	/^    double d;$/;"	m	struct:CoppiaPesata
d	raster/r.random/local_proto.h	/^    DCELL *d;$/;"	m	union:RASTER_PTR
d	raster/r.sun/main.c	/^int d, day, tien = 0;$/;"	v
d	raster/r.sun2/main.c	/^int d, day;$/;"	v
d	raster/r.sunmask/main.c	/^    DCELL *d;$/;"	m	union:RASTER_PTR	file:
d	raster/r.topmodel/global.h	/^    double *d, *Ad_r;$/;"	m	struct:__anon130
d	vector/v.digit/global.h	/^    double d;$/;"	m	struct:__anon197
d	vector/v.mapcalc/mapcalc.h	/^	double d;		\/* nummeric value (always double) *\/$/;"	m	union:Symbol::__anon183
d1	vector/v.to.db/global.h	/^    double d1, d2, d3;		\/* values (length, area, x\/y\/z, query) *\/$/;"	m	struct:__anon200
d2	vector/v.to.db/global.h	/^    double d1, d2, d3;		\/* values (length, area, x\/y\/z, query) *\/$/;"	m	struct:__anon200
d3	vector/v.to.db/global.h	/^    double d1, d2, d3;		\/* values (length, area, x\/y\/z, query) *\/$/;"	m	struct:__anon200
d8	raster/r.terraflow/main.h	/^  int   d8;            \/* 1 if d8 flow model, 0 otherwise *\/ $/;"	m	struct:__anon144
d8	raster/r.terraflow/option.h	/^  int   d8;            \/* 1 if d8 flow model, 0 otherwise *\/ $/;"	m	struct:__anon145
d8cut	raster/r.terraflow/option.h	/^  float d8cut;           \/* flow value where flow accu comp switches to D8 *\/$/;"	m	struct:__anon145
dAX	swig/perl/R_slope_aspect/ppport.h	257;"	d
dHigh	include/gis.h	/^    DCELL dHigh;		\/* domain high *\/$/;"	m	struct:FPReclass_table
dHigh	include/gis.h	/^    DCELL dHigh;$/;"	m	struct:Quant_table
dHigh	swig/perl/gis.h	/^    DCELL dHigh;		\/* domain high *\/$/;"	m	struct:FPReclass_table
dHigh	swig/perl/gis.h	/^    DCELL dHigh;$/;"	m	struct:Quant_table
dITEMS	swig/perl/R_slope_aspect/ppport.h	260;"	d
dLow	include/gis.h	/^    DCELL dLow;			\/* domain low *\/$/;"	m	struct:FPReclass_table
dLow	include/gis.h	/^    DCELL dLow;$/;"	m	struct:Quant_table
dLow	swig/perl/gis.h	/^    DCELL dLow;			\/* domain low *\/$/;"	m	struct:FPReclass_table
dLow	swig/perl/gis.h	/^    DCELL dLow;$/;"	m	struct:Quant_table
dMY_CXT	swig/perl/R_slope_aspect/ppport.h	456;"	d
dMY_CXT	swig/perl/R_slope_aspect/ppport.h	487;"	d
dMY_CXT_SV	swig/perl/R_slope_aspect/ppport.h	446;"	d
dMY_CXT_SV	swig/perl/R_slope_aspect/ppport.h	449;"	d
dMY_CXT_SV	swig/perl/R_slope_aspect/ppport.h	486;"	d
dMax	include/gis.h	/^    DCELL dMax;			\/* maximum domain values in rules *\/$/;"	m	struct:FPReclass
dMax	include/gis.h	/^    DCELL dMax;$/;"	m	struct:Quant
dMax	swig/perl/gis.h	/^    DCELL dMax;			\/* maximum domain values in rules *\/$/;"	m	struct:FPReclass
dMax	swig/perl/gis.h	/^    DCELL dMax;$/;"	m	struct:Quant
dMin	include/gis.h	/^    DCELL dMin;			\/* minimum domain values in rules *\/$/;"	m	struct:FPReclass
dMin	include/gis.h	/^    DCELL dMin;$/;"	m	struct:Quant
dMin	swig/perl/gis.h	/^    DCELL dMin;			\/* minimum domain values in rules *\/$/;"	m	struct:FPReclass
dMin	swig/perl/gis.h	/^    DCELL dMin;$/;"	m	struct:Quant
dNOOP	swig/perl/R_slope_aspect/ppport.h	236;"	d
dTHR	swig/perl/R_slope_aspect/ppport.h	240;"	d
dTHX	swig/perl/R_slope_aspect/ppport.h	244;"	d
dTHXa	swig/perl/R_slope_aspect/ppport.h	245;"	d
dTHXoa	swig/perl/R_slope_aspect/ppport.h	246;"	d
d_Interval	display/d.rast/mask.h	/^} d_Interval;$/;"	t	typeref:struct:_d_interval
d_Interval	raster/r.null/mask.h	/^} d_Interval;$/;"	t	typeref:struct:_d_interval
d_Interval	raster3d/base/mask_functions.h	/^} d_Interval;$/;"	t	typeref:struct:_d_interval
d_Mask	display/d.rast/mask.h	/^} d_Mask;$/;"	t	typeref:struct:_d_mask
d_Mask	raster/r.null/mask.h	/^} d_Mask;$/;"	t	typeref:struct:_d_mask
d_Mask	raster3d/base/mask_functions.h	/^} d_Mask;$/;"	t	typeref:struct:_d_mask
d_atan2	lib/vector/diglib/angle.c	/^static double d_atan2(double y, double x)$/;"	f	file:
d_calc	doc/raster/r.example/main.c	/^DCELL d_calc(DCELL x)$/;"	f
d_func	vector/v.mapcalc/number.c	/^typedef double (*d_func) (void);$/;"	t	file:
d_func_d	vector/v.mapcalc/number.c	/^typedef double (*d_func_d) (double d);$/;"	t	file:
d_func_dai	vector/v.mapcalc/number.c	/^typedef double (*d_func_dai) (double d, int *i);$/;"	t	file:
d_func_dd	vector/v.mapcalc/number.c	/^typedef double (*d_func_dd) (double d0, double d1);$/;"	t	file:
d_func_di	vector/v.mapcalc/number.c	/^typedef double (*d_func_di) (double d, int i);$/;"	t	file:
d_func_p	vector/v.mapcalc/number.c	/^typedef double (*d_func_p) (void *p0);$/;"	t	file:
d_func_pp	vector/v.mapcalc/number.c	/^typedef double (*d_func_pp) (void *p0, void *p1);$/;"	t	file:
d_func_ppp	vector/v.mapcalc/number.c	/^typedef double (*d_func_ppp) (void *p0, void *p1, void *p2);$/;"	t	file:
d_funcs	imagery/i.ortho.photo/libes/funcdefs.h	/^} d_funcs[] = {$/;"	v	typeref:struct:__anon222
d_mask	display/d.rast/mask.h	/^d_Mask d_mask;$/;"	v
d_mask	raster/r.null/null.c	/^d_Mask d_mask;$/;"	v
dagostino_d	lib/cdhc/dagstndn.c	/^double *dagostino_d(double *x, int n)$/;"	f
dangles	lib/vector/Vlib/dangles.c	/^static void dangles(struct Map_info *Map, int type, int option,$/;"	f	file:
darea	display/d.vect/area.c	/^int darea(struct Map_info *Map, struct cat_list *Clist,$/;"	f
darea0	lib/gis/area.c	/^static double (*darea0) (double);$/;"	v	file:
dareatheme	display/d.thematic.area/area.c	/^int dareatheme(struct Map_info *Map, struct cat_list *Clist,$/;"	f
data	display/d.profile/profile.h	/^    RASTER_PTR data;$/;"	m	struct:_raster_map_ptr
data	gui/wxpython/nviz/nviz.h	/^    nv_data *data;$/;"	m	class:Nviz
data	include/G3d.h	/^    char *data;$/;"	m	struct:G3D_Map
data	include/bitmap.h	/^    unsigned char *data;$/;"	m	struct:BM
data	include/btree.h	/^    void *data;$/;"	m	struct:__anon298
data	include/gstypes.h	/^    unsigned char *data;$/;"	m	struct:__anon258
data	include/gstypes.h	/^    unsigned char *data;$/;"	m	struct:__anon259
data	include/ibtree.h	/^    int data;$/;"	m	struct:__anon272
data	include/iostream/embuffer.h	/^  AMI_STREAM<T>** data;$/;"	m	class:em_buffer
data	include/iostream/imbuffer.h	/^  T* data; $/;"	m	class:im_buffer
data	include/iostream/mem_stream.h	/^  T *data;$/;"	m	class:MEM_STREAM
data	include/iostream/queue.h	/^  T *data;$/;"	m	class:queue
data	lib/db/dbmi_base/login.c	/^    DATA *data;$/;"	m	struct:__anon27	file:
data	lib/dspf/viz.h	/^    cube_info data[MAXTHRESH];$/;"	m	struct:__anon36
data	lib/gis/G.h	/^    GDALDatasetH data;$/;"	m	struct:GDAL_link
data	lib/gis/G.h	/^    unsigned char *data;	\/* Decompressed data buffer     *\/$/;"	m	struct:fileinfo
data	lib/rst/qtree/qtree.h	/^    struct quaddata *data;$/;"	m	struct:multtree	typeref:struct:multtree::quaddata
data	lib/symbol/read.c	/^static char key[100], data[500];$/;"	v	file:
data	raster/r.mapcalc/expression.h	/^    } data;$/;"	m	struct:expression	typeref:union:expression::__anon143
data	raster/r.random/local_proto.h	/^    union RASTER_PTR data;$/;"	m	struct:RASTER_MAP_PTR	typeref:union:RASTER_MAP_PTR::RASTER_PTR
data	raster/r.terraflow/genericWindow.h	/^  T data[9]; $/;"	m	class:genericWindow
data	raster/r.terraflow/grid.h	/^  gridElement *data;$/;"	m	class:grid
data	raster3d/r3.showdspf/vizual.h	/^    double data[18];$/;"	m	struct:poly_info
data	raster3d/r3.showdspf/vizual.h	/^    float data;$/;"	m	struct:color_entry
data	raster3d/r3.showdspf/vizual2.h	/^    cube_info data[MAXTHRESH];$/;"	m	struct:__anon117
data	vector/v.vol.rst/oct.h	/^    VOID_T *data;$/;"	m	struct:octtree
dataInterpolateBicubic	vector/lidar/lidarlib/InterpSpline.c	/^double dataInterpolateBicubic(double x, double y, double deltaX,$/;"	f
dataInterpolateBilin	vector/lidar/lidarlib/InterpSpline.c	/^double dataInterpolateBilin(double x, double y, double deltaX, double deltaY,$/;"	f
dataLen	include/dbmi.h	/^    int dataLen;$/;"	m	struct:_db_column
data_buffer	lib/ogsf/gvl_calc.c	/^} data_buffer;$/;"	t	typeref:struct:__anon64	file:
data_desc	include/gstypes.h	/^    int data_desc;$/;"	m	struct:__anon258
data_fd	include/G3d.h	/^    int data_fd;		\/* file descriptor *\/$/;"	m	struct:G3D_Map
data_id	include/gstypes.h	/^    int data_id;		\/* id *\/$/;"	m	struct:__anon256
data_id	include/gstypes.h	/^    int data_id;$/;"	m	struct:__anon254
data_new	vector/v.vol.rst/dataoct.c	/^struct octdata *data_new(double x_orig, double y_orig, double z_orig,$/;"	f
data_reset	raster/r.surf.fractal/process.c	/^int data_reset(double *data[2], int nn)$/;"	f
data_size	raster/r.to.vect/global.h	/^Global int data_size;$/;"	v
data_type	include/gstypes.h	/^    IFLAG data_type;$/;"	m	struct:__anon256
data_type	raster/r.external/main.c	/^    RASTER_MAP_TYPE data_type;$/;"	m	struct:band_info	file:
data_type	raster/r.le/r.le.patch/driver.c	/^RASTER_MAP_TYPE data_type;$/;"	v
data_type	raster/r.le/r.le.pixel/driver.c	/^RASTER_MAP_TYPE data_type;$/;"	v
data_type	raster/r.li/r.li.daemon/daemon.h	/^    int data_type;$/;"	m	struct:area_entry
data_type	raster/r.to.vect/global.h	/^Global int data_type;$/;"	v
database	db/base/columns.c	/^    char *driver, *database, *table;$/;"	m	struct:__anon1	file:
database	db/base/createdb.c	/^    char *driver, *database;$/;"	m	struct:__anon3	file:
database	db/base/describe.c	/^    char *driver, *database, *table;$/;"	m	struct:__anon10	file:
database	db/base/dropdb.c	/^    char *driver, *database;$/;"	m	struct:__anon8	file:
database	db/base/droptable.c	/^    char *driver, *database, *table;$/;"	m	struct:__anon5	file:
database	db/base/execute.c	/^    char *driver, *database, *input;$/;"	m	struct:__anon6	file:
database	db/base/select.c	/^    char *driver, *database, *table, *sql, *fs, *vs, *nv, *input;$/;"	m	struct:__anon9	file:
database	db/base/tables.c	/^    char *driver, *database;$/;"	m	struct:__anon7	file:
database	include/vect/dig_structs.h	/^    char *database;$/;"	m	struct:field_info
database	lib/db/dbmi_base/login.c	/^    char *database;$/;"	m	struct:__anon26	file:
databaseName	include/dbmi.h	/^    char *databaseName;$/;"	m	struct:_db_connection
databuff	include/gstypes.h	/^    typbuff databuff;$/;"	m	struct:__anon254
dataend	include/iostream/mem_stream.h	/^  T *dataend;$/;"	m	class:MEM_STREAM
datainfp	lib/dspf/viz.h	/^    FILE *datainfp, *dataoutfp;$/;"	m	struct:__anon33
datainfp	raster3d/r3.showdspf/vizual2.h	/^    FILE *datainfp, *dataoutfp;$/;"	m	struct:__anon114
dataoutfp	lib/dspf/viz.h	/^    FILE *datainfp, *dataoutfp;$/;"	m	struct:__anon33
dataoutfp	raster3d/r3.showdspf/vizual2.h	/^    FILE *datainfp, *dataoutfp;$/;"	m	struct:__anon114
dataset	include/gstypes.h	/^} dataset;$/;"	t	typeref:struct:__anon254
date	include/vect/dig_structs.h	/^    char *date;$/;"	m	struct:dig_head
date	raster/r.report/header.c	/^static char *date = NULL;$/;"	v	file:
date_LIBS	swig/python/Makefile	/^date_LIBS       = $(DATETIMELIB)$/;"	m
datetime_change_from_to	lib/datetime/change.c	/^int datetime_change_from_to(DateTime * dt, int from, int to, int round)$/;"	f
datetime_change_timezone	lib/datetime/tz2.c	/^int datetime_change_timezone(DateTime * dt, int minutes)$/;"	f
datetime_change_to_utc	lib/datetime/tz2.c	/^int datetime_change_to_utc(DateTime * dt)$/;"	f
datetime_check_day	lib/datetime/values.c	/^int datetime_check_day(const DateTime * dt, int day)$/;"	f
datetime_check_fracsec	lib/datetime/values.c	/^int datetime_check_fracsec(const DateTime * dt, int fracsec)$/;"	f
datetime_check_hour	lib/datetime/values.c	/^int datetime_check_hour(const DateTime * dt, int hour)$/;"	f
datetime_check_increment	lib/datetime/incr2.c	/^int datetime_check_increment(const DateTime * src, const DateTime * incr)$/;"	f
datetime_check_minute	lib/datetime/values.c	/^int datetime_check_minute(const DateTime * dt, int minute)$/;"	f
datetime_check_month	lib/datetime/values.c	/^int datetime_check_month(const DateTime * dt, int month)$/;"	f
datetime_check_second	lib/datetime/values.c	/^int datetime_check_second(const DateTime * dt, double second)$/;"	f
datetime_check_timezone	lib/datetime/tz1.c	/^int datetime_check_timezone(const DateTime * dt, int minutes)$/;"	f
datetime_check_type	lib/datetime/type.c	/^int datetime_check_type(const DateTime * dt)$/;"	f
datetime_check_year	lib/datetime/values.c	/^int datetime_check_year(const DateTime * dt, int year)$/;"	f
datetime_clear_error	lib/datetime/error.c	/^void datetime_clear_error(void)$/;"	f
datetime_copy	lib/datetime/copy.c	/^void datetime_copy(DateTime * dst, const DateTime * src)$/;"	f
datetime_days_in_month	lib/datetime/misc.c	/^int datetime_days_in_month(int year, int month, int ad)$/;"	f
datetime_days_in_year	lib/datetime/misc.c	/^int datetime_days_in_year(int year, int ad)$/;"	f
datetime_decompose_timezone	lib/datetime/tz2.c	/^void datetime_decompose_timezone(int tz, int *hours, int *minutes)$/;"	f
datetime_difference	lib/datetime/diff.c	/^datetime_difference(const DateTime * a, const DateTime * b, DateTime * result)$/;"	f
datetime_error	lib/datetime/error.c	/^int datetime_error(int code, char *msg)$/;"	f
datetime_error_code	lib/datetime/error.c	/^int datetime_error_code(void)$/;"	f
datetime_error_msg	lib/datetime/error.c	/^char *datetime_error_msg(void)$/;"	f
datetime_format	lib/datetime/format.c	/^int datetime_format(const DateTime * dt, char *buf)$/;"	f
datetime_get_day	lib/datetime/values.c	/^int datetime_get_day(const DateTime * dt, int *day)$/;"	f
datetime_get_fracsec	lib/datetime/values.c	/^int datetime_get_fracsec(const DateTime * dt, int *fracsec)$/;"	f
datetime_get_hour	lib/datetime/values.c	/^int datetime_get_hour(const DateTime * dt, int *hour)$/;"	f
datetime_get_increment_type	lib/datetime/incr3.c	/^datetime_get_increment_type(const DateTime * dt, int *mode, int *from,$/;"	f
datetime_get_local_time	lib/datetime/local.c	/^void datetime_get_local_time(DateTime * dt)$/;"	f
datetime_get_local_timezone	lib/datetime/local.c	/^int datetime_get_local_timezone(int *minutes)$/;"	f
datetime_get_minute	lib/datetime/values.c	/^int datetime_get_minute(const DateTime * dt, int *minute)$/;"	f
datetime_get_month	lib/datetime/values.c	/^int datetime_get_month(const DateTime * dt, int *month)$/;"	f
datetime_get_second	lib/datetime/values.c	/^int datetime_get_second(const DateTime * dt, double *second)$/;"	f
datetime_get_timezone	lib/datetime/tz1.c	/^int datetime_get_timezone(const DateTime * dt, int *minutes)$/;"	f
datetime_get_type	lib/datetime/type.c	/^datetime_get_type(const DateTime * dt, int *mode, int *from, int *to,$/;"	f
datetime_get_year	lib/datetime/values.c	/^int datetime_get_year(const DateTime * dt, int *year)$/;"	f
datetime_in_interval_day_second	lib/datetime/type.c	/^int datetime_in_interval_day_second(int x)$/;"	f
datetime_in_interval_year_month	lib/datetime/type.c	/^int datetime_in_interval_year_month(int x)$/;"	f
datetime_increment	lib/datetime/incr1.c	/^int datetime_increment(DateTime * src, DateTime * incr)$/;"	f
datetime_invert_sign	lib/datetime/sign.c	/^void datetime_invert_sign(DateTime * dt)$/;"	f
datetime_is_absolute	lib/datetime/type.c	/^int datetime_is_absolute(const DateTime * dt)$/;"	f
datetime_is_between	lib/datetime/between.c	/^int datetime_is_between(int x, int a, int b)$/;"	f
datetime_is_leap_year	lib/datetime/misc.c	/^int datetime_is_leap_year(int year, int ad)$/;"	f
datetime_is_negative	lib/datetime/sign.c	/^int datetime_is_negative(const DateTime * dt)$/;"	f
datetime_is_positive	lib/datetime/sign.c	/^int datetime_is_positive(const DateTime * dt)$/;"	f
datetime_is_relative	lib/datetime/type.c	/^int datetime_is_relative(const DateTime * dt)$/;"	f
datetime_is_same	lib/datetime/same.c	/^int datetime_is_same(const DateTime * src, const DateTime * dst)$/;"	f
datetime_is_valid_increment	lib/datetime/incr2.c	/^int datetime_is_valid_increment(const DateTime * src, const DateTime * incr)$/;"	f
datetime_is_valid_timezone	lib/datetime/tz1.c	/^int datetime_is_valid_timezone(int minutes)$/;"	f
datetime_is_valid_type	lib/datetime/type.c	/^int datetime_is_valid_type(const DateTime * dt)$/;"	f
datetime_scan	lib/datetime/scan.c	/^int datetime_scan(DateTime * dt, const char *buf)$/;"	f
datetime_set_day	lib/datetime/values.c	/^int datetime_set_day(DateTime * dt, int day)$/;"	f
datetime_set_fracsec	lib/datetime/values.c	/^int datetime_set_fracsec(DateTime * dt, int fracsec)$/;"	f
datetime_set_hour	lib/datetime/values.c	/^int datetime_set_hour(DateTime * dt, int hour)$/;"	f
datetime_set_increment_type	lib/datetime/incr3.c	/^int datetime_set_increment_type(const DateTime * src, DateTime * incr)$/;"	f
datetime_set_minute	lib/datetime/values.c	/^int datetime_set_minute(DateTime * dt, int minute)$/;"	f
datetime_set_month	lib/datetime/values.c	/^int datetime_set_month(DateTime * dt, int month)$/;"	f
datetime_set_negative	lib/datetime/sign.c	/^void datetime_set_negative(DateTime * dt)$/;"	f
datetime_set_positive	lib/datetime/sign.c	/^void datetime_set_positive(DateTime * dt)$/;"	f
datetime_set_second	lib/datetime/values.c	/^int datetime_set_second(DateTime * dt, double second)$/;"	f
datetime_set_timezone	lib/datetime/tz1.c	/^int datetime_set_timezone(DateTime * dt, int minutes)$/;"	f
datetime_set_type	lib/datetime/type.c	/^int datetime_set_type(DateTime * dt, int mode, int from, int to, int fracsec)$/;"	f
datetime_set_year	lib/datetime/values.c	/^int datetime_set_year(DateTime * dt, int year)$/;"	f
datetime_unset_timezone	lib/datetime/tz1.c	/^int datetime_unset_timezone(DateTime * dt)$/;"	f
datsrc_1	include/gis.h	/^    char datsrc_1[RECORD_LEN];$/;"	m	struct:History
datsrc_1	swig/perl/gis.h	/^    char datsrc_1[RECORD_LEN];$/;"	m	struct:History
datsrc_2	include/gis.h	/^    char datsrc_2[RECORD_LEN];$/;"	m	struct:History
datsrc_2	swig/perl/gis.h	/^    char datsrc_2[RECORD_LEN];$/;"	m	struct:History
datum_list	lib/proj/local_proto.h	/^struct datum_list$/;"	s
day	imagery/i.atcorr/Date.h	/^	unsigned char day;$/;"	m	class:Date
day	include/datetime.h	/^    int year, month, day;$/;"	m	struct:__anon274
day	include/dbmi.h	/^    int day;$/;"	m	struct:_db_date_time
day	raster/r.horizon/main.c	/^int d, day, tien = 0;$/;"	v
day	raster/r.sun/main.c	/^int d, day, tien = 0;$/;"	v
day	raster/r.sun2/main.c	/^int d, day;$/;"	v
day	raster/r.sunmask/solpos00.h	/^    int day;			\/* I\/O: S_DOY      Day of month (May 27 = 27, etc.)$/;"	m	struct:posdata
day_number	imagery/i.atcorr/GeomCond.cpp	/^void GeomCond::day_number(long int ia, long int& j)$/;"	f	class:GeomCond
dayang	raster/r.sunmask/solpos00.h	/^    float dayang;		\/* T:  S_GEOM     Day angle (daynum*360\/year-length)$/;"	m	struct:posdata
daynum	raster/r.sunmask/solpos00.h	/^    int daynum;			\/* I\/O: S_DOY      Day number (day of year; Feb 1 = 32 )$/;"	m	struct:posdata
db	db/drivers/dbf/globals.h	/^DATABASE db;$/;"	v
dbAddress	include/dbmi.h	/^typedef void *dbAddress;$/;"	t
dbCatVal	include/dbmi.h	/^} dbCatVal;$/;"	t	typeref:struct:__anon276
dbCatValArray	include/dbmi.h	/^} dbCatValArray;$/;"	t	typeref:struct:__anon278
dbCatValI	include/dbmi.h	/^} dbCatValI;$/;"	t	typeref:struct:__anon275
dbColumn	include/dbmi.h	/^} dbColumn;$/;"	t	typeref:struct:_db_column
dbConnection	include/dbmi.h	/^} dbConnection;$/;"	t	typeref:struct:_db_connection
dbCursor	include/dbmi.h	/^} dbCursor;$/;"	t	typeref:struct:_db_cursor
dbDateTime	include/dbmi.h	/^} dbDateTime;$/;"	t	typeref:struct:_db_date_time
dbDbmscap	include/dbmi.h	/^} dbDbmscap;$/;"	t	typeref:struct:_dbmscap
dbDirent	include/dbmi.h	/^} dbDirent;$/;"	t	typeref:struct:_db_dirent
dbDriver	include/dbmi.h	/^} dbDriver;$/;"	t	typeref:struct:_db_driver
dbDriverState	include/dbmi.h	/^} dbDriverState;$/;"	t	typeref:struct:_db_driver_state
dbHandle	include/dbmi.h	/^} dbHandle;$/;"	t	typeref:struct:_db_handle
dbIndex	include/dbmi.h	/^} dbIndex;$/;"	t	typeref:struct:_db_index
dbName	include/dbmi.h	/^    dbString dbName;		\/* database name               *\/$/;"	m	struct:_db_handle
dbRclsRule	include/dbmi.h	/^} dbRclsRule;$/;"	t	typeref:struct:__anon279
dbSchema	include/dbmi.h	/^    dbString dbSchema;		\/* database schema *\/$/;"	m	struct:_db_handle
dbString	include/dbmi.h	/^} dbString;$/;"	t	typeref:struct:_db_string
dbTable	include/dbmi.h	/^} dbTable;$/;"	t	typeref:struct:_db_table
dbToken	include/dbmi.h	/^typedef int dbToken;$/;"	t
dbValue	include/dbmi.h	/^} dbValue;$/;"	t	typeref:struct:_db_value
db_CatValArray_alloc	lib/db/dbmi_base/value.c	/^int db_CatValArray_alloc(dbCatValArray * arr, int n)$/;"	f
db_CatValArray_free	lib/db/dbmi_base/value.c	/^void db_CatValArray_free(dbCatValArray * arr)$/;"	f
db_CatValArray_get_value	lib/db/dbmi_client/select.c	/^int db_CatValArray_get_value(dbCatValArray * arr, int key, dbCatVal ** cv)$/;"	f
db_CatValArray_get_value_di	vector/v.buffer2/main.c	/^int db_CatValArray_get_value_di(dbCatValArray * cvarr, int cat, double *value)$/;"	f
db_CatValArray_get_value_double	lib/db/dbmi_client/select.c	/^int db_CatValArray_get_value_double(dbCatValArray * arr, int key, double *val)$/;"	f
db_CatValArray_get_value_int	lib/db/dbmi_client/select.c	/^int db_CatValArray_get_value_int(dbCatValArray * arr, int key, int *val)$/;"	f
db_CatValArray_init	lib/db/dbmi_base/value.c	/^void db_CatValArray_init(dbCatValArray * arr)$/;"	f
db_CatValArray_realloc	lib/db/dbmi_base/value.c	/^int db_CatValArray_realloc(dbCatValArray * arr, int n)$/;"	f
db_CatValArray_sort	lib/db/dbmi_client/select.c	/^void db_CatValArray_sort(dbCatValArray * arr)$/;"	f
db_CatValArray_sort_by_value	lib/db/dbmi_client/select.c	/^int db_CatValArray_sort_by_value(dbCatValArray * arr)$/;"	f
db_Cstring_to_lowercase	lib/db/dbmi_base/case.c	/^void db_Cstring_to_lowercase(char *s)$/;"	f
db_Cstring_to_uppercase	lib/db/dbmi_base/case.c	/^void db_Cstring_to_uppercase(char *s)$/;"	f
db__add_cursor_to_driver_state	lib/db/dbmi_driver/driver_state.c	/^void db__add_cursor_to_driver_state(dbCursor * cursor)$/;"	f
db__close_all_cursors	lib/db/dbmi_driver/driver_state.c	/^void db__close_all_cursors(void)$/;"	f
db__copy_table	lib/db/dbmi_client/copy_tab.c	/^int db__copy_table(const char *from_drvname, const char *from_dbname,$/;"	f
db__driver_add_column	lib/db/stubs/add_col.c	/^int db__driver_add_column(dbString * tableName, dbColumn * column)$/;"	f
db__driver_begin_transaction	db/drivers/mysql/execute.c	/^int db__driver_begin_transaction(void)$/;"	f
db__driver_begin_transaction	db/drivers/postgres/execute.c	/^int db__driver_begin_transaction(void)$/;"	f
db__driver_begin_transaction	db/drivers/sqlite/execute.c	/^int db__driver_begin_transaction(void)$/;"	f
db__driver_begin_transaction	lib/db/stubs/transaction.c	/^int db__driver_begin_transaction(void)$/;"	f
db__driver_bind_update	lib/db/stubs/bindupdate.c	/^int db__driver_bind_update(dbCursor * cursor)$/;"	f
db__driver_close_cursor	db/drivers/dbf/cursor.c	/^int db__driver_close_cursor(dbCursor * dbc)$/;"	f
db__driver_close_cursor	db/drivers/mysql/cursor.c	/^int db__driver_close_cursor(dbCursor * dbc)$/;"	f
db__driver_close_cursor	db/drivers/odbc/cursor.c	/^int db__driver_close_cursor(dbCursor * dbc)$/;"	f
db__driver_close_cursor	db/drivers/ogr/cursor.c	/^int db__driver_close_cursor(dbCursor * dbc)$/;"	f
db__driver_close_cursor	db/drivers/postgres/cursor.c	/^int db__driver_close_cursor(dbCursor * dbc)$/;"	f
db__driver_close_cursor	db/drivers/sqlite/cursor.c	/^int db__driver_close_cursor(dbCursor * dbc)$/;"	f
db__driver_close_cursor	lib/db/stubs/close_cursor.c	/^int db__driver_close_cursor(dbCursor * cursor)$/;"	f
db__driver_close_database	db/drivers/dbf/db.c	/^int db__driver_close_database()$/;"	f
db__driver_close_database	db/drivers/mysql/db.c	/^int db__driver_close_database()$/;"	f
db__driver_close_database	db/drivers/odbc/db.c	/^int db__driver_close_database()$/;"	f
db__driver_close_database	db/drivers/ogr/db.c	/^int db__driver_close_database()$/;"	f
db__driver_close_database	db/drivers/postgres/db.c	/^int db__driver_close_database()$/;"	f
db__driver_close_database	db/drivers/sqlite/db.c	/^int db__driver_close_database(void)$/;"	f
db__driver_close_database	lib/db/stubs/closedb.c	/^int db__driver_close_database(void)$/;"	f
db__driver_commit_transaction	db/drivers/mysql/execute.c	/^int db__driver_commit_transaction(void)$/;"	f
db__driver_commit_transaction	db/drivers/postgres/execute.c	/^int db__driver_commit_transaction(void)$/;"	f
db__driver_commit_transaction	db/drivers/sqlite/execute.c	/^int db__driver_commit_transaction(void)$/;"	f
db__driver_commit_transaction	lib/db/stubs/transaction.c	/^int db__driver_commit_transaction(void)$/;"	f
db__driver_create_database	lib/db/stubs/createdb.c	/^int db__driver_create_database(dbHandle * handle)$/;"	f
db__driver_create_index	db/drivers/mysql/index.c	/^int db__driver_create_index(dbIndex * index)$/;"	f
db__driver_create_index	db/drivers/postgres/index.c	/^int db__driver_create_index(dbIndex * index)$/;"	f
db__driver_create_index	db/drivers/sqlite/index.c	/^int db__driver_create_index(dbIndex * index)$/;"	f
db__driver_create_index	lib/db/stubs/create_index.c	/^int db__driver_create_index(dbIndex * index)$/;"	f
db__driver_create_table	db/drivers/dbf/create_table.c	/^int db__driver_create_table(dbTable * table)$/;"	f
db__driver_create_table	db/drivers/mysql/create_table.c	/^int db__driver_create_table(dbTable * table)$/;"	f
db__driver_create_table	db/drivers/odbc/create_table.c	/^int db__driver_create_table(dbTable * table)$/;"	f
db__driver_create_table	db/drivers/postgres/create_table.c	/^int db__driver_create_table(dbTable * table)$/;"	f
db__driver_create_table	db/drivers/sqlite/create_table.c	/^int db__driver_create_table(dbTable * table)$/;"	f
db__driver_create_table	lib/db/stubs/create_table.c	/^int db__driver_create_table(dbTable * table)$/;"	f
db__driver_delete	lib/db/stubs/delete.c	/^int db__driver_delete(dbCursor * cursor)$/;"	f
db__driver_delete_database	lib/db/stubs/deletedb.c	/^int db__driver_delete_database(dbHandle * handle)$/;"	f
db__driver_describe_table	db/drivers/dbf/describe.c	/^int db__driver_describe_table(dbString * table_name, dbTable ** table)$/;"	f
db__driver_describe_table	db/drivers/mysql/describe.c	/^int db__driver_describe_table(dbString * table_name, dbTable ** table)$/;"	f
db__driver_describe_table	db/drivers/odbc/describe.c	/^int db__driver_describe_table(table_name, table)$/;"	f
db__driver_describe_table	db/drivers/ogr/describe.c	/^int db__driver_describe_table(dbString * table_name, dbTable ** table)$/;"	f
db__driver_describe_table	db/drivers/postgres/describe.c	/^int db__driver_describe_table(dbString * table_name, dbTable ** table)$/;"	f
db__driver_describe_table	db/drivers/sqlite/describe.c	/^int db__driver_describe_table(dbString * table_name, dbTable ** table)$/;"	f
db__driver_describe_table	lib/db/stubs/desc_table.c	/^int db__driver_describe_table(dbString * name, dbTable * table)$/;"	f
db__driver_drop_column	lib/db/stubs/drop_col.c	/^int db__driver_drop_column(dbString * tableName, dbString * columnName)$/;"	f
db__driver_drop_index	lib/db/stubs/drop_index.c	/^int db__driver_drop_index(dbString * name)$/;"	f
db__driver_drop_table	db/drivers/odbc/table.c	/^int db__driver_drop_table(dbString * name)$/;"	f
db__driver_drop_table	lib/db/stubs/drop_table.c	/^int db__driver_drop_table(dbString * name)$/;"	f
db__driver_execute_immediate	db/drivers/dbf/execute.c	/^int db__driver_execute_immediate(dbString * sql)$/;"	f
db__driver_execute_immediate	db/drivers/mysql/execute.c	/^int db__driver_execute_immediate(dbString * sql)$/;"	f
db__driver_execute_immediate	db/drivers/odbc/execute.c	/^int db__driver_execute_immediate(dbString * sql)$/;"	f
db__driver_execute_immediate	db/drivers/postgres/execute.c	/^int db__driver_execute_immediate(dbString * sql)$/;"	f
db__driver_execute_immediate	db/drivers/sqlite/execute.c	/^int db__driver_execute_immediate(dbString * sql)$/;"	f
db__driver_execute_immediate	lib/db/stubs/execute.c	/^int db__driver_execute_immediate(dbString * SQLstatement)$/;"	f
db__driver_fetch	db/drivers/dbf/fetch.c	/^int db__driver_fetch(dbCursor * cn, int position, int *more)$/;"	f
db__driver_fetch	db/drivers/mysql/fetch.c	/^int db__driver_fetch(dbCursor * cn, int position, int *more)$/;"	f
db__driver_fetch	db/drivers/odbc/fetch.c	/^int db__driver_fetch(cn, position, more)$/;"	f
db__driver_fetch	db/drivers/ogr/fetch.c	/^int db__driver_fetch(dbCursor * cn, int position, int *more)$/;"	f
db__driver_fetch	db/drivers/postgres/fetch.c	/^int db__driver_fetch(dbCursor * cn, int position, int *more)$/;"	f
db__driver_fetch	db/drivers/sqlite/fetch.c	/^int db__driver_fetch(dbCursor * cn, int position, int *more)$/;"	f
db__driver_fetch	lib/db/stubs/fetch.c	/^int db__driver_fetch(dbCursor * cursor, int position, int *more)$/;"	f
db__driver_find_database	lib/db/stubs/finddb.c	/^int db__driver_find_database(dbHandle * handle, int *found)$/;"	f
db__driver_finish	db/drivers/dbf/driver.c	/^int db__driver_finish()$/;"	f
db__driver_finish	db/drivers/mysql/driver.c	/^int db__driver_finish()$/;"	f
db__driver_finish	db/drivers/odbc/driver.c	/^int db__driver_finish()$/;"	f
db__driver_finish	db/drivers/ogr/driver.c	/^int db__driver_finish()$/;"	f
db__driver_finish	db/drivers/postgres/driver.c	/^int db__driver_finish()$/;"	f
db__driver_finish	db/drivers/sqlite/driver.c	/^int db__driver_finish()$/;"	f
db__driver_finish	lib/db/stubs/finish.c	/^int db__driver_finish(void)$/;"	f
db__driver_get_num_rows	db/drivers/dbf/fetch.c	/^int db__driver_get_num_rows(dbCursor * cn)$/;"	f
db__driver_get_num_rows	db/drivers/mysql/fetch.c	/^int db__driver_get_num_rows(cn)$/;"	f
db__driver_get_num_rows	db/drivers/odbc/fetch.c	/^int db__driver_get_num_rows(cn)$/;"	f
db__driver_get_num_rows	db/drivers/ogr/fetch.c	/^int db__driver_get_num_rows(dbCursor * cn)$/;"	f
db__driver_get_num_rows	db/drivers/postgres/fetch.c	/^int db__driver_get_num_rows(dbCursor * cn)$/;"	f
db__driver_get_num_rows	db/drivers/sqlite/fetch.c	/^int db__driver_get_num_rows(dbCursor * cn)$/;"	f
db__driver_get_num_rows	lib/db/stubs/rows.c	/^int db__driver_get_num_rows(dbCursor * cursor)$/;"	f
db__driver_grant_on_table	db/drivers/postgres/priv.c	/^int db__driver_grant_on_table(dbString * tableName, int priv, int to)$/;"	f
db__driver_grant_on_table	lib/db/stubs/priv.c	/^int db__driver_grant_on_table(dbString * tableName, int priv, int to)$/;"	f
db__driver_init	db/drivers/dbf/driver.c	/^int db__driver_init(int argc, char *argv[])$/;"	f
db__driver_init	db/drivers/mysql/driver.c	/^int db__driver_init(int argc, char *argv[])$/;"	f
db__driver_init	db/drivers/odbc/driver.c	/^int db__driver_init(argc, argv)$/;"	f
db__driver_init	db/drivers/ogr/driver.c	/^int db__driver_init(int argc, char *argv[])$/;"	f
db__driver_init	db/drivers/postgres/driver.c	/^int db__driver_init(int argc, char *argv[])$/;"	f
db__driver_init	db/drivers/sqlite/driver.c	/^int db__driver_init(int argc, char *argv[])$/;"	f
db__driver_init	lib/db/stubs/init.c	/^int db__driver_init(int argc, char *argv[])$/;"	f
db__driver_insert	lib/db/stubs/insert.c	/^int db__driver_insert(dbCursor * cursor)$/;"	f
db__driver_list_databases	db/drivers/odbc/listdb.c	/^int db__driver_list_databases(dbpath, npaths, dblist, dbcount)$/;"	f
db__driver_list_databases	db/drivers/postgres/listdb.c	/^int db__driver_list_databases(dbString * dbpath, int npaths,$/;"	f
db__driver_list_databases	lib/db/stubs/listdb.c	/^db__driver_list_databases(dbString * path, int npaths, dbHandle ** handles,$/;"	f
db__driver_list_indexes	lib/db/stubs/list_index.c	/^db__driver_list_indexes(dbString * tableName, dbIndex ** indexes, int *count)$/;"	f
db__driver_list_tables	db/drivers/dbf/listtab.c	/^int db__driver_list_tables(dbString ** tlist, int *tcount, int system)$/;"	f
db__driver_list_tables	db/drivers/mysql/listtab.c	/^int db__driver_list_tables(dbString ** tlist, int *tcount, int system)$/;"	f
db__driver_list_tables	db/drivers/odbc/listtab.c	/^int db__driver_list_tables(tlist, tcount, system)$/;"	f
db__driver_list_tables	db/drivers/ogr/listtab.c	/^int db__driver_list_tables(dbString ** tlist, int *tcount, int system)$/;"	f
db__driver_list_tables	db/drivers/postgres/listtab.c	/^int db__driver_list_tables(dbString ** tlist, int *tcount, int system)$/;"	f
db__driver_list_tables	db/drivers/sqlite/listtab.c	/^int db__driver_list_tables(dbString ** tlist, int *tcount, int system)$/;"	f
db__driver_list_tables	lib/db/stubs/list_tables.c	/^int db__driver_list_tables(dbString ** names, int *count, int system)$/;"	f
db__driver_open_database	db/drivers/dbf/db.c	/^int db__driver_open_database(dbHandle * handle)$/;"	f
db__driver_open_database	db/drivers/mysql/db.c	/^int db__driver_open_database(dbHandle * handle)$/;"	f
db__driver_open_database	db/drivers/odbc/db.c	/^int db__driver_open_database(dbHandle * handle)$/;"	f
db__driver_open_database	db/drivers/ogr/db.c	/^int db__driver_open_database(dbHandle * handle)$/;"	f
db__driver_open_database	db/drivers/postgres/db.c	/^int db__driver_open_database(dbHandle * handle)$/;"	f
db__driver_open_database	db/drivers/sqlite/db.c	/^int db__driver_open_database(dbHandle * handle)$/;"	f
db__driver_open_database	lib/db/stubs/opendb.c	/^int db__driver_open_database(dbHandle * handle)$/;"	f
db__driver_open_insert_cursor	lib/db/stubs/open_insert.c	/^int db__driver_open_insert_cursor(dbCursor * cursor)$/;"	f
db__driver_open_select_cursor	db/drivers/dbf/select.c	/^int db__driver_open_select_cursor(dbString * sel, dbCursor * dbc, int mode)$/;"	f
db__driver_open_select_cursor	db/drivers/mysql/select.c	/^int db__driver_open_select_cursor(dbString * sel, dbCursor * dbc, int mode)$/;"	f
db__driver_open_select_cursor	db/drivers/odbc/select.c	/^int db__driver_open_select_cursor(sel, dbc, mode)$/;"	f
db__driver_open_select_cursor	db/drivers/ogr/select.c	/^int db__driver_open_select_cursor(dbString * sel, dbCursor * dbc, int mode)$/;"	f
db__driver_open_select_cursor	db/drivers/postgres/select.c	/^int db__driver_open_select_cursor(dbString * sel, dbCursor * dbc, int mode)$/;"	f
db__driver_open_select_cursor	db/drivers/sqlite/select.c	/^int db__driver_open_select_cursor(dbString * sel, dbCursor * dbc, int mode)$/;"	f
db__driver_open_select_cursor	lib/db/stubs/open_select.c	/^db__driver_open_select_cursor(dbString * select, dbCursor * cursor, int *mode)$/;"	f
db__driver_open_update_cursor	lib/db/stubs/open_update.c	/^db__driver_open_update_cursor(dbString * name, dbString * select,$/;"	f
db__driver_update	lib/db/stubs/update.c	/^int db__driver_update(dbCursor * cursor)$/;"	f
db__drop_cursor_from_driver_state	lib/db/dbmi_driver/driver_state.c	/^void db__drop_cursor_from_driver_state(dbCursor * cursor)$/;"	f
db__get_driver_state	lib/db/dbmi_driver/driver_state.c	/^dbDriverState *db__get_driver_state(void)$/;"	f
db__init_driver_state	lib/db/dbmi_driver/driver_state.c	/^void db__init_driver_state(void)$/;"	f
db__mark_database_closed	lib/db/dbmi_driver/driver_state.c	/^void db__mark_database_closed(void)$/;"	f
db__mark_database_open	lib/db/dbmi_driver/driver_state.c	/^void db__mark_database_open(const char *dbname, const char *dbschema)$/;"	f
db__recv	lib/db/dbmi_base/xdr.c	/^int db__recv(void *buf, size_t size)$/;"	f
db__recv_char	lib/db/dbmi_base/xdrchar.c	/^int db__recv_char(char *d)$/;"	f
db__recv_column_default_value	lib/db/dbmi_base/xdrcolumn.c	/^int db__recv_column_default_value(dbColumn * column)$/;"	f
db__recv_column_definition	lib/db/dbmi_base/xdrcolumn.c	/^int db__recv_column_definition(dbColumn * column)$/;"	f
db__recv_column_value	lib/db/dbmi_base/xdrcolumn.c	/^int db__recv_column_value(dbColumn * column)$/;"	f
db__recv_datetime	lib/db/dbmi_base/xdrdatetime.c	/^int db__recv_datetime(dbDateTime * t)$/;"	f
db__recv_double	lib/db/dbmi_base/xdrdouble.c	/^int db__recv_double(double *d)$/;"	f
db__recv_double_array	lib/db/dbmi_base/xdrdouble.c	/^int db__recv_double_array(double **x, int *n)$/;"	f
db__recv_float	lib/db/dbmi_base/xdrfloat.c	/^int db__recv_float(float *d)$/;"	f
db__recv_float_array	lib/db/dbmi_base/xdrfloat.c	/^int db__recv_float_array(float **x, int *n)$/;"	f
db__recv_handle	lib/db/dbmi_base/xdrhandle.c	/^int db__recv_handle(dbHandle * handle)$/;"	f
db__recv_index	lib/db/dbmi_base/xdrindex.c	/^int db__recv_index(dbIndex * index)$/;"	f
db__recv_index_array	lib/db/dbmi_base/xdrindex.c	/^int db__recv_index_array(dbIndex ** list, int *count)$/;"	f
db__recv_int	lib/db/dbmi_base/xdrint.c	/^int db__recv_int(int *n)$/;"	f
db__recv_int_array	lib/db/dbmi_base/xdrint.c	/^int db__recv_int_array(int **x, int *n)$/;"	f
db__recv_procnum	lib/db/dbmi_base/xdrprocedure.c	/^int db__recv_procnum(int *n)$/;"	f
db__recv_return_code	lib/db/dbmi_base/ret_codes.c	/^int db__recv_return_code(int *ret_code)$/;"	f
db__recv_short	lib/db/dbmi_base/xdrshort.c	/^int db__recv_short(short *n)$/;"	f
db__recv_short_array	lib/db/dbmi_base/xdrshort.c	/^int db__recv_short_array(short **x, int *n)$/;"	f
db__recv_string	lib/db/dbmi_base/xdrstring.c	/^int db__recv_string(dbString * x)$/;"	f
db__recv_string_array	lib/db/dbmi_base/xdrstring.c	/^int db__recv_string_array(dbString ** a, int *n)$/;"	f
db__recv_table_data	lib/db/dbmi_base/xdrtable.c	/^int db__recv_table_data(dbTable * table)$/;"	f
db__recv_table_definition	lib/db/dbmi_base/xdrtable.c	/^int db__recv_table_definition(dbTable ** table)$/;"	f
db__recv_token	lib/db/dbmi_base/xdrtoken.c	/^int db__recv_token(dbToken * token)$/;"	f
db__recv_value	lib/db/dbmi_base/xdrvalue.c	/^int db__recv_value(dbValue * value, int Ctype)$/;"	f
db__send	lib/db/dbmi_base/xdr.c	/^int db__send(const void *buf, size_t size)$/;"	f
db__send_Cstring	lib/db/dbmi_base/xdrstring.c	/^int db__send_Cstring(const char *s)$/;"	f
db__send_char	lib/db/dbmi_base/xdrchar.c	/^int db__send_char(int d)$/;"	f
db__send_column_default_value	lib/db/dbmi_base/xdrcolumn.c	/^int db__send_column_default_value(dbColumn * column)$/;"	f
db__send_column_definition	lib/db/dbmi_base/xdrcolumn.c	/^int db__send_column_definition(dbColumn * column)$/;"	f
db__send_column_value	lib/db/dbmi_base/xdrcolumn.c	/^int db__send_column_value(dbColumn * column)$/;"	f
db__send_datetime	lib/db/dbmi_base/xdrdatetime.c	/^int db__send_datetime(dbDateTime * t)$/;"	f
db__send_double	lib/db/dbmi_base/xdrdouble.c	/^int db__send_double(double d)$/;"	f
db__send_double_array	lib/db/dbmi_base/xdrdouble.c	/^int db__send_double_array(const double *x, int n)$/;"	f
db__send_failure	lib/db/dbmi_base/ret_codes.c	/^int db__send_failure()$/;"	f
db__send_float	lib/db/dbmi_base/xdrfloat.c	/^int db__send_float(float d)$/;"	f
db__send_float_array	lib/db/dbmi_base/xdrfloat.c	/^int db__send_float_array(const float *x, int n)$/;"	f
db__send_handle	lib/db/dbmi_base/xdrhandle.c	/^int db__send_handle(dbHandle * handle)$/;"	f
db__send_index	lib/db/dbmi_base/xdrindex.c	/^int db__send_index(dbIndex * index)$/;"	f
db__send_index_array	lib/db/dbmi_base/xdrindex.c	/^int db__send_index_array(dbIndex * list, int count)$/;"	f
db__send_int	lib/db/dbmi_base/xdrint.c	/^int db__send_int(int n)$/;"	f
db__send_int_array	lib/db/dbmi_base/xdrint.c	/^int db__send_int_array(const int *x, int n)$/;"	f
db__send_procedure_not_implemented	lib/db/dbmi_base/xdrprocedure.c	/^int db__send_procedure_not_implemented(int n)$/;"	f
db__send_procedure_ok	lib/db/dbmi_base/xdrprocedure.c	/^int db__send_procedure_ok(int n)$/;"	f
db__send_short	lib/db/dbmi_base/xdrshort.c	/^int db__send_short(int n)$/;"	f
db__send_short_array	lib/db/dbmi_base/xdrshort.c	/^int db__send_short_array(const short *x, int n)$/;"	f
db__send_string	lib/db/dbmi_base/xdrstring.c	/^int db__send_string(dbString * x)$/;"	f
db__send_string_array	lib/db/dbmi_base/xdrstring.c	/^int db__send_string_array(dbString * a, int count)$/;"	f
db__send_success	lib/db/dbmi_base/ret_codes.c	/^int db__send_success()$/;"	f
db__send_table_data	lib/db/dbmi_base/xdrtable.c	/^int db__send_table_data(dbTable * table)$/;"	f
db__send_table_definition	lib/db/dbmi_base/xdrtable.c	/^int db__send_table_definition(dbTable * table)$/;"	f
db__send_token	lib/db/dbmi_base/xdrtoken.c	/^int db__send_token(dbToken * token)$/;"	f
db__send_value	lib/db/dbmi_base/xdrvalue.c	/^int db__send_value(dbValue * value, int Ctype)$/;"	f
db__set_protocol_fds	lib/db/dbmi_base/xdr.c	/^void db__set_protocol_fds(FILE * send, FILE * recv)$/;"	f
db__start_procedure_call	lib/db/dbmi_base/xdrprocedure.c	/^int db__start_procedure_call(int procnum)$/;"	f
db__test_database_open	lib/db/dbmi_driver/driver_state.c	/^int db__test_database_open(void)$/;"	f
db_add_column	lib/db/dbmi_client/c_add_col.c	/^int db_add_column(dbDriver * driver, dbString * tableName, dbColumn * column)$/;"	f
db_alloc_cursor_column_flags	lib/db/dbmi_base/cursor.c	/^int db_alloc_cursor_column_flags(dbCursor * cursor)$/;"	f
db_alloc_cursor_table	lib/db/dbmi_base/cursor.c	/^int db_alloc_cursor_table(dbCursor * cursor, int ncols)$/;"	f
db_alloc_dirent_array	lib/db/dbmi_base/dirent.c	/^dbDirent *db_alloc_dirent_array(int count)$/;"	f
db_alloc_handle_array	lib/db/dbmi_base/handle.c	/^dbHandle *db_alloc_handle_array(int count)$/;"	f
db_alloc_index_array	lib/db/dbmi_base/index.c	/^dbIndex *db_alloc_index_array(int count)$/;"	f
db_alloc_index_columns	lib/db/dbmi_base/index.c	/^int db_alloc_index_columns(dbIndex * index, int ncols)$/;"	f
db_alloc_string_array	lib/db/dbmi_base/string.c	/^dbString *db_alloc_string_array(int count)$/;"	f
db_alloc_table	lib/db/dbmi_base/table.c	/^dbTable *db_alloc_table(int ncols)$/;"	f
db_append_string	lib/db/dbmi_base/string.c	/^int db_append_string(dbString * x, const char *s)$/;"	f
db_auto_print_errors	lib/db/dbmi_base/error.c	/^void db_auto_print_errors(int flag)$/;"	f
db_auto_print_protocol_errors	lib/db/dbmi_base/error.c	/^void db_auto_print_protocol_errors(int flag)$/;"	f
db_begin_transaction	lib/db/dbmi_client/c_execute.c	/^int db_begin_transaction(dbDriver * driver)$/;"	f
db_bind_update	lib/db/dbmi_client/c_bindupdate.c	/^int db_bind_update(dbCursor * cursor)$/;"	f
db_calloc	lib/db/dbmi_base/alloc.c	/^void *db_calloc(int n, int m)$/;"	f
db_char_to_lowercase	lib/db/dbmi_base/case.c	/^void db_char_to_lowercase(char *s)$/;"	f
db_char_to_uppercase	lib/db/dbmi_base/case.c	/^void db_char_to_uppercase(char *s)$/;"	f
db_clear_error	lib/db/dbmi_base/error.c	/^void db_clear_error(void)$/;"	f
db_close_cursor	lib/db/dbmi_client/c_close_cur.c	/^int db_close_cursor(dbCursor * cursor)$/;"	f
db_close_database	lib/db/dbmi_client/c_closedb.c	/^int db_close_database(dbDriver * driver)$/;"	f
db_close_database_shutdown_driver	lib/db/dbmi_client/db.c	/^int db_close_database_shutdown_driver(dbDriver * driver)$/;"	f
db_column_Ctype	lib/db/dbmi_client/column.c	/^int db_column_Ctype(dbDriver * driver, const char *tab, const char *col)$/;"	f
db_column_sqltype	lib/db/dbmi_client/column.c	/^int db_column_sqltype(dbDriver * driver, const char *tab, const char *col)$/;"	f
db_commit_transaction	lib/db/dbmi_client/c_execute.c	/^int db_commit_transaction(dbDriver * driver)$/;"	f
db_connection	lib/python/db.py	/^def db_connection():$/;"	f
db_convert_Cstring_to_column_default_value	lib/db/dbmi_base/columnfmt.c	/^db_convert_Cstring_to_column_default_value(const char *Cstring,$/;"	f
db_convert_Cstring_to_column_value	lib/db/dbmi_base/columnfmt.c	/^int db_convert_Cstring_to_column_value(const char *Cstring, dbColumn * column)$/;"	f
db_convert_Cstring_to_value	lib/db/dbmi_base/valuefmt.c	/^db_convert_Cstring_to_value(const char *Cstring, int sqltype, dbValue * value)$/;"	f
db_convert_Cstring_to_value_datetime	lib/db/dbmi_base/datetime.c	/^int db_convert_Cstring_to_value_datetime(const char *buf, int sqltype,$/;"	f
db_convert_column_default_value_to_string	lib/db/dbmi_base/columnfmt.c	/^db_convert_column_default_value_to_string(dbColumn * column,$/;"	f
db_convert_column_value_to_string	lib/db/dbmi_base/columnfmt.c	/^int db_convert_column_value_to_string(dbColumn * column, dbString * string)$/;"	f
db_convert_value_datetime_into_string	lib/db/dbmi_base/datetime.c	/^int db_convert_value_datetime_into_string(dbValue * value, int sqltype,$/;"	f
db_convert_value_to_string	lib/db/dbmi_base/valuefmt.c	/^db_convert_value_to_string(dbValue * value, int sqltype, dbString * string)$/;"	f
db_copy_dbmscap_entry	lib/db/dbmi_base/dbmscap.c	/^void db_copy_dbmscap_entry(dbDbmscap * dst, dbDbmscap * src)$/;"	f
db_copy_string	lib/db/dbmi_base/string.c	/^int db_copy_string(dbString * dst, dbString * src)$/;"	f
db_copy_table	lib/db/dbmi_client/copy_tab.c	/^int db_copy_table(const char *from_drvname, const char *from_dbname,$/;"	f
db_copy_table_by_ints	lib/db/dbmi_client/copy_tab.c	/^int db_copy_table_by_ints(const char *from_drvname, const char *from_dbname,$/;"	f
db_copy_table_select	lib/db/dbmi_client/copy_tab.c	/^int db_copy_table_select(const char *from_drvname, const char *from_dbname,$/;"	f
db_copy_table_where	lib/db/dbmi_client/copy_tab.c	/^int db_copy_table_where(const char *from_drvname, const char *from_dbname,$/;"	f
db_copy_value	lib/db/dbmi_base/value.c	/^void db_copy_value(dbValue * dst, dbValue * src)$/;"	f
db_create_database	lib/db/dbmi_client/c_createdb.c	/^int db_create_database(dbDriver * driver, dbHandle * handle)$/;"	f
db_create_index	lib/db/dbmi_client/c_create_idx.c	/^int db_create_index(dbDriver * driver, dbIndex * index)$/;"	f
db_create_index2	lib/db/dbmi_client/c_create_idx.c	/^int db_create_index2(dbDriver * driver, const char *table_name,$/;"	f
db_create_table	lib/db/dbmi_client/c_create_tab.c	/^int db_create_table(dbDriver * driver, dbTable * table)$/;"	f
db_d_add_column	lib/db/dbmi_driver/d_add_col.c	/^int db_d_add_column(void)$/;"	f
db_d_begin_transaction	lib/db/dbmi_driver/d_execute.c	/^int db_d_begin_transaction(void)$/;"	f
db_d_bind_update	lib/db/dbmi_driver/d_bindupdate.c	/^int db_d_bind_update()$/;"	f
db_d_close_cursor	lib/db/dbmi_driver/d_close_cur.c	/^int db_d_close_cursor(void)$/;"	f
db_d_close_database	lib/db/dbmi_driver/d_closedb.c	/^int db_d_close_database(void)$/;"	f
db_d_commit_transaction	lib/db/dbmi_driver/d_execute.c	/^int db_d_commit_transaction()$/;"	f
db_d_create_database	lib/db/dbmi_driver/d_createdb.c	/^int db_d_create_database(void)$/;"	f
db_d_create_index	lib/db/dbmi_driver/d_create_idx.c	/^int db_d_create_index(void)$/;"	f
db_d_create_table	lib/db/dbmi_driver/d_create_tab.c	/^int db_d_create_table(void)$/;"	f
db_d_delete	lib/db/dbmi_driver/d_delete.c	/^int db_d_delete(void)$/;"	f
db_d_delete_database	lib/db/dbmi_driver/d_deletedb.c	/^int db_d_delete_database(void)$/;"	f
db_d_describe_table	lib/db/dbmi_driver/d_desc_table.c	/^int db_d_describe_table(void)$/;"	f
db_d_drop_column	lib/db/dbmi_driver/d_drop_col.c	/^int db_d_drop_column(void)$/;"	f
db_d_drop_index	lib/db/dbmi_driver/d_drop_index.c	/^int db_d_drop_index(void)$/;"	f
db_d_drop_table	lib/db/dbmi_driver/d_drop_tab.c	/^int db_d_drop_table(void)$/;"	f
db_d_execute_immediate	lib/db/dbmi_driver/d_execute.c	/^int db_d_execute_immediate(void)$/;"	f
db_d_fetch	lib/db/dbmi_driver/d_fetch.c	/^int db_d_fetch(void)$/;"	f
db_d_find_database	lib/db/dbmi_driver/d_finddb.c	/^int db_d_find_database(void)$/;"	f
db_d_get_num_rows	lib/db/dbmi_driver/d_rows.c	/^int db_d_get_num_rows(void)$/;"	f
db_d_grant_on_table	lib/db/dbmi_driver/d_priv.c	/^int db_d_grant_on_table(void)$/;"	f
db_d_insert	lib/db/dbmi_driver/d_insert.c	/^int db_d_insert(void)$/;"	f
db_d_list_databases	lib/db/dbmi_driver/d_listdb.c	/^int db_d_list_databases(void)$/;"	f
db_d_list_indexes	lib/db/dbmi_driver/d_list_idx.c	/^int db_d_list_indexes(void)$/;"	f
db_d_list_tables	lib/db/dbmi_driver/d_list_tabs.c	/^int db_d_list_tables(void)$/;"	f
db_d_open_database	lib/db/dbmi_driver/d_opendb.c	/^int db_d_open_database(void)$/;"	f
db_d_open_insert_cursor	lib/db/dbmi_driver/d_openinsert.c	/^int db_d_open_insert_cursor(void)$/;"	f
db_d_open_select_cursor	lib/db/dbmi_driver/d_openselect.c	/^int db_d_open_select_cursor(void)$/;"	f
db_d_open_update_cursor	lib/db/dbmi_driver/d_openupdate.c	/^int db_d_open_update_cursor(void)$/;"	f
db_d_update	lib/db/dbmi_driver/d_update.c	/^int db_d_update(void)$/;"	f
db_d_version	lib/db/dbmi_driver/d_version.c	/^int db_d_version(void)$/;"	f
db_dbmscap_filename	lib/db/dbmi_base/dbmscap.c	/^const char *db_dbmscap_filename(void)$/;"	f
db_debug	lib/db/dbmi_base/error.c	/^void db_debug(const char *s)$/;"	f
db_debug_off	lib/db/dbmi_base/error.c	/^void db_debug_off(void)$/;"	f
db_debug_on	lib/db/dbmi_base/error.c	/^void db_debug_on(void)$/;"	f
db_delete	lib/db/dbmi_client/c_delete.c	/^int db_delete(dbCursor * cursor)$/;"	f
db_delete_database	lib/db/dbmi_client/c_deletedb.c	/^int db_delete_database(dbDriver * driver, dbHandle * handle)$/;"	f
db_delete_table	lib/db/dbmi_client/delete_tab.c	/^int db_delete_table(const char *drvname, const char *dbname, const char *tblname)$/;"	f
db_describe	lib/python/db.py	/^def db_describe(table, **args):$/;"	f
db_describe_table	lib/db/dbmi_client/c_desc_table.c	/^int db_describe_table(dbDriver * driver, dbString * name, dbTable ** table)$/;"	f
db_dirent	lib/db/dbmi_base/dirent.c	/^dbDirent *db_dirent(const char *dirname, int *n)$/;"	f
db_double_quote_string	lib/db/dbmi_base/string.c	/^void db_double_quote_string(dbString * src)$/;"	f
db_driver	lib/db/dbmi_driver/driver.c	/^int db_driver(int argc, char *argv[])$/;"	f
db_driver_add_column	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_add_column) () = db__driver_add_column;$/;"	v
db_driver_begin_transaction	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_begin_transaction) () = db__driver_begin_transaction;$/;"	v
db_driver_bind_update	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_bind_update) () = db__driver_bind_update;$/;"	v
db_driver_close_cursor	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_close_cursor) () = db__driver_close_cursor;$/;"	v
db_driver_close_database	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_close_database) () = db__driver_close_database;$/;"	v
db_driver_commit_transaction	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_commit_transaction) () = db__driver_commit_transaction;$/;"	v
db_driver_create_database	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_create_database) () = db__driver_create_database;$/;"	v
db_driver_create_index	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_create_index) () = db__driver_create_index;$/;"	v
db_driver_create_table	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_create_table) () = db__driver_create_table;$/;"	v
db_driver_delete	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_delete) () = db__driver_delete;$/;"	v
db_driver_delete_database	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_delete_database) () = db__driver_delete_database;$/;"	v
db_driver_describe_table	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_describe_table) () = db__driver_describe_table;$/;"	v
db_driver_drop_column	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_drop_column) () = db__driver_drop_column;$/;"	v
db_driver_drop_index	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_drop_index) () = db__driver_drop_index;$/;"	v
db_driver_drop_table	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_drop_table) () = db__driver_drop_table;$/;"	v
db_driver_execute_immediate	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_execute_immediate) () = db__driver_execute_immediate;$/;"	v
db_driver_fetch	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_fetch) () = db__driver_fetch;$/;"	v
db_driver_find_database	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_find_database) () = db__driver_find_database;$/;"	v
db_driver_finish	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_finish) () = db__driver_finish;$/;"	v
db_driver_get_num_rows	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_get_num_rows) () = db__driver_get_num_rows;$/;"	v
db_driver_grant_on_table	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_grant_on_table) () = db__driver_grant_on_table;$/;"	v
db_driver_init	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_init) () = db__driver_init;$/;"	v
db_driver_insert	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_insert) () = db__driver_insert;$/;"	v
db_driver_list_databases	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_list_databases) () = db__driver_list_databases;$/;"	v
db_driver_list_indexes	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_list_indexes) () = db__driver_list_indexes;$/;"	v
db_driver_list_tables	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_list_tables) () = db__driver_list_tables;$/;"	v
db_driver_mkdir	lib/db/dbmi_driver/d_mkdir.c	/^int db_driver_mkdir(const char *path, int mode, int parentdirs)$/;"	f
db_driver_open_database	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_open_database) () = db__driver_open_database;$/;"	v
db_driver_open_insert_cursor	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_open_insert_cursor) () = db__driver_open_insert_cursor;$/;"	v
db_driver_open_select_cursor	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_open_select_cursor) () = db__driver_open_select_cursor;$/;"	v
db_driver_open_update_cursor	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_open_update_cursor) () = db__driver_open_update_cursor;$/;"	v
db_driver_update	lib/db/dbmi_driver/dbstubs.h	/^int (*db_driver_update) () = db__driver_update;$/;"	v
db_drop_column	lib/db/dbmi_client/c_drop_col.c	/^int db_drop_column(dbDriver * driver, dbString * tableName, dbString * columnName)$/;"	f
db_drop_index	lib/db/dbmi_client/c_drop_index.c	/^int db_drop_index(dbDriver * driver, dbString * name)$/;"	f
db_drop_table	lib/db/dbmi_client/c_drop_tab.c	/^int db_drop_table(dbDriver * driver, dbString * name)$/;"	f
db_drop_token	lib/db/dbmi_base/token.c	/^void db_drop_token(dbToken token)$/;"	f
db_enlarge_string	lib/db/dbmi_base/string.c	/^int db_enlarge_string(dbString * x, int len)$/;"	f
db_error	lib/db/dbmi_base/error.c	/^void db_error(const char *s)$/;"	f
db_execute_immediate	lib/db/dbmi_client/c_execute.c	/^int db_execute_immediate(dbDriver * driver, dbString * SQLstatement)$/;"	f
db_fetch	lib/db/dbmi_client/c_fetch.c	/^int db_fetch(dbCursor * cursor, int position, int *more)$/;"	f
db_find_database	lib/db/dbmi_client/c_finddb.c	/^int db_find_database(dbDriver * driver, dbHandle * handle, int *found)$/;"	f
db_find_token	lib/db/dbmi_base/token.c	/^dbAddress db_find_token(dbToken token)$/;"	f
db_free_column	lib/db/dbmi_base/column.c	/^void db_free_column(dbColumn * column)$/;"	f
db_free_cursor	lib/db/dbmi_base/cursor.c	/^void db_free_cursor(dbCursor * cursor)$/;"	f
db_free_cursor_column_flags	lib/db/dbmi_base/cursor.c	/^void db_free_cursor_column_flags(dbCursor * cursor)$/;"	f
db_free_dbmscap	lib/db/dbmi_base/dbmscap.c	/^void db_free_dbmscap(dbDbmscap * list)$/;"	f
db_free_dirent_array	lib/db/dbmi_base/dirent.c	/^void db_free_dirent_array(dbDirent * dirent, int count)$/;"	f
db_free_handle	lib/db/dbmi_base/handle.c	/^void db_free_handle(dbHandle * handle)$/;"	f
db_free_handle_array	lib/db/dbmi_base/handle.c	/^void db_free_handle_array(dbHandle * handle, int count)$/;"	f
db_free_index	lib/db/dbmi_base/index.c	/^void db_free_index(dbIndex * index)$/;"	f
db_free_index_array	lib/db/dbmi_base/index.c	/^void db_free_index_array(dbIndex * list, int count)$/;"	f
db_free_string	lib/db/dbmi_base/string.c	/^void db_free_string(dbString * x)$/;"	f
db_free_string_array	lib/db/dbmi_base/string.c	/^void db_free_string_array(dbString * a, int n)$/;"	f
db_free_table	lib/db/dbmi_base/table.c	/^void db_free_table(dbTable * table)$/;"	f
db_get_column	lib/db/dbmi_client/column.c	/^int db_get_column(dbDriver * Driver, const char *tname, const char *cname,$/;"	f
db_get_column_default_value	lib/db/dbmi_base/column.c	/^dbValue *db_get_column_default_value(dbColumn * column)$/;"	f
db_get_column_description	lib/db/dbmi_base/column.c	/^const char *db_get_column_description(dbColumn * column)$/;"	f
db_get_column_host_type	lib/db/dbmi_base/column.c	/^int db_get_column_host_type(dbColumn * column)$/;"	f
db_get_column_length	lib/db/dbmi_base/column.c	/^int db_get_column_length(dbColumn * column)$/;"	f
db_get_column_name	lib/db/dbmi_base/column.c	/^const char *db_get_column_name(dbColumn * column)$/;"	f
db_get_column_precision	lib/db/dbmi_base/column.c	/^int db_get_column_precision(dbColumn * column)$/;"	f
db_get_column_scale	lib/db/dbmi_base/column.c	/^int db_get_column_scale(dbColumn * column)$/;"	f
db_get_column_select_priv	lib/db/dbmi_base/column.c	/^int db_get_column_select_priv(dbColumn * column)$/;"	f
db_get_column_sqltype	lib/db/dbmi_base/column.c	/^int db_get_column_sqltype(dbColumn * column)$/;"	f
db_get_column_update_priv	lib/db/dbmi_base/column.c	/^int db_get_column_update_priv(dbColumn * column)$/;"	f
db_get_column_value	lib/db/dbmi_base/column.c	/^dbValue *db_get_column_value(dbColumn * column)$/;"	f
db_get_connection	lib/db/dbmi_base/connect.c	/^int db_get_connection(dbConnection * connection)$/;"	f
db_get_cursor_number_of_columns	lib/db/dbmi_base/cursor.c	/^int db_get_cursor_number_of_columns(dbCursor * cursor)$/;"	f
db_get_cursor_table	lib/db/dbmi_base/cursor.c	/^dbTable *db_get_cursor_table(dbCursor * cursor)$/;"	f
db_get_cursor_token	lib/db/dbmi_base/cursor.c	/^dbToken db_get_cursor_token(dbCursor * cursor)$/;"	f
db_get_default_database_name	lib/db/dbmi_base/default_name.c	/^const char *db_get_default_database_name(void)$/;"	f
db_get_default_driver_name	lib/db/dbmi_base/default_name.c	/^const char *db_get_default_driver_name(void)$/;"	f
db_get_default_group_name	lib/db/dbmi_base/default_name.c	/^const char *db_get_default_group_name(void)$/;"	f
db_get_default_schema_name	lib/db/dbmi_base/default_name.c	/^const char *db_get_default_schema_name(void)$/;"	f
db_get_error_code	lib/db/dbmi_base/error.c	/^int db_get_error_code(void)$/;"	f
db_get_error_msg	lib/db/dbmi_base/error.c	/^const char *db_get_error_msg(void)$/;"	f
db_get_error_who	lib/db/dbmi_base/error.c	/^const char *db_get_error_who(void)$/;"	f
db_get_handle_dbname	lib/db/dbmi_base/handle.c	/^const char *db_get_handle_dbname(dbHandle * handle)$/;"	f
db_get_handle_dbschema	lib/db/dbmi_base/handle.c	/^const char *db_get_handle_dbschema(dbHandle * handle)$/;"	f
db_get_index_column_name	lib/db/dbmi_base/index.c	/^const char *db_get_index_column_name(dbIndex * index, int column_num)$/;"	f
db_get_index_name	lib/db/dbmi_base/index.c	/^const char *db_get_index_name(dbIndex * index)$/;"	f
db_get_index_number_of_columns	lib/db/dbmi_base/index.c	/^int db_get_index_number_of_columns(dbIndex * index)$/;"	f
db_get_index_table_name	lib/db/dbmi_base/index.c	/^const char *db_get_index_table_name(dbIndex * index)$/;"	f
db_get_login	lib/db/dbmi_base/login.c	/^db_get_login(const char *driver, const char *database, const char **user,$/;"	f
db_get_num_rows	lib/db/dbmi_client/c_rows.c	/^int db_get_num_rows(dbCursor * cursor)$/;"	f
db_get_string	lib/db/dbmi_base/string.c	/^char *db_get_string(dbString * x)$/;"	f
db_get_table_column	lib/db/dbmi_base/column.c	/^dbColumn *db_get_table_column(dbTable * table, int n)$/;"	f
db_get_table_delete_priv	lib/db/dbmi_base/table.c	/^int db_get_table_delete_priv(dbTable * table)$/;"	f
db_get_table_description	lib/db/dbmi_base/table.c	/^const char *db_get_table_description(dbTable * table)$/;"	f
db_get_table_insert_priv	lib/db/dbmi_base/table.c	/^int db_get_table_insert_priv(dbTable * table)$/;"	f
db_get_table_name	lib/db/dbmi_base/table.c	/^const char *db_get_table_name(dbTable * table)$/;"	f
db_get_table_number_of_columns	lib/db/dbmi_base/table.c	/^int db_get_table_number_of_columns(dbTable * table)$/;"	f
db_get_table_number_of_rows	lib/db/dbmi_client/table.c	/^int db_get_table_number_of_rows(dbDriver * driver, dbString * sql)$/;"	f
db_get_table_select_priv	lib/db/dbmi_base/table.c	/^int db_get_table_select_priv(dbTable * table)$/;"	f
db_get_table_update_priv	lib/db/dbmi_base/table.c	/^int db_get_table_update_priv(dbTable * table)$/;"	f
db_get_value_as_double	lib/db/dbmi_base/value.c	/^double db_get_value_as_double(dbValue * value, int ctype)$/;"	f
db_get_value_day	lib/db/dbmi_base/value.c	/^int db_get_value_day(dbValue * value)$/;"	f
db_get_value_double	lib/db/dbmi_base/value.c	/^double db_get_value_double(dbValue * value)$/;"	f
db_get_value_hour	lib/db/dbmi_base/value.c	/^int db_get_value_hour(dbValue * value)$/;"	f
db_get_value_int	lib/db/dbmi_base/value.c	/^int db_get_value_int(dbValue * value)$/;"	f
db_get_value_minute	lib/db/dbmi_base/value.c	/^int db_get_value_minute(dbValue * value)$/;"	f
db_get_value_month	lib/db/dbmi_base/value.c	/^int db_get_value_month(dbValue * value)$/;"	f
db_get_value_seconds	lib/db/dbmi_base/value.c	/^double db_get_value_seconds(dbValue * value)$/;"	f
db_get_value_string	lib/db/dbmi_base/value.c	/^const char *db_get_value_string(dbValue * value)$/;"	f
db_get_value_year	lib/db/dbmi_base/value.c	/^int db_get_value_year(dbValue * value)$/;"	f
db_grant_on_table	lib/db/dbmi_client/c_priv.c	/^int db_grant_on_table(dbDriver * driver, const char *tableName, int priv, int to)$/;"	f
db_gversion	lib/db/dbmi_client/c_version.c	/^int db_gversion(dbDriver * driver, dbString * client_version,$/;"	f
db_has_dbms	lib/db/dbmi_base/dbmscap.c	/^int db_has_dbms(void)$/;"	f
db_init_column	lib/db/dbmi_base/column.c	/^void db_init_column(dbColumn * column)$/;"	f
db_init_cursor	lib/db/dbmi_base/cursor.c	/^void db_init_cursor(dbCursor * cursor)$/;"	f
db_init_handle	lib/db/dbmi_base/handle.c	/^void db_init_handle(dbHandle * handle)$/;"	f
db_init_index	lib/db/dbmi_base/index.c	/^void db_init_index(dbIndex * index)$/;"	f
db_init_string	lib/db/dbmi_base/string.c	/^void db_init_string(dbString * x)$/;"	f
db_init_table	lib/db/dbmi_base/table.c	/^void db_init_table(dbTable * table)$/;"	f
db_insert	lib/db/dbmi_client/c_insert.c	/^int db_insert(dbCursor * cursor)$/;"	f
db_interval_range	lib/db/dbmi_base/interval.c	/^void db_interval_range(int sqltype, int *from, int *to)$/;"	f
db_isdir	lib/db/dbmi_base/isdir.c	/^int db_isdir(const char *path)$/;"	f
db_legal_tablename	lib/db/dbmi_base/legal_dbname.c	/^int db_legal_tablename(const char *s)$/;"	f
db_list_databases	lib/db/dbmi_client/c_listdb.c	/^int db_list_databases(dbDriver * driver, dbString * path, int npaths,$/;"	f
db_list_drivers	lib/db/dbmi_client/c_list_drivers.c	/^const char *db_list_drivers(void)$/;"	f
db_list_indexes	lib/db/dbmi_client/c_list_idx.c	/^int db_list_indexes(dbDriver * driver, dbString * table_name, dbIndex ** list,$/;"	f
db_list_tables	lib/db/dbmi_client/c_list_tabs.c	/^int db_list_tables(dbDriver * driver, dbString ** names, int *count, int system)$/;"	f
db_malloc	lib/db/dbmi_base/alloc.c	/^void *db_malloc(int n)$/;"	f
db_memory_error	lib/db/dbmi_base/error.c	/^void db_memory_error(void)$/;"	f
db_new_token	lib/db/dbmi_base/token.c	/^dbToken db_new_token(dbAddress address)$/;"	f
db_nocase_compare	lib/db/dbmi_base/case.c	/^int db_nocase_compare(const char *a, const char *b)$/;"	f
db_noproc_error	lib/db/dbmi_base/error.c	/^void db_noproc_error(procnum)$/;"	f
db_on_error	lib/db/dbmi_base/error.c	/^void db_on_error(void (*f) (const char *))$/;"	f
db_open_database	lib/db/dbmi_client/c_opendb.c	/^int db_open_database(dbDriver * driver, dbHandle * handle)$/;"	f
db_open_insert_cursor	lib/db/dbmi_client/c_openinsert.c	/^int db_open_insert_cursor(dbDriver * driver, dbCursor * cursor)$/;"	f
db_open_select_cursor	lib/db/dbmi_client/c_openselect.c	/^int db_open_select_cursor(dbDriver * driver, dbString * select, dbCursor * cursor,$/;"	f
db_open_update_cursor	lib/db/dbmi_client/c_openupdate.c	/^int db_open_update_cursor(dbDriver * driver, dbString * table_name,$/;"	f
db_print_column_definition	lib/db/dbmi_client/printtab.c	/^void db_print_column_definition(FILE * fd, dbColumn * column)$/;"	f
db_print_error	lib/db/dbmi_base/error.c	/^void db_print_error(void)$/;"	f
db_print_index	lib/db/dbmi_base/index.c	/^void db_print_index(FILE * fd, dbIndex * index)$/;"	f
db_print_table_definition	lib/db/dbmi_client/printtab.c	/^void db_print_table_definition(FILE * fd, dbTable * table)$/;"	f
db_procedure_not_implemented	lib/db/dbmi_base/error.c	/^void db_procedure_not_implemented(const char *name)$/;"	f
db_protocol_error	lib/db/dbmi_base/error.c	/^void db_protocol_error(void)$/;"	f
db_read_dbmscap	lib/db/dbmi_base/dbmscap.c	/^dbDbmscap *db_read_dbmscap(void)$/;"	f
db_realloc	lib/db/dbmi_base/alloc.c	/^void *db_realloc(void *s, int n)$/;"	f
db_select_CatValArray	lib/db/dbmi_client/select.c	/^int db_select_CatValArray(dbDriver * driver, const char *tab, const char *key,$/;"	f
db_select_int	lib/db/dbmi_client/select.c	/^int db_select_int(dbDriver * driver, const char *tab, const char *col,$/;"	f
db_select_value	lib/db/dbmi_client/select.c	/^int db_select_value(dbDriver * driver, const char *tab, const char *key,$/;"	f
db_set_column_description	lib/db/dbmi_base/column.c	/^int db_set_column_description(dbColumn * column, const char *description)$/;"	f
db_set_column_has_defined_default_value	lib/db/dbmi_base/column.c	/^void db_set_column_has_defined_default_value(dbColumn * column)$/;"	f
db_set_column_has_undefined_default_value	lib/db/dbmi_base/column.c	/^void db_set_column_has_undefined_default_value(dbColumn * column)$/;"	f
db_set_column_host_type	lib/db/dbmi_base/column.c	/^void db_set_column_host_type(dbColumn * column, int type)$/;"	f
db_set_column_length	lib/db/dbmi_base/column.c	/^void db_set_column_length(dbColumn * column, int length)$/;"	f
db_set_column_name	lib/db/dbmi_base/column.c	/^int db_set_column_name(dbColumn * column, const char *name)$/;"	f
db_set_column_null_allowed	lib/db/dbmi_base/column.c	/^void db_set_column_null_allowed(dbColumn * column)$/;"	f
db_set_column_precision	lib/db/dbmi_base/column.c	/^void db_set_column_precision(dbColumn * column, int precision)$/;"	f
db_set_column_scale	lib/db/dbmi_base/column.c	/^void db_set_column_scale(dbColumn * column, int scale)$/;"	f
db_set_column_select_priv_granted	lib/db/dbmi_base/column.c	/^void db_set_column_select_priv_granted(dbColumn * column)$/;"	f
db_set_column_select_priv_not_granted	lib/db/dbmi_base/column.c	/^void db_set_column_select_priv_not_granted(dbColumn * column)$/;"	f
db_set_column_sqltype	lib/db/dbmi_base/column.c	/^void db_set_column_sqltype(dbColumn * column, int sqltype)$/;"	f
db_set_column_update_priv_granted	lib/db/dbmi_base/column.c	/^void db_set_column_update_priv_granted(dbColumn * column)$/;"	f
db_set_column_update_priv_not_granted	lib/db/dbmi_base/column.c	/^void db_set_column_update_priv_not_granted(dbColumn * column)$/;"	f
db_set_column_use_default_value	lib/db/dbmi_base/column.c	/^void db_set_column_use_default_value(dbColumn * column)$/;"	f
db_set_connection	lib/db/dbmi_base/connect.c	/^int db_set_connection(dbConnection * connection)$/;"	f
db_set_cursor_column_flag	lib/db/dbmi_base/cursor.c	/^void db_set_cursor_column_flag(dbCursor * cursor, int col)$/;"	f
db_set_cursor_column_for_update	lib/db/dbmi_base/cursor.c	/^void db_set_cursor_column_for_update(dbCursor * cursor, int col)$/;"	f
db_set_cursor_mode	lib/db/dbmi_base/cursor.c	/^void db_set_cursor_mode(dbCursor * cursor, int mode)$/;"	f
db_set_cursor_mode_insensitive	lib/db/dbmi_base/cursor.c	/^void db_set_cursor_mode_insensitive(dbCursor * cursor)$/;"	f
db_set_cursor_mode_scroll	lib/db/dbmi_base/cursor.c	/^void db_set_cursor_mode_scroll(dbCursor * cursor)$/;"	f
db_set_cursor_table	lib/db/dbmi_base/cursor.c	/^void db_set_cursor_table(dbCursor * cursor, dbTable * table)$/;"	f
db_set_cursor_token	lib/db/dbmi_base/cursor.c	/^void db_set_cursor_token(dbCursor * cursor, dbToken token)$/;"	f
db_set_cursor_type_insert	lib/db/dbmi_base/cursor.c	/^void db_set_cursor_type_insert(dbCursor * cursor)$/;"	f
db_set_cursor_type_readonly	lib/db/dbmi_base/cursor.c	/^void db_set_cursor_type_readonly(dbCursor * cursor)$/;"	f
db_set_cursor_type_update	lib/db/dbmi_base/cursor.c	/^void db_set_cursor_type_update(dbCursor * cursor)$/;"	f
db_set_default_connection	lib/db/dbmi_base/default_name.c	/^int db_set_default_connection(void)$/;"	f
db_set_error_who	lib/db/dbmi_base/error.c	/^void db_set_error_who(const char *me)$/;"	f
db_set_handle	lib/db/dbmi_base/handle.c	/^int db_set_handle(dbHandle * handle, const char *dbName, const char *dbSchema)$/;"	f
db_set_index_column_name	lib/db/dbmi_base/index.c	/^db_set_index_column_name(dbIndex * index, int column_num, const char *name)$/;"	f
db_set_index_name	lib/db/dbmi_base/index.c	/^int db_set_index_name(dbIndex * index, const char *name)$/;"	f
db_set_index_table_name	lib/db/dbmi_base/index.c	/^int db_set_index_table_name(dbIndex * index, const char *name)$/;"	f
db_set_index_type_non_unique	lib/db/dbmi_base/index.c	/^int db_set_index_type_non_unique(dbIndex * index)$/;"	f
db_set_index_type_unique	lib/db/dbmi_base/index.c	/^int db_set_index_type_unique(dbIndex * index)$/;"	f
db_set_login	lib/db/dbmi_base/login.c	/^db_set_login(const char *driver, const char *database, const char *user,$/;"	f
db_set_string	lib/db/dbmi_base/string.c	/^int db_set_string(dbString * x, const char *s)$/;"	f
db_set_string_no_copy	lib/db/dbmi_base/string.c	/^int db_set_string_no_copy(dbString * x, char *s)$/;"	f
db_set_table_delete_priv_granted	lib/db/dbmi_base/table.c	/^void db_set_table_delete_priv_granted(dbTable * table)$/;"	f
db_set_table_delete_priv_not_granted	lib/db/dbmi_base/table.c	/^void db_set_table_delete_priv_not_granted(dbTable * table)$/;"	f
db_set_table_description	lib/db/dbmi_base/table.c	/^int db_set_table_description(dbTable * table, const char *description)$/;"	f
db_set_table_insert_priv_granted	lib/db/dbmi_base/table.c	/^void db_set_table_insert_priv_granted(dbTable * table)$/;"	f
db_set_table_insert_priv_not_granted	lib/db/dbmi_base/table.c	/^void db_set_table_insert_priv_not_granted(dbTable * table)$/;"	f
db_set_table_name	lib/db/dbmi_base/table.c	/^int db_set_table_name(dbTable * table, const char *name)$/;"	f
db_set_table_select_priv_granted	lib/db/dbmi_base/table.c	/^void db_set_table_select_priv_granted(dbTable * table)$/;"	f
db_set_table_select_priv_not_granted	lib/db/dbmi_base/table.c	/^void db_set_table_select_priv_not_granted(dbTable * table)$/;"	f
db_set_table_update_priv_granted	lib/db/dbmi_base/table.c	/^void db_set_table_update_priv_granted(dbTable * table)$/;"	f
db_set_table_update_priv_not_granted	lib/db/dbmi_base/table.c	/^void db_set_table_update_priv_not_granted(dbTable * table)$/;"	f
db_set_value_datetime_current	lib/db/dbmi_base/value.c	/^void db_set_value_datetime_current(dbValue * value)$/;"	f
db_set_value_datetime_not_current	lib/db/dbmi_base/value.c	/^void db_set_value_datetime_not_current(dbValue * value)$/;"	f
db_set_value_day	lib/db/dbmi_base/value.c	/^void db_set_value_day(dbValue * value, int day)$/;"	f
db_set_value_double	lib/db/dbmi_base/value.c	/^void db_set_value_double(dbValue * value, double d)$/;"	f
db_set_value_hour	lib/db/dbmi_base/value.c	/^void db_set_value_hour(dbValue * value, int hour)$/;"	f
db_set_value_int	lib/db/dbmi_base/value.c	/^void db_set_value_int(dbValue * value, int i)$/;"	f
db_set_value_minute	lib/db/dbmi_base/value.c	/^void db_set_value_minute(dbValue * value, int minute)$/;"	f
db_set_value_month	lib/db/dbmi_base/value.c	/^void db_set_value_month(dbValue * value, int month)$/;"	f
db_set_value_not_null	lib/db/dbmi_base/value.c	/^void db_set_value_not_null(dbValue * value)$/;"	f
db_set_value_null	lib/db/dbmi_base/value.c	/^void db_set_value_null(dbValue * value)$/;"	f
db_set_value_seconds	lib/db/dbmi_base/value.c	/^void db_set_value_seconds(dbValue * value, double seconds)$/;"	f
db_set_value_string	lib/db/dbmi_base/value.c	/^int db_set_value_string(dbValue * value, const char *s)$/;"	f
db_set_value_year	lib/db/dbmi_base/value.c	/^void db_set_value_year(dbValue * value, int year)$/;"	f
db_shutdown_driver	lib/db/dbmi_client/shutdown.c	/^int db_shutdown_driver(dbDriver * driver)$/;"	f
db_sizeof_string	lib/db/dbmi_base/string.c	/^unsigned int db_sizeof_string(dbString * x)$/;"	f
db_sqltype_name	lib/db/dbmi_base/sqltype.c	/^const char *db_sqltype_name(int sqltype)$/;"	f
db_sqltype_to_Ctype	lib/db/dbmi_base/sqlCtype.c	/^int db_sqltype_to_Ctype(int sqltype)$/;"	f
db_start_driver	lib/db/dbmi_client/start.c	/^dbDriver *db_start_driver(const char *name)$/;"	f
db_start_driver_open_database	lib/db/dbmi_client/db.c	/^dbDriver *db_start_driver_open_database(const char *drvname,$/;"	f
db_store	lib/db/dbmi_base/alloc.c	/^char *db_store(const char *s)$/;"	f
db_strip	lib/db/dbmi_base/strip.c	/^void db_strip(char *buf)$/;"	f
db_syserror	lib/db/dbmi_base/error.c	/^void db_syserror(const char *s)$/;"	f
db_table_exists	lib/db/dbmi_client/table.c	/^int db_table_exists(const char *drvname, const char *dbname, const char *tabname)$/;"	f
db_table_to_sql	lib/db/dbmi_base/table.c	/^int db_table_to_sql(dbTable * table, dbString * sql)$/;"	f
db_test_column_has_default_value	lib/db/dbmi_base/column.c	/^int db_test_column_has_default_value(dbColumn * column)$/;"	f
db_test_column_has_defined_default_value	lib/db/dbmi_base/column.c	/^int db_test_column_has_defined_default_value(dbColumn * column)$/;"	f
db_test_column_has_undefined_default_value	lib/db/dbmi_base/column.c	/^int db_test_column_has_undefined_default_value(dbColumn * column)$/;"	f
db_test_column_null_allowed	lib/db/dbmi_base/column.c	/^int db_test_column_null_allowed(dbColumn * column)$/;"	f
db_test_column_use_default_value	lib/db/dbmi_base/column.c	/^int db_test_column_use_default_value(dbColumn * column)$/;"	f
db_test_cursor_any_column_flag	lib/db/dbmi_base/cursor.c	/^int db_test_cursor_any_column_flag(dbCursor * cursor)$/;"	f
db_test_cursor_any_column_for_update	lib/db/dbmi_base/cursor.c	/^int db_test_cursor_any_column_for_update(dbCursor * cursor)$/;"	f
db_test_cursor_column_flag	lib/db/dbmi_base/cursor.c	/^int db_test_cursor_column_flag(dbCursor * cursor, int col)$/;"	f
db_test_cursor_column_for_update	lib/db/dbmi_base/cursor.c	/^int db_test_cursor_column_for_update(dbCursor * cursor, int col)$/;"	f
db_test_cursor_mode_insensitive	lib/db/dbmi_base/cursor.c	/^int db_test_cursor_mode_insensitive(dbCursor * cursor)$/;"	f
db_test_cursor_mode_scroll	lib/db/dbmi_base/cursor.c	/^int db_test_cursor_mode_scroll(dbCursor * cursor)$/;"	f
db_test_cursor_type_fetch	lib/db/dbmi_base/cursor.c	/^int db_test_cursor_type_fetch(dbCursor * cursor)$/;"	f
db_test_cursor_type_insert	lib/db/dbmi_base/cursor.c	/^int db_test_cursor_type_insert(dbCursor * cursor)$/;"	f
db_test_cursor_type_update	lib/db/dbmi_base/cursor.c	/^int db_test_cursor_type_update(dbCursor * cursor)$/;"	f
db_test_index_type_unique	lib/db/dbmi_base/index.c	/^int db_test_index_type_unique(dbIndex * index)$/;"	f
db_test_value_datetime_current	lib/db/dbmi_base/value.c	/^int db_test_value_datetime_current(dbValue * value)$/;"	f
db_test_value_isnull	lib/db/dbmi_base/value.c	/^int db_test_value_isnull(dbValue * value)$/;"	f
db_unset_column_has_default_value	lib/db/dbmi_base/column.c	/^void db_unset_column_has_default_value(dbColumn * column)$/;"	f
db_unset_column_null_allowed	lib/db/dbmi_base/column.c	/^void db_unset_column_null_allowed(dbColumn * column)$/;"	f
db_unset_column_use_default_value	lib/db/dbmi_base/column.c	/^void db_unset_column_use_default_value(dbColumn * column)$/;"	f
db_unset_cursor_column_flag	lib/db/dbmi_base/cursor.c	/^void db_unset_cursor_column_flag(dbCursor * cursor, int col)$/;"	f
db_unset_cursor_column_for_update	lib/db/dbmi_base/cursor.c	/^void db_unset_cursor_column_for_update(dbCursor * cursor, int col)$/;"	f
db_unset_cursor_mode	lib/db/dbmi_base/cursor.c	/^void db_unset_cursor_mode(dbCursor * cursor)$/;"	f
db_unset_cursor_mode_insensitive	lib/db/dbmi_base/cursor.c	/^void db_unset_cursor_mode_insensitive(dbCursor * cursor)$/;"	f
db_unset_cursor_mode_scroll	lib/db/dbmi_base/cursor.c	/^void db_unset_cursor_mode_scroll(dbCursor * cursor)$/;"	f
db_update	lib/db/dbmi_client/c_update.c	/^int db_update(dbCursor * cursor)$/;"	f
db_whoami	lib/db/dbmi_base/whoami.c	/^char *db_whoami()$/;"	f
db_zero	lib/db/dbmi_base/zero.c	/^void db_zero(void *s, int n)$/;"	f
db_zero_string	lib/db/dbmi_base/string.c	/^void db_zero_string(dbString * x)$/;"	f
dbdatabase	vector/lidar/v.surf.bspline/bspline.h	/^	*dbdatabase, *passoE, *passoN, *lambda_f, *type;$/;"	m	struct:Param	typeref:struct:Param::
dbdriver	vector/lidar/v.surf.bspline/bspline.h	/^    struct Option *in, *in_ext, *out, *out_map, *dbdriver,$/;"	m	struct:Param	typeref:struct:Param::
dbl	include/vect/dig_structs.h	/^    double *dbl;		\/* double attributes *\/$/;"	m	struct:site_att
dbl_alloc	include/site.h	/^    int dbl_alloc;$/;"	m	struct:__anon292
dbl_att	include/site.h	/^    double *dbl_att;$/;"	m	struct:__anon292
dbl_cmpr	lib/vector/diglib/port_init.c	/^static const unsigned char dbl_cmpr[] =$/;"	v	file:
dbl_cmpr	lib/vector/diglib/port_test.c	/^static unsigned char dbl_cmpr[] =$/;"	v	file:
dbl_cnvrt	include/vect/dig_structs.h	/^    unsigned char dbl_cnvrt[PORT_DOUBLE];$/;"	m	struct:Port_info
dbl_cnvrt	lib/vector/diglib/port_init.c	/^unsigned char dbl_cnvrt[sizeof(double)];$/;"	v
dbl_cnvrt	lib/vector/diglib/port_test.c	/^static char dbl_cnvrt[sizeof(double)];$/;"	v	file:
dbl_cnvrt	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	/^static int dbl_cnvrt[] = { 7, 6, 5, 4, 3, 2, 1, 0 };$/;"	v
dbl_order	lib/vector/diglib/port_init.c	/^int dbl_order;$/;"	v
dbl_quick	include/vect/dig_structs.h	/^    int dbl_quick;$/;"	m	struct:Port_info
dblinks	include/vect/dig_structs.h	/^struct dblinks$/;"	s
dblnk	include/vect/dig_structs.h	/^    struct dblinks *dblnk;	\/* info about tables *\/$/;"	m	struct:Map_info	typeref:struct:Map_info::dblinks
dbmi_LIBS	swig/python/Makefile	/^dbmi_LIBS       = $(DBMILIB)$/;"	m
dbmi_type	db/drivers/sqlite/describe.c	/^static int dbmi_type(int litetype)$/;"	f	file:
dbmscap	include/dbmi.h	/^    dbDbmscap dbmscap;		\/* dbmscap entry for this driver *\/$/;"	m	struct:_db_driver
dbmscap_filename	lib/db/dbmi_base/dbmscap.c	/^static char *dbmscap_filename(err_flag)$/;"	f	file:
dbmscap_files	lib/db/dbmi_base/dbmscap.c	/^static char *dbmscap_files[] = {$/;"	v	file:
dbname	db/drivers/mysql/globals.h	/^    char *host, *dbname, *user, *password;$/;"	m	struct:__anon18
dbname	db/drivers/postgres/globals.h	/^    char *host, *port, *options, *tty, *dbname, *user, *password, *schema;$/;"	m	struct:__anon19
dbname	include/dbmi.h	/^    char *dbname;$/;"	m	struct:_db_driver_state
dbschema	include/dbmi.h	/^    char *dbschema;$/;"	m	struct:_db_driver_state
dc	gui/wxpython/vdigit/driver.h	/^    gwxPseudoDC *dc, *dcTmp;  \/\/ device content$/;"	m	class:DisplayDriver
dc	raster/r.li/r.li.daemon/GenericCell.h	/^    DCELL dc;$/;"	m	union:cella
dc	raster/simwe/simlib/waterglobs.h	/^GLOBAL float **dc, **tau, **er, **ct, **trap;$/;"	v
dcTmp	gui/wxpython/vdigit/driver.h	/^    gwxPseudoDC *dc, *dcTmp;  \/\/ device content$/;"	m	class:DisplayDriver
dcat	include/site.h	/^    DCELL dcat;$/;"	m	struct:__anon292
dcat	vector/v.to.rast/raster.c	/^static DCELL dcat;$/;"	v	file:
dcell	vector/v.to.rast/raster.c	/^    DCELL **dcell;$/;"	m	union:__anon185	file:
dcell	vector/v.to.rast/raster.c	/^static DCELL *dcell;$/;"	v	file:
dcellNullPattern	lib/gis/null_val.c	/^static DCELL dcellNullPattern;$/;"	v	file:
dcell_array	lib/gpde/N_pde.h	/^    DCELL *dcell_array;		\/*The data is stored in an one dimensional array internally *\/$/;"	m	struct:__anon49
dcell_array	lib/gpde/N_pde.h	/^    double *dcell_array;	\/*The data is stored in an one dimensional array internally *\/$/;"	m	struct:__anon50
dcell_array	raster/r.univar2/globals.h	/^    DCELL *dcell_array;$/;"	m	struct:__anon157
dcell_dot	vector/v.to.rast/raster.c	/^static int dcell_dot(int x, int y)$/;"	f	file:
dcell_manager	raster/r.li/r.li.daemon/daemon.h	/^typedef struct dcell_memory_entry *dcell_manager;$/;"	t	typeref:struct:dcell_memory_entry
dcell_memory_entry	raster/r.li/r.li.daemon/daemon.h	/^struct dcell_memory_entry$/;"	s
dcmp	lib/cdhc/dcmp.c	/^int dcmp(const void *i, const void *j)$/;"	f
dcmp	raster/r.mapcalc/xmedian.c	/^static int dcmp(const void *aa, const void *bb)$/;"	f	file:
dcmp	raster/r.mapcalc/xmode.c	/^static int dcmp(const void *aa, const void *bb)$/;"	f	file:
dd	lib/vector/Vlib/e_intersect.c	/^mpf_t dd, dda, ddb, delta;$/;"	v
dd	misc/m.cogo/main.c	/^    double dd;$/;"	m	struct:survey_record	file:
dd_bsize	raster/r.le/r.le.patch/patch.h	/^    long dd_bsize;		\/* amount of entries read at a time *\/$/;"	m	struct:__dirdesc
dd_bsize	raster/r.le/r.le.pixel/pixel.h	/^    long dd_bsize;		\/* amount of entries read at a time *\/$/;"	m	struct:__dirdesc
dd_buf	raster/r.le/r.le.patch/patch.h	/^    char *dd_buf;		\/* directory data buffer *\/$/;"	m	struct:__dirdesc
dd_buf	raster/r.le/r.le.pixel/pixel.h	/^    char *dd_buf;		\/* directory data buffer *\/$/;"	m	struct:__dirdesc
dd_fd	raster/r.le/r.le.patch/patch.h	/^    int dd_fd;			\/* file descriptor *\/$/;"	m	struct:__dirdesc
dd_fd	raster/r.le/r.le.pixel/pixel.h	/^    int dd_fd;			\/* file descriptor *\/$/;"	m	struct:__dirdesc
dd_loc	raster/r.le/r.le.patch/patch.h	/^    long dd_loc;		\/* buf offset of entry from last readddir() *\/$/;"	m	struct:__dirdesc
dd_loc	raster/r.le/r.le.pixel/pixel.h	/^    long dd_loc;		\/* buf offset of entry from last readddir() *\/$/;"	m	struct:__dirdesc
dd_off	raster/r.le/r.le.patch/patch.h	/^    long dd_off;		\/* Current offset in dir (for telldir) *\/$/;"	m	struct:__dirdesc
dd_off	raster/r.le/r.le.pixel/pixel.h	/^    long dd_off;		\/* Current offset in dir (for telldir) *\/$/;"	m	struct:__dirdesc
dd_size	raster/r.le/r.le.patch/patch.h	/^    long dd_size;		\/* amount of valid data in buffer *\/$/;"	m	struct:__dirdesc
dd_size	raster/r.le/r.le.pixel/pixel.h	/^    long dd_size;		\/* amount of valid data in buffer *\/$/;"	m	struct:__dirdesc
dda	lib/vector/Vlib/e_intersect.c	/^mpf_t dd, dda, ddb, delta;$/;"	v
ddb	lib/vector/Vlib/e_intersect.c	/^mpf_t dd, dda, ddb, delta;$/;"	v
ddifta	imagery/i.atcorr/computations.cpp	/^    float ddirta, ddifta;$/;"	m	struct:OpticalAtmosProperties	file:
ddiftr	imagery/i.atcorr/computations.cpp	/^    float ddirtr, ddiftr;$/;"	m	struct:OpticalAtmosProperties	file:
ddiftt	imagery/i.atcorr/computations.cpp	/^    float ddirtt, ddiftt;$/;"	m	struct:OpticalAtmosProperties	file:
ddirta	imagery/i.atcorr/computations.cpp	/^    float ddirta, ddifta;$/;"	m	struct:OpticalAtmosProperties	file:
ddirtr	imagery/i.atcorr/computations.cpp	/^    float ddirtr, ddiftr;$/;"	m	struct:OpticalAtmosProperties	file:
ddirtt	imagery/i.atcorr/computations.cpp	/^    float ddirtt, ddiftt;$/;"	m	struct:OpticalAtmosProperties	file:
ddisk	vector/v.surf.rst/main.c	/^int sdisk, disk, ddisk, sddisk;$/;"	v
de_stack	raster3d/r3.showdspf/togif.c	509;"	d	file:
dead	lib/raster/rem_io.c	/^static RETSIGTYPE dead(int sig)$/;"	f	file:
dealloc_float	lib/display/draw2.c	/^static void dealloc_float(const double **x, const double **y, int release)$/;"	f	file:
deallocate_heap	raster/r.flow/mem.c	/^void deallocate_heap(void)$/;"	f
death	display/d.linegraph/linegraph.c	/^int death(char *gasp)$/;"	f
debug	imagery/i.ortho.photo/libes/orthoref.c	/^FILE *debug;$/;"	v
debug	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int debug(char *msg)$/;"	f	file:
debug	imagery/i.ortho.photo/photo.2image/drawcam.c	/^static int debug(char *msg)$/;"	f	file:
debug	imagery/i.ortho.photo/photo.2image/mark.c	/^static int debug(char *msg)$/;"	f	file:
debug	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int debug(char *msg)$/;"	f	file:
debug	imagery/i.points/debug.c	/^int debug(char *msg)$/;"	f
debug	imagery/i.vpoints/debug.c	/^int debug(char *msg, ...)$/;"	f
debug	lib/python/core.py	/^def debug(msg, debug = 1):$/;"	f
debug	vector/v.voronoi/sw_defs.h	/^int triangulate, sorted, plot, debug, mode3d;$/;"	v
debug_on	lib/db/dbmi_base/error.c	/^static int debug_on = 0;$/;"	v	file:
dec_reg	imagery/i.smap/bouman/reg_util.c	/^void dec_reg(struct Region *region)$/;"	f
decide_color_range	raster/r.los/color_rnge.c	/^decide_color_range(double max_inclination, double COLOR_SHIFT,$/;"	f
decimal_places	include/vask.h	/^    int decimal_places;		\/* number of decimal places *\/$/;"	m	struct:ans_rec
decimal_places	include/vask.h	/^    int decimal_places;$/;"	m	struct:V__
decimals	db/drivers/dbf/globals.h	/^    int decimals;$/;"	m	struct:__anon11
decimals	raster/r.out.vtk/parameters.h	/^	*elev, *rgbmaps, *vectmaps, *decimals;$/;"	m	struct:__anon161	typeref:struct:__anon161::
decimals	raster3d/r3.out.ascii/main.c	/^    struct Option *input, *output, *decimals, *null_val;$/;"	m	struct:__anon120	typeref:struct:__anon120::	file:
decimals	raster3d/r3.out.vtk/parameters.h	/^	*bottom, *decimals, *elevscale;$/;"	m	struct:__anon123	typeref:struct:__anon123::
decimate	imagery/i.smap/bouman/decimate.c	/^static void decimate($/;"	f	file:
declin	raster/r.sun/main.c	/^double length, zmult = 1.0, c, declin, linke, alb, step;$/;"	v
declin	raster/r.sun2/main.c	/^double declin, step, dist;$/;"	v
declin	raster/r.sunmask/solpos00.h	/^    float declin;		\/* T:  S_GEOM     Declination--zenith angle of solar noon$/;"	m	struct:posdata
declination	raster/r.sun/main.c	/^double longitude, latitude, lum_time, ltime, tim, timo, declination;$/;"	v
declination	raster/r.sun2/main.c	/^double declination;		\/* Contains the negative of the declination at the chosen day *\/$/;"	v
decrEntry	visualization/nviz/scripts/widgets.tcl	/^proc decrEntry { E } {$/;"	p
def	include/gis.h	/^    const char *def;		\/* Where original answer gets saved *\/$/;"	m	struct:Option
def	raster/r.mapcalc/mapcalc.y	/^def		: STRING '=' exp	{ $$ = binding($1,$3); define_variable($$);	}$/;"	l
def	swig/perl/gis.h	/^    char *def;			\/* Where original answer gets saved *\/$/;"	m	struct:Option
def_basin	raster/r.watershed/ram/def_basin.c	/^CELL def_basin(int row, int col, CELL basin_num,$/;"	f
def_basin	raster/r.watershed/seg/def_basin.c	/^def_basin(int row, int col, CELL basin_num, double stream_length,$/;"	f
def_exists	general/g.setproj/local_proto.h	/^    int def_exists;$/;"	m	struct:proj_parm
def_window_screen	lib/edit/edit_cellhd.c	/^static char *def_window_screen[] = {$/;"	v	file:
defaultCMax	include/gis.h	/^    CELL defaultCMax;$/;"	m	struct:Quant
defaultCMax	swig/perl/gis.h	/^    CELL defaultCMax;$/;"	m	struct:Quant
defaultCMin	include/gis.h	/^    CELL defaultCMin;$/;"	m	struct:Quant
defaultCMin	swig/perl/gis.h	/^    CELL defaultCMin;$/;"	m	struct:Quant
defaultCRuleSet	include/gis.h	/^    int defaultCRuleSet;$/;"	m	struct:Quant
defaultCRuleSet	swig/perl/gis.h	/^    int defaultCRuleSet;$/;"	m	struct:Quant
defaultDMax	include/gis.h	/^    DCELL defaultDMax;		\/* default domain maximum value *\/$/;"	m	struct:FPReclass
defaultDMax	include/gis.h	/^    DCELL defaultDMax;$/;"	m	struct:Quant
defaultDMax	swig/perl/gis.h	/^    DCELL defaultDMax;		\/* default domain maximum value *\/$/;"	m	struct:FPReclass
defaultDMax	swig/perl/gis.h	/^    DCELL defaultDMax;$/;"	m	struct:Quant
defaultDMin	include/gis.h	/^    DCELL defaultDMin;		\/* default domain minimum value *\/$/;"	m	struct:FPReclass
defaultDMin	include/gis.h	/^    DCELL defaultDMin;$/;"	m	struct:Quant
defaultDMin	swig/perl/gis.h	/^    DCELL defaultDMin;		\/* default domain minimum value *\/$/;"	m	struct:FPReclass
defaultDMin	swig/perl/gis.h	/^    DCELL defaultDMin;$/;"	m	struct:Quant
defaultDRuleSet	include/gis.h	/^    int defaultDRuleSet;	\/* 1 if default domain rule set *\/$/;"	m	struct:FPReclass
defaultDRuleSet	include/gis.h	/^    int defaultDRuleSet;$/;"	m	struct:Quant
defaultDRuleSet	swig/perl/gis.h	/^    int defaultDRuleSet;	\/* 1 if default domain rule set *\/$/;"	m	struct:FPReclass
defaultDRuleSet	swig/perl/gis.h	/^    int defaultDRuleSet;$/;"	m	struct:Quant
defaultElev	raster/r.out.pov/main.c	/^double defaultElev = 0;		\/* elevation for empty points *\/$/;"	v
defaultOverride	visualization/nviz/src/togl.c	/^static int defaultOverride[13] = {$/;"	v	file:
defaultPalEntry	visualization/nviz/src/togl.c	/^static PALETTEENTRY defaultPalEntry[20] = {$/;"	v	file:
defaultRMax	include/gis.h	/^    DCELL defaultRMax;		\/* default range maximum value *\/$/;"	m	struct:FPReclass
defaultRMax	swig/perl/gis.h	/^    DCELL defaultRMax;		\/* default range maximum value *\/$/;"	m	struct:FPReclass
defaultRMin	include/gis.h	/^    DCELL defaultRMin;		\/* default range minimum value *\/$/;"	m	struct:FPReclass
defaultRMin	swig/perl/gis.h	/^    DCELL defaultRMin;		\/* default range minimum value *\/$/;"	m	struct:FPReclass
defaultRRuleSet	include/gis.h	/^    int defaultRRuleSet;	\/* 1 if default range rule set *\/$/;"	m	struct:FPReclass
defaultRRuleSet	swig/perl/gis.h	/^    int defaultRRuleSet;	\/* 1 if default range rule set *\/$/;"	m	struct:FPReclass
defaultValue	include/dbmi.h	/^    dbValue defaultValue;$/;"	m	struct:_db_column
default_highlight_color	visualization/nviz/src/site_highlight_commands.c	/^     static int default_highlight_color = 1;$/;"	v	file:
default_highlight_color_value	visualization/nviz/src/site_highlight_commands.c	/^     static int default_highlight_color_value = 0xffffff;	\/* white *\/$/;"	v	file:
default_highlight_marker	visualization/nviz/src/site_highlight_commands.c	/^     static int default_highlight_marker = 0;$/;"	v	file:
default_highlight_marker_value	visualization/nviz/src/site_highlight_commands.c	/^     static int default_highlight_marker_value = 9;	\/* ST_GYRO *\/$/;"	v	file:
default_highlight_size	visualization/nviz/src/site_highlight_commands.c	/^     static int default_highlight_size = 0;$/;"	v	file:
default_highlight_size_value	visualization/nviz/src/site_highlight_commands.c	/^     static float default_highlight_size_value = 1.2f;$/;"	v	file:
default_label	raster/r.reclass/parse.c	/^char *default_label;$/;"	v
default_null	include/gstypes.h	/^    float default_null;$/;"	m	struct:__anon255
default_rule	raster/r.reclass/parse.c	/^int default_rule = 0;$/;"	v
default_symb_table	vector/v.digit/symb.c	/^struct symb default_symb_table[] = {$/;"	v	typeref:struct:symb
default_to_itself	raster/r.reclass/parse.c	/^int default_to_itself = 0;$/;"	v
default_y_colors	display/d.linegraph/linegraph.c	/^int default_y_colors[] = {$/;"	v
define	imagery/i.class/defs.h	/^	int define;$/;"	m	struct:region::__anon206
defineSamplingArea	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^proc defineSamplingArea {selection widget} {$/;"	p
defineSamplingFrame	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^proc defineSamplingFrame {selection button } {$/;"	p
defineSamplingUnits	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^proc defineSamplingUnits {selec rl cl maskname} {$/;"	p
define_module	imagery/i.atcorr/main.cpp	/^static void define_module (void)$/;"	f	file:
define_options	imagery/i.atcorr/main.cpp	/^static struct Options define_options (void)$/;"	f	file:
define_region	imagery/i.class/define_reg.c	/^int define_region(void)$/;"	f
define_variable	raster/r.mapcalc/expression.c	/^void define_variable(expression * e)$/;"	f
deflate	configure	/^deflate()$/;"	f
deflt	general/g.setproj/local_proto.h	/^    double deflt;$/;"	m	struct:proj_parm
defs	raster/r.mapcalc/mapcalc.y	/^defs		: def			{ $$ = list($1,NULL);		}$/;"	l
deg	misc/m.cogo/main.c	/^    int deg;$/;"	m	struct:survey_record	file:
deg2rad	raster/r.horizon/main.c	/^const double deg2rad = M_PI \/ 180.;$/;"	v
deg2rad	raster/r.sun/main.c	/^const double deg2rad = M_PI \/ 180.;$/;"	v
deg2rad	raster/r.sun2/main.c	/^const double deg2rad = M_PI \/ 180.;$/;"	v
deg_angle	vector/v.to.rast/do_lines.c	/^static double deg_angle(double x0, double y0, double x1, double y1)$/;"	f	file:
degrad	raster/r.sunmask/solpos00.c	/^static float degrad = 57.295779513;	\/* converts from radians to degrees *\/$/;"	v	file:
degree	vector/v.generalize/network.c	/^    int *degree;		\/* degree of vertices *\/$/;"	m	struct:__anon189	file:
degreeOutput	raster/r.horizon/main.c	/^int degreeOutput = 0;$/;"	v
deinit	display/d.text.freetype/main.c	50;"	d	file:
del2g	lib/gmath/del2g.c	/^int del2g(double *img[2], int size, double w)$/;"	f
del_cat	vector/v.digit/attr.c	/^int del_cat(int line, int field, int cat)$/;"	f
del_part	lib/vector/Vlib/build_ogr.c	/^static void del_part(GEOM_PARTS * parts)$/;"	f	file:
del_point	imagery/i.class/del_point.c	/^int del_point(void)$/;"	f
del_temp_region	lib/python/core.py	/^def del_temp_region():$/;"	f
deldif	raster/simwe/simlib/waterglobs.h	/^GLOBAL double chmean, si0, deltap, deldif, cch, hhc, halpha;$/;"	v
delete	raster/r.cost/btree.c	/^int delete(struct cost *delete_cell)$/;"	f
delete	raster/r.los/delete.c	/^struct point *delete(struct point *PT_TO_DELETE, struct point *head,$/;"	f
delete	raster/r.walk/btree.c	/^int delete(struct cost *delete_cell)$/;"	f
delete	vector/v.hull/chull.c	/^    bool delete;		\/* T iff edge should be delete. *\/$/;"	m	struct:tEdgeStructure	file:
deleteHa	raster/wildfire/r.spread/deleteHa.c	/^deleteHa(float old_min_cost, int row, int col,$/;"	f
deleteRun	include/iostream/replacementHeap.h	/^ReplacementHeap<T,Compare>::deleteRun(size_t i) {$/;"	f	class:ReplacementHeap
deleteRun	include/iostream/replacementHeapBlock.h	/^ReplacementHeapBlock<T,Compare>::deleteRun(size_t i) {$/;"	f	class:ReplacementHeapBlock
delete_area_cats_from_cidx	lib/vector/Vlib/write_nat.c	/^static void delete_area_cats_from_cidx(struct Map_info *Map, int area)$/;"	f	file:
delete_control_point	imagery/i.vpoints/analyze.c	/^int delete_control_point(int n)$/;"	f
delete_dummy	lib/vector/Vlib/write.c	/^static int delete_dummy()$/;"	f	file:
delete_edge	vector/v.delaunay2/edge.c	/^void delete_edge(struct edge *e)$/;"	f
delete_ext_html	gem/reg_html.c	/^void delete_ext_html(char *ext, char *gisbase, char **html)$/;"	f
delete_item	lib/driver/pad.c	/^int delete_item(PAD * pad, const char *name)$/;"	f
delete_line	vector/v.digit/line.c	/^struct delete_line$/;"	s	file:
delete_line	vector/v.digit/line.c	/^void delete_line(void)$/;"	f
delete_line_begin	vector/v.digit/line.c	/^int delete_line_begin(void *closure)$/;"	f
delete_line_end	vector/v.digit/line.c	/^int delete_line_end(void *closure)$/;"	f
delete_line_update	vector/v.digit/line.c	/^int delete_line_update(void *closure, int sxn, int syn, int button)$/;"	f
delete_list	visualization/nviz/scripts/panel_legend.tcl	/^proc delete_list { list flag } {$/;"	p
delete_map	visualization/nviz/scripts/panel_vect.tcl	/^proc delete_map {type} {$/;"	p
delete_mark	imagery/i.vpoints/analyze.c	/^static int delete_mark(void)$/;"	f	file:
delete_min	include/iostream/pqheap.h	/^pqheap_t1<T>::delete_min() {$/;"	f	class:pqheap_t1
delete_min_and_insert	include/iostream/pqheap.h	/^pqheap_t1<T>::delete_min_and_insert(const T &x) {$/;"	f	class:pqheap_t1
delete_mode	imagery/i.vpoints/analyze.c	/^static int delete_mode;$/;"	v	file:
delete_msg	imagery/i.vpoints/analyze.c	/^static char delete_msg[11] = "delete_off";$/;"	v	file:
delete_obj	visualization/nviz/src/map_obj.c	/^int delete_obj(int id, int type, Nv_data * data, Tcl_Interp * interp)$/;"	f
delete_pad	lib/driver/pad.c	/^int delete_pad(PAD * pad)$/;"	f
delete_point	display/drivers/HTMLMAP/Polygn_abs.c	/^static void delete_point(int *x, int *y, int count)$/;"	f	file:
delete_str	gem/tools.c	/^int delete_str(int pos, char **strarr)$/;"	f
delete_str_elt	include/iostream/empq_impl.h	/^void em_pqueue<T,Key>::delete_str_elt(unsigned short buf_id,$/;"	f	class:em_pqueue
delete_surf	visualization/nviz/scripts/panel_surf.tcl	/^proc delete_surf {} {$/;"	p
delete_vol	visualization/nviz/scripts/panel_vol.tcl	/^proc delete_vol {} {$/;"	p
deleted	include/iostream/embuffer.h	/^  long* deleted;$/;"	m	class:em_buffer
delink_pad	lib/driver/pad.c	/^static int delink_pad(PAD * pad)$/;"	f	file:
delsym	vector/v.mapcalc/mapcalc.c	/^SYMBOL *delsym(SYMBOL * head)$/;"	f
delt	vector/v.vol.rst/userglobs.h	/^    delt, dnorm;$/;"	v
delta	imagery/i.atcorr/common.h	/^const float delta	= 0.0279f;$/;"	v
delta	lib/vector/Vlib/e_intersect.c	/^mpf_t dd, dda, ddb, delta;$/;"	v
deltaY	raster/r.out.pov/main.c	/^double deltaY;$/;"	v
deltap	raster/simwe/simlib/waterglobs.h	/^GLOBAL double chmean, si0, deltap, deldif, cch, hhc, halpha;$/;"	v
deltax	vector/v.voronoi/sw_defs.h	/^double xmin, xmax, ymin, ymax, deltax, deltay;$/;"	v
deltay	vector/v.voronoi/sw_defs.h	/^double xmin, xmax, ymin, ymax, deltax, deltay;$/;"	v
deltx	raster/r.horizon/main.c	/^    yg0, yy0, deltx, delty;$/;"	v
deltx	raster/r.resamp.rst/main.c	/^double dmin, ertre, deltx, delty;$/;"	v
deltx	raster/r.sun/main.c	/^double stepx, stepy, stepxy, xp, yp, op, dp, xg0, xx0, yg0, yy0, deltx, delty;$/;"	v
deltx	raster/r.sun2/sunradstruct.h	/^    double deltx;$/;"	m	struct:GridGeometry
delty	raster/r.horizon/main.c	/^    yg0, yy0, deltx, delty;$/;"	v
delty	raster/r.resamp.rst/main.c	/^double dmin, ertre, deltx, delty;$/;"	v
delty	raster/r.sun/main.c	/^double stepx, stepy, stepxy, xp, yp, op, dp, xg0, xx0, yg0, yy0, deltx, delty;$/;"	v
delty	raster/r.sun2/sunradstruct.h	/^    double delty;$/;"	m	struct:GridGeometry
dempster77	imagery/i.gensigset/description.html	/^<LI><A NAME="dempster77">A. Dempster, N. Laird and D. Rubin,<\/A>$/;"	a
density	raster/simwe/simlib/waterglobs.h	/^	*density, *diffc, *hmax, *halpha, *hbeta, *wdepth, *detin, *tranin,$/;"	m	struct:__anon137	typeref:struct:__anon137::
dep	raster/r.watershed/ram/Gwater.h	/^GLOBAL CELL *dis, *alt, *wat, *asp, *bas, *haf, *r_h, *dep;$/;"	v
dep	raster/r.watershed/seg/Gwater.h	/^GLOBAL CSEG dis, alt, wat, asp, bas, haf, r_h, dep;$/;"	v
dep_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char wat_flag, asp_flag, arm_flag, ril_flag, dep_flag;$/;"	v
dep_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char wat_flag, asp_flag, arm_flag, ril_flag, dep_flag;$/;"	v
dep_mapset	raster/r.watershed/ram/Gwater.h	/^    *dep_mapset;$/;"	v
dep_mapset	raster/r.watershed/seg/Gwater.h	/^    *dep_mapset;$/;"	v
dep_name	raster/r.watershed/ram/Gwater.h	/^GLOBAL char ril_name[GNAME_MAX], *ril_mapset, dep_name[GNAME_MAX],$/;"	v
dep_name	raster/r.watershed/seg/Gwater.h	/^GLOBAL char ril_name[GNAME_MAX], *ril_mapset, dep_name[GNAME_MAX],$/;"	v
dep_seg	raster/r.watershed/ram/Gwater.h	/^GLOBAL RAMSEG r_h_seg, dep_seg;$/;"	v
dep_slope	raster/r.water.outlet/basin.h	/^GLOBAL double half_res, diag, max_length, dep_slope;$/;"	v
dep_slope	raster/r.watershed/ram/Gwater.h	/^GLOBAL double half_res, diag, max_length, dep_slope;$/;"	v
dep_slope	raster/r.watershed/seg/Gwater.h	/^GLOBAL double half_res, diag, max_length, dep_slope;$/;"	v
depressionless	raster/r.topmodel/misc.c	/^void depressionless(void)$/;"	f
depstr	gem/reg_deps.c	/^char *depstr(char *package, char *gisbase)$/;"	f
depth	lib/bitmap/sparse.c	/^static int depth;$/;"	v	file:
depth	raster/r.mapcalc/expression.h	/^    int row, col, depth;$/;"	m	struct:expr_data_map
depth	raster/r.terraflow/grid.h	/^  bfs_depth_type depth;$/;"	m	struct:gridElement
depth	raster/r.terraflow/water.h	/^  bfs_depth_type depth;			\/* 4 *\/$/;"	m	class:compressedWaterWindowBaseType
depth	raster/r.terraflow/water.h	/^  bfs_depth_type depth;$/;"	m	class:fillPriority
depth	raster/r.terraflow/water.h	/^  bfs_depth_type depth;$/;"	m	class:waterType
depth	raster/r.terraflow/water.h	/^  bfs_depth_type depth;$/;"	m	class:waterWindowBaseType
depth	raster/simwe/simlib/waterglobs.h	/^	*sfile, *depth, *disch, *err, *outwalk, *nwalk, *niter, *outiter,$/;"	m	struct:__anon137	typeref:struct:__anon137::
depth	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *depth;$/;"	v
depth	visualization/xganim/main.c	/^unsigned int depth;$/;"	v
depth_delta	raster/r.terraflow/water.h	/^  unsigned short depth_delta;	\/* 2 *\/$/;"	m	class:compressedWaterWindowBaseType
depths	include/G3d.h	/^    int rows, cols, depths;$/;"	m	struct:__anon248
depths	include/gis.h	/^    int depths;			\/* number of depths in data                     *\/$/;"	m	struct:Cell_head
depths	include/gstypes.h	/^    int cols, rows, depths;$/;"	m	struct:g_vol
depths	lib/gpde/N_pde.h	/^    int cols, rows, depths;$/;"	m	struct:__anon63
depths	lib/gpde/N_pde.h	/^    int depths;$/;"	m	struct:__anon48
depths	lib/gpde/N_pde.h	/^    int rows, cols, depths;$/;"	m	struct:__anon50
depths	raster/r.mapcalc/evaluate.c	/^int depths, rows, columns;$/;"	v
depths	swig/perl/gis.h	/^    int depths;			\/* number of depths in data                     *\/$/;"	m	struct:Cell_head
depths_intern	lib/gpde/N_pde.h	/^    int rows_intern, cols_intern, depths_intern;$/;"	m	struct:__anon50
dequeue	include/iostream/queue.h	/^queue<T>::dequeue(T *elt) {$/;"	f	class:queue
deref	vector/v.voronoi/sw_geometry.c	/^int deref(struct Site *v)$/;"	f
deregister_entries_gisman	gem/reg_entries.c	/^int deregister_entries_gisman(char *pkg_short_name, char *gisbase)$/;"	f
deregister_entries_gisman2	gem/reg_entries.c	/^void deregister_entries_gisman2(char *pkg_short_name, char *gisbase)$/;"	f
deregister_extension	gem/reg_deps.c	/^void deregister_extension(char *package, char *pkg_short_name, char *gisbase)$/;"	f
deregister_html	gem/reg_html.c	/^void deregister_html(char *pkg_short_name, char *gisbase)$/;"	f
deriv	lib/rst/interp_float/interpf.h	/^    int deriv, cv;		\/* 1 if compute partial derivs *\/$/;"	m	struct:interp_params
deriv	raster/r.resamp.rst/main.c	/^int deriv, overlap, cursegm, dtens;$/;"	v
deriv	vector/v.surf.rst/main.c	/^int KMAX2, KMIN, KMAX, totsegm, deriv, dtens, cv;$/;"	v
desc	general/g.mlist/global.h	/^    char **desc;		\/* description of elements *\/$/;"	m	struct:list
desc	general/g.mremove/global.h	/^    char **desc;		\/* description of elements *\/$/;"	m	struct:list
desc	general/g.setproj/local_proto.h	/^    const char *desc;$/;"	m	struct:proj_desc
desc	general/manage/list.h	/^    char **desc;		\/* description of elements *\/$/;"	m	struct:list
desc	include/imagery.h	/^    char desc[100];$/;"	m	struct:One_Sig
desc	include/imagery.h	/^    char desc[5][75];$/;"	m	struct:Tape_Info
desc	include/site.h	/^    const char *name, *desc, *form, *labels, *stime;$/;"	m	struct:__anon293
descent	visualization/nviz/src/tkFont.h	/^    int descent;		\/* From baseline to bottom of font. *\/$/;"	m	struct:TkFontMetrics
descr	lib/gis/datum.c	/^    char *descr;		\/* Long Name for map datum *\/$/;"	m	struct:table	file:
descr	lib/gis/get_ellipse.c	/^    char *descr;$/;"	m	struct:table	file:
describe	raster/r.describe/describe.c	/^int describe(char *name, char *mapset, int compact, char *no_data_str,$/;"	f
describe_table	db/drivers/dbf/describe.c	/^int describe_table(int tab, int *scols, int nscols, dbTable ** table)$/;"	f
describe_table	db/drivers/mysql/describe.c	/^int describe_table(MYSQL_RES * res, dbTable ** table, cursor * c)$/;"	f
describe_table	db/drivers/odbc/describe.c	/^int describe_table(stmt, table)$/;"	f
describe_table	db/drivers/ogr/describe.c	/^int describe_table(OGRLayerH hLayer, dbTable ** table, cursor * c)$/;"	f
describe_table	db/drivers/postgres/describe.c	/^int describe_table(PGresult * res, dbTable ** table, cursor * c)$/;"	f
describe_table	db/drivers/sqlite/describe.c	/^int describe_table(sqlite3_stmt * statement, dbTable ** table, cursor * c)$/;"	f
described	db/drivers/dbf/globals.h	/^    int described;		\/* columns definitions were loaded to heads *\/$/;"	m	struct:__anon14
description	general/g.mkfontcap/stroke_fonts.c	/^    char *description;\/**< Descriptive name of font contained in this file *\/$/;"	m	struct:font_desc	file:
description	include/dbmi.h	/^    dbString description;$/;"	m	struct:_db_column
description	include/dbmi.h	/^    dbString description;$/;"	m	struct:_db_table
description	include/gis.h	/^    const char *description;	\/* String describing flag meaning   *\/$/;"	m	struct:Flag
description	include/gis.h	/^    const char *description;	\/* String describing module *\/$/;"	m	struct:GModule
description	include/gis.h	/^    const char *description;	\/* String describing option         *\/$/;"	m	struct:Option
description	swig/perl/gis.h	/^    char *description;		\/* String describing flag meaning   *\/$/;"	m	struct:Flag
description	swig/perl/gis.h	/^    char *description;		\/* String describing module *\/$/;"	m	struct:GModule
description	swig/perl/gis.h	/^    char *description;		\/* String describing option         *\/$/;"	m	struct:Option
descriptions	include/gis.h	/^    const char *descriptions;	\/* ';' separated pairs of option and option descriptions *\/$/;"	m	struct:Option
descriptions	swig/perl/gis.h	/^    char *descriptions;		\/* ';' separated pairs of option and option descriptions *\/$/;"	m	struct:Option
descs	include/gis.h	/^    const char **descs;		\/* parsed descriptions, array of either NULL or string *\/$/;"	m	struct:Option
descs	swig/perl/gis.h	/^    char **descs;		\/* parsed descriptions, array of either NULL or string *\/$/;"	m	struct:Option
deserialize_int32_be	include/gis.h	142;"	d
deserialize_int32_be	swig/perl/gis.h	136;"	d
deserialize_int32_le	include/gis.h	128;"	d
deserialize_int32_le	swig/perl/gis.h	122;"	d
desgv_	configure	/^desgv_()$/;"	f
dest	vector/v.delaunay2/data_types.h	/^    struct vertex *dest;$/;"	m	struct:edge	typeref:struct:edge::vertex
dest_line	vector/v.digit/attr.c	/^    int src_line, dest_line;$/;"	m	struct:copy_cats	file:
destroy_cats	vector/v.digit/cats.tcl	/^proc destroy_cats {} {$/;"	p
destroy_lines_array	lib/vector/Vlib/buffer2.c	/^static void destroy_lines_array(struct line_pnts **arr, int count)$/;"	f	file:
destroy_links	lib/vector/Vlib/poly.c	/^static void destroy_links(struct Slink *Head)$/;"	f	file:
destroy_si_struct	lib/vector/Vlib/dgraph.c	/^void destroy_si_struct(struct seg_intersections *si)$/;"	f
destructiveVerify	include/iostream/minmaxheap.h	/^BasicMinMaxHeap<T>::destructiveVerify() {$/;"	f	class:BasicMinMaxHeap
det22	lib/vector/Vlib/e_intersect.c	/^void det22(mpf_t rop, double a11, double b11, double a12, double b12,$/;"	f
detectEdgeNodata	raster/r.terraflow/nodata.cc	/^class detectEdgeNodata {$/;"	c	file:
detectEdgeNodata	raster/r.terraflow/nodata.cc	/^detectEdgeNodata::detectEdgeNodata(const dimension_type nrows, $/;"	f	class:detectEdgeNodata
detectPlateaus	raster/r.terraflow/plateau.cc	/^class detectPlateaus {$/;"	c	file:
detectPlateaus	raster/r.terraflow/plateau.cc	/^detectPlateaus::detectPlateaus(const dimension_type gnrows,$/;"	f	class:detectPlateaus
determinant	imagery/i.ortho.photo/libes/georef.c	/^static double determinant(double a, double b, double c, double d,$/;"	f	file:
determinant	lib/imagery/georef.c	/^static double determinant(double a, double b, double c, double d, double e,$/;"	f	file:
detin	raster/simwe/simlib/waterglobs.h	/^	*density, *diffc, *hmax, *halpha, *hbeta, *wdepth, *detin, *tranin,$/;"	m	struct:__anon137	typeref:struct:__anon137::
detin	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *detin;$/;"	v
dev	vector/v.vol.rst/userglobs.h	/^FILE *dev, *cvdevf;$/;"	v
devi	vector/v.surf.rst/main.c	/^char *devi = NULL;$/;"	v
devi	vector/v.vol.rst/main.c	/^char *devi = NULL;$/;"	v
dfDoubleField	lib/external/shapelib/shapefil.h	/^    double      dfDoubleField;$/;"	m	struct:__anon71
dfMMax	lib/external/shapelib/shapefil.h	/^    double	dfMMax;$/;"	m	struct:__anon69
dfMMin	lib/external/shapelib/shapefil.h	/^    double	dfMMin;$/;"	m	struct:__anon69
dfXMax	lib/external/shapelib/shapefil.h	/^    double	dfXMax;$/;"	m	struct:__anon69
dfXMin	lib/external/shapelib/shapefil.h	/^    double	dfXMin;$/;"	m	struct:__anon69
dfYMax	lib/external/shapelib/shapefil.h	/^    double	dfYMax;$/;"	m	struct:__anon69
dfYMin	lib/external/shapelib/shapefil.h	/^    double	dfYMin;$/;"	m	struct:__anon69
dfZMax	lib/external/shapelib/shapefil.h	/^    double	dfZMax;$/;"	m	struct:__anon69
dfZMin	lib/external/shapelib/shapefil.h	/^    double	dfZMin;$/;"	m	struct:__anon69
df_att	raster/r.le/r.le.patch/patch.c	/^void df_att(PATCH * tmp, int type_coh, int *type_dens)$/;"	f
df_boundary	raster/r.le/r.le.patch/patch.c	/^void df_boundary(PATCH * tmp)$/;"	f
df_core	raster/r.le/r.le.patch/patch.c	/^void df_core(PATCH * tmp, int type_coh, int *type_dens)$/;"	f
df_patch	raster/r.le/r.le.patch/patch.c	/^void df_patch(PATCH * patch_list)$/;"	f
df_perim	raster/r.le/r.le.patch/patch.c	/^void df_perim(PATCH * tmp, int type_coh, int *type_dens)$/;"	f
df_shape	raster/r.le/r.le.patch/patch.c	/^void df_shape(PATCH * tmp, int type_coh, int *type_dens)$/;"	f
df_size	raster/r.le/r.le.patch/patch.c	/^void df_size(PATCH * tmp, int type_coh, int *type_dens)$/;"	f
df_texture	raster/r.le/r.le.pixel/texture.c	/^void df_texture(int nrows, int ncols, double **buf, double **null_buf,$/;"	f
dfread_header	lib/dspf/dspf_header.c	/^int dfread_header(file_info * headp)$/;"	f
dfread_header_old	lib/dspf/dspf_header.c	/^int dfread_header_old(file_info * headp, FILE * fp)$/;"	f
dfwrite_header	lib/dspf/dspf_header.c	/^int dfwrite_header(file_info * headp)$/;"	f
dgemm_	configure	/^dgemm_()$/;"	f
dgesv_	configure	/^dgesv_()$/;"	f
dglAddEdge	lib/vector/dglib/graph.c	/^int dglAddEdge(dglGraph_s * pGraph,$/;"	f
dglAddEdgeX	lib/vector/dglib/graph.c	/^int dglAddEdgeX(dglGraph_s * pGraph,$/;"	f
dglAddNode	lib/vector/dglib/graph.c	/^int dglAddNode(dglGraph_s * pGraph,$/;"	f
dglByte_t	lib/vector/dglib/type.h	/^typedef unsigned char dglByte_t;$/;"	t
dglDelEdge	lib/vector/dglib/graph.c	/^int dglDelEdge(dglGraph_s * pGraph, dglInt32_t nEdgeId)$/;"	f
dglDelNode	lib/vector/dglib/graph.c	/^int dglDelNode(dglGraph_s * pGraph, dglInt32_t nNodeId)$/;"	f
dglDepthComponents	lib/vector/dglib/graph.c	/^int dglDepthComponents(dglGraph_s * pgraphInput,$/;"	f
dglDepthSpanning	lib/vector/dglib/graph.c	/^int dglDepthSpanning(dglGraph_s * pgraphInput,$/;"	f
dglEdgeGet_Attr	lib/vector/dglib/graph.c	/^dglInt32_t *dglEdgeGet_Attr(dglGraph_s * pGraph, dglInt32_t * pnEdge)$/;"	f
dglEdgeGet_Cost	lib/vector/dglib/graph.c	/^dglInt32_t dglEdgeGet_Cost(dglGraph_s * pGraph, dglInt32_t * pnEdge)$/;"	f
dglEdgeGet_Head	lib/vector/dglib/graph.c	/^dglInt32_t *dglEdgeGet_Head(dglGraph_s * pGraph, dglInt32_t * pnEdge)$/;"	f
dglEdgeGet_Id	lib/vector/dglib/graph.c	/^dglInt32_t dglEdgeGet_Id(dglGraph_s * pGraph, dglInt32_t * pnEdge)$/;"	f
dglEdgeGet_Tail	lib/vector/dglib/graph.c	/^dglInt32_t *dglEdgeGet_Tail(dglGraph_s * pGraph, dglInt32_t * pnEdge)$/;"	f
dglEdgePrioritizer_s	lib/vector/dglib/graph.h	/^} dglEdgePrioritizer_s;$/;"	t	typeref:struct:__anon80
dglEdgeSet_Attr	lib/vector/dglib/graph.c	/^int dglEdgeSet_Attr(dglGraph_s * pGraph, dglInt32_t * pnAttr,$/;"	f
dglEdgeTraverser_s	lib/vector/dglib/graph.h	/^} dglEdgeTraverser_s;$/;"	t	typeref:struct:__anon84
dglEdge_T_First	lib/vector/dglib/graph.c	/^dglInt32_t *dglEdge_T_First(dglEdgeTraverser_s * pT)$/;"	f
dglEdge_T_Initialize	lib/vector/dglib/graph.c	/^int dglEdge_T_Initialize(dglEdgeTraverser_s * pT,$/;"	f
dglEdge_T_Next	lib/vector/dglib/graph.c	/^dglInt32_t *dglEdge_T_Next(dglEdgeTraverser_s * pT)$/;"	f
dglEdge_T_Release	lib/vector/dglib/graph.c	/^void dglEdge_T_Release(dglEdgeTraverser_s * pT)$/;"	f
dglEdgesetGet_EdgeCount	lib/vector/dglib/graph.c	/^dglInt32_t dglEdgesetGet_EdgeCount(dglGraph_s * pGraph,$/;"	f
dglEdgesetTraverser_s	lib/vector/dglib/graph.h	/^} dglEdgesetTraverser_s;$/;"	t	typeref:struct:__anon83
dglEdgeset_T_First	lib/vector/dglib/graph.c	/^dglInt32_t *dglEdgeset_T_First(dglEdgesetTraverser_s * pT)$/;"	f
dglEdgeset_T_Initialize	lib/vector/dglib/graph.c	/^int dglEdgeset_T_Initialize(dglEdgesetTraverser_s * pT,$/;"	f
dglEdgeset_T_Next	lib/vector/dglib/graph.c	/^dglInt32_t *dglEdgeset_T_Next(dglEdgesetTraverser_s * pT)$/;"	f
dglEdgeset_T_Release	lib/vector/dglib/graph.c	/^void dglEdgeset_T_Release(dglEdgesetTraverser_s * pT)$/;"	f
dglErrno	lib/vector/dglib/graph.c	/^int dglErrno(dglGraph_s * pgraph)$/;"	f
dglFlatten	lib/vector/dglib/graph.c	/^int dglFlatten(dglGraph_s * pGraph)$/;"	f
dglFreeSPReport	lib/vector/dglib/graph.c	/^void dglFreeSPReport(dglGraph_s * pgraph, dglSPReport_s * pSPReport)$/;"	f
dglGetEdge	lib/vector/dglib/graph.c	/^dglInt32_t *dglGetEdge(dglGraph_s * pGraph, dglInt32_t nEdgeId)$/;"	f
dglGetNode	lib/vector/dglib/graph.c	/^dglInt32_t *dglGetNode(dglGraph_s * pGraph, dglInt32_t nNodeId)$/;"	f
dglGet_AloneNodeCount	lib/vector/dglib/graph.c	/^int dglGet_AloneNodeCount(dglGraph_s * pgraph)$/;"	f
dglGet_Cost	lib/vector/dglib/graph.c	/^dglInt64_t dglGet_Cost(dglGraph_s * pgraph)$/;"	f
dglGet_EdgeAttrSize	lib/vector/dglib/graph.c	/^int dglGet_EdgeAttrSize(dglGraph_s * pgraph)$/;"	f
dglGet_EdgeCount	lib/vector/dglib/graph.c	/^int dglGet_EdgeCount(dglGraph_s * pgraph)$/;"	f
dglGet_EdgePrioritizer	lib/vector/dglib/graph.c	/^dglEdgePrioritizer_s *dglGet_EdgePrioritizer(dglGraph_s * pGraph)$/;"	f
dglGet_EdgeSize	lib/vector/dglib/graph.c	/^int dglGet_EdgeSize(dglGraph_s * pgraph)$/;"	f
dglGet_Endianess	lib/vector/dglib/graph.c	/^int dglGet_Endianess(dglGraph_s * pgraph)$/;"	f
dglGet_Family	lib/vector/dglib/graph.c	/^dglInt32_t dglGet_Family(dglGraph_s * pgraph)$/;"	f
dglGet_HeadNodeCount	lib/vector/dglib/graph.c	/^int dglGet_HeadNodeCount(dglGraph_s * pgraph)$/;"	f
dglGet_NodeAttrSize	lib/vector/dglib/graph.c	/^int dglGet_NodeAttrSize(dglGraph_s * pgraph)$/;"	f
dglGet_NodeCount	lib/vector/dglib/graph.c	/^int dglGet_NodeCount(dglGraph_s * pgraph)$/;"	f
dglGet_NodePrioritizer	lib/vector/dglib/graph.c	/^dglNodePrioritizer_s *dglGet_NodePrioritizer(dglGraph_s * pGraph)$/;"	f
dglGet_NodeSize	lib/vector/dglib/graph.c	/^int dglGet_NodeSize(dglGraph_s * pgraph)$/;"	f
dglGet_Opaque	lib/vector/dglib/graph.c	/^dglInt32_t *dglGet_Opaque(dglGraph_s * pgraph)$/;"	f
dglGet_Options	lib/vector/dglib/graph.c	/^dglInt32_t dglGet_Options(dglGraph_s * pgraph)$/;"	f
dglGet_State	lib/vector/dglib/graph.c	/^int dglGet_State(dglGraph_s * pgraph)$/;"	f
dglGet_TailNodeCount	lib/vector/dglib/graph.c	/^int dglGet_TailNodeCount(dglGraph_s * pgraph)$/;"	f
dglGet_Version	lib/vector/dglib/graph.c	/^int dglGet_Version(dglGraph_s * pgraph)$/;"	f
dglGraph_s	lib/vector/dglib/graph.h	/^dglGraph_s;$/;"	t	typeref:struct:_dglGraph
dglHeapCancelItem_fn	lib/vector/dglib/heap.h	/^typedef void (*dglHeapCancelItem_fn) (dglHeap_s * pheap,$/;"	t
dglHeapData_u	lib/vector/dglib/heap.h	/^} dglHeapData_u;$/;"	t	typeref:union:_dglHeapData
dglHeapExtractMax	lib/vector/dglib/heap.c	/^int dglHeapExtractMax(dglHeap_s * pheap, dglHeapNode_s * pnoderet)$/;"	f
dglHeapExtractMin	lib/vector/dglib/heap.c	/^int dglHeapExtractMin(dglHeap_s * pheap, dglHeapNode_s * pnoderet)$/;"	f
dglHeapFree	lib/vector/dglib/heap.c	/^void dglHeapFree(dglHeap_s * pheap, dglHeapCancelItem_fn pfnCancelItem)$/;"	f
dglHeapInit	lib/vector/dglib/heap.c	/^void dglHeapInit(dglHeap_s * pheap)$/;"	f
dglHeapInsertMax	lib/vector/dglib/heap.c	/^int dglHeapInsertMax(dglHeap_s * pheap,$/;"	f
dglHeapInsertMin	lib/vector/dglib/heap.c	/^int dglHeapInsertMin(dglHeap_s * pheap,$/;"	f
dglHeapNode_s	lib/vector/dglib/heap.h	/^} dglHeapNode_s;$/;"	t	typeref:struct:_dglHeapNode
dglHeap_s	lib/vector/dglib/heap.h	/^} dglHeap_s;$/;"	t	typeref:struct:_dglHeap
dglIOContextInitialize	lib/vector/dglib/graph.c	/^int dglIOContextInitialize(dglGraph_s * pG, dglIOContext_s * pIO)$/;"	f
dglIOContextRelease	lib/vector/dglib/graph.c	/^void dglIOContextRelease(dglIOContext_s * pIO)$/;"	f
dglIOContext_s	lib/vector/dglib/graph.h	/^} dglIOContext_s;$/;"	t	typeref:struct:__anon85
dglInitialize	lib/vector/dglib/graph.c	/^int dglInitialize(dglGraph_s * pGraph, dglByte_t Version,$/;"	f
dglInitializeSPCache	lib/vector/dglib/graph.c	/^int dglInitializeSPCache(dglGraph_s * pGraph, dglSPCache_s * pCache)$/;"	f
dglInt32_t	lib/vector/dglib/type.h	/^typedef long dglInt32_t;$/;"	t
dglInt64_t	lib/vector/dglib/type.h	/^typedef long long dglInt64_t;$/;"	t
dglMinimumSpanning	lib/vector/dglib/graph.c	/^int dglMinimumSpanning(dglGraph_s * pgraphInput,$/;"	f
dglNodeGet_Attr	lib/vector/dglib/graph.c	/^dglInt32_t *dglNodeGet_Attr(dglGraph_s * pGraph, dglInt32_t * pnNode)$/;"	f
dglNodeGet_Id	lib/vector/dglib/graph.c	/^dglInt32_t dglNodeGet_Id(dglGraph_s * pGraph, dglInt32_t * pnNode)$/;"	f
dglNodeGet_InDegree	lib/vector/dglib/graph.c	/^int dglNodeGet_InDegree(dglGraph_s * pGraph, dglInt32_t * pnNode)$/;"	f
dglNodeGet_InEdgeset	lib/vector/dglib/graph.c	/^dglInt32_t *dglNodeGet_InEdgeset(dglGraph_s * pGraph, dglInt32_t * pnNode)$/;"	f
dglNodeGet_OutDegree	lib/vector/dglib/graph.c	/^int dglNodeGet_OutDegree(dglGraph_s * pGraph, dglInt32_t * pnNode)$/;"	f
dglNodeGet_OutEdgeset	lib/vector/dglib/graph.c	/^dglInt32_t *dglNodeGet_OutEdgeset(dglGraph_s * pGraph, dglInt32_t * pnNode)$/;"	f
dglNodeGet_Status	lib/vector/dglib/graph.c	/^dglInt32_t dglNodeGet_Status(dglGraph_s * pGraph, dglInt32_t * pnNode)$/;"	f
dglNodeGet_Valence	lib/vector/dglib/graph.c	/^int dglNodeGet_Valence(dglGraph_s * pGraph, dglInt32_t * pnNode)$/;"	f
dglNodePrioritizer_s	lib/vector/dglib/graph.h	/^} dglNodePrioritizer_s;$/;"	t	typeref:struct:__anon79
dglNodeSet_Attr	lib/vector/dglib/graph.c	/^void dglNodeSet_Attr(dglGraph_s * pGraph, dglInt32_t * pnNode,$/;"	f
dglNodeTraverser_s	lib/vector/dglib/graph.h	/^} dglNodeTraverser_s;$/;"	t	typeref:struct:__anon82
dglNode_T_Find	lib/vector/dglib/graph.c	/^dglInt32_t *dglNode_T_Find(dglNodeTraverser_s * pT, dglInt32_t nNodeId)$/;"	f
dglNode_T_First	lib/vector/dglib/graph.c	/^dglInt32_t *dglNode_T_First(dglNodeTraverser_s * pT)$/;"	f
dglNode_T_Initialize	lib/vector/dglib/graph.c	/^int dglNode_T_Initialize(dglNodeTraverser_s * pT, dglGraph_s * pGraph)$/;"	f
dglNode_T_Next	lib/vector/dglib/graph.c	/^dglInt32_t *dglNode_T_Next(dglNodeTraverser_s * pT)$/;"	f
dglNode_T_Release	lib/vector/dglib/graph.c	/^void dglNode_T_Release(dglNodeTraverser_s * pT)$/;"	f
dglRead	lib/vector/dglib/graph.c	/^int dglRead(dglGraph_s * pGraph, int fd)$/;"	f
dglReadChunk	lib/vector/dglib/graph.c	/^int dglReadChunk(dglIOContext_s * pIO, dglByte_t * pbChunk, int cbChunk)$/;"	f
dglRelease	lib/vector/dglib/graph.c	/^int dglRelease(dglGraph_s * pGraph)$/;"	f
dglReleaseSPCache	lib/vector/dglib/graph.c	/^void dglReleaseSPCache(dglGraph_s * pGraph, dglSPCache_s * pCache)$/;"	f
dglResetStats	lib/vector/dglib/graph.c	/^void dglResetStats(dglGraph_s * pgraph)$/;"	f
dglSPArc_s	lib/vector/dglib/graph.h	/^dglSPArc_s;$/;"	t	typeref:struct:_dglSPArc
dglSPCache_s	lib/vector/dglib/graph.h	/^dglSPCache_s;$/;"	t	typeref:struct:__anon81
dglSPClipInput_s	lib/vector/dglib/graph.h	/^} dglSPClipInput_s;$/;"	t	typeref:struct:_dglSPClipInput
dglSPClipOutput_s	lib/vector/dglib/graph.h	/^} dglSPClipOutput_s;$/;"	t	typeref:struct:_dglSPClipOutput
dglSPClip_fn	lib/vector/dglib/graph.h	/^typedef int (*dglSPClip_fn) (dglGraph_s *, dglSPClipInput_s *,$/;"	t
dglSPReport_s	lib/vector/dglib/graph.h	/^dglSPReport_s;$/;"	t	typeref:struct:_dglSPReport
dglSet_Cost	lib/vector/dglib/graph.c	/^void dglSet_Cost(dglGraph_s * pgraph, dglInt64_t nnCost)$/;"	f
dglSet_Family	lib/vector/dglib/graph.c	/^void dglSet_Family(dglGraph_s * pgraph, dglInt32_t nFamily)$/;"	f
dglSet_Opaque	lib/vector/dglib/graph.c	/^void dglSet_Opaque(dglGraph_s * pgraph, dglInt32_t * pOpaque)$/;"	f
dglSet_Options	lib/vector/dglib/graph.c	/^void dglSet_Options(dglGraph_s * pgraph, dglInt32_t nOptions)$/;"	f
dglSet_Version	lib/vector/dglib/graph.c	/^void dglSet_Version(dglGraph_s * pgraph, int nVersion)$/;"	f
dglShortestDistance	lib/vector/dglib/graph.c	/^int dglShortestDistance(dglGraph_s * pGraph,$/;"	f
dglShortestPath	lib/vector/dglib/graph.c	/^int dglShortestPath(dglGraph_s * pGraph,$/;"	f
dglSpanClipInput_s	lib/vector/dglib/graph.h	/^} dglSpanClipInput_s;$/;"	t	typeref:struct:_dglSpanClipInput
dglSpanClipOutput_s	lib/vector/dglib/graph.h	/^} dglSpanClipOutput_s;$/;"	t	typeref:struct:_dglSpanClipOutput
dglSpanClip_fn	lib/vector/dglib/graph.h	/^typedef int (*dglSpanClip_fn) (dglGraph_s *, dglGraph_s *,$/;"	t
dglStrerror	lib/vector/dglib/graph.c	/^char *dglStrerror(dglGraph_s * pgraph)$/;"	f
dglTreeEdgeAdd	lib/vector/dglib/tree.c	/^dglTreeEdge_s *dglTreeEdgeAdd(void *pavl, dglInt32_t nKey)$/;"	f
dglTreeEdgeAlloc	lib/vector/dglib/tree.c	/^dglTreeEdge_s *dglTreeEdgeAlloc()$/;"	f
dglTreeEdgeCancel	lib/vector/dglib/tree.c	/^void dglTreeEdgeCancel(void *pvEdge, void *pvParam)$/;"	f
dglTreeEdgeCompare	lib/vector/dglib/tree.c	/^int dglTreeEdgeCompare(const void *pvEdgeA, const void *pvEdgeB,$/;"	f
dglTreeEdgePri32Add	lib/vector/dglib/tree.c	/^dglTreeEdgePri32_s *dglTreeEdgePri32Add(void *pavl, dglInt32_t nKey)$/;"	f
dglTreeEdgePri32Alloc	lib/vector/dglib/tree.c	/^dglTreeEdgePri32_s *dglTreeEdgePri32Alloc()$/;"	f
dglTreeEdgePri32Cancel	lib/vector/dglib/tree.c	/^void dglTreeEdgePri32Cancel(void *pvEdgePri32, void *pvParam)$/;"	f
dglTreeEdgePri32Compare	lib/vector/dglib/tree.c	/^int dglTreeEdgePri32Compare(const void *pvEdgePri32A,$/;"	f
dglTreeEdgePri32_s	lib/vector/dglib/tree.h	/^} dglTreeEdgePri32_s;$/;"	t	typeref:struct:_dglTreeEdgePri32
dglTreeEdge_s	lib/vector/dglib/tree.h	/^} dglTreeEdge_s;$/;"	t	typeref:struct:_dglTreeEdge
dglTreeGetAllocator	lib/vector/dglib/tree.c	/^void *dglTreeGetAllocator()$/;"	f
dglTreeNode2Add	lib/vector/dglib/tree.c	/^dglTreeNode2_s *dglTreeNode2Add(void *pavl, dglInt32_t nKey)$/;"	f
dglTreeNode2Alloc	lib/vector/dglib/tree.c	/^dglTreeNode2_s *dglTreeNode2Alloc()$/;"	f
dglTreeNode2Cancel	lib/vector/dglib/tree.c	/^void dglTreeNode2Cancel(void *pvNode2, void *pvParam)$/;"	f
dglTreeNode2Compare	lib/vector/dglib/tree.c	/^int dglTreeNode2Compare(const void *pvNode2A, const void *pvNode2B,$/;"	f
dglTreeNode2_s	lib/vector/dglib/tree.h	/^} dglTreeNode2_s;$/;"	t	typeref:struct:_dglTreeNode2
dglTreeNodeAdd	lib/vector/dglib/tree.c	/^dglTreeNode_s *dglTreeNodeAdd(void *pavl, dglInt32_t nKey)$/;"	f
dglTreeNodeAlloc	lib/vector/dglib/tree.c	/^dglTreeNode_s *dglTreeNodeAlloc()$/;"	f
dglTreeNodeCancel	lib/vector/dglib/tree.c	/^void dglTreeNodeCancel(void *pvNode, void *pvParam)$/;"	f
dglTreeNodeCompare	lib/vector/dglib/tree.c	/^int dglTreeNodeCompare(const void *pvNodeA, const void *pvNodeB,$/;"	f
dglTreeNodePri32Add	lib/vector/dglib/tree.c	/^dglTreeNodePri32_s *dglTreeNodePri32Add(void *pavl, dglInt32_t nKey)$/;"	f
dglTreeNodePri32Alloc	lib/vector/dglib/tree.c	/^dglTreeNodePri32_s *dglTreeNodePri32Alloc()$/;"	f
dglTreeNodePri32Cancel	lib/vector/dglib/tree.c	/^void dglTreeNodePri32Cancel(void *pvNodePri32, void *pvParam)$/;"	f
dglTreeNodePri32Compare	lib/vector/dglib/tree.c	/^int dglTreeNodePri32Compare(const void *pvNodePri32A,$/;"	f
dglTreeNodePri32_s	lib/vector/dglib/tree.h	/^} dglTreeNodePri32_s;$/;"	t	typeref:struct:_dglTreeNodePri32
dglTreeNode_s	lib/vector/dglib/tree.h	/^} dglTreeNode_s;$/;"	t	typeref:struct:_dglTreeNode
dglTreePredistAdd	lib/vector/dglib/tree.c	/^dglTreePredist_s *dglTreePredistAdd(void *pavl, dglInt32_t nKey)$/;"	f
dglTreePredistAlloc	lib/vector/dglib/tree.c	/^dglTreePredist_s *dglTreePredistAlloc()$/;"	f
dglTreePredistCancel	lib/vector/dglib/tree.c	/^void dglTreePredistCancel(void *pvPredist, void *pvParam)$/;"	f
dglTreePredistCompare	lib/vector/dglib/tree.c	/^int dglTreePredistCompare(const void *pvPredistA, const void *pvPredistB,$/;"	f
dglTreePredist_s	lib/vector/dglib/tree.h	/^} dglTreePredist_s;$/;"	t	typeref:struct:_dglTreePredist
dglTreeTouchI32Add	lib/vector/dglib/tree.c	/^dglTreeTouchI32_s *dglTreeTouchI32Add(void *pavl, dglInt32_t nKey)$/;"	f
dglTreeTouchI32Alloc	lib/vector/dglib/tree.c	/^dglTreeTouchI32_s *dglTreeTouchI32Alloc()$/;"	f
dglTreeTouchI32Cancel	lib/vector/dglib/tree.c	/^void dglTreeTouchI32Cancel(void *pvTouchI32, void *pvParam)$/;"	f
dglTreeTouchI32Compare	lib/vector/dglib/tree.c	/^int dglTreeTouchI32Compare(const void *pvTouchI32A, const void *pvTouchI32B,$/;"	f
dglTreeTouchI32_s	lib/vector/dglib/tree.h	/^} dglTreeTouchI32_s;$/;"	t	typeref:struct:_dglTreeTouchI32
dglUnflatten	lib/vector/dglib/graph.c	/^int dglUnflatten(dglGraph_s * pGraph)$/;"	f
dglWrite	lib/vector/dglib/graph.c	/^int dglWrite(dglGraph_s * pGraph, int fd)$/;"	f
dglWriteChunk	lib/vector/dglib/graph.c	/^int dglWriteChunk(dglIOContext_s * pIO, dglWriteChunk_fn pfn, void *pv)$/;"	f
dglWriteChunk_fn	lib/vector/dglib/graph.h	/^typedef int (*dglWriteChunk_fn) (dglGraph_s *, unsigned char *pbChunk,$/;"	t
dgl_depthfirst_spanning_V1	lib/vector/dglib/graph_v1.c	/^int dgl_depthfirst_spanning_V1(dglGraph_s * pgraphIn,$/;"	f
dgl_depthfirst_spanning_V2	lib/vector/dglib/graph_v2.c	/^int dgl_depthfirst_spanning_V2(dglGraph_s * pgraphIn,$/;"	f
dgl_dijkstra_V1	lib/vector/dglib/graph_v1.c	/^int dgl_dijkstra_V1(dglGraph_s * pgraph,$/;"	f
dgl_dijkstra_V2	lib/vector/dglib/graph_v2.c	/^int dgl_dijkstra_V2(dglGraph_s * pgraph,$/;"	f
dgl_edge_prioritizer_add	lib/vector/dglib/helpers.c	/^int dgl_edge_prioritizer_add(dglGraph_s * pG, dglInt32_t nId,$/;"	f
dgl_edge_prioritizer_del	lib/vector/dglib/helpers.c	/^int dgl_edge_prioritizer_del(dglGraph_s * pG, dglInt32_t nId,$/;"	f
dgl_initialize_V1	lib/vector/dglib/graph_v1.c	/^int dgl_initialize_V1(dglGraph_s * pgraph)$/;"	f
dgl_initialize_V2	lib/vector/dglib/graph_v2.c	/^int dgl_initialize_V2(dglGraph_s * pgraph)$/;"	f
dgl_mempop	lib/vector/dglib/helpers.c	/^unsigned char *dgl_mempop(unsigned char *pstack, long *istack, long size)$/;"	f
dgl_mempush	lib/vector/dglib/helpers.c	/^unsigned char *dgl_mempush(unsigned char *pstack, long *istack, long size,$/;"	f
dgl_minimum_spanning_V1	lib/vector/dglib/graph_v1.c	/^int dgl_minimum_spanning_V1(dglGraph_s * pgraphIn,$/;"	f
dgl_minimum_spanning_V2	lib/vector/dglib/graph_v2.c	/^int dgl_minimum_spanning_V2(dglGraph_s * pgraphIn,$/;"	f
dgl_read_V1	lib/vector/dglib/graph_v1.c	/^int dgl_read_V1(dglGraph_s * pgraph, int fd)$/;"	f
dgl_read_V2	lib/vector/dglib/graph_v2.c	/^int dgl_read_V2(dglGraph_s * pgraph, int fd, int version)$/;"	f
dgl_release_V1	lib/vector/dglib/graph_v1.c	/^int dgl_release_V1(dglGraph_s * pgraph)$/;"	f
dgl_release_V2	lib/vector/dglib/graph_v2.c	/^int dgl_release_V2(dglGraph_s * pgraph)$/;"	f
dgl_swapInt32Bytes	lib/vector/dglib/helpers.c	/^void dgl_swapInt32Bytes(dglInt32_t * pn)$/;"	f
dgl_swapInt64Bytes	lib/vector/dglib/helpers.c	/^void dgl_swapInt64Bytes(dglInt64_t * pn)$/;"	f
dgl_write_V1	lib/vector/dglib/graph_v1.c	/^int dgl_write_V1(dglGraph_s * pgraph, int fd)$/;"	f
dgl_write_V2	lib/vector/dglib/graph_v2.c	/^int dgl_write_V2(dglGraph_s * pgraph, int fd)$/;"	f
dh	raster/r.sun/main.c	/^double beam_e, diff_e, refl_e, bh, dh, rr, insol_t;$/;"	v
diag	raster/r.water.outlet/basin.h	/^GLOBAL double half_res, diag, max_length, dep_slope;$/;"	v
diag	raster/r.watershed/ram/Gwater.h	/^GLOBAL double half_res, diag, max_length, dep_slope;$/;"	v
diag	raster/r.watershed/seg/Gwater.h	/^GLOBAL double half_res, diag, max_length, dep_slope;$/;"	v
diag_res	raster/r.drain/local.h	/^    double ew_res, ns_res, diag_res;$/;"	m	struct:metrics
diagonal	general/g.transform/main.c	/^static void diagonal(double *dg, double *d2, double dx, double dy)$/;"	f	file:
dialog_controls	visualization/nviz/scripts/ACS_utils.tcl	/^proc dialog_controls	{win} 			{return "$win.controls"}$/;"	p
dialog_create	visualization/nviz/scripts/ACS_utils.tcl	/^proc dialog_create {class {win "auto"}} {$/;"	p
dialog_fill_controls	visualization/nviz/scripts/ACS_utils.tcl	/^proc dialog_fill_controls {win varName focus {ok "OK"} {cancel "Cancel"}} {$/;"	p
dialog_get_command	lib/gis/gui.tcl	/^proc dialog_get_command {dlg} {$/;"	p
dialog_info	visualization/nviz/scripts/ACS_utils.tcl	/^proc dialog_info 		{win} 			{return "$win.info"}$/;"	p
dialog_safeguard	visualization/nviz/scripts/ACS_utils.tcl	/^proc dialog_safeguard {win} {$/;"	p
dialog_set_command	lib/gis/gui.tcl	/^proc dialog_set_command {dlg cmd} {$/;"	p
dialog_setvar	visualization/nviz/scripts/ACS_utils.tcl	/^proc dialog_setvar 		{varName val} 	{upvar $varName v; set v $val}$/;"	p
dialog_wait	visualization/nviz/scripts/ACS_utils.tcl	/^proc dialog_wait {win varName} {$/;"	p
dica1	imagery/i.atcorr/Abstra.cpp	/^void dica1 (float a[8], const long int inu)$/;"	f
dica2	imagery/i.atcorr/Abstra.cpp	/^void dica2 (float a[8], const long int inu)$/;"	f
dica3	imagery/i.atcorr/Abstra.cpp	/^void dica3 (float a[8], const long int inu)$/;"	f
die	general/g.region/main.c	/^static void die(struct Option *parm)$/;"	f	file:
die	raster/r.kappa/stats.c	/^static void die(void)$/;"	f	file:
die	raster/r.region/main.c	/^static void die(struct Option *parm)$/;"	f	file:
die	raster/r.report/stats.c	/^static int die(void)$/;"	f	file:
die	raster/r.what/die.c	/^void die(char *a, char *b)$/;"	f
dif	raster/simwe/simlib/waterglobs.h	/^GLOBAL float **dif;$/;"	v
diff	raster/r.drain/tinf.h	/^void (*diff) (void *, void *);$/;"	v
diff	raster/r.fill.dir/tinf.h	/^void (*diff) (void *, void *);$/;"	v
diff	raster/r.sun/main.c	/^float **lumcl, **beam, **insol, **diff, **refl;$/;"	v
diff	raster/r.sun2/main.c	/^float **lumcl, **beam, **insol, **diff, **refl, **globrad;$/;"	v
diff_c	raster/r.drain/tinf.c	/^void diff_c(void *v1, void *v2)$/;"	f
diff_c	raster/r.fill.dir/tinf.c	/^void diff_c(void *v1, void *v2)$/;"	f
diff_d	raster/r.drain/tinf.c	/^void diff_d(void *v1, void *v2)$/;"	f
diff_d	raster/r.fill.dir/tinf.c	/^void diff_d(void *v1, void *v2)$/;"	f
diff_e	raster/r.sun/main.c	/^double beam_e, diff_e, refl_e, bh, dh, rr, insol_t;$/;"	v
diff_e	raster/r.sun2/main.c	/^double beam_e, diff_e, refl_e, rr, insol_t;$/;"	v
diff_f	raster/r.drain/tinf.c	/^void diff_f(void *v1, void *v2)$/;"	f
diff_f	raster/r.fill.dir/tinf.c	/^void diff_f(void *v1, void *v2)$/;"	f
diff_rad	raster/r.sun/main.c	/^char *diff_rad = NULL;$/;"	v
diff_rad	raster/r.sun2/main.c	/^const char *diff_rad = NULL;$/;"	v
diff_x	lib/gpde/N_solute_transport.h	/^    N_array_2d *diff_x;		\/*x part of the diffusion tensor *\/$/;"	m	struct:__anon45
diff_x	lib/gpde/N_solute_transport.h	/^    N_array_3d *diff_x;		\/*x part of the diffusion tensor *\/$/;"	m	struct:__anon44
diff_y	lib/gpde/N_solute_transport.h	/^    N_array_2d *diff_y;		\/*y part of the diffusion tensor *\/$/;"	m	struct:__anon45
diff_y	lib/gpde/N_solute_transport.h	/^    N_array_3d *diff_y;		\/*y part of the diffusion tensor *\/$/;"	m	struct:__anon44
diff_z	lib/gpde/N_solute_transport.h	/^    N_array_3d *diff_z;		\/*z part of the diffusion tensor *\/$/;"	m	struct:__anon44
diffc	raster/simwe/simlib/waterglobs.h	/^	*density, *diffc, *hmax, *halpha, *hbeta, *wdepth, *detin, *tranin,$/;"	m	struct:__anon137	typeref:struct:__anon137::
dig_Rd_P_area	lib/vector/diglib/plus_struct.c	/^int dig_Rd_P_area(struct Plus_head *Plus, int n, GVFILE * fp)$/;"	f
dig_Rd_P_isle	lib/vector/diglib/plus_struct.c	/^int dig_Rd_P_isle(struct Plus_head *Plus, int n, GVFILE * fp)$/;"	f
dig_Rd_P_line	lib/vector/diglib/plus_struct.c	/^int dig_Rd_P_line(struct Plus_head *Plus, int n, GVFILE * fp)$/;"	f
dig_Rd_P_node	lib/vector/diglib/plus_struct.c	/^int dig_Rd_P_node(struct Plus_head *Plus, int n, GVFILE * fp)$/;"	f
dig_Rd_Plus_head	lib/vector/diglib/plus_struct.c	/^int dig_Rd_Plus_head(GVFILE * fp, struct Plus_head *ptr)$/;"	f
dig_Rd_spindx_head	lib/vector/diglib/spindex_rw.c	/^int dig_Rd_spindx_head(GVFILE * fp, struct Plus_head *ptr)$/;"	f
dig_Wr_P_area	lib/vector/diglib/plus_struct.c	/^int dig_Wr_P_area(struct Plus_head *Plus, int n, GVFILE * fp)$/;"	f
dig_Wr_P_isle	lib/vector/diglib/plus_struct.c	/^int dig_Wr_P_isle(struct Plus_head *Plus, int n, GVFILE * fp)$/;"	f
dig_Wr_P_line	lib/vector/diglib/plus_struct.c	/^int dig_Wr_P_line(struct Plus_head *Plus, int n, GVFILE * fp)$/;"	f
dig_Wr_P_node	lib/vector/diglib/plus_struct.c	/^int dig_Wr_P_node(struct Plus_head *Plus, int n, GVFILE * fp)$/;"	f
dig_Wr_Plus_head	lib/vector/diglib/plus_struct.c	/^int dig_Wr_Plus_head(GVFILE * fp, struct Plus_head *ptr)$/;"	f
dig_Wr_spindx_head	lib/vector/diglib/spindex_rw.c	/^int dig_Wr_spindx_head(GVFILE * fp, struct Plus_head *ptr)$/;"	f
dig__alloc_space	lib/vector/diglib/allocation.c	/^void *dig__alloc_space(int n_wanted, int *n_elements, int chunk_size, void *ptr,	\/* changed char -> void instead of casting.  WBH 8\/16\/1998  *\/$/;"	f
dig__byte_order_out	lib/vector/diglib/portable.c	/^int dig__byte_order_out()$/;"	f
dig__falloc	lib/vector/diglib/allocation.c	/^void *dig__falloc(int nelem, int elsize)$/;"	f
dig__fread_port_C	lib/vector/diglib/portable.c	/^int dig__fread_port_C(char *buf, int cnt, GVFILE * fp)$/;"	f
dig__fread_port_D	lib/vector/diglib/portable.c	/^int dig__fread_port_D(double *buf, int cnt, GVFILE * fp)$/;"	f
dig__fread_port_F	lib/vector/diglib/portable.c	/^int dig__fread_port_F(float *buf, int cnt, GVFILE * fp)$/;"	f
dig__fread_port_I	lib/vector/diglib/portable.c	/^int dig__fread_port_I(int *buf, int cnt, GVFILE * fp)$/;"	f
dig__fread_port_L	lib/vector/diglib/portable.c	/^int dig__fread_port_L(long *buf, int cnt, GVFILE * fp)$/;"	f
dig__fread_port_P	lib/vector/diglib/portable.c	/^int dig__fread_port_P(plus_t * buf, int cnt, GVFILE * fp)$/;"	f
dig__fread_port_S	lib/vector/diglib/portable.c	/^int dig__fread_port_S(short *buf, int cnt, GVFILE * fp)$/;"	f
dig__frealloc	lib/vector/diglib/allocation.c	/^void *dig__frealloc(void *oldptr, int nelem, int elsize, int oldnelem)$/;"	f
dig__fwrite_port_C	lib/vector/diglib/portable.c	/^int dig__fwrite_port_C(char *buf,	\/* CHAR *\/$/;"	f
dig__fwrite_port_D	lib/vector/diglib/portable.c	/^int dig__fwrite_port_D(double *buf,	\/* DOUBLE *\/$/;"	f
dig__fwrite_port_F	lib/vector/diglib/portable.c	/^int dig__fwrite_port_F(float *buf,	\/* FLOAT *\/$/;"	f
dig__fwrite_port_I	lib/vector/diglib/portable.c	/^int dig__fwrite_port_I(int *buf,	\/* INT *\/$/;"	f
dig__fwrite_port_L	lib/vector/diglib/portable.c	/^int dig__fwrite_port_L(long *buf,	\/* LONG *\/$/;"	f
dig__fwrite_port_P	lib/vector/diglib/portable.c	/^int dig__fwrite_port_P(plus_t * buf,	\/* PLUS_T->INT *\/$/;"	f
dig__fwrite_port_S	lib/vector/diglib/portable.c	/^int dig__fwrite_port_S(short *buf,	\/* SHORT *\/$/;"	f
dig__read_head	lib/vector/diglib/head.c	/^int dig__read_head(struct Map_info *Map)$/;"	f
dig__write_head	lib/vector/diglib/head.c	/^int dig__write_head(struct Map_info *Map)$/;"	f
dig_add_area	lib/vector/diglib/plus_area.c	/^int dig_add_area(struct Plus_head *plus, int n_lines, plus_t * lines)$/;"	f
dig_add_isle	lib/vector/diglib/plus_area.c	/^int dig_add_isle(struct Plus_head *plus, int n_lines, plus_t * lines)$/;"	f
dig_add_line	lib/vector/diglib/plus_line.c	/^dig_add_line(struct Plus_head *plus, int type, struct line_pnts *Points,$/;"	f
dig_add_node	lib/vector/diglib/plus_node.c	/^int dig_add_node(struct Plus_head *plus, double x, double y, double z)$/;"	f
dig_alloc_area	lib/vector/diglib/struct_alloc.c	/^P_AREA *dig_alloc_area()$/;"	f
dig_alloc_areas	lib/vector/diglib/struct_alloc.c	/^int dig_alloc_areas(struct Plus_head *Plus, int add)$/;"	f
dig_alloc_cats	lib/vector/diglib/struct_alloc.c	/^int dig_alloc_cats(struct line_cats *cats, int num)$/;"	f
dig_alloc_isle	lib/vector/diglib/struct_alloc.c	/^P_ISLE *dig_alloc_isle()$/;"	f
dig_alloc_isles	lib/vector/diglib/struct_alloc.c	/^int dig_alloc_isles(struct Plus_head *Plus, int add)$/;"	f
dig_alloc_line	lib/vector/diglib/struct_alloc.c	/^P_LINE *dig_alloc_line()$/;"	f
dig_alloc_lines	lib/vector/diglib/struct_alloc.c	/^int dig_alloc_lines(struct Plus_head *Plus, int add)$/;"	f
dig_alloc_node	lib/vector/diglib/struct_alloc.c	/^P_NODE *dig_alloc_node()$/;"	f
dig_alloc_nodes	lib/vector/diglib/struct_alloc.c	/^int dig_alloc_nodes(struct Plus_head *Plus, int add)$/;"	f
dig_alloc_points	lib/vector/diglib/struct_alloc.c	/^int dig_alloc_points(struct line_pnts *points, int num)$/;"	f
dig_alloc_space	lib/vector/diglib/allocation.c	/^void *dig_alloc_space(int n_wanted,$/;"	f
dig_angle_next_line	lib/vector/diglib/plus_area.c	/^dig_angle_next_line(struct Plus_head *plus, plus_t current_line, int side,$/;"	f
dig_area_add_isle	lib/vector/diglib/plus_area.c	/^int dig_area_add_isle(struct Plus_head *plus, int area, int isle)$/;"	f
dig_area_alloc_isle	lib/vector/diglib/struct_alloc.c	/^int dig_area_alloc_isle(P_AREA * area, int add)$/;"	f
dig_area_alloc_line	lib/vector/diglib/struct_alloc.c	/^int dig_area_alloc_line(P_AREA * area, int add)$/;"	f
dig_area_del_isle	lib/vector/diglib/plus_area.c	/^int dig_area_del_isle(struct Plus_head *plus, int area, int isle)$/;"	f
dig_area_set_box	lib/vector/diglib/plus_area.c	/^int dig_area_set_box(struct Plus_head *plus, plus_t area, BOUND_BOX * Box)$/;"	f
dig_box_copy	lib/vector/diglib/box.c	/^int dig_box_copy(BOUND_BOX * A, BOUND_BOX * B)$/;"	f
dig_box_extend	lib/vector/diglib/box.c	/^int dig_box_extend(BOUND_BOX * A, BOUND_BOX * B)$/;"	f
dig_build_area_with_line	lib/vector/diglib/plus_area.c	/^dig_build_area_with_line(struct Plus_head *plus, plus_t first_line, int side,$/;"	f
dig_calc_begin_angle	lib/vector/diglib/angle.c	/^float dig_calc_begin_angle(struct line_pnts *points, double thresh)$/;"	f
dig_calc_end_angle	lib/vector/diglib/angle.c	/^float dig_calc_end_angle(struct line_pnts *points, double thresh)$/;"	f
dig_cidx_add_cat	lib/vector/diglib/cindex.c	/^dig_cidx_add_cat(struct Plus_head *Plus, int field, int cat, int line,$/;"	f
dig_cidx_add_cat_sorted	lib/vector/diglib/cindex.c	/^dig_cidx_add_cat_sorted(struct Plus_head *Plus, int field, int cat, int line,$/;"	f
dig_cidx_del_cat	lib/vector/diglib/cindex.c	/^dig_cidx_del_cat(struct Plus_head *Plus, int field, int cat, int line,$/;"	f
dig_cidx_free	lib/vector/diglib/cindex.c	/^void dig_cidx_free(struct Plus_head *Plus)$/;"	f
dig_cidx_init	lib/vector/diglib/cindex.c	/^int dig_cidx_init(struct Plus_head *Plus)$/;"	f
dig_cidx_sort	lib/vector/diglib/cindex.c	/^void dig_cidx_sort(struct Plus_head *Plus)$/;"	f
dig_del_area	lib/vector/diglib/plus_area.c	/^int dig_del_area(struct Plus_head *plus, int area)$/;"	f
dig_del_isle	lib/vector/diglib/plus_area.c	/^int dig_del_isle(struct Plus_head *plus, int isle)$/;"	f
dig_del_line	lib/vector/diglib/plus_line.c	/^int dig_del_line(struct Plus_head *plus, int line)$/;"	f
dig_distance2_point_to_line	lib/vector/diglib/line_dist.c	/^double dig_distance2_point_to_line(double x, double y, double z,	\/* point *\/$/;"	f
dig_dump_spidx	lib/vector/diglib/spindex_rw.c	/^int dig_dump_spidx(FILE * fp, struct Plus_head *Plus)$/;"	f
dig_falloc	lib/vector/diglib/allocation.c	/^void *dig_falloc(int nelem, int elsize)$/;"	f
dig_fflush	lib/vector/diglib/file.c	/^int dig_fflush(GVFILE * file)$/;"	f
dig_file_free	lib/vector/diglib/file.c	/^void dig_file_free(GVFILE * file)$/;"	f
dig_file_init	lib/vector/diglib/file.c	/^void dig_file_init(GVFILE *file)$/;"	f
dig_file_load	lib/vector/diglib/file.c	/^int dig_file_load(GVFILE * file)$/;"	f
dig_find_area_poly	lib/vector/diglib/poly.c	/^int dig_find_area_poly(struct line_pnts *Points, double *totalarea)$/;"	f
dig_find_intersection	lib/vector/diglib/linecros.c	/^dig_find_intersection(double ax1, double ay1,$/;"	f
dig_find_node	lib/vector/diglib/spindex.c	/^int dig_find_node(struct Plus_head *Plus, double x, double y, double z)$/;"	f
dig_fp	include/vect/dig_structs.h	/^    GVFILE dig_fp;		\/* Dig file pointer *\/$/;"	m	struct:Map_info
dig_fread	lib/vector/diglib/file.c	/^size_t dig_fread(void *ptr, size_t size, size_t nmemb, GVFILE *file)$/;"	f
dig_frealloc	lib/vector/diglib/allocation.c	/^void *dig_frealloc(void *oldptr, int nelem, int elsize, int oldnelem)$/;"	f
dig_free_plus	lib/vector/diglib/plus.c	/^void dig_free_plus(struct Plus_head *Plus)$/;"	f
dig_free_plus_areas	lib/vector/diglib/plus.c	/^void dig_free_plus_areas(struct Plus_head *Plus)$/;"	f
dig_free_plus_isles	lib/vector/diglib/plus.c	/^void dig_free_plus_isles(struct Plus_head *Plus)$/;"	f
dig_free_plus_lines	lib/vector/diglib/plus.c	/^void dig_free_plus_lines(struct Plus_head *Plus)$/;"	f
dig_free_plus_nodes	lib/vector/diglib/plus.c	/^void dig_free_plus_nodes(struct Plus_head *Plus)$/;"	f
dig_fseek	lib/vector/diglib/file.c	/^int dig_fseek(GVFILE * file, long offset, int whence)$/;"	f
dig_ftell	lib/vector/diglib/file.c	/^long dig_ftell(GVFILE *file)$/;"	f
dig_fwrite	lib/vector/diglib/file.c	/^size_t dig_fwrite(void *ptr, size_t size, size_t nmemb, GVFILE *file)$/;"	f
dig_get_poly_points	lib/vector/diglib/poly.c	/^int dig_get_poly_points(int n_lines, struct line_pnts **LPoints, int *direction,	\/* line direction: > 0 or < 0 *\/$/;"	f
dig_head	include/vect/dig_structs.h	/^struct dig_head$/;"	s
dig_in_area_bbox	lib/vector/diglib/inside.c	/^int dig_in_area_bbox(P_AREA * Area, double x, double y)$/;"	f
dig_init_list	lib/vector/diglib/list.c	/^int dig_init_list(struct ilist *list)$/;"	f
dig_init_plus	lib/vector/diglib/plus.c	/^int dig_init_plus(struct Plus_head *Plus)$/;"	f
dig_init_portable	lib/vector/diglib/portable.c	/^void dig_init_portable(struct Port_info *port, int byte_order)$/;"	f
dig_is_line_degenerate	lib/vector/diglib/angle.c	/^int dig_is_line_degenerate(struct line_pnts *points, double thresh)$/;"	f
dig_isle_alloc_line	lib/vector/diglib/struct_alloc.c	/^int dig_isle_alloc_line(P_ISLE * isle, int add)$/;"	f
dig_isle_set_box	lib/vector/diglib/plus_area.c	/^int dig_isle_set_box(struct Plus_head *plus, plus_t isle, BOUND_BOX * Box)$/;"	f
dig_line_add_updated	lib/vector/diglib/update.c	/^void dig_line_add_updated(struct Plus_head *Plus, int line)$/;"	f
dig_line_box	lib/vector/diglib/box.c	/^int dig_line_box(struct line_pnts *Points, BOUND_BOX * Box)$/;"	f
dig_line_degenerate	lib/vector/diglib/angle.c	/^int dig_line_degenerate(struct line_pnts *points)$/;"	f
dig_line_get_area	lib/vector/diglib/plus_line.c	/^plus_t dig_line_get_area(struct Plus_head * plus, plus_t line, int side)$/;"	f
dig_line_get_box	lib/vector/diglib/plus_line.c	/^int dig_line_get_box(struct Plus_head *plus, plus_t line, BOUND_BOX * Box)$/;"	f
dig_line_reset_updated	lib/vector/diglib/update.c	/^void dig_line_reset_updated(struct Plus_head *Plus)$/;"	f
dig_line_set_area	lib/vector/diglib/plus_line.c	/^dig_line_set_area(struct Plus_head *plus, plus_t line, int side, plus_t area)$/;"	f
dig_line_set_box	lib/vector/diglib/plus_line.c	/^int dig_line_set_box(struct Plus_head *plus, plus_t line, BOUND_BOX * Box)$/;"	f
dig_list_add	lib/vector/diglib/list.c	/^int dig_list_add(struct ilist *list, int val)$/;"	f
dig_load_plus	lib/vector/diglib/plus.c	/^int dig_load_plus(struct Plus_head *Plus, GVFILE * plus, int head_only)$/;"	f
dig_new_to_old_type	vector/v.convert/type.c	/^char dig_new_to_old_type(char type)$/;"	f
dig_node_add_line	lib/vector/diglib/plus_node.c	/^dig_node_add_line(struct Plus_head *plus, int nodeid, int lineid,$/;"	f
dig_node_add_updated	lib/vector/diglib/update.c	/^void dig_node_add_updated(struct Plus_head *Plus, int node)$/;"	f
dig_node_alloc_line	lib/vector/diglib/struct_alloc.c	/^int dig_node_alloc_line(P_NODE * node, int add)$/;"	f
dig_node_angle_check	lib/vector/diglib/plus_area.c	/^int dig_node_angle_check(struct Plus_head *plus, plus_t line, int type)$/;"	f
dig_node_line_angle	lib/vector/diglib/plus_node.c	/^float dig_node_line_angle(struct Plus_head *plus, int nodeid, int lineid)$/;"	f
dig_node_reset_updated	lib/vector/diglib/update.c	/^void dig_node_reset_updated(struct Plus_head *Plus)$/;"	f
dig_old_to_new_type	vector/v.convert/type.c	/^char dig_old_to_new_type(char type)$/;"	f
dig_out_of_memory	lib/vector/diglib/struct_alloc.c	/^int dig_out_of_memory()$/;"	f
dig_prune	lib/vector/diglib/prune.c	/^int dig_prune(struct line_pnts *points, double thresh)$/;"	f
dig_read_cidx	lib/vector/diglib/cindex_rw.c	/^int dig_read_cidx(GVFILE * fp, struct Plus_head *plus, int head_only)$/;"	f
dig_read_cidx_head	lib/vector/diglib/cindex_rw.c	/^int dig_read_cidx_head(GVFILE * fp, struct Plus_head *plus)$/;"	f
dig_read_frmt_ascii	lib/vector/diglib/frmt.c	/^int dig_read_frmt_ascii(FILE * dascii, struct Format_info *finfo)$/;"	f
dig_read_spidx	lib/vector/diglib/spindex_rw.c	/^int dig_read_spidx(GVFILE * fp, struct Plus_head *Plus)$/;"	f
dig_restore_line	lib/vector/diglib/plus_line.c	/^dig_restore_line(struct Plus_head *plus, int lineid,$/;"	f
dig_rewind	lib/vector/diglib/file.c	/^void dig_rewind(GVFILE * file)$/;"	f
dig_select_areas	lib/vector/diglib/spindex.c	/^dig_select_areas(struct Plus_head *Plus, BOUND_BOX * box, struct ilist *list)$/;"	f
dig_select_isles	lib/vector/diglib/spindex.c	/^dig_select_isles(struct Plus_head *Plus, BOUND_BOX * box, struct ilist *list)$/;"	f
dig_select_lines	lib/vector/diglib/spindex.c	/^dig_select_lines(struct Plus_head *Plus, BOUND_BOX * box, struct ilist *list)$/;"	f
dig_select_nodes	lib/vector/diglib/spindex.c	/^dig_select_nodes(struct Plus_head *Plus, BOUND_BOX * box, struct ilist *list)$/;"	f
dig_set_cur_port	lib/vector/diglib/portable.c	/^int dig_set_cur_port(struct Port_info *port)$/;"	f
dig_set_distance_to_line_tolerance	lib/vector/diglib/line_dist.c	/^int dig_set_distance_to_line_tolerance(double t)$/;"	f
dig_spidx_add_area	lib/vector/diglib/spindex.c	/^int dig_spidx_add_area(struct Plus_head *Plus, int area, BOUND_BOX * box)$/;"	f
dig_spidx_add_isle	lib/vector/diglib/spindex.c	/^int dig_spidx_add_isle(struct Plus_head *Plus, int isle, BOUND_BOX * box)$/;"	f
dig_spidx_add_line	lib/vector/diglib/spindex.c	/^int dig_spidx_add_line(struct Plus_head *Plus, int line, BOUND_BOX * box)$/;"	f
dig_spidx_add_node	lib/vector/diglib/spindex.c	/^dig_spidx_add_node(struct Plus_head *Plus, int node,$/;"	f
dig_spidx_del_area	lib/vector/diglib/spindex.c	/^int dig_spidx_del_area(struct Plus_head *Plus, int area)$/;"	f
dig_spidx_del_isle	lib/vector/diglib/spindex.c	/^int dig_spidx_del_isle(struct Plus_head *Plus, int isle)$/;"	f
dig_spidx_del_line	lib/vector/diglib/spindex.c	/^int dig_spidx_del_line(struct Plus_head *Plus, int line)$/;"	f
dig_spidx_del_node	lib/vector/diglib/spindex.c	/^int dig_spidx_del_node(struct Plus_head *Plus, int node)$/;"	f
dig_spidx_free	lib/vector/diglib/spindex.c	/^void dig_spidx_free(struct Plus_head *Plus)$/;"	f
dig_spidx_free_areas	lib/vector/diglib/spindex.c	/^void dig_spidx_free_areas(struct Plus_head *Plus)$/;"	f
dig_spidx_free_isles	lib/vector/diglib/spindex.c	/^void dig_spidx_free_isles(struct Plus_head *Plus)$/;"	f
dig_spidx_free_lines	lib/vector/diglib/spindex.c	/^void dig_spidx_free_lines(struct Plus_head *Plus)$/;"	f
dig_spidx_free_nodes	lib/vector/diglib/spindex.c	/^void dig_spidx_free_nodes(struct Plus_head *Plus)$/;"	f
dig_spidx_init	lib/vector/diglib/spindex.c	/^int dig_spidx_init(struct Plus_head *Plus)$/;"	f
dig_test_for_intersection	lib/vector/diglib/linecros.c	/^dig_test_for_intersection(double ax1, double ay1,$/;"	f
dig_type_from_store	lib/vector/diglib/type.c	/^int dig_type_from_store(int stype)$/;"	f
dig_type_to_store	lib/vector/diglib/type.c	/^int dig_type_to_store(int type)$/;"	f
dig_which_node	lib/vector/diglib/plus_node.c	/^int dig_which_node(struct Plus_head *plus, double x, double y, double thresh)$/;"	f
dig_write_areas	lib/vector/diglib/plus.c	/^int dig_write_areas(GVFILE * plus, struct Plus_head *Plus)$/;"	f
dig_write_cidx	lib/vector/diglib/cindex_rw.c	/^int dig_write_cidx(GVFILE * fp, struct Plus_head *plus)$/;"	f
dig_write_cidx_head	lib/vector/diglib/cindex_rw.c	/^int dig_write_cidx_head(GVFILE * fp, struct Plus_head *plus)$/;"	f
dig_write_frmt_ascii	lib/vector/diglib/frmt.c	/^int dig_write_frmt_ascii(FILE * dascii, struct Format_info *finfo, int format)$/;"	f
dig_write_isles	lib/vector/diglib/plus.c	/^int dig_write_isles(GVFILE * plus, struct Plus_head *Plus)$/;"	f
dig_write_lines	lib/vector/diglib/plus.c	/^int dig_write_lines(GVFILE * plus, struct Plus_head *Plus)$/;"	f
dig_write_nodes	lib/vector/diglib/plus.c	/^int dig_write_nodes(GVFILE * plus, struct Plus_head *Plus)$/;"	f
dig_write_plus_file	lib/vector/diglib/plus.c	/^int dig_write_plus_file(GVFILE * fp_plus, struct Plus_head *Plus)$/;"	f
dig_write_spidx	lib/vector/diglib/spindex_rw.c	/^int dig_write_spidx(GVFILE * fp, struct Plus_head *Plus)$/;"	f
dig_x_intersect	lib/vector/diglib/inside.c	/^dig_x_intersect(double beg_x,$/;"	f
digit_points	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL char *digit_points;	\/* digitizer control points *\/$/;"	v
digit_points	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL char *digit_points;	\/* digitizer control points *\/$/;"	v
digit_points	imagery/i.points/main.c	/^char *digit_points;	\/* digitizer control points *\/$/;"	v
digit_points	imagery/i.vpoints/main.c	/^char *digit_points;	\/* digitizer control points *\/$/;"	v
digit_results	imagery/i.points/main.c	/^char *digit_results;	\/* digitizer results *\/$/;"	v
digit_results	imagery/i.vpoints/main.c	/^char *digit_results;	\/* digitizer results *\/$/;"	v
digit_thresh	include/vect/dig_structs.h	/^    double digit_thresh;$/;"	m	struct:dig_head
digitize	raster/r.digit/digitize.c	/^int digitize(FILE * fd)$/;"	f
digitizer	imagery/i.ortho.photo/photo.2target/mark.c	/^static int digitizer(void)$/;"	f	file:
digitizer	imagery/i.points/mark.c	/^static int digitizer(void)$/;"	f	file:
digitizer	imagery/i.vpoints/mark.c	/^static int digitizer(void)$/;"	f	file:
digitizer_point	imagery/i.ortho.photo/photo.2target/digit.c	/^int digitizer_point(double *east, double *north)$/;"	f
digitizer_point	imagery/i.points/digit.c	/^int digitizer_point(double *east, double *north)$/;"	f
digitizer_point	imagery/i.vpoints/digit.c	/^int digitizer_point(double *east, double *north)$/;"	f
dim	include/iostream/empq_adaptive.h	/^  UnboundedMinMaxHeap<T> *dim;	\/\/ debug, internal memory pq$/;"	m	class:EMPQueueAdaptive
dim	include/site.h	/^    double *dim;$/;"	m	struct:__anon292
dim	lib/gpde/N_pde.h	/^    int dim;			\/* 2 or 3 *\/$/;"	m	struct:__anon48
dim_alloc	include/site.h	/^    int dim_alloc;$/;"	m	struct:__anon292
dimension	lib/g3d/g3dparam.c	/^    struct Option *dimension;$/;"	m	struct:__anon28	typeref:struct:__anon28::Option	file:
dimension	vector/v.kernel/main.c	/^static double dimension = 2.;$/;"	v	file:
dimension_type	raster/r.terraflow/types.h	/^typedef short dimension_type; \/* represent dimension of the grid *\/$/;"	t
dimension_type_max	raster/r.terraflow/types.h	/^static const dimension_type dimension_type_max=SHRT_MAX;$/;"	v
dims	include/gstypes.h	/^    int dims, npts;$/;"	m	struct:g_line
dims	include/gstypes.h	/^    int dims;$/;"	m	struct:g_point
dims	include/gstypes.h	/^    int dims[MAXDIMS];$/;"	m	struct:__anon254
dir	display/d.vect/dir.c	/^int dir(struct Map_info *Map, int type, struct cat_list *Clist, int chcat)$/;"	f
dir	include/gstypes.h	/^    int dir;$/;"	m	struct:__anon259
dir	raster/r.terraflow/grid.h	/^  direction_type dir;$/;"	m	struct:gridElement
dir	raster/r.terraflow/plateau.h	/^  direction_type dir;$/;"	m	class:plateauType
dir	raster/r.terraflow/sweep.h	/^  direction_type dir;    \/* precomputed direction *\/$/;"	m	class:sweepItemBaseType
dir	raster/r.terraflow/water.h	/^  direction_type dir;			\/* 2 *\/$/;"	m	class:compressedWaterWindowBaseType
dir	raster/r.terraflow/water.h	/^  direction_type dir;$/;"	m	class:waterType
dir	raster/r.terraflow/water.h	/^  direction_type dir;$/;"	m	class:waterWindowBaseType
dir	raster/r.topmodel/global.h	/^    char *basin, *elev, *belev, *fill, *dir, *topidx;$/;"	m	struct:__anon132
dirQueue	raster/r.terraflow/plateau.cc	/^  queue<direction_type> *dirQueue;$/;"	m	class:detectPlateaus	file:
dirStream	raster/r.terraflow/plateau.cc	/^  AMI_STREAM<direction_type> *dirStream;$/;"	m	class:detectPlateaus	file:
dir_entry	lib/db/dbmi_base/dirent.c	/^typedef struct direct dir_entry;$/;"	t	typeref:struct:direct	file:
dir_entry	lib/db/dbmi_base/dirent.c	/^typedef struct dirent dir_entry;$/;"	t	typeref:struct:dirent	file:
dir_fd	raster/wildfire/r.spread/main.c	/^int max_fd, dir_fd, base_fd, start_fd;$/;"	v
dir_grid	raster/r.terraflow/main.h	/^  char* dir_grid;      \/* name of direction grid *\/$/;"	m	struct:__anon144
dir_grid	raster/r.terraflow/option.h	/^  char* dir_grid;      \/* name of output direction grid *\/$/;"	m	struct:__anon145
dir_layer	raster/wildfire/r.spread/collect_ori.c	/^char *dir_layer;$/;"	v
dir_to_slope_aspect	lib/ogsf/gsd_objs.c	/^void dir_to_slope_aspect(float *dir, float *slope, float *aspect, int degrees)$/;"	f
dir_type	raster/r.fill.dir/main.c	/^int dir_type(int type, int dir)$/;"	f
direction	gui/wxpython/vdigit/driver.h	/^	symbol direction;$/;"	m	struct:DisplayDriver::_settings
direction	raster/r.mfilter.fp/main.c	/^int direction;$/;"	v
direction	raster/r.mfilter/glob.h	/^GLOBAL int direction;$/;"	v
direction	raster/r.to.vect/global.h	/^Global int direction;$/;"	v
direction	vector/v.lrs/v.lrs.create/main.c	/^    int direction;		\/* direction DIR_FORWARD\/DIR_BACKWARD if MPs have increasing\/decreasing *\/$/;"	m	struct:__anon166	file:
direction	visualization/xganim/gui.h	/^    int step, speed, stop, direction;$/;"	m	struct:gui_data
directionElevationMerger	raster/r.terraflow/fill.cc	/^class directionElevationMerger {$/;"	c	file:
directionSymbol	raster/r.terraflow/direction.cc	/^directionSymbol(direction_type dir) {$/;"	f
directionWindow	raster/r.terraflow/direction.h	/^  directionWindow(direction_type dir)$/;"	f	class:directionWindow
directionWindow	raster/r.terraflow/direction.h	/^class directionWindow: public genericWindow<bool> {$/;"	c
direction_type	raster/r.terraflow/types.h	/^typedef short direction_type;  \/* represent the direction of a cell *\/$/;"	t
directory	lib/gis/spawn.c	/^static const char *directory;$/;"	v	file:
dirrend	lib/init/variables.html	/^<a name="dirrend"><\/a>$/;"	a
dirty	include/rowio.h	/^	int dirty;$/;"	m	struct:__anon271::ROWIO_RCB
dirty	include/segment.h	/^	char dirty;		\/* dirty flag *\/$/;"	m	struct:__anon280::SEGMENT_SCB
dis	raster/r.watershed/ram/Gwater.h	/^GLOBAL CELL *dis, *alt, *wat, *asp, *bas, *haf, *r_h, *dep;$/;"	v
dis	raster/r.watershed/seg/Gwater.h	/^GLOBAL CSEG dis, alt, wat, asp, bas, haf, r_h, dep;$/;"	v
dis_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char ele_flag, pit_flag, run_flag, dis_flag, ob_flag;$/;"	v
dis_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char ele_flag, pit_flag, run_flag, dis_flag, ob_flag;$/;"	v
dis_name	raster/r.watershed/ram/Gwater.h	/^    dis_name[GNAME_MAX];$/;"	v
dis_name	raster/r.watershed/seg/Gwater.h	/^    dis_name[GNAME_MAX];$/;"	v
dis_seg	raster/r.watershed/ram/Gwater.h	/^GLOBAL RAMSEG dis_seg, alt_seg, wat_seg, asp_seg, bas_seg, haf_seg;$/;"	v
disableRotation	raster3d/r3.showdspf/new_init_graphics.c	/^void disableRotation()$/;"	f
disableSlicePosScale	visualization/nviz/scripts/panel_vol.tcl	/^proc disableSlicePosScale { S name } {$/;"	p
disch	raster/simwe/simlib/waterglobs.h	/^	*sfile, *depth, *disch, *err, *outwalk, *nwalk, *niter, *outiter,$/;"	m	struct:__anon137	typeref:struct:__anon137::
disch	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *disch;$/;"	v
discom	imagery/i.atcorr/computations.cpp	/^void discom(const GeomCond &geom, const AtmosModel &atms,$/;"	f
discre	imagery/i.atcorr/computations.cpp	/^float discre(const float ta, const float ha, const float tr, const float hr,$/;"	f
discrete	ps/ps.map/colortable.h	/^    int discrete;	\/* force discrete bands or continuous gradient *\/$/;"	m	struct:colortable
disk	raster/r.resamp.rst/main.c	/^int sdisk, disk;$/;"	v
disk	vector/v.surf.rst/main.c	/^int sdisk, disk, ddisk, sddisk;$/;"	v
disk	vector/v.vol.rst/main.c	/^int sdisk, disk;$/;"	v
disp_matrix	raster/r.param.scale/disp_matrix.c	/^void disp_matrix(double **a, double *x, double *z, int n)$/;"	f
disp_wind	raster/r.param.scale/disp_matrix.c	/^void disp_wind(CELL * z)$/;"	f
disp_xx	lib/gpde/N_solute_transport.h	/^    N_array_2d *disp_xx;	\/*x part of the dispersivity tensor *\/$/;"	m	struct:__anon45
disp_xx	lib/gpde/N_solute_transport.h	/^    N_array_3d *disp_xx;	\/*x part of the dispersivity tensor *\/$/;"	m	struct:__anon44
disp_xy	lib/gpde/N_solute_transport.h	/^    N_array_2d *disp_xy;	\/*xy part of the dispersivity tensor *\/$/;"	m	struct:__anon45
disp_xy	lib/gpde/N_solute_transport.h	/^    N_array_3d *disp_xy;	\/*xy part of the dispersivity tensor *\/$/;"	m	struct:__anon44
disp_xz	lib/gpde/N_solute_transport.h	/^    N_array_3d *disp_xz;	\/*xz part of the dispersivity tensor *\/$/;"	m	struct:__anon44
disp_yy	lib/gpde/N_solute_transport.h	/^    N_array_2d *disp_yy;	\/*x part of the dispersivity tensor *\/$/;"	m	struct:__anon45
disp_yy	lib/gpde/N_solute_transport.h	/^    N_array_3d *disp_yy;	\/*x part of the dispersivity tensor *\/$/;"	m	struct:__anon44
disp_yz	lib/gpde/N_solute_transport.h	/^    N_array_3d *disp_yz;	\/*yz part of the dispersivity tensor *\/$/;"	m	struct:__anon44
disp_zz	lib/gpde/N_solute_transport.h	/^    N_array_3d *disp_zz;	\/*x part of the dispersivity tensor *\/$/;"	m	struct:__anon44
dispatch_cmd	raster3d/r3.showdspf/main_ogl.c	/^int dispatch_cmd(char *p)$/;"	f
displaceMatrix	raster/r.contour/main.c	/^void displaceMatrix(DCELL ** z, int nrow, int ncol, double *lev, int nlevels)$/;"	f
display	display/d.extract/extract.c	/^display(struct Map_info *Map, struct ilist *List,$/;"	f
display	display/d.path/select.c	/^int display(struct Map_info *Map, struct line_pnts *Points,$/;"	f
display	display/d.rast/display.c	/^int display(char *name,$/;"	f
display	gui/wxpython/vdigit/digit.h	/^    DisplayDriver *display;$/;"	m	class:Digit
display	raster/wildfire/r.spread/collect_ori.c	/^int display;$/;"	v
display	visualization/nviz/src/togl.c	/^    Display *display;           \/* X's token for the window's display. *\/$/;"	m	struct:Togl	file:
display1	general/g.mapsets/dsply_maps.c	/^static int display1(void)$/;"	f	file:
display2	general/g.mapsets/dsply_maps.c	/^static int display2(const char *fs)$/;"	f	file:
displayId	include/nviz.h	/^    Display *displayId;		\/* display connection *\/$/;"	m	struct:render_window
display_LIBS	swig/python/Makefile	/^display_LIBS    = $(DISPLAYLIB)$/;"	m
display_attributes	vector/v.digit/attr.c	/^struct display_attributes$/;"	s	file:
display_attributes	vector/v.digit/attr.c	/^void display_attributes(void)$/;"	f
display_attributes_begin	vector/v.digit/attr.c	/^int display_attributes_begin(void *closure)$/;"	f
display_attributes_end	vector/v.digit/attr.c	/^int display_attributes_end(void *closure)$/;"	f
display_attributes_update	vector/v.digit/attr.c	/^int display_attributes_update(void *closure, int sxn, int syn, int button)$/;"	f
display_available_mapsets	general/g.mapsets/dsply_maps.c	/^int display_available_mapsets(const char* fs)$/;"	f
display_bg	vector/v.digit/display.c	/^void display_bg(void)$/;"	f
display_cats	vector/v.digit/attr.c	/^struct display_cats$/;"	s	file:
display_cats	vector/v.digit/attr.c	/^void display_cats(void)$/;"	f
display_cats_begin	vector/v.digit/attr.c	/^int display_cats_begin(void *closure)$/;"	f
display_cats_end	vector/v.digit/attr.c	/^int display_cats_end(void *closure)$/;"	f
display_cats_update	vector/v.digit/attr.c	/^int display_cats_update(void *closure, int sxn, int syn, int button)$/;"	f
display_cb	visualization/nviz/src/togl_cb.c	/^void display_cb(struct Togl *togl)$/;"	f
display_close	raster/wildfire/r.spread/display.c	/^void display_close(void)$/;"	f
display_conz_points	imagery/i.ortho.photo/photo.2target/points.c	/^int display_conz_points(int in_color)$/;"	f
display_conz_points_in_view	imagery/i.ortho.photo/photo.2target/points.c	/^int display_conz_points_in_view(View * view, int in_color, double *east,$/;"	f
display_erase	vector/v.digit/display.c	/^void display_erase(void)$/;"	f
display_help	scripts/r.mapcalculator/r.mapcalculator	/^display_help(){$/;"	f
display_help	scripts/r3.mapcalculator/r3.mapcalculator	/^display_help(){$/;"	f
display_icon	vector/v.digit/display.c	/^void display_icon(double x, double y, int icon, double angle, int size,$/;"	f
display_init	raster/wildfire/r.spread/display.c	/^void display_init(void)$/;"	f
display_line	vector/v.digit/display.c	/^void display_line(int line, int color, int flsh)$/;"	f
display_map	vector/v.digit/display.c	/^void display_map(void)$/;"	f
display_mapset_path	general/g.mapsets/dsply_path.c	/^int display_mapset_path(const char *fs)$/;"	f
display_menu	general/manage/lib/menu.c	/^int display_menu(void)$/;"	f
display_node	vector/v.digit/display.c	/^void display_node(int node, int color, int flsh)$/;"	f
display_one_point	imagery/i.ortho.photo/photo.2image/points.c	/^int display_one_point(View * view, double east, double north)$/;"	f
display_one_point	imagery/i.ortho.photo/photo.2target/points.c	/^int display_one_point(View * view, double east, double north)$/;"	f
display_one_point	imagery/i.points/points.c	/^int display_one_point(View * view, double east, double north)$/;"	f
display_one_point	imagery/i.vpoints/points.c	/^int display_one_point(View * view, double east, double north)$/;"	f
display_points	imagery/i.points/points.c	/^int display_points(int in_color)$/;"	f
display_points	imagery/i.vpoints/points.c	/^int display_points(int in_color)$/;"	f
display_points	vector/v.digit/display.c	/^void display_points(struct line_pnts *Points, int flsh)$/;"	f
display_points_in_view	imagery/i.points/points.c	/^int display_points_in_view(View * view, int in_color,$/;"	f
display_points_in_view	imagery/i.vpoints/points.c	/^int display_points_in_view(View * view, int in_color,$/;"	f
display_redraw	vector/v.digit/display.c	/^void display_redraw(void)$/;"	f
display_ref_points	imagery/i.ortho.photo/photo.2image/points.c	/^int display_ref_points(int in_color)$/;"	f
display_ref_points_in_view	imagery/i.ortho.photo/photo.2image/points.c	/^int display_ref_points_in_view(View * view, int in_color,$/;"	f
display_signature	imagery/i.class/signature.c	/^int display_signature(void)$/;"	f
display_title	imagery/i.class/title.c	/^int display_title(View * view)$/;"	f
display_title	imagery/i.ortho.photo/photo.2image/title.c	/^int display_title(View * view)$/;"	f
display_title	imagery/i.ortho.photo/photo.2target/title.c	/^int display_title(View * view)$/;"	f
display_title	imagery/i.points/title.c	/^int display_title(View * view)$/;"	f
display_title	imagery/i.vpoints/title.c	/^int display_title(View * view)$/;"	f
display_type	include/gis.h	/^    int display_type;		\/* 1 for mesh, 2 for poly, 3 for both *\/$/;"	m	struct:G_3dview
display_type	swig/perl/gis.h	/^    int display_type;		\/* 1 for mesh, 2 for poly, 3 for both *\/$/;"	m	struct:G_3dview
display_updated_lines	vector/v.digit/display.c	/^void display_updated_lines(int symb)$/;"	f
display_updated_nodes	vector/v.digit/display.c	/^void display_updated_nodes(int symb)$/;"	f
disposeAreas	raster/r.li/r.li.daemon/daemon.c	/^int disposeAreas(list l, g_areas g, char *def)$/;"	f
disposeCacheRead	lib/g3d/g3dcache.c	/^static int disposeCacheRead(G3D_Map * map)$/;"	f	file:
disposeCacheWrite	lib/g3d/g3dcache.c	/^static int disposeCacheWrite(G3D_Map * map)$/;"	f	file:
dist	display/d.nviz/local.h	/^static double dist, e = 0, n = 0;$/;"	v
dist	display/d.profile/profile.h	/^    double north, east, dist;$/;"	m	struct:ProfileNode
dist	lib/vector/Vlib/dgraph.c	/^    double dist;		\/* distance from first point of first segment to intersection point (IP) *\/$/;"	m	struct:seg_intersection	file:
dist	misc/m.cogo/main.c	/^    double dist;$/;"	m	struct:survey_record	file:
dist	raster/r.buffer/distance.h	/^    double dist;$/;"	m	struct:Distance
dist	raster/r.horizon/main.c	/^double length, maxlength = BIG, zmult = 1.0, step = 0.0, dist;$/;"	v
dist	raster/r.li/r.li.daemon/list.h	/^    int dist;$/;"	m	struct:generatore
dist	raster/r.neighbors/ncb.h	/^    int dist;			\/* nsize\/2 *\/$/;"	m	struct:ncb
dist	raster/r.profile/main.c	/^static double dist, e, n;$/;"	v	file:
dist	raster/r.sun2/main.c	/^double declin, step, dist;$/;"	v
dist	raster/r.surf.idw2/main.c	/^    double dist;$/;"	m	struct:Point	file:
dist	vector/v.distance/main.c	/^    double dist;		\/* distance to nearest feature *\/$/;"	m	struct:__anon180	file:
dist	vector/v.surf.idw/main.c	/^    double dist;$/;"	m	struct:list_Point	file:
dist	vector/v.voronoi/sw_geometry.c	/^double dist(struct Site *s, struct Site *t)$/;"	f
dist2	lib/vector/Vlib/intersect.c	/^static double dist2(double x1, double y1, double x2, double y2)$/;"	f	file:
dist_along	vector/v.lrs/v.lrs.create/main.c	/^    double dist_along;		\/* distance from the beginning of the line *\/$/;"	m	struct:__anon165	file:
dist_plane	lib/display/draw2.c	/^static double dist_plane(double x, double y, const struct plane *p)$/;"	f	file:
dist_row	raster/r.grow.distance/main.c	/^static DCELL *dist_row;$/;"	v	file:
dist_squared	lib/vector/diglib/plus_node.c	/^static double dist_squared(double x1, double y1, double x2, double y2)$/;"	f	file:
dist_squared_2d	lib/ogsf/gsdrape.c	/^static float dist_squared_2d(float *p1, float *p2)$/;"	f	file:
dist_stats	display/d.histogram/dhist.h	/^struct stat_list dist_stats;$/;"	v	typeref:struct:stat_list
distance	imagery/i.gensigset/subcluster.c	/^distance(struct SubSig *SubSig1, struct SubSig *SubSig2, int nbands)$/;"	f	file:
distance	lib/vector/Vlib/intersect.c	/^    double distance[2];$/;"	m	struct:__anon74	file:
distance	ps/ps.map/distance.c	/^double distance(double east, double west)$/;"	f
distance	raster/r.circle/dist.c	/^static double distance(double from[2], double to[2], double min, double max,$/;"	f	file:
distance	raster/r.grow.distance/main.c	/^static double (*distance) (double dx, double dy);$/;"	v	file:
distance	raster/r.horizon/main.c	/^double distance(double x1, double x2, double y1, double y2)$/;"	f
distance	raster/r.sun/main.c	/^double distance(double x1, double x2, double y1, double y2)$/;"	f
distance	raster/r.sun2/main.c	/^double distance(double x1, double x2, double y1, double y2)$/;"	f
distance	vector/v.net.iso/main.c	/^    double distance;		\/* distance along the line from the beginning for both directions *\/$/;"	m	struct:__anon193	file:
distance	visualization/nviz/src/pg.h	/^    double distance;$/;"	m	struct:Sql
distance_LL	raster/r.surf.idw/ll.c	/^double distance_LL(SHORT row, SHORT col, MELEMENT * Mptr)$/;"	f
distance_euclidean_squared	raster/r.grow.distance/main.c	/^static double distance_euclidean_squared(double dx, double dy)$/;"	f	file:
distance_euclidean_squared	raster/r.grow2/main.c	/^static int distance_euclidean_squared(int dx, int dy)$/;"	f	file:
distance_manhattan	raster/r.grow.distance/main.c	/^static double distance_manhattan(double dx, double dy)$/;"	f	file:
distance_manhattan	raster/r.grow2/main.c	/^static int distance_manhattan(int dx, int dy)$/;"	f	file:
distance_maximum	raster/r.grow.distance/main.c	/^static double distance_maximum(double dx, double dy)$/;"	f	file:
distance_maximum	raster/r.grow2/main.c	/^static int distance_maximum(int dx, int dy)$/;"	f	file:
distance_weighting	vector/v.generalize/smoothing.c	/^int distance_weighting(struct line_pnts *Points, double slide, int look_ahead,$/;"	f
distances	raster/r.buffer/main.c	/^struct Distance *distances;$/;"	v	typeref:struct:Distance
distcosangle	raster/r.horizon/main.c	/^    distcosangle;$/;"	v
dists	vector/v.kernel/main.c	/^static double *dists;		\/* array of all distances < dmax *\/$/;"	v	file:
distsinangle	raster/r.horizon/main.c	/^double stepsinangle, stepcosangle, sinangle, cosangle, distsinangle,$/;"	v
distxy	raster/r.horizon/main.c	/^double invstepx, invstepy, distxy;$/;"	v
ditherrow	raster3d/r3.showdspf/togif.c	/^static int ditherrow(unsigned short *r, unsigned short *g, unsigned short *b,$/;"	f	file:
dithmat	raster3d/r3.showdspf/togif.c	/^static short dithmat[YSIZE][XSIZE] = {$/;"	v	file:
div	raster/r.le/r.le.pixel/pixel.h	/^    int att[5], div[5], te2[6];$/;"	m	struct:CHOICE
divide	vector/v.delaunay2/geometry.c	/^void divide(struct vertex *sites_sorted[], unsigned int l, unsigned int r,$/;"	f
divide_data	lib/rst/qtree/qtree.h	/^    struct quaddata **(*divide_data) ();$/;"	m	struct:multfunc	typeref:struct:multfunc::divide_data
divide_data	vector/v.vol.rst/oct.h	/^    VOID_T **(*divide_data) ();$/;"	m	struct:octfunc
divider	raster/r.info/main.c	27;"	d	file:
divider	raster/r.report/header.c	/^int divider(char *edge)$/;"	f
divider	raster3d/base/r3.info.main.c	35;"	d	file:
divider	vector/v.info/main.c	26;"	d	file:
division_check	lib/rst/qtree/qtree.h	/^    int (*division_check) ();$/;"	m	struct:multfunc
division_check	vector/v.vol.rst/oct.h	/^    int (*division_check) ();$/;"	m	struct:octfunc
divisor	raster/r.mfilter.fp/filter.h	/^    double divisor;		\/* filter scale factor *\/$/;"	m	struct:__anon148
divisor	raster/r.mfilter/filter.h	/^    int divisor;		\/* filter scale factor *\/$/;"	m	struct:__anon147
divr_cats	raster/r.neighbors/divr_cats.c	/^int divr_cats(void)$/;"	f
dlg	include/dlg.h	/^struct dlg$/;"	s
dlg_area	include/dlg.h	/^struct dlg_area$/;"	s
dlg_bm_bits	include/dlg_bm.h	/^static char dlg_bm_bits[] = {$/;"	v
dlg_bm_height	include/dlg_bm.h	2;"	d
dlg_bm_width	include/dlg_bm.h	1;"	d
dlg_cats	include/dlg.h	/^struct dlg_cats$/;"	s
dlg_coors	include/dlg.h	/^struct dlg_coors$/;"	s
dlg_head	include/dlg.h	/^struct dlg_head$/;"	s
dlg_line	include/dlg.h	/^struct dlg_line$/;"	s
dlg_node	include/dlg.h	/^struct dlg_node$/;"	s
dlg_proj	include/dlg.h	/^struct dlg_proj$/;"	s
dlopen	configure	/^dlopen()$/;"	f
dlsym	configure	/^dlsym()$/;"	f
dlsym	configure	/^dlsym();$/;"	f
dltest	vector/v.mapcalc/plugins/testmod.c	/^MAP *dltest(MAP * m, MAP * n)$/;"	f
dm	raster/r.li/r.li.daemon/daemon.h	/^    dcell_manager dm;$/;"	m	struct:area_entry
dmatrix	raster/r.mfilter.fp/filter.h	/^    double **dmatrix;		\/* divisor coefficient matrix *\/$/;"	m	struct:__anon148
dmatrix	raster/r.mfilter/filter.h	/^    int **dmatrix;		\/* divisor coefficient matrix *\/$/;"	m	struct:__anon147
dmatrix	raster/r.param.scale/nrutil.c	/^double **dmatrix(int nrl, int nrh, int ncl, int nch)$/;"	f
dmax	lib/cdhc/dmax.c	/^double *dmax(double *x, int n)$/;"	f
dmax	vector/v.surf.rst/main.c	/^double dmin, dmax, ertre;$/;"	v
dmax_exp	lib/cdhc/dmaxe.c	/^double *dmax_exp(double *x, int n)$/;"	f
dmaxarg1	raster/r.param.scale/nrutil.c	/^double dmaxarg1, dmaxarg2;$/;"	v
dmaxarg2	raster/r.param.scale/nrutil.c	/^double dmaxarg1, dmaxarg2;$/;"	v
dmin	lib/rst/interp_float/interpf.h	/^    double dmin;		\/* min distance between points *\/$/;"	m	struct:interp_params
dmin	lib/rst/qtree/qtree.h	/^    double dmin;$/;"	m	struct:tree_info
dmin	raster/r.resamp.rst/main.c	/^double dmin, ertre, deltx, delty;$/;"	v
dmin	vector/v.surf.rst/main.c	/^double dmin, dmax, ertre;$/;"	v
dmin	vector/v.vol.rst/main.c	/^double dmin, ertre;$/;"	v
dminarg1	raster/r.param.scale/nrutil.c	/^double dminarg1, dminarg2;$/;"	v
dminarg2	raster/r.param.scale/nrutil.c	/^double dminarg1, dminarg2;$/;"	v
dnet_ntoa	configure	/^dnet_ntoa()$/;"	f
dnext	vector/v.delaunay2/data_types.h	/^    struct edge *dnext;$/;"	m	struct:edge	typeref:struct:edge::edge
dnorm	raster/r.resamp.rst/main.c	/^double dnorm;$/;"	v
dnorm	vector/v.vol.rst/userglobs.h	/^    delt, dnorm;$/;"	v
dnrm2_	configure	/^dnrm2_()$/;"	f
do_1st	imagery/i.vpoints/analyze.c	/^static int do_1st(void)$/;"	f	file:
do_2nd	imagery/i.vpoints/analyze.c	/^static int do_2nd(void)$/;"	f	file:
do_3rd	imagery/i.vpoints/analyze.c	/^static int do_3rd(void)$/;"	f	file:
do__bbox	raster3d/r3.showdspf/main_ogl.c	/^void do__bbox(struct dspec *D_spec)$/;"	f
do__draw	raster3d/r3.showdspf/main_ogl.c	/^void do__draw(file_info * Headp, struct dspec *D_spec)$/;"	f
do__draw_solid	raster3d/r3.showdspf/main_ogl.c	/^do__draw_solid(file_info * Headp, file_info * G3header, struct dspec *D_spec,$/;"	f
do_areas	vector/v.to.rast/do_areas.c	/^int do_areas(struct Map_info *Map, struct line_pnts *Points,$/;"	f
do_astar	raster/r.watershed/ram/do_astar.c	/^int do_astar(void)$/;"	f
do_astar	raster/r.watershed/seg/do_astar.c	/^int do_astar(void)$/;"	f
do_background	display/d.barscale/main.c	/^int do_background = 1;$/;"	v
do_bar	display/d.barscale/main.c	/^int do_bar = 1;$/;"	v
do_bindings	lib/gis/spawn.c	/^static char **do_bindings(char **env, struct binding *bindings,$/;"	f	file:
do_bindings	lib/gis/spawn.c	/^static void do_bindings(struct binding *bindings, int num_bindings)$/;"	f	file:
do_border	ps/ps.map/ps_info.h	/^    int do_border;$/;"	m	struct:PS_data
do_button_color	lib/gis/gui.tcl	/^proc do_button_color {dlg optn suf type} {$/;"	p
do_button_file	lib/gis/gui.tcl	/^proc do_button_file {dlg optn suf new} {$/;"	p
do_button_old	lib/gis/gui.tcl	/^proc do_button_old {dlg optn suf elem} {$/;"	p
do_cell	imagery/i.ortho.photo/photo.rectify/perform.c	/^static int do_cell(int row, void *in, void *out)$/;"	f	file:
do_cell	imagery/i.rectify/perform.c	/^static int do_cell(int row, void *in, void *out)$/;"	f	file:
do_check	lib/gis/gui.tcl	/^proc do_check {dlg optn suf i s} {$/;"	p
do_clear	visualization/nviz/scripts/panel_main.tcl	/^proc do_clear {} {$/;"	p
do_clip	lib/display/draw2.c	/^static int do_clip(struct vector *a, struct vector *b)$/;"	f	file:
do_color	display/d.graph/do_graph.c	/^int do_color(char *buff)$/;"	f
do_color	display/d.mapgraph/do_graph.c	/^int do_color(char *buff)$/;"	f
do_colortable	ps/ps.map/ps_info.h	/^    int do_colortable;$/;"	m	struct:PS_data
do_combo	lib/gis/gui.tcl	/^proc do_combo {dlg optn suf vals} {$/;"	p
do_comment	ps/ps.map/comment.c	/^int do_comment(void)$/;"	f
do_coordcnv	raster/r.out.vrml/main.c	/^int do_coordcnv(double *dval, int axis)$/;"	f
do_copy	general/manage/lib/do_copy.c	/^int do_copy(int n, char *old, char *mapset, char *new)$/;"	f
do_cum	raster/r.watershed/ram/do_cum.c	/^int do_cum(void)$/;"	f
do_cum	raster/r.watershed/seg/do_cum.c	/^int do_cum(void)$/;"	f
do_dots	raster/r.le/r.le.setup/polytocell/do_dots.c	/^void do_dots(double *xarray, double *yarray, int num_verticies, int category)$/;"	f
do_draw	display/d.graph/do_graph.c	/^int do_draw(char *buff)$/;"	f
do_draw	display/d.mapgraph/do_graph.c	/^int do_draw(char *buf)$/;"	f
do_draw	raster3d/r3.showdspf/main_ogl.c	/^do_draw(file_info * Headp, file_info * G3p, struct dspec *D_spec,$/;"	f
do_draw_immediate_mode	raster3d/r3.showdspf/main_ogl.c	/^void do_draw_immediate_mode()$/;"	f
do_draw_multiple_thresholds	raster3d/r3.showdspf/main_ogl.c	/^do_draw_multiple_thresholds(file_info * Headp, file_info * G3p,$/;"	f
do_draw_no_transformations	raster3d/r3.showdspf/main_ogl.c	/^do_draw_no_transformations(file_info * Headp, file_info * G3p,$/;"	f
do_draw_with_display_list	raster3d/r3.showdspf/main_ogl.c	/^void do_draw_with_display_list(struct dspec *D_spec)$/;"	f
do_edit	display/d.rast.edit/main.c	/^int do_edit($/;"	f
do_entry	lib/gis/gui.tcl	/^proc do_entry {dlg optn suf} {$/;"	p
do_escape	lib/gis/parser.c	1233;"	d	file:
do_escape	lib/gis/parser.c	1250;"	d	file:
do_exist	raster/r.water.outlet/legal.c	/^char *do_exist(char *file_name)$/;"	f
do_exist	raster/r.watershed/ram/init_vars.c	/^char *do_exist(char *file_name)$/;"	f
do_exist	raster/r.watershed/seg/init_vars.c	/^char *do_exist(char *file_name)$/;"	f
do_filter	lib/display/draw2.c	/^static int do_filter(int *x, int *y, int n)$/;"	f	file:
do_floor	lib/display/draw2.c	/^static void do_floor(const double *x, const double *y, int n)$/;"	f	file:
do_geogrid	ps/ps.map/do_geogrid.c	/^int do_geogrid(void)$/;"	f
do_geogrid_numbers	ps/ps.map/do_geogrid.c	/^int do_geogrid_numbers(void)$/;"	f
do_grid	ps/ps.map/do_grid.c	/^int do_grid(void)$/;"	f
do_grid_cross	ps/ps.map/do_grid.c	/^int do_grid_cross(void)$/;"	f
do_grid_numbers	ps/ps.map/do_grid.c	/^int do_grid_numbers(void)$/;"	f
do_group	ps/ps.map/group.h	/^    int do_group;$/;"	m	struct:PS_group
do_header	ps/ps.map/ps_info.h	/^    int do_header;$/;"	m	struct:PS_data
do_histogram	raster/r.support.stats/histo.c	/^int do_histogram(char *name, char *mapset)$/;"	f
do_histogram	raster/r.support/front/histo.c	/^int do_histogram(char *name, char *mapset)$/;"	f
do_icon	display/d.graph/do_graph.c	/^int do_icon(char *buff)$/;"	f
do_icon	display/d.mapgraph/do_graph.c	/^int do_icon(char *buf)$/;"	f
do_index	raster/r.water.outlet/basin.h	/^GLOBAL int array_size, high_index, do_index;$/;"	v
do_label	lib/gis/gui.tcl	/^proc do_label {dlg optn suf} {$/;"	p
do_label	ps/ps.map/do_labels.c	/^int do_label(FILE * fd, int font_override)$/;"	f
do_label_display	lib/ogsf/gsd_fonts.c	/^void do_label_display(GLuint fontbase, float *lab_pos, const char *txt)$/;"	f
do_label_overlap	vector/v.label.sa/annealing.c	/^static void do_label_overlap(label_t * label, int cc, int nc)$/;"	f	file:
do_labels	display/d.paint.labels/do_labels.c	/^int do_labels(FILE * infile, int do_rotation)$/;"	f
do_labels	ps/ps.map/do_labels.c	/^int do_labels(int other)$/;"	f
do_legal	raster/r.water.outlet/legal.c	/^int do_legal(char *file_name)$/;"	f
do_legal	raster/r.watershed/ram/init_vars.c	/^int do_legal(char *file_name)$/;"	f
do_legal	raster/r.watershed/seg/init_vars.c	/^int do_legal(char *file_name)$/;"	f
do_legend	visualization/nviz/scripts/panel_legend.tcl	/^proc do_legend {W x y flag } {$/;"	p
do_light_draw	visualization/nviz/scripts/panel_lights.tcl	/^proc do_light_draw {} {$/;"	p
do_lights	raster3d/r3.showdspf/do_color_ogl.c	/^void do_lights()$/;"	f
do_limits	vector/v.out.dxf/main.c	/^double do_limits(struct Map_info *Map)$/;"	f
do_line	raster/r.le/r.le.setup/polytocell/do_line.c	/^void do_line(double *xarray, double *yarray, int num_verticies, int category)$/;"	f
do_lines	vector/v.to.rast/do_lines.c	/^int do_lines(struct Map_info *Map, struct line_pnts *Points,$/;"	f
do_linewidth	display/d.graph/do_graph.c	/^int do_linewidth(char *buff)$/;"	f
do_list	general/manage/lib/do_list.c	/^int do_list(int n, char *mapset)$/;"	f
do_list	scripts/g.mlist/g.mlist	/^do_list() {$/;"	f
do_ll_wrap	lib/display/draw2.c	/^static void do_ll_wrap(const double *x, const double *y, int n,$/;"	f	file:
do_map_header	ps/ps.map/do_header.c	/^int do_map_header(char *date)$/;"	f
do_mapinfo	ps/ps.map/main.c	/^int do_mapinfo;$/;"	v
do_masking	ps/ps.map/do_masking.c	/^int do_masking(void)$/;"	f
do_max	general/g.transform/main.c	/^static void do_max(char name, const struct Max *m)$/;"	f	file:
do_move	display/d.graph/do_graph.c	/^int do_move(char *buff)$/;"	f
do_move	display/d.mapgraph/do_graph.c	/^int do_move(char *buf)$/;"	f
do_navigation	visualization/nviz/src/togl_flythrough.c	/^void do_navigation(struct Togl *togl)$/;"	f
do_outline	ps/ps.map/ps_info.h	/^    int do_outline, outline_color;$/;"	m	struct:PS_data
do_pan	display/d.zoom/pan.c	/^int do_pan(struct Cell_head *window)$/;"	f
do_patch	raster/r.patch/do_patch.c	/^int do_patch(void *result, void *patch,$/;"	f
do_plt	ps/ps.map/do_plt.c	/^int do_plt(int after_masking)$/;"	f
do_points	raster/r.watershed/ram/Gwater.h	/^GLOBAL int first_astar, first_cum, nxt_avail_pt, total_cells, do_points;$/;"	v
do_points	raster/r.watershed/seg/Gwater.h	/^GLOBAL int first_astar, first_cum, nxt_avail_pt, total_cells, do_points;$/;"	v
do_poly	display/d.graph/do_graph.c	/^int do_poly(char *buff, FILE * infile)$/;"	f
do_poly	display/d.mapgraph/do_graph.c	/^int do_poly(char *buf, int len)$/;"	f
do_polygon	lib/cairodriver/Poly.c	/^void do_polygon(const int *xarray, const int *yarray, int count)$/;"	f
do_profile	display/d.nviz/main.c	/^int do_profile$/;"	f
do_profile	raster/r.profile/main.c	/^int do_profile(double e1, double e2, double n1, double n2, char *name,$/;"	f
do_psfiles	ps/ps.map/do_psfiles.c	/^int do_psfiles(void)$/;"	f
do_query	visualization/nviz/src/runPg.c	/^char *do_query(char *SQL_stmt, struct Sql *pts)$/;"	f
do_quit	imagery/i.class/set_signals.c	/^static RETSIGTYPE do_quit(int sig)$/;"	f	file:
do_quit	raster/r.cost/btree.c	/^static int do_quit(double min_cost, int row, int col)$/;"	f	file:
do_quit	raster/r.walk/btree.c	/^static int do_quit(double min_cost, int row, int col)$/;"	f	file:
do_raster	ps/ps.map/ps_info.h	/^    int do_raster;$/;"	m	struct:PS_data
do_re_fresh	imagery/i.vpoints/driver.c	/^static int do_re_fresh(void)$/;"	f	file:
do_reclass_int	lib/gis/get_row.c	/^static void do_reclass_int(int fd, void *cell, int null_is_zero)$/;"	f	file:
do_recode	raster/r.recode/recode.c	/^int do_recode(void)$/;"	f
do_redirects	lib/gis/spawn.c	/^static int do_redirects(struct redirect *redirects, int num_redirects)$/;"	f	file:
do_redirects	lib/gis/spawn.c	/^static void do_redirects(struct redirect *redirects, int num_redirects)$/;"	f	file:
do_remove	general/g.mremove/do_remove.c	/^int do_remove(int n, char *old)$/;"	f
do_remove	general/manage/lib/do_remove.c	/^int do_remove(int n, char *old)$/;"	f
do_rename	general/manage/lib/do_rename.c	/^int do_rename(int n, char *old, char *new)$/;"	f
do_report	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int do_report(FILE * fd)$/;"	f	file:
do_report	imagery/i.ortho.photo/photo.2image/drawcam.c	/^static int do_report(FILE * fd)$/;"	f	file:
do_report	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int do_report(FILE * fd)$/;"	f	file:
do_report	imagery/i.points/analyze.c	/^static int do_report(FILE * fd)$/;"	f	file:
do_report	imagery/i.vpoints/analyze.c	/^static int do_report(FILE * fd)$/;"	f	file:
do_reset	visualization/nviz/scripts/panel_main.tcl	/^proc do_reset {XY H E P T} {$/;"	p
do_rotate	display/d.graph/do_graph.c	/^int do_rotate(char *buff)$/;"	f
do_round	lib/display/draw2.c	/^static void do_round(const double *x, const double *y, int n)$/;"	f	file:
do_run	visualization/xganim/main.c	/^static Boolean do_run(XtPointer p)$/;"	f	file:
do_scale	ps/ps.map/scale.c	/^static double do_scale(char *text)$/;"	f	file:
do_scalebar	ps/ps.map/do_scalebar.c	/^int do_scalebar(void)$/;"	f
do_scalebar	ps/ps.map/ps_info.h	/^    int do_scalebar;$/;"	m	struct:PS_data
do_separate	visualization/nviz/scripts/panel_rquery.tcl	/^proc do_separate {} {$/;"	p
do_signals	lib/gis/spawn.c	/^static int do_signals(struct signal *signals, int num_signals, int which)$/;"	f	file:
do_size	display/d.graph/do_graph.c	/^int do_size(char *buff)$/;"	f
do_size	display/d.mapgraph/do_graph.c	/^int do_size(char *buf)$/;"	f
do_snap	vector/v.digit/vertex.c	/^    int do_snap;$/;"	m	struct:add_vertex	file:
do_spawn	lib/gis/spawn.c	/^static int do_spawn(const char *command)$/;"	f	file:
do_stats	general/g.transform/main.c	/^static void do_stats(const char *name, const struct Stats *st)$/;"	f	file:
do_symbol	display/d.graph/do_graph.c	/^int do_symbol(char *buff)$/;"	f
do_text	display/d.graph/do_graph.c	/^int do_text(char *buff)$/;"	f
do_text	display/d.mapgraph/do_graph.c	/^int do_text(char *buf)$/;"	f
do_text	imagery/i.ask/popup.c	/^do_text(char *text, int top, int bottom, int left, int right, int centered)$/;"	f
do_text	raster/r.info/reclas_txt.c	/^int do_text(char *text, const long first, const long last)$/;"	f
do_text	raster/r.kappa/mask.c	/^static void do_text(char *text, long first, long last)$/;"	f	file:
do_text	raster/r.report/maskinfo.c	/^static int do_text(char *text, long first, long last)$/;"	f	file:
do_translate	raster3d/r3.showdspf/main_ogl.c	/^void do_translate(file_info * Headp, struct dspec *D_spec)$/;"	f
do_uplist	include/vect/dig_structs.h	/^    int do_uplist;		\/* used internaly in diglib to know if list is maintained *\/$/;"	m	struct:Plus_head
do_value	raster/r.what.color/main.c	/^static int do_value(const char *buf, RASTER_MAP_TYPE type,$/;"	f	file:
do_vectors	ps/ps.map/do_vectors.c	/^int do_vectors(int after_masking)$/;"	f
do_vlegend	ps/ps.map/main.c	/^int do_vlegend;$/;"	v
do_vpoints	ps/ps.map/do_vectors.c	/^int do_vpoints(int after_masking)$/;"	f
do_warp	imagery/i.vpoints/analyze.c	/^static int do_warp(void)$/;"	f	file:
doavg	include/gis.h	/^    int doavg;			\/* boolean *\/$/;"	m	struct:G_3dview
doavg	swig/perl/gis.h	/^    int doavg;			\/* boolean *\/$/;"	m	struct:G_3dview
dobox	imagery/i.ask/popup.c	/^static int dobox(struct box *box, char *text,$/;"	f	file:
dobox	imagery/i.ortho.photo/photo.2image/ask.c	/^static int dobox(struct box *box, char *text,$/;"	f	file:
dobox	imagery/i.ortho.photo/photo.2target/ask.c	/^static int dobox(struct box *box, char *text, int color, int top, int left,$/;"	f	file:
dobox	imagery/i.points/ask.c	/^static int dobox(struct box *box, char *text, int color, int top, int left,$/;"	f	file:
dobox	imagery/i.vpoints/ask.c	/^static int dobox(struct box *box,$/;"	f	file:
dobox	imagery/i.vpoints/ask_lineclr.c	/^static dobox(box, text, color, top, left, right, centered)$/;"	f	file:
docover	raster/r.random/local_proto.h	/^    int use_nulls, docover, fd_old, fd_cold, fd_new;$/;"	m	struct:rr_state
dodraw	visualization/nviz/scripts/widgets.tcl	/^proc dodraw {} {$/;"	p
doit	raster/r.compress/main.c	/^static int doit(char *name, int uncompress, RASTER_MAP_TYPE map_type)$/;"	f	file:
doit	raster/r.null/null.c	/^int doit(char *name, char *mapset, int change_null, RASTER_MAP_TYPE map_type)$/;"	f
dom2doy	raster/r.sunmask/solpos00.c	/^static void dom2doy(struct posdata *pdat)$/;"	f	file:
dom_rule	locale/Makefile	/^define dom_rule$/;"	m
dominance	raster/r.li/r.li.dominance/dominance.c	/^int dominance(int fd, char **par, area_des ad, double *result)$/;"	f
dominance	raster/r.li/r.li.richness/richness.c	/^int dominance(int fd, char **par, area_des ad, double *result)$/;"	f
done	imagery/i.class/define_reg.c	/^static int done(void)$/;"	f	file:
done	imagery/i.class/signature.c	/^static int done(void)$/;"	f	file:
done	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int done(void)$/;"	f	file:
done	imagery/i.ortho.photo/photo.2image/drawcam.c	/^static int done(void)$/;"	f	file:
done	imagery/i.ortho.photo/photo.2image/mark.c	/^static int done(void)$/;"	f	file:
done	imagery/i.ortho.photo/photo.2image/use_camera.c	/^static int done(void)$/;"	f	file:
done	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int done(void)$/;"	f	file:
done	imagery/i.points/analyze.c	/^static int done(void)$/;"	f	file:
done	imagery/i.vpoints/analyze.c	/^static int done(void)$/;"	f	file:
done	imagery/i.vpoints/colors.c	/^static int done(void)$/;"	f	file:
done	raster/r.water.outlet/basin.h	/^GLOBAL int nrows, ncols, done, total;$/;"	v
done_form	vector/v.digit/form.tcl	/^proc done_form {} {$/;"	p
doner	raster/r.water.outlet/basin.h	/^GLOBAL FLAG *doner, *swale, *left;$/;"	v
dont_draw	lib/driver/text2.c	/^static int dont_draw;$/;"	v	file:
dont_save	imagery/i.class/signature.c	/^static int dont_save(void)$/;"	f	file:
dont_stop	imagery/i.class/driver.c	/^static int dont_stop(void)$/;"	f	file:
dont_stop	imagery/i.ortho.photo/photo.2image/driver.c	/^static int dont_stop(void)$/;"	f	file:
dont_stop	imagery/i.ortho.photo/photo.2target/driver.c	/^static int dont_stop(void)$/;"	f	file:
dont_stop	imagery/i.points/driver.c	/^static int dont_stop(void)$/;"	f	file:
dont_stop	imagery/i.vpoints/driver.c	/^static int dont_stop(void)$/;"	f	file:
dopolys	raster/r.fill.dir/dopolys.c	/^int dopolys(int fd, int fm, int nl, int ns)$/;"	f
dot	imagery/i.ortho.photo/photo.2image/dot.c	/^int dot(int x, int y)$/;"	f
dot	imagery/i.ortho.photo/photo.2target/dot.c	/^int dot(int x, int y)$/;"	f
dot	imagery/i.points/dot.c	/^int dot(int x, int y)$/;"	f
dot	imagery/i.vpoints/dot.c	/^int dot(int x, int y)$/;"	f
dot	raster/r.in.poly/raster.c	/^static int (*dot) ();$/;"	v	file:
dot	vector/v.to.rast/raster.c	/^static int (*dot) (int, int);$/;"	v	file:
dot_dashed_bits	include/patterns.h	/^static BITMAPS_H_TYPE dot_dashed_bits[] = {$/;"	v
dot_dashed_height	include/patterns.h	33;"	d
dot_dashed_width	include/patterns.h	32;"	d
dotext	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int dotext(char *text, int top, int bottom, int left, int right,$/;"	f	file:
dotext	imagery/i.ortho.photo/photo.2image/ask.c	/^static int dotext(char *text,$/;"	f	file:
dotext	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^static int dotext(char *text, int top, int bottom, int left, int right,$/;"	f	file:
dotext	imagery/i.ortho.photo/photo.2image/mark.c	/^static int dotext(char *text,$/;"	f	file:
dotext	imagery/i.ortho.photo/photo.2image/use_camera.c	/^static int dotext(char *text,$/;"	f	file:
dotext	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int dotext(char *text, int top, int bottom, int left, int right,$/;"	f	file:
dotext	imagery/i.ortho.photo/photo.2target/ask.c	/^static int dotext(char *text, int top, int bottom, int left, int right,$/;"	f	file:
dotext	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^static int dotext(char *text, int top, int bottom, int left, int right,$/;"	f	file:
dotext	imagery/i.points/analyze.c	/^static int dotext(char *text,$/;"	f	file:
dotext	imagery/i.points/ask.c	/^static int dotext(char *text, int top, int bottom, int left, int right,$/;"	f	file:
dotext	imagery/i.points/ask_mag.c	/^static int dotext(char *text, int top, int bottom, int left, int right,$/;"	f	file:
dotext	imagery/i.vpoints/analyze.c	/^static int dotext(char *text, int top, int bottom, int left, int right,$/;"	f	file:
dotext	imagery/i.vpoints/ask.c	/^static int dotext(char *text,$/;"	f	file:
dotext	imagery/i.vpoints/ask_lineclr.c	/^dotext(char *text, int top, int bottom, int left, int right, int centered)$/;"	f	file:
dotext	imagery/i.vpoints/ask_mag.c	/^static int dotext(char *text,$/;"	f	file:
dots	imagery/i.ortho.photo/photo.rectify/ask_files.c	/^int dots(char *buf, int n)$/;"	f
dotsize	imagery/i.points/main.c	/^int dotsize = 4;$/;"	v
dotsize	imagery/i.vpoints/main.c	/^int dotsize = 4;$/;"	v
dotted_bits	include/patterns.h	/^static BITMAPS_H_TYPE dotted_bits[] = {$/;"	v
dotted_fill_gap	lib/gis/plot.c	/^static int dotted_fill_gap = 2;$/;"	v	file:
dotted_height	include/patterns.h	41;"	d
dotted_width	include/patterns.h	40;"	d
double_comp	lib/gis/color_org.c	/^static int double_comp(const void *xx, const void *yy)$/;"	f	file:
double_comp	lib/gis/quant.c	/^static int double_comp(const void *xx, const void *yy)$/;"	f	file:
double_pi	visualization/nviz/src/togl_flythrough.c	/^static float pi, half_pi, double_pi, quasi_half_pi;$/;"	v	file:
doublecomplex	include/la.h	/^} doublecomplex;$/;"	t	typeref:struct:__anon241
doublereal	include/la.h	/^typedef double doublereal;$/;"	t
douglas_peucker	vector/v.generalize/simplification.c	/^int douglas_peucker(struct line_pnts *Points, double thresh, int with_z)$/;"	f
douglas_peucker_reduction	vector/v.generalize/simplification.c	/^int douglas_peucker_reduction(struct line_pnts *Points, double thresh,$/;"	f
downarrow	imagery/i.ask/popup.c	/^static int downarrow(struct box *box, int color)$/;"	f	file:
downarrow	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int downarrow(struct box *box, int color)$/;"	f	file:
downarrow	imagery/i.ortho.photo/photo.2image/ask.c	/^static int downarrow(struct box *box, int color)$/;"	f	file:
downarrow	imagery/i.ortho.photo/photo.2image/mark.c	/^static int downarrow(struct box *box, int color)$/;"	f	file:
downarrow	imagery/i.ortho.photo/photo.2image/use_camera.c	/^static int downarrow(struct box *box, int color)$/;"	f	file:
downarrow	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int downarrow(struct box *box, int color)$/;"	f	file:
downarrow	imagery/i.ortho.photo/photo.2target/ask.c	/^static int downarrow(struct box *box, int color)$/;"	f	file:
downarrow	imagery/i.points/analyze.c	/^static int downarrow(struct box *box, int color)$/;"	f	file:
downarrow	imagery/i.points/ask.c	/^static int downarrow(struct box *box, int color)$/;"	f	file:
downarrow	imagery/i.vpoints/analyze.c	/^static int downarrow(struct box *box, int color)$/;"	f	file:
downarrow	imagery/i.vpoints/ask.c	/^static int downarrow(struct box *box, int color)$/;"	f	file:
downarrow	imagery/i.vpoints/ask_lineclr.c	/^static downarrow(box, color)$/;"	f	file:
downheap_double	raster/r.univar2/sort.c	/^void downheap_double(double *array, int n, int k)$/;"	f
downheap_eqvals	raster3d/r3.stats/main.c	/^void downheap_eqvals(equal_val_array * e, int n, int k)$/;"	f
downheap_float	raster/r.univar2/sort.c	/^void downheap_float(float *array, int n, int k)$/;"	f
downheap_int	raster/r.univar2/sort.c	/^void downheap_int(int *array, int n, int k)$/;"	f
doy2dom	raster/r.sunmask/solpos00.c	/^static void doy2dom(struct posdata *pdat)$/;"	f	file:
dozero	include/gis.h	/^    int dozero;			\/* boolean *\/$/;"	m	struct:G_3dview
dozero	swig/perl/gis.h	/^    int dozero;			\/* boolean *\/$/;"	m	struct:G_3dview
dp	raster/r.horizon/main.c	/^double stepx, stepy, stepxhalf, stepyhalf, stepxy, xp, yp, op, dp, xg0, xx0,$/;"	v
dp	raster/r.report/global.h	/^    int dp;$/;"	m	struct:_units_
dp	raster/r.sun/main.c	/^double stepx, stepy, stepxy, xp, yp, op, dp, xg0, xx0, yg0, yy0, deltx, delty;$/;"	v
dp	raster/r.sun2/main.c	/^double op, dp;$/;"	v
dprev	vector/v.delaunay2/data_types.h	/^    struct edge *dprev;$/;"	m	struct:edge	typeref:struct:edge::edge
dpy	display/drivers/XDRIVER/Graph_set.c	/^Display *dpy;$/;"	v
dpy	visualization/nviz/src/do_zoom.c	/^static Display *dpy;$/;"	v	file:
dpy	visualization/xganim/Clr_table.c	/^Display *dpy;$/;"	v
dpy	visualization/ximgview/main.c	/^Display *dpy;$/;"	v
drad	raster/r.sun/main.c	/^double drad(double sh)$/;"	f
drad	raster/r.sun2/rsunlib.c	/^double drad(double sh, double bh, double *rr,$/;"	f
drad_angle_loss	raster/r.sun2/rsunlib.c	/^double drad_angle_loss(double sh, double bh, double *rr,$/;"	f
dragging	raster3d/r3.showdspf/Ball.h	/^    int dragging;$/;"	m	struct:__anon112
drain	raster/r.drain/main.c	/^struct point *drain(int fd, struct point *list, int nrow, int ncol)$/;"	f
drain_bed	lib/gpde/N_gwflow.h	/^    N_array_2d *drain_bed;	\/*!Bed of the drainage *\/$/;"	m	struct:__anon41
drain_bed	lib/gpde/N_gwflow.h	/^    N_array_3d *drain_bed;	\/*!Bed of the drainage [m] *\/$/;"	m	struct:__anon40
drain_bed	raster/r.gwflow/main.c	/^	*river_head, *river_bed, *river_leak, *drain_bed, *drain_leak;$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
drain_leak	lib/gpde/N_gwflow.h	/^    N_array_2d *drain_leak;	\/*!Leakage of the drainage bed [1\/s] *\/$/;"	m	struct:__anon41
drain_leak	lib/gpde/N_gwflow.h	/^    N_array_3d *drain_leak;	\/*!Leakage of the drainage bed [1\/s] *\/$/;"	m	struct:__anon40
drain_leak	raster/r.gwflow/main.c	/^	*river_head, *river_bed, *river_leak, *drain_bed, *drain_leak;$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
drain_ptrs	raster/r.water.outlet/basin.h	/^GLOBAL char *drain_ptrs, ha_f, el_f, ar_f;$/;"	v
drainsFrom	raster/r.terraflow/water.h	/^  int drainsFrom(int i, int j) const { $/;"	f	class:compressedWaterWindowBaseType
drand48	raster/r.mapcalc/xrand.c	15;"	d	file:
drand48	vector/v.kcv/main.c	/^double drand48()$/;"	f
drand48	vector/v.random/main.c	/^double drand48()$/;"	f
drape_line_init	lib/ogsf/gsdrape.c	/^static int drape_line_init(int rows, int cols)$/;"	f	file:
drape_surf_id	include/gstypes.h	/^    int drape_surf_id[MAX_SURFS];	\/* ditto *\/$/;"	m	struct:g_site
drape_surf_id	include/gstypes.h	/^    int drape_surf_id[MAX_SURFS];	\/* if you want 'em flat, define the surface *\/$/;"	m	struct:g_vect
draw	display/d.barscale/main.c	/^int draw = 0;$/;"	v
draw	display/d.graph/description.html	/^<a name="draw"><\/a>$/;"	a
drawGC	visualization/xganim/main.c	/^GC invertGC, drawGC;$/;"	v
drawMouseUnits	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^proc drawMouseUnits { num sel } {$/;"	p
drawMouseWindow	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^proc drawMouseWindow { sel } {$/;"	p
drawRegions	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^proc drawRegions { number } {$/;"	p
drawSegments	gui/wxpython/vdigit/driver.h	/^    bool drawSegments;         \/\/ draw segments of selected line$/;"	m	class:DisplayDriver
drawSelected	gui/wxpython/vdigit/driver.h	/^    bool drawSelected;$/;"	m	class:DisplayDriver
draw_a_burning_cell	raster/wildfire/r.spread/display.c	/^void draw_a_burning_cell(int row, int col)$/;"	f
draw_a_cell	raster/wildfire/r.spread/display.c	/^void draw_a_cell(int row, int col, int cell_value)$/;"	f
draw_and_record	raster/r.digit/get_circle.c	/^int draw_and_record(FILE * fd, int x, int y, int cx, int cy)$/;"	f
draw_bitmap	lib/driver/driver.h	/^    void (*draw_bitmap) (int, int, int, const unsigned char *);$/;"	m	struct:driver
draw_bitmap	lib/driver/text3.c	/^static void draw_bitmap(FT_Bitmap * bitmap, FT_Int x, FT_Int y)$/;"	f	file:
draw_bot	ps/ps.map/ps_outline.c	/^int draw_bot(void)$/;"	f
draw_boundaries	ps/ps.map/ps_outline.c	/^static int draw_boundaries(void)$/;"	f	file:
draw_box	raster/r.le/r.le.setup/sample.c	/^void draw_box(int x0, int y0, int xp, int yp, int thick)$/;"	f
draw_cap	raster3d/r3.showdspf/draw_cap_ogl.c	/^int draw_cap(XHeadp, XB_spec, XCap)$/;"	f
draw_cap_side	raster3d/r3.showdspf/cap_data.c	/^void draw_cap_side(D_spec, Headp, G3header, D_Cap, type)$/;"	f
draw_cappolys	raster3d/r3.showdspf/draw_cappolys_ogl.c	/^int draw_cappolys(Headp, D_spec, D_Cap, poly, x, y, direction, index)$/;"	f
draw_cell	imagery/i.class/draw_cell.c	/^int draw_cell(View * view, int overlay)$/;"	f
draw_cell	lib/display/raster.c	/^static int draw_cell(int A_row,$/;"	f	file:
draw_chain	ps/ps.map/symbol.c	/^int draw_chain(SYMBCHAIN * chain, double s)$/;"	f
draw_character	display/d.text.freetype/main.c	/^draw_character(rectinfo win, FT_Face face, FT_Matrix * matrix,$/;"	f	file:
draw_circle	raster/r.le/r.le.setup/sample.c	/^void draw_circle(int x0, int y0, int xp, int yp, int thick)$/;"	f
draw_colortable	raster3d/r3.showdspf/do_color_ogl.c	/^void draw_colortable(D_spec, Headfax, Window)$/;"	f
draw_cp_obj	visualization/nviz/src/cutplane_obj.c	/^draw_cp_obj(Nv_data * data, Tcl_Interp * interp, int id, char **argv,$/;"	f
draw_ctable	raster3d/r3.showdspf/main_ogl.c	/^void draw_ctable()$/;"	f
draw_fringe	visualization/nviz/scripts/panel_fringe.tcl	/^proc draw_fringe {} {$/;"	p
draw_grid	display/d.rast.edit/draw_grid.c	/^int draw_grid(void)$/;"	f
draw_grid	raster/r.le/r.le.setup/sample.c	/^static void draw_grid(int l, int t, int w_w, int w_l, int h_d, int v_d,$/;"	f	file:
draw_left	ps/ps.map/ps_outline.c	/^int draw_left(void)$/;"	f
draw_line	display/d.measure/draw_line.c	/^draw_line(int screen_x, int screen_y, int cur_screen_x, int cur_screen_y,$/;"	f
draw_line	lib/driver/driver.h	/^    void (*draw_line) (int, int, int, int);$/;"	m	struct:driver
draw_line	lib/pngdriver/Draw_line.c	/^static void draw_line(int x1, int y1, int x2, int y2)$/;"	f	file:
draw_line	ps/ps.map/gprims.c	/^int draw_line(double x1, double y1, double x2, double y2)$/;"	f
draw_mag	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^int draw_mag(void)$/;"	f
draw_mag	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^int draw_mag(void)$/;"	f
draw_mag	imagery/i.points/ask_mag.c	/^int draw_mag(void)$/;"	f
draw_mag	imagery/i.vpoints/ask_mag.c	/^int draw_mag(void)$/;"	f
draw_main	lib/driver/text3.c	/^static void draw_main(int x, int y,$/;"	f	file:
draw_mode	include/gstypes.h	/^    IFLAG draw_mode;		\/*DM_GOURAUD | DM_FRINGE | DM_POLY, DM_WIRE, DM_WIRE_POLY *\/$/;"	m	struct:g_surf
draw_multiple	raster3d/r3.showdspf/main_ogl.c	/^void draw_multiple()$/;"	f
draw_number	display/d.rast.num/number.c	/^int draw_number(double number, int prec, RASTER_MAP_TYPE map_type)$/;"	f
draw_obj	visualization/nviz/src/map_obj.c	/^int draw_obj(Tcl_Interp * interp, int id, int type)$/;"	f
draw_objects	imagery/i.class/input.c	/^static int draw_objects(Objects * objects)$/;"	f	file:
draw_objects	imagery/i.ortho.photo/photo.2image/input.c	/^static int draw_objects(Objects * objects)$/;"	f	file:
draw_objects	imagery/i.ortho.photo/photo.2target/input.c	/^static int draw_objects(Objects * objects)$/;"	f	file:
draw_objects	imagery/i.points/input.c	/^static int draw_objects(Objects * objects)$/;"	f	file:
draw_objects	imagery/i.vpoints/input.c	/^static int draw_objects(Objects * objects)$/;"	f	file:
draw_option_boxes	imagery/i.class/input.c	/^static int draw_option_boxes(Objects * objects)$/;"	f	file:
draw_option_boxes	imagery/i.ortho.photo/photo.2image/input.c	/^static int draw_option_boxes(Objects * objects)$/;"	f	file:
draw_option_boxes	imagery/i.ortho.photo/photo.2target/input.c	/^static int draw_option_boxes(Objects * objects)$/;"	f	file:
draw_option_boxes	imagery/i.points/input.c	/^static int draw_option_boxes(Objects * objects)$/;"	f	file:
draw_option_boxes	imagery/i.vpoints/input.c	/^static int draw_option_boxes(Objects * objects)$/;"	f	file:
draw_outline	ps/ps.map/ps_outline.c	/^int draw_outline(void)$/;"	f
draw_patch	raster/r.le/r.le.trace/main.c	/^void draw_patch(PATCH * p, double *m)$/;"	f
draw_point	lib/driver/driver.h	/^    void (*draw_point) (int, int);$/;"	m	struct:driver
draw_region	imagery/i.class/draw_reg.c	/^int draw_region(void)$/;"	f
draw_rite	ps/ps.map/ps_outline.c	/^int draw_rite(void)$/;"	f
draw_scale	display/d.barscale/draw_scale.c	/^int draw_scale(char *save, int toptext)$/;"	f
draw_slice	display/d.histogram/draw_slice.c	/^int draw_slice(struct Colors *colors, int fill_flag, DCELL fill_color1, DCELL fill_color2, int txt_color, double cx, double cy, double r,	\/* in normalized coords. *\/$/;"	f
draw_slice_filled	display/d.histogram/draw_slice.c	/^int draw_slice_filled(struct Colors *colors, DCELL fc,	\/* fill color *\/$/;"	f
draw_slice_unfilled	display/d.histogram/draw_slice.c	/^int draw_slice_unfilled(struct Colors *colors, int tc, double cx, double cy,	\/* circle center, in normalized coords. *\/$/;"	f
draw_text	display/d.text.freetype/main.c	/^draw_text(rectinfo win, FT_Face face, FT_Vector * pen,$/;"	f	file:
draw_text	display/d.text.new/main.c	/^static void draw_text(char *text, int *x, int *y, int size, char *align,$/;"	f	file:
draw_text	lib/driver/driver.h	/^    void (*draw_text) (const char *);$/;"	m	struct:driver
draw_text	lib/driver/text3.c	/^static void draw_text(FT_Face face, FT_Vector * pen, FT_Matrix * matrix,$/;"	f	file:
draw_top	ps/ps.map/ps_outline.c	/^int draw_top(void)$/;"	f
draw_which	imagery/i.ask/popup.c	/^int draw_which(int color)$/;"	f
draw_x	display/d.rast.arrow/arrow.c	/^static void draw_x(void)$/;"	f	file:
drawcam	imagery/i.ortho.photo/photo.2image/drawcam.c	/^int drawcam(void)$/;"	f
drawcamnew	imagery/i.ortho.photo/photo.2image/use_camera.c	/^static int drawcamnew(void)$/;"	f	file:
drawcell	imagery/i.ortho.photo/photo.2image/drawcell.c	/^int drawcell(View * view)$/;"	f
drawcell	imagery/i.ortho.photo/photo.2target/drawcell.c	/^int drawcell(View * view)$/;"	f
drawcell	imagery/i.points/drawcell.c	/^int drawcell(View * view)$/;"	f
drawcell	imagery/i.vpoints/drawcell.c	/^int drawcell(View * view, int initflag)$/;"	f
drawchar	lib/driver/text2.c	/^void drawchar(double text_size_x, double text_size_y,$/;"	f
drawframes	scripts/d.slide.show/d.slide.show	/^drawframes()$/;"	f
drawline	raster/wildfire/r.spreadpath/drawline.c	/^void drawline(int x1, int y1, int x2, int y2)$/;"	f
drawraster	scripts/d.slide.show/d.slide.show	/^drawraster()$/;"	f
drawvect	imagery/i.vpoints/drawvect.c	/^static int drawvect(int zoomit,	\/* -1 = refresh, 0 = new image, 1 = zoom, 2 = warp *\/$/;"	f	file:
drawvector	scripts/d.slide.show/d.slide.show	/^drawvector()$/;"	f
drawzoom	visualization/nviz/scripts/panel_legend.tcl	/^proc drawzoom { W } {$/;"	p
driver	db/base/columns.c	/^    char *driver, *database, *table;$/;"	m	struct:__anon1	file:
driver	db/base/createdb.c	/^    char *driver, *database;$/;"	m	struct:__anon3	file:
driver	db/base/databases.c	/^    char *driver;$/;"	m	struct:__anon4	file:
driver	db/base/describe.c	/^    char *driver, *database, *table;$/;"	m	struct:__anon10	file:
driver	db/base/dropdb.c	/^    char *driver, *database;$/;"	m	struct:__anon8	file:
driver	db/base/droptable.c	/^    char *driver, *database, *table;$/;"	m	struct:__anon5	file:
driver	db/base/execute.c	/^    char *driver, *database, *input;$/;"	m	struct:__anon6	file:
driver	db/base/select.c	/^    char *driver, *database, *table, *sql, *fs, *vs, *nv, *input;$/;"	m	struct:__anon9	file:
driver	db/base/tables.c	/^    char *driver, *database;$/;"	m	struct:__anon7	file:
driver	imagery/i.class/driver.c	/^int driver(void)$/;"	f
driver	imagery/i.ortho.photo/photo.2image/driver.c	/^int driver(void)$/;"	f
driver	imagery/i.ortho.photo/photo.2target/driver.c	/^int driver(void)$/;"	f
driver	imagery/i.points/driver.c	/^int driver(void)$/;"	f
driver	imagery/i.vpoints/driver.c	/^int driver(void)$/;"	f
driver	include/dbmi.h	/^    dbDriver *driver;$/;"	m	struct:_db_cursor
driver	include/vect/dig_structs.h	/^    char *driver;$/;"	m	struct:field_info
driver	lib/db/dbmi_base/login.c	/^    char *driver;$/;"	m	struct:__anon26	file:
driver	lib/driver/driver.h	/^struct driver$/;"	s
driver	lib/driver/init.c	/^const struct driver *driver;$/;"	v	typeref:struct:driver
driver	raster/r.to.vect/global.h	/^Global dbDriver *driver;$/;"	v
driver	vector/v.in.dwg/global.h	/^Global dbDriver *driver;$/;"	v
driver	vector/v.in.dxf/write_vect.c	/^static dbDriver *driver = NULL;$/;"	v	file:
driver	vector/v.to.points/main.c	/^static dbDriver *driver;$/;"	v	file:
driver	vector/v.vol.rst/userglobs.h	/^dbDriver *driver;$/;"	v
driver2	lib/rst/interp_float/interpf.h	/^dbDriver *driver2;$/;"	v
driverName	include/dbmi.h	/^    char *driverName;$/;"	m	struct:_db_connection
driverName	include/dbmi.h	/^    char driverName[256];	\/* symbolic name for the dbms system *\/$/;"	m	struct:_dbmscap
driver_close	vector/v.digit/driver.c	/^int driver_close(void)$/;"	f
driver_cont_abs	vector/v.digit/driver.c	/^static int driver_cont_abs(int x, int y)$/;"	f	file:
driver_line_width	vector/v.digit/driver.c	/^void driver_line_width(int w)$/;"	f
driver_move_abs	vector/v.digit/driver.c	/^static int driver_move_abs(int x, int y)$/;"	f	file:
driver_open	vector/v.digit/driver.c	/^int driver_open(void)$/;"	f
driver_plot_icon	vector/v.digit/driver.c	/^void driver_plot_icon(double x, double y, const char *icon)$/;"	f
driver_refresh	vector/v.digit/driver.c	/^int driver_refresh(void)$/;"	f
driver_rgb_color	vector/v.digit/driver.c	/^void driver_rgb_color(int r, int g, int b)$/;"	f
drop_column	db/drivers/dbf/column.c	/^int drop_column(int tab, char *name)$/;"	f
drop_pt	raster/r.watershed/ram/do_astar.c	/^int drop_pt(void)$/;"	f
drop_pt	raster/r.watershed/seg/do_astar.c	/^int drop_pt(void)$/;"	f
drycells	lib/gpde/N_gwflow.h	/^    N_array_2d *drycells;	\/*!array of dry cells *\/$/;"	m	struct:__anon41
drycells	lib/gpde/N_gwflow.h	/^    N_array_3d *drycells;	\/*!array of dry cells *\/$/;"	m	struct:__anon40
ds	include/vect/dig_structs.h	/^    OGRDataSourceH ds;$/;"	m	struct:Format_info_ogr
ds	include/vect/dig_structs.h	/^    void *ds;$/;"	m	struct:Format_info_ogr
ds	lib/db/dbmi_base/datetime.c	/^static char ds = '-';$/;"	v	file:
ds	raster/r.flow/r.flow.h	/^layer el, as, ds;		\/* elevation, aspect, density           *\/$/;"	v
dseg_close	raster/r.watershed/seg/dseg_close.c	/^int dseg_close(DSEG * dseg)$/;"	f
dseg_get	raster/r.watershed/seg/dseg_get.c	/^int dseg_get(DSEG * dseg, double *value, int row, int col)$/;"	f
dseg_open	raster/r.watershed/seg/dseg_open.c	/^int dseg_open(DSEG * dseg, int srows, int scols, int nsegs_in_memory)$/;"	f
dseg_put	raster/r.watershed/seg/dseg_put.c	/^int dseg_put(DSEG * dseg, double *value, int row, int col)$/;"	f
dseg_read_cell	raster/r.watershed/seg/dseg_read.c	/^int dseg_read_cell(DSEG * dseg, char *map_name, char *mapset)$/;"	f
dseg_write_cellfile	raster/r.watershed/seg/dseg_write.c	/^int dseg_write_cellfile(DSEG * dseg, char *map_name)$/;"	f
dsegv_	configure	/^dsegv_();$/;"	f
dsn	include/vect/dig_structs.h	/^    char *dsn;$/;"	m	struct:Format_info_ogr
dsol	imagery/i.atcorr/GeomCond.h	/^    float dsol;$/;"	m	struct:GeomCond
dsout	raster/r.flow/r.flow.h	/^    char *dsout;		\/* name of output density file          *\/$/;"	m	struct:__anon153
dsp_setup	imagery/i.vpoints/setup.c	/^int dsp_setup(int blank, struct Cell_head *cellhead)$/;"	f
dspec	raster3d/r3.showdspf/vizual.h	/^struct dspec$/;"	s
dspf_get_res	raster3d/r3.showdspf/main_ogl.c	/^void dspf_get_res(float *xres, float *yres, float *zres)$/;"	f
dspf_get_zscale	raster3d/r3.showdspf/main_ogl.c	/^void dspf_get_zscale(float *zscale)$/;"	f
dspf_getorigin	raster3d/r3.showdspf/main_ogl.c	/^void dspf_getorigin(float *west, float *south, float *bottom)$/;"	f
dspfinfp	lib/dspf/viz.h	/^    FILE *dspfinfp, *dspfoutfp;$/;"	m	struct:__anon33
dspfinfp	raster3d/r3.showdspf/vizual2.h	/^    FILE *dspfinfp, *dspfoutfp;$/;"	m	struct:__anon114
dspfoutfp	lib/dspf/viz.h	/^    FILE *dspfinfp, *dspfoutfp;$/;"	m	struct:__anon33
dspfoutfp	raster3d/r3.showdspf/vizual2.h	/^    FILE *dspfinfp, *dspfoutfp;$/;"	m	struct:__anon114
dsqrarg	raster/r.param.scale/nrutil.c	/^double dsqrarg;$/;"	v
dst	display/drivers/XDRIVER/Raster.c	/^static int dst[2][2];$/;"	v	file:
dst	lib/display/raster.c	/^static int src[2][2], dst[2][2];$/;"	v	file:
dst	lib/pngdriver/Raster.c	/^static int dst[2][2];$/;"	v	file:
dst	raster/r.terraflow/ccforest.h	/^  T dst() const { return value; };$/;"	f	class:keyvalue
dstCmpKeyvalueType	raster/r.terraflow/ccforest.h	/^class dstCmpKeyvalueType {$/;"	c
dstType	lib/g3d/g3dfpxdr.c	/^static int dstType, srcType, type, externLength, eltLength, isFloat, useXdr;$/;"	v	file:
dst_b	lib/cairodriver/Raster.c	/^static int dst_t, dst_b, dst_l, dst_r, dst_w, dst_h;$/;"	v	file:
dst_fd	lib/gis/spawn.c	/^    int dst_fd;$/;"	m	struct:redirect	file:
dst_h	lib/cairodriver/Raster.c	/^static int dst_t, dst_b, dst_l, dst_r, dst_w, dst_h;$/;"	v	file:
dst_l	lib/cairodriver/Raster.c	/^static int dst_t, dst_b, dst_l, dst_r, dst_w, dst_h;$/;"	v	file:
dst_r	lib/cairodriver/Raster.c	/^static int dst_t, dst_b, dst_l, dst_r, dst_w, dst_h;$/;"	v	file:
dst_t	lib/cairodriver/Raster.c	/^static int dst_t, dst_b, dst_l, dst_r, dst_w, dst_h;$/;"	v	file:
dst_w	lib/cairodriver/Raster.c	/^static int dst_t, dst_b, dst_l, dst_r, dst_w, dst_h;$/;"	v	file:
dst_w	raster/r.resamp.stats/main.c	/^static struct Cell_head dst_w, src_w;$/;"	v	typeref:struct:Cell_head	file:
dt	include/gis.h	/^    DateTime dt[2];		\/* two datetimes *\/$/;"	m	struct:TimeStamp
dt	lib/gpde/N_gwflow.h	/^    double dt;			\/*!calculation time *\/$/;"	m	struct:__anon41
dt	lib/gpde/N_gwflow.h	/^    double dt;			\/*!calculation time [s] *\/$/;"	m	struct:__anon40
dt	lib/gpde/N_heatflow.h	/^    double dt;			\/*calculation time *\/$/;"	m	struct:__anon42
dt	lib/gpde/N_heatflow.h	/^    double dt;			\/*calculation time *\/$/;"	m	struct:__anon43
dt	lib/gpde/N_solute_transport.h	/^    double dt;			\/*calculation time *\/$/;"	m	struct:__anon44
dt	lib/gpde/N_solute_transport.h	/^    double dt;			\/*calculation time *\/$/;"	m	struct:__anon45
dt	raster/r.gwflow/main.c	/^	*bottom, *vector, *type, *dt, *maxit, *error, *solver, *sor,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
dt	raster/r.topmodel/global.h	/^    double dt;$/;"	m	struct:__anon131
dt	raster3d/r3.gwflow/main.c	/^	*vector, *dt, *maxit, *error, *solver, *sor;$/;"	m	struct:__anon109	typeref:struct:__anon109::	file:
dt	swig/perl/gis.h	/^    DateTime dt[2];		\/* two datetimes *\/$/;"	m	struct:TimeStamp
dtdica	imagery/i.atcorr/Abstra.h	/^	float dtdica; \/* downward absorption carbon diox dtdica *\/$/;"	m	struct:AbstraStruct
dtdif	imagery/i.atcorr/common.h	/^	float dtdif[3][10];$/;"	m	struct:Sixs_disc
dtdir	imagery/i.atcorr/common.h	/^	float dtdir[3][10];$/;"	m	struct:Sixs_disc
dtens	raster/r.resamp.rst/main.c	/^int deriv, overlap, cursegm, dtens;$/;"	v
dtens	vector/v.surf.rst/main.c	/^int KMAX2, KMIN, KMAX, totsegm, deriv, dtens, cv;$/;"	v
dtheta	raster/r.topmodel/global.h	/^    double K0, psi, dtheta;$/;"	m	struct:__anon130
dtm_layer	raster/r.walk/stash.h	/^char cost_layer[64], dtm_layer[64];$/;"	v
dtmeth	imagery/i.atcorr/Abstra.h	/^	float dtmeth; \/* downward absorption methane     dtmeth *\/$/;"	m	struct:AbstraStruct
dtmoca	imagery/i.atcorr/Abstra.h	/^	float dtmoca; \/* downward absorption carbon mono dtmoca *\/$/;"	m	struct:AbstraStruct
dtniox	imagery/i.atcorr/Abstra.h	/^	float dtniox; \/* downward absorption nitrous oxi dtniox *\/$/;"	m	struct:AbstraStruct
dtota	imagery/i.atcorr/Interp.h	/^	float dtota;$/;"	m	struct:InterpStruct
dtotr	imagery/i.atcorr/Interp.h	/^	float dtotr;$/;"	m	struct:InterpStruct
dtott	imagery/i.atcorr/Interp.h	/^	float dtott; $/;"	m	struct:InterpStruct
dtoxyg	imagery/i.atcorr/Abstra.h	/^	float dtoxyg; \/* downward absorption oxygen      dtoxyg *\/$/;"	m	struct:AbstraStruct
dtozon	imagery/i.atcorr/Abstra.h	/^	float dtozon; \/* downward absorption ozone       dtozon *\/$/;"	m	struct:AbstraStruct
dtwava	imagery/i.atcorr/Abstra.h	/^	float dtwava; \/* downward absorption water vapor dtwava *\/$/;"	m	struct:AbstraStruct
dueImp	vector/lidar/v.lidar.growing/growing.h	/^    int dueImp;			\/* Double impulse point *\/$/;"	m	struct:element_grow
dummy	include/vect/dig_structs.h	/^    char dummy;$/;"	m	struct:recycle
dummy	lib/g3d/g3dmask.c	/^static void dummy(void)$/;"	f	file:
dummy	vector/v.digit/zoom.c	/^    int dummy;			\/* zoom_pan is stateless *\/$/;"	m	struct:zoom_pan	file:
dump_ascii	gem/tools.c	/^void dump_ascii(char *file, char *heading)$/;"	f
dump_eigen	imagery/i.pca/main.c	/^static int dump_eigen(int bands, double **eigmat, double *eigval)$/;"	f	file:
dump_html	gem/tools.c	/^void dump_html(char *file, char *tmpfile)$/;"	f
dump_map	lib/bitmap/main.c	/^static int dump_map(struct BM *map)$/;"	f	file:
dump_map	lib/bitmap/smain.c	/^static int dump_map(struct BM *map)$/;"	f	file:
dump_plain	gem/tools.c	/^void dump_plain(char *file, char *tmpfile)$/;"	f
dump_str	gem/tools.c	/^void dump_str(FILE * f, char **strarr)$/;"	f
dumpfile	raster/r.coin/main.c	/^FILE *dumpfile;$/;"	v
dumpflags	lib/vector/diglib/port_test.c	/^static int dumpflags(void)$/;"	f	file:
dumpgif	raster3d/r3.showdspf/new_init_graphics.c	/^int dumpgif(char *name)$/;"	f
dumplist	lib/linkm/try.c	/^int dumplist(struct link *List)$/;"	f
dumplist	lib/linkm/try2.c	/^int dumplist(struct link *List)$/;"	f
dumpname	raster/r.coin/main.c	/^const char *dumpname;$/;"	v
dumprect	raster3d/r3.showdspf/new_init_graphics.c	/^int dumprect(char *name)$/;"	f
duplicate	vector/v.hull/chull.c	/^    tEdge duplicate;		\/* pointer to incident cone edge (or NULL) *\/$/;"	m	struct:tVertexStructure	file:
duplicateFixer	raster/r.terraflow/plateau.cc	/^  duplicateFixer(ccforest<cclabel_type> *p) : colTree(p) {};$/;"	f	class:duplicateFixer
duplicateFixer	raster/r.terraflow/plateau.cc	/^class duplicateFixer {$/;"	c	file:
durbins_exact	lib/cdhc/durbins.c	/^double *durbins_exact(double *x, int n)$/;"	f
dust	imagery/i.atcorr/AerosolModel.cpp	/^void AerosolModel::dust()$/;"	f	class:AerosolModel
dust_ph	imagery/i.atcorr/common.h	/^	float dust_ph[10][83];		\/* dust model *\/$/;"	m	struct:Sixs_aerbas
dval	raster/r.to.vect/global.h	/^    double dval;		\/* FCELL\/DCELL value *\/$/;"	m	struct:COOR
dvalue	raster/r.what/main.c	/^    DCELL dvalue[NFILES];$/;"	m	struct:order	file:
dvalue	vector/v.what.rast/main.c	/^    DCELL dvalue;		\/* used for FCELL and DCELL *\/$/;"	m	struct:order	file:
dvector	raster/r.param.scale/nrutil.c	/^double *dvector(int nl, int nh)$/;"	f
dwghandle	vector/v.in.dwg/global.h	/^Global AD_DB_HANDLE dwghandle;$/;"	v
dx	include/gprojects.h	/^    double dx, dy, dz;$/;"	m	struct:gpj_datum
dx	lib/gis/datum.c	/^    double dx;			\/* delta x *\/$/;"	m	struct:table	file:
dx	lib/gpde/N_pde.h	/^    double dx;$/;"	m	struct:__anon48
dx	lib/proj/local_proto.h	/^    double dx, dy, dz;$/;"	m	struct:datum_list
dx	raster/r.terraflow/weightWindow.h	/^  float dx() const {$/;"	f	class:weightWindow
dx	vector/v.in.dwg/global.h	/^    double dx, dy, dz;$/;"	m	struct:__anon177
dx	visualization/nviz/src/togl_flythrough.c	/^    float dx;$/;"	m	struct:flyData	file:
dxf_blocks	vector/v.out.dxf/write_dxf.c	/^int dxf_blocks(void)$/;"	f
dxf_buf	vector/v.in.dxf/global.h	/^GLOBAL char dxf_buf[DXF_BUF_SIZE], entity[DXF_BUF_SIZE];$/;"	v
dxf_close	vector/v.in.dxf/read_dxf.c	/^void dxf_close(struct dxf_file *dxf)$/;"	f
dxf_endsec	vector/v.out.dxf/write_dxf.c	/^int dxf_endsec(void)$/;"	f
dxf_endtable	vector/v.out.dxf/write_dxf.c	/^int dxf_endtable(void)$/;"	f
dxf_entities	vector/v.out.dxf/write_dxf.c	/^int dxf_entities(void)$/;"	f
dxf_eof	vector/v.out.dxf/write_dxf.c	/^int dxf_eof(void)$/;"	f
dxf_ext	vector/v.in.dxf/dxf_to_vect.c	/^static BOUND_BOX ext, dxf_ext;$/;"	v	file:
dxf_fgets	vector/v.in.dxf/read_dxf.c	/^static char *dxf_fgets(char *buf, int size, struct dxf_file *dxf)$/;"	f	file:
dxf_file	vector/v.in.dxf/global.h	/^struct dxf_file$/;"	s
dxf_find_header	vector/v.in.dxf/read_dxf.c	/^int dxf_find_header(struct dxf_file *dxf)$/;"	f
dxf_fp	vector/v.out.dxf/global.h	/^GLOBAL FILE *dxf_fp;$/;"	v
dxf_get_code	vector/v.in.dxf/global.h	52;"	d
dxf_header	vector/v.out.dxf/write_dxf.c	/^int dxf_header(void)$/;"	f
dxf_layer	vector/v.out.dxf/write_dxf.c	/^int dxf_layer(char *name, int color, char *linetype, int frozen)$/;"	f
dxf_layer0	vector/v.out.dxf/write_dxf.c	/^int dxf_layer0(void)$/;"	f
dxf_layer_table	vector/v.out.dxf/write_dxf.c	/^int dxf_layer_table(int numlayers)$/;"	f
dxf_limits	vector/v.out.dxf/write_dxf.c	/^int dxf_limits(double top, double bottom, double right, double left)$/;"	f
dxf_linetype_table	vector/v.out.dxf/write_dxf.c	/^int dxf_linetype_table(int numlines)$/;"	f
dxf_open	vector/v.in.dxf/read_dxf.c	/^struct dxf_file *dxf_open(char *file)$/;"	f
dxf_open	vector/v.out.dxf/write_dxf.c	/^int dxf_open(char *filename)$/;"	f
dxf_point	vector/v.out.dxf/write_dxf.c	/^int dxf_point(char *layer, double x, double y, double z)$/;"	f
dxf_poly_end	vector/v.out.dxf/write_dxf.c	/^int dxf_poly_end(char *layer)$/;"	f
dxf_polyline	vector/v.out.dxf/write_dxf.c	/^int dxf_polyline(char *layer)$/;"	f
dxf_read_code	vector/v.in.dxf/read_dxf.c	/^int dxf_read_code(struct dxf_file *dxf, char *buf, int size)$/;"	f
dxf_solidline	vector/v.out.dxf/write_dxf.c	/^int dxf_solidline(void)$/;"	f
dxf_tables	vector/v.out.dxf/write_dxf.c	/^int dxf_tables(void)$/;"	f
dxf_text	vector/v.out.dxf/write_dxf.c	/^int dxf_text(char *layer, double x, double y, double z, double size, int just,$/;"	f
dxf_to_vect	vector/v.in.dxf/dxf_to_vect.c	/^int dxf_to_vect(struct dxf_file *dxf, struct Map_info *Map)$/;"	f
dxf_vertex	vector/v.out.dxf/write_dxf.c	/^int dxf_vertex(char *layer, double x, double y, double z)$/;"	f
dxin	raster/simwe/simlib/waterglobs.h	/^    struct Option *elevin, *dxin, *dyin, *rain, *infil, *traps, *manin,$/;"	m	struct:__anon137	typeref:struct:__anon137::
dxin	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *dxin;$/;"	v
dy	include/gprojects.h	/^    double dx, dy, dz;$/;"	m	struct:gpj_datum
dy	lib/gis/datum.c	/^    double dy;			\/* delta y *\/$/;"	m	struct:table	file:
dy	lib/gpde/N_pde.h	/^    double dy;$/;"	m	struct:__anon48
dy	lib/proj/local_proto.h	/^    double dx, dy, dz;$/;"	m	struct:datum_list
dy	ps/ps.map/do_header.c	/^static double x, y, dy, fontsize;$/;"	v	file:
dy	raster/r.terraflow/weightWindow.h	/^  float dy() const {$/;"	f	class:weightWindow
dy	vector/v.in.dwg/global.h	/^    double dx, dy, dz;$/;"	m	struct:__anon177
dy	visualization/nviz/src/togl_flythrough.c	/^    float dy;$/;"	m	struct:flyData	file:
dyin	raster/simwe/simlib/waterglobs.h	/^    struct Option *elevin, *dxin, *dyin, *rain, *infil, *traps, *manin,$/;"	m	struct:__anon137	typeref:struct:__anon137::
dyin	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *dyin;$/;"	v
dz	include/gprojects.h	/^    double dx, dy, dz;$/;"	m	struct:gpj_datum
dz	lib/gis/datum.c	/^    double dz;			\/* delta z *\/$/;"	m	struct:table	file:
dz	lib/gpde/N_pde.h	/^    double dz;$/;"	m	struct:__anon48
dz	lib/proj/local_proto.h	/^    double dx, dy, dz;$/;"	m	struct:datum_list
dz	vector/v.in.dwg/global.h	/^    double dx, dy, dz;$/;"	m	struct:__anon177
dzero	raster/r.watershed/ram/Gwater.h	/^GLOBAL double ril_value, dzero;$/;"	v
dzero	raster/r.watershed/seg/Gwater.h	/^GLOBAL double ril_value, dzero;$/;"	v
e	display/d.nviz/local.h	/^static double dist, e = 0, n = 0;$/;"	v
e	lib/gmath/brent.c	/^    double d, e, v, w;$/;"	m	struct:__anon73	file:
e	lib/vector/Vlib/dgraph.h	/^    struct pg_edge *e;$/;"	m	struct:planar_graph	typeref:struct:planar_graph::pg_edge
e	raster/r.le/r.le.patch/patch.h	/^    int n, s, e, w;$/;"	m	struct:reglist
e	raster/r.le/r.le.patch/patch.h	/^    int num, n, s, e, w, npts;$/;"	m	struct:patch
e	raster/r.le/r.le.pixel/pixel.h	/^    int n, s, e, w;$/;"	m	struct:reglist
e	raster/r.le/r.le.trace/r.le.trace.h	/^    int num, n, s, e, w, npts;$/;"	m	struct:patch
e	raster/r.li/r.li.cwed/cellWeighted.h	/^    long e;$/;"	m	struct:CoppiaPesata
e	raster/r.profile/main.c	/^static double dist, e, n;$/;"	v	file:
e1	display/d.profile/profile.h	/^    double n1, e1, n2, e2;$/;"	m	struct:Profile
e1	imagery/i.ortho.photo/libes/orthophoto.h	/^    double *e1;$/;"	m	struct:Ortho_Control_Points
e1	imagery/i.ortho.photo/libes/orthophoto.h	/^    double *e1;$/;"	m	struct:Ortho_Photo_Points
e1	include/imagery.h	/^    double *e1;$/;"	m	struct:Control_Points
e1	ps/ps.map/ps_outline.c	/^double e1, e2, e3, n1, n2, n3;$/;"	v
e2	display/d.profile/profile.h	/^    double n1, e1, n2, e2;$/;"	m	struct:Profile
e2	imagery/i.ortho.photo/libes/orthophoto.h	/^    double *e2;$/;"	m	struct:Ortho_Control_Points
e2	imagery/i.ortho.photo/libes/orthophoto.h	/^    double *e2;$/;"	m	struct:Ortho_Photo_Points
e2	include/imagery.h	/^    double *e2;$/;"	m	struct:Control_Points
e2	lib/gis/get_ellipse.c	/^    double e2;$/;"	m	struct:table	file:
e2	ps/ps.map/ps_outline.c	/^double e1, e2, e3, n1, n2, n3;$/;"	v
e3	ps/ps.map/ps_outline.c	/^double e1, e2, e3, n1, n2, n3;$/;"	v
e_format	raster/r.report/main.c	/^int e_format;$/;"	v
e_list	raster/r.to.vect/areas.c	/^static struct equiv_table *e_list;$/;"	v	typeref:struct:equiv_table	file:
e_w	misc/m.cogo/main.c	/^    char e_w[2];$/;"	m	struct:survey_record	file:
eallocated	lib/vector/Vlib/dgraph.h	/^    int eallocated; \/* size of the array bellow *\/$/;"	m	struct:pg_vertex
eallocated	lib/vector/Vlib/dgraph.h	/^    int eallocated;$/;"	m	struct:planar_graph
east	display/d.barscale/main.c	/^double east;$/;"	v
east	display/d.paint.labels/do_labels.c	/^static double east;$/;"	v	file:
east	display/d.profile/profile.h	/^    double north, east, dist;$/;"	m	struct:ProfileNode
east	include/G3d.h	/^    double east, west;$/;"	m	struct:__anon248
east	include/gis.h	/^    double east;$/;"	m	struct:Cell_head
east	include/site.h	/^    double east, north;$/;"	m	struct:__anon292
east	lib/display/cnversions.c	/^    double east;$/;"	m	struct:rectangle	file:
east	lib/dspf/viz.h	/^    float north, south, east, west;$/;"	m	struct:__anon33
east	raster/r.los/cmd_line.h	/^GLOBAL double east;$/;"	v
east	raster/r.surf.idw2/main.c	/^    double north, east;$/;"	m	struct:Point	file:
east	raster/simwe/simlib/waterglobs.h	/^    double north, east;$/;"	m	struct:Point
east	raster3d/r3.showdspf/vizual2.h	/^    float north, south, east, west;$/;"	m	struct:__anon114
east	swig/perl/gis.h	/^    double east;$/;"	m	struct:Cell_head
east	vector/v.surf.idw/main.c	/^    double north, east;$/;"	m	struct:Point	file:
east	vector/v.surf.idw/main.c	/^    double north, east;$/;"	m	struct:list_Point	file:
eastMost	raster/r.out.pov/main.c	/^double eastMost, westMost, southMost, northMost;$/;"	v
eastMostSample	raster/r.out.pov/main.c	/^int eastMostSample, westMostSample, southMostSample, northMostSample;$/;"	v
east_buf	raster/r.what/main.c	/^    char east_buf[256];$/;"	m	struct:order	file:
easting_to_col	imagery/i.ortho.photo/photo.2image/conv.c	/^double easting_to_col(struct Cell_head *cellhd, double east)$/;"	f
easting_to_col	imagery/i.ortho.photo/photo.2target/conv.c	/^double easting_to_col(struct Cell_head *cellhd, double east)$/;"	f
easting_to_col	imagery/i.ortho.photo/photo.rectify/conv.c	/^double easting_to_col(struct Cell_head *cellhd, double east)$/;"	f
easting_to_col	imagery/i.points/conv.c	/^double easting_to_col(struct Cell_head *cellhd, double east)$/;"	f
easting_to_col	imagery/i.vpoints/conv.c	/^double easting_to_col(struct Cell_head *cellhd, double east)$/;"	f
ebufferZone	raster/r.horizon/main.c	/^double bufferZone = 0., ebufferZone = 0., wbufferZone = 0.,$/;"	v
eclong	raster/r.sunmask/solpos00.h	/^    float eclong;		\/* T:  S_GEOM     Ecliptic longitude, degrees *\/$/;"	m	struct:posdata
ecobli	raster/r.sunmask/solpos00.h	/^    float ecobli;		\/* T:  S_GEOM     Obliquity of ecliptic *\/$/;"	m	struct:posdata
ecount	lib/vector/Vlib/dgraph.h	/^    int ecount; \/* number of neighbours *\/$/;"	m	struct:pg_vertex
ecount	lib/vector/Vlib/dgraph.h	/^    int ecount;$/;"	m	struct:planar_graph
ectime	raster/r.sunmask/solpos00.h	/^    float ectime;		\/* T:  S_GEOM     Time of ecliptic calculations *\/$/;"	m	struct:posdata
edg	raster/r.le/r.le.pixel/pixel.h	/^    int jux[3], edg[3];$/;"	m	struct:CHOICE
edge	imagery/i.ask/popup.c	/^static int height, size, edge, count;$/;"	v	file:
edge	imagery/i.class/edge.c	/^int edge(int x0, int y0, int x1, int y1)$/;"	f
edge	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
edge	imagery/i.ortho.photo/photo.2image/ask.c	/^static int height, size, edge, count;$/;"	v	file:
edge	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int height, size, edge, nlines;$/;"	v
edge	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
edge	imagery/i.ortho.photo/photo.2target/ask.c	/^static int height, size, edge, count;$/;"	v	file:
edge	imagery/i.points/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
edge	imagery/i.points/ask.c	/^static int height, size, edge, count;$/;"	v	file:
edge	imagery/i.vpoints/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
edge	imagery/i.vpoints/ask.c	/^static int height, size, edge, count;$/;"	v	file:
edge	imagery/i.vpoints/ask_lineclr.c	/^static int height, size, edge, count;$/;"	v	file:
edge	lib/gis/plot.c	/^static int edge(double x0, double y0, double x1, double y1)$/;"	f	file:
edge	raster/r.contour/cont.c	/^    int edge;$/;"	m	struct:cell	file:
edge	raster/r.le/r.le.patch/patch.h	/^    double edge, core;$/;"	m	struct:patch
edge	raster/r.le/r.le.patch/patch.h	/^    int core2, size2, shape2, edge, fb, coremap, units;$/;"	m	struct:CHOICE
edge	raster/r.le/r.le.pixel/pixel.h	/^    int edge, tex, fb, units, z, edgemap;$/;"	m	struct:CHOICE
edge	raster/r.le/r.le.trace/r.le.trace.h	/^    double edge, core;$/;"	m	struct:patch
edge	vector/v.delaunay2/data_types.h	/^struct edge$/;"	s
edge	vector/v.generalize/network.c	/^    int **edge;			\/* edge for each vertex *\/$/;"	m	struct:__anon189	file:
edge	vector/v.hull/chull.c	/^    tEdge edge[3];$/;"	m	struct:tFaceStructure	file:
edgePrioritizer	lib/vector/dglib/graph.h	/^    dglEdgePrioritizer_s edgePrioritizer;$/;"	m	struct:_dglGraph
edgeStream	raster/r.terraflow/ccforest.h	/^  AMI_STREAM<ccedge> *edgeStream;$/;"	m	class:ccforest
edge_bcosts	include/vect/dig_structs.h	/^    double *edge_bcosts;$/;"	m	struct:Map_info
edge_detection	vector/lidar/v.lidar.edgedetection/edgedetection.c	/^int edge_detection(struct Cell_head elaboration_reg, BOUND_BOX Overlap_Box,$/;"	f
edge_fcosts	include/vect/dig_structs.h	/^    double *edge_fcosts;	\/* costs used for graph, (dglGetEdge() is not supported for _DGL_V1) *\/$/;"	m	struct:Map_info
edge_order	imagery/i.class/edge_order.c	/^int edge_order(const void *aa, const void *bb)$/;"	f
edge_order	lib/gis/plot.c	/^static int edge_order(const void *aa, const void *bb)$/;"	f	file:
edge_point	imagery/i.class/edge_point.c	/^int edge_point(register int x, register int y)$/;"	f
edge_point	lib/gis/plot.c	/^static int edge_point(double x, int y)$/;"	f	file:
edge_sort	lib/gis/view.c	/^static void edge_sort(float sides[4])$/;"	f	file:
edge_vert	lib/ogsf/mc33_table.h	/^static const unsigned char edge_vert[12][2] = {$/;"	v
edge_vert_pos	lib/ogsf/mc33_table.h	/^static const unsigned char edge_vert_pos[12][5] = {$/;"	v
edgedensity	raster/r.li/r.li.edgedensity/edgedensity.c	/^int edgedensity(int fd, char **valore, area_des ad, double *result)$/;"	f
edgemap	raster/r.le/r.le.pixel/pixel.h	/^    int edge, tex, fb, units, z, edgemap;$/;"	m	struct:CHOICE
edgenbr	vector/v.voronoi/sw_defs.h	/^    int edgenbr;$/;"	m	struct:Edge
edges	lib/dspf/viz.h	/^    int edges[12];$/;"	m	struct:__anon37
edges	lib/ogsf/mc33_table.h	/^    unsigned char edges[13];$/;"	m	struct:__anon66
edges	lib/vector/Vlib/dgraph.h	/^    struct pg_edge **edges; \/* array of pointers *\/$/;"	m	struct:pg_vertex	typeref:struct:pg_vertex::pg_edge
edges	raster/r.distance/defs.h	/^    struct EdgeList edges;	\/* edge cells *\/$/;"	m	struct:Map	typeref:struct:Map::EdgeList
edges	raster3d/r3.showdspf/vizual2.h	/^    int edges[12];$/;"	m	struct:__anon118
edges	vector/v.delaunay2/memory.c	/^static struct edge *edges;$/;"	v	typeref:struct:edge	file:
edges	vector/v.hull/chull.c	/^tEdge edges = NULL;$/;"	v
edhist	include/gis.h	/^    char edhist[MAXEDLINES][RECORD_LEN];$/;"	m	struct:History
edhist	swig/perl/gis.h	/^    char edhist[MAXEDLINES][RECORD_LEN];$/;"	m	struct:History
edit	display/d.rast.edit/edit.c	/^int edit(void)$/;"	f
edit_line	vector/v.digit/line.c	/^struct edit_line$/;"	s	file:
edit_line	vector/v.digit/line.c	/^void edit_line(void)$/;"	f
edit_line_begin	vector/v.digit/line.c	/^int edit_line_begin(void *closure)$/;"	f
edit_line_end	vector/v.digit/line.c	/^int edit_line_end(void *closure)$/;"	f
edit_line_phase2	vector/v.digit/line.c	/^void edit_line_phase2(struct edit_line *el, double x, double y)$/;"	f
edit_line_update	vector/v.digit/line.c	/^int edit_line_update(void *closure, int sxn, int syn, int button)$/;"	f
edit_mouse_info	display/d.rast.edit/edit.c	/^int edit_mouse_info(void)$/;"	f
edit_mouse_info2	display/d.rast.edit/edit.c	/^int edit_mouse_info2(DCELL def, DCELL current)$/;"	f
edlinecnt	include/gis.h	/^    int edlinecnt;$/;"	m	struct:History
edlinecnt	swig/perl/gis.h	/^    int edlinecnt;$/;"	m	struct:History
efl	vector/v.voronoi/sw_defs.h	/^struct Freelist efl;$/;"	v	typeref:struct:Freelist
eformat	raster/r.report/global.h	/^    int eformat;$/;"	m	struct:_units_
egcmp	lib/gmath/eigen.c	/^static int egcmp(const void *pa, const void *pb)$/;"	f	file:
egcmp	lib/gmath/jacobi.c	/^static int egcmp(const void *pa, const void *pb)$/;"	f	file:
egcmp	lib/gmath/la.c	/^static int egcmp(const void *pa, const void *pb)$/;"	f	file:
egvorder	lib/gmath/jacobi.c	/^int egvorder(double d[MX], double z[MX][MX], long bands)$/;"	f
egvorder2	lib/gmath/eigen.c	/^int egvorder2(double *d, double **z, long bands)$/;"	f
eigen	imagery/i.gensig/eigen.c	/^int eigen(double **M,		\/* Input matrix *\/$/;"	f
eigen	lib/gmath/eigen.c	/^int eigen(double **M,		\/* Input matrix *\/$/;"	f
el	raster/r.flow/r.flow.h	/^layer el, as, ds;		\/* elevation, aspect, density           *\/$/;"	v
el	raster/r.terraflow/water.h	/^  elevation_type el;$/;"	m	class:fillPriority
el	raster/r.terraflow/water.h	/^  elevation_type el;$/;"	m	class:labelElevType
el	raster/r.terraflow/water.h	/^  elevation_type el;$/;"	m	class:waterWindowBaseType
el	raster/r.terraflow/water.h	/^  elevation_type el[9];			\/* 18 *\/$/;"	m	class:compressedWaterWindowBaseType
el_f	raster/r.water.outlet/basin.h	/^GLOBAL char *drain_ptrs, ha_f, el_f, ar_f;$/;"	v
elatt	lib/rst/interp_float/interpf.h	/^    int elatt;			\/* which floating point attr to use? first = 1, second = 2, etc *\/$/;"	m	struct:interp_params
elbuf	lib/ogsf/gs_norms.c	/^static typbuff *elbuf;$/;"	v	file:
ele_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char ele_flag, pit_flag, run_flag, dis_flag, ob_flag;$/;"	v
ele_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char ele_flag, pit_flag, run_flag, dis_flag, ob_flag;$/;"	v
ele_mapset	raster/r.watershed/ram/Gwater.h	/^GLOBAL char ele_name[GNAME_MAX], *ele_mapset, pit_name[GNAME_MAX],$/;"	v
ele_mapset	raster/r.watershed/seg/Gwater.h	/^GLOBAL char ele_name[GNAME_MAX], *ele_mapset, pit_name[GNAME_MAX],$/;"	v
ele_name	raster/r.watershed/ram/Gwater.h	/^GLOBAL char ele_name[GNAME_MAX], *ele_mapset, pit_name[GNAME_MAX],$/;"	v
ele_name	raster/r.watershed/seg/Gwater.h	/^GLOBAL char ele_name[GNAME_MAX], *ele_mapset, pit_name[GNAME_MAX],$/;"	v
elem	include/symbol.h	/^    SYMBEL **elem;		\/* array of elements *\/$/;"	m	struct:__anon286
element	general/g.mlist/global.h	/^    char **element;		\/* list of related elements *\/$/;"	m	struct:list
element	general/g.mremove/global.h	/^    char **element;		\/* list of related elements *\/$/;"	m	struct:list
element	general/manage/cmd/list.c	/^struct Option *element;$/;"	v	typeref:struct:Option
element	general/manage/list.h	/^    char **element;		\/* list of related elements *\/$/;"	m	struct:list
element	raster/r.le/r.le.setup/polytocell/ply_to_cll.h	/^struct element$/;"	s
element	vector/lidar/lidarlib/PolimiFunct.h	/^struct element$/;"	s
element_grow	vector/lidar/v.lidar.growing/growing.h	/^struct element_grow$/;"	s
elements	include/iostream/pqheap.h	/^  T* elements;$/;"	m	class:pqheap_t1
elev	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL int elev;$/;"	v
elev	lib/rst/interp_float/interpf.h	/^    char *elev, *slope, *aspect, *pcurv, *tcurv, *mcurv;	\/* output files *\/$/;"	m	struct:interp_params
elev	raster/r.out.vtk/parameters.h	/^	*elev, *rgbmaps, *vectmaps, *decimals;$/;"	m	struct:__anon161	typeref:struct:__anon161::
elev	raster/r.resamp.rst/main.c	/^char *elev = NULL;$/;"	v
elev	raster/r.to.rast3elev/main.c	/^    int elev;			\/*The current raster elevation map pointer *\/$/;"	m	struct:__anon156	file:
elev	raster/r.to.rast3elev/main.c	/^    struct Option *input, *elev, *output, *upper, *lower;$/;"	m	struct:__anon155	typeref:struct:__anon155::	file:
elev	raster/r.topmodel/global.h	/^    char *basin, *elev, *belev, *fill, *dir, *topidx;$/;"	m	struct:__anon132
elev	vector/v.surf.rst/main.c	/^char *elev = NULL;$/;"	v
elevBounds	raster/r.out.pov/main.c	/^double groundCoords[4][2], elevBounds[2], localRotation;$/;"	v
elevCmpBoundaryType	raster/r.terraflow/water.h	/^class elevCmpBoundaryType {$/;"	c
elevStream	raster/r.terraflow/nodata.cc	/^  AMI_STREAM<elevation_type> *elevStream;$/;"	m	class:detectEdgeNodata	file:
elevUnitOfMeasure	raster/r.out.pov/main.c	/^int planeUnitOfMeasure, elevUnitOfMeasure, polygonSizes;$/;"	v
elev_const	visualization/nviz2/cmd/local_proto.h	/^    *elev_map, *elev_const, *color_map, *color_const,$/;"	m	struct:GParams	typeref:struct:GParams::
elev_grid	raster/r.terraflow/main.h	/^  char* elev_grid;     \/* name of input elevation grid *\/$/;"	m	struct:__anon144
elev_grid	raster/r.terraflow/option.h	/^  char* elev_grid;     \/* name of input elevation grid *\/$/;"	m	struct:__anon145
elev_layer	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL char *elev_layer;$/;"	v
elev_layer	imagery/i.ortho.photo/photo.elev/main.c	/^char *elev_layer;$/;"	v
elev_layer	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL char *elev_layer;$/;"	v
elev_layer	raster/r.los/cmd_line.h	/^GLOBAL char *elev_layer;$/;"	v
elev_map	visualization/nviz2/cmd/local_proto.h	/^    *elev_map, *elev_const, *color_map, *color_const,$/;"	m	struct:GParams	typeref:struct:GParams::Option
elev_name	raster/r.water.outlet/basin.h	/^    half_name[GNAME_MAX], elev_name[GNAME_MAX], armsed_name[GNAME_MAX];$/;"	v
elev_raster_to_g3d	raster/r.to.rast3elev/main.c	/^void elev_raster_to_g3d(Database db, G3D_Region region)$/;"	f
elevation	raster3d/r3.cross.rast/main.c	/^    struct Option *input, *output, *elevation;$/;"	m	struct:__anon106	typeref:struct:__anon106::	file:
elevationPattern	raster/r.out.pov/main.c	/^int DEMlevel, elevationPattern, groundSystem, groundZone;$/;"	v
elevation_type	raster/r.terraflow/types.h	/^typedef  float elevation_type;  \/* represent the elevation of a cell *\/$/;"	t
elevation_type	raster/r.terraflow/types.h	/^typedef short elevation_type;  \/* represent the elevation of a cell *\/$/;"	t
elevation_type_max	raster/r.terraflow/types.h	/^static const elevation_type elevation_type_max = 1e+15;$/;"	v
elevation_type_max	raster/r.terraflow/types.h	/^static const elevation_type elevation_type_max = SHRT_MAX;$/;"	v
elevationmap	raster/r.out.vtk/parameters.h	/^    struct Option *input, *output, *elevationmap, *null_val, *elevscale,$/;"	m	struct:__anon161	typeref:struct:__anon161::
elevbuf	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL void *elevbuf;$/;"	v
elevbuf	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL DCELL *elevbuf;$/;"	v
elevetr	raster/r.sunmask/solpos00.h	/^    float elevetr;		\/* O:  S_ZENETR   Solar elevation, no atmospheric$/;"	m	struct:posdata
elevfd	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL int elevfd;$/;"	v
elevhd	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL struct Cell_head elevhd;$/;"	v	typeref:struct:Cell_head
elevin	raster/r.flow/r.flow.h	/^    char *elevin;		\/* name of input elevation file         *\/$/;"	m	struct:__anon153
elevin	raster/r.horizon/main.c	/^char *elevin;$/;"	v
elevin	raster/r.sun/main.c	/^char *elevin;$/;"	v
elevin	raster/r.sun2/main.c	/^const char *elevin;$/;"	v
elevin	raster/simwe/simlib/waterglobs.h	/^    struct Option *elevin, *dxin, *dyin, *rain, *infil, *traps, *manin,$/;"	m	struct:__anon137	typeref:struct:__anon137::Option
elevin	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *elevin;$/;"	v
elevmaps	raster3d/r3.out.vtk/globalDefs.h	/^    int *elevmaps;$/;"	m	struct:__anon124
elevmaptype	raster/r.to.rast3elev/main.c	/^    int elevmaptype;$/;"	m	struct:__anon156	file:
elevmaptypes	raster3d/r3.out.vtk/globalDefs.h	/^    int *elevmaptypes;$/;"	m	struct:__anon124
elevref	raster/r.sunmask/solpos00.h	/^    float elevref;		\/* O:  S_REFRAC   Solar elevation angle,$/;"	m	struct:posdata
elevscale	raster/r.out.vtk/parameters.h	/^    struct Option *input, *output, *elevationmap, *null_val, *elevscale,$/;"	m	struct:__anon161	typeref:struct:__anon161::
elevscale	raster3d/r3.out.vtk/parameters.h	/^	*bottom, *decimals, *elevscale;$/;"	m	struct:__anon123	typeref:struct:__anon123::
elevwin	raster/r.terraflow/sweep.h	/^  genericWindow<elevation_type> elevwin;  \/* elevation window *\/$/;"	m	class:sweepItemBaseType
ellipsoid_table_file	lib/gis/get_ellipse.c	/^void ellipsoid_table_file(char *file)$/;"	f
elliptic_tangent	lib/vector/Vlib/buffer2.c	/^static void elliptic_tangent(double x, double y, double da, double db,$/;"	f	file:
elliptic_transform	lib/vector/Vlib/buffer2.c	/^static void elliptic_transform(double x, double y, double da, double db,$/;"	f	file:
ellps	include/gprojects.h	/^    char *name, *longname, *ellps;$/;"	m	struct:gpj_datum
ellps	lib/gis/datum.c	/^    char *ellps;		\/* acronym for ellipsoid used with this datum *\/$/;"	m	struct:table	file:
ellps	lib/proj/local_proto.h	/^    char *name, *longname, *ellps;$/;"	m	struct:datum_list
ellps_list	lib/proj/local_proto.h	/^struct ellps_list$/;"	s
elt	include/iostream/empq_impl.h	/^  T elt() const {$/;"	f	class:ExtendedEltMergeType
eltLength	lib/g3d/g3dfpxdr.c	/^static int dstType, srcType, type, externLength, eltLength, isFloat, useXdr;$/;"	v	file:
eltLoadFun	include/G3d.h	/^    int (*eltLoadFun) ();	\/* callback activated to load contents of an elt *\/$/;"	m	struct:__anon249
eltLoadFunData	include/G3d.h	/^    void *eltLoadFunData;	\/* pointer to user data passed along with $/;"	m	struct:__anon249
eltRemoveFun	include/G3d.h	/^    int (*eltRemoveFun) ();	\/* callback activated if the contents of an $/;"	m	struct:__anon249
eltRemoveFunData	include/G3d.h	/^    void *eltRemoveFunData;	\/* pointer to user data passed along with $/;"	m	struct:__anon249
eltSize	include/G3d.h	/^    int eltSize;		\/* size of elt in "elts" *\/$/;"	m	struct:__anon249
elts	include/G3d.h	/^    char *elts;			\/* ptr to array of elts *\/$/;"	m	struct:__anon249
em	include/iostream/empq_adaptive.h	/^  em_pqueue<T,Key> *em;$/;"	m	class:EMPQueueAdaptive
em_buffer	include/iostream/embuffer.h	/^class em_buffer {$/;"	c
em_buffer	include/iostream/embuffer.h	/^em_buffer<T,Key>::em_buffer(const em_buffer &buf): $/;"	f	class:em_buffer
em_buffer	include/iostream/embuffer.h	/^em_buffer<T,Key>::em_buffer(const unsigned short i, const unsigned long bs, $/;"	f	class:em_buffer
em_pqueue	include/iostream/empq.h	/^  em_pqueue(long N) { em_pqueue(); }; \/\/ N not used$/;"	f	class:em_pqueue
em_pqueue	include/iostream/empq.h	/^class em_pqueue {$/;"	c
em_pqueue	include/iostream/empq_impl.h	/^ em_pqueue<T,Key>::em_pqueue(long pq_sz, long buf_sz , $/;"	f	class:em_pqueue
em_pqueue	include/iostream/empq_impl.h	/^em_pqueue<T,Key>::em_pqueue() {$/;"	f	class:em_pqueue
em_pqueue	include/iostream/empq_impl.h	/^em_pqueue<T,Key>::em_pqueue(MinMaxHeap<T> *im, AMI_STREAM<T> *amis) {$/;"	f	class:em_pqueue
embed_mask	lib/gis/get_row.c	/^static void embed_mask(char *flags, int row)$/;"	f	file:
embed_nulls	lib/gis/get_row.c	/^static int embed_nulls(int fd, void *buf, int row, RASTER_MAP_TYPE map_type,$/;"	f	file:
emission	include/gstypes.h	/^    float emission[3];		\/* R, G, B *\/$/;"	m	struct:lightdefs
emit_const	visualization/nviz2/cmd/local_proto.h	/^      *emit_map, *emit_const,$/;"	m	struct:GParams	typeref:struct:GParams::
emit_map	visualization/nviz2/cmd/local_proto.h	/^      *emit_map, *emit_const,$/;"	m	struct:GParams	typeref:struct:GParams::
empty	general/g.mlist/read_list.c	/^static int empty(const char *elem)$/;"	f	file:
empty	general/g.mremove/read_list.c	/^static int empty(const char *elem)$/;"	f	file:
empty	general/manage/lib/empty.c	/^int empty(char *elem)$/;"	f
empty	include/iostream/minmaxheap.h	/^  bool empty(void) const { return size() == 0; };$/;"	f	class:BasicMinMaxHeap
empty	include/iostream/pqheap.h	/^pqheap_t1<T>::empty(void) {$/;"	f	class:pqheap_t1
empty	include/iostream/replacementHeap.h	/^  int empty() const { $/;"	f	class:ReplacementHeap
empty	include/iostream/replacementHeapBlock.h	/^  int empty() const { $/;"	f	class:ReplacementHeapBlock
empty_buff	include/iostream/empq_impl.h	/^em_pqueue<T,Key>::empty_buff(unsigned short i) {$/;"	f	class:em_pqueue
empty_buff_0	include/iostream/empq_impl.h	/^em_pqueue<T,Key>::empty_buff_0() {$/;"	f	class:em_pqueue
empty_stack	vector/v.net.visibility/data_structures.c	/^int empty_stack()$/;"	f
enableRotation	raster3d/r3.showdspf/new_init_graphics.c	/^void enableRotation()$/;"	f
enableSlicePosScale	visualization/nviz/scripts/panel_vol.tcl	/^proc enableSlicePosScale { S name value} {$/;"	p
enabled	gui/wxpython/vdigit/driver.h	/^	bool enabled;$/;"	m	struct:DisplayDriver::symbol
enabled	visualization/nviz/src/togl.c	/^    Bool    enabled;$/;"	m	struct:stereoStateRec	file:
encapsulated	lib/psdriver/Graph_set.c	/^int encapsulated;$/;"	v
encodeDirection	raster/r.terraflow/direction.cc	/^encodeDirection(const genericWindow<elevation_type>& elevwin,$/;"	f
encodeDirectionMFD	raster/r.terraflow/direction.cc	/^encodeDirectionMFD(const genericWindow<elevation_type>& elevwin,$/;"	f
encodeDirectionSFD	raster/r.terraflow/direction.cc	/^encodeDirectionSFD(const genericWindow<elevation_type>& elevwin,$/;"	f
encode_neighbours	raster/r.thin/thin_lines.c	/^encode_neighbours(CELL * top, CELL * middle, CELL * bottom, int col, int neg)$/;"	f
encoder	raster/r.out.mpeg/main.c	/^char encoder[15];$/;"	v
encoding	include/freetypecap.h	/^    char *encoding; \/**< Encoding to be used with this font face. *\/$/;"	m	struct:GFONT_CAP
encoding	visualization/nviz/src/tkFont.h	/^    int encoding;		\/* Variations within a charset for the$/;"	m	struct:TkXLFDAttributes
end	include/vect/dig_structs.h	/^    char *end;			\/* end of file in the memory (pointer to first byte after) *\/$/;"	m	struct:gvfile
end	ps/ps.map/description.html	/^<a name="end"><\/a>$/;"	a
end	vector/v.digit/centre.c	/^void end(void)$/;"	f
endElement	gui/wxpython/gui_modules/menuform.py	/^    def endElement(self, name):$/;"	m	class:processTask
endElement	gui/wxpython/gui_modules/workspace.py	/^    def endElement(self, name):$/;"	m	class:ProcessWorkspaceFile
end_dialog	lib/gis/gui.tcl	/^proc end_dialog {n} {$/;"	p
end_hline	raster/r.to.vect/areas.c	/^static int end_hline(void)$/;"	f	file:
end_line	raster/r.to.vect/lines.c	/^static struct COOR *end_line(struct COOR *ptr, int node)$/;"	f	file:
end_map	vector/v.lrs/lib/lrs.c	/^    double start_map, end_map;$/;"	m	struct:__anon164	file:
end_map	vector/v.lrs/v.lrs.label/main.c	/^    double start_map, end_map;$/;"	m	struct:__anon167	file:
end_mp	vector/v.lrs/lib/lrs.c	/^    double end_mp, end_off;	\/* milepost, offset for the end of ref. segment *\/$/;"	m	struct:__anon164	file:
end_mp	vector/v.lrs/v.lrs.create/main.c	/^    double end_mp, end_off;	\/* milepost, offset for the end of ref. segment *\/$/;"	m	struct:__anon165	file:
end_mp	vector/v.lrs/v.lrs.label/main.c	/^    double end_mp, end_off;	\/* milepost, offset for the end of ref. segment *\/$/;"	m	struct:__anon167	file:
end_node	include/dlg.h	/^    int end_node;$/;"	m	struct:dlg_line
end_off	vector/v.lrs/lib/lrs.c	/^    double end_mp, end_off;	\/* milepost, offset for the end of ref. segment *\/$/;"	m	struct:__anon164	file:
end_off	vector/v.lrs/v.lrs.create/main.c	/^    double end_mp, end_off;	\/* milepost, offset for the end of ref. segment *\/$/;"	m	struct:__anon165	file:
end_off	vector/v.lrs/v.lrs.label/main.c	/^    double end_mp, end_off;	\/* milepost, offset for the end of ref. segment *\/$/;"	m	struct:__anon167	file:
end_scaled_raster	lib/raster/transport.h	/^    void (*end_scaled_raster) (void);$/;"	m	struct:transport
end_tool	vector/v.digit/util.c	/^static void end_tool(void)$/;"	f	file:
end_vline	raster/r.to.vect/areas.c	/^static int end_vline(void)$/;"	f	file:
endpanel	ps/ps.map/ps_info.h	/^    int num_panels, startpanel, endpanel;$/;"	m	struct:PS_data
endpoint	vector/v.voronoi/sw_geometry.c	/^int endpoint(struct Edge *e, int lr, struct Site *s)$/;"	f
endpts	vector/v.hull/chull.c	/^    tVertex endpts[2];$/;"	m	struct:tEdgeStructure	file:
ends_with	lib/cairodriver/Graph.c	/^static int ends_with(const char *string, const char *suffix)$/;"	f	file:
enforce_downstream	raster/r.carve/enforce_ds.c	/^int enforce_downstream(int infd, int outfd,$/;"	f
enforce_memory_limit	lib/iostream/mm.cc	/^void MM_register::enforce_memory_limit() {$/;"	f	class:MM_register
enormp	lib/cdhc/enormp.c	/^double enormp(double x)$/;"	f
enqueue	include/iostream/queue.h	/^queue<T>::enqueue(T &elt) {$/;"	f	class:queue
entity	vector/v.in.dxf/global.h	/^GLOBAL char dxf_buf[DXF_BUF_SIZE], entity[DXF_BUF_SIZE];$/;"	v
entry_pt	vector/v.delaunay2/data_types.h	/^    struct edge *entry_pt;$/;"	m	struct:vertex	typeref:struct:vertex::edge
env	lib/gis/env.c	/^static ENV *env = NULL;$/;"	v	file:
env2	lib/gis/env.c	/^static ENV *env2 = NULL;$/;"	v	file:
enviro	imagery/i.atcorr/computations.cpp	/^void enviro (const float difr, const float difa, const float r, const float palt,$/;"	f
enviro	lib/init/variables.html	/^<a name="enviro"><\/a>$/;"	a
eof	include/iostream/ami_stream.h	/^int AMI_STREAM<T>::eof()  {$/;"	f	class:AMI_STREAM
eof_reached	include/iostream/ami_stream.h	/^  int eof_reached;$/;"	m	class:UntypedStream
ep	vector/v.voronoi/sw_defs.h	/^    struct Site *ep[2];$/;"	m	struct:Edge	typeref:struct:Edge::Site
eps	ps/ps.map/description.html	/^<a name="eps"><\/a>$/;"	a
eps	raster/simwe/simlib/waterglobs.h	/^GLOBAL double eps;$/;"	v
eps_bbox	ps/ps.map/eps.c	/^int eps_bbox(char *eps, double *llx, double *lly, double *urx, double *ury)$/;"	f
eps_draw	ps/ps.map/eps.c	/^int eps_draw(FILE * fp, char *eps, double x, double y, double scale,$/;"	f
eps_draw_saved	ps/ps.map/eps.c	/^int eps_draw_saved(FILE * fp, char *name, double x, double y, double scale,$/;"	f
eps_glb	imagery/i.smap/bouman/alpha_max.c	/^static double eps_glb;		\/* precision *\/$/;"	v	file:
eps_output	ps/ps.map/main.c	/^int eps_output;$/;"	v
eps_save	ps/ps.map/eps.c	/^int eps_save(FILE * fp, char *epsf, char *name)$/;"	f
eps_trans	ps/ps.map/eps.c	/^int eps_trans(double llx, double lly, double urx, double ury,$/;"	f
epsgOpt::codesEpsg	lib/init/epsg_option.tcl	/^proc epsgOpt::codesEpsg args {$/;"	p
epsgOpt::create_loc	lib/init/epsg_option.tcl	/^proc epsgOpt::create_loc { } {$/;"	p
epsgOpt::def_loc	lib/init/epsg_option.tcl	/^proc epsgOpt::def_loc { } {$/;"	p
epsgOpt::epsgLocCom	lib/init/epsg_option.tcl	/^proc epsgOpt::epsgLocCom args {$/;"	p
epsgOpt::grabcode	lib/init/epsg_option.tcl	/^proc epsgOpt::grabcode { } {$/;"	p
epsgOpt::runproj	lib/init/epsg_option.tcl	/^proc epsgOpt::runproj {} {$/;"	p
epsgOpt::search_epsg	lib/init/epsg_option.tcl	/^proc epsgOpt::search_epsg { epsgtxt } {$/;"	p
epsgOpt::sel_dtrans	lib/init/epsg_option.tcl	/^proc epsgOpt::sel_dtrans {dtrans} {$/;"	p
epsgOpt::textsearch	lib/init/epsg_option.tcl	/^proc epsgOpt::textsearch { } {$/;"	p
epsilon	raster/r.flow/r.flow.h	/^double *epsilon[2];		\/* quantization errors for rows         *\/$/;"	v
epspre	ps/ps.map/vector.h	/^    char *epspre;		\/* first part of EPS file name *\/$/;"	m	struct:__anon22
epssuf	ps/ps.map/vector.h	/^    char *epssuf;		\/* second part of EPS file name *\/$/;"	m	struct:__anon22
epstype	ps/ps.map/vector.h	/^    int epstype;		\/* 0 - no eps, 1 - common eps, 2 - eps for each category *\/$/;"	m	struct:__anon22
eq	lib/imagery/sigset.c	122;"	d	file:
eqdrt	lib/arraystats/basic.c	/^void eqdrt(double vectx[], double vecty[], int i1, int i2, double *vabc)$/;"	f
eqntim	raster/r.sunmask/solpos00.h	/^    float eqntim;		\/* T:  S_TST      Equation of time (TST - LMT), minutes *\/$/;"	m	struct:posdata
equal	lib/gis/proj3.c	/^static int equal(const char *a, const char *b)$/;"	f	file:
equal	raster3d/r3.stats/main.c	/^    int sum_count, nsteps, equal;$/;"	m	struct:__anon126	file:
equal_val	raster3d/r3.stats/main.c	/^} equal_val;$/;"	t	typeref:struct:__anon127	file:
equal_val_array	raster3d/r3.stats/main.c	/^} equal_val_array;$/;"	t	typeref:struct:__anon128	file:
equalsGenericCell	raster/r.li/r.li.daemon/GenericCell.c	/^int equalsGenericCell(generic_cell c1, generic_cell c2)$/;"	f
equation_stat	general/g.transform/main.c	/^static int equation_stat;$/;"	v	file:
equation_stat	imagery/i.points/defs.h	/^    int equation_stat;$/;"	m	struct:__anon213
equation_stat	imagery/i.vpoints/defs.h	/^    int equation_stat;$/;"	m	struct:__anon219
equiv_areas	raster/r.to.vect/areas.c	/^static int equiv_areas(int a1, int a2)$/;"	f	file:
equiv_table	raster/r.to.vect/global.h	/^struct equiv_table$/;"	s
equivs	raster/r.to.vect/areas_io.c	/^static int *equivs;$/;"	v	file:
equivwl	imagery/i.atcorr/Iwave.cpp	/^float IWave::equivwl() const$/;"	f	class:IWave
er	raster/simwe/simlib/waterglobs.h	/^GLOBAL float **dc, **tau, **er, **ct, **trap;$/;"	v
er_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char bas_flag, seg_flag, haf_flag, er_flag;$/;"	v
er_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char bas_flag, seg_flag, haf_flag, er_flag;$/;"	v
erase	general/g.pnmcomp/main.c	/^static void erase(char *buf, const char *color)$/;"	f	file:
erase	lib/raster/transport.h	/^    void (*erase) (void);$/;"	m	struct:transport
erase_region	imagery/i.class/erase_reg.c	/^int erase_region(void)$/;"	f
erdep	raster/simwe/simlib/waterglobs.h	/^	*tauin, *tc, *et, *conc, *flux, *erdep, *rainval, *maninval,$/;"	m	struct:__anon137	typeref:struct:__anon137::
erdep	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *erdep;$/;"	v
erfr	vector/v.vol.rst/user4.c	/^double erfr(double rf2)$/;"	f
erod	raster/simwe/simlib/erod.c	/^void erod(double **hw)$/;"	f
err	lib/symbol/read.c	/^SYMBOL *err(FILE * fp, SYMBOL * s, char *msg)$/;"	f
err	raster/simwe/simlib/waterglobs.h	/^	*sfile, *depth, *disch, *err, *outwalk, *nwalk, *niter, *outiter,$/;"	m	struct:__anon137	typeref:struct:__anon137::
err	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *err;$/;"	v
err	vector/v.lrs/v.lrs.create/main.c	/^    int err;			\/* error number *\/$/;"	m	struct:__anon165	file:
err	vector/v.lrs/v.lrs.create/main.c	/^    int err;			\/* error number *\/$/;"	m	struct:__anon166	file:
errMsg	db/drivers/dbf/globals.h	/^dbString *errMsg = NULL;$/;"	v
errMsg	db/drivers/mysql/globals.h	/^dbString *errMsg = NULL;	\/* error message *\/$/;"	v
errMsg	db/drivers/ogr/globals.h	/^dbString *errMsg = NULL;	\/* error message *\/$/;"	v
errMsg	db/drivers/postgres/globals.h	/^dbString *errMsg = NULL;	\/* error message *\/$/;"	v
errMsg	db/drivers/sqlite/error.c	/^static dbString *errMsg = NULL;	\/* error message *\/$/;"	v	file:
err_code	lib/datetime/error.c	/^static int err_code = 0;$/;"	v	file:
err_code	lib/db/dbmi_base/error.c	/^static int err_code = DB_OK;$/;"	v	file:
err_exit	imagery/i.rectify/main.c	/^void err_exit(char *file, char *grp)$/;"	f
err_flag	lib/db/dbmi_base/error.c	/^static int err_flag = 0;$/;"	v	file:
err_msg	lib/datetime/error.c	/^static char err_msg[1024];$/;"	v	file:
err_msg	lib/db/dbmi_base/error.c	/^static char *err_msg = 0;$/;"	v	file:
errmsg	include/sqlp.h	/^    char errmsg[SQLP_MAX_ERR + 1];$/;"	m	struct:__anon297
error	display/d.rast.edit/main.c	/^int error($/;"	f
error	display/d.text.freetype/main.c	57;"	d	file:
error	imagery/i.class/main.c	/^int error(const char *msg, int fatal)$/;"	f
error	imagery/i.ortho.photo/libes/error.c	/^int error(char *s)$/;"	f
error	imagery/i.ortho.photo/libes/fopen_camera.c	/^static int error(char *camera, char *msga, char *msgb)$/;"	f	file:
error	imagery/i.ortho.photo/photo.2image/main.c	/^int error(const char *msg, int fatal)$/;"	f
error	imagery/i.ortho.photo/photo.2target/main.c	/^int error(const char *msg, int fatal)$/;"	f
error	imagery/i.points/main.c	/^int error(const char *msg, int fatal)$/;"	f
error	imagery/i.vpoints/main.c	/^int error(const char *msg, int fatal)$/;"	f
error	lib/gis/rd_cellhd.c	/^static char *error(const char *msg, int line)$/;"	f	file:
error	lib/python/core.py	/^def error(msg):$/;"	f
error	ps/ps.map/error.c	/^int error(char *a, char *b, char *c)$/;"	f
error	raster/r.gwflow/main.c	/^	*bottom, *vector, *type, *dt, *maxit, *error, *solver, *sor,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
error	raster3d/r3.gwflow/main.c	/^	*vector, *dt, *maxit, *error, *solver, *sor;$/;"	m	struct:__anon109	typeref:struct:__anon109::	file:
error	scripts/v.db.renamecol/v.db.renamecol	/^error()$/;"	f
error	vector/lidar/v.surf.bspline/bspline.h	/^    double *error;$/;"	m	struct:Stats
error_Output	raster/r.li/r.li.daemon/daemon.c	/^int error_Output(int out, msg m)$/;"	f
error_flag	raster/r.surf.idw/main.c	/^static int error_flag = 0;$/;"	v	file:
error_handler	raster/r.mapcalc/evaluate.c	/^static int error_handler(const char *msg, int fatal)$/;"	f	file:
error_prefix	ps/ps.map/outl_io.c	/^static char *error_prefix;$/;"	v	file:
error_prefix	raster/r.thin/main.c	/^char *error_prefix;$/;"	v
ertot	raster/r.resamp.rst/main.c	/^double \/* error *\/ ertot, ertre, zminac, zmaxac, zmult;$/;"	v
ertot	vector/v.surf.rst/main.c	/^double \/* error *\/ ertot, ertre, zminac, zmaxac, zmult;$/;"	v
ertot	vector/v.vol.rst/main.c	/^double ertot, ertre, zminac, zmaxac, wmult, zmult, zminacell, zmaxacell;$/;"	v
ertre	raster/r.resamp.rst/main.c	/^double \/* error *\/ ertot, ertre, zminac, zmaxac, zmult;$/;"	v
ertre	raster/r.resamp.rst/main.c	/^double dmin, ertre, deltx, delty;$/;"	v
ertre	vector/v.surf.rst/main.c	/^double \/* error *\/ ertot, ertre, zminac, zmaxac, zmult;$/;"	v
ertre	vector/v.surf.rst/main.c	/^double dmin, dmax, ertre;$/;"	v
ertre	vector/v.vol.rst/main.c	/^double dmin, ertre;$/;"	v
ertre	vector/v.vol.rst/main.c	/^double ertot, ertre, zminac, zmaxac, wmult, zmult, zminacell, zmaxacell;$/;"	v
erv	raster/r.sunmask/solpos00.h	/^    float erv;			\/* T:  S_GEOM     Earth radius vector$/;"	m	struct:posdata
es	include/gprojects.h	/^    double a, es, rf;$/;"	m	struct:gpj_ellps
es	lib/proj/local_proto.h	/^    double a, es, rf;$/;"	m	struct:ellps_list
escape_ampersand	gui/wxpython/gui_modules/menuform.py	/^def escape_ampersand(text):$/;"	f
estima	vector/lidar/v.surf.bspline/bspline.h	/^    double *estima;$/;"	m	struct:Stats
et	raster/simwe/simlib/waterglobs.h	/^	*tauin, *tc, *et, *conc, *flux, *erdep, *rainval, *maninval,$/;"	m	struct:__anon137	typeref:struct:__anon137::
et	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *et;$/;"	v
etmafter	imagery/i.atcorr/main.cpp	/^    struct Flag *etmafter;  \/* treat input data as a satelite image of type etm+ taken after July 1, 2000 *\/$/;"	m	struct:Options	typeref:struct:Options::Flag	file:
etmbefore	imagery/i.atcorr/main.cpp	/^    struct Flag *etmbefore; \/* treat input data as a satelite image of type etm+ taken before July 1, 2000 *\/$/;"	m	struct:Options	typeref:struct:Options::Flag	file:
etmplus	imagery/i.atcorr/Iwave.cpp	/^void IWave::etmplus(int iwa)$/;"	f	class:IWave
etr	raster/r.sunmask/solpos00.c	/^static void etr(struct posdata *pdat)$/;"	f	file:
etr	raster/r.sunmask/solpos00.h	/^    float etr;			\/* O:  S_ETR      Extraterrestrial (top-of-atmosphere)$/;"	m	struct:posdata
etrn	raster/r.sunmask/solpos00.h	/^    float etrn;			\/* O:  S_ETR      Extraterrestrial (top-of-atmosphere)$/;"	m	struct:posdata
etrtilt	raster/r.sunmask/solpos00.h	/^    float etrtilt;		\/* O:  S_TILT     Extraterrestrial (top-of-atmosphere)$/;"	m	struct:posdata
eu_d	raster/r.le/r.le.patch/patch.c	/^double eu_d(double x1, double y1, double x2, double y2)$/;"	f
euclidean_distance	vector/v.kernel/function.c	/^double euclidean_distance(double *x, double *y, int n)$/;"	f
euclidify	lib/display/draw2.c	/^static int euclidify(double *x, const double *y, int n, int no_pole)$/;"	f	file:
eval_node	db/drivers/dbf/dbfexe.c	/^double eval_node(SQLPNODE * nptr, int tab, int row, SQLPVALUE * value)$/;"	f
eval_node_type	db/drivers/dbf/dbfexe.c	/^int eval_node_type(SQLPNODE * nptr, int tab)$/;"	f
eval_pv	swig/perl/R_slope_aspect/ppport.h	599;"	d
eval_sv	swig/perl/R_slope_aspect/ppport.h	603;"	d
eval_val	db/drivers/dbf/dbfexe.c	/^void eval_val(int tab, int row, int col, SQLPVALUE * inval, SQLPVALUE * val)$/;"	f
evaluate	raster/r.mapcalc/evaluate.c	/^static void evaluate(expression * e)$/;"	f	file:
evaluate_binding	raster/r.mapcalc/evaluate.c	/^static void evaluate_binding(expression * e)$/;"	f	file:
evaluate_constant	raster/r.mapcalc/evaluate.c	/^static void evaluate_constant(expression * e)$/;"	f	file:
evaluate_file	tools/copywrite.pl	/^sub evaluate_file {$/;"	s
evaluate_function	raster/r.mapcalc/evaluate.c	/^static void evaluate_function(expression * e)$/;"	f	file:
evaluate_map	raster/r.mapcalc/evaluate.c	/^static void evaluate_map(expression * e)$/;"	f	file:
evaluate_variable	raster/r.mapcalc/evaluate.c	/^static void evaluate_variable(expression * e)$/;"	f	file:
event_proc	visualization/nviz/src/togl_flythrough.c	/^void event_proc(ClientData clientData, XEvent * eventPtr)$/;"	f
every	display/d.histogram/dhist.h	/^    long int every;		\/* tic_mark number interval *\/$/;"	m	struct:units
every	display/d.linegraph/linegraph.h	/^    int every;			\/* tic_mark number interval *\/$/;"	m	struct:units
evmask	visualization/ximgview/main.c	/^static int evmask = ExposureMask | StructureNotifyMask;$/;"	v	file:
ew2	raster/r.surf.idw/main.h	/^  ew2;$/;"	v
ew_dist	raster/r.flow/r.flow.h	/^double *ew_dist;		\/* east-west distances for rows         *\/$/;"	v
ew_res	gui/wxpython/vdigit/driver.h	/^	double ew_res;$/;"	m	struct:DisplayDriver::_region
ew_res	imagery/i.class/defs.h	/^	double ew_res, ns_res;	\/* original map resolution *\/$/;"	m	struct:__anon203::__anon204
ew_res	imagery/i.ortho.photo/photo.2image/defs.h	/^	double ew_res, ns_res;	\/* original map resolution *\/$/;"	m	struct:__anon237::__anon238
ew_res	imagery/i.ortho.photo/photo.2target/defs.h	/^	double ew_res, ns_res;	\/* original map resolution *\/$/;"	m	struct:__anon226::__anon227
ew_res	imagery/i.ortho.photo/photo.rectify/defs.h	/^	double ew_res, ns_res;	\/* original map resolution *\/$/;"	m	struct:__anon230::__anon231
ew_res	imagery/i.points/defs.h	/^	double ew_res, ns_res;	\/* original map resolution *\/$/;"	m	struct:__anon211::__anon212
ew_res	imagery/i.vpoints/defs.h	/^	double ew_res, ns_res;	\/* original map resolution *\/$/;"	m	struct:__anon217::__anon218
ew_res	include/G3d.h	/^    double ns_res, ew_res, tb_res;$/;"	m	struct:__anon248
ew_res	include/gis.h	/^    double ew_res;		\/* East to West cell size 2D                    *\/$/;"	m	struct:Cell_head
ew_res	lib/dspf/viz.h	/^    float ns_res, ew_res, tb_res;$/;"	m	struct:__anon33
ew_res	ps/ps.map/ps_info.h	/^    double ew_res, ns_res;$/;"	m	struct:PS_data
ew_res	raster/r.drain/local.h	/^    double ew_res, ns_res, diag_res;$/;"	m	struct:metrics
ew_res	raster/r.resamp.rst/main.c	/^double \/* pargr *\/ ns_res, ew_res, inp_ew_res, inp_ns_res;$/;"	v
ew_res	raster3d/r3.showdspf/vizual2.h	/^    float ns_res, ew_res, tb_res;$/;"	m	struct:__anon114
ew_res	swig/perl/gis.h	/^    double ew_res;		\/* East to West cell size 2D                    *\/$/;"	m	struct:Cell_head
ew_res	vector/v.surf.rst/main.c	/^double \/* pargr *\/ ns_res, ew_res;$/;"	v
ew_res	vector/v.vol.rst/main.c	/^double ns_res, ew_res, tb_res;$/;"	v
ew_res3	include/gis.h	/^    double ew_res3;		\/* East to West cell size 3D                    *\/$/;"	m	struct:Cell_head
ew_res3	swig/perl/gis.h	/^    double ew_res3;		\/* East to West cell size 3D                    *\/$/;"	m	struct:Cell_head
ew_to_x	ps/ps.map/ps_info.h	/^    double ew_to_x, ns_to_y;$/;"	m	struct:PS_data
ex	raster/r.topmodel/global.h	/^    double **ex;$/;"	m	struct:__anon134
exactdet	general/g.transform/crs.c	/^static int exactdet(struct Control_Points *cp, struct MATRIX *m, double a[], double b[], double E[],	\/* EASTING COEFFICIENTS *\/$/;"	f	file:
exactdet	imagery/i.rectify/crs.c	/^static int exactdet(struct Control_Points *cp, struct MATRIX *m, DOUBLE a[], DOUBLE b[], double E[],	\/* EASTING COEFFICIENTS *\/$/;"	f	file:
exactdet	imagery/i.vpoints/crs.c	/^static int exactdet(struct Control_Points *cp, struct MATRIX *m, DOUBLE a[], DOUBLE b[], double E[],	\/* EASTING COEFFICIENTS *\/$/;"	f	file:
exag	include/gis.h	/^    float exag;			\/* terrain elevation exageration *\/$/;"	m	struct:G_3dview
exag	swig/perl/gis.h	/^    float exag;			\/* terrain elevation exageration *\/$/;"	m	struct:G_3dview
exag	visualization/nviz2/cmd/local_proto.h	/^      *exag, *bgcolor,$/;"	m	struct:GParams	typeref:struct:GParams::
example	display/d.menu/description.html	/^<A NAME="example"><\/a>$/;"	a
example	doc/vector/vector.html	/^<H2><A NAME="example">Vector module programming example<\/A><\/H2>$/;"	a
exampleprintf	vector/v.in.dwg/entity.c	54;"	d	file:
exec_command	lib/python/core.py	/^def exec_command(prog, flags = "", overwrite = False, quiet = False, verbose = False, env = None, **kwargs):$/;"	f
exec_prefix	Makefile	/^exec_prefix=            ${prefix}$/;"	m
exec_rectify	imagery/i.ortho.photo/photo.rectify/exec.c	/^int exec_rectify(void)$/;"	f
exec_rectify	imagery/i.rectify/exec.c	/^int exec_rectify(int order, char *extension)$/;"	f
execl	display/d.mon/pgms/start.c	57;"	d	file:
execute	db/drivers/dbf/dbfexe.c	/^int execute(char *sql, cursor * c)$/;"	f
execute	gui/tcltk/d.m/d.m.tcl	/^proc execute {cmd} {$/;"	p
execute	gui/tcltk/gis.m/runandoutput.tcl	/^proc execute {cmd} {$/;"	p
execute	raster/r.mapcalc/evaluate.c	/^void execute(expr_list * ee)$/;"	f
execute_distance	raster/r.buffer/execute.c	/^int execute_distance(void)$/;"	f
execute_filter	raster/r.mfilter.fp/execute.c	/^int execute_filter(ROWIO * r, int out, FILTER * filter, DCELL * cell)$/;"	f
execute_filter	raster/r.mfilter/execute.c	/^int execute_filter(ROWIO * r, int out, FILTER * filter, CELL * cell)$/;"	f
execute_random	raster/r.random/random.c	/^int execute_random(struct rr_state *theState)$/;"	f
exhaust	raster/r.surf.idw/main.c	/^int exhaust(EW ** ewptr,	\/* double-indirection !! *\/$/;"	f
exhaust_row	raster/r.surf.idw/main.h	/^int (*exhaust_row) (EW *, NEIGHBOR *, SHORT, SHORT);$/;"	v
exhaust_search	raster/r.surf.idw/main.c	/^int exhaust_search(EW * ewptr, NEIGHBOR * nbr_head, SHORT row, SHORT col)$/;"	f
exhaust_search_LL	raster/r.surf.idw/ll.c	/^int exhaust_search_LL(EW * ewptr, NEIGHBOR * nbr_head, SHORT row, SHORT col)$/;"	f
exit_callback	visualization/xganim/gui.c	/^static void exit_callback(Widget w, XtPointer data, caddr_t cbs)$/;"	f	file:
exit_db	gem/at_exit_funcs.c	/^void exit_db(void)$/;"	f
exit_env	gem/at_exit_funcs.c	/^void exit_env(void)$/;"	f
exit_flag	include/linkm.h	/^    int exit_flag;		\/* exit on error ? *\/$/;"	m	struct:link_head
exit_msg	gem/at_exit_funcs.c	/^void exit_msg(void)$/;"	f
exit_tmp	gem/at_exit_funcs.c	/^void exit_tmp(void)$/;"	f
exitprocedure	scripts/d.vect.thematic/d.vect.thematic	/^exitprocedure()$/;"	f
exitprocedure	scripts/db.dropcol/db.dropcol	/^exitprocedure()$/;"	f
exitprocedure	scripts/db.droptable/db.droptable	/^exitprocedure()$/;"	f
exitprocedure	scripts/db.in.ogr/db.in.ogr	/^exitprocedure()$/;"	f
exitprocedure	scripts/db.out.ogr/db.out.ogr	/^exitprocedure()$/;"	f
exitprocedure	scripts/i.fusion.brovey/i.fusion.brovey	/^exitprocedure()$/;"	f
exitprocedure	scripts/i.in.spotvgt/i.in.spotvgt	/^exitprocedure()$/;"	f
exitprocedure	scripts/r.fillnulls/r.fillnulls	/^exitprocedure()$/;"	f
exitprocedure	scripts/r.in.srtm/r.in.srtm	/^exitprocedure()$/;"	f
exitprocedure	scripts/r.in.wms/r.in.gdalwarp	/^exitprocedure()$/;"	f
exitprocedure	scripts/r.in.wms/r.in.wms	/^exitprocedure()$/;"	f
exitprocedure	scripts/r.in.wms/wms.download	/^exitprocedure()$/;"	f
exitprocedure	scripts/r.mask/r.mask	/^exitprocedure()$/;"	f
exitprocedure	scripts/r.univar.sh/r.univar.sh	/^exitprocedure()$/;"	f
exitprocedure	scripts/v.db.dropcol/v.db.dropcol	/^exitprocedure()$/;"	f
exitprocedure	scripts/v.db.renamecol/v.db.renamecol	/^exitprocedure()$/;"	f
exitprocedure	scripts/v.db.univar/v.db.univar	/^exitprocedure()$/;"	f
exitprocedure	scripts/v.dissolve/v.dissolve	/^exitprocedure()$/;"	f
exitprocedure	scripts/v.rast.stats/v.rast.stats	/^exitprocedure()$/;"	f
exitprocedure	scripts/v.univar.sh/v.univar.sh	/^exitprocedure()$/;"	f
exp	raster/r.mapcalc/expression.h	/^    expression *exp;$/;"	m	struct:expr_list
exp	raster/r.mapcalc/mapcalc.y	/^exp		: exp_let		{ if (syntax_error_occurred) {syntax_error_occurred = 0; YYERROR; } else $$ = $1;	}$/;"	l
exp_add	raster/r.mapcalc/mapcalc.y	/^exp_add		: exp_mul$/;"	l
exp_atom	raster/r.mapcalc/mapcalc.y	/^exp_atom	: '(' exp ')'		{ $$ = $2;			}$/;"	l
exp_bitand	raster/r.mapcalc/mapcalc.y	/^exp_bitand	: exp_eq$/;"	l
exp_bitor	raster/r.mapcalc/mapcalc.y	/^exp_bitor	: exp_bitand$/;"	l
exp_cmp	raster/r.mapcalc/mapcalc.y	/^exp_cmp		: exp_sh$/;"	l
exp_cond	raster/r.mapcalc/mapcalc.y	/^exp_cond	: exp_logor$/;"	l
exp_eq	raster/r.mapcalc/mapcalc.y	/^exp_eq		: exp_cmp$/;"	l
exp_let	raster/r.mapcalc/mapcalc.y	/^exp_let		: exp_cond$/;"	l
exp_logand	raster/r.mapcalc/mapcalc.y	/^exp_logand	: exp_bitor$/;"	l
exp_logor	raster/r.mapcalc/mapcalc.y	/^exp_logor	: exp_logand$/;"	l
exp_mul	raster/r.mapcalc/mapcalc.y	/^exp_mul		: exp_pow$/;"	l
exp_pow	raster/r.mapcalc/mapcalc.y	/^exp_pow		: exp_pre$/;"	l
exp_pre	raster/r.mapcalc/mapcalc.y	/^exp_pre		: exp_atom$/;"	l
exp_sh	raster/r.mapcalc/mapcalc.y	/^exp_sh		: exp_add$/;"	l
expand_module_class_name	tools/build_html_index.sh	/^expand_module_class_name()$/;"	f
explain_perms	general/g.access/exp_perms.c	/^char *explain_perms(int group, int other, int will)$/;"	f
export_band	raster/r.out.gdal/export_band.c	/^int export_band(GDALDatasetH hMEMDS, int band, const char *name,$/;"	f
expr	include/sqlp.h	/^    struct sqlpnode *expr;$/;"	m	struct:__anon296	typeref:struct:__anon296::sqlpnode
expr_data_bind	raster/r.mapcalc/expression.h	/^typedef struct expr_data_bind$/;"	s
expr_data_bind	raster/r.mapcalc/expression.h	/^} expr_data_bind;$/;"	t	typeref:struct:expr_data_bind
expr_data_const	raster/r.mapcalc/expression.h	/^typedef union expr_data_const$/;"	u
expr_data_const	raster/r.mapcalc/expression.h	/^} expr_data_const;$/;"	t	typeref:union:expr_data_const
expr_data_func	raster/r.mapcalc/expression.h	/^typedef struct expr_data_func$/;"	s
expr_data_func	raster/r.mapcalc/expression.h	/^} expr_data_func;$/;"	t	typeref:struct:expr_data_func
expr_data_map	raster/r.mapcalc/expression.h	/^typedef struct expr_data_map$/;"	s
expr_data_map	raster/r.mapcalc/expression.h	/^} expr_data_map;$/;"	t	typeref:struct:expr_data_map
expr_data_var	raster/r.mapcalc/expression.h	/^typedef struct expr_data_var$/;"	s
expr_data_var	raster/r.mapcalc/expression.h	/^} expr_data_var;$/;"	t	typeref:struct:expr_data_var
expr_list	raster/r.mapcalc/expression.h	/^typedef struct expr_list$/;"	s
expr_list	raster/r.mapcalc/expression.h	/^} expr_list;$/;"	t	typeref:struct:expr_list
expr_list	raster/r.mapcalc/mapcalc.y	/^expr_list	: exp			{ $$ = singleton($1);		}$/;"	l
expr_t	raster/r.mapcalc/expression.h	/^typedef enum expr_t$/;"	g
expr_t	raster/r.mapcalc/expression.h	/^} expr_t;$/;"	t	typeref:enum:expr_t
expr_type_binding	raster/r.mapcalc/expression.h	/^    expr_type_binding$/;"	e	enum:expr_t
expr_type_constant	raster/r.mapcalc/expression.h	/^    expr_type_constant,$/;"	e	enum:expr_t
expr_type_function	raster/r.mapcalc/expression.h	/^    expr_type_function,$/;"	e	enum:expr_t
expr_type_map	raster/r.mapcalc/expression.h	/^    expr_type_map,$/;"	e	enum:expr_t
expr_type_variable	raster/r.mapcalc/expression.h	/^    expr_type_variable,$/;"	e	enum:expr_t
expression	raster/r.mapcalc/expression.h	/^typedef struct expression$/;"	s
expression	raster/r.mapcalc/expression.h	/^} expression;$/;"	t	typeref:struct:expression
exprs	raster/r.mapcalc/evaluate.c	/^static expr_list *exprs;$/;"	v	file:
exscphase	imagery/i.atcorr/AerosolModel.cpp	/^void AerosolModel::exscphase(const double X, const double nr, $/;"	f	class:AerosolModel
ext	display/d.rast.edit/main.c	/^int ext(void)$/;"	f
ext	imagery/i.atcorr/common.h	/^	float ext[10];$/;"	m	struct:Sixs_aer
ext	vector/v.in.dxf/dxf_to_vect.c	/^static BOUND_BOX ext, dxf_ext;$/;"	v	file:
ext_error	lib/gis/error.c	/^static int (*ext_error) (const char *, int);	\/* Roger Bivand 17 June 2000 *\/$/;"	v	file:
ext_fill_depression	raster/r.terraflow/filldepr.cc	/^ext_fill_depression(AMI_STREAM<boundaryType> *boundaryStr,$/;"	f
extend	lib/cluster/c_point.c	/^static int extend(struct Cluster *C, int n)$/;"	f	file:
extend_east	raster/r.surf.idw/ll.c	/^int extend_east(EW * ewptr)$/;"	f
extend_line	raster/r.to.vect/lines.c	/^static int extend_line(struct COOR *p, struct COOR *q)$/;"	f	file:
extend_line	vector/v.voronoi/vo_extend.c	/^int extend_line(double s, double n, double w, double e,$/;"	f
extend_west	raster/r.surf.idw/ll.c	/^int extend_west(EW * ewptr)$/;"	f
extended	raster/r.univar2/globals.h	/^    struct Flag *shell_style, *extended;$/;"	m	struct:__anon158	typeref:struct:__anon158::
externLength	lib/g3d/g3dfpxdr.c	/^static int dstType, srcType, type, externLength, eltLength, isFloat, useXdr;$/;"	v	file:
external_window	display/drivers/XDRIVER/Graph_set.c	/^int external_window;$/;"	v
extract	display/d.extract/extract.c	/^int extract(struct Map_info *In, struct Map_info *Out, int type,$/;"	f
extract	imagery/i.smap/bouman/model.c	/^void extract(DCELL *** img,	\/* multispectral image, img[band][i][j] *\/$/;"	f
extract	raster/r.in.arc/gethead.c	/^static int extract(int count, char *label, char *value,$/;"	f	file:
extract	raster/r.in.ascii/gethead.c	/^static int extract(int count,$/;"	f	file:
extract_all_min	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::extract_all_min(T& elt) {$/;"	f	class:EMPQueueAdaptive
extract_all_min	include/iostream/empq_impl.h	/^bool em_pqueue<T,Key>::extract_all_min(T& elt) {$/;"	f	class:em_pqueue
extract_all_min	include/iostream/minmaxheap.h	/^bool BasicMinMaxHeap<T>::extract_all_min(T& elt) {$/;"	f	class:BasicMinMaxHeap
extract_all_min	include/iostream/pqheap.h	/^pqheap_t1<T>::extract_all_min(T& elt) {$/;"	f	class:pqheap_t1
extract_areas	raster/r.to.vect/areas.c	/^int extract_areas(void)$/;"	f
extract_cats	vector/v.extract/extract.c	/^void extract_cats(struct line_cats *Cats, int type_only, int field, int new,$/;"	f
extract_contour	lib/vector/Vlib/buffer2.c	/^static void extract_contour(struct planar_graph *pg, struct pg_edge *first,$/;"	f	file:
extract_init	imagery/i.smap/bouman/model.c	/^void extract_init(struct SigSet *S)$/;"	f
extract_inner_contour	lib/vector/Vlib/buffer2.c	/^static int extract_inner_contour(struct planar_graph *pg, int *winding,$/;"	f	file:
extract_lines	raster/r.to.vect/lines.c	/^int extract_lines(void)$/;"	f
extract_max	include/iostream/minmaxheap.h	/^bool BasicMinMaxHeap<T>::extract_max(T& elt) {$/;"	f	class:BasicMinMaxHeap
extract_min	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::extract_min(T& elt) {$/;"	f	class:EMPQueueAdaptive
extract_min	include/iostream/empq_impl.h	/^bool em_pqueue<T,Key>::extract_min(T& elt) {$/;"	f	class:em_pqueue
extract_min	include/iostream/minmaxheap.h	/^bool BasicMinMaxHeap<T>::extract_min(T& elt) {$/;"	f	class:BasicMinMaxHeap
extract_min	include/iostream/pqheap.h	/^pqheap_t1<T>::extract_min(T& elt) {$/;"	f	class:pqheap_t1
extract_min	include/iostream/replacementHeap.h	/^ReplacementHeap<T,Compare>::extract_min() {$/;"	f	class:ReplacementHeap
extract_min	include/iostream/replacementHeapBlock.h	/^ReplacementHeapBlock<T,Compare>::extract_min() {$/;"	f	class:ReplacementHeapBlock
extract_outer_contour	lib/vector/Vlib/buffer2.c	/^static void extract_outer_contour(struct planar_graph *pg, int side,$/;"	f	file:
extract_points	raster/r.to.vect/points.c	/^int extract_points(int z_flag)$/;"	f
extrema	imagery/i.class/outline.c	19;"	d	file:
extreme	lib/cdhc/extreme.c	/^double *extreme(double *x, int n)$/;"	f
extrude	vector/v.extrude/main.c	/^static int extrude(struct Map_info *In, struct Map_info *Out,$/;"	f	file:
f	db/base/drivers.c	/^    int f;$/;"	m	struct:__anon2	file:
f	display/d.profile/profile.h	/^	FCELL f;$/;"	m	union:_ucat::__anon94
f	display/d.profile/profile.h	/^    FCELL *f;$/;"	m	union:_raster_ptr
f	include/site.h	/^	float f;$/;"	m	union:__anon294::__anon295
f	include/vask.h	/^    float *f;$/;"	m	union:target
f	lib/gis/geodist.c	/^static double f;$/;"	v	file:
f	lib/gis/get_ellipse.c	/^    double f;$/;"	m	struct:table	file:
f	lib/vector/diglib/port_test.c	/^    float f;$/;"	m	union:type_conv	file:
f	raster/r.le/r.le.setup/sample.c	/^static RETSIGTYPE f(int sig)$/;"	f	file:
f	raster/r.li/r.li.daemon/ipc.h	/^    fields f;$/;"	m	struct:msg
f	raster/r.random/local_proto.h	/^    FCELL *f;$/;"	m	union:RASTER_PTR
f	raster/r.sunmask/main.c	/^    FCELL *f;$/;"	m	union:RASTER_PTR	file:
f	raster/r.surf.idw/dist.c	/^static double f;$/;"	v	file:
f	raster/r.topmodel/global.h	/^    double *f;$/;"	m	struct:__anon134
f	vector/v.vol.rst/userglobs.h	/^struct field_info *f;$/;"	v	typeref:struct:field_info
f10_dvar	raster/r.texture/h_measure.c	/^float f10_dvar(float **P, int Ng)$/;"	f
f11_dentropy	raster/r.texture/h_measure.c	/^float f11_dentropy(float **P, int Ng)$/;"	f
f12_icorr	raster/r.texture/h_measure.c	/^float f12_icorr(float **P, int Ng)$/;"	f
f13_icorr	raster/r.texture/h_measure.c	/^float f13_icorr(float **P, int Ng)$/;"	f
f14_maxcorr	raster/r.texture/h_measure.c	/^float f14_maxcorr(float **P, int Ng)$/;"	f
f1_asm	raster/r.texture/h_measure.c	/^float f1_asm(float **P, int Ng)$/;"	f
f2_contrast	raster/r.texture/h_measure.c	/^float f2_contrast(float **P, int Ng)$/;"	f
f2s_x	raster/wildfire/r.spread/display.c	/^static double f2s_x, f2s_y;	\/*file-to-screen factors *\/$/;"	v	file:
f2s_y	raster/wildfire/r.spread/display.c	/^static double f2s_x, f2s_y;	\/*file-to-screen factors *\/$/;"	v	file:
f3_corr	raster/r.texture/h_measure.c	/^float f3_corr(float **P, int Ng)$/;"	f
f3tensor	raster/r.param.scale/nrutil.c	/^float ***f3tensor(int nrl, int nrh, int ncl, int nch, int ndl, int ndh)$/;"	f
f4_var	raster/r.texture/h_measure.c	/^float f4_var(float **P, int Ng)$/;"	f
f5_idm	raster/r.texture/h_measure.c	/^float f5_idm(float **P, int Ng)$/;"	f
f6_savg	raster/r.texture/h_measure.c	/^float f6_savg(float **P, int Ng)$/;"	f
f77_dgemm	include/la.h	106;"	d
f77_dgesv	include/la.h	105;"	d
f77_dnrm2	include/la.h	107;"	d
f7_svar	raster/r.texture/h_measure.c	/^float f7_svar(float **P, int Ng, double S)$/;"	f
f8_sentropy	raster/r.texture/h_measure.c	/^float f8_sentropy(float **P, int Ng)$/;"	f
f9_entropy	raster/r.texture/h_measure.c	/^float f9_entropy(float **P, int Ng)$/;"	f
fDef	lib/vector/dglib/examples/opt.h	/^	Boolean fDef;		\/* default returned value for a boolean option *\/$/;"	m	struct:GnoOption
fInfo	include/vect/dig_structs.h	/^    struct Format_info fInfo;	\/* format information *\/$/;"	m	struct:Map_info	typeref:struct:Map_info::Format_info
fSwap	lib/vector/dglib/graph.h	/^    int fSwap;$/;"	m	struct:__anon85
f_a	raster/r.li/r.li.daemon/ipc.h	/^    fields_area f_a;$/;"	m	union:fields
f_abs	raster/r.mapcalc/xabs.c	/^int f_abs(int argc, const int *argt, void **args)$/;"	f
f_acos	raster/r.mapcalc/xacos.c	/^int f_acos(int argc, const int *argt, void **args)$/;"	f
f_add	raster/r.mapcalc/xadd.c	/^int f_add(int argc, const int *argt, void **args)$/;"	f
f_and	raster/r.mapcalc/xand.c	/^int f_and(int argc, const int *argt, void **args)$/;"	f
f_and2	raster/r.mapcalc/xand2.c	/^int f_and2(int argc, const int *argt, void **args)$/;"	f
f_asin	raster/r.mapcalc/xasin.c	/^int f_asin(int argc, const int *argt, void **args)$/;"	f
f_atan	raster/r.mapcalc/xatan.c	/^int f_atan(int argc, const int *argt, void **args)$/;"	f
f_bitand	raster/r.mapcalc/xbitand.c	/^int f_bitand(int argc, const int *argt, void **args)$/;"	f
f_bitnot	raster/r.mapcalc/xbitnot.c	/^int f_bitnot(int argc, const int *argt, void **args)$/;"	f
f_bitor	raster/r.mapcalc/xbitor.c	/^int f_bitor(int argc, const int *argt, void **args)$/;"	f
f_bitxor	raster/r.mapcalc/xbitxor.c	/^int f_bitxor(int argc, const int *argt, void **args)$/;"	f
f_calc	doc/raster/r.example/main.c	/^FCELL f_calc(FCELL x)$/;"	f
f_col	raster/r.mapcalc/xrowcol.c	/^int f_col(int argc, const int *argt, void **args)$/;"	f
f_cos	raster/r.mapcalc/xcos.c	/^int f_cos(int argc, const int *argt, void **args)$/;"	f
f_d	raster/r.li/r.li.daemon/ipc.h	/^    fields_done f_d;$/;"	m	union:fields
f_depth	raster/r.mapcalc/xrowcol.c	/^int f_depth(int argc, const int *argt, void **args)$/;"	f
f_div	raster/r.mapcalc/xdiv.c	/^int f_div(int argc, const int *argt, void **args)$/;"	f
f_double	raster/r.mapcalc/xdouble.c	/^int f_double(int argc, const int *argt, void **args)$/;"	f
f_e	raster/r.li/r.li.daemon/ipc.h	/^    fields_error f_e;$/;"	m	union:fields
f_eq	raster/r.mapcalc/xeq.c	/^int f_eq(int argc, const int *argt, void **args)$/;"	f
f_eval	raster/r.mapcalc/xeval.c	/^int f_eval(int argc, const int *argt, void **args)$/;"	f
f_ewres	raster/r.mapcalc/xres.c	/^int f_ewres(int argc, const int *argt, void **args)$/;"	f
f_ewres	raster/r.mapcalc/xres3.c	/^int f_ewres(int argc, const int *argt, void **args)$/;"	f
f_exp	raster/r.mapcalc/xexp.c	/^int f_exp(int argc, const int *argt, void **args)$/;"	f
f_float	raster/r.mapcalc/xfloat.c	/^int f_float(int argc, const int *argt, void **args)$/;"	f
f_ge	raster/r.mapcalc/xge.c	/^int f_ge(int argc, const int *argt, void **args)$/;"	f
f_graph	raster/r.mapcalc/xgraph.c	/^int f_graph(int argc, const int *argt, void **args)$/;"	f
f_gt	raster/r.mapcalc/xgt.c	/^int f_gt(int argc, const int *argt, void **args)$/;"	f
f_if	raster/r.mapcalc/xif.c	/^int f_if(int argc, const int *argt, void **args)$/;"	f
f_if_d	raster/r.mapcalc/xif.c	/^static int f_if_d(int argc, const int *argt, void **args)$/;"	f	file:
f_if_f	raster/r.mapcalc/xif.c	/^static int f_if_f(int argc, const int *argt, void **args)$/;"	f	file:
f_if_i	raster/r.mapcalc/xif.c	/^static int f_if_i(int argc, const int *argt, void **args)$/;"	f	file:
f_int	raster/r.mapcalc/xint.c	/^int f_int(int argc, const int *argt, void **args)$/;"	f
f_isnull	raster/r.mapcalc/xisnull.c	/^int f_isnull(int argc, const int *argt, void **args)$/;"	f
f_le	raster/r.mapcalc/xle.c	/^int f_le(int argc, const int *argt, void **args)$/;"	f
f_log	raster/r.mapcalc/xlog.c	/^int f_log(int argc, const int *argt, void **args)$/;"	f
f_lt	raster/r.mapcalc/xlt.c	/^int f_lt(int argc, const int *argt, void **args)$/;"	f
f_ma	raster/r.li/r.li.daemon/ipc.h	/^    fields_maskedarea f_ma;$/;"	m	union:fields
f_max	raster/r.mapcalc/xmax.c	/^int f_max(int argc, const int *argt, void **args)$/;"	f
f_median	raster/r.mapcalc/xmedian.c	/^int f_median(int argc, const int *argt, void **args)$/;"	f
f_min	raster/r.mapcalc/xmin.c	/^int f_min(int argc, const int *argt, void **args)$/;"	f
f_mod	raster/r.mapcalc/xmod.c	/^int f_mod(int argc, const int *argt, void **args)$/;"	f
f_mode	raster/r.mapcalc/xmode.c	/^int f_mode(int argc, const int *argt, void **args)$/;"	f
f_mul	raster/r.mapcalc/xmul.c	/^int f_mul(int argc, const int *argt, void **args)$/;"	f
f_ne	raster/r.mapcalc/xne.c	/^int f_ne(int argc, const int *argt, void **args)$/;"	f
f_neg	raster/r.mapcalc/xneg.c	/^int f_neg(int argc, const int *argt, void **args)$/;"	f
f_not	raster/r.mapcalc/xnot.c	/^int f_not(int argc, const int *argt, void **args)$/;"	f
f_nsres	raster/r.mapcalc/xres.c	/^int f_nsres(int argc, const int *argt, void **args)$/;"	f
f_nsres	raster/r.mapcalc/xres3.c	/^int f_nsres(int argc, const int *argt, void **args)$/;"	f
f_null	raster/r.mapcalc/xnull.c	/^int f_null(int argc, const int *argt, void **args)$/;"	f
f_or	raster/r.mapcalc/xor.c	/^int f_or(int argc, const int *argt, void **args)$/;"	f
f_or2	raster/r.mapcalc/xor2.c	/^int f_or2(int argc, const int *argt, void **args)$/;"	f
f_pow	raster/r.mapcalc/xpow.c	/^int f_pow(int argc, const int *argt, void **args)$/;"	f
f_rand	raster/r.mapcalc/xrand.c	/^int f_rand(int argc, const int *argt, void **args)$/;"	f
f_round	raster/r.mapcalc/xround.c	/^int f_round(int argc, const int *argt, void **args)$/;"	f
f_row	raster/r.mapcalc/xrowcol.c	/^int f_row(int argc, const int *argt, void **args)$/;"	f
f_shiftl	raster/r.mapcalc/xshiftl.c	/^int f_shiftl(int argc, const int *argt, void **args)$/;"	f
f_shiftr	raster/r.mapcalc/xshiftr.c	/^int f_shiftr(int argc, const int *argt, void **args)$/;"	f
f_shiftru	raster/r.mapcalc/xshiftru.c	/^int f_shiftru(int argc, const int *argt, void **args)$/;"	f
f_sin	raster/r.mapcalc/xsin.c	/^int f_sin(int argc, const int *argt, void **args)$/;"	f
f_sqrt	raster/r.mapcalc/xsqrt.c	/^int f_sqrt(int argc, const int *argt, void **args)$/;"	f
f_sub	raster/r.mapcalc/xsub.c	/^int f_sub(int argc, const int *argt, void **args)$/;"	f
f_t	raster/r.li/r.li.daemon/ipc.h	/^    fields_term f_t;$/;"	m	union:fields
f_tan	raster/r.mapcalc/xtan.c	/^int f_tan(int argc, const int *argt, void **args)$/;"	f
f_tbres	raster/r.mapcalc/xres.c	/^int f_tbres(int argc, const int *argt, void **args)$/;"	f
f_tbres	raster/r.mapcalc/xres3.c	/^int f_tbres(int argc, const int *argt, void **args)$/;"	f
f_v	lib/gmath/brent.c	/^    double f_v, f_w;$/;"	m	struct:__anon73	file:
f_w	lib/gmath/brent.c	/^    double f_v, f_w;$/;"	m	struct:__anon73	file:
f_x	raster/r.mapcalc/xcoor.c	/^int f_x(int argc, const int *argt, void **args)$/;"	f
f_x	raster/r.mapcalc/xcoor3.c	/^int f_x(int argc, const int *argt, void **args)$/;"	f
f_y	raster/r.mapcalc/xcoor.c	/^int f_y(int argc, const int *argt, void **args)$/;"	f
f_y	raster/r.mapcalc/xcoor3.c	/^int f_y(int argc, const int *argt, void **args)$/;"	f
f_z	raster/r.mapcalc/xcoor.c	/^int f_z(int argc, const int *argt, void **args)$/;"	f
f_z	raster/r.mapcalc/xcoor3.c	/^int f_z(int argc, const int *argt, void **args)$/;"	f
fa	visualization/nviz/src/tkFont.h	/^    TkFontAttributes fa;	\/* Actual font attributes obtained when the$/;"	m	struct:TkFont
fa	visualization/nviz/src/tkFont.h	/^    TkFontAttributes fa;	\/* Standard set of font attributes. *\/$/;"	m	struct:TkXLFDAttributes
faces	vector/v.hull/chull.c	/^tFace faces = NULL;$/;"	v
fact	general/g.setproj/local_proto.h	/^    double fact;$/;"	m	struct:proj_unit
factor	lib/gis/distance.c	/^static double factor = 1.0;$/;"	v	file:
factor	raster/r.report/global.h	/^    double factor;$/;"	m	struct:_units_
factors	raster/r.support/modhead/factors.c	/^int factors(FILE * fd, off_t n, int div)$/;"	f
falbedo	raster/r.sun/main.c	/^FILE *felevin, *faspin, *fslopein, *flinkein, *falbedo, *flatin;$/;"	v
falbedo	raster/r.sun2/main.c	/^FILE *felevin, *faspin, *fslopein, *flinkein, *falbedo, *flatin;$/;"	v
falloc	display/d.graph/allocation.c	/^char *falloc(int nelem, int elsize)$/;"	f
false	raster/r.thin/thin_lines.c	26;"	d	file:
family	visualization/nviz/src/tkFont.h	/^    Tk_Uid family;		\/* Font family. The most important field. *\/$/;"	m	struct:TkFontAttributes
fancy	display/d.title/fancy.c	/^void fancy(char *mapset, struct Cell_head *window, struct Categories *cats,$/;"	f
farclip	include/gstypes.h	/^    float nearclip, farclip, aspect;$/;"	m	struct:__anon261
faspin	raster/r.sun/main.c	/^FILE *felevin, *faspin, *fslopein, *flinkein, *falbedo, *flatin;$/;"	v
faspin	raster/r.sun2/main.c	/^FILE *felevin, *faspin, *fslopein, *flinkein, *falbedo, *flatin;$/;"	v
faster	visualization/xganim/gui.c	/^static Widget slower, faster;$/;"	v	file:
faster_callback	visualization/xganim/gui.c	/^static void faster_callback(Widget w, XtPointer data, caddr_t cbs)$/;"	f	file:
fastline	lib/gis/plot.c	/^static int fastline(double x1, double y1, double x2, double y2)$/;"	f	file:
fastlines	include/gstypes.h	/^    geoline *fastlines;$/;"	m	struct:g_vect
fatal	lib/python/core.py	/^def fatal(msg):$/;"	f
fatalError	raster3d/r3.in.ascii/main.c	/^static void fatalError(char *errorMsg)$/;"	f	file:
fatalError	raster3d/r3.in.v5d/main.c	/^static void fatalError(char *errorMsg)$/;"	f	file:
fatalError	raster3d/r3.out.ascii/main.c	/^void fatalError(char *errorMsg)$/;"	f
fatalError	raster3d/r3.out.v5d/main.c	/^void fatalError(char *errorMsg)$/;"	f
fatal_err	lib/vector/Vlib/error.c	/^static int fatal_err = GV_FATAL_EXIT;$/;"	v	file:
fatal_error	lib/vector/Vlib/open.c	/^static void fatal_error(int ferror, char *errmsg)$/;"	f	file:
fatal_error	raster/r.to.rast3/main.c	/^void fatal_error(void *map, int *fd, int depths, char *errorMsg)$/;"	f
fatal_error	raster/r.to.rast3elev/main.c	/^void fatal_error(Database db, char *errorMsg)$/;"	f
fatal_error	raster3d/r3.cross.rast/main.c	/^void fatal_error(void *map, int elevfd, int outfd, char *errorMsg)$/;"	f
fatal_error	raster3d/r3.out.vtk/errorHandling.c	/^void fatal_error(char *errorMsg, input_maps * in)$/;"	f
fatal_error	raster3d/r3.to.rast/main.c	/^void fatal_error(void *map, int *fd, int depths, char *errorMsg)$/;"	f
father	raster/r.li/r.li.daemon/avl.h	/^    struct avl_node *father;$/;"	m	struct:avl_node	typeref:struct:avl_node::avl_node
father	raster/r.li/r.li.daemon/avlID.h	/^    struct avlID_node *father;$/;"	m	struct:avlID_node	typeref:struct:avlID_node::avlID_node
father	vector/v.net.visibility/rotation_tree.c	/^struct Point *father(struct Point *p)$/;"	f
father	vector/v.net.visibility/rotation_tree.h	/^    struct Point *father;$/;"	m	struct:Point	typeref:struct:Point::Point
fattr	include/gstypes.h	/^    float fattr;		\/* may want to make these pointers or arrays for mult atts *\/$/;"	m	struct:g_point
fb	include/gstypes.h	/^    float *fb;$/;"	m	struct:__anon251
fb	include/symbol.h	/^    double fr, fg, fb;$/;"	m	struct:__anon281
fb	lib/driver/text3.c	/^static int ft, fb, fl, fr;$/;"	v	file:
fb	ps/ps.map/clr.h	/^    double fr, fg, fb;$/;"	m	struct:__anon21
fb	raster/r.le/r.le.patch/patch.h	/^    int core2, size2, shape2, edge, fb, coremap, units;$/;"	m	struct:CHOICE
fb	raster/r.le/r.le.pixel/pixel.h	/^    int edge, tex, fb, units, z, edgemap;$/;"	m	struct:CHOICE
fbeam_rad	raster/r.sun/main.c	/^FILE *fincidout, *fbeam_rad, *finsol_time, *fdiff_rad, *frefl_rad;$/;"	v
fbeam_rad	raster/r.sun2/main.c	/^FILE *fincidout, *fbeam_rad, *finsol_time, *fdiff_rad, *frefl_rad;$/;"	v
fc	raster/r.li/r.li.daemon/GenericCell.h	/^    FCELL fc;$/;"	m	union:cella
fc	vector/lidar/v.lidar.growing/growing.h	/^    int fc;			\/* Classification counter *\/$/;"	m	struct:element_grow
fcat	include/site.h	/^    FCELL fcat;$/;"	m	struct:__anon292
fcellNullPattern	lib/gis/null_val.c	/^static FCELL fcellNullPattern;$/;"	v	file:
fcell_array	lib/gpde/N_pde.h	/^    FCELL *fcell_array;		\/*The data is stored in an one dimensional array internally *\/$/;"	m	struct:__anon49
fcell_array	lib/gpde/N_pde.h	/^    float *fcell_array;		\/*The data is stored in an one dimensional array internally *\/$/;"	m	struct:__anon50
fcell_array	raster/r.univar2/globals.h	/^    FCELL *fcell_array;$/;"	m	struct:__anon157
fcell_manager	raster/r.li/r.li.daemon/daemon.h	/^typedef struct fcell_memory_entry *fcell_manager;$/;"	t	typeref:struct:fcell_memory_entry
fcell_memory_entry	raster/r.li/r.li.daemon/daemon.h	/^struct fcell_memory_entry$/;"	s
fcell_triple	lib/rst/interp_float/interpf.h	/^struct fcell_triple$/;"	s
fcmp	raster/r.mapcalc/xmedian.c	/^static int fcmp(const void *aa, const void *bb)$/;"	f	file:
fcolor	include/symbol.h	/^    SYMBCOLOR fcolor;$/;"	m	struct:__anon287
fcolor	ps/ps.map/vector.h	/^    PSCOLOR fcolor;		\/* fill color *\/$/;"	m	struct:__anon22
fd	display/d.what.rast/main.c	/^int *fd;$/;"	v
fd	imagery/i.ortho.photo/libes/orthophoto.h	/^	int fd;			\/* for image i\/o *\/$/;"	m	struct:Ortho_Image_Group_Ref::Ortho_Ref_Color
fd	include/imagery.h	/^    int fd;		       \/* for image i\/o *\/$/;"	m	struct:Ref_Color
fd	include/rowio.h	/^    int fd;			\/* file descriptor for reading *\/$/;"	m	struct:__anon271
fd	include/segment.h	/^    int fd;			\/* file descriptor to read\/write segment *\/$/;"	m	struct:__anon280
fd	ps/ps.map/group.h	/^    int fd[3];$/;"	m	struct:PS_group
fd	ps/ps.map/session.c	/^static FILE *fd;$/;"	v	file:
fd	raster/r.mapcalc/expression.h	/^    int fd;$/;"	m	struct:expr_data_bind
fd	raster/r.mapcalc/map.c	/^    int fd;$/;"	m	struct:map	file:
fd	raster/r.mapcalc/map3.c	/^    int fd;$/;"	m	struct:map	file:
fd	raster/r.proj.seg/r.proj.h	/^    int fd;$/;"	m	struct:cache
fd	raster/r.rescale.eq/main.c	/^static FILE *fd;$/;"	v	file:
fd	raster/r.series/main.c	/^    int fd;$/;"	m	struct:input	file:
fd	raster/r.series/main.c	/^    int fd;$/;"	m	struct:output	file:
fd4	raster/r.resamp.rst/main.c	/^FILE *fd4;			\/* unused? *\/$/;"	v
fd4	vector/v.surf.rst/main.c	/^    *fd4, *fxyout, *fddevi = NULL, *fdcvdev = NULL;$/;"	v
fd4	vector/v.vol.rst/main.c	/^    *fdxxout, *fdyyout, *fd4, *fxyout;$/;"	v
fd_cold	raster/r.random/local_proto.h	/^    int use_nulls, docover, fd_old, fd_cold, fd_new;$/;"	m	struct:rr_state
fd_mask	visualization/nviz/src/tkUnixPort.h	/^typedef long fd_mask;$/;"	t
fd_new	raster/r.random/local_proto.h	/^    int use_nulls, docover, fd_old, fd_cold, fd_new;$/;"	m	struct:rr_state
fd_old	raster/r.random/local_proto.h	/^    int use_nulls, docover, fd_old, fd_cold, fd_new;$/;"	m	struct:rr_state
fdcell	vector/v.vol.rst/main.c	/^int fdcell, fdcout;$/;"	v
fdconc	raster/simwe/simlib/waterglobs.h	/^GLOBAL FILE *fdwdepth, *fddetin, *fdtranin, *fdtauin, *fdtc, *fdet, *fdconc,$/;"	v
fdcout	vector/v.vol.rst/main.c	/^int fdcell, fdcout;$/;"	v
fdcvdev	vector/v.surf.rst/main.c	/^    *fd4, *fxyout, *fddevi = NULL, *fdcvdev = NULL;$/;"	v
fddepth	raster/simwe/simlib/waterglobs.h	/^    *fdmanin, *fddepth, *fddisch, *fderr;$/;"	v
fddetin	raster/simwe/simlib/waterglobs.h	/^GLOBAL FILE *fdwdepth, *fddetin, *fdtranin, *fdtauin, *fdtc, *fdet, *fdconc,$/;"	v
fddev	vector/v.vol.rst/main.c	/^FILE *fddev = NULL;$/;"	v
fddevi	lib/rst/interp_float/interpf.h	/^    FILE *fddevi;		\/* pointer to deviations file *\/$/;"	m	struct:interp_params
fddevi	vector/v.surf.rst/main.c	/^    *fd4, *fxyout, *fddevi = NULL, *fdcvdev = NULL;$/;"	v
fddisch	raster/simwe/simlib/waterglobs.h	/^    *fdmanin, *fddepth, *fddisch, *fderr;$/;"	v
fddxin	raster/simwe/simlib/waterglobs.h	/^GLOBAL FILE *fdelevin, *fddxin, *fddyin, *fdrain, *fdinfil, *fdtraps,$/;"	v
fddxout	raster/r.resamp.rst/main.c	/^FILE *fdredinp, *fdzout, *fddxout, *fddyout, *fdxxout, *fdyyout, *fxyout;$/;"	v
fddxout	vector/v.surf.rst/main.c	/^FILE *fdinp, *fdredinp, *fdzout, *fddxout, *fddyout, *fdxxout, *fdyyout,$/;"	v
fddxout	vector/v.vol.rst/main.c	/^FILE *fdredinp, *fdzout, *fddxout, *fddyout, *fddzout,$/;"	v
fddyin	raster/simwe/simlib/waterglobs.h	/^GLOBAL FILE *fdelevin, *fddxin, *fddyin, *fdrain, *fdinfil, *fdtraps,$/;"	v
fddyout	raster/r.resamp.rst/main.c	/^FILE *fdredinp, *fdzout, *fddxout, *fddyout, *fdxxout, *fdyyout, *fxyout;$/;"	v
fddyout	vector/v.surf.rst/main.c	/^FILE *fdinp, *fdredinp, *fdzout, *fddxout, *fddyout, *fdxxout, *fdyyout,$/;"	v
fddyout	vector/v.vol.rst/main.c	/^FILE *fdredinp, *fdzout, *fddxout, *fddyout, *fddzout,$/;"	v
fddzout	vector/v.vol.rst/main.c	/^FILE *fdredinp, *fdzout, *fddxout, *fddyout, *fddzout,$/;"	v
fdelevin	raster/simwe/simlib/waterglobs.h	/^GLOBAL FILE *fdelevin, *fddxin, *fddyin, *fdrain, *fdinfil, *fdtraps,$/;"	v
fderdep	raster/simwe/simlib/waterglobs.h	/^    *fdflux, *fderdep;$/;"	v
fderr	raster/simwe/simlib/waterglobs.h	/^    *fdmanin, *fddepth, *fddisch, *fderr;$/;"	v
fdet	raster/simwe/simlib/waterglobs.h	/^GLOBAL FILE *fdwdepth, *fddetin, *fdtranin, *fdtauin, *fdtc, *fdet, *fdconc,$/;"	v
fdflux	raster/simwe/simlib/waterglobs.h	/^    *fdflux, *fderdep;$/;"	v
fdiff_rad	raster/r.sun/main.c	/^FILE *fincidout, *fbeam_rad, *finsol_time, *fdiff_rad, *frefl_rad;$/;"	v
fdiff_rad	raster/r.sun2/main.c	/^FILE *fincidout, *fbeam_rad, *finsol_time, *fdiff_rad, *frefl_rad;$/;"	v
fdinfil	raster/simwe/simlib/waterglobs.h	/^GLOBAL FILE *fdelevin, *fddxin, *fddyin, *fdrain, *fdinfil, *fdtraps,$/;"	v
fdinp	lib/rst/interp_float/interpf.h	/^    FILE *fdinp;		\/* input stream *\/$/;"	m	struct:interp_params
fdinp	raster/r.resamp.rst/main.c	/^int fdinp, fdsmooth = -1;$/;"	v
fdinp	vector/v.surf.rst/main.c	/^FILE *fdinp, *fdredinp, *fdzout, *fddxout, *fddyout, *fdxxout, *fdyyout,$/;"	v
fdmanin	raster/simwe/simlib/waterglobs.h	/^    *fdmanin, *fddepth, *fddisch, *fderr;$/;"	v
fdont_draw	lib/driver/text3.c	/^static int fdont_draw = 0;$/;"	v	file:
fdrain	raster/simwe/simlib/waterglobs.h	/^GLOBAL FILE *fdelevin, *fddxin, *fddyin, *fdrain, *fdinfil, *fdtraps,$/;"	v
fdraw_polys	raster3d/r3.showdspf/draw_polys_ogl.c	/^void fdraw_polys(D_spec)$/;"	f
fdredinp	raster/r.resamp.rst/main.c	/^FILE *fdredinp, *fdzout, *fddxout, *fddyout, *fdxxout, *fdyyout, *fxyout;$/;"	v
fdredinp	vector/v.surf.rst/main.c	/^FILE *fdinp, *fdredinp, *fdzout, *fddxout, *fddyout, *fdxxout, *fdyyout,$/;"	v
fdredinp	vector/v.vol.rst/main.c	/^FILE *fdredinp, *fdzout, *fddxout, *fddyout, *fddzout,$/;"	v
fdsfile	raster/simwe/simlib/waterglobs.h	/^GLOBAL FILE *fdsfile, *fw;$/;"	v
fdsmooth	raster/r.resamp.rst/main.c	/^int fdinp, fdsmooth = -1;$/;"	v
fdtauin	raster/simwe/simlib/waterglobs.h	/^GLOBAL FILE *fdwdepth, *fddetin, *fdtranin, *fdtauin, *fdtc, *fdet, *fdconc,$/;"	v
fdtc	raster/simwe/simlib/waterglobs.h	/^GLOBAL FILE *fdwdepth, *fddetin, *fdtranin, *fdtauin, *fdtc, *fdet, *fdconc,$/;"	v
fdtranin	raster/simwe/simlib/waterglobs.h	/^GLOBAL FILE *fdwdepth, *fddetin, *fdtranin, *fdtauin, *fdtc, *fdet, *fdconc,$/;"	v
fdtraps	raster/simwe/simlib/waterglobs.h	/^GLOBAL FILE *fdelevin, *fddxin, *fddyin, *fdrain, *fdinfil, *fdtraps,$/;"	v
fdwdepth	raster/simwe/simlib/waterglobs.h	/^GLOBAL FILE *fdwdepth, *fddetin, *fdtranin, *fdtauin, *fdtc, *fdet, *fdconc,$/;"	v
fdxxout	raster/r.resamp.rst/main.c	/^FILE *fdredinp, *fdzout, *fddxout, *fddyout, *fdxxout, *fdyyout, *fxyout;$/;"	v
fdxxout	vector/v.surf.rst/main.c	/^FILE *fdinp, *fdredinp, *fdzout, *fddxout, *fddyout, *fdxxout, *fdyyout,$/;"	v
fdxxout	vector/v.vol.rst/main.c	/^    *fdxxout, *fdyyout, *fd4, *fxyout;$/;"	v
fdyyout	raster/r.resamp.rst/main.c	/^FILE *fdredinp, *fdzout, *fddxout, *fddyout, *fdxxout, *fdyyout, *fxyout;$/;"	v
fdyyout	vector/v.surf.rst/main.c	/^FILE *fdinp, *fdredinp, *fdzout, *fddxout, *fddyout, *fdxxout, *fdyyout,$/;"	v
fdyyout	vector/v.vol.rst/main.c	/^    *fdxxout, *fdyyout, *fd4, *fxyout;$/;"	v
fdzout	raster/r.resamp.rst/main.c	/^FILE *fdredinp, *fdzout, *fddxout, *fddyout, *fdxxout, *fdyyout, *fxyout;$/;"	v
fdzout	vector/v.surf.rst/main.c	/^FILE *fdinp, *fdredinp, *fdzout, *fddxout, *fddyout, *fdxxout, *fdyyout,$/;"	v
fdzout	vector/v.vol.rst/main.c	/^FILE *fdredinp, *fdzout, *fddxout, *fddyout, *fddzout,$/;"	v
feature	raster/r.param.scale/feature.c	/^DCELL feature(double *coeff)$/;"	f
feature_cache	include/vect/dig_structs.h	/^    OGRFeatureH feature_cache;	\/* cache to avoid repeated reading,  NULL if no feature is in cache *\/$/;"	m	struct:Format_info_ogr
feature_cache	include/vect/dig_structs.h	/^    void *feature_cache;$/;"	m	struct:Format_info_ogr
feature_cache_id	include/vect/dig_structs.h	/^    int feature_cache_id;	\/* id of feature read in feature_cache *\/$/;"	m	struct:Format_info_ogr
feed_command	lib/python/core.py	/^def feed_command(*args, **kwargs):$/;"	f
felevin	raster/r.sun/main.c	/^FILE *felevin, *faspin, *fslopein, *flinkein, *falbedo, *flatin;$/;"	v
felevin	raster/r.sun2/main.c	/^FILE *felevin, *faspin, *fslopein, *flinkein, *falbedo, *flatin;$/;"	v
fex	raster/r.topmodel/global.h	/^    double *fex;$/;"	m	struct:__anon134
ff	lib/rst/interp_float/interpf.h	/^struct field_info *ff;$/;"	v	typeref:struct:field_info
ff64	lib/gis/geodist.c	/^static double ff64;$/;"	v	file:
ff64	raster/r.surf.idw/dist.c	/^static double ff64;$/;"	v	file:
fft	lib/gmath/fft.c	/^int fft(int i_sign, double *DATA[2], int NN, int dimc, int dimr)$/;"	f
fft2	lib/gmath/fft.c	/^int fft2(int i_sign, double (*data)[2], int NN, int dimc, int dimr)$/;"	f
fft_colors	imagery/i.fft/fft_colors.c	/^int fft_colors(void)$/;"	f
fftw_execute	configure	/^fftw_execute()$/;"	f
fftwnd_one	configure	/^fftwnd_one()$/;"	f
ffu	imagery/i.atcorr/Iwave.h	/^	} ffu;$/;"	m	struct:IWave	typeref:struct:IWave::FFu
fg	include/symbol.h	/^    double fr, fg, fb;$/;"	m	struct:__anon281
fg	ps/ps.map/clr.h	/^    double fr, fg, fb;$/;"	m	struct:__anon21
fi	lib/rst/interp_float/interpf.h	/^    double fi;			\/* tension *\/$/;"	m	struct:interp_params
fi	raster/r.resamp.rst/main.c	/^double fi;$/;"	v
fi	vector/lidar/v.lidar.growing/growing.h	/^    int fi;			\/* Interpolated value counter *\/$/;"	m	struct:element_grow
fi	vector/v.surf.rst/main.c	/^double gmin, gmax, c1min, c1max, c2min, c2max, fi, rsm;$/;"	v
fi	vector/v.vol.rst/userglobs.h	/^double \/* PRISP *\/ fi, rsm, fstar2, alphat, betat;$/;"	v
fid	visualization/nviz/src/tkFont.h	/^    Font fid;			\/* For backwards compatibility with XGCValues$/;"	m	struct:TkFont
fid_id	imagery/i.ortho.photo/libes/orthophoto.h	/^	char fid_id[30];$/;"	m	struct:Ortho_Camera_File_Ref::Fiducial
fid_id	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM char fid_id[5];$/;"	v
fiducials	imagery/i.ortho.photo/libes/orthophoto.h	/^    } fiducials[20];$/;"	m	struct:Ortho_Camera_File_Ref	typeref:struct:Ortho_Camera_File_Ref::Fiducial
field	display/d.vect/plot.h	/^    int field;$/;"	m	struct:__anon97
field	gui/wxpython/vdigit/driver.h	/^	int field;              \/\/ field number$/;"	m	struct:DisplayDriver::_selected
field	include/vect/dig_structs.h	/^    int *field;			\/* pointer to array of fields *\/$/;"	m	struct:line_cats
field	include/vect/dig_structs.h	/^    int field;			\/* category field *\/$/;"	m	struct:cat_list
field	include/vect/dig_structs.h	/^    int field;			\/* field number *\/$/;"	m	struct:Cat_index
field	include/vect/dig_structs.h	/^    struct field_info *field;$/;"	m	struct:dblinks	typeref:struct:dblinks::field_info
field	ps/ps.map/vector.h	/^    int field;			\/* category field *\/$/;"	m	struct:__anon22
field	vector/v.category/main.c	/^    int field;$/;"	m	struct:__anon184	file:
field	vector/v.surf.rst/main.c	/^int field;$/;"	v
field	vector/v.to.3d/local_proto.h	/^  struct Option *field, *column;$/;"	m	struct:opts	typeref:struct:opts::Option
field1	raster/r.terraflow/sweep.h	/^  elevation_type field1() const {$/;"	f	class:flowPriority
field_cat	vector/v.in.dxf/write_vect.c	/^static int num_fields = 0, *field_cat = NULL;$/;"	v	file:
field_info	db/drivers/mysql/describe.c	/^void field_info(MYSQL_FIELD * field, int *sqltype, int *length)$/;"	f
field_info	include/vect/dig_structs.h	/^struct field_info$/;"	s
field_names	vector/v.in.dxf/write_vect.c	/^static char **field_names = NULL;$/;"	v	file:
fieldmask	include/kftypes.h	/^    unsigned long fieldmask;$/;"	m	struct:key_node
fields	include/kftypes.h	/^    float fields[KF_NUMFIELDS];$/;"	m	struct:view_node
fields	include/kftypes.h	/^    float pos, fields[KF_NUMFIELDS];$/;"	m	struct:key_node
fields	raster/r.li/r.li.daemon/ipc.h	/^typedef union fields$/;"	u
fields	raster/r.li/r.li.daemon/ipc.h	/^} fields;$/;"	t	typeref:union:fields
fields_area	raster/r.li/r.li.daemon/ipc.h	/^typedef struct fields_area$/;"	s
fields_area	raster/r.li/r.li.daemon/ipc.h	/^} fields_area;$/;"	t	typeref:struct:fields_area
fields_done	raster/r.li/r.li.daemon/ipc.h	/^typedef struct fields_done$/;"	s
fields_done	raster/r.li/r.li.daemon/ipc.h	/^} fields_done;$/;"	t	typeref:struct:fields_done
fields_error	raster/r.li/r.li.daemon/ipc.h	/^typedef struct fields_error$/;"	s
fields_error	raster/r.li/r.li.daemon/ipc.h	/^} fields_error;$/;"	t	typeref:struct:fields_error
fields_maskedarea	raster/r.li/r.li.daemon/ipc.h	/^typedef struct fields_maskedarea$/;"	s
fields_maskedarea	raster/r.li/r.li.daemon/ipc.h	/^} fields_maskedarea;$/;"	t	typeref:struct:fields_maskedarea
fields_term	raster/r.li/r.li.daemon/ipc.h	/^typedef struct fields_term$/;"	s
fields_term	raster/r.li/r.li.daemon/ipc.h	/^} fields_term;$/;"	t	typeref:struct:fields_term
fildes	include/iostream/ami_stream.h	/^  int fildes;	\/\/descriptor of file$/;"	m	class:UntypedStream
file	db/drivers/dbf/globals.h	/^    char file[1024];		\/* full path to file (including .dbf) *\/$/;"	m	struct:__anon14
file	display/d.rgb/main.c	/^    int file;$/;"	m	struct:band	file:
file	imagery/i.ortho.photo/libes/orthophoto.h	/^    } *file;$/;"	m	struct:Ortho_Image_Group_Ref	typeref:struct:Ortho_Image_Group_Ref::Ortho_Image_Group_Ref_Files
file	include/imagery.h	/^    struct Ref_Files *file;$/;"	m	struct:Ref	typeref:struct:Ref::Ref_Files
file	include/vect/dig_structs.h	/^    FILE *file;$/;"	m	struct:gvfile
file	lib/gis/spawn.c	/^    const char *file;$/;"	m	struct:redirect	file:
file	lib/init/lock.c	37;"	d	file:
file	ps/ps.map/header.h	/^    char *file;$/;"	m	struct:header
file	raster/r.composite/main.c	/^    int file;$/;"	m	struct:band	file:
file	raster/r.in.gridatb/local_proto.h	/^GLOBAL char *file;$/;"	v
file	raster/r.out.gridatb/local_proto.h	/^GLOBAL char *file;$/;"	v
file	raster/r.out.ppm3/main.c	/^    int file;$/;"	m	struct:band	file:
file	raster/r.topmodel/global.h	/^} file;$/;"	v	typeref:struct:__anon133
fileBrowser	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^ proc fileBrowser {path entry} {$/;"	p
fileBrowser_accept_cmd	visualization/nviz/scripts/fileBrowser.tcl	/^proc fileBrowser_accept_cmd  {w} {$/;"	p
fileBrowser_cancel_cmd	visualization/nviz/scripts/fileBrowser.tcl	/^proc fileBrowser_cancel_cmd {w} {$/;"	p
fileEndPtr	include/G3d.h	/^    int fileEndPtr;$/;"	m	struct:G3D_Map
fileName	include/G3d.h	/^    char *fileName;$/;"	m	struct:G3D_Map
fileOpt::browse_file	lib/init/file_option.tcl	/^proc fileOpt::browse_file {} {$/;"	p
fileOpt::create_loc	lib/init/file_option.tcl	/^proc fileOpt::create_loc { } {$/;"	p
fileOpt::def_loc	lib/init/file_option.tcl	/^proc fileOpt::def_loc { } {$/;"	p
fileOpt::fileLocCom	lib/init/file_option.tcl	/^proc fileOpt::fileLocCom args {$/;"	p
fileOpt::sel_dtrans	lib/init/file_option.tcl	/^proc fileOpt::sel_dtrans {dtrans} {$/;"	p
fileSelect	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^ proc fileSelect {widget listbox entry} {$/;"	p
file_browser_select_directories	visualization/nviz/scripts/fileBrowser.tcl	/^proc file_browser_select_directories {W y w} {$/;"	p
file_browser_select_file	visualization/nviz/scripts/fileBrowser.tcl	/^proc file_browser_select_file {W y w} {$/;"	p
file_cpy	raster/r.in.arc/main.c	/^int file_cpy(FILE * from, FILE * to)$/;"	f
file_cpy	raster/r.in.ascii/main.c	/^static int file_cpy(FILE * from, FILE * to)$/;"	f	file:
file_info	lib/dspf/viz.h	/^} file_info;$/;"	t	typeref:struct:__anon33
file_info	raster3d/r3.showdspf/vizual2.h	/^} file_info;$/;"	t	typeref:struct:__anon114
file_info	vector/v.transform/trans.h	/^struct file_info$/;"	s
file_name	display/drivers/HTMLMAP/Graph_Set.c	/^char *file_name;$/;"	v
file_name	include/gstypes.h	/^    char *file_name;		\/* file name *\/$/;"	m	struct:__anon256
file_name	lib/cairodriver/Graph.c	/^char *file_name;$/;"	v
file_name	lib/pngdriver/Graph_set.c	/^char *file_name;$/;"	v
file_name	lib/psdriver/Graph_set.c	/^const char *file_name;$/;"	v
file_scan	raster/r.in.ascii/gethead.c	/^int file_scan(FILE * fd)$/;"	f
file_type	include/gstypes.h	/^    IFLAG file_type;		\/* file type *\/$/;"	m	struct:__anon256
file_type	lib/cairodriver/Graph.c	/^int file_type;$/;"	v
fileinfo	lib/gis/G.h	/^    struct fileinfo *fileinfo;$/;"	m	struct:G__	typeref:struct:G__::fileinfo
fileinfo	lib/gis/G.h	/^struct fileinfo			\/* Information for opened cell files *\/$/;"	s
fileinfo_count	lib/gis/G.h	/^    int fileinfo_count;$/;"	m	struct:G__
filemap_browser_list_mapset	visualization/nviz/scripts/filemapBrowser.tcl	/^proc filemap_browser_list_mapset {w} {    $/;"	p
filemap_browser_select_file	visualization/nviz/scripts/filemapBrowser.tcl	/^proc filemap_browser_select_file {W y w} {$/;"	p
filemap_browser_select_mapset	visualization/nviz/scripts/filemapBrowser.tcl	/^proc filemap_browser_select_mapset {W y w} {$/;"	p
filename	general/g.mkfontcap/stroke_fonts.c	/^    char *filename;   \/**< Filename in fonts directory *\/$/;"	m	struct:font_desc	file:
filename	imagery/i.atcorr/AerosolModel.h	/^	string filename;$/;"	m	struct:AerosolModel
filename	include/gstypes.h	/^    char *filename;$/;"	m	struct:g_site
filename	include/gstypes.h	/^    char *filename;$/;"	m	struct:g_vect
filename	lib/driver/font_freetype.c	/^static char *filename;$/;"	v	file:
filename	lib/gis/G.h	/^    char *filename;$/;"	m	struct:GDAL_link
filename	lib/init/other.c	/^static char *filename(const char *name, const char *mapset)$/;"	f	file:
files	imagery/i.gensig/files.h	/^struct files$/;"	s
files	imagery/i.gensigset/files.h	/^struct files$/;"	s
files	imagery/i.smap/bouman/bouman.h	/^struct files$/;"	s
files	lib/init/variables.html	/^<a name="files"><\/a>$/;"	a
fill	include/iostream/minmaxheap.h	/^HeapIndex MinMaxHeap<T>::fill(T* arr, HeapIndex n) {$/;"	f	class:MinMaxHeap
fill	include/iostream/pqheap.h	/^pqheap_t1<T>::fill(T* a, unsigned int size) {$/;"	f	class:pqheap_t1
fill	lib/driver/Polygon.c	/^static void fill(int x0, int x1, int y)$/;"	f	file:
fill	raster/r.coin/main.c	/^char *fill, *midline;$/;"	v
fill	raster/r.topmodel/global.h	/^    char *basin, *elev, *belev, *fill, *dir, *topidx;$/;"	m	struct:__anon132
fillContentsFromFile	gui/wxpython/gui_modules/menuform.py	/^    def fillContentsFromFile( self, htmlFile, skip_description=True ):$/;"	m	class:helpPanel
fillPLabel	raster/r.terraflow/water.h	/^  fillPLabel() : label(LABEL_UNDEF) {};$/;"	f	class:fillPLabel
fillPLabel	raster/r.terraflow/water.h	/^  fillPLabel(const fillPriority &gpriority, const cclabel_type glabel) :$/;"	f	class:fillPLabel
fillPLabel	raster/r.terraflow/water.h	/^class fillPLabel : public fillPriority {$/;"	c
fillPit	raster/r.terraflow/genericWindow.cc	/^fillPit(ElevationWindow& win) {$/;"	f
fillPriority	raster/r.terraflow/water.h	/^  fillPriority() : ijBaseType(-1,-1), el(-1), depth(DEPTH_INITIAL) {};$/;"	f	class:fillPriority
fillPriority	raster/r.terraflow/water.h	/^  fillPriority(elevation_type gel,$/;"	f	class:fillPriority
fillPriority	raster/r.terraflow/water.h	/^class fillPriority : public ijBaseType {$/;"	c
fillSQLstruct	visualization/nviz/src/getCat.c	/^int fillSQLstruct(struct Sql *tp, float x, float y, int dist)$/;"	f
fill_array_2d	lib/gpde/test/test_arrays.c	/^int fill_array_2d(N_array_2d * a)$/;"	f
fill_array_2d_null	lib/gpde/test/test_arrays.c	/^int fill_array_2d_null(N_array_2d * a)$/;"	f
fill_array_3d	lib/gpde/test/test_arrays.c	/^int fill_array_3d(N_array_3d * a)$/;"	f
fill_array_3d_null	lib/gpde/test/test_arrays.c	/^int fill_array_3d_null(N_array_3d * a)$/;"	f
fill_bins	raster/r.quantile/main.c	/^static void fill_bins(int infile)$/;"	f	file:
fill_cfax	raster3d/r3.mkdspf/fill_cfax.c	/^void fill_cfax(Cube_data * Cube, int flag, int index, float$/;"	f
fill_cfax	visualization/nviz/src/mkdspf_fill_cfax.c	/^fill_cfax(Cube, flag, index, TEMP_VERT, TEMP_NORM)$/;"	f
fill_data_cube	raster3d/r3.showdspf/draw_polys_ogl.c	/^void fill_data_cube(data, slice, row, col, ctable, xdim)$/;"	f
fill_depression	raster/r.terraflow/filldepr.cc	/^fill_depression(AMI_STREAM<boundaryType> *boundaryStr,$/;"	f
fill_polygon	lib/driver/Polygon.c	/^static void fill_polygon(const int *xarray, const int *yarray, int count)$/;"	f	file:
fill_row	raster/r.fill.dir/filldir.c	/^int fill_row(int nl, int ns, struct band3 *bnd)$/;"	f
fill_table	raster/r.reclass/reclass.c	/^static void fill_table(struct Reclass *rec, int *is_default,$/;"	f	file:
filldir	raster/r.drain/filldir.c	/^void filldir(int fe, int fd, int nl, struct band3 *bnd, struct metrics *m)$/;"	f
filldir	raster/r.fill.dir/filldir.c	/^void filldir(int fe, int fd, int nl, struct band3 *bnd)$/;"	f
filled	imagery/i.class/defs.h	/^	int filled;$/;"	m	struct:region::__anon206
filled_grid	raster/r.terraflow/main.h	/^  char* filled_grid;   \/* name of output filled elevation grid *\/$/;"	m	struct:__anon144
filled_grid	raster/r.terraflow/option.h	/^  char* filled_grid;   \/* name of output filled elevation grid *\/$/;"	m	struct:__anon145
filllow	raster/r.to.rast3elev/main.c	/^    struct Flag *fillup, *filllow, *mask;$/;"	m	struct:__anon155	typeref:struct:__anon155::	file:
fillpq	include/iostream/empq_impl.h	/^bool em_pqueue<T,Key>::fillpq() {$/;"	f	class:em_pqueue
fillstr2sweepstr	raster/r.terraflow/flow.cc	/^fillstr2sweepstr(AMI_STREAM<waterWindowBaseType>* fillStream) {$/;"	f
fillup	raster/r.to.rast3elev/main.c	/^    struct Flag *fillup, *filllow, *mask;$/;"	m	struct:__anon155	typeref:struct:__anon155::Flag	file:
filnam	raster/r.resamp.rst/main.c	/^char filnam[10];$/;"	v
filnam	raster/simwe/r.sim.sediment/main.c	/^char filnam[10];$/;"	v
filnam	raster/simwe/r.sim.water/main.c	/^char filnam[10];$/;"	v
filnam	vector/v.surf.rst/main.c	/^char filnam[10];$/;"	v
filnam	vector/v.vol.rst/main.c	/^char filnam[10];$/;"	v
finalcleanup	testsuite/raster/raster_md5test.sh	/^finalcleanup()$/;"	f
finalcleanup	testsuite/raster/rmapcalc_test.sh	/^finalcleanup()$/;"	f
finalize	scripts/d.rast.edit/d.rast.edit.tcl	/^proc finalize {} {$/;"	p
fincidout	raster/r.sun/main.c	/^FILE *fincidout, *fbeam_rad, *finsol_time, *fdiff_rad, *frefl_rad;$/;"	v
fincidout	raster/r.sun2/main.c	/^FILE *fincidout, *fbeam_rad, *finsol_time, *fdiff_rad, *frefl_rad;$/;"	v
find	general/manage/lib/find.c	/^char *find(int n, char *name, char *mapsets)$/;"	f
find	imagery/i.class/input.c	/^static Objects *find(Objects * objects, int x, int y)$/;"	f	file:
find	imagery/i.find/main.c	/^static int find(FILE * fd, char *element)$/;"	f	file:
find	imagery/i.ortho.photo/photo.2image/input.c	/^static Objects *find(Objects * objects, int x, int y)$/;"	f	file:
find	imagery/i.ortho.photo/photo.2target/input.c	/^static Objects *find(Objects * objects, int x, int y)$/;"	f	file:
find	imagery/i.points/input.c	/^static Objects *find(Objects * objects, int x, int y)$/;"	f	file:
find	imagery/i.vpoints/input.c	/^static Objects *find(Objects * objects, int x, int y)$/;"	f	file:
find	raster/r.cost/btree.c	/^struct cost *find(double min_cost, int row, int col)$/;"	f
find	raster/r.walk/btree.c	/^struct cost *find(double min_cost, int row, int col)$/;"	f
findAllRoots	raster/r.terraflow/ccforest.cc	/^void ccforest<T>::findAllRoots(int depth) {$/;"	f	class:ccforest
findBoundaries	raster/r.terraflow/water.cc	/^findBoundaries(AMI_STREAM<labelElevType> *labeledWater,$/;"	f
findBoundariesMain	raster/r.terraflow/fill.cc	/^findBoundariesMain(AMI_STREAM<labelElevType> *labeledWater) {$/;"	f
findDominant	raster/r.terraflow/direction.cc	/^findDominant(direction_type dir) {$/;"	f
findNextRoot	raster/r.terraflow/ccforest.cc	/^ccforest<T>::findNextRoot(const T& i) {$/;"	f	class:ccforest
findPlateaus	raster/r.terraflow/plateau.cc	/^findPlateaus(AMI_STREAM<elevation_type> *elstr,$/;"	f
findSet	raster/r.terraflow/unionFind.h	/^unionFind<T>::findSet(T x) {$/;"	f	class:unionFind
find_all_intersections	lib/vector/Vlib/dgraph.c	/^struct seg_intersections *find_all_intersections(struct line_pnts *Points)$/;"	f
find_area	raster/r.le/r.le.setup/polytocell/find_area.c	/^void find_area(double *xarray, double *yarray, int num_verticies,$/;"	f
find_attr	vector/v.overlay/util.c	/^ATTR *find_attr(ATTRIBUTES * attributes, int cat)$/;"	f
find_azimuth	display/drivers/HTMLMAP/Polygn_abs.c	/^static double find_azimuth(double x1, double y1, double x2, double y2)$/;"	f	file:
find_cat	vector/v.to.db/find.c	/^int find_cat(int cat, int add)$/;"	f
find_color	display/drivers/XDRIVER/Color_table.c	/^unsigned long find_color(unsigned int r, unsigned int g, unsigned int b)$/;"	f
find_color	visualization/xganim/Clr_table.c	/^unsigned long find_color(unsigned int r, unsigned int g, unsigned int b)$/;"	f
find_color	visualization/ximgview/color.c	/^unsigned long find_color(unsigned int r, unsigned int g, unsigned int b)$/;"	f
find_color_gray	display/drivers/XDRIVER/Color_table.c	/^static unsigned long find_color_gray(unsigned int r, unsigned int g,$/;"	f	file:
find_color_gray	visualization/xganim/Clr_table.c	/^find_color_gray(unsigned int r, unsigned int g, unsigned int b)$/;"	f	file:
find_color_gray	visualization/ximgview/color.c	/^find_color_gray(unsigned int r, unsigned int g, unsigned int b)$/;"	f	file:
find_color_indexed	display/drivers/XDRIVER/Color_table.c	/^static unsigned long find_color_indexed(unsigned int r, unsigned int g,$/;"	f	file:
find_color_indexed	visualization/xganim/Clr_table.c	/^find_color_indexed(unsigned int r, unsigned int g, unsigned int b)$/;"	f	file:
find_color_indexed	visualization/ximgview/color.c	/^find_color_indexed(unsigned int r, unsigned int g, unsigned int b)$/;"	f	file:
find_color_rgb	display/drivers/XDRIVER/Color_table.c	/^static unsigned long find_color_rgb(unsigned int r, unsigned int g,$/;"	f	file:
find_color_rgb	visualization/xganim/Clr_table.c	/^find_color_rgb(unsigned int r, unsigned int g, unsigned int b)$/;"	f	file:
find_color_rgb	visualization/ximgview/color.c	/^find_color_rgb(unsigned int r, unsigned int g, unsigned int b)$/;"	f	file:
find_column	db/drivers/dbf/column.c	/^int find_column(int tab, char *col)$/;"	f
find_con	raster/r.surf.contour/find_con.c	/^int find_con(int r, int c, double *d1, double *d2, CELL * con1, CELL * con2)$/;"	f
find_con_slow	raster/r.surf.contour/find_con.c	/^int find_con_slow(int r, int c, double *d1, double *d2, CELL * con1,$/;"	f
find_cross	lib/vector/Vlib/buffer.c	/^static int find_cross(struct line_pnts *Points, int s1, int s2, int s3,$/;"	f	file:
find_cross	lib/vector/Vlib/intersect.c	/^static int find_cross(int id, int *arg)$/;"	f	file:
find_datah	lib/ogsf/gvl_file.c	/^int find_datah(const char *name, IFLAG type, int begin)$/;"	f
find_distances	raster/r.buffer/find_dist.c	/^int find_distances(int row)$/;"	f
find_edge	raster/r.le/r.le.pixel/texture.c	/^int find_edge(int richcount, double atts[], double test)$/;"	f
find_edge_cells	raster/r.distance/edges.c	/^void find_edge_cells(struct Map *map)$/;"	f
find_end	raster/r.to.vect/util.c	/^struct COOR *find_end(struct COOR *seed, int dir, int *result, int *n)$/;"	f
find_file	lib/gis/find_file.c	/^static char *find_file(int misc,$/;"	f	file:
find_file	lib/python/core.py	/^def find_file(name, element = 'cell', mapset = None):$/;"	f
find_file1	lib/gis/find_file.c	/^static char *find_file1(int misc,$/;"	f	file:
find_font	display/d.font.freetype/main.c	/^static int find_font(capinfo * fonts, int fonts_count, char *name)$/;"	f	file:
find_font	display/d.text.freetype/main.c	/^static int find_font(capinfo * fonts, int fonts_count, char *name)$/;"	f	file:
find_font_from_freetypecap	vector/v.label.sa/font.c	/^struct GFONT_CAP *find_font_from_freetypecap(const char *font)$/;"	f
find_fonts	general/g.mkfontcap/freetype_fonts.c	/^static void find_fonts(const char *dirpath)$/;"	f	file:
find_freetype_fonts	general/g.mkfontcap/freetype_fonts.c	/^void find_freetype_fonts(void)$/;"	f
find_func	raster/r.mapcalc/expression.c	/^static func_desc *find_func(const char *name)$/;"	f	file:
find_inclination	raster/r.los/pts_elim.c	/^find_inclination(int x, int y, int viewpt_elev, SEGMENT * seg_in_p,$/;"	f
find_item	lib/driver/pad.c	/^ITEM *find_item(PAD * pad, const char *name)$/;"	f
find_line	vector/v.lrs/v.lrs.segment/main.c	/^int find_line(struct Map_info *Map, int lfield, int lcat)$/;"	f
find_line	vector/v.segment/main.c	/^int find_line(struct Map_info *Map, int lfield, int lcat)$/;"	f
find_ll_distance_ncols	raster/r.buffer/find_dist.c	/^int find_ll_distance_ncols(int i)$/;"	f
find_loc	raster/r.le/r.le.pixel/texture.c	/^int find_loc(int richcount, double atts[], double test)$/;"	f
find_lowest_cross_edge	vector/v.delaunay2/geometry.c	/^static void find_lowest_cross_edge(struct edge *r_cw_l, struct vertex *s,$/;"	f	file:
find_maps	vector/v.mapcalc/map.c	/^static void find_maps(void)$/;"	f	file:
find_method	raster/r.resamp.stats/main.c	/^static int find_method(const char *name)$/;"	f	file:
find_method	raster/r.series/main.c	/^static int find_method(const char *method_name)$/;"	f	file:
find_minimum	vector/lidar/v.surf.bspline/crosscorr.c	/^double find_minimum(double *values, int *l_min)$/;"	f
find_minimum_distance	raster/r.distance/distance.c	/^find_minimum_distance(struct CatEdgeList *list1, struct CatEdgeList *list2,$/;"	f
find_neighbors	raster/r.surf.idw/main.c	/^find_neighbors(EW * ewptr, NEIGHBOR * nbr_head, SHORT row, SHORT col,$/;"	f
find_neighbors_LL	raster/r.surf.idw/ll.c	/^int find_neighbors_LL(EW * ewptr, NEIGHBOR * nbr_head, SHORT row, SHORT col,$/;"	f
find_next_line	vector/v.build.polylines/walk.c	/^int find_next_line(struct Map_info *map, int line, int node)$/;"	f
find_normal	raster/r.param.scale/find_normal.c	/^void find_normal(double **normal,	\/* Matrix of cross-products.    *\/$/;"	f
find_obs	raster/r.param.scale/find_normal.c	/^void find_obs(DCELL * z,	\/* Local window of elevs.       *\/$/;"	f
find_offset	lib/vector/diglib/port_init.c	/^static int find_offset(const unsigned char *basis, unsigned char search_value,$/;"	f	file:
find_offset	lib/vector/diglib/port_test.c	/^find_offset(unsigned char *basis, unsigned char search_value, int size)$/;"	f	file:
find_offsets	lib/vector/diglib/port_init.c	/^static int find_offsets(const void *pattern, unsigned char *cnvrt,$/;"	f	file:
find_orientation	raster/r.los/pts_elim.c	/^double find_orientation(int x, int y, int quadrant)$/;"	f
find_pad	lib/driver/pad.c	/^PAD *find_pad(const char *name)$/;"	f
find_parent	lib/vector/dglib/tavl.c	/^static struct tavl_node *find_parent(struct tavl_table *tree,$/;"	f	file:
find_pos	gem/tools.c	/^int find_pos(char *str, char **strarr, int start)$/;"	f
find_pourpts	raster/r.watershed/ram/find_pour.c	/^int find_pourpts(void)$/;"	f
find_pourpts	raster/r.watershed/seg/find_pour.c	/^int find_pourpts(void)$/;"	f
find_process	lib/init/clean_temp.c	/^int find_process(int pid)$/;"	f
find_process	lib/init/lock.c	/^int find_process(int pid)$/;"	f
find_program	lib/python/core.py	/^def find_program(pgm, args = []):$/;"	f
find_quadrats	vector/v.qcount/findquads.c	/^COOR *find_quadrats(int n, double r, struct Cell_head window)$/;"	f
find_rule	raster/r.colors/main.c	/^static int find_rule(const char *name)$/;"	f	file:
find_stroke_fonts	general/g.mkfontcap/stroke_fonts.c	/^void find_stroke_fonts(void)$/;"	f
find_table	db/drivers/dbf/table.c	/^int find_table(char *table)$/;"	f
find_target_files	imagery/i.ortho.photo/photo.2image/find.c	/^int find_target_files(void)$/;"	f
find_target_files	imagery/i.ortho.photo/photo.2target/find.c	/^int find_target_files(void)$/;"	f
find_target_files	imagery/i.points/find.c	/^int find_target_files(void)$/;"	f
find_target_files	imagery/i.vpoints/find.c	/^int find_target_files(void)$/;"	f
find_truecolor_visual	display/drivers/XDRIVER/Graph_set.c	/^static void find_truecolor_visual(void)$/;"	f	file:
find_variable	raster/r.mapcalc/expression.c	/^static expression *find_variable(const char *name)$/;"	f	file:
find_weight	raster/r.param.scale/find_normal.c	/^void find_weight(double *weight_ptr)$/;"	f
findcrossing	raster/r.contour/cont.c	/^static int findcrossing(struct cell *current, double level,$/;"	f	file:
finput	raster/r.le/r.le.patch/driver.c	/^int ntype = 0, finput, n_scale = 1, n_unit = 1, size_cl_no = 0, *recl_count,$/;"	v
finput	raster/r.le/r.le.pixel/driver.c	/^int finput, g_scale = 1, g_unit = 1;$/;"	v
finput	raster/r.le/r.le.trace/main.c	/^int finput;$/;"	v
finsol_time	raster/r.sun/main.c	/^FILE *fincidout, *fbeam_rad, *finsol_time, *fdiff_rad, *frefl_rad;$/;"	v
finsol_time	raster/r.sun2/main.c	/^FILE *fincidout, *fbeam_rad, *finsol_time, *fdiff_rad, *frefl_rad;$/;"	v
fintexp1	imagery/i.atcorr/computations.cpp	/^float fintexp1(const float xtau)$/;"	f
fintexp3	imagery/i.atcorr/computations.cpp	/^float fintexp3(const float xtau)$/;"	f
first	general/manage/lib/menu.c	/^static int first, last;$/;"	v	file:
first	imagery/i.class/mouse.c	/^static int first = 1;$/;"	v	file:
first	imagery/i.ortho.photo/photo.2image/mouse.c	/^static int first = 1;$/;"	v	file:
first	imagery/i.ortho.photo/photo.2target/mouse.c	/^static int first = 1;$/;"	v	file:
first	imagery/i.points/mouse.c	/^static int first = 1;$/;"	v	file:
first	imagery/i.vpoints/mouse.c	/^static int first = 1;$/;"	v	file:
first	include/G3d.h	/^    int first, last;		\/* index (into next) of first and last elt in fifo *\/$/;"	m	struct:__anon249
first	lib/form/open.c	/^int first = 1;$/;"	v
first	lib/gis/percent.c	/^static int first = 1;$/;"	v	file:
first	lib/ogsf/gsd_label.c	/^static int first = 0;$/;"	v	file:
first	raster/r.cost/memory.c	/^struct cost *first = NULL;$/;"	v	typeref:struct:cost
first	raster/r.digit/get_circle.c	/^static int first;$/;"	v	file:
first	raster/r.walk/memory.c	/^struct cost *first = NULL;$/;"	v	typeref:struct:cost
first	vector/v.digit/line.c	/^    int first;$/;"	m	struct:delete_line	file:
first	vector/v.digit/line.c	/^    int first;$/;"	m	struct:new_line	file:
first	vector/v.digit/open.c	/^int first = 1;$/;"	v
first	vector/v.perturb/zufall.h	/^    int first, xptr;$/;"	m	struct:klotz1
firstRow	raster/r.out.pov/main.c	/^int firstRow, lastRow;$/;"	v
first_astar	raster/r.watershed/ram/Gwater.h	/^GLOBAL int first_astar, first_cum, nxt_avail_pt, total_cells, do_points;$/;"	v
first_astar	raster/r.watershed/seg/Gwater.h	/^GLOBAL int first_astar, first_cum, nxt_avail_pt, total_cells, do_points;$/;"	v
first_cat	raster/r.describe/tree.c	/^int first_cat(CELL * cat)$/;"	f
first_cum	raster/r.watershed/ram/Gwater.h	/^GLOBAL int first_astar, first_cum, nxt_avail_pt, total_cells, do_points;$/;"	v
first_cum	raster/r.watershed/seg/Gwater.h	/^GLOBAL int first_astar, first_cum, nxt_avail_pt, total_cells, do_points;$/;"	v
first_display	imagery/i.class/signature.c	/^int first_display;$/;"	v
first_flag	general/g.parser/main.c	/^    struct Flag *first_flag;$/;"	m	struct:context	typeref:struct:context::Flag	file:
first_flag	lib/gis/parser.c	/^static struct Flag first_flag;	\/* First flag in a linked list      *\/$/;"	v	typeref:struct:Flag	file:
first_free	raster/r.cost/memory.c	/^struct cost *first_free = NULL;$/;"	v	typeref:struct:cost
first_free	raster/r.walk/memory.c	/^struct cost *first_free = NULL;$/;"	v	typeref:struct:cost
first_it	vector/lidar/v.lidar.edgedetection/main.c	/^int nsply, nsplx, line_out_counter, first_it;$/;"	v
first_it	vector/lidar/v.outlier/main.c	/^int nsply, nsplx, first_it;$/;"	v
first_item	lib/gis/parser.c	/^static struct Item first_item;$/;"	v	typeref:struct:Item	file:
first_mpost_idx	vector/v.lrs/v.lrs.create/main.c	/^    int first_mpost_idx;	\/* index of first\/last MP in 'mposts' *\/$/;"	m	struct:__anon166	file:
first_node	raster/r.cross/tree.c	/^int first_node(CELL ** cat, CELL ** result)$/;"	f
first_node	raster/r.describe/tree.c	/^int first_node(void)$/;"	f
first_option	general/g.parser/main.c	/^    struct Option *first_option;$/;"	m	struct:context	typeref:struct:context::Option	file:
first_option	lib/gis/parser.c	/^static struct Option first_option;$/;"	v	typeref:struct:Option	file:
first_point	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int curp, first_point;$/;"	v	file:
first_point	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int curp, cury, first_point;$/;"	v
first_point	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int curp, first_point, i;$/;"	v	file:
first_point	imagery/i.points/analyze.c	/^static int curp, first_point;$/;"	v	file:
first_point	imagery/i.vpoints/analyze.c	/^static int curp, first_point;$/;"	v	file:
first_read	ps/ps.map/outl_io.c	/^static int first_read, last_read;$/;"	v	file:
first_read	raster/r.to.vect/global.h	/^Global int first_read, last_read;$/;"	v
first_selection	vector/v.edit/select.c	/^static char first_selection = 1;$/;"	v	file:
first_time	include/gis.h	/^    int first_time;		\/* whether or not range was updated *\/$/;"	m	struct:FPRange
first_time	include/gis.h	/^    int first_time;		\/* whether or not range was updated *\/$/;"	m	struct:Range
first_time	swig/perl/gis.h	/^    int first_time;		\/* whether or not range was updated *\/$/;"	m	struct:FPRange
first_time	swig/perl/gis.h	/^    int first_time;		\/* whether or not range was updated *\/$/;"	m	struct:Range
first_west	raster/r.surf.idw/main.c	/^int first_west(EW * ewptr, SHORT col)$/;"	f
first_west_LL	raster/r.surf.idw/ll.c	/^int first_west_LL(EW * ewptr, SHORT col)$/;"	f
first_word	lib/init/set_data.c	/^int first_word(char *buf)$/;"	f
fische	vector/v.perturb/fische.c	/^int fische(int n, double *mu, int *p)$/;"	f
fit_map_to_box	ps/ps.map/fit_map.c	/^int fit_map_to_box(void)$/;"	f
fixHa	raster/wildfire/r.spread/fixHa.c	/^struct costHa *fixHa(long go_pos, struct costHa *heap, long heap_len)$/;"	f
fix_max_fp_val	raster/r.stats/stats.c	/^void fix_max_fp_val(CELL *cell, int ncols)$/;"	f
fix_surface	lib/cairodriver/Draw_bitmap.c	/^static cairo_surface_t *fix_surface(cairo_surface_t * src)$/;"	f	file:
fixed	include/gis.h	/^    struct _Color_Info_ fixed;$/;"	m	struct:Colors	typeref:struct:Colors::_Color_Info_
fixed	swig/perl/gis.h	/^    struct _Color_Info_ fixed;$/;"	m	struct:Colors	typeref:struct:Colors::_Color_Info_
fixed	visualization/nviz/src/tkFont.h	/^    int fixed;			\/* Non-zero if this is a fixed-width font,$/;"	m	struct:TkFontMetrics
fixedMaxLength	raster/r.horizon/main.c	/^double fixedMaxLength = BIG;$/;"	v
fixedcmap	display/drivers/XDRIVER/Graph_set.c	/^Colormap fixedcmap;$/;"	v
fixedcmap	visualization/xganim/Clr_table.c	/^Colormap fixedcmap;$/;"	v
fl	lib/driver/text3.c	/^static int ft, fb, fl, fr;$/;"	v	file:
fl	raster/r.flow/r.flow.h	/^struct Map_info fl;		\/* output vector file header            *\/$/;"	v	typeref:struct:Map_info
flabel	visualization/xganim/main.c	/^Widget canvas, flabel;$/;"	v
flag	general/g.parser/main.c	/^    struct Flag *flag;$/;"	m	struct:context	typeref:struct:context::Flag	file:
flag	lib/gis/parser.c	/^    struct Flag *flag;$/;"	m	struct:Item	typeref:struct:Item::Flag	file:
flag	raster/simwe/simlib/waterglobs.h	/^} flag;$/;"	v	typeref:struct:__anon138
flag_clear_all	raster/r.surf.contour/flag_clr_all.c	/^int flag_clear_all(FLAG * flags)$/;"	f
flag_clear_all	raster/r.water.outlet/flag_clr_all.c	/^int flag_clear_all(FLAG * flags)$/;"	f
flag_clear_all	raster/r.watershed/ram/flag_clr_all.c	/^int flag_clear_all(FLAG * flags)$/;"	f
flag_create	raster/r.surf.contour/flag_create.c	/^FLAG *flag_create(int nrows, int ncols)$/;"	f
flag_create	raster/r.water.outlet/flag_create.c	/^FLAG *flag_create(int nrows, int ncols)$/;"	f
flag_create	raster/r.watershed/ram/flag_create.c	/^FLAG *flag_create(int nrows, int ncols)$/;"	f
flag_destroy	raster/r.surf.contour/flag_destroy.c	/^int flag_destroy(FLAG * flags)$/;"	f
flag_destroy	raster/r.water.outlet/flag_destroy.c	/^int flag_destroy(FLAG * flags)$/;"	f
flag_destroy	raster/r.watershed/ram/flag_destroy.c	/^int flag_destroy(FLAG * flags)$/;"	f
flag_extent	vector/v.in.dxf/global.h	/^GLOBAL int flag_list, flag_extent, flag_table, flag_topo, flag_invert,$/;"	v
flag_frame	vector/v.in.dxf/global.h	/^    flag_one_layer, flag_frame;$/;"	v
flag_get	raster/r.surf.contour/flag_get.c	/^int flag_get(FLAG * flags, int row, int col)$/;"	f
flag_get	raster/r.water.outlet/flag_get.c	/^int flag_get(FLAG * flags, int row, int col)$/;"	f
flag_get	raster/r.watershed/ram/flag_get.c	/^int flag_get(FLAG * flags, int row, int col)$/;"	f
flag_invert	vector/v.in.dxf/global.h	/^GLOBAL int flag_list, flag_extent, flag_table, flag_topo, flag_invert,$/;"	v
flag_list	vector/v.in.dxf/global.h	/^GLOBAL int flag_list, flag_extent, flag_table, flag_topo, flag_invert,$/;"	v
flag_one_layer	vector/v.in.dxf/global.h	/^    flag_one_layer, flag_frame;$/;"	v
flag_set	raster/r.surf.contour/flag_set.c	/^int flag_set(FLAG * flags, int row, int col)$/;"	f
flag_set	raster/r.water.outlet/flag_set.c	/^int flag_set(FLAG * flags, int row, int col)$/;"	f
flag_set	raster/r.watershed/ram/flag_set.c	/^int flag_set(FLAG * flags, int row, int col)$/;"	f
flag_table	vector/v.in.dxf/global.h	/^GLOBAL int flag_list, flag_extent, flag_table, flag_topo, flag_invert,$/;"	v
flag_topo	vector/v.in.dxf/global.h	/^GLOBAL int flag_list, flag_extent, flag_table, flag_topo, flag_invert,$/;"	v
flag_unset	raster/r.surf.contour/flag_unset.c	/^int flag_unset(FLAG * flags, int row, int col)$/;"	f
flag_unset	raster/r.water.outlet/flag_unset.c	/^int flag_unset(FLAG * flags, int row, int col)$/;"	f
flag_unset	raster/r.watershed/ram/flag_unset.c	/^int flag_unset(FLAG * flags, int row, int col)$/;"	f
flags	include/shhopt.h	/^	int flags;		\/* modifier flags. *\/$/;"	m	struct:__anon246
flags	lib/vector/dglib/heap.h	/^    unsigned char flags;$/;"	m	struct:_dglHeapNode
flash_area	display/d.what.vect/flash.c	/^flash_area(struct Map_info *Map, plus_t area, struct line_pnts *Points,$/;"	f
flash_line	display/d.what.vect/flash.c	/^flash_line(struct Map_info *Map, plus_t line, struct line_pnts *Points,$/;"	f
flat_val	include/gstypes.h	/^    int flat_val;$/;"	m	struct:g_vect
flatin	raster/r.sun/main.c	/^FILE *felevin, *faspin, *fslopein, *flinkein, *falbedo, *flatin;$/;"	v
flatin	raster/r.sun2/main.c	/^FILE *felevin, *faspin, *fslopein, *flinkein, *falbedo, *flatin;$/;"	v
fld	vector/v.edit/global.h	/^	*coord, *cat, *move, *bbox, *fld,$/;"	m	struct:GParams	typeref:struct:GParams::
flg	raster/r.topmodel/global.h	/^} flg;$/;"	v	typeref:struct:__anon135
flink	raster/r.drain/resolve.c	/^void flink(int i, int j, int nl, int ns, CELL * p1, CELL * p2, CELL * p3,$/;"	f
flink	raster/r.fill.dir/resolve.c	/^void flink(int i, int j, int nl, int ns, CELL * p1, CELL * p2, CELL * p3,$/;"	f
flinkein	raster/r.sun/main.c	/^FILE *felevin, *faspin, *fslopein, *flinkein, *falbedo, *flatin;$/;"	v
flinkein	raster/r.sun2/main.c	/^FILE *felevin, *faspin, *fslopein, *flinkein, *falbedo, *flatin;$/;"	v
flip	include/gis.h	/^    int flip;$/;"	m	struct:FP_stats
flip2	raster3d/r3.in.v5d/binio.c	/^void flip2(const unsigned short *src, unsigned short *dest, int n)$/;"	f
flip2	raster3d/r3.out.v5d/binio.c	/^void flip2(const unsigned short *src, unsigned short *dest, int n)$/;"	f
flip4	raster3d/r3.in.v5d/binio.c	/^void flip4(const unsigned int *src, unsigned int *dest, int n)$/;"	f
flip4	raster3d/r3.out.v5d/binio.c	/^void flip4(const unsigned int *src, unsigned int *dest, int n)$/;"	f
float_or_dms	lib/python/core.py	/^def float_or_dms(s):$/;"	f
floating_exception	imagery/i.ortho.photo/libes/georef.c	/^static int floating_exception;$/;"	v	file:
floating_exception	imagery/i.ortho.photo/libes/orthoref.c	/^static int floating_exception;$/;"	v	file:
floating_exception	lib/imagery/georef.c	/^static int floating_exception;$/;"	v	file:
floating_point_exception	raster/r.mapcalc/main.c	/^volatile int floating_point_exception;$/;"	v
floating_point_exception_occurred	raster/r.mapcalc/main.c	/^volatile int floating_point_exception_occurred;$/;"	v
flout	raster/r.flow/r.flow.h	/^    char *flout;		\/* name of output flowline file         *\/$/;"	m	struct:__anon153
flowPriority	raster/r.terraflow/sweep.h	/^  flowPriority(const flowPriority &p):$/;"	f	class:flowPriority
flowPriority	raster/r.terraflow/sweep.h	/^  flowPriority(elevation_type a=0, toporank_type b=0, $/;"	f	class:flowPriority
flowPriority	raster/r.terraflow/sweep.h	/^class flowPriority {$/;"	c
flowStructure	raster/r.terraflow/sweep.h	/^  flowStructure(const flowPriority &p = 0, const flowValue &e = 0):$/;"	f	class:flowStructure
flowStructure	raster/r.terraflow/sweep.h	/^  flowStructure(const flowStructure &fl) {$/;"	f	class:flowStructure
flowStructure	raster/r.terraflow/sweep.h	/^class flowStructure  {$/;"	c
flowValue	raster/r.terraflow/sweep.h	/^  flowValue(flowaccumulation_type x=0): value(x) {}$/;"	f	class:flowValue
flowValue	raster/r.terraflow/sweep.h	/^class flowValue {$/;"	c
flow_waterWindower	raster/r.terraflow/flow.cc	/^  flow_waterWindower(AMI_STREAM<sweepItem> *str) :$/;"	f	class:flow_waterWindower
flow_waterWindower	raster/r.terraflow/flow.cc	/^class flow_waterWindower {$/;"	c	file:
flowaccu_grid	raster/r.terraflow/option.h	/^  char* flowaccu_grid; \/* name of output flow accumulation grid *\/$/;"	m	struct:__anon145
flowaccumulation_type	raster/r.terraflow/types.h	/^typedef float flowaccumulation_type;    $/;"	t
flowline	raster/r.flow/calc.c	/^flowline;$/;"	t	typeref:struct:__anon152	file:
floyd	raster/r.composite/main.c	/^    short *floyd[2];$/;"	m	struct:band	file:
flt_cmpr	lib/vector/diglib/port_init.c	/^static const unsigned char flt_cmpr[] = { 0x3f, 0xaa, 0xa9, 0x93 };$/;"	v	file:
flt_cmpr	lib/vector/diglib/port_test.c	/^static unsigned char flt_cmpr[] = { 0x3f, 0xaa, 0xa9, 0x93 };$/;"	v	file:
flt_cnvrt	include/vect/dig_structs.h	/^    unsigned char flt_cnvrt[PORT_FLOAT];$/;"	m	struct:Port_info
flt_cnvrt	lib/vector/diglib/port_init.c	/^unsigned char flt_cnvrt[sizeof(float)];$/;"	v
flt_cnvrt	lib/vector/diglib/port_test.c	/^static char flt_cnvrt[sizeof(float)];$/;"	v	file:
flt_cnvrt	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	/^static int flt_cnvrt[] = { 3, 2, 1, 0 };$/;"	v
flt_order	lib/vector/diglib/port_init.c	/^int flt_order;$/;"	v
flt_quick	include/vect/dig_structs.h	/^    int flt_quick;$/;"	m	struct:Port_info
flush_char	raster3d/r3.showdspf/togif.c	/^static void flush_char(vgl_GIFWriter * dataPtr)$/;"	f	file:
flushout	lib/raster/rem_io.c	/^static int flushout(void)$/;"	f	file:
flux	raster/simwe/simlib/waterglobs.h	/^	*tauin, *tc, *et, *conc, *flux, *erdep, *rainval, *maninval,$/;"	m	struct:__anon137	typeref:struct:__anon137::
flux	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *flux;$/;"	v
fly	visualization/nviz/src/togl_flythrough.c	/^    struct flyData fly;$/;"	m	struct:cbData	typeref:struct:cbData::flyData	file:
flyData	visualization/nviz/src/togl_flythrough.c	/^struct flyData$/;"	s	file:
fly_change_mode	visualization/nviz/scripts/flythrough.tcl	/^proc fly_change_mode {flag} {$/;"	p
fly_create_help_panel	visualization/nviz/scripts/flythrough.tcl	/^proc fly_create_help_panel {} {$/;"	p
fly_deselect	visualization/nviz/scripts/flythrough.tcl	/^proc fly_deselect {} {$/;"	p
fly_destroy_help_panel	visualization/nviz/scripts/flythrough.tcl	/^proc fly_destroy_help_panel {} {$/;"	p
fly_label_row	visualization/nviz/scripts/flythrough.tcl	/^proc fly_label_row {_name _row _title _lst1 _lst2} {$/;"	p
fly_label_sep	visualization/nviz/scripts/flythrough.tcl	/^proc fly_label_sep {_name _row} {$/;"	p
fly_select	visualization/nviz/scripts/flythrough.tcl	/^proc fly_select {} {$/;"	p
fly_set_icons	visualization/nviz/scripts/flythrough.tcl	/^proc fly_set_icons {_dir} {$/;"	p
fly_update_scale	visualization/nviz/scripts/flythrough.tcl	/^proc fly_update_scale {_sc _val} {$/;"	p
fly_update_scale0	visualization/nviz/scripts/flythrough.tcl	/^proc fly_update_scale0 {_val} {fly_update_scale 0 $_val}$/;"	p
fly_update_scale1	visualization/nviz/scripts/flythrough.tcl	/^proc fly_update_scale1 {_val} {fly_update_scale 1 $_val}$/;"	p
flythrough_postdraw_cb	visualization/nviz/src/togl_flythrough.c	/^void flythrough_postdraw_cb()$/;"	f
flythrough_postdraw_cb_remove	visualization/nviz/src/togl_flythrough.c	/^void flythrough_postdraw_cb_remove(void (*func) (void *))$/;"	f
flythrough_postdraw_cb_set	visualization/nviz/src/togl_flythrough.c	/^void flythrough_postdraw_cb_set(void (*func) (void *), void *data)$/;"	f
fm	raster/r.li/r.li.daemon/daemon.h	/^    fcell_manager fm;$/;"	m	struct:area_entry
fm	visualization/nviz/src/tkFont.h	/^    TkFontMetrics fm;		\/* Font metrics determined when font was$/;"	m	struct:TkFont
fmt	include/gis.h	/^    char *fmt;			\/* printf-like format to generate labels   *\/$/;"	m	struct:Categories
fmt	lib/ogsf/gsd_img_mpeg.c	/^AVOutputFormat *fmt;$/;"	v
fmt	lib/vask/V_call.c	/^static void fmt(char *s, int n, double x)$/;"	f	file:
fmt	raster/r.what.color/main.c	/^static const char *fmt;$/;"	v	file:
fmt	swig/perl/gis.h	/^    char *fmt;			\/* printf-like format to generate labels   *\/$/;"	m	struct:Categories
fn	raster/r.le/r.le.patch/patch.h	/^    char fn[GNAME_MAX], reg[GMAPSET_MAX], out[GNAME_MAX], wrum;$/;"	m	struct:CHOICE
fn	raster/r.le/r.le.pixel/pixel.h	/^    char fn[30], reg[30], wrum;$/;"	m	struct:CHOICE
fn	raster/r.le/r.le.trace/r.le.trace.h	/^    char fn[30], out[30];$/;"	m	struct:CHOICE
fname	vector/v.mapcalc/plugins/testmod.c	/^char *fname(void)$/;"	f
fncdsm	raster/r.resamp.rst/main.c	/^char fncdsm[32];$/;"	v
fncdsm	raster/simwe/r.sim.sediment/main.c	/^char fncdsm[32];$/;"	v
fncdsm	raster/simwe/r.sim.water/main.c	/^char fncdsm[32];$/;"	v
fncdsm	vector/v.surf.rst/main.c	/^char fncdsm[32];$/;"	v
fncdsm	vector/v.vol.rst/main.c	/^char fncdsm[32];$/;"	v
fo	vector/lidar/v.lidar.growing/growing.h	/^    int fo;			\/* Original value counter *\/$/;"	m	struct:element_grow
follow	visualization/nviz/scripts/panel_lights.tcl	/^proc follow {} {$/;"	p
font	display/d.font.freetype/main.c	/^    char *font, *path, *charset;$/;"	m	struct:__anon98	file:
font	display/d.paint.labels/do_labels.c	/^static char font[256];$/;"	v	file:
font	display/d.text.freetype/main.c	/^    char *font, *path, *charset;$/;"	m	struct:__anon95	file:
font	display/d.text.new/test.pl	/^sub font{$/;"	s
font	display/d.vect/plot.h	/^    char *font;$/;"	m	struct:__anon97
font	lib/raster/transport.h	/^    void (*font) (const char *);$/;"	m	struct:transport
font	ps/ps.map/colortable.h	/^    char *font;$/;"	m	struct:colortable
font	ps/ps.map/comment.h	/^    char *font;$/;"	m	struct:comment
font	ps/ps.map/decorate.h	/^    char *font;$/;"	m	struct:scalebar
font	ps/ps.map/header.h	/^    char *font;$/;"	m	struct:header
font	ps/ps.map/labels.h	/^    char *font[MAXLABELS];$/;"	m	struct:labels
font	ps/ps.map/map_info.h	/^    char *font;$/;"	m	struct:map_info
font	ps/ps.map/vector.h	/^    char *font;			\/* legend font *\/$/;"	m	struct:vector
font	vector/v.label.sa/labels.h	/^    struct Option *font;$/;"	m	struct:params	typeref:struct:params::Option
font	visualization/nviz/src/togl.c	/^    TkFont  font;               \/* Stuff used by generic font package.  Must be$/;"	m	struct:WinFont	file:
font_desc	general/g.mkfontcap/stroke_fonts.c	/^struct font_desc$/;"	s	file:
font_descriptions	general/g.mkfontcap/stroke_fonts.c	/^static struct font_desc *font_descriptions = NULL;$/;"	v	typeref:struct:font_desc	file:
font_exists	lib/driver/parse_ftcap.c	/^int font_exists(const char *name)$/;"	f
font_exists	vector/v.label.sa/font.c	/^static int font_exists(const char *name)$/;"	f	file:
font_get_charset	lib/driver/font_freetype.c	/^const char *font_get_charset(void)$/;"	f
font_get_freetype_name	lib/driver/font_freetype.c	/^const char *font_get_freetype_name(void)$/;"	f
font_get_index	lib/driver/font_freetype.c	/^int font_get_index(void)$/;"	f
font_index	lib/driver/font_freetype.c	/^static int font_index;$/;"	v	file:
font_info	lib/raster/transport.h	/^    void (*font_info) (char ***, int *);$/;"	m	struct:transport
font_init	lib/driver/font2.c	/^int font_init(const char *name)$/;"	f
font_init_charset	lib/driver/font_freetype.c	/^int font_init_charset(const char *str)$/;"	f
font_init_freetype	lib/driver/font_freetype.c	/^int font_init_freetype(const char *name, int index)$/;"	f
font_is_freetype	lib/driver/Font.c	/^int font_is_freetype(void)$/;"	f
font_list	lib/driver/Font.c	/^static void font_list(char ***list, int *count, int verbose)$/;"	f	file:
font_list	lib/raster/rem_proto.c	/^static void font_list(char ***list, int *count, int op)$/;"	f	file:
font_list	lib/raster/transport.h	/^    void (*font_list) (char ***, int *);$/;"	m	struct:transport
font_loaded	lib/driver/font2.c	/^static int font_loaded;$/;"	v	file:
font_size	vector/v.label.sa/labels.c	/^static double font_size = 0.0;$/;"	v	file:
font_type	lib/driver/Font.c	/^static int font_type = GFONT_STROKE;$/;"	v	file:
fontcap	general/g.mkfontcap/local_proto.h	/^G_MKFONTCAP_GLOBAL struct GFONT_CAP *fontcap;$/;"	v	typeref:struct:GFONT_CAP
fontcreate	lib/gtcltk/options.tcl	/^proc fontcreate {font args} {$/;"	p
fontmap	lib/driver/font2.c	/^static int fontmap[1024];$/;"	v	file:
fonts	display/d.font/main.c	/^static char **fonts;$/;"	v	file:
fontsize	display/d.paint.labels/do_labels.c	/^static int fontsize;$/;"	v	file:
fontsize	ps/ps.map/colortable.h	/^    int fontsize;$/;"	m	struct:colortable
fontsize	ps/ps.map/comment.h	/^    int fontsize;$/;"	m	struct:comment
fontsize	ps/ps.map/decorate.h	/^    int fontsize;$/;"	m	struct:scalebar
fontsize	ps/ps.map/do_header.c	/^static double x, y, dy, fontsize;$/;"	v	file:
fontsize	ps/ps.map/header.h	/^    int fontsize;$/;"	m	struct:header
fontsize	ps/ps.map/map_info.h	/^    int fontsize;$/;"	m	struct:map_info
fontsize	ps/ps.map/vector.h	/^    int fontsize;		\/* legend font size *\/$/;"	m	struct:vector
fontsize	vector/v.label/main.c	/^int fontsize;$/;"	v
fopen0	raster/r.le/r.le.patch/driver.c	/^FILE *fopen0(char *name, char *flag)$/;"	f
fopen0	raster/r.le/r.le.pixel/driver.c	/^FILE *fopen0(char *name, char *flag)$/;"	f
fopen0	raster/r.le/r.le.setup/ask_group.c	/^FILE *fopen0(char *name, char *flag)$/;"	f
fopen1	raster/r.le/r.le.patch/driver.c	/^FILE *fopen1(char *name, char *flag)$/;"	f
fopen1	raster/r.le/r.le.pixel/driver.c	/^FILE *fopen1(char *name, char *flag)$/;"	f
fopen2	raster/r.le/r.le.patch/driver.c	/^FILE *fopen2(char *name, char *flag)$/;"	f
fopen2	raster/r.le/r.le.pixel/driver.c	/^FILE *fopen2(char *name, char *flag)$/;"	f
fopen3	raster/r.le/r.le.pixel/driver.c	/^FILE *fopen3(char *name, char *flag)$/;"	f
fopen_cellhd_new	lib/gis/reclass.c	/^static FILE *fopen_cellhd_new(const char *name)$/;"	f	file:
fopen_cellhd_old	lib/gis/reclass.c	/^static FILE *fopen_cellhd_old(const char *name, const char *mapset)$/;"	f	file:
fopen_histogram_new	lib/gis/histogram.c	/^static FILE *fopen_histogram_new(const char *name)$/;"	f	file:
for_alignement	include/vask.h	/^    double for_alignement;$/;"	m	union:target
force_color	scripts/d.rast.edit/d.rast.edit.tcl	/^proc force_color {val} {$/;"	p
force_window	scripts/d.rast.edit/d.rast.edit.tcl	/^proc force_window {} {$/;"	p
forced_write_old_colors	lib/gis/color_write.c	/^static int forced_write_old_colors(FILE * fd, struct Colors *colors)$/;"	f	file:
form	include/site.h	/^    const char *name, *desc, *form, *labels, *stime;$/;"	m	struct:__anon293
form_code	include/dlg.h	/^    int form_code;$/;"	m	struct:dlg_cats
format	include/gis.h	/^    int format;			\/* max numer of bytes per cell minus 1          *\/$/;"	m	struct:Cell_head
format	include/vect/dig_structs.h	/^    int format;			\/* format *\/$/;"	m	struct:Map_info
format	lib/gis/ll_format.c	/^static int format(char *buf, int d, int m, double s, char h)$/;"	f	file:
format	lib/vector/Vlib/build.c	/^static int format()$/;"	f	file:
format	lib/vector/Vlib/close.c	/^static int format()$/;"	f	file:
format	lib/vector/Vlib/open.c	/^static int format()$/;"	f	file:
format	lib/vector/Vlib/read.c	/^static int format()$/;"	f	file:
format	lib/vector/Vlib/rewind.c	/^static int format()$/;"	f	file:
format	lib/vector/Vlib/write.c	/^static int format()$/;"	f	file:
format	raster/r.in.poly/raster.c	/^static int format;$/;"	v	file:
format	swig/perl/gis.h	/^    int format;			\/* max numer of bytes per cell minus 1          *\/$/;"	m	struct:Cell_head
format	vector/v.to.rast/raster.c	/^static int format;$/;"	v	file:
format	visualization/nviz2/cmd/local_proto.h	/^      *output, *format, *size;$/;"	m	struct:GParams	typeref:struct:GParams::
format.html	raster/r.in.poly/description.html	/^<A NAME="format.html"><\/a>$/;"	a
formatNumber	raster/r.terraflow/stats.cc	/^formatNumber(char *buf, off_t val) {$/;"	f
format_binding	raster/r.mapcalc/expression.c	/^static char *format_binding(const expression * e, int prec)$/;"	f	file:
format_constant	raster/r.mapcalc/expression.c	/^static char *format_constant(const expression * e)$/;"	f	file:
format_double	lib/gis/wind_format.c	/^static int format_double(double value, char *buf)$/;"	f	file:
format_double	lib/sites/sites.c	/^static int format_double(double value, char *buf)$/;"	f	file:
format_double	raster/r.coin/format.c	/^int format_double(double v, char *buf, int n)$/;"	f
format_double	raster/r.info/main.c	/^static void format_double(const double value, char *buf)$/;"	f	file:
format_double	raster/r.report/format.c	/^int format_double(double v, char *buf, int n, int dp)$/;"	f
format_double	raster3d/base/r3.info.main.c	/^int format_double(double value, char *buf)$/;"	f
format_double	sites/s.in.ascii/main.c	/^static int format_double(double value, char *buf)$/;"	f	file:
format_double	vector/v.info/main.c	/^void format_double(double value, char *buf)$/;"	f
format_easting	lib/edit/edit_cellhd.c	/^static void format_easting(double east, char *buf, int projection)$/;"	f	file:
format_easting	ps/ps.map/do_grid.c	/^static char *format_easting(double e, int round)$/;"	f	file:
format_error	general/g.mlist/read_list.c	/^static int format_error(const char *element_list, int line, const char *buf)$/;"	f	file:
format_error	general/g.mremove/read_list.c	/^static int format_error(const char *element_list, int line, const char *buf)$/;"	f	file:
format_error	general/manage/lib/read_list.c	/^static int format_error(char *element_list, int line, char *buf)$/;"	f	file:
format_expression	raster/r.mapcalc/expression.c	/^char *format_expression(const expression * e)$/;"	f
format_expression_prec	raster/r.mapcalc/expression.c	/^static char *format_expression_prec(const expression * e, int prec)$/;"	f	file:
format_func_op	raster/r.mapcalc/expression.c	/^static char *format_func_op(const expression * e, int prec)$/;"	f	file:
format_function	raster/r.mapcalc/expression.c	/^static char *format_function(const expression * e, int prec)$/;"	f	file:
format_l	lib/vector/Vlib/write.c	/^static long format_l()$/;"	f	file:
format_map	raster/r.mapcalc/expression.c	/^static char *format_map(const expression * e)$/;"	f	file:
format_max	lib/gis/color_write.c	/^static int format_max(char *str, double dval)$/;"	f	file:
format_min	lib/gis/color_write.c	/^static int format_min(char *str, double dval)$/;"	f	file:
format_northing	lib/edit/edit_cellhd.c	/^static void format_northing(double north, char *buf, int projection)$/;"	f	file:
format_northing	ps/ps.map/do_grid.c	/^static char *format_northing(double n, int round)$/;"	f	file:
format_number	visualization/nviz/scripts/panel_pos.tcl	/^proc format_number {n} {$/;"	p
format_operator	raster/r.mapcalc/expression.c	/^static char *format_operator(const expression * e, int prec)$/;"	f	file:
format_parms	raster/r.report/format.c	/^int format_parms(double v, int *n, int *dp, int *eformat, int e_option)$/;"	f
format_resolution	lib/edit/edit_cellhd.c	/^static void format_resolution(double res, char *buf, int projection)$/;"	f	file:
format_value	lib/edit/edit_cellhd.c	/^static void format_value(int (*func) (double, char *, int),$/;"	f	file:
format_variable	raster/r.mapcalc/expression.c	/^static char *format_variable(const expression * e)$/;"	f	file:
forward_solving	lib/gpde/N_solvers.c	/^void forward_solving(double **A, double *x, double *b, int rows)$/;"	f
foundAllRoots	raster/r.terraflow/ccforest.h	/^  int foundAllRoots;$/;"	m	class:ccforest
found_layers	vector/v.in.dxf/global.h	/^GLOBAL int num_layers, found_layers;$/;"	v
foundry	visualization/nviz/src/tkFont.h	/^    Tk_Uid foundry;		\/* The foundry of the font. *\/$/;"	m	struct:TkXLFDAttributes
fout	vector/v.out.ogr/main.c	/^int fout, fskip;		\/* features written\/ skip *\/$/;"	v
fov	include/gis.h	/^    float fov;			\/* field of view *\/$/;"	m	struct:G_3dview
fov	include/gstypes.h	/^    int twist, fov, incl, look;	\/* 10ths of degrees *\/$/;"	m	struct:__anon260
fov	swig/perl/gis.h	/^    float fov;			\/* field of view *\/$/;"	m	struct:G_3dview
fp	display/d.nviz/main.c	/^FILE *fp, *fp2;$/;"	v
fp	general/g.parser/main.c	/^    FILE *fp;$/;"	m	struct:context	file:
fp	imagery/i.rectify/crs.c	/^FILE *fp;$/;"	v
fp	imagery/i.vpoints/crs.c	/^FILE *fp;$/;"	v
fp	include/V_.h	/^    FILE *fp;$/;"	m	struct:V_info
fp	include/iostream/ami_stream.h	/^  FILE * fp;$/;"	m	class:UntypedStream
fp	lib/external/shapelib/shapefil.h	/^    SAFile	fp;$/;"	m	struct:__anon71
fp	ps/ps.map/header.h	/^    FILE *fp;$/;"	m	struct:header
fp	ps/ps.map/ps_info.h	/^    FILE *fp;$/;"	m	struct:PS_data
fp	raster/r.le/r.le.trace/main.c	/^FILE *fp;$/;"	v
fp	raster/r.water.outlet/basin.h	/^GLOBAL FILE *arm_fd, *fp;$/;"	v
fp	raster/r.watershed/ram/Gwater.h	/^GLOBAL FILE *fp;$/;"	v
fp	raster/r.watershed/seg/Gwater.h	/^GLOBAL FILE *fp;$/;"	v
fp	vector/v.in.dxf/global.h	/^    FILE *fp;$/;"	m	struct:dxf_file
fp	vector/v.transform/trans.h	/^    FILE *fp;$/;"	m	struct:file_info
fp2	display/d.nviz/main.c	/^FILE *fp, *fp2;$/;"	v
fpSHP	lib/external/shapelib/shapefil.h	/^    SAFile      fpSHP;$/;"	m	struct:__anon68
fpSHX	lib/external/shapelib/shapefil.h	/^    SAFile 	fpSHX;$/;"	m	struct:__anon68
fp_lookup	include/gis.h	/^    } fp_lookup;$/;"	m	struct:Quant	typeref:struct:Quant::__anon267
fp_lookup	include/gis.h	/^    } fp_lookup;$/;"	m	struct:_Color_Info_	typeref:struct:_Color_Info_::__anon265
fp_lookup	swig/perl/gis.h	/^    } fp_lookup;$/;"	m	struct:Quant	typeref:struct:Quant::__anon93
fp_lookup	swig/perl/gis.h	/^    } fp_lookup;$/;"	m	struct:_Color_Info_	typeref:struct:_Color_Info_::__anon91
fp_nbytes	lib/gis/G.h	/^    int fp_nbytes;		\/* size of cell in floating maps *\/$/;"	m	struct:G__
fp_range	display/d.histogram/dhist.h	/^struct FPRange fp_range;$/;"	v	typeref:struct:FPRange
fp_range	lib/gis/G.h	/^    struct FPRange fp_range;	\/* float Range structure        *\/$/;"	m	struct:fileinfo	typeref:struct:fileinfo::FPRange
fp_type	lib/gis/G.h	/^    RASTER_MAP_TYPE fp_type;	\/* type for writing floating maps *\/$/;"	m	struct:G__
fpoint	lib/vector/Vlib/break_polygons.c	/^static int fpoint;$/;"	v	file:
fpreclass_get_default_cell_value	lib/gis/fpreclass.c	/^fpreclass_get_default_cell_value(const struct FPReclass *r, DCELL cellVal)$/;"	f	file:
fpreclass_interpolate	lib/gis/fpreclass.c	/^fpreclass_interpolate(DCELL dLow, DCELL dHigh, DCELL rLow, DCELL rHigh,$/;"	f	file:
fpreclass_set_limits	lib/gis/fpreclass.c	/^fpreclass_set_limits(struct FPReclass *r, DCELL dLow, DCELL dHigh, DCELL rLow,$/;"	f	file:
fpreclass_table_increase	lib/gis/fpreclass.c	/^static void fpreclass_table_increase(struct FPReclass *r)$/;"	f	file:
fpreclass_update_limits	lib/gis/fpreclass.c	/^fpreclass_update_limits(struct FPReclass *r, DCELL dLow, DCELL dHigh,$/;"	f	file:
fpsvg	vector/v.out.svg/main.c	/^FILE *fpsvg;$/;"	v
fptr	lib/dspf/cube_io.c	/^static char *fptr = NULL;$/;"	v	file:
fptr	raster/r.to.vect/global.h	/^    struct COOR *bptr, *fptr;	\/* pointers to neighboring points *\/$/;"	m	struct:COOR	typeref:struct:COOR::
fr	include/symbol.h	/^    double fr, fg, fb;$/;"	m	struct:__anon281
fr	lib/driver/text3.c	/^static int ft, fb, fl, fr;$/;"	v	file:
fr	ps/ps.map/clr.h	/^    double fr, fg, fb;$/;"	m	struct:__anon21
frac	raster/simwe/simlib/waterglobs.h	/^GLOBAL double frac;$/;"	v
fracsec	include/datetime.h	/^    int fracsec;		\/* #decimal place in printed seconds *\/$/;"	m	struct:__anon274
fraction	visualization/ximgview/main.c	/^static double fraction;$/;"	v	file:
frame	display/d.nviz/main.c	/^int cut_val, frame = 0;$/;"	v
frame	visualization/xganim/main.c	/^char frame[MAXIMAGES][4];$/;"	v
frame_count	lib/ogsf/gsd_img_mpeg.c	/^int frame_count, video_outbuf_size;$/;"	v
frames	raster/r.out.mpeg/main.c	/^int frames;$/;"	v
frames	visualization/xganim/main.c	/^int frames;$/;"	v
frealloc	display/d.graph/allocation.c	/^char *frealloc(char *oldptr, int nelem, int elsize, int oldnelem)$/;"	f
free	imagery/i.smap/bouman/region.h	/^    } free;$/;"	m	struct:Region	typeref:struct:Region::Free
free	raster/r.terraflow/common.cc	/^LargeMemory::free(void *p) {$/;"	f	class:LargeMemory
free	raster/r.to.vect/global.h	/^    int free;			\/* this entry is not taken yet *\/$/;"	m	struct:area_table
freeHeap	include/iostream/minmaxheap.h	/^BasicMinMaxHeap<T>::freeHeap(T *p) {$/;"	f	class:BasicMinMaxHeap
freeMem	raster/r.terraflow/stats.cc	/^statsRecorder::freeMem() {$/;"	f	class:statsRecorder
freeMem	raster/r.terraflow/stats.cc	/^statsRecorder::freeMem(char *buf) {$/;"	f	class:statsRecorder
freeMem	vector/v.hull/chull.c	/^void freeMem(void)$/;"	f
free_Pvector	vector/lidar/v.lidar.growing/ConvexHull.c	/^void free_Pvector(double **v, long nl, long nh)$/;"	f
free_convert_matrix	raster/r.param.scale/nrutil.c	/^void free_convert_matrix(float **b, int nrl, int nrh, int ncl, int nch)$/;"	f
free_cubic_pyramid	imagery/i.smap/bouman/decimate.c	/^void free_cubic_pyramid(char *pym, int wd, int ht, int M)$/;"	f
free_cursor	db/drivers/dbf/cursor.c	/^void free_cursor(cursor * c)$/;"	f
free_cursor	db/drivers/mysql/cursor.c	/^void free_cursor(cursor * c)$/;"	f
free_cursor	db/drivers/odbc/cursor.c	/^void free_cursor(cursor * c)$/;"	f
free_cursor	db/drivers/ogr/cursor.c	/^void free_cursor(cursor * c)$/;"	f
free_cursor	db/drivers/postgres/cursor.c	/^void free_cursor(cursor * c)$/;"	f
free_cursor	db/drivers/sqlite/cursor.c	/^void free_cursor(cursor * c)$/;"	f
free_cvector	raster/r.param.scale/nrutil.c	/^void free_cvector(unsigned char *v, int nl, int nh)$/;"	f
free_data_buffs	lib/ogsf/gsds.c	/^int free_data_buffs(dataset * ds, int typ)$/;"	f
free_datum_list	lib/proj/datum.c	/^void free_datum_list(struct datum_list *dstruct)$/;"	f
free_default_color_cells	visualization/nviz/src/togl.c	/^free_default_color_cells(Display *display, Colormap colormap)$/;"	f	file:
free_dist_params	raster/r.surf.idw/dist.c	/^int free_dist_params(void)$/;"	f
free_dmatrix	raster/r.param.scale/nrutil.c	/^void free_dmatrix(double **m, int nrl, int nrh, int ncl, int nch)$/;"	f
free_dvector	raster/r.param.scale/nrutil.c	/^void free_dvector(double *v, int nl, int nh)$/;"	f
free_edge	vector/v.delaunay2/memory.c	/^void free_edge(struct edge *e)$/;"	f
free_ellps_list	lib/proj/ellipse.c	/^void free_ellps_list(struct ellps_list *elist)$/;"	f
free_ent	raster3d/r3.showdspf/togif.h	/^    code_int free_ent;		\/* first unused entry *\/$/;"	m	struct:_vgl_GIFWriter
free_equal_val_array	raster3d/r3.stats/main.c	/^void free_equal_val_array(equal_val_array * uvals)$/;"	f
free_f3tensor	raster/r.param.scale/nrutil.c	/^void free_f3tensor(float ***t, int nrl, int nrh, int ncl, int nch,$/;"	f
free_font_descriptions	general/g.mkfontcap/stroke_fonts.c	/^static void free_font_descriptions(void)$/;"	f	file:
free_font_list	lib/driver/Font.c	/^void free_font_list(char **fonts, int count)$/;"	f
free_freetypecap	lib/driver/parse_ftcap.c	/^void free_freetypecap(struct GFONT_CAP *ftcap)$/;"	f
free_freetypecap	vector/v.label.sa/font.c	/^void free_freetypecap(struct GFONT_CAP *ftcap)$/;"	f
free_imatrix	raster/r.param.scale/nrutil.c	/^void free_imatrix(int **m, int nrl, int nrh, int ncl, int nch)$/;"	f
free_img	imagery/i.smap/bouman/multialloc.c	/^void free_img(unsigned char **pt)$/;"	f
free_input	raster/r.watershed/shed/free.c	/^int free_input(INPUT * input)$/;"	f
free_item	lib/driver/pad.c	/^static int free_item(ITEM * item)$/;"	f	file:
free_ivector	raster/r.param.scale/nrutil.c	/^void free_ivector(int *v, int nl, int nh)$/;"	f
free_list_e	vector/v.delaunay2/memory.c	/^static struct edge **free_list_e;$/;"	v	typeref:struct:edge	file:
free_lvector	raster/r.param.scale/nrutil.c	/^void free_lvector(unsigned long *v, int nl, int nh)$/;"	f
free_matrix	imagery/i.gensig/alloc.c	/^int free_matrix(double **m, int nrl, int nrh, int ncl, int nch)$/;"	f
free_matrix	raster/r.param.scale/nrutil.c	/^void free_matrix(float **m, int nrl, int nrh, int ncl, int nch)$/;"	f
free_memory	vector/v.delaunay2/memory.c	/^void free_memory()$/;"	f
free_menu	general/manage/lib/menu.c	/^int free_menu(void)$/;"	f
free_output	raster/r.watershed/shed/free.c	/^int free_output(OUTPUT * output)$/;"	f
free_para	raster/r.le/r.le.patch/driver.c	/^void free_para()$/;"	f
free_parts	lib/vector/Vlib/build_ogr.c	/^static void free_parts(GEOM_PARTS * parts)$/;"	f	file:
free_pyramid	imagery/i.smap/bouman/decimate.c	/^void free_pyramid(char *pym, int wd, int ht)$/;"	f
free_row_lists	raster/r.surf.idw/main.c	/^int free_row_lists(		\/* frees indexed row lists of data *\/$/;"	f
free_slice_buff	lib/ogsf/gvl_file.c	/^int free_slice_buff(geovol_file * vf)$/;"	f
free_stat_table	raster3d/r3.stats/main.c	/^void free_stat_table(stat_table * stats)$/;"	f
free_structmatrix	vector/lidar/v.lidar.growing/ConvexHull.c	/^void free_structmatrix(struct element_grow **m, long nrl, long nrh, long ncl,$/;"	f
free_submatrix	raster/r.param.scale/nrutil.c	/^void free_submatrix(float **b, int nrl, int nrh, int ncl, int nch)$/;"	f
free_table	db/drivers/dbf/table.c	/^int free_table(int tab)$/;"	f
free_univar_stat_struct	raster/r.univar2/stats.c	/^void free_univar_stat_struct(univar_stat * stats)$/;"	f
free_vector	imagery/i.gensig/alloc.c	/^int free_vector(double *v, int nl, int nh)$/;"	f
free_vector	raster/r.param.scale/nrutil.c	/^void free_vector(float *v, int nl, int nh)$/;"	f
free_vol_buff	lib/ogsf/gvl_file.c	/^int free_vol_buff(geovol_file * vf)$/;"	f
free_volfile_buffs	lib/ogsf/gvl_file.c	/^int free_volfile_buffs(geovol_file * vf)$/;"	f
freefunc	vector/v.mapcalc/list.h	/^typedef void (*freefunc) (const void *elt);$/;"	t
freeinit	vector/v.voronoi/sw_memory.c	/^int freeinit(struct Freelist *fl, int size)$/;"	f
freemap	vector/v.mapcalc/map.c	/^MAP *freemap(MAP * map)$/;"	f
freesym	vector/v.mapcalc/mapcalc.c	/^void freesym(const void *elt)$/;"	f
freetype_set	lib/driver/Font.c	/^static void freetype_set(const char *filename, int index)$/;"	f	file:
frefl_rad	raster/r.sun/main.c	/^FILE *fincidout, *fbeam_rad, *finsol_time, *fdiff_rad, *frefl_rad;$/;"	v
frefl_rad	raster/r.sun2/main.c	/^FILE *fincidout, *fbeam_rad, *finsol_time, *fdiff_rad, *frefl_rad;$/;"	v
freq	vector/lidar/lidarlib/PolimiFunct.h	/^    int freq;$/;"	m	struct:element
fringe	include/gis.h	/^    int fringe;			\/* boolean *\/$/;"	m	struct:G_3dview
fringe	swig/perl/gis.h	/^    int fringe;			\/* boolean *\/$/;"	m	struct:G_3dview
from	include/datetime.h	/^    int from, to;$/;"	m	struct:__anon274
from_along	vector/v.distance/main.c	/^    double from_along, to_along;	\/* distance along a linear feature to the nearest point *\/$/;"	m	struct:__anon180	file:
from_cat	vector/v.distance/main.c	/^    int from_cat;		\/* category (from) *\/$/;"	m	struct:__anon180	file:
from_digitizer	imagery/i.points/main.c	/^int from_digitizer = -1;$/;"	v
from_digitizer	imagery/i.vpoints/main.c	/^int from_digitizer = -1;$/;"	v
from_flag	imagery/i.points/main.c	/^int from_flag;$/;"	v
from_flag	imagery/i.vpoints/main.c	/^int from_flag;$/;"	v
from_keyboard	imagery/i.points/main.c	/^int from_keyboard = -1;	\/* input method *\/$/;"	v
from_keyboard	imagery/i.vpoints/main.c	/^int from_keyboard = -1;	\/* input method *\/$/;"	v
from_screen	imagery/i.points/main.c	/^int from_screen = -1;$/;"	v
from_screen	imagery/i.vpoints/main.c	/^int from_screen = -1;$/;"	v
from_to	include/gis.h	/^    float from_to[2][3];	\/* eye position & lookat position *\/$/;"	m	struct:G_3dview
from_to	include/gstypes.h	/^    float from_to[2][4];$/;"	m	struct:__anon260
from_to	swig/perl/gis.h	/^    float from_to[2][3];	\/* eye position & lookat position *\/$/;"	m	struct:G_3dview
from_x	vector/v.distance/main.c	/^    double from_x, from_y, from_z, to_x, to_y, to_z;	\/* coordinates of nearest point *\/$/;"	m	struct:__anon180	file:
from_y	vector/v.distance/main.c	/^    double from_x, from_y, from_z, to_x, to_y, to_z;	\/* coordinates of nearest point *\/$/;"	m	struct:__anon180	file:
from_z	vector/v.distance/main.c	/^    double from_x, from_y, from_z, to_x, to_y, to_z;	\/* coordinates of nearest point *\/$/;"	m	struct:__anon180	file:
fromfile	imagery/i.ortho.photo/photo.2image/mark.c	/^static int fromfile(void)$/;"	f	file:
front_cell	raster/wildfire/r.spread/spread.c	/^struct cell_ptrHa *front_cell = NULL, *rear_cell = NULL;$/;"	v	typeref:struct:cell_ptrHa
fs	db/base/select.c	/^    char *driver, *database, *table, *sql, *fs, *vs, *nv, *input;$/;"	m	struct:__anon9	file:
fs	raster/r.cats/main.c	/^static char fs = '\\t';$/;"	v	file:
fs	raster/r.distance/defs.h	/^    char *fs;			\/* report field separator     *\/$/;"	m	struct:Parms
fs	raster/r.report/main.c	/^char fs[2];$/;"	v
fs	raster/r.stats/main.c	/^char fs[2];$/;"	v
fsites	raster/r.random/local_proto.h	/^    FILE *fsites;$/;"	m	struct:rr_state
fsize	lib/dspf/cube_io.c	/^static long fsize = 0;$/;"	v	file:
fskip	vector/v.out.ogr/main.c	/^int fout, fskip;		\/* features written\/ skip *\/$/;"	v
fslopein	raster/r.sun/main.c	/^FILE *felevin, *faspin, *fslopein, *flinkein, *falbedo, *flatin;$/;"	v
fslopein	raster/r.sun2/main.c	/^FILE *felevin, *faspin, *fslopein, *flinkein, *falbedo, *flatin;$/;"	v
fstar2	raster/r.resamp.rst/main.c	/^double fstar2, tfsta2, xmin, xmax, ymin, ymax, zmin, zmax, gmin, gmax, c1min,$/;"	v
fstar2	vector/v.vol.rst/userglobs.h	/^double \/* PRISP *\/ fi, rsm, fstar2, alphat, betat;$/;"	v
ft	lib/driver/text3.c	/^static int ft, fb, fl, fr;$/;"	v	file:
ftcap	lib/driver/init.c	/^struct GFONT_CAP *ftcap;$/;"	v	typeref:struct:GFONT_CAP
ftlibrary	general/g.mkfontcap/freetype_fonts.c	/^static FT_Library ftlibrary;$/;"	v	file:
ftnlen	include/la.h	/^typedef int ftnlen;$/;"	t
ftray	imagery/i.atcorr/Altitude.h	/^	float ftray;$/;"	m	struct:Altitude
full	include/iostream/minmaxheap.h	/^  bool full(void) const { return this->size() >= this->maxsize; };$/;"	f	class:MinMaxHeap
full	include/iostream/pqheap.h	/^pqheap_t1<T>::full(void) {$/;"	f	class:pqheap_t1
full	lib/gpde/test/test_main.c	/^    struct Flag *full, *testunit, *testint;$/;"	m	struct:__anon39	typeref:struct:__anon39::Flag	file:
full_name	vector/v.transform/trans.h	/^    char full_name[256];$/;"	m	struct:file_info
fullname	raster/r.distance/defs.h	/^    char *fullname;		\/* raster map fully qualified name *\/$/;"	m	struct:Map
func	imagery/i.ortho.photo/libes/funcdefs.h	/^    double (*func) ();$/;"	m	struct:__anon222
func	imagery/i.ortho.photo/libes/funcdefs.h	/^    int (*func) ();$/;"	m	struct:__anon223
func	imagery/i.smap/bouman/alpha_max.c	/^double func(double x)$/;"	f
func	raster/r.mapcalc/expression.h	/^	expr_data_func func;$/;"	m	union:expression::__anon143
func	raster/r.mapcalc/expression.h	/^    func_t *func;$/;"	m	struct:expr_data_func
func	raster/r.mapcalc/expression.h	/^    func_t *func;$/;"	m	struct:func_desc
func	raster/r.proj.seg/r.proj.h	/^typedef void (*func) (struct cache *, void *, int, double *, double *,$/;"	t
func	raster/r.proj/r.proj.h	/^typedef void (*func) (FCELL **, void *, int, double *, double *,$/;"	t
func	raster/r.sun/local_proto.h	/^void (*func) (int, int);$/;"	v
func	raster/r.sun/main.c	/^void (*func) (int, int);$/;"	v
func	raster/r.sun2/main.c	/^void (*func) (int, int);$/;"	v
func	vector/v.mapcalc/any.c	/^    void *func;$/;"	m	struct:Anyfunc	file:
func	vector/v.mapcalc/map.c	/^    void *func;$/;"	m	struct:Mapfunc	file:
func	vector/v.mapcalc/number.c	/^    void *func;$/;"	m	struct:Numfunc	file:
func	vector/v.mapcalc/vector.c	/^    void *func;$/;"	m	struct:Vecfunc	file:
func_desc	raster/r.mapcalc/expression.h	/^typedef struct func_desc$/;"	s
func_desc	raster/r.mapcalc/expression.h	/^} func_desc;$/;"	t	typeref:struct:func_desc
func_descs	raster/r.mapcalc/function.c	/^func_desc func_descs[] = {$/;"	v
func_t	raster/r.mapcalc/expression.h	/^typedef int func_t(int argc, const int *argt, void **args);$/;"	t
func_t	vector/v.mapcalc/plugin.c	/^typedef char *(*func_t) (void);$/;"	t	file:
function	raster/r.mapcalc/expression.c	/^expression *function(const char *name, expr_list * arglist)$/;"	f
function	raster/r.sunmask/solpos00.h	/^    int function;		\/* I:              Switch to choose functions for desired$/;"	m	struct:posdata
functions	lib/rst/qtree/qtree.h	/^    struct multfunc *functions;$/;"	m	struct:tree_info	typeref:struct:tree_info::multfunc
functions	vector/v.vol.rst/oct.h	/^    struct octfunc *functions;$/;"	m	struct:octtree	typeref:struct:octtree::octfunc
fval	raster/r.mapcalc/expression.h	/^    double fval;$/;"	m	union:expr_data_const
fw	raster/r.horizon/main.c	/^FILE *fw;$/;"	v
fw	raster/simwe/simlib/waterglobs.h	/^GLOBAL FILE *fdsfile, *fw;$/;"	v
fwd	general/g.transform/main.c	/^static struct Stats fwd, rev;$/;"	v	typeref:struct:Stats	file:
fxyout	raster/r.resamp.rst/main.c	/^FILE *fdredinp, *fdzout, *fddxout, *fddyout, *fdxxout, *fdyyout, *fxyout;$/;"	v
fxyout	vector/v.surf.rst/main.c	/^    *fd4, *fxyout, *fddevi = NULL, *fdcvdev = NULL;$/;"	v
fxyout	vector/v.vol.rst/main.c	/^    *fdxxout, *fdyyout, *fd4, *fxyout;$/;"	v
g	display/d.vect.chart/global.h	/^    int r, g, b;$/;"	m	struct:__anon99
g	general/g.transform/main.c	/^    struct Max x, y, g;$/;"	m	struct:Stats	typeref:struct:Stats::	file:
g	include/colors.h	/^    unsigned char r, g, b;$/;"	m	struct:color_rgb
g	include/gis.h	/^    unsigned char r, g, b, a;	\/* red, green, blue, and alpha *\/$/;"	m	struct:__anon266
g	include/imagery.h	/^    float r, g, b;	       \/* color *\/$/;"	m	struct:One_Sig
g	include/nviz.h	/^    float r, g, b;$/;"	m	struct:__anon289
g	include/symbol.h	/^    int r, g, b;$/;"	m	struct:__anon281
g	lib/gis/color_rules.c	/^    int r, g, b;$/;"	m	struct:rule	file:
g	lib/gis/named_colr.c	/^    float r, g, b;$/;"	m	struct:__anon31	file:
g	ps/ps.map/clr.h	/^    int r, g, b;$/;"	m	struct:__anon21
g	ps/ps.map/ps_colors.c	/^    float r, g, b;$/;"	m	struct:__anon23	file:
g	swig/perl/gis.h	/^    unsigned char r, g, b, a;	\/* red, green, blue, and alpha *\/$/;"	m	struct:__anon92
g	vector/v.digit/global.h	/^    int r, g, b;		\/* color 0-255 *\/$/;"	m	struct:__anon196
g	vector/v.digit/symb.c	/^    int r, g, b;		\/* default colors *\/$/;"	m	struct:symb	file:
g	visualization/nviz/src/interface.h	/^    float r, g, b;$/;"	m	struct:__anon100
g.gisenv	visualization/nviz/scripts/mapBrowser.tcl	/^proc g.gisenv {name} {$/;"	p
g0	ps/ps.map/ps_info.h	/^    double r0, g0, b0;$/;"	m	struct:PS_data
g3_find_dsp_file	raster3d/r3.mkdspf/r3_find.c	/^int g3_find_dsp_file(char *cell, char *file, char *mset)$/;"	f
g3_find_dsp_file	raster3d/r3.showdspf/r3_find.c	/^int g3_find_dsp_file(cell, file, mset)$/;"	f
g3d_LIBS	swig/python/Makefile	/^g3d_LIBS        = $(G3DLIB)$/;"	m
g3d_cache_default	lib/g3d/g3ddefaults.c	/^int g3d_cache_default = G3D_NO_DEFAULT;$/;"	v
g3d_cache_max	lib/g3d/g3ddefaults.c	/^int g3d_cache_max = G3D_NO_DEFAULT;$/;"	v
g3d_do_compression	lib/g3d/g3ddefaults.c	/^int g3d_do_compression = G3D_NO_DEFAULT;$/;"	v
g3d_do_lzw_compression	lib/g3d/g3ddefaults.c	/^int g3d_do_lzw_compression = G3D_NO_DEFAULT;$/;"	v
g3d_do_rle_compression	lib/g3d/g3ddefaults.c	/^int g3d_do_rle_compression = G3D_NO_DEFAULT;$/;"	v
g3d_error_fun	lib/g3d/g3ddefaults.c	/^void (*g3d_error_fun) (const char *) = NULL;$/;"	v
g3d_file_type	lib/g3d/g3ddefaults.c	/^int g3d_file_type = G3D_NO_DEFAULT;$/;"	v
g3d_precision	lib/g3d/g3ddefaults.c	/^int g3d_precision = G3D_NO_DEFAULT;$/;"	v
g3d_tile_dimension	lib/g3d/g3ddefaults.c	/^int g3d_tile_dimension[3] =$/;"	v
g3d_to_raster	raster3d/r3.to.rast/main.c	/^void g3d_to_raster(void *map, G3D_Region region, int *fd)$/;"	f
g3d_unit_default	lib/g3d/g3ddefaults.c	/^char *g3d_unit_default = NULL;$/;"	v
g3d_window	lib/g3d/g3dwindow.c	/^G3D_Region g3d_window;$/;"	v
g3mapin	lib/dspf/viz.h	/^    void *g3mapin, *g3mapout;	\/* G3D_Map *\/$/;"	m	struct:__anon33
g3mapin	raster3d/r3.showdspf/vizual2.h	/^    void *g3mapin, *g3mapout;	\/* G3D_Map *\/$/;"	m	struct:__anon114
g3mapout	lib/dspf/viz.h	/^    void *g3mapin, *g3mapout;	\/* G3D_Map *\/$/;"	m	struct:__anon33
g3mapout	raster3d/r3.showdspf/vizual2.h	/^    void *g3mapin, *g3mapout;	\/* G3D_Map *\/$/;"	m	struct:__anon114
gAscii_type	vector/v.build.polylines/global.h	/^WORLD char gAscii_type;$/;"	v
gAsciiout	vector/v.build.polylines/global.h	/^WORLD int gAsciiout;$/;"	v
gCopy_atts	vector/v.build.polylines/global.h	/^WORLD int gCopy_atts;$/;"	v
g_areas	raster/r.li/r.li.daemon/list.h	/^typedef struct generatore *g_areas;$/;"	t	typeref:struct:generatore
g_init	imagery/i.class/g_init.c	/^int g_init(void)$/;"	f
g_init_bits	raster3d/r3.showdspf/togif.h	/^    int g_init_bits;$/;"	m	struct:_vgl_GIFWriter
g_line	include/gstypes.h	/^typedef struct g_line$/;"	s
g_outfile	raster3d/r3.showdspf/togif.h	/^    FILE *g_outfile;$/;"	m	struct:_vgl_GIFWriter
g_point	include/gstypes.h	/^typedef struct g_point$/;"	s
g_pos	display/drivers/XDRIVER/Color_table.c	/^static int r_pos, g_pos, b_pos;$/;"	v	file:
g_pos	visualization/xganim/Clr_table.c	/^static int r_pos, g_pos, b_pos;$/;"	v	file:
g_pos	visualization/ximgview/color.c	/^static int r_pos, g_pos, b_pos;$/;"	v	file:
g_scale	display/drivers/XDRIVER/Color_table.c	/^static int r_scale, g_scale, b_scale;$/;"	v	file:
g_scale	raster/r.le/r.le.pixel/driver.c	/^int finput, g_scale = 1, g_unit = 1;$/;"	v
g_scale	visualization/xganim/Clr_table.c	/^static int r_scale, g_scale, b_scale;$/;"	v	file:
g_scale	visualization/ximgview/color.c	/^static int r_scale, g_scale, b_scale;$/;"	v	file:
g_shift	lib/pngdriver/Color_table.c	/^static int r_shift, g_shift, b_shift, a_shift;$/;"	v	file:
g_site	include/gstypes.h	/^typedef struct g_site$/;"	s
g_size	display/drivers/XDRIVER/Color_table.c	/^static int r_size, g_size, b_size;$/;"	v	file:
g_size	visualization/xganim/Clr_table.c	/^static int r_size, g_size, b_size;$/;"	v	file:
g_size	visualization/ximgview/color.c	/^static int r_size, g_size, b_size;$/;"	v	file:
g_surf	include/gstypes.h	/^typedef struct g_surf$/;"	s
g_unit	raster/r.le/r.le.pixel/driver.c	/^int finput, g_scale = 1, g_unit = 1;$/;"	v
g_vect	include/gstypes.h	/^typedef struct g_vect$/;"	s
g_vol	include/gstypes.h	/^typedef struct g_vol$/;"	s
gama	raster/simwe/simlib/waterglobs.h	/^GLOBAL double **gama, **gammas, **si, **inf, **sigma;$/;"	v
gamma_x	lib/gpde/N_heatflow.h	/^    N_array_2d *gamma_x;	\/*x part of the gamma tensor *\/$/;"	m	struct:__anon43
gamma_x	lib/gpde/N_heatflow.h	/^    N_array_3d *gamma_x;	\/*x part of the gamma tensor *\/$/;"	m	struct:__anon42
gamma_y	lib/gpde/N_heatflow.h	/^    N_array_2d *gamma_y;	\/*y part of the gamma tensor *\/$/;"	m	struct:__anon43
gamma_y	lib/gpde/N_heatflow.h	/^    N_array_3d *gamma_y;	\/*y part of the gamma tensor *\/$/;"	m	struct:__anon42
gamma_z	lib/gpde/N_heatflow.h	/^    N_array_3d *gamma_z;	\/*z part of the gamma tensor *\/$/;"	m	struct:__anon42
gammas	raster/simwe/simlib/waterglobs.h	/^GLOBAL double **gama, **gammas, **si, **inf, **sigma;$/;"	v
gammawarp	raster3d/r3.showdspf/togif.c	/^static void gammawarp(short *sbuf, float gam, int n, vgl_GIFWriter * dataPtr)$/;"	f	file:
gamtab	raster3d/r3.showdspf/togif.h	/^    short gamtab[256];$/;"	m	struct:_vgl_GIFWriter
gasdev	raster/simwe/simlib/random.c	/^double gasdev(void)$/;"	f
gasym	imagery/i.atcorr/common.h	/^	float gasym[10]; $/;"	m	struct:Sixs_aer
gather	raster/r.neighbors/gather.c	/^int gather(DCELL * values, int offset)$/;"	f
gather_w	raster/r.neighbors/gather.c	/^int gather_w(DCELL(*values)[2], int offset)$/;"	f
gauss	imagery/i.atcorr/gauss.cpp	/^void Gauss::gauss (float a, float b, float *x, float *w, long int n)$/;"	f	class:Gauss
gauss_elimination	lib/gpde/N_solvers.c	/^void gauss_elimination(double **A, double *b, int rows)$/;"	f
gauss_seidel	lib/gpde/N_solvers_classic_iter.c	/^int gauss_seidel(double **M, double *b, double *x, int rows, int maxit,$/;"	f
gaussian2dBySigma	vector/v.kernel/function.c	/^double gaussian2dBySigma(double d, double sigma)$/;"	f
gaussian2dByTerms	vector/v.kernel/function.c	/^double gaussian2dByTerms(double d, double term1, double term2)$/;"	f
gaussianFunction	vector/v.kernel/function.c	/^double gaussianFunction(double x, double sigma, double dimension)$/;"	f
gaussianKernel	vector/v.kernel/function.c	/^double gaussianKernel(double x, double term)$/;"	f
gaussurf	raster/r.surf.gauss/gaussurf.c	/^int gaussurf(char *out,		\/* Name of raster maps to be opened.    *\/$/;"	f
gb	imagery/i.atcorr/Gauss.h	/^	float gb[2*mu+1];		\/* shifted gaussian weights *\/$/;"	m	struct:Gauss
gbuf	raster3d/r3.showdspf/togif.h	/^    short gbuf[MAXXSIZE];$/;"	m	struct:_vgl_GIFWriter
gc	display/drivers/XDRIVER/Graph_set.c	/^GC gc;$/;"	v
gc	visualization/ximgview/main.c	/^static GC gc;$/;"	v	file:
gcurv	vector/v.vol.rst/main.c	/^char *gcurv = NULL;$/;"	v
gdal	lib/gis/G.h	/^    struct GDAL_link *gdal;$/;"	m	struct:fileinfo	typeref:struct:fileinfo::GDAL_link
gdal_type	raster/r.external/main.c	/^    GDALDataType gdal_type;$/;"	m	struct:band_info	file:
gdal_values_double	lib/gis/get_row.c	/^static void gdal_values_double(int fd, const double *data,$/;"	f	file:
gdal_values_float	lib/gis/get_row.c	/^static void gdal_values_float(int fd, const float *data,$/;"	f	file:
gdal_values_int	lib/gis/get_row.c	/^static void gdal_values_int(int fd, const unsigned char *data,$/;"	f	file:
gdraw_polys	raster3d/r3.showdspf/draw_polys_ogl.c	/^void gdraw_polys(D_spec)$/;"	f
geary_test	lib/cdhc/geary.c	/^double *geary_test(double *x, int n)$/;"	f
gee_wildfiles	raster/r.out.mpeg/main.c	/^static char **gee_wildfiles(char *wildarg, char *element, int *num)$/;"	f	file:
gee_wildfiles	visualization/xganim/main.c	/^static char **gee_wildfiles(char *wildarg, char *element, int *num)$/;"	f	file:
gemask	display/drivers/XDRIVER/Graph_set.c	/^u_long gemask = StructureNotifyMask;$/;"	v
generateEPS	visualization/nviz/src/togl.c	/^generateEPS(const char *filename, int inColor,$/;"	f	file:
generateNodata	raster/r.terraflow/nodata.cc	/^detectEdgeNodata::generateNodata(AMI_STREAM<elevation_type> &elstr) { $/;"	f	class:detectEdgeNodata
generatePlateaus	raster/r.terraflow/plateau.cc	/^detectPlateaus::generatePlateaus(AMI_STREAM<elevation_type> &elstr) { $/;"	f	class:detectPlateaus
generateStats	raster/r.terraflow/plateau.cc	/^detectPlateaus::generateStats(AMI_STREAM<plateauStats> *statStr) {$/;"	f	class:detectPlateaus
generateWatersheds	raster/r.terraflow/water.cc	/^generateWatersheds(AMI_STREAM<waterWindowType> **waterWindows,$/;"	f
generate_tcl	lib/gis/parser.c	/^static void generate_tcl(FILE * fp)$/;"	f	file:
generatedata	vector/v.out.vtk/writeVTK.h	/^    int generatedata;		\/*If 0 the categorie data is not complete *\/$/;"	m	struct:__anon169
generatore	raster/r.li/r.li.daemon/list.h	/^struct generatore$/;"	s
genericWindow	raster/r.terraflow/genericWindow.h	/^  genericWindow() {$/;"	f	class:genericWindow
genericWindow	raster/r.terraflow/genericWindow.h	/^  genericWindow(C *a, C *b, C*c) {$/;"	f	class:genericWindow
genericWindow	raster/r.terraflow/genericWindow.h	/^  genericWindow(T *a, T *b, T*c) {$/;"	f	class:genericWindow
genericWindow	raster/r.terraflow/genericWindow.h	/^  genericWindow(T* a) {$/;"	f	class:genericWindow
genericWindow	raster/r.terraflow/genericWindow.h	/^  genericWindow(const genericWindow<T> &win) {$/;"	f	class:genericWindow
genericWindow	raster/r.terraflow/genericWindow.h	/^class genericWindow {$/;"	c
generic_cell	raster/r.li/r.li.daemon/GenericCell.h	/^typedef struct generic_cell$/;"	s
generic_cell	raster/r.li/r.li.daemon/GenericCell.h	/^} generic_cell;$/;"	t	typeref:struct:generic_cell
geodesic	display/d.geodesic/plot.c	/^static int geodesic(int x)$/;"	f	file:
geodisplay	include/gstypes.h	/^} geodisplay;$/;"	t	typeref:struct:__anon261
geogrid	ps/ps.map/description.html	/^<a name="geogrid"><\/a>$/;"	a
geogrid	ps/ps.map/ps_info.h	/^    int geogrid, geogrid_color, geogrid_numbers;$/;"	m	struct:PS_data
geogrid_color	ps/ps.map/ps_info.h	/^    int geogrid, geogrid_color, geogrid_numbers;$/;"	m	struct:PS_data
geogrid_font	ps/ps.map/ps_info.h	/^    char *grid_font, *geogrid_font;$/;"	m	struct:PS_data
geogrid_fontsize	ps/ps.map/ps_info.h	/^    int geogrid_numbers_color, geogrid_fontsize;$/;"	m	struct:PS_data
geogrid_numbers	ps/ps.map/ps_info.h	/^    int geogrid, geogrid_color, geogrid_numbers;$/;"	m	struct:PS_data
geogrid_numbers_color	ps/ps.map/ps_info.h	/^    int geogrid_numbers_color, geogrid_fontsize;$/;"	m	struct:PS_data
geogrid_width	ps/ps.map/ps_info.h	/^    double grid_width, geogrid_width;$/;"	m	struct:PS_data
geogridunit	ps/ps.map/ps_info.h	/^    char geogridunit[64];$/;"	m	struct:PS_data
geoline	include/gstypes.h	/^} geoline;$/;"	t	typeref:struct:g_line
geom	imagery/i.atcorr/6s.cpp	/^static GeomCond geom;$/;"	v	file:
geom	vector/v.in.ogr/geom.c	/^geom(OGRGeometryH hGeom, struct Map_info *Map, int field, int cat,$/;"	f
geom_abs	include/gis.h	/^    int geom_abs;$/;"	m	struct:FP_stats
geometric	include/gis.h	/^    int geometric;$/;"	m	struct:FP_stats
geometry	raster/r.sunmask/solpos00.c	/^static void geometry(struct posdata *pdat)$/;"	f	file:
geometryProc	visualization/nviz/src/togl.c	/^    TkClassGeometryProc *geometryProc;$/;"	m	struct:TkClassProcs	file:
geominit	vector/v.voronoi/sw_geometry.c	/^int geominit(void)$/;"	f
geopoint	include/gstypes.h	/^} geopoint;$/;"	t	typeref:struct:g_point
georef_window	imagery/i.ortho.photo/photo.rectify/get_wind.c	/^int georef_window(struct Cell_head *w1, struct Cell_head *w2)$/;"	f
georef_window	imagery/i.rectify/get_wind.c	/^int georef_window(struct Cell_head *w1, struct Cell_head *w2, int order)$/;"	f
geosite	include/gstypes.h	/^} geosite;$/;"	t	typeref:struct:g_site
geosurf	include/gstypes.h	/^} geosurf;$/;"	t	typeref:struct:g_surf
geovect	include/gstypes.h	/^} geovect;$/;"	t	typeref:struct:g_vect
geoview	include/gstypes.h	/^} geoview;$/;"	t	typeref:struct:__anon260
geovol	include/gstypes.h	/^} geovol;$/;"	t	typeref:struct:g_vol
geovol_file	include/gstypes.h	/^} geovol_file;$/;"	t	typeref:struct:__anon256
geovol_isosurf	include/gstypes.h	/^} geovol_isosurf;$/;"	t	typeref:struct:__anon258
geovol_isosurf_att	include/gstypes.h	/^} geovol_isosurf_att;$/;"	t	typeref:struct:__anon257
geovol_slice	include/gstypes.h	/^} geovol_slice;$/;"	t	typeref:struct:__anon259
get	imagery/i.atcorr/main.cpp	/^    TransformInput get(Position pos) { return tic[pos.i].get(pos.j); }$/;"	f	class:TIMap
get	imagery/i.atcorr/main.cpp	/^    TransformInput get(int i) { return tis[i]; }$/;"	f	class:TICache
get	include/iostream/minmaxheap.h	/^  T get(HeapIndex i) const { assert(i <= size()); return A[i]; }$/;"	f	class:BasicMinMaxHeap
get	raster/r.cost/memory.c	/^struct cost *get()$/;"	f
get	raster/r.flow/mem.h	67;"	d
get	raster/r.terraflow/genericWindow.h	/^  T get(short di, short dj) const {$/;"	f	class:genericWindow
get	raster/r.terraflow/genericWindow.h	/^  T get(unsigned short i=4) const {$/;"	f	class:genericWindow
get	raster/r.terraflow/sweep.h	/^  flowaccumulation_type get() const {$/;"	f	class:flowValue
get	raster/r.terraflow/weightWindow.h	/^  float get(const short di, const short dj) const {$/;"	f	class:weightWindow
get	raster/r.terraflow/weightWindow.h	/^  float get(const unsigned short i) const {$/;"	f	class:weightWindow
get	raster/r.walk/memory.c	/^struct cost *get(void)$/;"	f
get1	lib/driver/command.c	/^static int get1(char *c)$/;"	f	file:
getAvailableMemory	lib/iostream/mm_utils.cc	/^getAvailableMemory() {$/;"	f
getBit	raster/r.terraflow/water.h	/^  int getBit(int k) const { return (value >> k) & 1; };$/;"	f	class:packed8bit
getBoundary	raster/r.terraflow/water.h	/^  boundaryType getBoundary(cclabel_type label2) {$/;"	f	class:fillPLabel
getCat	visualization/nviz/src/getCat.c	/^char *getCat(struct Map_info *Map, float x, float y, int *i)$/;"	f
getCenter	raster/r.terraflow/water.cc	/^compressedWaterWindowType::getCenter() const {$/;"	f	class:compressedWaterWindowType
getCmd	gui/wxpython/gui_modules/menuform.py	/^    def getCmd(self, ignoreErrors = False):$/;"	m	class:grassTask
getCurrentLabel	raster/r.terraflow/types.h	/^  static cclabel_type getCurrentLabel() { return label; }$/;"	f	class:labelFactory
getDay	imagery/i.atcorr/Date.h	/^	unsigned char getDay() { return day; }$/;"	f	class:Date
getDepth	raster/r.terraflow/water.cc	/^compressedWaterWindowBaseType::getDepth(int k) const {$/;"	f	class:compressedWaterWindowBaseType
getDepth	raster/r.terraflow/water.h	/^  bfs_depth_type getDepth() const { return depth; }$/;"	f	class:waterType
getDepth	raster/r.terraflow/water.h	/^  bfs_depth_type getDepth() const { return depth; };$/;"	f	class:compressedWaterWindowBaseType
getDepth	raster/r.terraflow/water.h	/^  bfs_depth_type getDepth(int i, int j) const { return getDepth(norm(i,j)); };$/;"	f	class:compressedWaterWindowBaseType
getDir	raster/r.terraflow/sweep.h	/^  direction_type getDir() const {$/;"	f	class:sweepItemBaseType
getDirection	raster/r.terraflow/grid.cc	/^grid::getDirection(int k) {$/;"	f	class:grid
getDirection	raster/r.terraflow/water.h	/^  direction_type getDirection() const { return dir; }$/;"	f	class:waterType
getDirection	raster/r.terraflow/water.h	/^  direction_type getDirection() const { return dir; };$/;"	f	class:compressedWaterWindowBaseType
getDirectionForward	raster/r.terraflow/plateau.cc	/^detectPlateaus::getDirectionForward(dimension_type i, dimension_type j,$/;"	f	class:detectPlateaus
getElev	raster/r.terraflow/sweep.h	/^  elevation_type getElev() const {$/;"	f	class:sweepItemBaseType
getElev	raster/r.terraflow/sweep.h	/^  elevation_type getElev(short di, short dj) const {$/;"	f	class:sweepItemBaseType
getElev	raster/r.terraflow/sweep.h	/^  elevation_type getElev(unsigned short index) const {$/;"	f	class:sweepItemBaseType
getElevWindow	raster/r.terraflow/sweep.h	/^  genericWindow<elevation_type> getElevWindow() const {$/;"	f	class:sweepItemBaseType
getElevation	raster/r.terraflow/nodata.h	/^  elevation_type getElevation() {$/;"	f	class:nodataType
getElevation	raster/r.terraflow/water.h	/^  elevation_type getElevation() const { return el; };$/;"	f	class:labelElevType
getElevation	raster/r.terraflow/water.h	/^  elevation_type getElevation(int i,int j) const{return el[linear(i,j)];};$/;"	f	class:compressedWaterWindowBaseType
getElevation	raster/r.terraflow/water.h	/^  elevation_type getElevation(int k=4) const { return el[k]; };$/;"	f	class:compressedWaterWindowBaseType
getEntTypeName	vector/v.in.dwg/entity.c	/^void getEntTypeName(PAD_ENT_HDR adenhd, char *name)$/;"	f
getHorizonInterval	raster/r.sun2/rsunlib.c	/^double getHorizonInterval()$/;"	f
getI	raster/r.terraflow/sweep.h	/^  dimension_type getI() const {$/;"	f	class:sweepItemBaseType
getInterfaceDescription	gui/wxpython/gui_modules/menuform.py	/^def getInterfaceDescription( cmd ):$/;"	f
getJ	raster/r.terraflow/sweep.h	/^  dimension_type getJ() const {$/;"	f	class:sweepItemBaseType
getLabel	raster/r.terraflow/water.h	/^  cclabel_type getLabel() const { return label; }$/;"	f	class:fillPLabel
getLabel	raster/r.terraflow/water.h	/^  cclabel_type getLabel() const { return label; }$/;"	f	class:waterType
getLabel	raster/r.terraflow/water.h	/^  cclabel_type getLabel() const { return label; };$/;"	f	class:compressedWaterWindowType
getLabel	raster/r.terraflow/water.h	/^  cclabel_type getLabel() const { return label; };$/;"	f	class:labelElevType
getLabel	raster/r.terraflow/water.h	/^  cclabel_type getLabel() const { return label; };$/;"	f	class:waterGridType
getLabel1	raster/r.terraflow/water.h	/^  cclabel_type getLabel1() const { return getLabel(); }$/;"	f	class:boundaryType
getLabel2	raster/r.terraflow/water.h	/^  cclabel_type getLabel2() const { return label2; }$/;"	f	class:boundaryType
getLabelCount	raster/r.terraflow/types.h	/^  static const cclabel_type getLabelCount() {$/;"	f	class:labelFactory
getLabelInit	raster/r.terraflow/types.h	/^  static const cclabel_type getLabelInit() { $/;"	f	class:labelFactory
getMenu	gui/wxpython/gui_modules/menudata.py	/^    def getMenu(self, m):$/;"	m	class:Data
getMenuBar	gui/wxpython/gui_modules/menudata.py	/^    def getMenuBar(self, mb):$/;"	m	class:Data
getMenuData	gui/wxpython/gui_modules/menudata.py	/^    def getMenuData(self, md):$/;"	m	class:Data
getMenuItem	gui/wxpython/gui_modules/menudata.py	/^    def getMenuItem(self, mi):$/;"	m	class:Data
getMonth	imagery/i.atcorr/Date.h	/^	unsigned char getMonth() { return month; }$/;"	f	class:Date
getNeighbour	raster/r.terraflow/grid.cc	/^grid::getNeighbour(gridElement *datap, int k) {$/;"	f	class:grid
getNewLabel	raster/r.terraflow/types.h	/^  static cclabel_type getNewLabel() { return ++label; }$/;"	f	class:labelFactory
getNodata	raster/r.terraflow/nodata.cc	/^  AMI_STREAM<nodataType> *getNodata() { return nodataStream; }$/;"	f	class:detectEdgeNodata
getNodataForward	raster/r.terraflow/nodata.cc	/^detectEdgeNodata::getNodataForward(dimension_type i, dimension_type j,$/;"	f	class:detectEdgeNodata
getParams	raster3d/base/r3.mask.main.c	/^void getParams(char **name, d_Mask ** maskRules)$/;"	f
getParams	raster3d/base/r3.null.main.c	/^getParams(char **name, d_Mask ** maskRules, int *changeNull,$/;"	f	file:
getParams	raster3d/r3.in.ascii/main.c	/^getParams(char **input, char **output, int *convertNull, double *nullValue)$/;"	f	file:
getParams	raster3d/r3.in.v5d/main.c	/^getParams(char **input, char **output, int *convertNull, double *nullValue)$/;"	f	file:
getParams	raster3d/r3.out.ascii/main.c	/^void getParams(char **input, char **output, int *decim)$/;"	f
getParams	raster3d/r3.out.v5d/main.c	/^void getParams(char **input, char **output, int *decim)$/;"	f
getPlateauForward	raster/r.terraflow/plateau.cc	/^detectPlateaus::getPlateauForward(dimension_type i, dimension_type j,$/;"	f	class:detectPlateaus
getPlateaus	raster/r.terraflow/plateau.cc	/^  AMI_STREAM<plateauType> *getPlateaus() { return platStream; }$/;"	f	class:detectPlateaus
getPriority	include/iostream/embuffer.h	/^  KEY getPriority()  const {$/;"	f	class:merge_key
getPriority	include/iostream/empq_impl.h	/^  Key getPriority() const {$/;"	f	class:ExtendedEltMergeType
getPriority	raster/r.terraflow/ccforest.h	/^  T getPriority() const { return key; };$/;"	f	class:keyvalue
getPriority	raster/r.terraflow/sweep.h	/^  flowPriority getPriority() const {$/;"	f	class:flowStructure
getPriority	raster/r.terraflow/sweep.h	/^  flowPriority getPriority() const {$/;"	f	class:sweepItemBaseType
getPriority	raster/r.terraflow/water.cc	/^compressedWaterWindowBaseType::getPriority() const {$/;"	f	class:compressedWaterWindowBaseType
getPriority	raster/r.terraflow/water.h	/^  fillPriority getPriority() const { return (fillPriority)(*this); }$/;"	f	class:fillPLabel
getTimeOffset	raster/r.sun2/rsunlib.c	/^double getTimeOffset()$/;"	f
getTopoRank	raster/r.terraflow/sweep.h	/^  T getTopoRank() const {$/;"	f	class:sweepItemBaseType
getTopoRank	raster/r.terraflow/sweep.h	/^  T getTopoRank(short di, short dj) const { $/;"	f	class:sweepItemBaseType
getTopoRank	raster/r.terraflow/sweep.h	/^  T getTopoRank(unsigned short index) const {$/;"	f	class:sweepItemBaseType
getTopoRankWindow	raster/r.terraflow/sweep.h	/^  genericWindow<T> getTopoRankWindow() const {$/;"	f	class:sweepItemBaseType
getValue	raster/r.terraflow/ccforest.h	/^  T getValue() const { return value; };$/;"	f	class:keyvalue
getValue	raster/r.terraflow/sweep.h	/^  flowValue getValue() const {$/;"	f	class:flowStructure
getWireColorfromScales	visualization/nviz/scripts/wirecolorPopup.tcl	/^proc getWireColorfromScales {S} {$/;"	p
getYear	imagery/i.atcorr/Date.h	/^	unsigned short getYear() { return year; }$/;"	f	class:Date
get_1recl	raster/r.le/r.le.setup/ask_group.c	/^static void get_1recl(char *buf, int singles)$/;"	f	file:
get_2	lib/cairodriver/read_bmp.c	/^static unsigned int get_2(const unsigned char **q)$/;"	f	file:
get_2	lib/pngdriver/read_bmp.c	/^static unsigned int get_2(const unsigned char **q)$/;"	f	file:
get_2	visualization/ximgview/main.c	/^static unsigned int get_2(const unsigned char **q)$/;"	f	file:
get_2key_neighbors	lib/ogsf/gk.c	/^double get_2key_neighbors(int nvk, float time, float range, int loop,$/;"	f
get_4	lib/cairodriver/read_bmp.c	/^static unsigned int get_4(const unsigned char **q)$/;"	f	file:
get_4	lib/pngdriver/read_bmp.c	/^static unsigned int get_4(const unsigned char **q)$/;"	f	file:
get_4	visualization/ximgview/main.c	/^static unsigned int get_4(const unsigned char **q)$/;"	f	file:
get_Em	raster/r.topmodel/topmodel.c	/^double get_Em(void)$/;"	f
get_LL_stuff	general/g.setproj/get_num.c	/^int get_LL_stuff(const struct proj_parm *parm, const struct proj_desc *desc,$/;"	f
get_ZNexag	raster3d/r3.showdspf/draw_polys_ogl.c	/^void get_ZNexag(exag)$/;"	f
get_a_e2_f	lib/gis/get_ellipse.c	/^get_a_e2_f(const char *s1, const char *s2, double *a, double *e2, double *f)$/;"	f	file:
get_a_e2_rf	lib/proj/ellipse.c	/^get_a_e2_rf(const char *s1, const char *s2, double *a, double *e2,$/;"	f	file:
get_a_row	raster/r.thin/io.c	/^CELL *get_a_row(int row)$/;"	f
get_all_column_privs	lib/db/dbmi_base/table.c	/^static int get_all_column_privs(dbTable * table, int (*get_column_priv) ())$/;"	f	file:
get_area	raster/r.digit/get_area.c	/^int get_area(FILE * fd, struct Categories *labels)$/;"	f
get_arity	include/iostream/embuffer.h	/^  unsigned int get_arity() const { return arity;}$/;"	f	class:em_buffer
get_array	include/iostream/imbuffer.h	/^  T* get_array() const { return data;}$/;"	f	class:im_buffer
get_arrow_inputs	display/d.rast.edit/menu.c	/^int get_arrow_inputs(void)$/;"	f
get_att	vector/v.out.vtk/writeVTK.c	/^char *get_att ( char *name, int cat, struct field_info *Fi, dbDriver *Driver, int ncol ) {$/;"	f
get_att	visualization/nviz/src/map_obj.c	/^int get_att(int id, int type, Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
get_av	swig/perl/R_slope_aspect/ppport.h	575;"	d
get_available_mapsets	general/g.mapsets/get_maps.c	/^int get_available_mapsets(void)$/;"	f
get_aver_elev	imagery/i.ortho.photo/photo.rectify/aver_z.c	/^int get_aver_elev(struct Ortho_Control_Points *cpz, double *aver_z)$/;"	f
get_bd	raster/r.le/r.le.patch/trace.c	/^PATCH *get_bd(int row0, int col0, int nrows, int ncols, double class,$/;"	f
get_bd	raster/r.le/r.le.trace/main.c	/^PATCH *get_bd(int row0, int col0, int nrows, int ncols, double class,$/;"	f
get_block	raster/r.proj.seg/readcell.c	/^block *get_block(struct cache * c, int idx)$/;"	f
get_block_length	include/iostream/ami_stream.h	/^  static unsigned int get_block_length()  {$/;"	f	class:UntypedStream
get_bool	lib/gis/view.c	/^static int get_bool(const char *str)$/;"	f	file:
get_bos	include/iostream/embuffer.h	/^  long* get_bos() const { return deleted;}$/;"	f	class:em_buffer
get_buf	raster/r.drain/tinf.h	/^void *(*get_buf) ();$/;"	v
get_buf	raster/r.fill.dir/tinf.h	/^void *(*get_buf) ();$/;"	v
get_buf_c	raster/r.drain/tinf.c	/^void *get_buf_c(void)$/;"	f
get_buf_c	raster/r.fill.dir/tinf.c	/^void *get_buf_c()$/;"	f
get_buf_d	raster/r.drain/tinf.c	/^void *get_buf_d(void)$/;"	f
get_buf_d	raster/r.fill.dir/tinf.c	/^void *get_buf_d()$/;"	f
get_buf_f	raster/r.drain/tinf.c	/^void *get_buf_f(void)$/;"	f
get_buf_f	raster/r.fill.dir/tinf.c	/^void *get_buf_f()$/;"	f
get_buf_len	include/iostream/embuffer.h	/^  unsigned long get_buf_len() {$/;"	f	class:em_buffer
get_buf_len	include/iostream/imbuffer.h	/^  unsigned long get_buf_len() const { return size;}$/;"	f	class:im_buffer
get_buf_maxlen	include/iostream/embuffer.h	/^  unsigned long get_buf_maxlen() {$/;"	f	class:em_buffer
get_buf_maxlen	include/iostream/imbuffer.h	/^  unsigned long  get_buf_maxlen() const { return maxsize;}$/;"	f	class:im_buffer
get_buff_value	lib/ogsf/gvl_file.c	/^int get_buff_value(IFLAG type, void *data, int offset, void *value)$/;"	f
get_cat	raster/r.digit/get_label.c	/^long get_cat(char *type)$/;"	f
get_cat_color	raster3d/r3.showdspf/get_color_ogl.c	/^void get_cat_color(cat, ctable, color)$/;"	f
get_category	raster/r.digit/get_label.c	/^int get_category(FILE * fd, char *type, struct Categories *labels)$/;"	f
get_cats	raster/r.cats/cats.c	/^int get_cats(char *name, char *mapset)$/;"	f
get_cell_ptr	raster/r.in.xyz/support.c	/^static void *get_cell_ptr(void *array, int cols, int row, int col,$/;"	f	file:
get_char_marker	visualization/nviz/src/map_obj.c	/^int get_char_marker(int m, char *marker)$/;"	f
get_char_vects	lib/driver/font2.c	/^int get_char_vects(unsigned char achar,$/;"	f
get_circle	raster/r.digit/get_circle.c	/^int get_circle(FILE * fd, struct Categories *labels)$/;"	f
get_class	lib/imagery/sigset.c	/^static int get_class(FILE * fd, struct SigSet *S)$/;"	f	file:
get_classnum	lib/imagery/sigset.c	/^static int get_classnum(FILE * fd, struct ClassSig *C)$/;"	f	file:
get_classtitle	lib/imagery/sigset.c	/^static int get_classtitle(FILE * fd, struct ClassSig *C)$/;"	f	file:
get_classtype	lib/imagery/sigset.c	/^static int get_classtype(FILE * fd, struct ClassSig *C)$/;"	f	file:
get_clr_name	imagery/i.vpoints/drawvect.c	/^static int get_clr_name(char *name, int clr)$/;"	f	file:
get_col	raster3d/r3.showdspf/draw_polys_ogl.c	/^int get_col(head, chead, x)$/;"	f
get_col_def	db/drivers/dbf/dbfexe.c	/^void get_col_def(SQLPSTMT * st, int col, int *type, int *width, int *decimals)$/;"	f
get_color	lib/gis/gui.tcl	/^proc get_color {dlg optn type} {$/;"	p
get_color	lib/pngdriver/Color_table.c	/^unsigned int get_color(int r, int g, int b, int a)$/;"	f
get_color	scripts/d.rast.edit/d.rast.edit.tcl	/^proc get_color {val} {$/;"	p
get_color_gray	lib/psdriver/Color_table.c	/^static int get_color_gray(int r, int g, int b)$/;"	f	file:
get_color_indexed	lib/pngdriver/Color_table.c	/^static int get_color_indexed(int r, int g, int b, int a)$/;"	f	file:
get_color_name	ps/ps.map/ps_colors.c	/^char *get_color_name(int color_number)$/;"	f
get_color_number	ps/ps.map/ps_colors.c	/^int get_color_number(char *color_name)$/;"	f
get_color_rgb	lib/pngdriver/Color_table.c	/^static int get_color_rgb(int r, int g, int b, int a)$/;"	f	file:
get_color_rgb	lib/psdriver/Color_table.c	/^static int get_color_rgb(int r, int g, int b)$/;"	f	file:
get_color_rgb	ps/ps.map/ps_colors.c	/^int get_color_rgb(int color_number, float *r, float *g, float *b)$/;"	f
get_color_table	raster3d/r3.showdspf/get_color_ogl.c	/^int get_color_table(file, ctable)$/;"	f
get_column_info	db/drivers/postgres/describe.c	/^int get_column_info(PGresult * res, int col, int *pgtype, int *gpgtype,$/;"	f
get_column_info	db/drivers/sqlite/describe.c	/^static void get_column_info(sqlite3_stmt * statement, int col,$/;"	f	file:
get_command	lib/driver/command.c	/^int get_command(char *c)$/;"	f
get_cond	lib/gis/cats.c	/^static int get_cond(char **f, char *value, DCELL val)$/;"	f	file:
get_configure_options	gem/main.c	/^void get_configure_options(char *gisbase)$/;"	f
get_conn_maxsize	gui/wxpython/gui_modules/gcmd.py	/^    def get_conn_maxsize(self, which, maxsize):$/;"	m	class:Popen
get_connection_sock	lib/driver/connect_sock.c	/^int get_connection_sock(int listenfd, int *rfd, int *wfd, int other_fd)$/;"	f
get_control_points	imagery/i.rectify/cp.c	/^int get_control_points(char *group, int order	\/* THIS HAS BEEN ADDED WITH THE CRS MODIFICATIONS *\/$/;"	f
get_conz_points	imagery/i.ortho.photo/photo.rectify/cp.c	/^int get_conz_points(void)$/;"	f
get_coor_from_file	vector/v.transform/get_coor.c	/^int get_coor_from_file(FILE * fp)$/;"	f
get_coordinates	display/d.text.freetype/main.c	/^get_coordinates(rectinfo win, char **ans, char pixel, char geocoor,$/;"	f	file:
get_coordinates	display/d.text.new/main.c	/^get_coordinates(int *x, int *y, double *east, double *north,$/;"	f	file:
get_cp_idnum	visualization/nviz/src/cutplane_obj.c	/^int get_cp_idnum(char *name)$/;"	f
get_cubic_pyramid	imagery/i.smap/bouman/decimate.c	/^char ****get_cubic_pyramid(int w0, int h0, int M, size_t size)$/;"	f
get_curr_status	visualization/nviz/scripts/attPopup.tcl	/^proc get_curr_status {att} {$/;"	p
get_curr_sv_color	visualization/nviz/scripts/panel_vect.tcl	/^proc get_curr_sv_color { type } {$/;"	p
get_curr_wire_color	visualization/nviz/scripts/panel_surf.tcl	/^proc get_curr_wire_color {} {$/;"	p
get_cv	swig/perl/R_slope_aspect/ppport.h	567;"	d
get_dataset	lib/ogsf/gsds.c	/^static dataset *get_dataset(int id)$/;"	f	file:
get_default_table	raster3d/r3.showdspf/get_color_ogl.c	/^void get_default_table(head, ctable)$/;"	f
get_deg	general/g.setproj/get_deg.c	/^int get_deg(char *strng, int ll_swt)$/;"	f
get_desc	general/g.mkfontcap/stroke_fonts.c	/^static const char *get_desc(const char *filename)$/;"	f	file:
get_description_len	general/manage/lib/get_len.c	/^int get_description_len(int n)$/;"	f
get_diag_intersects	lib/ogsf/gsdrape.c	/^int get_diag_intersects(geosurf * gs, float *bgn, float *end, float *dir)$/;"	f
get_dimension	display/d.text.freetype/main.c	/^get_dimension(FT_Face face, unsigned char *out, int l, FT_Vector * dim)$/;"	f	file:
get_direct_value	lib/ogsf/gvl_file.c	/^int get_direct_value(geovol_file * vf, int x, int y, int z, void *value)$/;"	f
get_double	general/g.setproj/get_num.c	/^int get_double(const struct proj_parm *parm, const struct proj_desc *desc,$/;"	f
get_double	lib/datetime/scan.c	/^static int get_double(const char **s, double *x, int *ndigits,	\/* number of digits before decimal *\/$/;"	f	file:
get_drawmode	visualization/nviz/src/map_obj.c	/^int get_drawmode(int type, int id, Nv_data * data, Tcl_Interp * interp)$/;"	f
get_east_north	raster/r.digit/get_en.c	/^int get_east_north(int x, int y, char *east, char *north)$/;"	f
get_edge	vector/v.delaunay2/memory.c	/^struct edge *get_edge()$/;"	f
get_ellipsoid_parameters	lib/gis/get_ellipse.c	/^static int get_ellipsoid_parameters(struct Key_Value *proj_keys, double *a,$/;"	f	file:
get_env	lib/gis/env.c	/^static char *get_env(const char *name, int loc)$/;"	f	file:
get_epsilon	lib/vector/Vlib/dgraph.c	/^double get_epsilon(struct line_pnts *Points)$/;"	f
get_exag_guess	visualization/nviz/src/map_obj.c	/^int get_exag_guess(int id, int type, Tcl_Interp * interp)$/;"	f
get_f	raster/r.topmodel/infiltration.c	/^double get_f(double t, double R)$/;"	f
get_fewer_levels	display/drivers/XDRIVER/Color_table.c	/^static int get_fewer_levels(int *rr, int *gg, int *bb)$/;"	f	file:
get_fewer_levels	visualization/xganim/Clr_table.c	/^static int get_fewer_levels(int *rr, int *gg, int *bb)$/;"	f	file:
get_fewer_levels	visualization/ximgview/color.c	/^static int get_fewer_levels(int *rr, int *gg, int *bb)$/;"	f	file:
get_field_cat	vector/v.in.dxf/write_vect.c	/^static int get_field_cat(struct Map_info *Map, char *layer, int *field,$/;"	f	file:
get_file	lib/gis/gui.tcl	/^proc get_file {dlg optn new} {$/;"	p
get_filemap_browser_element	visualization/nviz/scripts/filemapBrowser.tcl	/^proc get_filemap_browser_element {w} {$/;"	p
get_filemap_browser_mapset	visualization/nviz/scripts/filemapBrowser.tcl	/^proc get_filemap_browser_mapset {w} {$/;"	p
get_filter	raster/r.mfilter.fp/getfilt.c	/^FILTER *get_filter(char *name, int *nfilters, char *title)$/;"	f
get_filter	raster/r.mfilter/getfilt.c	/^FILTER *get_filter(char *name, int *nfilters, char *title)$/;"	f
get_flag	gui/wxpython/gui_modules/menuform.py	/^    def get_flag( self, aFlag ):$/;"	m	class:grassTask
get_fmt	lib/gis/cats.c	/^static int get_fmt(char **f, char *fmt, int *i)$/;"	f	file:
get_font	ps/ps.map/get_font.c	/^int get_font(char *data)$/;"	f
get_format	ps/ps.map/do_header.c	/^static char *get_format(char *buf, char *fmt)$/;"	f	file:
get_fp_stats	raster/r.colors/stats.c	/^void get_fp_stats(const char *name, const char *mapset,$/;"	f
get_free_color_cells	visualization/nviz/src/togl.c	/^get_free_color_cells(Display *display, int screen, Colormap colormap)$/;"	f	file:
get_furthest	vector/v.generalize/misc.c	/^int get_furthest(struct line_pnts *Points, int a, int b, int with_z,$/;"	f
get_g3d_raster_value_as_double	raster3d/r3.out.vtk/writeVTKData.c	/^double get_g3d_raster_value_as_double(void *map, int x, int y, int z,$/;"	f
get_gpg_type	db/drivers/postgres/describe.c	/^int get_gpg_type(int pgtype)$/;"	f
get_group_drv	raster/r.le/r.le.setup/ask_group.c	/^int get_group_drv(char **sel)$/;"	f
get_heading	display/d.grid/plot.c	/^float get_heading(double rows, double cols)$/;"	f
get_horz_intersects	lib/ogsf/gsdrape.c	/^int get_horz_intersects(geosurf * gs, float *bgn, float *end, float *dir)$/;"	f
get_hv	swig/perl/R_slope_aspect/ppport.h	579;"	d
get_idnum	visualization/nviz/src/map_obj.c	/^int get_idnum(char *name)$/;"	f
get_img	imagery/i.smap/bouman/multialloc.c	/^unsigned char **get_img(int wd, int ht, size_t size)$/;"	f
get_index	raster/r.le/r.le.setup/ask_group.c	/^static void get_index(FILE * fp)$/;"	f	file:
get_int	general/g.setproj/get_num.c	/^int get_int(const struct proj_parm *parm, const struct proj_desc *desc,$/;"	f
get_int	lib/datetime/scan.c	/^static int get_int(const char **s, int *n, int *ndigits)$/;"	f	file:
get_int_marker	visualization/nviz/src/map_obj.c	/^int get_int_marker(char *marker)$/;"	f
get_item	include/iostream/imbuffer.h	/^  T get_item(unsigned long i) const {$/;"	f	class:im_buffer
get_item	raster/r.in.poly/get_item.c	/^int get_item(FILE * fd, int *type, long *cat, double **x, double **y,$/;"	f
get_key_data	lib/symbol/read.c	/^void get_key_data(char *buf)$/;"	f
get_key_neighbors	lib/ogsf/gk.c	/^double get_key_neighbors(int nvk, double time, double range, int loop,$/;"	f
get_label	raster/r.cross/cats.c	/^static char *get_label(CELL cat, struct Categories *labels)$/;"	f	file:
get_label	raster/r.digit/get_label.c	/^char *get_label(long cat, struct Categories *labels)$/;"	f
get_label	raster/r.distance/labels.c	/^char *get_label(struct Map *map, CELL cat)$/;"	f
get_lambda	raster/r.topmodel/topmodel.c	/^double get_lambda(void)$/;"	f
get_legend_box	display/d.legend/box.c	/^int get_legend_box(int *x0, int *x1, int *y0, int *y1)$/;"	f
get_level	gui/wxpython/gui_modules/debug.py	/^    def get_level(self):$/;"	m	class:DebugMsg
get_level	include/iostream/embuffer.h	/^  unsigned short get_level() const { return level;}$/;"	f	class:em_buffer
get_level	raster3d/r3.showdspf/draw_polys_ogl.c	/^int get_level(head, chead, z)$/;"	f
get_light_num	visualization/nviz/src/lights.c	/^static int get_light_num(char *lgt)$/;"	f	file:
get_limit_mode	lib/iostream/mm.cc	/^MM_mode MM_register::get_limit_mode() {$/;"	f	class:MM_register
get_line	raster/r.digit/get_line.c	/^int get_line(FILE * fd, struct Categories *labels)$/;"	f
get_line	raster/r.topmodel/file_io.c	/^void get_line(FILE * fp, char *buffer)$/;"	f
get_line_type_name	vector/v.digit/util.c	/^char *get_line_type_name(int type)$/;"	f
get_list_of_mapsets	lib/gis/mapset_nme.c	/^static int get_list_of_mapsets(void)$/;"	f	file:
get_ll_bounds	display/d.grid/plot.c	/^get_ll_bounds(double *w,$/;"	f
get_ll_bounds	ps/ps.map/do_geogrid.c	/^void get_ll_bounds(double *w, double *e, double *s, double *n)$/;"	f
get_ll_coordinates	display/d.text.freetype/main.c	/^get_ll_coordinates(FT_Face face, unsigned char *out, int l,$/;"	f	file:
get_location_with_box	lib/raster/transport.h	/^    void (*get_location_with_box) (int, int, int *, int *, int *);$/;"	m	struct:transport
get_location_with_line	lib/raster/transport.h	/^    void (*get_location_with_line) (int, int, int *, int *, int *);$/;"	m	struct:transport
get_location_with_pointer	lib/raster/transport.h	/^    void (*get_location_with_pointer) (int *, int *, int *);$/;"	m	struct:transport
get_logical_name	visualization/nviz/src/map_obj.c	/^int get_logical_name(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
get_lowest	raster/r.cost/btree.c	/^struct cost *get_lowest(void)$/;"	f
get_lowest	raster/r.walk/btree.c	/^struct cost *get_lowest(void)$/;"	f
get_map	lib/gis/gui.tcl	/^proc get_map {dlg optn elem} {$/;"	p
get_map_bot	display/d.zoom/returns.c	/^int get_map_bot(void)$/;"	f
get_map_browser_element	visualization/nviz/scripts/mapBrowser.tcl	/^proc get_map_browser_element {w} {$/;"	p
get_map_browser_mapset	visualization/nviz/scripts/mapBrowser.tcl	/^proc get_map_browser_mapset {w} {$/;"	p
get_map_info	display/d.colors/get_info.c	/^int get_map_info(char *name, char *mapset)$/;"	f
get_map_left	display/d.zoom/returns.c	/^int get_map_left(void)$/;"	f
get_map_rite	display/d.zoom/returns.c	/^int get_map_rite(void)$/;"	f
get_map_row	lib/gis/get_row.c	/^static int get_map_row(int fd, void *rast, int row, RASTER_MAP_TYPE data_type,$/;"	f	file:
get_map_row	raster/r.mapcalc/map.c	/^void get_map_row(int idx, int mod, int depth, int row, int col, void *buf,$/;"	f
get_map_row	raster/r.mapcalc/map3.c	/^void get_map_row(int idx, int mod, int depth, int row, int col, void *buf,$/;"	f
get_map_row_no_reclass	lib/gis/get_row.c	/^static int get_map_row_no_reclass(int fd, void *rast, int row,$/;"	f	file:
get_map_row_nomask	lib/gis/get_row.c	/^static int get_map_row_nomask(int fd, void *rast, int row,$/;"	f	file:
get_map_top	display/d.zoom/returns.c	/^int get_map_top(void)$/;"	f
get_mapatt	lib/ogsf/gsget.c	/^int get_mapatt(typbuff * buff, int offset, float *att)$/;"	f
get_mask_mode	visualization/nviz/src/map_obj.c	/^int get_mask_mode(int id, int type, Nv_data * data, Tcl_Interp * interp)$/;"	f
get_max	raster/r.drain/tinf.h	/^void *(*get_max) (void *, void *);$/;"	v
get_max	raster/r.fill.dir/tinf.h	/^void *(*get_max) (void *, void *);$/;"	v
get_max_c	raster/r.drain/tinf.c	/^void *get_max_c(void *v1, void *v2)$/;"	f
get_max_c	raster/r.fill.dir/tinf.c	/^void *get_max_c(void *v1, void *v2)$/;"	f
get_max_d	raster/r.drain/tinf.c	/^void *get_max_d(void *v1, void *v2)$/;"	f
get_max_d	raster/r.fill.dir/tinf.c	/^void *get_max_d(void *v1, void *v2)$/;"	f
get_max_f	raster/r.drain/tinf.c	/^void *get_max_f(void *v1, void *v2)$/;"	f
get_max_f	raster/r.fill.dir/tinf.c	/^void *get_max_f(void *v1, void *v2)$/;"	f
get_max_levels	display/drivers/XDRIVER/Color_table.c	/^static void get_max_levels(int n_colors, int *rr, int *gg, int *bb)$/;"	f	file:
get_max_levels	visualization/xganim/Clr_table.c	/^static void get_max_levels(int n_colors, int *rr, int *gg, int *bb)$/;"	f	file:
get_max_levels	visualization/ximgview/color.c	/^static void get_max_levels(int n_colors, int *rr, int *gg, int *bb)$/;"	f	file:
get_maxsize	include/iostream/minmaxheap.h	/^  HeapIndex get_maxsize() const { return this->maxsize; };$/;"	f	class:MinMaxHeap
get_min	raster/r.drain/tinf.h	/^void *(*get_min) (void *, void *);$/;"	v
get_min	raster/r.fill.dir/tinf.h	/^void *(*get_min) (void *, void *);$/;"	v
get_minHa	raster/wildfire/r.spread/get_minHa.c	/^void get_minHa(struct costHa *heap, struct costHa *pres_cell, long heap_len)$/;"	f
get_min_c	raster/r.drain/tinf.c	/^void *get_min_c(void *v1, void *v2)$/;"	f
get_min_c	raster/r.fill.dir/tinf.c	/^void *get_min_c(void *v1, void *v2)$/;"	f
get_min_d	raster/r.drain/tinf.c	/^void *get_min_d(void *v1, void *v2)$/;"	f
get_min_d	raster/r.fill.dir/tinf.c	/^void *get_min_d(void *v1, void *v2)$/;"	f
get_min_f	raster/r.drain/tinf.c	/^void *get_min_f(void *v1, void *v2)$/;"	f
get_min_f	raster/r.fill.dir/tinf.c	/^void *get_min_f(void *v1, void *v2)$/;"	f
get_min_max	raster3d/r3.showdspf/draw_cap_ogl.c	/^static get_min_max(minmax, size, array)$/;"	f	file:
get_min_max	raster3d/r3.showdspf/get_color_ogl.c	/^void get_min_max(head, min, max)$/;"	f
get_multimap_browser_element	visualization/nviz/scripts/multimapBrowser.tcl	/^proc get_multimap_browser_element {w} {$/;"	p
get_multimap_browser_mapset	visualization/nviz/scripts/multimapBrowser.tcl	/^proc get_multimap_browser_mapset {w} {$/;"	p
get_nbands	lib/imagery/sigset.c	/^static int get_nbands(FILE * fd, struct SigSet *S)$/;"	f	file:
get_nbstreams	include/iostream/embuffer.h	/^  unsigned int get_nbstreams() const { return index;}$/;"	f	class:em_buffer
get_node_costs	vector/v.net.steiner/main.c	/^int get_node_costs(int from, int to, double *cost)$/;"	f
get_nozero	visualization/nviz/src/map_obj.c	/^int get_nozero(int id, int type, Nv_data * data, Tcl_Interp * interp,$/;"	f
get_null_value_row	lib/gis/get_row.c	/^static void get_null_value_row(int fd, char *flags, int row, int with_mask)$/;"	f	file:
get_null_value_row_gdal	lib/gis/get_row.c	/^static void get_null_value_row_gdal(int fd, char *flags, int row)$/;"	f	file:
get_null_value_row_nomask	lib/gis/get_row.c	/^static void get_null_value_row_nomask(int fd, char *flags, int row)$/;"	f	file:
get_num_colors	lib/raster/transport.h	/^    void (*get_num_colors) (int *);$/;"	m	struct:transport
get_order	imagery/i.vpoints/analyze.c	/^static int get_order(void)$/;"	f	file:
get_orig_window	imagery/i.ifft/orig_wind.c	/^int get_orig_window(struct Cell_head *hd, char *rmapset, char *imapset)$/;"	f
get_package_name	gem/tools.c	/^void get_package_name(char *path, char *name)$/;"	f
get_paper	lib/psdriver/Graph_set.c	/^static void get_paper(void)$/;"	f	file:
get_para	raster/r.le/r.le.patch/driver.c	/^void get_para()$/;"	f
get_param	gui/wxpython/gui_modules/menuform.py	/^    def get_param(self, value, element='name', raiseError=True):$/;"	m	class:grassTask
get_perm	lib/db/dbmi_base/dirent.c	/^static int get_perm(char *path)$/;"	f	file:
get_perms	general/g.access/get_perms.c	/^int get_perms(char *path, int *perms, int *group, int *other)$/;"	f
get_pixel	lib/pngdriver/Color_table.c	/^void get_pixel(unsigned int pixel, int *r, int *g, int *b, int *a)$/;"	f
get_pixel_indexed	lib/pngdriver/Color_table.c	/^static void get_pixel_indexed(unsigned int pixel, int *r, int *g, int *b,$/;"	f	file:
get_pixel_rgb	lib/pngdriver/Color_table.c	/^static void get_pixel_rgb(unsigned int pixel, int *r, int *g, int *b, int *a)$/;"	f	file:
get_point	raster/r.digit/get_point.c	/^int get_point(int *x, int *y, char *east, char *north)$/;"	f
get_point2	imagery/i.ortho.photo/photo.2image/mark.c	/^static int get_point2(double *east, double *north)$/;"	f	file:
get_point2	imagery/i.ortho.photo/photo.2target/mark.c	/^static int get_point2(double *east, double *north, double *elev)$/;"	f	file:
get_point2	imagery/i.points/mark.c	/^static int get_point2(double *east, double *north)$/;"	f	file:
get_point2	imagery/i.vpoints/mark.c	/^static int get_point2(double *east, double *north)$/;"	f	file:
get_point_below	lib/ogsf/gsd_surf.c	/^static int get_point_below(Point3 ** points, geosurf ** gsurfs, int ptn,$/;"	f	file:
get_points	lib/rst/qtree/qtree.h	/^    int (*get_points) ();$/;"	m	struct:multfunc
get_points	vector/v.vol.rst/oct.h	/^    int (*get_points) ();$/;"	m	struct:octfunc
get_polygon_orientation	lib/vector/Vlib/buffer2.c	/^static int get_polygon_orientation(const double *x, const double *y, int n)$/;"	f	file:
get_port	lib/gis/unix_socks.c	/^static int get_port(const char *name)$/;"	f	file:
get_proj_desc	general/g.setproj/proj.c	/^struct proj_desc *get_proj_desc(const char *arg)$/;"	f
get_proj_parms	general/g.setproj/proj.c	/^struct proj_parm *get_proj_parms(const char *arg)$/;"	f
get_proj_unit	general/g.setproj/proj.c	/^struct proj_unit *get_proj_unit(const char *arg)$/;"	f
get_ps_color_rgbcol_varea	ps/ps.map/ps_vareas.c	/^int get_ps_color_rgbcol_varea(struct Map_info *map, int vec, int area,$/;"	f
get_psuedo_control_pt	imagery/i.ortho.photo/photo.rectify/ps_cp.c	/^int get_psuedo_control_pt(int tie_row, int tie_col)$/;"	f
get_ptr	raster/r.to.vect/areas.c	/^static struct COOR *get_ptr(void)$/;"	f	file:
get_ptr	raster/r.to.vect/lines.c	/^static struct COOR *get_ptr(void)$/;"	f	file:
get_pwd	raster/r.le/r.le.setup/main.c	/^static void get_pwd(void)$/;"	f	file:
get_pyramid	imagery/i.smap/bouman/decimate.c	/^char ***get_pyramid(int w0, int h0, size_t size)$/;"	f
get_quantile	raster/r.quantile/main.c	/^static inline double get_quantile(int n)$/;"	f	file:
get_range	raster/r.rescale.eq/get_range.c	/^int get_range(struct Cell_stats *statf, CELL * min, CELL * max, int zero)$/;"	f
get_range	raster/r.rescale/get_range.c	/^int get_range(char *name, char *mapset, long *min, long *max)$/;"	f
get_raster_value	raster/r.to.vect/areas.c	101;"	d	file:
get_raster_value_as_double	raster/r.out.vtk/writeascii.c	/^double get_raster_value_as_double(int MapType, void *ptr, double nullval)$/;"	f
get_raster_value_as_double	raster/r.to.rast3elev/main.c	/^double get_raster_value_as_double(int MapType, void *ptr, double nullval)$/;"	f
get_raster_value_as_double	raster3d/r3.out.vtk/writeVTKData.c	/^double get_raster_value_as_double(int MapType, void *ptr, double nullval)$/;"	f
get_rd	raster/r.le/r.le.setup/sample.c	/^static void get_rd(int exp1, int exp2, int dx, int dy, int u_w, int u_l,$/;"	f	file:
get_reclass_table	lib/gis/reclass.c	/^static int get_reclass_table(FILE * fd, struct Reclass *reclass)$/;"	f	file:
get_ref	lib/imagery/group.c	/^static int get_ref(const char *group, const char *subgroup, struct Ref *ref)$/;"	f	file:
get_ref_points	imagery/i.ortho.photo/photo.rectify/cp.c	/^int get_ref_points(void)$/;"	f
get_res	visualization/nviz/src/map_obj.c	/^int get_res(int id, int type, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
get_rgb_colormap	visualization/nviz/src/togl.c	/^get_rgb_colormap(Display *dpy,$/;"	f	file:
get_rgb_shifts	display/drivers/XDRIVER/Color_table.c	/^static int get_rgb_shifts(void)$/;"	f	file:
get_rgb_shifts	visualization/xganim/Clr_table.c	/^static int get_rgb_shifts(void)$/;"	f	file:
get_rgb_shifts	visualization/ximgview/color.c	/^static int get_rgb_shifts(void)$/;"	f	file:
get_rich	raster/r.le/r.le.pixel/cellclip.c	/^void get_rich(double att, double rich[], int *cnt)$/;"	f
get_rich_whole	raster/r.le/r.le.pixel/driver.c	/^void get_rich_whole(double att, double rich[], int *cnt)$/;"	f
get_row	raster/r.drain/tinf.h	/^int (*get_row) (int, void *, int);$/;"	v
get_row	raster/r.fill.dir/tinf.h	/^int (*get_row) (int, void *, int);$/;"	v
get_row	raster/r.flow/mem.h	35;"	d
get_row	raster/r.report/main.c	/^int (*get_row)();$/;"	v
get_row	raster/r.stats/main.c	/^int (*get_row) ();$/;"	v
get_row	raster3d/r3.showdspf/draw_polys_ogl.c	/^int get_row(head, chead, y)$/;"	f
get_row_c	raster/r.drain/tinf.c	/^int get_row_c(int fd, void *row, int n)$/;"	f
get_row_c	raster/r.fill.dir/tinf.c	/^int get_row_c(int fd, void *row, int n)$/;"	f
get_row_d	raster/r.drain/tinf.c	/^int get_row_d(int fd, void *row, int n)$/;"	f
get_row_d	raster/r.fill.dir/tinf.c	/^int get_row_d(int fd, void *row, int n)$/;"	f
get_row_f	raster/r.drain/tinf.c	/^int get_row_f(int fd, void *row, int n)$/;"	f
get_row_f	raster/r.fill.dir/tinf.c	/^int get_row_f(int fd, void *row, int n)$/;"	f
get_shifts	display/drivers/XDRIVER/Color_table.c	/^static void get_shifts(unsigned mask, int *pos, int *size, int *scale)$/;"	f	file:
get_shifts	visualization/xganim/Clr_table.c	/^static void get_shifts(unsigned long mask, int *pos, int *size, int *scale)$/;"	f	file:
get_shifts	visualization/ximgview/color.c	/^static void get_shifts(unsigned long mask, int *pos, int *size, int *scale)$/;"	f	file:
get_site	sites/s.in.ascii/get_site.c	/^Site *get_site(FILE * fd, int dims, char *fs, int *has_cat)$/;"	f
get_slice_value	lib/ogsf/gvl_file.c	/^int get_slice_value(geovol_file * vf, int x, int y, int z, void *value)$/;"	f
get_slope	raster/r.watershed/ram/do_astar.c	/^get_slope(SHORT r, SHORT c, SHORT downr, SHORT downc, CELL ele, CELL downe)$/;"	f
get_slope	raster/r.watershed/seg/do_astar.c	/^get_slope(SHORT r, SHORT c, SHORT downr, SHORT downc, CELL ele, CELL downe)$/;"	f
get_slot	raster/r.quantile/main.c	/^static inline int get_slot(DCELL c)$/;"	f	file:
get_slot_counts	raster/r.quantile/main.c	/^static void get_slot_counts(int infile)$/;"	f	file:
get_stats	display/d.histogram/get_stats.c	/^int get_stats(char *mapname, char *mapset, struct stat_list *dist_stats,	\/* linked list of stats *\/$/;"	f
get_stats	raster/r.colors/stats.c	/^int get_stats(const char *name, const char *mapset, struct Cell_stats *statf)$/;"	f
get_stats	raster/r.random/count.c	/^void get_stats(struct rr_state *theState)$/;"	f
get_stats	raster/r.report/stats.c	/^int get_stats(void)$/;"	f
get_stats	raster/r.rescale.eq/get_stats.c	/^int get_stats(char *name, char *mapset, struct Cell_stats *statf)$/;"	f
get_stmt	db/base/execute.c	/^static int get_stmt(FILE * fd, dbString * stmt)$/;"	f	file:
get_stmt	db/base/select.c	/^static int get_stmt(FILE * fd, dbString * stmt)$/;"	f	file:
get_stp_code	general/g.setproj/get_stp.c	/^int get_stp_code(int code, char *string, char *paramfile)$/;"	f
get_stp_num	general/g.setproj/get_stp.c	/^int get_stp_num(void)$/;"	f
get_stp_proj	general/g.setproj/get_stp.c	/^void get_stp_proj(char string[])$/;"	f
get_stream	include/iostream/embuffer.h	/^AMI_STREAM<T>* em_buffer<T,Key>::get_stream(unsigned int i) {$/;"	f	class:em_buffer
get_stream_len	include/iostream/embuffer.h	/^  unsigned long get_stream_len(unsigned int i) {$/;"	f	class:em_buffer
get_stream_maxlen	include/iostream/embuffer.h	/^  unsigned long get_stream_maxlen() const {$/;"	f	class:em_buffer
get_stream_name	include/iostream/embuffer.h	/^char* em_buffer<T,Key>::get_stream_name(unsigned int i) const {$/;"	f	class:em_buffer
get_streams	include/iostream/embuffer.h	/^AMI_STREAM<T>** em_buffer<T,Key>::get_streams() { $/;"	f	class:em_buffer
get_subclass	lib/imagery/sigset.c	/^static int get_subclass(FILE * fd, struct SigSet *S, struct ClassSig *C)$/;"	f	file:
get_subclass_covar	lib/imagery/sigset.c	/^static int get_subclass_covar(FILE * fd, struct SubSig *Sp, int nbands)$/;"	f	file:
get_subclass_means	lib/imagery/sigset.c	/^static int get_subclass_means(FILE * fd, struct SubSig *Sp, int nbands)$/;"	f	file:
get_subclass_pi	lib/imagery/sigset.c	/^static int get_subclass_pi(FILE * fd, struct SubSig *Sp)$/;"	f	file:
get_sv	swig/perl/R_slope_aspect/ppport.h	571;"	d
get_symb_code	vector/v.digit/symb.c	/^int get_symb_code(char *name)$/;"	f
get_symb_name	vector/v.digit/symb.c	/^char *get_symb_name(int code)$/;"	f
get_symbol	lib/gis/gdal.c	/^static void *get_symbol(const char *name)$/;"	f	file:
get_target	imagery/i.ortho.photo/photo.2image/target.c	/^int get_target(void)$/;"	f
get_target	imagery/i.ortho.photo/photo.2target/target.c	/^int get_target(void)$/;"	f
get_target	imagery/i.ortho.photo/photo.rectify/target.c	/^int get_target(char *name)$/;"	f
get_target	imagery/i.points/target.c	/^int get_target(void)$/;"	f
get_target	imagery/i.rectify/target.c	/^int get_target(char *group)$/;"	f
get_target	imagery/i.vpoints/target.c	/^int get_target(void)$/;"	f
get_target_window	imagery/i.ortho.photo/photo.rectify/get_wind.c	/^int get_target_window(void)$/;"	f
get_text_box	lib/raster/transport.h	/^    void (*get_text_box) (const char *, int *, int *, int *, int *);$/;"	m	struct:transport
get_text_ext	lib/driver/text2.c	/^void get_text_ext(int *top, int *bot, int *left, int *rite)$/;"	f
get_text_ext_freetype	lib/driver/text3.c	/^void get_text_ext_freetype(int *top, int *bot, int *left, int *rite)$/;"	f
get_text_x	display/d.geodesic/plot.c	/^static int get_text_x(void)$/;"	f	file:
get_thresh	vector/v.digit/util.c	/^double get_thresh() {$/;"	f
get_title	lib/imagery/sigset.c	/^static int get_title(FILE * fd, struct SigSet *S)$/;"	f	file:
get_trackball_rotation_matrix	raster3d/r3.showdspf/new_init_graphics.c	/^void get_trackball_rotation_matrix(float mat[4][4])$/;"	f
get_training_classes	imagery/i.gensig/get_train.c	/^int get_training_classes(struct files *files, struct Signature *S)$/;"	f
get_training_classes	imagery/i.gensigset/get_train.c	/^int get_training_classes(struct parms *parms,$/;"	f
get_trans	lib/raster/com_io.c	/^static const struct transport *get_trans(void)$/;"	f	file:
get_trans	visualization/nviz/src/map_obj.c	/^int get_trans(int id, int type, Tcl_Interp * interp)$/;"	f
get_txtdescender	lib/ogsf/gsd_fonts.c	/^int get_txtdescender(void)$/;"	f
get_txtxoffset	lib/ogsf/gsd_fonts.c	/^int get_txtxoffset(void)$/;"	f
get_type	lib/ogsf/gsds.c	/^static int get_type(dataset * ds)$/;"	f	file:
get_type	raster/r.digit/get_type.c	/^int get_type(void)$/;"	f
get_type	visualization/nviz/src/map_obj.c	/^int get_type(char *name)$/;"	f
get_update_box	vector/v.digit/toolbox.tcl	/^proc get_update_box {ox oy x y} {$/;"	p
get_update_line	vector/v.digit/toolbox.tcl	/^proc get_update_line {ox oy x y} {$/;"	p
get_vector_color	imagery/i.vpoints/colors.c	/^int get_vector_color(void)$/;"	f
get_vert_color	raster3d/r3.showdspf/draw_polys_ogl.c	/^void get_vert_color(data, vert, ctable, color)$/;"	f
get_vert_intersects	lib/ogsf/gsdrape.c	/^int get_vert_intersects(geosurf * gs, float *bgn, float *end, float *dir)$/;"	f
get_vol_value	lib/ogsf/gvl_file.c	/^int get_vol_value(geovol_file * vf, int x, int y, int z, void *value)$/;"	f
get_win_w_mouse	lib/display/get_win.c	/^int get_win_w_mouse(float *top, float *bottom, float *left, float *right)$/;"	f
get_wind_bot	display/d.zoom/returns.c	/^int get_wind_bot(void)$/;"	f
get_wind_left	display/d.zoom/returns.c	/^int get_wind_left(void)$/;"	f
get_wind_rite	display/d.zoom/returns.c	/^int get_wind_rite(void)$/;"	f
get_wind_top	display/d.zoom/returns.c	/^int get_wind_top(void)$/;"	f
get_wind_x_pos	display/d.zoom/returns.c	/^int get_wind_x_pos(float position)$/;"	f
get_wind_y_pos	display/d.zoom/returns.c	/^int get_wind_y_pos(float position)$/;"	f
get_window	vector/v.digit/driver.c	/^static void get_window(int *t, int *b, int *l, int *r)$/;"	f	file:
get_wirecolor	visualization/nviz/src/map_obj.c	/^int get_wirecolor(int id, int type, Nv_data * data, Tcl_Interp * interp)$/;"	f
get_word	lib/datetime/scan.c	/^static int get_word(const char **s, char *word)$/;"	f	file:
get_xevent	display/drivers/XDRIVER/Serve_Xevent.c	/^int get_xevent(long event_mask, XEvent * event)$/;"	f
get_z_array	raster/r.contour/main.c	/^DCELL **get_z_array(int fd, int nrow, int ncol)$/;"	f
get_z_from_cell	imagery/i.ortho.photo/photo.2target/mark.c	/^int get_z_from_cell(double north, double east)$/;"	f
get_z_from_cell2	imagery/i.ortho.photo/photo.2target/mark.c	/^int get_z_from_cell2(double north, double east, double *height)$/;"	f
get_zone	general/g.setproj/get_num.c	/^int get_zone(void)$/;"	f
getcells	raster/r.topidx/file_io.c	/^void getcells(void)$/;"	f
getdpointer1	swig/python/NumPtr/src/getpointer.c	/^double *getdpointer1(PyObject * A)$/;"	f
getdpointer2	swig/python/NumPtr/src/getpointer.c	/^double **getdpointer2(PyObject * A)$/;"	f
getdpointer3	swig/python/NumPtr/src/getpointer.c	/^double ***getdpointer3(PyObject * A)$/;"	f
getem	display/d.zoom/returns.c	/^static int getem(void)$/;"	f	file:
getformat	raster/r.in.poly/getformat.c	/^int getformat(FILE * fd)$/;"	f
getfpointer1	swig/python/NumPtr/src/getpointer.c	/^float *getfpointer1(PyObject * A)$/;"	f
getfpointer2	swig/python/NumPtr/src/getpointer.c	/^float **getfpointer2(PyObject * A)$/;"	f
getfpointer3	swig/python/NumPtr/src/getpointer.c	/^float ***getfpointer3(PyObject * A)$/;"	f
getfree	vector/v.voronoi/sw_memory.c	/^char *getfree(struct Freelist *fl)$/;"	f
getg	lib/gmath/getg.c	/^int getg(double w, double *g[2], int size)$/;"	f
getgeogrid	ps/ps.map/getgrid.c	/^int getgeogrid(void)$/;"	f
getgifpix2	raster3d/r3.showdspf/togif.c	/^static int getgifpix2(int x, int y, vgl_GIFWriter * dataPtr)$/;"	f	file:
getgrdhead	raster/r.in.ascii/gethead.c	/^int getgrdhead(FILE * fd, struct Cell_head *cellhd)$/;"	f
getgrid	ps/ps.map/getgrid.c	/^int getgrid(void)$/;"	f
gethead	raster/r.in.arc/gethead.c	/^int gethead(FILE * fd, struct Cell_head *cellhd, int *missingval)$/;"	f
gethead	raster/r.in.ascii/gethead.c	/^int gethead(FILE * fd,$/;"	f
gethostbyname	configure	/^gethostbyname()$/;"	f
gethostbyname	configure	/^gethostbyname();$/;"	f
getipointer1	swig/python/NumPtr/src/getpointer.c	/^int *getipointer1(PyObject * A)$/;"	f
getipointer2	swig/python/NumPtr/src/getpointer.c	/^int **getipointer2(PyObject * A)$/;"	f
getipointer3	swig/python/NumPtr/src/getpointer.c	/^int ***getipointer3(PyObject * A)$/;"	f
getlevels	raster/r.contour/main.c	/^double *getlevels(struct Option *levels,$/;"	f
getlgt_ambient	visualization/nviz/src/lights.c	/^static int getlgt_ambient(Nv_data * data, Tcl_Interp * interp, int argc,	\/* Number of arguments. *\/$/;"	f	file:
getlgt_bright	visualization/nviz/src/lights.c	/^static int getlgt_bright(Nv_data * data, Tcl_Interp * interp, int argc,	\/* Number of arguments. *\/$/;"	f	file:
getlgt_color	visualization/nviz/src/lights.c	/^static int getlgt_color(Nv_data * data, Tcl_Interp * interp, int argc,	\/* Number of arguments. *\/$/;"	f	file:
getlgt_position	visualization/nviz/src/lights.c	/^static int getlgt_position(Nv_data * data, Tcl_Interp * interp, int argc,	\/* Number of arguments. *\/$/;"	f	file:
getmaprow	raster/r.mfilter.fp/getrow.c	/^int getmaprow(int fd, void *buf, int row, int len)$/;"	f
getmaprow	raster/r.mfilter/getrow.c	/^int getmaprow(int fd, void *buf, int row, int len)$/;"	f
getnewcell	raster/r.contour/cont.c	/^static int getnewcell(struct cell *current, int nrow, int ncol, DCELL ** z)$/;"	f	file:
getpoint	raster/r.contour/cont.c	/^static void getpoint(struct cell *curr, double level,$/;"	f	file:
getpointer	swig/python/NumPtr/lib/NumPtr.py	/^def getpointer(A):$/;"	f
getpointer1	swig/python/NumPtr/lib/NumPtr.py	/^def getpointer1(A):$/;"	f
getpointer1	swig/python/NumPtr/src/getpointer.c	/^double *getpointer1(PyObject * A)$/;"	f
getpointer2	swig/python/NumPtr/lib/NumPtr.py	/^def getpointer2(A):$/;"	f
getpointer2	swig/python/NumPtr/src/getpointer.c	/^double **getpointer2(PyObject * A)$/;"	f
getpointer3	swig/python/NumPtr/lib/NumPtr.py	/^def getpointer3(A):$/;"	f
getpointer3	swig/python/NumPtr/src/getpointer.c	/^double ***getpointer3(PyObject * A)$/;"	f
getrow	include/rowio.h	/^    int (*getrow) (int, void *, int, int);	\/* routine to do the row reads *\/$/;"	m	struct:__anon271
getrow	raster/r.mfilter.fp/getrow.c	/^int getrow(int fd, void *buf, int row, int len)$/;"	f
getrow	raster/r.mfilter/getrow.c	/^int getrow(int fd, void *buf, int row, int len)$/;"	f
getrow2	raster3d/r3.showdspf/togif.c	/^static void getrow2(unsigned long *buffer, short *row, unsigned short width,$/;"	f	file:
getsqrt	imagery/i.cca/matrix.c	/^getsqrt(double w[MX][MX], int bands, double l[MX][MX], double eigmat[MX][MX])$/;"	f
getsym	vector/v.mapcalc/mapcalc.c	/^SYMBOL *getsym(const char *name)$/;"	f
gettag	lib/imagery/sigset.c	/^static int gettag(FILE * fd, char *tag)$/;"	f	file:
gettext	configure	/^gettext()$/;"	f
gettext	configure	/^gettext();$/;"	f
gettimeofday	configure	/^gettimeofday()$/;"	f
gisSetWindow	lib/init/gis_set.tcl	/^proc gisSetWindow {} {$/;"	p
gis_prompt	lib/gis/parser.c	/^static int gis_prompt(struct Option *opt, char *buff)$/;"	f	file:
gisbase	raster/r.topmodel/global.h	/^GLOBAL char *gisbase, *mapset;$/;"	v
gisdbase	include/vect/dig_structs.h	/^    char *gisdbase;		\/* gisdbase path *\/$/;"	m	struct:Map_info
gisenv	lib/init/variables.html	/^<a name="gisenv"><\/a>$/;"	a
gisenv	lib/python/core.py	/^def gisenv():$/;"	f
gisinit	lib/gis/gisinit.c	/^static int gisinit(void)$/;"	f	file:
gisprompt	include/gis.h	/^    const char *gisprompt;	\/* Interactive prompt guidance      *\/$/;"	m	struct:Option
gisprompt	swig/perl/gis.h	/^    char *gisprompt;		\/* Interactive prompt guidance      *\/$/;"	m	struct:Option
gisrc	lib/gis/env.c	/^static char *gisrc = NULL;$/;"	v	file:
give	raster/r.cost/memory.c	/^int give(struct cost *p)$/;"	f
give	raster/r.walk/memory.c	/^int give(struct cost *p)$/;"	f
gk_copy_key	lib/ogsf/gk.c	/^Keylist *gk_copy_key(Keylist * k)$/;"	f
gk_draw_path	lib/ogsf/gk.c	/^int gk_draw_path(Viewnode * views, int steps, Keylist * keys)$/;"	f
gk_follow_frames	lib/ogsf/gk.c	/^void gk_follow_frames(Viewnode * view, int numsteps, Keylist * keys, int step,$/;"	f
gk_free_key	lib/ogsf/gk.c	/^void gk_free_key(Keylist * ok)$/;"	f
gk_get_mask_sofar	lib/ogsf/gk.c	/^unsigned long gk_get_mask_sofar(float time, Keylist * keys)$/;"	f
gk_make_framesfromkeys	lib/ogsf/gk.c	/^Viewnode *gk_make_framesfromkeys(Keylist * keys, int keysteps, int newsteps,$/;"	f
gk_make_linear_framesfromkeys	lib/ogsf/gk.c	/^Viewnode *gk_make_linear_framesfromkeys(Keylist * keys, int keysteps,$/;"	f
gk_viable_keys_for_mask	lib/ogsf/gk.c	/^int gk_viable_keys_for_mask(unsigned long mask, Keylist * keys,$/;"	f
glBegin	configure	/^glBegin()$/;"	f
glBegin	configure	/^glBegin();$/;"	f
glCanvas	gui/wxpython/nviz/nviz.h	/^    wxGLCanvas *glCanvas;$/;"	m	class:Nviz
glEnd	configure	/^glEnd();$/;"	f
glXCreateGLXPixmap	configure	/^glXCreateGLXPixmap();$/;"	f
glXCreatePbuffer	configure	/^glXCreatePbuffer();$/;"	f
glexpose2CB	raster3d/r3.showdspf/new_init_graphics.c	/^void glexpose2CB(Widget widget, XtPointer client_data, XtPointer cdata)$/;"	f
glexposeCB	raster3d/r3.showdspf/new_init_graphics.c	/^void glexposeCB(Widget widget, XtPointer client_data, XtPointer cdata)$/;"	f
glinitCB	raster3d/r3.showdspf/new_init_graphics.c	/^void glinitCB(Widget widget, XtPointer client_data, XtPointer cdata)$/;"	f
glinputCB	raster3d/r3.showdspf/new_init_graphics.c	/^void glinputCB(Widget widget, XtPointer client_data, XtPointer cdata)$/;"	f
gln_num_points	lib/ogsf/gv_quick.c	/^int gln_num_points(geoline * gln)$/;"	f
glob_rad	raster/r.sun2/main.c	/^const char *glob_rad = NULL;$/;"	v
globalElevMapType	raster3d/r3.cross.rast/main.c	/^int globalElevMapType;$/;"	v
globalG3dMapType	raster/r.to.rast3/main.c	/^int globalG3dMapType;$/;"	v
globalRastMapType	raster/r.to.rast3/main.c	/^int globalRastMapType;$/;"	v
globrad	raster/r.sun2/main.c	/^float **lumcl, **beam, **insol, **diff, **refl, **globrad;$/;"	v
glresize2CB	raster3d/r3.showdspf/new_init_graphics.c	/^void glresize2CB(Widget widget, XtPointer client_data, XtPointer cdata)$/;"	f
glresizeCB	raster3d/r3.showdspf/new_init_graphics.c	/^void glresizeCB(Widget widget, XtPointer client_data, XtPointer cdata)$/;"	f
gluBeginCurve	configure	/^gluBeginCurve()$/;"	f
gluBeginCurve	configure	/^gluBeginCurve();$/;"	f
gluNewQuadric	configure	/^gluNewQuadric();$/;"	f
glx_context	raster3d/r3.showdspf/kns_defines.h	/^    GLXContext glx_context;$/;"	m	struct:window_props
glxpixmap	visualization/nviz/src/do_zoom.c	/^static GLXPixmap glxpixmap;$/;"	v	file:
glyph	lib/driver/font2.c	/^struct glyph$/;"	s	file:
glyph_slot	lib/driver/font2.c	/^static struct glyph *glyph_slot(int idx)$/;"	f	file:
glyphs	lib/driver/font2.c	/^static struct glyph *glyphs;$/;"	v	typeref:struct:glyph	file:
glyphs_alloc	lib/driver/font2.c	/^static int glyphs_alloc;$/;"	v	file:
gmax	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int xmax, ymax, gmax;$/;"	v	file:
gmax	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int xmax, ymax, gmax;$/;"	v
gmax	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int xmax, ymax, gmax;$/;"	v	file:
gmax	imagery/i.points/analyze.c	/^static int xmax, ymax, gmax;$/;"	v	file:
gmax	imagery/i.vpoints/analyze.c	/^static int xmax, ymax, gmax;$/;"	v	file:
gmax	raster/r.resamp.rst/main.c	/^double fstar2, tfsta2, xmin, xmax, ymin, ymax, zmin, zmax, gmin, gmax, c1min,$/;"	v
gmax	vector/v.surf.rst/main.c	/^double gmin, gmax, c1min, c1max, c2min, c2max, fi, rsm;$/;"	v
gmax	vector/v.vol.rst/userglobs.h	/^double \/* gcmax *\/ gmin, gmax, c1min, c1max, c2min, c2max, c3min, c3max;$/;"	v
gmin	raster/r.resamp.rst/main.c	/^double fstar2, tfsta2, xmin, xmax, ymin, ymax, zmin, zmax, gmin, gmax, c1min,$/;"	v
gmin	vector/v.surf.rst/main.c	/^double gmin, gmax, c1min, c1max, c2min, c2max, fi, rsm;$/;"	v
gmin	vector/v.vol.rst/userglobs.h	/^double \/* gcmax *\/ gmin, gmax, c1min, c1max, c2min, c2max, c3min, c3max;$/;"	v
gmst	raster/r.sunmask/solpos00.h	/^    float gmst;			\/* T:  S_GEOM     Greenwich mean sidereal time, hours *\/$/;"	m	struct:posdata
gnd	imagery/i.ortho.photo/photo.2image/analyze.c	/^static double *xres, *yres, *gnd;$/;"	v	file:
gnd	imagery/i.ortho.photo/photo.2target/analyze.c	/^static double *xres, *yres, *gnd;$/;"	v	file:
gnd	imagery/i.points/analyze.c	/^static double *xres, *yres, *gnd;$/;"	v	file:
gnd	imagery/i.vpoints/analyze.c	/^static double *xres, *yres, *gnd;$/;"	v	file:
go_refresh	imagery/i.vpoints/driver.c	/^static int go_refresh(void)$/;"	f	file:
gobble_input	ps/ps.map/input.c	/^int gobble_input(void)$/;"	f
goes_east	imagery/i.atcorr/Iwave.cpp	/^void IWave::goes_east()$/;"	f	class:IWave
goes_west	imagery/i.atcorr/Iwave.cpp	/^void IWave::goes_west()$/;"	f	class:IWave
gp	imagery/i.atcorr/Gauss.h	/^	float gp[np];			\/* gaussian weights *\/$/;"	m	struct:Gauss
gp_delete_site	lib/ogsf/gp.c	/^void gp_delete_site(int id)$/;"	f
gp_free_site	lib/ogsf/gp.c	/^int gp_free_site(geosite * fp)$/;"	f
gp_free_sitemem	lib/ogsf/gp.c	/^void gp_free_sitemem(geosite * fp)$/;"	f
gp_get_last_site	lib/ogsf/gp.c	/^geosite *gp_get_last_site(void)$/;"	f
gp_get_new_site	lib/ogsf/gp.c	/^geosite *gp_get_new_site(void)$/;"	f
gp_get_prev_site	lib/ogsf/gp.c	/^geosite *gp_get_prev_site(int id)$/;"	f
gp_get_site	lib/ogsf/gp.c	/^geosite *gp_get_site(int id)$/;"	f
gp_init_site	lib/ogsf/gp.c	/^int gp_init_site(geosite * gp)$/;"	f
gp_num_sites	lib/ogsf/gp.c	/^int gp_num_sites(void)$/;"	f
gp_set_defaults	lib/ogsf/gp.c	/^int gp_set_defaults(geosite * gp)$/;"	f
gp_set_drapesurfs	lib/ogsf/gp.c	/^void gp_set_drapesurfs(geosite * gp, int hsurfs[], int nsurfs)$/;"	f
gp_update_drapesurfs	lib/ogsf/gp.c	/^void gp_update_drapesurfs(void)$/;"	f
gpd_2dsite	lib/ogsf/gpd.c	/^int gpd_2dsite(geosite * gp, geosurf * gs, int do_fast)$/;"	f
gpd_3dsite	lib/ogsf/gpd.c	/^int gpd_3dsite(geosite * gp, float xo, float yo, int do_fast)$/;"	f
gpd_obj	lib/ogsf/gpd.c	/^void gpd_obj(geosurf * gs, int color, float size, int marker, Point3 pt)$/;"	f
gpd_obj_site_attr	lib/ogsf/gpd.c	/^int gpd_obj_site_attr(geosurf * gs, geosite * gp, geopoint * gpt, Point3 site)$/;"	f
gpdcBeginDrawingOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcBeginDrawingOp() {}$/;"	f	class:gpdcBeginDrawingOp
gpdcBeginDrawingOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcBeginDrawingOp : public gpdcOp$/;"	c
gpdcClearOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcClearOp() {}$/;"	f	class:gpdcClearOp
gpdcClearOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcClearOp : public gpdcOp$/;"	c
gpdcCrossHairOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcCrossHairOp(wxCoord x, wxCoord y) {m_x=x; m_y=y;}$/;"	f	class:gpdcCrossHairOp
gpdcCrossHairOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcCrossHairOp : public gpdcOp$/;"	c
gpdcDrawArcOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcDrawArcOp(wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2,$/;"	f	class:gpdcDrawArcOp
gpdcDrawArcOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawArcOp : public gpdcOp$/;"	c
gpdcDrawBitmapOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcDrawBitmapOp(const wxBitmap &bmp, wxCoord x, wxCoord y,$/;"	f	class:gpdcDrawBitmapOp
gpdcDrawBitmapOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawBitmapOp : public gpdcOp$/;"	c
gpdcDrawCheckMarkOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcDrawCheckMarkOp(wxCoord x, wxCoord y,$/;"	f	class:gpdcDrawCheckMarkOp
gpdcDrawCheckMarkOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawCheckMarkOp : public gpdcOp$/;"	c
gpdcDrawEllipseOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcDrawEllipseOp(wxCoord x, wxCoord y, wxCoord width, wxCoord height) $/;"	f	class:gpdcDrawEllipseOp
gpdcDrawEllipseOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawEllipseOp : public gpdcOp$/;"	c
gpdcDrawEllipticArcOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcDrawEllipticArcOp(wxCoord x, wxCoord y, wxCoord w, wxCoord h,$/;"	f	class:gpdcDrawEllipticArcOp
gpdcDrawEllipticArcOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawEllipticArcOp : public gpdcOp$/;"	c
gpdcDrawIconOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcDrawIconOp(const wxIcon& icon, wxCoord x, wxCoord y) $/;"	f	class:gpdcDrawIconOp
gpdcDrawIconOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawIconOp : public gpdcOp$/;"	c
gpdcDrawLabelOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcDrawLabelOp(const wxString& text,$/;"	f	class:gpdcDrawLabelOp
gpdcDrawLabelOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawLabelOp : public gpdcOp$/;"	c
gpdcDrawLineOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcDrawLineOp(wxCoord x1, wxCoord y1, wxCoord x2, wxCoord y2)$/;"	f	class:gpdcDrawLineOp
gpdcDrawLineOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawLineOp : public gpdcOp$/;"	c
gpdcDrawLinesOp	gui/wxpython/vdigit/pseudodc.cpp	/^gpdcDrawLinesOp::gpdcDrawLinesOp(int n, wxPoint points[],$/;"	f	class:gpdcDrawLinesOp
gpdcDrawLinesOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawLinesOp : public gpdcOp$/;"	c
gpdcDrawPointOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcDrawPointOp(wxCoord x, wxCoord y) $/;"	f	class:gpdcDrawPointOp
gpdcDrawPointOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawPointOp : public gpdcOp$/;"	c
gpdcDrawPolyPolygonOp	gui/wxpython/vdigit/pseudodc.cpp	/^gpdcDrawPolyPolygonOp::gpdcDrawPolyPolygonOp(int n, int count[], wxPoint points[],$/;"	f	class:gpdcDrawPolyPolygonOp
gpdcDrawPolyPolygonOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawPolyPolygonOp : public gpdcOp$/;"	c
gpdcDrawPolygonOp	gui/wxpython/vdigit/pseudodc.cpp	/^gpdcDrawPolygonOp::gpdcDrawPolygonOp(int n, wxPoint points[],$/;"	f	class:gpdcDrawPolygonOp
gpdcDrawPolygonOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawPolygonOp : public gpdcOp$/;"	c
gpdcDrawRectangleOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcDrawRectangleOp(wxCoord x, wxCoord y, wxCoord w, wxCoord h)$/;"	f	class:gpdcDrawRectangleOp
gpdcDrawRectangleOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawRectangleOp : public gpdcOp$/;"	c
gpdcDrawRotatedTextOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcDrawRotatedTextOp(const wxString& text, wxCoord x, wxCoord y, double angle) $/;"	f	class:gpdcDrawRotatedTextOp
gpdcDrawRotatedTextOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawRotatedTextOp : public gpdcOp$/;"	c
gpdcDrawRoundedRectangleOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcDrawRoundedRectangleOp(wxCoord x, wxCoord y, wxCoord width, $/;"	f	class:gpdcDrawRoundedRectangleOp
gpdcDrawRoundedRectangleOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawRoundedRectangleOp : public gpdcOp$/;"	c
gpdcDrawSplineOp	gui/wxpython/vdigit/pseudodc.cpp	/^gpdcDrawSplineOp::gpdcDrawSplineOp(int n, wxPoint points[])$/;"	f	class:gpdcDrawSplineOp
gpdcDrawSplineOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawSplineOp : public gpdcOp$/;"	c
gpdcDrawTextOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcDrawTextOp(const wxString& text, wxCoord x, wxCoord y)$/;"	f	class:gpdcDrawTextOp
gpdcDrawTextOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcDrawTextOp : public gpdcOp$/;"	c
gpdcEndDrawingOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcEndDrawingOp() {}$/;"	f	class:gpdcEndDrawingOp
gpdcEndDrawingOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcEndDrawingOp : public gpdcOp$/;"	c
gpdcFloodFillOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcFloodFillOp(wxCoord x, wxCoord y, const wxColour& col,$/;"	f	class:gpdcFloodFillOp
gpdcFloodFillOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcFloodFillOp : public gpdcOp$/;"	c
gpdcObject	gui/wxpython/vdigit/pseudodc.h	/^        gpdcObject(int id) $/;"	f	class:gpdcObject
gpdcObject	gui/wxpython/vdigit/pseudodc.h	/^class gpdcObject$/;"	c
gpdcObjectList	gui/wxpython/vdigit/pseudodc.cpp	/^WX_DEFINE_LIST(gpdcObjectList);$/;"	v
gpdcOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcOp() {}$/;"	f	class:gpdcOp
gpdcOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcOp$/;"	c
gpdcOpList	gui/wxpython/vdigit/pseudodc.cpp	/^WX_DEFINE_LIST(gpdcOpList);$/;"	v
gpdcSetBackgroundModeOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcSetBackgroundModeOp(int mode) {m_mode=mode;}$/;"	f	class:gpdcSetBackgroundModeOp
gpdcSetBackgroundModeOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcSetBackgroundModeOp : public gpdcOp$/;"	c
gpdcSetBackgroundOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcSetBackgroundOp(const wxBrush& brush) $/;"	f	class:gpdcSetBackgroundOp
gpdcSetBackgroundOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcSetBackgroundOp : public gpdcOp$/;"	c
gpdcSetBrushOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcSetBrushOp(const wxBrush& brush) $/;"	f	class:gpdcSetBrushOp
gpdcSetBrushOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcSetBrushOp : public gpdcOp$/;"	c
gpdcSetFontOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcSetFontOp(const wxFont& font) $/;"	f	class:gpdcSetFontOp
gpdcSetFontOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcSetFontOp : public gpdcOp$/;"	c
gpdcSetLogicalFunctionOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcSetLogicalFunctionOp(int function) {m_function=function;}$/;"	f	class:gpdcSetLogicalFunctionOp
gpdcSetLogicalFunctionOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcSetLogicalFunctionOp : public gpdcOp$/;"	c
gpdcSetPaletteOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcSetPaletteOp(const wxPalette& palette) {m_palette=palette;}$/;"	f	class:gpdcSetPaletteOp
gpdcSetPaletteOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcSetPaletteOp : public gpdcOp$/;"	c
gpdcSetPenOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcSetPenOp(const wxPen& pen) $/;"	f	class:gpdcSetPenOp
gpdcSetPenOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcSetPenOp : public gpdcOp$/;"	c
gpdcSetTextBackgroundOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcSetTextBackgroundOp(const wxColour& colour) $/;"	f	class:gpdcSetTextBackgroundOp
gpdcSetTextBackgroundOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcSetTextBackgroundOp : public gpdcOp$/;"	c
gpdcSetTextForegroundOp	gui/wxpython/vdigit/pseudodc.h	/^        gpdcSetTextForegroundOp(const wxColour& colour) $/;"	f	class:gpdcSetTextForegroundOp
gpdcSetTextForegroundOp	gui/wxpython/vdigit/pseudodc.h	/^class gpdcSetTextForegroundOp : public gpdcOp$/;"	c
gpj_datum	include/gprojects.h	/^struct gpj_datum$/;"	s
gpj_datum_transform_list	include/gprojects.h	/^struct gpj_datum_transform_list$/;"	s
gpj_ellps	include/gprojects.h	/^struct gpj_ellps$/;"	s
grabPixels	visualization/nviz/src/togl.c	/^grabPixels(int inColor, unsigned int width, unsigned int height)$/;"	f	file:
grad	lib/gpde/N_solute_transport.h	/^    N_gradient_field_2d *grad;	\/*velocity field *\/$/;"	m	struct:__anon45
grad	lib/gpde/N_solute_transport.h	/^    N_gradient_field_3d *grad;	\/*velocity field *\/$/;"	m	struct:__anon44
grad_check	raster/simwe/simlib/input.c	/^int grad_check(void)$/;"	f
gradient	imagery/i.smap/bouman/alpha_max.c	/^void gradient($/;"	f
gradient	vector/v.vol.rst/main.c	/^char *gradient = NULL;$/;"	v
grandparent	include/iostream/minmaxheap.h	/^  HeapIndex grandparent(HeapIndex i) const { return (i\/4); };$/;"	f	class:BasicMinMaxHeap
graph	include/vect/dig_structs.h	/^    dglGraph_s graph;		\/* graph structure *\/$/;"	m	struct:Map_info
graph_free	vector/v.generalize/network.c	/^void graph_free(NGRAPH * g)$/;"	f
graph_generalization	vector/v.generalize/network.c	/^int graph_generalization(struct Map_info *In, struct Map_info *Out,$/;"	f
graph_init	vector/v.generalize/network.c	/^int graph_init(NGRAPH * g, int vertices)$/;"	f
graph_line_type	include/vect/dig_structs.h	/^    int graph_line_type;	\/* line type used to build the graph *\/$/;"	m	struct:Map_info
graph_unit	raster/r.le/r.le.setup/sample.c	/^static void graph_unit(int t, int b, int l, int r, char *n1, char *n2,$/;"	f	file:
graphics	display/d.graph/graphics.c	/^int graphics(FILE * infile)$/;"	f
graphics	display/d.mapgraph/graphics.c	/^int graphics(void)$/;"	f
grassTask	gui/wxpython/gui_modules/menuform.py	/^class grassTask:$/;"	c
grass_LIBS	swig/python/Makefile	/^grass_LIBS      = $(GISLIB)$/;"	m
grass_debug_level	lib/gis/debug.c	/^static int grass_debug_level = -1;$/;"	v	file:
grass_element_name	visualization/nviz/scripts/mapBrowser.tcl	/^proc grass_element_name {element {mapset .}} {$/;"	p
grass_file_name	visualization/nviz/scripts/mapBrowser.tcl	/^proc grass_file_name {element name {mapset .}} {$/;"	p
grass_location	visualization/nviz/scripts/mapBrowser.tcl	/^proc grass_location {} {$/;"	p
grass_ls	visualization/nviz/scripts/mapBrowser.tcl	/^proc grass_ls {element {mapset .}} {$/;"	p
grass_mapset_list	visualization/nviz/scripts/mapBrowser.tcl	/^proc grass_mapset_list {} {$/;"	p
green	imagery/i.class/input_color.c	/^int green(void)$/;"	f
gregion	raster/r.topmodel/misc.c	/^void gregion(void)$/;"	f
grey	imagery/i.class/input_color.c	/^int grey(void)$/;"	f
grey	ps/ps.map/ps_info.h	/^    int grey;$/;"	m	struct:PS_data
greyrast	ps/ps.map/description.html	/^<a name="greyrast"><\/a>$/;"	a
grid	lib/cairodriver/Graph.c	/^unsigned char *grid;$/;"	v
grid	lib/pngdriver/Graph_set.c	/^unsigned int *grid;$/;"	v
grid	ps/ps.map/description.html	/^<a name="grid"><\/a>$/;"	a
grid	ps/ps.map/ps_info.h	/^    int grid, grid_color, grid_numbers, grid_numbers_color, grid_fontsize;$/;"	m	struct:PS_data
grid	raster/r.proj.seg/r.proj.h	/^    block **grid;$/;"	m	struct:cache
grid	raster/r.terraflow/grid.cc	/^grid::grid(dimension_type giMin, dimension_type gjMin,$/;"	f	class:grid
grid	raster/r.terraflow/grid.h	/^class grid {$/;"	c
grid	raster3d/r3.showdspf/vizual.h	/^    int grid;$/;"	m	struct:dspec
gridElement	raster/r.terraflow/grid.h	/^struct gridElement {$/;"	s
gridPosition	raster/r.terraflow/sweep.h	/^class gridPosition {$/;"	c
grid_calc	lib/rst/interp_float/interpf.h	/^    int (*grid_calc) ();	\/*calculates grid for given segm *\/$/;"	m	struct:interp_params
grid_col	include/gis.h	/^    char grid_col[40];		\/* colors *\/$/;"	m	struct:G_3dview
grid_col	swig/perl/gis.h	/^    char grid_col[40];		\/* colors *\/$/;"	m	struct:G_3dview
grid_color	display/d.rast.arrow/arrow.c	/^int map_type, arrow_color, grid_color, x_color, unknown_color;$/;"	v
grid_color	display/d.rast.edit/edit.h	/^GLOBAL int grid_color;$/;"	v
grid_color	ps/ps.map/ps_info.h	/^    int grid, grid_color, grid_numbers, grid_numbers_color, grid_fontsize;$/;"	m	struct:PS_data
grid_color_name	display/d.rast.edit/edit.h	/^GLOBAL char grid_color_name[40];$/;"	v
grid_cross	ps/ps.map/ps_info.h	/^    float grid_cross;$/;"	m	struct:PS_data
grid_description	vector/v.mkgrid/grid_structs.h	/^struct grid_description$/;"	s
grid_font	ps/ps.map/ps_info.h	/^    char *grid_font, *geogrid_font;$/;"	m	struct:PS_data
grid_fontsize	ps/ps.map/ps_info.h	/^    int grid, grid_color, grid_numbers, grid_numbers_color, grid_fontsize;$/;"	m	struct:PS_data
grid_numbers	ps/ps.map/ps_info.h	/^    int grid, grid_color, grid_numbers, grid_numbers_color, grid_fontsize;$/;"	m	struct:PS_data
grid_numbers_color	ps/ps.map/ps_info.h	/^    int grid, grid_color, grid_numbers, grid_numbers_color, grid_fontsize;$/;"	m	struct:PS_data
grid_position	raster3d/r3.in.v5d/v5d.c	/^static int grid_position(const v5dstruct * v, int time, int var)$/;"	f	file:
grid_position	raster3d/r3.out.v5d/v5d.c	/^static int grid_position(const v5dstruct * v, int time, int var)$/;"	f	file:
grid_width	ps/ps.map/ps_info.h	/^    double grid_width, geogrid_width;$/;"	m	struct:PS_data
grn	imagery/i.class/globals.h	/^    int red, grn, blue;$/;"	m	struct:__anon207
grn	imagery/i.ortho.photo/libes/orthophoto.h	/^    } red, grn, blu;$/;"	m	struct:Ortho_Image_Group_Ref	typeref:struct:Ortho_Image_Group_Ref::Ortho_Ref_Color
grn	include/gis.h	/^	unsigned char *grn;$/;"	m	struct:_Color_Info_::__anon264
grn	include/gis.h	/^    unsigned char grn;$/;"	m	struct:_Color_Value_
grn	include/imagery.h	/^    struct Ref_Color red, grn, blu;$/;"	m	struct:Ref	typeref:struct:Ref::
grn	raster/r.mapcalc/map.c	/^static unsigned char *red, *grn, *blu;$/;"	v	file:
grn	raster/r.mapcalc/map3.c	/^static unsigned char *red, *grn, *blu;$/;"	v	file:
grn	swig/perl/gis.h	/^	unsigned char *grn;$/;"	m	struct:_Color_Info_::__anon90
grn	swig/perl/gis.h	/^	unsigned char grn;$/;"	m	struct:_Color_Rule_::__anon89
grn_alloc	lib/driver/command.c	/^static int grn_alloc;$/;"	v	file:
grna	lib/driver/command.c	/^static unsigned char *grna;$/;"	v	file:
grok_bin	swig/perl/R_slope_aspect/ppport.h	678;"	d
grok_hex	swig/perl/R_slope_aspect/ppport.h	642;"	d
grok_number	swig/perl/R_slope_aspect/ppport.h	752;"	d
grok_numeric_radix	swig/perl/R_slope_aspect/ppport.h	708;"	d
grok_oct	swig/perl/R_slope_aspect/ppport.h	660;"	d
gronsole_history	gui/tcltk/gis.m/runandoutput.tcl	/^proc gronsole_history {cmdtext ci cmd} {$/;"	p
groundCoords	raster/r.out.pov/main.c	/^double groundCoords[4][2], elevBounds[2], localRotation;$/;"	v
groundSystem	raster/r.out.pov/main.c	/^int DEMlevel, elevationPattern, groundSystem, groundZone;$/;"	v
groundZone	raster/r.out.pov/main.c	/^int DEMlevel, elevationPattern, groundSystem, groundZone;$/;"	v
group	imagery/i.cluster/main.c	/^char *group;$/;"	v
group	imagery/i.gensig/parms.h	/^    char *group;$/;"	m	struct:parms
group	imagery/i.gensigset/parms.h	/^    char *group;$/;"	m	struct:parms
group	imagery/i.maxlik/main.c	/^char *group;$/;"	v
group	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL struct Ortho_Image_Group group;$/;"	v	typeref:struct:Ortho_Image_Group
group	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL struct Ortho_Image_Group group;$/;"	v	typeref:struct:Ortho_Image_Group
group	imagery/i.ortho.photo/photo.init/globals.h	/^GLOBAL struct Ortho_Image_Group group;$/;"	v	typeref:struct:Ortho_Image_Group
group	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL struct Ortho_Image_Group group;$/;"	v	typeref:struct:Ortho_Image_Group
group	imagery/i.points/main.c	/^Group group;$/;"	v
group	imagery/i.smap/bouman/bouman.h	/^    char *group;$/;"	m	struct:parms
group	imagery/i.vpoints/main.c	/^Group group;$/;"	v
group	include/dbmi.h	/^    char *group;		\/* deafault group to which select privilege is granted *\/$/;"	m	struct:_db_connection
group	lib/vector/Vlib/dgraph.c	/^    int group;			\/* IPs with very similar dist will be in the same group *\/$/;"	m	struct:intersection_point	file:
group	ps/ps.map/description.html	/^<a name="group"><\/a>$/;"	a
group_count	lib/vector/Vlib/dgraph.c	/^    int group_count;$/;"	m	struct:seg_intersections	file:
group_list	imagery/i.points/main.c	/^char *group_list;$/;"	v
group_list	imagery/i.vpoints/main.c	/^char *group_list;$/;"	v
group_name	ps/ps.map/group.h	/^    char *group_name;$/;"	m	struct:PS_group
group_ref	imagery/i.ortho.photo/libes/orthophoto.h	/^    struct Ref group_ref;$/;"	m	struct:Ortho_Image_Group	typeref:struct:Ortho_Image_Group::Ref
grow	include/iostream/minmaxheap.h	/^  virtual void grow() { fprintf(stderr, "MinMaxHeap::grow: not implemented\\n"); assert(0); exit(1); };$/;"	f	class:MinMaxHeap
grow	include/iostream/minmaxheap.h	/^void UnboundedMinMaxHeap<T>::grow() {$/;"	f	class:UnboundedMinMaxHeap
grow	include/iostream/queue.h	/^queue<T>::grow() {$/;"	f	class:queue
grp	ps/ps.map/group.h	/^struct PS_group grp;$/;"	v	typeref:struct:PS_group
grwin	display/drivers/XDRIVER/Graph_set.c	/^Window grwin;$/;"	v
grwin	visualization/xganim/Clr_table.c	/^Window grwin;$/;"	v
grwin	visualization/ximgview/main.c	/^Window grwin;$/;"	v
gs_ascii_flag	raster/r.in.ascii/gethead.c	/^const char gs_ascii_flag[5] = { "DSAA" };$/;"	v
gs_att_is_set	lib/ogsf/gs.c	/^int gs_att_is_set(geosurf * surf, IFLAG att)$/;"	f
gs_calc_normals	lib/ogsf/gs_norms.c	/^int gs_calc_normals(geosurf * gs)$/;"	f
gs_clip_segment	lib/ogsf/gvd.c	/^int gs_clip_segment(geosurf * gs, float *bgn, float *end, float *region)$/;"	f
gs_delete_surf	lib/ogsf/gs.c	/^void gs_delete_surf(int id)$/;"	f
gs_distance_onsurf	lib/ogsf/gs.c	/^int gs_distance_onsurf(geosurf * gs, float *p1, float *p2, float *dist,$/;"	f
gs_err	lib/ogsf/gs.c	/^void gs_err(const char *msg)$/;"	f
gs_free_surf	lib/ogsf/gs.c	/^int gs_free_surf(geosurf * fs)$/;"	f
gs_free_unshared_buffs	lib/ogsf/gs.c	/^void gs_free_unshared_buffs(geosurf * fs)$/;"	f
gs_get_att_src	lib/ogsf/gs.c	/^int gs_get_att_src(geosurf * gs, int desc)$/;"	f
gs_get_att_typbuff	lib/ogsf/gs.c	/^typbuff *gs_get_att_typbuff(geosurf * gs, int desc, int to_write)$/;"	f
gs_get_att_type	lib/ogsf/gs.c	/^int gs_get_att_type(geosurf * gs, int desc)$/;"	f
gs_get_data_avg_zmax	lib/ogsf/gs.c	/^int gs_get_data_avg_zmax(float *azmax)$/;"	f
gs_get_databounds_planes	lib/ogsf/gs_query.c	/^void gs_get_databounds_planes(Point4 * planes)$/;"	f
gs_get_datacenter	lib/ogsf/gs.c	/^int gs_get_datacenter(float *cen)$/;"	f
gs_get_last_surface	lib/ogsf/gs.c	/^geosurf *gs_get_last_surface(void)$/;"	f
gs_get_new_surface	lib/ogsf/gs.c	/^geosurf *gs_get_new_surface(void)$/;"	f
gs_get_prev_surface	lib/ogsf/gs.c	/^geosurf *gs_get_prev_surface(int id)$/;"	f
gs_get_surf	lib/ogsf/gs.c	/^geosurf *gs_get_surf(int id)$/;"	f
gs_get_xextents	lib/ogsf/gs.c	/^int gs_get_xextents(geosurf * gs, float *min, float *max)$/;"	f
gs_get_xrange	lib/ogsf/gs.c	/^int gs_get_xrange(float *min, float *max)$/;"	f
gs_get_yextents	lib/ogsf/gs.c	/^int gs_get_yextents(geosurf * gs, float *min, float *max)$/;"	f
gs_get_yrange	lib/ogsf/gs.c	/^int gs_get_yrange(float *min, float *max)$/;"	f
gs_get_zextents	lib/ogsf/gs.c	/^int gs_get_zextents(geosurf * gs, float *min, float *max, float *mid)$/;"	f
gs_get_zrange	lib/ogsf/gs.c	/^int gs_get_zrange(float *min, float *max)$/;"	f
gs_get_zrange0	lib/ogsf/gs.c	/^int gs_get_zrange0(float *min, float *max)$/;"	f
gs_getall_surfaces	lib/ogsf/gs.c	/^int gs_getall_surfaces(geosurf ** gsurfs)$/;"	f
gs_init	lib/ogsf/gs.c	/^void gs_init(void)$/;"	f
gs_init_normbuff	lib/ogsf/gs.c	/^int gs_init_normbuff(geosurf * gs)$/;"	f
gs_init_surf	lib/ogsf/gs.c	/^int gs_init_surf(geosurf * gs, double ox, double oy, int rows, int cols,$/;"	f
gs_los_intersect	lib/ogsf/gs_query.c	/^int gs_los_intersect(int surfid, float **los, float *point)$/;"	f
gs_los_intersect1	lib/ogsf/gs_query.c	/^int gs_los_intersect1(int surfid, float (*los)[3], float *point)$/;"	f
gs_malloc_att_buff	lib/ogsf/gs.c	/^int gs_malloc_att_buff(geosurf * gs, int desc, int type)$/;"	f
gs_malloc_lookup	lib/ogsf/gs.c	/^int gs_malloc_lookup(geosurf * gs, int desc)$/;"	f
gs_mapcolor	lib/ogsf/gs.c	/^int gs_mapcolor(typbuff * cobuff, gsurf_att * coloratt, int offset)$/;"	f
gs_mask_defined	lib/ogsf/gs.c	/^int gs_mask_defined(geosurf * gs)$/;"	f
gs_masked	lib/ogsf/gs.c	/^int gs_masked(typbuff * tb, int col, int row, int offset)$/;"	f
gs_num_datah_reused	lib/ogsf/gs.c	/^int gs_num_datah_reused(int dh)$/;"	f
gs_num_surfaces	lib/ogsf/gs.c	/^int gs_num_surfaces(void)$/;"	f
gs_point_in_region	lib/ogsf/gpd.c	/^int gs_point_in_region(geosurf * gs, float *pt, float *region)$/;"	f
gs_point_is_masked	lib/ogsf/gs.c	/^int gs_point_is_masked(geosurf * gs, float *pt)$/;"	f
gs_put_label	lib/ogsf/gsd_label.c	/^void gs_put_label(const char *text, GLuint fontbase, int size,$/;"	f
gs_set_att_const	lib/ogsf/gs.c	/^int gs_set_att_const(geosurf * gs, int desc, float constant)$/;"	f
gs_set_att_src	lib/ogsf/gs.c	/^int gs_set_att_src(geosurf * gs, int desc, int src)$/;"	f
gs_set_att_type	lib/ogsf/gs.c	/^int gs_set_att_type(geosurf * gs, int desc, int type)$/;"	f
gs_set_defaults	lib/ogsf/gs.c	/^void gs_set_defaults(geosurf * gs, float *defs, float *null_defs)$/;"	f
gs_set_maskmode	lib/ogsf/gs.c	/^void gs_set_maskmode(int invert)$/;"	f
gs_setall_norm_needupdate	lib/ogsf/gs.c	/^int gs_setall_norm_needupdate(void)$/;"	f
gs_setlos_enterdata	lib/ogsf/gs_query.c	/^int gs_setlos_enterdata(Point3 * los)$/;"	f
gs_update_curmask	lib/ogsf/gs_bm.c	/^int gs_update_curmask(geosurf * surf)$/;"	f
gsbm_and_masks	lib/ogsf/gs_bm.c	/^int gsbm_and_masks(struct BM *bmvar, struct BM *bmcon)$/;"	f
gsbm_make_mask	lib/ogsf/gs_bm.c	/^struct BM *gsbm_make_mask(typbuff * frombuff, float maskval, int rows,$/;"	f
gsbm_masks	lib/ogsf/gs_bm.c	/^static int gsbm_masks(struct BM *bmvar, struct BM *bmcon, const int mask_type)$/;"	f	file:
gsbm_or_masks	lib/ogsf/gs_bm.c	/^int gsbm_or_masks(struct BM *bmvar, struct BM *bmcon)$/;"	f
gsbm_ornot_masks	lib/ogsf/gs_bm.c	/^int gsbm_ornot_masks(struct BM *bmvar, struct BM *bmcon)$/;"	f
gsbm_xor_masks	lib/ogsf/gs_bm.c	/^int gsbm_xor_masks(struct BM *bmvar, struct BM *bmcon)$/;"	f
gsbm_zero_mask	lib/ogsf/gs_bm.c	/^void gsbm_zero_mask(struct BM *map)$/;"	f
gsd_3darrow	lib/ogsf/gsd_objs.c	/^void gsd_3darrow(float *center, unsigned long colr, float siz1, float siz2,$/;"	f
gsd_3dcursor	lib/ogsf/gsd_objs.c	/^void gsd_3dcursor(float *pt)$/;"	f
gsd_arrow	lib/ogsf/gsd_objs.c	/^int gsd_arrow(float *center, unsigned long colr, float siz, float *dir,$/;"	f
gsd_arrow_onsurf	lib/ogsf/gsd_objs.c	/^int gsd_arrow_onsurf(float *base, float *tip, unsigned long colr, int wid,$/;"	f
gsd_backbuffer	lib/ogsf/gsd_prim.c	/^void gsd_backbuffer(int bool)$/;"	f
gsd_backface	lib/ogsf/gsd_prim.c	/^void gsd_backface(int n)$/;"	f
gsd_bgn_legend_viewport	lib/ogsf/gsd_legend.c	/^void gsd_bgn_legend_viewport(GLint wl, GLint wb, GLint wr, GLint wt)$/;"	f
gsd_bgnline	lib/ogsf/gsd_prim.c	/^void gsd_bgnline(void)$/;"	f
gsd_bgnlist	lib/ogsf/gsd_prim.c	/^void gsd_bgnlist(int listno, int do_draw)$/;"	f
gsd_bgnpolygon	lib/ogsf/gsd_prim.c	/^void gsd_bgnpolygon(void)$/;"	f
gsd_bgnqstrip	lib/ogsf/gsd_prim.c	/^void gsd_bgnqstrip(void)$/;"	f
gsd_bgntfan	lib/ogsf/gsd_prim.c	/^void gsd_bgntfan(void)$/;"	f
gsd_bgntmesh	lib/ogsf/gsd_prim.c	/^void gsd_bgntmesh(void)$/;"	f
gsd_bgntstrip	lib/ogsf/gsd_prim.c	/^void gsd_bgntstrip(void)$/;"	f
gsd_blend	lib/ogsf/gsd_prim.c	/^void gsd_blend(int yesno)$/;"	f
gsd_bothbuffer	lib/ogsf/gsd_prim.c	/^void gsd_bothbuffer(void)$/;"	f
gsd_box	lib/ogsf/gsd_objs.c	/^void gsd_box(float *center, int colr, float *siz)$/;"	f
gsd_call_label	lib/ogsf/gsd_label.c	/^void gsd_call_label(void)$/;"	f
gsd_calllist	lib/ogsf/gsd_prim.c	/^void gsd_calllist(int listno)$/;"	f
gsd_calllists	lib/ogsf/gsd_prim.c	/^void gsd_calllists(int listno)$/;"	f
gsd_check_focus	lib/ogsf/gsd_views.c	/^void gsd_check_focus(geoview * gv)$/;"	f
gsd_checkpoint	lib/ogsf/gsd_prim.c	/^int gsd_checkpoint(float pt[4],$/;"	f
gsd_circ	lib/ogsf/gsd_prim.c	/^void gsd_circ(float x, float y, float rad)$/;"	f
gsd_close_mpeg	lib/ogsf/gsd_img_mpeg.c	/^int gsd_close_mpeg(void)$/;"	f
gsd_coarse_surf_map	lib/ogsf/gsd_wire.c	/^int gsd_coarse_surf_map(geosurf * surf)$/;"	f
gsd_color_func	lib/ogsf/gsd_prim.c	/^void gsd_color_func(unsigned int col)$/;"	f
gsd_colormode	lib/ogsf/gsd_prim.c	/^void gsd_colormode(int cm)$/;"	f
gsd_cplane_off	lib/ogsf/gsd_cplane.c	/^void gsd_cplane_off(int num)$/;"	f
gsd_cplane_on	lib/ogsf/gsd_cplane.c	/^void gsd_cplane_on(int num)$/;"	f
gsd_cplane_setrot	lib/ogsf/gsd_cplane.c	/^void gsd_cplane_setrot(int num, float rx, float ry, float rz)$/;"	f
gsd_cplane_settrans	lib/ogsf/gsd_cplane.c	/^void gsd_cplane_settrans(int num, float tx, float ty, float tz)$/;"	f
gsd_cube	lib/ogsf/gsd_objs.c	/^void gsd_cube(float *center, unsigned long colr, float siz)$/;"	f
gsd_def_clipplane	lib/ogsf/gsd_prim.c	/^void gsd_def_clipplane(int num, double *params)$/;"	f
gsd_def_cplane	lib/ogsf/gsd_cplane.c	/^void gsd_def_cplane(int num, float *pt, float *norm)$/;"	f
gsd_deflight	lib/ogsf/gsd_prim.c	/^void gsd_deflight(int num, struct lightdefs *vals)$/;"	f
gsd_deletelist	lib/ogsf/gsd_prim.c	/^void gsd_deletelist(GLuint listno, int range)$/;"	f
gsd_diamond	lib/ogsf/gsd_objs.c	/^void gsd_diamond(float *center, unsigned long colr, float siz)$/;"	f
gsd_diamond_lines	lib/ogsf/gsd_objs.c	/^void gsd_diamond_lines(void)$/;"	f
gsd_disc	lib/ogsf/gsd_prim.c	/^void gsd_disc(float x, float y, float z, float rad)$/;"	f
gsd_display_fringe	lib/ogsf/gsd_fringe.c	/^void gsd_display_fringe(geosurf * surf, unsigned long clr, float elev,$/;"	f
gsd_do_scale	lib/ogsf/gsd_views.c	/^void gsd_do_scale(int doexag)$/;"	f
gsd_draw_asterisk	lib/ogsf/gsd_objs.c	/^void gsd_draw_asterisk(float *center, unsigned long colr, float siz)$/;"	f
gsd_draw_box	lib/ogsf/gsd_objs.c	/^void gsd_draw_box(float *center, unsigned long colr, float siz)$/;"	f
gsd_draw_cplane	lib/ogsf/gsd_cplane.c	/^void gsd_draw_cplane(int num)$/;"	f
gsd_draw_cplane_fence	lib/ogsf/gsd_cplane.c	/^void gsd_draw_cplane_fence(geosurf * surf1, geosurf * surf2, int cpnum)$/;"	f
gsd_draw_gyro	lib/ogsf/gsd_objs.c	/^void gsd_draw_gyro(float *center, unsigned long colr, float siz)$/;"	f
gsd_drawsphere	lib/ogsf/gsd_objs.c	/^void gsd_drawsphere(float *center, unsigned long colr, float siz)$/;"	f
gsd_end_legend_viewport	lib/ogsf/gsd_legend.c	/^void gsd_end_legend_viewport(void)$/;"	f
gsd_endline	lib/ogsf/gsd_prim.c	/^void gsd_endline(void)$/;"	f
gsd_endlist	lib/ogsf/gsd_prim.c	/^void gsd_endlist(void)$/;"	f
gsd_endpolygon	lib/ogsf/gsd_prim.c	/^void gsd_endpolygon(void)$/;"	f
gsd_endqstrip	lib/ogsf/gsd_prim.c	/^void gsd_endqstrip(void)$/;"	f
gsd_endtfan	lib/ogsf/gsd_prim.c	/^void gsd_endtfan(void)$/;"	f
gsd_endtmesh	lib/ogsf/gsd_prim.c	/^void gsd_endtmesh(void)$/;"	f
gsd_endtstrip	lib/ogsf/gsd_prim.c	/^void gsd_endtstrip(void)$/;"	f
gsd_finish	lib/ogsf/gsd_prim.c	/^void gsd_finish(void)$/;"	f
gsd_flush	lib/ogsf/gsd_prim.c	/^void gsd_flush(void)$/;"	f
gsd_fringe_horiz_line	lib/ogsf/gsd_fringe.c	/^void gsd_fringe_horiz_line(float bot, geosurf * surf, int row, int side)$/;"	f
gsd_fringe_horiz_line2	lib/ogsf/gsd_fringe.c	/^void gsd_fringe_horiz_line2(float bot, geosurf * surf, int row, int side)$/;"	f
gsd_fringe_horiz_poly	lib/ogsf/gsd_fringe.c	/^void gsd_fringe_horiz_poly(float bot, geosurf * surf, int row, int side)$/;"	f
gsd_fringe_vert_line	lib/ogsf/gsd_fringe.c	/^void gsd_fringe_vert_line(float bot, geosurf * surf, int col, int side)$/;"	f
gsd_fringe_vert_poly	lib/ogsf/gsd_fringe.c	/^void gsd_fringe_vert_poly(float bot, geosurf * surf, int col, int side)$/;"	f
gsd_frontbuffer	lib/ogsf/gsd_prim.c	/^void gsd_frontbuffer(int bool)$/;"	f
gsd_getViewport	lib/ogsf/gsd_prim.c	/^int gsd_getViewport(GLint tmp[4], GLint num[2])$/;"	f
gsd_get_cplanes	lib/ogsf/gsd_cplane.c	/^int gsd_get_cplanes(Point4 * planes)$/;"	f
gsd_get_cplanes_state	lib/ogsf/gsd_cplane.c	/^void gsd_get_cplanes_state(int *onstate)$/;"	f
gsd_get_los	lib/ogsf/gsd_views.c	/^int gsd_get_los(float (*vect)[3], short sx, short sy)$/;"	f
gsd_get_nice_range	lib/ogsf/gsd_legend.c	/^int gsd_get_nice_range(float lownum, float highnum, int numvals, float *vals)$/;"	f
gsd_get_txtheight	lib/ogsf/gsd_fonts.c	/^int gsd_get_txtheight(int size)$/;"	f
gsd_get_txtwidth	lib/ogsf/gsd_fonts.c	/^int gsd_get_txtwidth(const char *s, int size)$/;"	f
gsd_get_zup	lib/ogsf/gsd_views.c	/^void gsd_get_zup(geoview * gv, double *up)$/;"	f
gsd_getfc	lib/ogsf/gsd_surf.c	/^int gsd_getfc(void)$/;"	f
gsd_getimage	lib/ogsf/gsd_prim.c	/^int gsd_getimage(unsigned char **pixbuf, unsigned int *xsize,$/;"	f
gsd_getshademodel	lib/ogsf/gsd_prim.c	/^int gsd_getshademodel(void)$/;"	f
gsd_getwindow	lib/ogsf/gsd_prim.c	/^void gsd_getwindow(int *window, int *viewport, double *modelMatrix,$/;"	f
gsd_init_lightmodel	lib/ogsf/gsd_prim.c	/^void gsd_init_lightmodel(void)$/;"	f
gsd_init_mpeg	lib/ogsf/gsd_img_mpeg.c	/^int gsd_init_mpeg(const char *filename)$/;"	f
gsd_line_onsurf	lib/ogsf/gsd_objs.c	/^void gsd_line_onsurf(geosurf * gs, float *v1, float *v2)$/;"	f
gsd_linewidth	lib/ogsf/gsd_prim.c	/^void gsd_linewidth(short n)$/;"	f
gsd_litvert_func	lib/ogsf/gsd_prim.c	/^void gsd_litvert_func(float *norm, unsigned long col, float *pt)$/;"	f
gsd_litvert_func2	lib/ogsf/gsd_prim.c	/^void gsd_litvert_func2(float *norm, unsigned long col, float *pt)$/;"	f
gsd_make_nice_number	lib/ogsf/gsd_legend.c	/^int gsd_make_nice_number(float *num)$/;"	f
gsd_makelist	lib/ogsf/gsd_prim.c	/^int gsd_makelist(void)$/;"	f
gsd_model2real	lib/ogsf/gsd_views.c	/^void gsd_model2real(Point3 point)$/;"	f
gsd_model2surf	lib/ogsf/gsd_views.c	/^void gsd_model2surf(geosurf * gs, Point3 point)$/;"	f
gsd_nline_onsurf	lib/ogsf/gsd_objs.c	/^int gsd_nline_onsurf(geosurf * gs, float *v1, float *v2, float *pt, int n)$/;"	f
gsd_norm_arrows	lib/ogsf/gsd_surf.c	/^int gsd_norm_arrows(geosurf * surf)$/;"	f
gsd_north_arrow	lib/ogsf/gsd_objs.c	/^int gsd_north_arrow(float *pos2, float len, GLuint fontbase,$/;"	f
gsd_ortho_wall	lib/ogsf/gsd_surf.c	/^int gsd_ortho_wall(int np, int ns, geosurf ** gsurfs, Point3 ** points,$/;"	f
gsd_plus	lib/ogsf/gsd_objs.c	/^void gsd_plus(float *center, int colr, float siz)$/;"	f
gsd_popmatrix	lib/ogsf/gsd_prim.c	/^void gsd_popmatrix(void)$/;"	f
gsd_pushmatrix	lib/ogsf/gsd_prim.c	/^void gsd_pushmatrix(void)$/;"	f
gsd_put_legend	lib/ogsf/gsd_legend.c	/^GLuint gsd_put_legend(const char *name, GLuint fontbase, int size, int *flags,$/;"	f
gsd_real2model	lib/ogsf/gsd_views.c	/^void gsd_real2model(Point3 point)$/;"	f
gsd_real2surf	lib/ogsf/gsd_views.c	/^void gsd_real2surf(geosurf * gs, Point3 point)$/;"	f
gsd_remove_all	lib/ogsf/gsd_label.c	/^void gsd_remove_all(void)$/;"	f
gsd_remove_curr	lib/ogsf/gsd_label.c	/^void gsd_remove_curr(void)$/;"	f
gsd_rot	lib/ogsf/gsd_prim.c	/^void gsd_rot(float angle, char axis)$/;"	f
gsd_scale	lib/ogsf/gsd_prim.c	/^void gsd_scale(float xs, float ys, float zs)$/;"	f
gsd_scalebar	lib/ogsf/gsd_objs.c	/^int gsd_scalebar(float *pos2, float len, GLuint fontbase,$/;"	f
gsd_set_clipplane	lib/ogsf/gsd_prim.c	/^void gsd_set_clipplane(int num, int able)$/;"	f
gsd_set_material	lib/ogsf/gsd_prim.c	/^void gsd_set_material(int set_shin, int set_emis, float sh, float em,$/;"	f
gsd_set_view	lib/ogsf/gsd_views.c	/^void gsd_set_view(geoview * gv, geodisplay * gd)$/;"	f
gsd_setfc	lib/ogsf/gsd_surf.c	/^void gsd_setfc(int mode)$/;"	f
gsd_shademodel	lib/ogsf/gsd_prim.c	/^void gsd_shademodel(int bool)$/;"	f
gsd_sphere	lib/ogsf/gsd_prim.c	/^void gsd_sphere(float *center, float siz)$/;"	f
gsd_surf	lib/ogsf/gsd_surf.c	/^int gsd_surf(geosurf * surf)$/;"	f
gsd_surf2real	lib/ogsf/gsd_views.c	/^void gsd_surf2real(geosurf * gs, Point3 point)$/;"	f
gsd_surf_const	lib/ogsf/gsd_surf.c	/^int gsd_surf_const(geosurf * surf, float k)$/;"	f
gsd_surf_func	lib/ogsf/gsd_surf.c	/^int gsd_surf_func(geosurf * gs, int (*user_func) ())$/;"	f
gsd_surf_map	lib/ogsf/gsd_surf.c	/^int gsd_surf_map(geosurf * surf)$/;"	f
gsd_surf_map_old	lib/ogsf/gsd_surf.c	/^int gsd_surf_map_old(geosurf * surf)$/;"	f
gsd_swapbuffers	lib/ogsf/gsd_prim.c	/^void gsd_swapbuffers(void)$/;"	f
gsd_swaptmesh	lib/ogsf/gsd_prim.c	/^void gsd_swaptmesh(void)$/;"	f
gsd_switchlight	lib/ogsf/gsd_prim.c	/^void gsd_switchlight(int num, int on)$/;"	f
gsd_translate	lib/ogsf/gsd_prim.c	/^void gsd_translate(float dx, float dy, float dz)$/;"	f
gsd_triangulated_wall	lib/ogsf/gsd_surf.c	/^int gsd_triangulated_wall(int npts1, int npts2, geosurf * surf1,$/;"	f
gsd_update_cplanes	lib/ogsf/gsd_cplane.c	/^void gsd_update_cplanes(void)$/;"	f
gsd_update_cpnorm	lib/ogsf/gsd_cplane.c	/^void gsd_update_cpnorm(int num)$/;"	f
gsd_vert_func	lib/ogsf/gsd_prim.c	/^void gsd_vert_func(float *pt)$/;"	f
gsd_viewport	lib/ogsf/gsd_prim.c	/^void gsd_viewport(int l, int r, int b, int t)$/;"	f
gsd_wall	lib/ogsf/gsd_surf.c	/^int gsd_wall(float *bgn, float *end, float *norm)$/;"	f
gsd_wire_arrows	lib/ogsf/gsd_wire.c	/^int gsd_wire_arrows(geosurf * surf)$/;"	f
gsd_wire_surf	lib/ogsf/gsd_wire.c	/^int gsd_wire_surf(geosurf * surf)$/;"	f
gsd_wire_surf_const	lib/ogsf/gsd_wire.c	/^int gsd_wire_surf_const(geosurf * surf, float k)$/;"	f
gsd_wire_surf_func	lib/ogsf/gsd_wire.c	/^int gsd_wire_surf_func(geosurf * gs, int (*user_func) ())$/;"	f
gsd_wire_surf_map	lib/ogsf/gsd_wire.c	/^int gsd_wire_surf_map(geosurf * surf)$/;"	f
gsd_writeView	lib/ogsf/gsd_prim.c	/^int gsd_writeView(unsigned char **pixbuf, unsigned int xsize,$/;"	f
gsd_write_mpegframe	lib/ogsf/gsd_img_mpeg.c	/^int gsd_write_mpegframe(void)$/;"	f
gsd_x	lib/ogsf/gsd_objs.c	/^void gsd_x(geosurf * gs, float *center, int colr, float siz)$/;"	f
gsd_zup_twist	lib/ogsf/gsd_views.c	/^int gsd_zup_twist(geoview * gv)$/;"	f
gsd_zwritemask	lib/ogsf/gsd_prim.c	/^void gsd_zwritemask(unsigned long n)$/;"	f
gsdiff_do_SD	lib/ogsf/gsdiff.c	/^float gsdiff_do_SD(float val, int offset)$/;"	f
gsdiff_get_SDref	lib/ogsf/gsdiff.c	/^geosurf *gsdiff_get_SDref(void)$/;"	f
gsdiff_get_SDscale	lib/ogsf/gsdiff.c	/^float gsdiff_get_SDscale(void)$/;"	f
gsdiff_set_SDref	lib/ogsf/gsdiff.c	/^void gsdiff_set_SDref(geosurf * gsref)$/;"	f
gsdiff_set_SDscale	lib/ogsf/gsdiff.c	/^void gsdiff_set_SDscale(float scale)$/;"	f
gsdrape_get_allsegments	lib/ogsf/gsdrape.c	/^Point3 *gsdrape_get_allsegments(geosurf * gs, float *bgn, float *end,$/;"	f
gsdrape_get_segments	lib/ogsf/gsdrape.c	/^Point3 *gsdrape_get_segments(geosurf * gs, float *bgn, float *end, int *num)$/;"	f
gsdrape_set_surface	lib/ogsf/gsdrape.c	/^int gsdrape_set_surface(geosurf * gs)$/;"	f
gsds_alloc_typbuff	lib/ogsf/gsds.c	/^int gsds_alloc_typbuff(int id, int *dims, int ndims, int type)$/;"	f
gsds_findh	lib/ogsf/gsds.c	/^int gsds_findh(const char *name, IFLAG * changes, IFLAG * types, int begin)$/;"	f
gsds_free_data_buff	lib/ogsf/gsds.c	/^int gsds_free_data_buff(int id, int typ)$/;"	f
gsds_free_datah	lib/ogsf/gsds.c	/^int gsds_free_datah(int id)$/;"	f
gsds_get_changed	lib/ogsf/gsds.c	/^int gsds_get_changed(int id)$/;"	f
gsds_get_name	lib/ogsf/gsds.c	/^char *gsds_get_name(int id)$/;"	f
gsds_get_typbuff	lib/ogsf/gsds.c	/^typbuff *gsds_get_typbuff(int id, IFLAG change_flag)$/;"	f
gsds_get_type	lib/ogsf/gsds.c	/^int gsds_get_type(int id)$/;"	f
gsds_newh	lib/ogsf/gsds.c	/^int gsds_newh(const char *name)$/;"	f
gsds_set_changed	lib/ogsf/gsds.c	/^int gsds_set_changed(int id, IFLAG reason)$/;"	f
gsite_id	include/gstypes.h	/^    int gsite_id;$/;"	m	struct:g_site
gsurf_att	include/gstypes.h	/^} gsurf_att;$/;"	t	typeref:struct:__anon255
gsurf_id	include/gstypes.h	/^    int gsurf_id;$/;"	m	struct:g_surf
gtab	raster3d/r3.showdspf/togif.h	/^    short **gtab;$/;"	m	struct:_vgl_GIFWriter
gtty	configure	/^gtty()$/;"	f
guarantee_xmon	gui/tcltk/d.m/d.m.tcl	/^proc guarantee_xmon {} {$/;"	p
guarantee_xmon	gui/tcltk/gis.m/runandoutput.tcl	/^proc guarantee_xmon {} {$/;"	p
gui_data	visualization/xganim/gui.h	/^struct gui_data$/;"	s
guisection	include/gis.h	/^    const char *guisection;	\/* GUI Layout guidance: ';' delimited heirarchical tree position *\/$/;"	m	struct:Flag
guisection	include/gis.h	/^    const char *guisection;	\/* GUI Layout guidance: ';' delimited heirarchical tree position *\/$/;"	m	struct:Option
guisection	swig/perl/gis.h	/^    char *guisection;		\/* GUI Layout guidance: ';' delimited heirarchical tree position *\/$/;"	m	struct:Flag
guisection	swig/perl/gis.h	/^    char *guisection;		\/* GUI Layout guidance: ';' delimited heirarchical tree position *\/$/;"	m	struct:Option
gv_decimate_lines	lib/ogsf/gv_quick.c	/^int gv_decimate_lines(geovect * gv)$/;"	f
gv_delete_vect	lib/ogsf/gv.c	/^void gv_delete_vect(int id)$/;"	f
gv_free_vect	lib/ogsf/gv.c	/^int gv_free_vect(geovect * fv)$/;"	f
gv_free_vectmem	lib/ogsf/gv.c	/^void gv_free_vectmem(geovect * fv)$/;"	f
gv_get_last_vect	lib/ogsf/gv.c	/^geovect *gv_get_last_vect(void)$/;"	f
gv_get_new_vect	lib/ogsf/gv.c	/^geovect *gv_get_new_vect(void)$/;"	f
gv_get_prev_vect	lib/ogsf/gv.c	/^geovect *gv_get_prev_vect(int id)$/;"	f
gv_get_vect	lib/ogsf/gv.c	/^geovect *gv_get_vect(int id)$/;"	f
gv_init_vect	lib/ogsf/gv.c	/^int gv_init_vect(geovect * gv)$/;"	f
gv_line_length	lib/ogsf/gv_quick.c	/^float gv_line_length(geoline * gln)$/;"	f
gv_num_points	lib/ogsf/gv_quick.c	/^int gv_num_points(geovect * gv)$/;"	f
gv_num_vects	lib/ogsf/gv.c	/^int gv_num_vects(void)$/;"	f
gv_set_defaults	lib/ogsf/gv.c	/^int gv_set_defaults(geovect * gv)$/;"	f
gv_set_drapesurfs	lib/ogsf/gv.c	/^void gv_set_drapesurfs(geovect * gv, int *hsurfs, int nsurfs)$/;"	f
gv_stashpvn	swig/perl/R_slope_aspect/ppport.h	315;"	d
gv_update_drapesurfs	lib/ogsf/gv.c	/^void gv_update_drapesurfs(void)$/;"	f
gvd_draw_lineonsurf	lib/ogsf/gvd.c	/^void gvd_draw_lineonsurf(geosurf * gs, float *bgn, float *end, int color)$/;"	f
gvd_vect	lib/ogsf/gvd.c	/^int gvd_vect(geovect * gv, geosurf * gs, int do_fast)$/;"	f
gvect_id	include/gstypes.h	/^    int gvect_id;$/;"	m	struct:g_vect
gvfile	include/vect/dig_structs.h	/^struct gvfile$/;"	s
gvl_align_data	lib/ogsf/gvl_calc.c	/^void gvl_align_data(int pos, unsigned char *data)$/;"	f
gvl_delete_vol	lib/ogsf/gvl.c	/^void gvl_delete_vol(int id)$/;"	f
gvl_file_end_read	lib/ogsf/gvl_file.c	/^int gvl_file_end_read(geovol_file * vf)$/;"	f
gvl_file_free_datah	lib/ogsf/gvl_file.c	/^int gvl_file_free_datah(int id)$/;"	f
gvl_file_get_data_type	lib/ogsf/gvl_file.c	/^int gvl_file_get_data_type(geovol_file * vf)$/;"	f
gvl_file_get_file_type	lib/ogsf/gvl_file.c	/^int gvl_file_get_file_type(geovol_file * vf)$/;"	f
gvl_file_get_min_max	lib/ogsf/gvl_file.c	/^void gvl_file_get_min_max(geovol_file * vf, double *min, double *max)$/;"	f
gvl_file_get_name	lib/ogsf/gvl_file.c	/^char *gvl_file_get_name(int id)$/;"	f
gvl_file_get_value	lib/ogsf/gvl_file.c	/^int gvl_file_get_value(geovol_file * vf, int x, int y, int z, void *value)$/;"	f
gvl_file_get_volfile	lib/ogsf/gvl_file.c	/^geovol_file *gvl_file_get_volfile(int id)$/;"	f
gvl_file_is_null_value	lib/ogsf/gvl_file.c	/^int gvl_file_is_null_value(geovol_file * vf, void *value)$/;"	f
gvl_file_newh	lib/ogsf/gvl_file.c	/^int gvl_file_newh(const char *name, IFLAG file_type)$/;"	f
gvl_file_set_mode	lib/ogsf/gvl_file.c	/^int gvl_file_set_mode(geovol_file * vf, IFLAG mode)$/;"	f
gvl_file_set_slices_param	lib/ogsf/gvl_file.c	/^int gvl_file_set_slices_param(geovol_file * vf, int n, int b)$/;"	f
gvl_file_start_read	lib/ogsf/gvl_file.c	/^int gvl_file_start_read(geovol_file * vf)$/;"	f
gvl_free_vol	lib/ogsf/gvl.c	/^int gvl_free_vol(geovol * fvl)$/;"	f
gvl_free_volmem	lib/ogsf/gvl.c	/^void gvl_free_volmem(geovol * fvl)$/;"	f
gvl_get_last_vol	lib/ogsf/gvl.c	/^geovol *gvl_get_last_vol(void)$/;"	f
gvl_get_new_vol	lib/ogsf/gvl.c	/^geovol *gvl_get_new_vol(void)$/;"	f
gvl_get_prev_vol	lib/ogsf/gvl.c	/^geovol *gvl_get_prev_vol(int id)$/;"	f
gvl_get_vol	lib/ogsf/gvl.c	/^geovol *gvl_get_vol(int id)$/;"	f
gvl_get_xextents	lib/ogsf/gvl.c	/^int gvl_get_xextents(geovol * gvl, float *min, float *max)$/;"	f
gvl_get_xrange	lib/ogsf/gvl.c	/^int gvl_get_xrange(float *min, float *max)$/;"	f
gvl_get_yextents	lib/ogsf/gvl.c	/^int gvl_get_yextents(geovol * gvl, float *min, float *max)$/;"	f
gvl_get_yrange	lib/ogsf/gvl.c	/^int gvl_get_yrange(float *min, float *max)$/;"	f
gvl_get_zextents	lib/ogsf/gvl.c	/^int gvl_get_zextents(geovol * gvl, float *min, float *max)$/;"	f
gvl_get_zrange	lib/ogsf/gvl.c	/^int gvl_get_zrange(float *min, float *max)$/;"	f
gvl_getall_vols	lib/ogsf/gvl.c	/^int gvl_getall_vols(geovol ** gvols)$/;"	f
gvl_init_vol	lib/ogsf/gvl.c	/^int gvl_init_vol(geovol * gvl, double ox, double oy, double oz,$/;"	f
gvl_isosurf_calc	lib/ogsf/gvl_calc.c	/^int gvl_isosurf_calc(geovol * gvol)$/;"	f
gvl_isosurf_freemem	lib/ogsf/gvl.c	/^int gvl_isosurf_freemem(geovol_isosurf * isosurf)$/;"	f
gvl_isosurf_get_att_src	lib/ogsf/gvl.c	/^int gvl_isosurf_get_att_src(geovol_isosurf * isosurf, int desc)$/;"	f
gvl_isosurf_get_isosurf	lib/ogsf/gvl.c	/^geovol_isosurf *gvl_isosurf_get_isosurf(int id, int isosurf_id)$/;"	f
gvl_isosurf_init	lib/ogsf/gvl.c	/^int gvl_isosurf_init(geovol_isosurf * isosurf)$/;"	f
gvl_isosurf_set_att_changed	lib/ogsf/gvl.c	/^int gvl_isosurf_set_att_changed(geovol_isosurf * isosurf, int desc)$/;"	f
gvl_isosurf_set_att_const	lib/ogsf/gvl.c	/^int gvl_isosurf_set_att_const(geovol_isosurf * isosurf, int desc,$/;"	f
gvl_isosurf_set_att_map	lib/ogsf/gvl.c	/^int gvl_isosurf_set_att_map(geovol_isosurf * isosurf, int desc,$/;"	f
gvl_isosurf_set_att_src	lib/ogsf/gvl.c	/^int gvl_isosurf_set_att_src(geovol_isosurf * isosurf, int desc, int src)$/;"	f
gvl_num_vols	lib/ogsf/gvl.c	/^int gvl_num_vols(void)$/;"	f
gvl_read_char	lib/ogsf/gvl_calc.c	/^unsigned char gvl_read_char(int pos, const unsigned char *data)$/;"	f
gvl_slice_freemem	lib/ogsf/gvl.c	/^int gvl_slice_freemem(geovol_slice * slice)$/;"	f
gvl_slice_get_slice	lib/ogsf/gvl.c	/^geovol_slice *gvl_slice_get_slice(int id, int slice_id)$/;"	f
gvl_slice_init	lib/ogsf/gvl.c	/^int gvl_slice_init(geovol_slice * slice)$/;"	f
gvl_slices_calc	lib/ogsf/gvl_calc.c	/^int gvl_slices_calc(geovol *gvol)$/;"	f
gvl_write_char	lib/ogsf/gvl_calc.c	/^void gvl_write_char(int pos, unsigned char **data, unsigned char c)$/;"	f
gvld_isosurf	lib/ogsf/gvld.c	/^int gvld_isosurf(geovol * gvl)$/;"	f
gvld_slice	lib/ogsf/gvld.c	/^int gvld_slice(geovol * gvl, int ndx)$/;"	f
gvld_slices	lib/ogsf/gvld.c	/^int gvld_slices(geovol * gvl)$/;"	f
gvld_vol	lib/ogsf/gvld.c	/^int gvld_vol(geovol *gvl)$/;"	f
gvld_wind3_box	lib/ogsf/gvld.c	/^int gvld_wind3_box(geovol * gvl)$/;"	f
gvld_wire_isosurf	lib/ogsf/gvld.c	/^int gvld_wire_isosurf(geovol * gvl)$/;"	f
gvld_wire_slices	lib/ogsf/gvld.c	/^int gvld_wire_slices(geovol * gvl)$/;"	f
gvld_wire_vol	lib/ogsf/gvld.c	/^int gvld_wire_vol(geovol * gvl)$/;"	f
gvol_id	include/gstypes.h	/^    int gvol_id;$/;"	m	struct:g_vol
gwtype	lib/gpde/N_gwflow.h	/^    int gwtype;			\/*!Which type of groundwater, N_GW_CONFINED or N_GW_UNCONFIED *\/$/;"	m	struct:__anon41
gwxGetGreyBitmap	gui/wxpython/vdigit/pseudodc.cpp	/^wxBitmap &gwxGetGreyBitmap(wxBitmap &bmp)$/;"	f
gwxGetGreyBrush	gui/wxpython/vdigit/pseudodc.cpp	/^wxBrush &gwxGetGreyBrush(wxBrush &brush)$/;"	f
gwxGetGreyIcon	gui/wxpython/vdigit/pseudodc.cpp	/^wxIcon &gwxGetGreyIcon(wxIcon &icon)$/;"	f
gwxGetGreyPen	gui/wxpython/vdigit/pseudodc.cpp	/^wxPen &gwxGetGreyPen(wxPen &pen)$/;"	f
gwxGreyOutImage	gui/wxpython/vdigit/pseudodc.cpp	/^void gwxGreyOutImage(wxImage &img)$/;"	f
gwxMakeColourGrey	gui/wxpython/vdigit/pseudodc.cpp	/^wxColour &gwxMakeColourGrey(const wxColour &c)$/;"	f
gwxPseudoDC	gui/wxpython/vdigit/pseudodc.h	/^    gwxPseudoDC() $/;"	f	class:gwxPseudoDC
gwxPseudoDC	gui/wxpython/vdigit/pseudodc.h	/^class gwxPseudoDC : public wxObject$/;"	c
h	db/base/select.c	/^    int c, d, h, test_only;$/;"	m	struct:__anon9	file:
h	include/vask.h	/^    short *h;$/;"	m	union:target
h	raster/r.terraflow/sweep.h	/^  elevation_type h;$/;"	m	class:flowPriority
h0	raster/r.horizon/main.c	/^double h0, tanh0, angle;$/;"	v
h0	raster/r.sun/main.c	/^double lum_p, sunrise_time, sunset_time, h0, tanh0, A0, angle;$/;"	v
h1_2	raster/r.le/r.le.patch/patch.c	/^    *c10e, *s3, *s4, *s5, *s6, *s7_8, *s1_2, *h3, *h4, *h5, *h6, *h1_2, *n1_4,$/;"	v
h3	raster/r.le/r.le.patch/patch.c	/^    *c10e, *s3, *s4, *s5, *s6, *s7_8, *s1_2, *h3, *h4, *h5, *h6, *h1_2, *n1_4,$/;"	v
h4	raster/r.le/r.le.patch/patch.c	/^    *c10e, *s3, *s4, *s5, *s6, *s7_8, *s1_2, *h3, *h4, *h5, *h6, *h1_2, *n1_4,$/;"	v
h5	raster/r.le/r.le.patch/patch.c	/^    *c10e, *s3, *s4, *s5, *s6, *s7_8, *s1_2, *h3, *h4, *h5, *h6, *h1_2, *n1_4,$/;"	v
h6	raster/r.le/r.le.patch/patch.c	/^    *c10e, *s3, *s4, *s5, *s6, *s7_8, *s1_2, *h3, *h4, *h5, *h6, *h1_2, *n1_4,$/;"	v
hDs	db/drivers/ogr/globals.h	/^OGRDataSourceH hDs;$/;"	v
hFeature	db/drivers/ogr/globals.h	/^    OGRFeatureH hFeature;	\/* current feature *\/$/;"	m	struct:__anon17
hFont	visualization/nviz/src/togl.c	/^    HFONT   hFont;              \/* Windows information about font. *\/$/;"	m	struct:WinFont	file:
hLayer	db/drivers/ogr/globals.h	/^    OGRLayerH hLayer;		\/* results *\/$/;"	m	struct:__anon17
hSHP	lib/external/shapelib/shapefil.h	/^    SHPHandle   hSHP;$/;"	m	struct:__anon70
h_measure	raster/r.texture/h_measure.c	/^float h_measure(int **grays, int rows, int cols, int t_m, int t_d)$/;"	f
h_ptr	raster/r.to.vect/areas.c	/^static struct COOR *h_ptr;$/;"	v	typeref:struct:COOR	file:
h_ptr	raster/r.to.vect/lines.c	/^static struct COOR *h_ptr;$/;"	v	typeref:struct:COOR	file:
ha_f	raster/r.water.outlet/basin.h	/^GLOBAL char *drain_ptrs, ha_f, el_f, ar_f;$/;"	v
haf	raster/r.watershed/ram/Gwater.h	/^GLOBAL CELL *dis, *alt, *wat, *asp, *bas, *haf, *r_h, *dep;$/;"	v
haf	raster/r.watershed/seg/Gwater.h	/^GLOBAL CSEG dis, alt, wat, asp, bas, haf, r_h, dep;$/;"	v
haf_basin_side	raster/r.watershed/ram/haf_side.c	/^int haf_basin_side(SHORT updir, SHORT downdir, SHORT thisdir)$/;"	f
haf_basin_side	raster/r.watershed/seg/haf_side.c	/^int haf_basin_side(SHORT updir, SHORT downdir, SHORT thisdir)$/;"	f
haf_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char bas_flag, seg_flag, haf_flag, er_flag;$/;"	v
haf_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char bas_flag, seg_flag, haf_flag, er_flag;$/;"	v
haf_name	raster/r.watershed/ram/Gwater.h	/^GLOBAL char seg_name[GNAME_MAX], bas_name[GNAME_MAX], haf_name[GNAME_MAX],$/;"	v
haf_name	raster/r.watershed/seg/Gwater.h	/^GLOBAL char seg_name[GNAME_MAX], bas_name[GNAME_MAX], haf_name[GNAME_MAX],$/;"	v
haf_seg	raster/r.watershed/ram/Gwater.h	/^GLOBAL RAMSEG dis_seg, alt_seg, wat_seg, asp_seg, bas_seg, haf_seg;$/;"	v
half	raster/r.neighbors/main.c	/^    int half;			\/* whether to add 0.5 to result *\/$/;"	m	struct:menu	file:
half_name	raster/r.water.outlet/basin.h	/^    half_name[GNAME_MAX], elev_name[GNAME_MAX], armsed_name[GNAME_MAX];$/;"	v
half_pi	visualization/nviz/src/togl_flythrough.c	/^static float pi, half_pi, double_pi, quasi_half_pi;$/;"	v	file:
half_res	raster/r.water.outlet/basin.h	/^GLOBAL double half_res, diag, max_length, dep_slope;$/;"	v
half_res	raster/r.watershed/ram/Gwater.h	/^GLOBAL double half_res, diag, max_length, dep_slope;$/;"	v
half_res	raster/r.watershed/seg/Gwater.h	/^GLOBAL double half_res, diag, max_length, dep_slope;$/;"	v
halpha	raster/simwe/simlib/waterglobs.h	/^	*density, *diffc, *hmax, *halpha, *hbeta, *wdepth, *detin, *tranin,$/;"	m	struct:__anon137	typeref:struct:__anon137::
halpha	raster/simwe/simlib/waterglobs.h	/^GLOBAL double chmean, si0, deltap, deldif, cch, hhc, halpha;$/;"	v
handle	raster/r.mapcalc/map3.c	/^    void *handle;$/;"	m	struct:map	file:
handle	vector/v.net.visibility/visibility.c	/^void handle(struct Point *p, struct Point *q, struct Map_info *out)$/;"	f
handle	vector/v.vol.rst/userglobs.h	/^dbHandle handle;$/;"	v
handleAttribute	gui/wxpython/gui_modules/toolbox.py	/^    def handleAttribute( self, label, value, option ):$/;"	f
handleFlag	gui/wxpython/gui_modules/toolbox.py	/^    def handleFlag( self, flag ):$/;"	f
handleOption	gui/wxpython/gui_modules/toolbox.py	/^    def handleOption( self, opt, getit = menuform.grassTask.get_param, **other ):$/;"	f
handleOther	gui/wxpython/gui_modules/toolbox.py	/^    def handleOther( self, opt ):$/;"	f
handle_fpe	raster/r.mapcalc/main.c	/^static RETSIGTYPE handle_fpe(int n)$/;"	f	file:
handle_resize_event	display/drivers/XDRIVER/Serve_Xevent.c	/^static void handle_resize_event(void)$/;"	f	file:
handle_scroll	lib/gtcltk/select.tcl	/^proc handle_scroll {amount window} {$/;"	p
handle_sigpipe	lib/driver/main.c	/^static RETSIGTYPE handle_sigpipe(int sig)$/;"	f	file:
handle_sigterm	lib/driver/main.c	/^static RETSIGTYPE handle_sigterm(int sig)$/;"	f	file:
handler	imagery/i.class/defs.h	/^    int (*handler) ();		\/* routine to handle the event *\/$/;"	m	struct:__anon205
handler	imagery/i.ortho.photo/photo.2image/defs.h	/^    int (*handler) ();		\/* routine to handle the event *\/$/;"	m	struct:__anon239
handler	imagery/i.ortho.photo/photo.2target/defs.h	/^    int (*handler) ();		\/* routine to handle the event *\/$/;"	m	struct:__anon228
handler	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int (*handler) ();		\/* routine to handle the event *\/$/;"	m	struct:__anon232
handler	imagery/i.points/defs.h	/^    int (*handler) ();		\/* routine to handle the event *\/$/;"	m	struct:__anon214
handler	imagery/i.vpoints/defs.h	/^    int (*handler) ();		\/* routine to handle the event *\/$/;"	m	struct:__anon220
has	gui/wxpython/gui_modules/mapdisp.py	/^                        "included with this build "$/;"	c	function:MapFrame.AddToolbar
has	gui/wxpython/gui_modules/mapdisp.py	/^                        "of wxPython!\\nSwitching back to "$/;"	c	function:MapFrame.AddToolbar
hasChildren	include/iostream/minmaxheap.h	/^  int hasChildren(HeapIndex i) const { return (2*i) <= size(); }; \/\/ 1 or more$/;"	f	class:BasicMinMaxHeap
hasDefaultValue	include/dbmi.h	/^    char hasDefaultValue;$/;"	m	struct:_db_column
hasIndex	include/G3d.h	/^    int hasIndex;		\/* G3D_HAS_INDEX or G3D_NO_INDEX *\/$/;"	m	struct:G3D_Map
hasRightChild	include/iostream/minmaxheap.h	/^  int hasRightChild(HeapIndex i) const { return (rightChild(i) <= size()); };$/;"	f	class:BasicMinMaxHeap
hasRightChild	include/iostream/minmaxheap.h	/^  int hasRightChild(HeapIndex i, HeapIndex *c) const { return ((*c=rightChild(i)) <= size()); };$/;"	f	class:BasicMinMaxHeap
hasSpill	raster/r.terraflow/plateau.h	/^  bool hasSpill;$/;"	m	class:plateauStats
has_alpha	lib/pngdriver/Graph_set.c	/^int has_alpha;$/;"	v
has_att	include/gstypes.h	/^    int has_z, has_att;		\/* set when file loaded *\/$/;"	m	struct:g_site
has_bcolor	display/d.vect/plot.h	/^    int has_bcolor;$/;"	m	struct:__anon97
has_bgcolor	display/d.vect/plot.h	/^    int has_bgcolor;$/;"	m	struct:__anon97
has_cats	raster/r.to.vect/global.h	/^Global int has_cats;		\/* Category labels available *\/$/;"	v
has_null	raster/r.external/main.c	/^    int has_null;$/;"	m	struct:band_info	file:
has_percent	raster/r.random/main.c	/^static int has_percent(char *s)$/;"	f	file:
has_z	include/gstypes.h	/^    int has_z, has_att;		\/* set when file loaded *\/$/;"	m	struct:g_site
hash	include/G3d.h	/^    void *hash;			\/* ptr to hashTable used to relate external names to$/;"	m	struct:__anon249
hashtable	raster/r.stats/stats.c	/^static struct Node **hashtable;$/;"	v	typeref:struct:Node	file:
haslabel	misc/m.cogo/main.c	/^    int haslabel;$/;"	m	struct:survey_record	file:
have	lib/datetime/tz1.c	/^static int have(int x, const DateTime * dt)$/;"	f	file:
have	lib/datetime/values.c	/^static int have(int x, const DateTime * dt)$/;"	f	file:
have_cats	raster/r.mapcalc/map.c	/^    int have_cats;$/;"	m	struct:map	file:
have_cats	raster/r.mapcalc/map3.c	/^    int have_cats;$/;"	m	struct:map	file:
have_color	include/imagery.h	/^    int have_color;$/;"	m	struct:One_Sig
have_colors	raster/r.mapcalc/map.c	/^    int have_colors;$/;"	m	struct:map	file:
have_colors	raster/r.mapcalc/map3.c	/^    int have_colors;$/;"	m	struct:map	file:
have_first	raster/r.le/r.le.setup/polytocell/do_line.c	/^static int have_first = 0;$/;"	v	file:
have_signature	imagery/i.class/signature.c	/^int have_signature(void)$/;"	f
hbar	raster/wildfire/r.ros/spot_dist.c	/^float hbar[] = { 0, 1.0, 1.0, 2.5, 6.0, 2.0, 2.5,$/;"	v
hbeta	raster/simwe/simlib/waterglobs.h	/^	*density, *diffc, *hmax, *halpha, *hbeta, *wdepth, *detin, *tranin,$/;"	m	struct:__anon137	typeref:struct:__anon137::
hbeta	raster/simwe/simlib/waterglobs.h	/^GLOBAL double hbeta;$/;"	v
hc_x	lib/gpde/N_gwflow.h	/^    N_array_2d *hc_x;		\/*!x part of the hydraulic conductivity tensor [m\/s] *\/$/;"	m	struct:__anon41
hc_x	lib/gpde/N_gwflow.h	/^    N_array_3d *hc_x;		\/*!x part of the hydraulic conductivity tensor  [m\/s] *\/$/;"	m	struct:__anon40
hc_x	raster/r.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *q, *s, *r, *top,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
hc_x	raster3d/r3.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *hc_z, *q, *s, *r,$/;"	m	struct:__anon109	typeref:struct:__anon109::	file:
hc_y	lib/gpde/N_gwflow.h	/^    N_array_2d *hc_y;		\/*!y part of the hydraulic conductivity tensor [m\/s] *\/$/;"	m	struct:__anon41
hc_y	lib/gpde/N_gwflow.h	/^    N_array_3d *hc_y;		\/*!y part of the hydraulic conductivity tensor  [m\/s] *\/$/;"	m	struct:__anon40
hc_y	raster/r.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *q, *s, *r, *top,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
hc_y	raster3d/r3.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *hc_z, *q, *s, *r,$/;"	m	struct:__anon109	typeref:struct:__anon109::	file:
hc_z	lib/gpde/N_gwflow.h	/^    N_array_3d *hc_z;		\/*!z part of the hydraulic conductivity tensor  [m\/s] *\/$/;"	m	struct:__anon40
hc_z	raster3d/r3.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *hc_z, *q, *s, *r,$/;"	m	struct:__anon109	typeref:struct:__anon109::	file:
hcolor	ps/ps.map/vector.h	/^    PSCOLOR hcolor;$/;"	m	struct:__anon22
hcount	raster/r.out.pov/main.c	/^int wcount = 0, hcount;$/;"	v
hdata	include/gstypes.h	/^    int hdata;			\/* handle to dataset *\/$/;"	m	struct:__anon255
hdr	ps/ps.map/header.h	/^struct header hdr;$/;"	v	typeref:struct:header
head	display/drivers/HTMLMAP/Graph_Set.c	/^struct MapPoly *head;$/;"	v	typeref:struct:MapPoly
head	imagery/i.class/defs.h	/^	struct Cell_head head;$/;"	m	struct:__anon203::__anon204	typeref:struct:__anon203::__anon204::Cell_head
head	imagery/i.ortho.photo/photo.2image/defs.h	/^	struct Cell_head head;$/;"	m	struct:__anon237::__anon238	typeref:struct:__anon237::__anon238::Cell_head
head	imagery/i.ortho.photo/photo.2target/defs.h	/^	struct Cell_head head;$/;"	m	struct:__anon226::__anon227	typeref:struct:__anon226::__anon227::Cell_head
head	imagery/i.ortho.photo/photo.rectify/defs.h	/^	struct Cell_head head;$/;"	m	struct:__anon230::__anon231	typeref:struct:__anon230::__anon231::Cell_head
head	imagery/i.points/defs.h	/^	struct Cell_head head;$/;"	m	struct:__anon211::__anon212	typeref:struct:__anon211::__anon212::Cell_head
head	imagery/i.vpoints/defs.h	/^	struct Cell_head head;$/;"	m	struct:__anon217::__anon218	typeref:struct:__anon217::__anon218::Cell_head
head	include/dlg.h	/^    struct dlg_head head;$/;"	m	struct:dlg	typeref:struct:dlg::dlg_head
head	include/iostream/queue.h	/^  int head;  \/\/ first valid location (if data)$/;"	m	class:queue
head	include/vect/dig_structs.h	/^    struct dig_head head;	\/* coor file head *\/$/;"	m	struct:Map_info	typeref:struct:Map_info::dig_head
head	raster/r.li/r.li.daemon/list.h	/^    struct nodoLista *head;$/;"	m	struct:lista	typeref:struct:lista::nodoLista
head	vector/v.voronoi/sw_defs.h	/^    struct Freenode *head;$/;"	m	struct:Freelist	typeref:struct:Freelist::Freenode
head_end_pt	raster/r.cost/stash.h	/^struct start_pt *head_end_pt = NULL;$/;"	v	typeref:struct:start_pt
head_end_pt	raster/r.walk/stash.h	/^struct start_pt *head_end_pt = NULL;$/;"	v	typeref:struct:start_pt
head_only	include/vect/dig_structs.h	/^    int head_only;		\/* Only header is opened *\/$/;"	m	struct:Map_info
head_size	include/vect/dig_structs.h	/^    long head_size;		\/* coor header size *\/$/;"	m	struct:dig_head
head_size	include/vect/dig_structs.h	/^    long head_size;		\/* topo header size *\/$/;"	m	struct:Plus_head
head_start_pt	raster/r.cost/stash.h	/^struct start_pt *head_start_pt = NULL;$/;"	v	typeref:struct:start_pt
head_start_pt	raster/r.walk/stash.h	/^struct start_pt *head_start_pt = NULL;$/;"	v	typeref:struct:start_pt
head_start_pt	raster/wildfire/r.spreadpath/stash.h	/^struct point *head_start_pt = NULL;$/;"	v	typeref:struct:point
header	display/d.where/where.c	/^static int header(int once, int have_spheroid, int wgs84)$/;"	f	file:
header	ps/ps.map/description.html	/^<a name="header"><\/a>$/;"	a
header	ps/ps.map/header.h	/^struct header$/;"	s
header	raster/r.report/header.c	/^int header(int unit1, int unit2)$/;"	f
header	raster3d/r3.out.ascii/main.c	/^    struct Flag *header;$/;"	m	struct:__anon120	typeref:struct:__anon120::Flag	file:
header	vector/v.edit/global.h	/^    struct Flag *header, *topo, *close, *reverse, *move_first;$/;"	m	struct:GParams	typeref:struct:GParams::Flag
headsize	lib/dspf/viz.h	/^    int headsize;		\/* size of datainf file header, necessary for random$/;"	m	struct:__anon33
headsize	raster3d/r3.showdspf/vizual2.h	/^    int headsize;		\/* size of datainf file header, necessary for random$/;"	m	struct:__anon114
heap	raster/wildfire/r.spread/main.c	/^struct costHa *heap;$/;"	v	typeref:struct:costHa
heap_index	raster/r.watershed/ram/Gwater.h	/^GLOBAL int *heap_index, heap_size;$/;"	v
heap_index	raster/r.watershed/seg/Gwater.h	/^GLOBAL SSEG heap_index;$/;"	v
heap_lchild	include/iostream/pqheap.h	/^static inline unsigned int heap_lchild(unsigned int index) {$/;"	f
heap_len	raster/wildfire/r.spread/main.c	/^long heap_len;$/;"	v
heap_parent	include/iostream/pqheap.h	/^static inline unsigned int heap_parent(unsigned int index) {$/;"	f
heap_rchild	include/iostream/pqheap.h	/^static inline unsigned int heap_rchild(unsigned int index) {$/;"	f
heap_size	raster/r.watershed/ram/Gwater.h	/^GLOBAL int *heap_index, heap_size;$/;"	v
heap_size	raster/r.watershed/seg/Gwater.h	/^GLOBAL int heap_size;$/;"	v
heapify	include/iostream/pqheap.h	/^pqheap_t1<T>::heapify(unsigned int root) {$/;"	f	class:pqheap_t1
heapify	include/iostream/replacementHeap.h	/^ReplacementHeap<T,Compare>::heapify(size_t i) {$/;"	f	class:ReplacementHeap
heapify	include/iostream/replacementHeapBlock.h	/^ReplacementHeapBlock<T,Compare>::heapify(size_t i) {$/;"	f	class:ReplacementHeapBlock
heapsort_double	raster/r.univar2/sort.c	/^void heapsort_double(double *array, int n)$/;"	f
heapsort_eqvals	raster3d/r3.stats/main.c	/^void heapsort_eqvals(equal_val_array * e, int n)$/;"	f
heapsort_float	raster/r.univar2/sort.c	/^void heapsort_float(float *array, int n)$/;"	f
heapsort_int	raster/r.univar2/sort.c	/^void heapsort_int(int *array, int n)$/;"	f
heapstatus	include/iostream/pqheap.h	/^inline void pqheap_t1<T>::heapstatus(int d) {$/;"	f	class:pqheap_t1
heaptouch	include/iostream/pqheap.h	/^inline void pqheap_t1<T>::heaptouch(unsigned int pos) {$/;"	f	class:pqheap_t1
height	general/g.pnmcomp/main.c	/^static int width, height;$/;"	v	file:
height	imagery/i.ask/popup.c	/^static int height, size, edge, count;$/;"	v	file:
height	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
height	imagery/i.ortho.photo/photo.2image/ask.c	/^static int height, size, edge, count;$/;"	v	file:
height	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int height, size, edge, nlines;$/;"	v
height	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
height	imagery/i.ortho.photo/photo.2target/ask.c	/^static int height, size, edge, count;$/;"	v	file:
height	imagery/i.points/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
height	imagery/i.points/ask.c	/^static int height, size, edge, count;$/;"	v	file:
height	imagery/i.vpoints/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
height	imagery/i.vpoints/ask.c	/^static int height, size, edge, count;$/;"	v	file:
height	imagery/i.vpoints/ask_lineclr.c	/^static int height, size, edge, count;$/;"	v	file:
height	lib/cairodriver/Graph.c	/^int width, height, stride;$/;"	v
height	lib/pngdriver/Graph_set.c	/^int width, height;$/;"	v
height	lib/psdriver/Graph_set.c	/^    double width, height;$/;"	m	struct:paper	file:
height	lib/psdriver/Graph_set.c	/^int width, height;$/;"	v
height	ps/ps.map/colortable.h	/^    double height;	\/* fp legend height *\/$/;"	m	struct:colortable
height	ps/ps.map/decorate.h	/^    double length, height;$/;"	m	struct:scalebar
height	raster/r.out.pov/main.c	/^int width, height;		\/* height-field image width and height *\/$/;"	v
height	raster/r.terraflow/grid.h	/^  dimension_type width, height;$/;"	m	class:grid
height	raster3d/r3.showdspf/kns_defines.h	/^    int height;$/;"	m	struct:window_props
height	vector/v.to.3d/local_proto.h	/^  struct Option *height;$/;"	m	struct:opts	typeref:struct:opts::Option
height	visualization/nviz2/cmd/local_proto.h	/^      *pos, *height, *persp, *twist,$/;"	m	struct:GParams	typeref:struct:GParams::
height_angle_bounding_box	raster/r.flow/calc.c	/^height_angle_bounding_box(int sub, double cut, int horiz, point * p, bbox b)$/;"	f	file:
height_flag	display/d.nviz/main.c	/^int height_flag = 0;$/;"	v
height_to_pressure	raster3d/r3.in.v5d/v5d.c	/^float height_to_pressure(float height)$/;"	f
height_to_pressure	raster3d/r3.out.v5d/v5d.c	/^float height_to_pressure(float height)$/;"	f
help	ps/ps.map/get_scalebar.c	/^static char *help[] = {$/;"	v	file:
help	ps/ps.map/getgrid.c	/^static char *help[] = {$/;"	v	file:
help	ps/ps.map/main.c	/^static char *help[] = {$/;"	v	file:
help	ps/ps.map/ps_outline.c	/^static char *help[] = {$/;"	v	file:
help	ps/ps.map/r_colortable.c	/^static char *help[] = {$/;"	v	file:
help	ps/ps.map/r_header.c	/^static char *help[] = {$/;"	v	file:
help	ps/ps.map/r_info.c	/^static char *help[] = {$/;"	v	file:
help	ps/ps.map/r_labels.c	/^static char *help[] = {$/;"	v	file:
help	ps/ps.map/r_paper.c	/^static char *help[] = {$/;"	v	file:
help	ps/ps.map/r_text.c	/^static char *help[] = {$/;"	v	file:
help	ps/ps.map/r_vareas.c	/^static char *help[] = {$/;"	v	file:
help	ps/ps.map/r_vlegend.c	/^static char *help[] = {$/;"	v	file:
help	ps/ps.map/r_vlines.c	/^static char *help[] = {$/;"	v	file:
help	ps/ps.map/r_vpoints.c	/^static char *help[] = {$/;"	v	file:
help	ps/ps.map/r_wind.c	/^static char *help[] = {$/;"	v	file:
help1	ps/ps.map/comment.c	/^static char *help1[] = {$/;"	v	file:
help2	ps/ps.map/comment.c	/^static char *help2[] = {$/;"	v	file:
help2	ps/ps.map/getgrid.c	/^static char *help2[] = {$/;"	v	file:
helpPanel	gui/wxpython/gui_modules/menuform.py	/^class helpPanel(wx.html.HtmlWindow):$/;"	c
help_cmd	lib/gis/gui.tcl	/^proc help_cmd {dlg} {$/;"	p
help_text	raster/r.mapcalc/main.c	/^static const char help_text[] =$/;"	v	file:
helptext	gui/tcltk/gis.m/grassabout.tcl	/^proc helptext {title textopts tagopts message} {$/;"	p
hermite	vector/v.generalize/smoothing.c	/^int hermite(struct line_pnts *Points, double step, double angle_thresh,$/;"	f
hessenberg	raster/r.texture/h_measure.c	/^void hessenberg(float **a, int n, float wr[], float wi[])$/;"	f
hexval	visualization/nviz/scripts/colorPopup.tcl	/^proc hexval { n }  {$/;"	p
hfBias	raster/r.out.pov/main.c	/^double hfBias, hfNorm = 1.0;$/;"	v
hfNorm	raster/r.out.pov/main.c	/^double hfBias, hfNorm = 1.0;$/;"	v
hfType	raster/r.out.pov/main.c	/^int hfType = 0;			\/* height-field type *\/$/;"	v
hfile	include/gstypes.h	/^    int hfile;$/;"	m	struct:__anon257
hfile	include/gstypes.h	/^    int hfile;$/;"	m	struct:g_vol
hfl	vector/v.voronoi/sw_defs.h	/^struct Freelist hfl;$/;"	v	typeref:struct:Freelist
hhc	raster/simwe/simlib/waterglobs.h	/^GLOBAL double chmean, si0, deltap, deldif, cch, hhc, halpha;$/;"	v
hhmax	raster/simwe/simlib/waterglobs.h	/^GLOBAL double hhmax, sisum, vmean;$/;"	v
hi	raster3d/r3.showdspf/vizual.h	/^    int low, hi;		\/* outside threshold indexes *\/$/;"	m	struct:dspec
hidden_point_elimination	raster/r.los/pts_elim.c	/^struct point *hidden_point_elimination(struct point *head, int viewpt_elev,$/;"	f
hide	vector/v.label.sa/labels.h	/^    char hide;			    \/**< If this is 1, the label will not be created *\/$/;"	m	struct:_label
hide_overlapping_lables	vector/v.label.sa/main.c	/^void hide_overlapping_lables(label_t * labels, int n_labels)$/;"	f
hide_togl_win	visualization/nviz/src/togl_cb.c	/^void hide_togl_win(void)$/;"	f
high	display/d.rast/mask.h	/^    double low, high;$/;"	m	struct:_d_interval
high	display/d.rast/mask.h	/^    double low, high;$/;"	m	struct:_interval
high	include/gis.h	/^    struct _Color_Value_ low, high;$/;"	m	struct:_Color_Rule_	typeref:struct:_Color_Rule_::
high	raster/r.null/mask.h	/^    double low, high;$/;"	m	struct:_d_interval
high	raster3d/base/mask_functions.h	/^    double low, high;$/;"	m	struct:_d_interval
high	swig/perl/gis.h	/^    } low, high;$/;"	m	struct:_Color_Rule_	typeref:struct:_Color_Rule_::__anon89
high_index	raster/r.water.outlet/basin.h	/^GLOBAL int array_size, high_index, do_index;$/;"	v
higher	raster/r.cost/cost.h	/^    struct cost *higher;$/;"	m	struct:cost	typeref:struct:cost::cost
higher	raster/r.walk/cost.h	/^    struct cost *higher;$/;"	m	struct:cost	typeref:struct:cost::cost
highlight	gui/wxpython/vdigit/driver.h	/^	long int highlight;$/;"	m	struct:DisplayDriver::_topology
highlight	gui/wxpython/vdigit/driver.h	/^	wxColor highlight;$/;"	m	struct:DisplayDriver::_settings
highlightDupl	gui/wxpython/vdigit/driver.h	/^	symbol highlightDupl;$/;"	m	struct:DisplayDriver::_settings
highlight_color	display/d.paint.labels/do_labels.c	/^static RGBA_Color color, highlight_color, background, border;$/;"	v	file:
highlight_color	include/gstypes.h	/^    int highlight_color;$/;"	m	struct:g_point
highlight_color_value	include/gstypes.h	/^    int highlight_color_value;$/;"	m	struct:g_point
highlight_marker	include/gstypes.h	/^    int highlight_marker;$/;"	m	struct:g_point
highlight_marker_value	include/gstypes.h	/^    int highlight_marker_value;$/;"	m	struct:g_point
highlight_set_color	visualization/nviz/scripts/panel_vquery.tcl	/^proc highlight_set_color {_w} {$/;"	p
highlight_set_marker	visualization/nviz/scripts/panel_vquery.tcl	/^proc highlight_set_marker {_w} {$/;"	p
highlight_set_marker_button	visualization/nviz/scripts/panel_vquery.tcl	/^proc highlight_set_marker_button {_w} {$/;"	p
highlight_size	include/gstypes.h	/^    int highlight_size;$/;"	m	struct:g_point
highlight_size_value	include/gstypes.h	/^    float highlight_size_value;$/;"	m	struct:g_point
highlight_width	display/d.paint.labels/do_labels.c	/^static int highlight_width;$/;"	v	file:
his2rgb	imagery/i.his.rgb/his2rgb.c	/^void his2rgb(CELL * rowbuffer[3], int columns)$/;"	f
hist	raster/r.sun/main.c	/^struct History hist;$/;"	v	typeref:struct:History
hist	raster/r.sun2/main.c	/^struct History hist;$/;"	v	typeref:struct:History
hist_fp	include/vect/dig_structs.h	/^    FILE *hist_fp;$/;"	m	struct:Map_info
histograms	imagery/i.class/histograms.c	/^int histograms(int nbands, float *sum, float **product, int **histo,$/;"	f
history	raster/simwe/simlib/waterglobs.h	/^GLOBAL struct History history;	\/* holds meta-data (title, comments,..) *\/$/;"	v	typeref:struct:History
hit	imagery/i.atcorr/main.cpp	/^int hit = 0;$/;"	v
hit_return	lib/gis/list.c	/^static int hit_return = 0;$/;"	v	file:
hit_return	lib/init/set_data.c	/^int hit_return(void)$/;"	f
hitreturn	lib/edit/edit_cellhd.c	/^static int hitreturn(void)$/;"	f	file:
hitreturn	raster/r.support/front/hitreturn.c	/^int hitreturn(void)$/;"	f
hitreturn	raster/r.support/modhead/hitreturn.c	/^int hitreturn(void)$/;"	f
hlcolor	vector/v.label.sa/labels.h	/^    struct Option *hlcolor;$/;"	m	struct:params	typeref:struct:params::Option
hline	gui/tcltk/d.m/tksys.tcl	/^proc hline { {sign "-"} {nbr 75} } \\$/;"	p
hline	gui/tcltk/gis.m/tksys.tcl	/^proc hline { {sign "-"} {nbr 75} } {$/;"	p
hlwidth	vector/v.label.sa/labels.h	/^    struct Option *hlwidth;$/;"	m	struct:params	typeref:struct:params::Option
hmax	raster/simwe/simlib/waterglobs.h	/^	*density, *diffc, *hmax, *halpha, *hbeta, *wdepth, *detin, *tranin,$/;"	m	struct:__anon137	typeref:struct:__anon137::
hold_signals	general/manage/lib/sighold.c	/^int hold_signals(int hold)$/;"	f
horizon	raster/r.horizon/main.c	/^char *horizon = NULL;$/;"	v
horizon	raster/r.sun2/main.c	/^const char *horizon = NULL;$/;"	v
horizonInterval	raster/r.sun2/rsunlib.c	/^double horizonInterval;$/;"	v
horizonStep	raster/r.sun2/main.c	/^double horizonStep;$/;"	v
horizon_height	raster/r.horizon/main.c	/^double horizon_height(void)$/;"	f
horizon_raster	raster/r.horizon/main.c	/^float **z, **z100, **horizon_raster;$/;"	v
horizonarray	raster/r.sun2/main.c	/^unsigned char *horizonarray = NULL;$/;"	v
horizpat_bits	include/patterns.h	/^static BITMAPS_H_TYPE horizpat_bits[] = {$/;"	v
horizpat_height	include/patterns.h	49;"	d
horizpat_width	include/patterns.h	48;"	d
host	db/drivers/mysql/globals.h	/^    char *host, *dbname, *user, *password;$/;"	m	struct:__anon18
host	db/drivers/postgres/globals.h	/^    char *host, *port, *options, *tty, *dbname, *user, *password, *schema;$/;"	m	struct:__anon19
hostDataType	include/dbmi.h	/^    int hostDataType;$/;"	m	struct:_db_column
hour	include/datetime.h	/^    int hour, minute;$/;"	m	struct:__anon274
hour	include/dbmi.h	/^    int hour;$/;"	m	struct:_db_date_time
hour	raster/r.sunmask/solpos00.h	/^    int hour;			\/* I:              Hour of day, 0 - 23, DEFAULT = 12 *\/$/;"	m	struct:posdata
howManyCell	raster/r.li/r.li.daemon/avl.c	/^long howManyCell(const avl_tree root, const generic_cell k)$/;"	f
howManyID	raster/r.li/r.li.daemon/avlID.c	/^long howManyID(const avlID_tree root, const long k)$/;"	f
howmany	raster/r.out.tiff/r.out.tiff.c	66;"	d	file:
howmany	visualization/nviz/src/tkUnixPort.h	118;"	d
hrang	raster/r.sunmask/solpos00.h	/^    float hrang;		\/* T:  S_GEOM     Hour angle--hour of sun from solar noon,$/;"	m	struct:posdata
hrv	imagery/i.atcorr/Iwave.cpp	/^void IWave::hrv(int iwa)$/;"	f	class:IWave
hsize	display/d.graph/options.h	/^EXTERN float hsize;$/;"	v
hsize	display/d.mapgraph/options.h	/^MAIN double hsize;$/;"	v
hsize	raster3d/r3.showdspf/togif.h	/^    code_int hsize;		\/* for dynamic table sizing *\/$/;"	m	struct:_vgl_GIFWriter
htab	raster3d/r3.showdspf/togif.h	/^    count_int htab[HSIZE];$/;"	m	struct:_vgl_GIFWriter
html	lib/init/variables.html	/^<a name="html"><\/a>$/;"	a
html	vector/v.digit/attr.c	/^    dbString html;$/;"	m	struct:display_attributes	file:
html_type	display/drivers/HTMLMAP/Graph_Set.c	/^int html_type;$/;"	v
hwidth	ps/ps.map/vector.h	/^    double hwidth;		\/* line or boundary highlight line width *\/$/;"	m	struct:__anon22
hwnd	visualization/nviz/src/togl.c	/^    HWND    hwnd;               \/* Toplevel window of application that owns$/;"	m	struct:WinFont	file:
hypot	raster/r.flow/r.flow.h	40;"	d
hypot	visualization/nviz/src/tkWinPort.h	41;"	d
i	db/base/execute.c	/^    int i;$/;"	m	struct:__anon6	file:
i	db/drivers/dbf/globals.h	/^    int i;$/;"	m	struct:__anon12
i	imagery/i.atcorr/main.cpp	/^	int i, j;$/;"	m	struct:TIMap::Position	file:
i	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int curp, first_point, i;$/;"	v	file:
i	include/dbmi.h	/^	int i;$/;"	m	union:__anon276::__anon277
i	include/dbmi.h	/^    int i;$/;"	m	struct:_db_value
i	include/la.h	/^    doublereal r, i;$/;"	m	struct:__anon241
i	include/la.h	/^    real r, i;$/;"	m	struct:__anon240
i	include/sqlp.h	/^    int i;$/;"	m	struct:__anon296
i	include/vask.h	/^    int *i;$/;"	m	union:target
i	include/vect/dig_structs.h	/^    int i;$/;"	m	struct:Format_info
i	lib/vector/diglib/port_test.c	/^    int i;$/;"	m	union:type_conv	file:
i	raster/r.le/r.le.patch/patch.c	/^int i;$/;"	v
i	raster/r.terraflow/grid.h	/^  dimension_type i,j;$/;"	m	struct:gridElement
i	raster/r.terraflow/sweep.h	/^  dimension_type i,j;  $/;"	m	class:sweepItemBaseType
i	raster/r.terraflow/sweep.h	/^  dimension_type i,j;  \/* position in the grid *\/$/;"	m	class:sweepOutput
i	raster/r.terraflow/sweep.h	/^  dimension_type i,j;$/;"	m	class:flowPriority
i	raster/r.terraflow/sweep.h	/^  dimension_type i,j;$/;"	m	class:gridPosition
i	raster/r.terraflow/types.h	/^  dimension_type i,j;$/;"	m	class:ijBaseType
i	vector/v.digit/global.h	/^    int i;$/;"	m	struct:__anon197
i	vector/v.surf.idw/main.c	/^static int i;$/;"	v	file:
i1	vector/v.to.db/global.h	/^    int i1, i2;			\/* values; i1: query (result int), sides; i2: sides *\/$/;"	m	struct:__anon200
i2	vector/v.to.db/global.h	/^    int i1, i2;			\/* values; i1: query (result int), sides; i2: sides *\/$/;"	m	struct:__anon200
iArg	lib/vector/dglib/examples/opt.h	/^	int iArg;		\/* returned argv option index *\/$/;"	m	struct:GnoOption
iEdge	lib/vector/dglib/graph.h	/^    int cEdge, iEdge;$/;"	m	struct:__anon83
iEdge	lib/vector/dglib/graph.h	/^    int iEdge;$/;"	m	struct:__anon80
iEdgeBuffer	lib/vector/dglib/graph.h	/^    dglInt32_t iEdgeBuffer;$/;"	m	struct:_dglGraph
iErrno	lib/vector/dglib/graph.h	/^    int iErrno;$/;"	m	struct:_dglGraph
iMax	raster/r.terraflow/plateau.h	/^  dimension_type iMin, iMax, jMin, jMax;$/;"	m	class:plateauStats
iMin	raster/r.terraflow/grid.h	/^  dimension_type iMin, jMin;$/;"	m	class:grid
iMin	raster/r.terraflow/plateau.h	/^  dimension_type iMin, iMax, jMin, jMax;$/;"	m	class:plateauStats
iNodeBuffer	lib/vector/dglib/graph.h	/^    dglInt32_t iNodeBuffer;$/;"	m	struct:_dglGraph
iPoints	vector/v.buffer2/main.c	/^    struct line_pnts **iPoints;$/;"	m	struct:buf_contours	typeref:struct:buf_contours::line_pnts	file:
i_add_bgcmd	vector/v.digit/i_face.c	/^void i_add_bgcmd(int index)$/;"	f
i_coor	vector/v.digit/i_face.c	/^int i_coor(double x, double y)$/;"	f
i_height	visualization/ximgview/main.c	/^static int i_width, i_height;$/;"	v	file:
i_message	vector/v.digit/i_face.c	/^int i_message(int type, int icon, char *msg)$/;"	f
i_new_line_options	vector/v.digit/i_face.c	/^void i_new_line_options(int create)$/;"	f
i_prompt	vector/v.digit/i_face.c	/^int i_prompt(char *str)$/;"	f
i_prompt_buttons	vector/v.digit/i_face.c	/^int i_prompt_buttons(char *l, char *m, char *r)$/;"	f
i_set_cat_mode	vector/v.digit/i_face.c	/^void i_set_cat_mode(void)$/;"	f
i_set_color	vector/v.digit/i_face.c	/^int i_set_color(char *name, int r, int g, int b)$/;"	f
i_set_on	vector/v.digit/i_face.c	/^int i_set_on(char *name, int on)$/;"	f
i_val_l_f	raster/r.surf.contour/contour.h	/^GLOBAL double i_val_l_f;$/;"	v
i_var_setc	vector/v.digit/i_face.c	/^void i_var_setc(int code, char *c)$/;"	f
i_var_setd	vector/v.digit/i_face.c	/^void i_var_setd(int code, double d)$/;"	f
i_var_seti	vector/v.digit/i_face.c	/^void i_var_seti(int code, int i)$/;"	f
i_width	visualization/ximgview/main.c	/^static int i_width, i_height;$/;"	v	file:
iaer	imagery/i.atcorr/AerosolConcentration.h	/^    long int iaer;$/;"	m	struct:AerosolConcentration
iaer	imagery/i.atcorr/AerosolModel.h	/^	long int iaer;	\/* aerosol model *\/$/;"	m	struct:AerosolModel
iaerp	imagery/i.atcorr/AerosolModel.h	/^	long int iaerp;$/;"	m	struct:AerosolModel
ialt	imagery/i.atcorr/main.cpp	/^    struct Option *ialt;    \/* an input elevation map in km used to increase *\/$/;"	m	struct:Options	typeref:struct:Options::Option	file:
iattr	include/gstypes.h	/^    int iattr;$/;"	m	struct:g_point
ib	include/gstypes.h	/^    int *ib;$/;"	m	struct:__anon251
ib	lib/vector/dglib/graph.h	/^    int ib;$/;"	m	struct:__anon85
iceil	lib/gis/plot.c	/^static int iceil(double x)$/;"	f	file:
icmp	raster/r.mapcalc/xmedian.c	/^static int icmp(const void *aa, const void *bb)$/;"	f	file:
icnd	imagery/i.atcorr/main.cpp	/^    struct Option *icnd;    \/* the input conditions file *\/$/;"	m	struct:Options	typeref:struct:Options::Option	file:
icols	raster/r.out.mpeg/main.c	/^int irows, icols, vrows, vcols;$/;"	v
icols	visualization/xganim/main.c	/^int irows, icols, vrows, vcols;$/;"	v
icon	display/d.graph/description.html	/^<a name="icon"><\/a>$/;"	a
icon	lib/gis/gui.tcl	/^proc icon {class member} {$/;"	p
icon_bm_bits	include/icon_bm.h	/^static char icon_bm_bits[] = {$/;"	v
icon_bm_height	include/icon_bm.h	2;"	d
icon_bm_width	include/icon_bm.h	1;"	d
icon_configure	lib/gis/gui.tcl	/^proc icon_configure {path class member} {$/;"	p
icon_files	display/d.vect/main.c	/^static char *icon_files(void)$/;"	f	file:
iconv	configure	/^iconv()$/;"	f
iconv	configure	/^iconv();$/;"	f
icp	imagery/i.atcorr/AerosolModel.h	/^		long int icp;$/;"	m	struct:AerosolModel::Mie_in
id	include/imagery.h	/^    char id[2][75];$/;"	m	struct:Tape_Info
id	include/nviz.h	/^    int id;$/;"	m	struct:__anon289
id	raster/r.li/r.li.daemon/avlID.h	/^    long id;			\/*key field *\/$/;"	m	struct:avlID_node
id	vector/v.edit/global.h	/^	*poly, *type, *id, *where, *bmaps, *snap, *query, *zbulk;$/;"	m	struct:GParams	typeref:struct:GParams::
id	visualization/nviz/src/interface.h	/^    int id;$/;"	m	struct:__anon100
idatm	imagery/i.atcorr/AtmosModel.h	/^	long int idatm;	\/* atmospheric model*\/$/;"	m	struct:AtmosModel
idatmp	imagery/i.atcorr/Altitude.h	/^	int	  idatmp;$/;"	m	struct:Altitude
ideal_distance	vector/v.label.sa/labels.c	/^static double ideal_distance;$/;"	v	file:
ident	lib/ogsf/trans.c	/^static float ident[4][4] = {$/;"	v	file:
ident_win	lib/display/ident_win.c	/^int ident_win(char *cur_pad)$/;"	f
ids	gui/wxpython/vdigit/driver.h	/^	struct ilist *ids;      \/\/ list of ids$/;"	m	struct:DisplayDriver::_selected	typeref:struct:DisplayDriver::_selected::ilist
idsDupl	gui/wxpython/vdigit/driver.h	/^	struct ilist *idsDupl;  \/\/ list of duplicated features$/;"	m	struct:DisplayDriver::_selected	typeref:struct:DisplayDriver::_selected::ilist
idx	general/g.transform/main.c	/^    int idx;$/;"	m	struct:Max	file:
idx	include/gis.h	/^	int idx;$/;"	m	struct:Cell_stats::Cell_stats_node
idx	raster/r.describe/tree.c	/^    int idx;$/;"	m	struct:__anon159	file:
idx	raster/r.mapcalc/expression.h	/^    int idx;$/;"	m	struct:expr_data_map
idx	swig/perl/gis.h	/^	int idx;$/;"	m	struct:Cell_stats::Cell_stats_node
idxclass	raster/r.topmodel/global.h	/^    int timestep, idxclass;$/;"	m	struct:__anon134
idxstats	raster/r.topmodel/global.h	/^    char *idxstats, *params, *input, *output, *Qobs;$/;"	m	struct:__anon133
idxstats	raster/r.topmodel/global.h	/^} idxstats;$/;"	v	typeref:struct:__anon129
ieee_to_cray_array	raster3d/r3.in.v5d/binio.c	/^void ieee_to_cray_array(float *dest, const long *source, int n)$/;"	f
ieee_to_cray_array	raster3d/r3.out.v5d/binio.c	/^void ieee_to_cray_array(float *dest, const long *source, int n)$/;"	f
ier	general/g.setproj/main.c	/^int ier, zone;$/;"	v
if_to_c	raster3d/r3.in.v5d/binio.c	/^static void if_to_c(long *t, const long *f)$/;"	f	file:
if_to_c	raster3d/r3.out.v5d/binio.c	/^static void if_to_c(long *t, const long *f)$/;"	f	file:
iflag	raster/simwe/simlib/waterglobs.h	/^GLOBAL int iflag[MAXW];$/;"	v
ifloor	lib/gis/plot.c	/^static int ifloor(double x)$/;"	f	file:
ifunc	raster/r.neighbors/main.c	/^typedef int (*ifunc) (void);$/;"	t	file:
ifunptr	raster3d/r3.showdspf/togif.c	/^typedef int (*ifunptr) (int x, int y, vgl_GIFWriter * dataPtr);$/;"	t	file:
igeom	imagery/i.atcorr/GeomCond.h	/^	long int igeom;	\/* geometrical conditions *\/$/;"	m	struct:GeomCond
ignore_memory_limit	lib/iostream/mm.cc	/^void MM_register::ignore_memory_limit() {$/;"	f	class:MM_register
iimg	imagery/i.atcorr/main.cpp	/^    struct Option *iimg;    \/* input satellite image *\/$/;"	m	struct:Options	typeref:struct:Options::Option	file:
iinf	imagery/i.atcorr/Iwave.h	/^	int iinf;$/;"	m	struct:IWave
ijBaseType	raster/r.terraflow/types.h	/^  ijBaseType() : i(-1), j(-1) {};$/;"	f	class:ijBaseType
ijBaseType	raster/r.terraflow/types.h	/^  ijBaseType(dimension_type gi, dimension_type gj) : i(gi), j(gj) {};$/;"	f	class:ijBaseType
ijBaseType	raster/r.terraflow/types.h	/^class ijBaseType {$/;"	c
ijCmpBoundaryType	raster/r.terraflow/water.h	/^class ijCmpBoundaryType {$/;"	c
ijCmpLabelElevType	raster/r.terraflow/water.h	/^class ijCmpLabelElevType {$/;"	c
ijCmpNodataType	raster/r.terraflow/nodata.h	/^class ijCmpNodataType {$/;"	c
ijCmpPlateauType	raster/r.terraflow/plateau.h	/^class ijCmpPlateauType {$/;"	c
ijCmpSweepOutput	raster/r.terraflow/sweep.h	/^class ijCmpSweepOutput {$/;"	c
ijCmpWaterType	raster/r.terraflow/water.h	/^class ijCmpWaterType {$/;"	c
ijCmpWaterWindowType	raster/r.terraflow/water.h	/^class ijCmpWaterWindowType {$/;"	c
il	lib/vector/Vlib/dgraph.c	/^    struct seg_intersection_list *il;$/;"	m	struct:seg_intersections	typeref:struct:seg_intersections::seg_intersection_list	file:
ilcount	lib/vector/Vlib/dgraph.c	/^    int ilcount;$/;"	m	struct:seg_intersections	file:
ilist	include/vect/dig_structs.h	/^struct ilist$/;"	s
im	include/iostream/empq_adaptive.h	/^  MinMaxHeap<T> *im;$/;"	m	class:EMPQueueAdaptive
im_buffer	include/iostream/imbuffer.h	/^  im_buffer(long n): maxsize(n), size(0), sorted(false) {$/;"	f	class:im_buffer
im_buffer	include/iostream/imbuffer.h	/^class im_buffer { $/;"	c
im_buffer	include/iostream/imbuffer.h	/^im_buffer<T>::im_buffer(const im_buffer &b) {$/;"	f	class:im_buffer
image	lib/pngdriver/Graph_set.c	/^void *image;$/;"	v
imagery_LIBS	swig/python/Makefile	/^imagery_LIBS    = $(IMAGERYLIB)$/;"	m
imatrix	raster/r.param.scale/nrutil.c	/^int **imatrix(int nrl, int nrh, int ncl, int nch)$/;"	f
imaxarg1	raster/r.param.scale/nrutil.c	/^int imaxarg1, imaxarg2;$/;"	v
imaxarg2	raster/r.param.scale/nrutil.c	/^int imaxarg1, imaxarg2;$/;"	v
img	display/drivers/XDRIVER/Raster.c	/^static XImage *img;$/;"	v	file:
img_name	display/d.nviz/main.c	/^char img_name[512];$/;"	v
imgbuf	visualization/ximgview/main.c	/^static void *imgbuf;$/;"	v	file:
iminarg1	raster/r.param.scale/nrutil.c	/^int iminarg1, iminarg2;$/;"	v
iminarg2	raster/r.param.scale/nrutil.c	/^int iminarg1, iminarg2;$/;"	v
implement	raster/r.topmodel/topmodel.c	/^void implement(void)$/;"	f
in	vector/lidar/v.surf.bspline/bspline.h	/^    struct Option *in, *in_ext, *out, *out_map, *dbdriver,$/;"	m	struct:Param	typeref:struct:Param::Option
in	vector/v.edit/global.h	/^    struct Option *map, *in, *maxdist, *tool,$/;"	m	struct:GParams	typeref:struct:GParams::
in2pt	lib/psdriver/Graph_set.c	/^static int in2pt(double x)$/;"	f	file:
inSet	raster/r.terraflow/unionFind.h	/^unionFind<T>::inSet(T x) {$/;"	f	class:unionFind
inText	raster/r.out.pov/main.c	/^char inText[24], **junk;$/;"	v
in_array	lib/vector/Vlib/array.c	/^static int in_array(int *cats, size_t ncats, int cat)$/;"	f	file:
in_between	vector/v.net.visibility/geometry.c	/^int in_between(struct Point *p, struct Line *e)$/;"	f
in_buf	general/g.pnmcomp/main.c	/^static char *in_buf;$/;"	v	file:
in_col_seg	raster/wildfire/r.spreadpath/main.c	/^SEGMENT in_row_seg, in_col_seg, out_seg;$/;"	v
in_count	raster3d/r3.showdspf/togif.h	/^    long int in_count;		\/* length of input *\/$/;"	m	struct:_vgl_GIFWriter
in_ext	vector/lidar/v.surf.bspline/bspline.h	/^    struct Option *in, *in_ext, *out, *out_map, *dbdriver,$/;"	m	struct:Param	typeref:struct:Param::
in_fd	raster/r.recode/global.h	/^int in_fd, out_fd, no_mask, align_wind, make_dcell, nrules, rule_size;$/;"	v
in_file_d	ps/ps.map/outl_io.c	/^static int in_file_d;$/;"	v	file:
in_frame_list	display/d.save/main.c	/^int in_frame_list(struct Option *opt, char *padname)$/;"	f
in_group	raster/r.le/r.le.patch/patch.c	/^int in_group(double att, float *group, int r)$/;"	f
in_list	raster/r.watershed/ram/Gwater.h	/^GLOBAL FLAG *worked, *in_list, *s_b, *swale;$/;"	v
in_list	raster/r.watershed/seg/Gwater.h	/^GLOBAL BSEG worked, in_list, s_b, swale;$/;"	v
in_list	vector/v.extract/extract.c	/^int in_list(int cat)$/;"	f
in_out	raster3d/r3.showdspf/vizual.h	/^    int in_out;			\/* fill contours between thresholds or outside *\/$/;"	m	struct:dspec
in_proj_info	raster/r.horizon/main.c	/^struct Key_value *in_proj_info, *in_unit_info;$/;"	v	typeref:struct:Key_value
in_rast	raster/r.recode/recode.c	/^static void *in_rast, *out_rast;$/;"	v	file:
in_row	raster/r.grow.distance/main.c	/^static DCELL *in_row;$/;"	v	file:
in_row_seg	raster/wildfire/r.spreadpath/main.c	/^SEGMENT in_row_seg, in_col_seg, out_seg;$/;"	v
in_sig	imagery/i.cluster/main.c	/^struct Signature in_sig;$/;"	v	typeref:struct:Signature
in_type	raster/r.recode/global.h	/^RASTER_MAP_TYPE in_type;$/;"	v
in_unit_info	raster/r.horizon/main.c	/^struct Key_value *in_proj_info, *in_unit_info;$/;"	v	typeref:struct:
in_vregion	lib/ogsf/gsdrape.c	/^int in_vregion(geosurf * gs, float *pt)$/;"	f
iname	raster/r.out.gridatb/local_proto.h	/^GLOBAL char *mapset, *iname;$/;"	v
iname	raster/r.topidx/global.h	/^GLOBAL char *mapset, *iname, *oname;$/;"	v
inbox	imagery/i.ask/popup.c	/^static int inbox(struct box *box, int x, int y)$/;"	f	file:
inbox	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int inbox(struct box *box, int x, int y)$/;"	f	file:
inbox	imagery/i.ortho.photo/photo.2image/ask.c	/^static int inbox(struct box *box, int x, int y)$/;"	f	file:
inbox	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^static int inbox(struct box *box, int x, int y)$/;"	f	file:
inbox	imagery/i.ortho.photo/photo.2image/mark.c	/^static int inbox(struct box *box, int x, int y)$/;"	f	file:
inbox	imagery/i.ortho.photo/photo.2image/use_camera.c	/^static int inbox(struct box *box, int x, int y)$/;"	f	file:
inbox	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int inbox(struct box *box, int x, int y)$/;"	f	file:
inbox	imagery/i.ortho.photo/photo.2target/ask.c	/^static int inbox(struct box *box, int x, int y)$/;"	f	file:
inbox	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^static int inbox(struct box *box, int x, int y)$/;"	f	file:
inbox	imagery/i.points/analyze.c	/^static int inbox(struct box *box, int x, int y)$/;"	f	file:
inbox	imagery/i.points/ask.c	/^static int inbox(struct box *box, int x, int y)$/;"	f	file:
inbox	imagery/i.points/ask_mag.c	/^static int inbox(struct box *box, int x, int y)$/;"	f	file:
inbox	imagery/i.vpoints/analyze.c	/^static int inbox(struct box *box, int x, int y)$/;"	f	file:
inbox	imagery/i.vpoints/ask.c	/^static int inbox(struct box *box, int x, int y)$/;"	f	file:
inbox	imagery/i.vpoints/ask_lineclr.c	/^static inbox(box, x, y)$/;"	f	file:
inbox	imagery/i.vpoints/ask_mag.c	/^static int inbox(struct box *box, int x, int y)$/;"	f	file:
inbuf	lib/driver/command.c	/^static char inbuf[4096];$/;"	v	file:
incidout	raster/r.sun/main.c	/^char *incidout = NULL;$/;"	v
incidout	raster/r.sun2/main.c	/^const char *incidout = NULL;$/;"	v
incl	include/gstypes.h	/^    int twist, fov, incl, look;	\/* 10ths of degrees *\/$/;"	m	struct:__anon260
inclination	raster/r.los/point.h	/^    double inclination;$/;"	m	struct:point
incr	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^static int incr(int x, int y)$/;"	f	file:
incr	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^static int incr(int x, int y)$/;"	f	file:
incr	imagery/i.points/ask_mag.c	/^static int incr(int x, int y)$/;"	f	file:
incr	imagery/i.vpoints/ask_mag.c	/^static int incr(int x, int y)$/;"	f	file:
incr	include/btree.h	/^    int incr;			\/* number of nodes to add at a time *\/$/;"	m	struct:__anon299
incr	include/ibtree.h	/^    int incr;			\/* number of nodes to add at a time *\/$/;"	m	struct:__anon273
incrEntry	visualization/nviz/scripts/widgets.tcl	/^proc incrEntry { E } {$/;"	p
incr_deleted	include/iostream/embuffer.h	/^  void incr_deleted(unsigned int i) {$/;"	f	class:em_buffer
incr_nextstream	include/iostream/embuffer.h	/^  void incr_nextstream() { ++index;}$/;"	f	class:em_buffer
increment_reg	imagery/i.smap/bouman/segment.c	/^static int increment_reg(struct Region *region, int wd, int ht,$/;"	f	file:
index	imagery/i.ortho.photo/libes/orthophoto.h	/^	unsigned char *index;	\/* data translation index *\/$/;"	m	struct:Ortho_Image_Group_Ref::Ortho_Ref_Color
index	include/G3d.h	/^    int *index;$/;"	m	struct:__anon250
index	include/G3d.h	/^    long *index;$/;"	m	struct:G3D_Map
index	include/freetypecap.h	/^    int index;	    \/**< Index within the file of this font face *\/$/;"	m	struct:GFONT_CAP
index	include/gstypes.h	/^    char *index;$/;"	m	struct:__anon252
index	include/imagery.h	/^    unsigned char *index;      \/* data translation index *\/$/;"	m	struct:Ref_Color
index	include/iostream/embuffer.h	/^  unsigned int index;$/;"	m	class:em_buffer
index	lib/g3d/cachehash.c	/^    int *index;$/;"	m	struct:__anon29	file:
index	lib/gpde/N_pde.h	/^    int *index;			\/*the index number *\/$/;"	m	struct:__anon46
index	lib/vector/dglib/heap.h	/^    long index;			\/* last node \/ number of current nodes (complete-binary-tree array representation ...) *\/$/;"	m	struct:_dglHeap
index	raster/r.flow/calc.c	/^    int index;			\/* index of next point          *\/$/;"	m	struct:__anon152	file:
index	raster/r.mapcalc/mapcalc.y	/^index		: INTEGER$/;"	l
index	vector/v.to.rast/do_areas.c	/^    int index;$/;"	m	struct:list	file:
indexLongNbytes	include/G3d.h	/^    int indexLongNbytes;$/;"	m	struct:G3D_Map
indexName	include/dbmi.h	/^    dbString indexName;$/;"	m	struct:_db_index
indexNbytesUsed	include/G3d.h	/^    int indexNbytesUsed;$/;"	m	struct:G3D_Map
indexOffset	include/G3d.h	/^    long indexOffset;$/;"	m	struct:G3D_Map
indexSortCompare	lib/g3d/index.c	/^static int indexSortCompare(const void *a, const void *b)$/;"	f	file:
index_cat	raster/r.cross/tree.c	/^CELL index_cat(register CELL cat)$/;"	f
index_coh	raster/r.le/r.le.patch/patch.c	/^int index_coh(double att, float *group)$/;"	f
inet_ntoa	configure	/^inet_ntoa()$/;"	f
inf	display/d.rast/mask.h	/^    int inf;$/;"	m	struct:_d_interval
inf	display/d.rast/mask.h	/^    int inf;$/;"	m	struct:_interval
inf	raster/r.null/mask.h	/^    int inf;$/;"	m	struct:_d_interval
inf	raster/simwe/simlib/waterglobs.h	/^GLOBAL double **gama, **gammas, **si, **inf, **sigma;$/;"	v
inf	raster3d/base/mask_functions.h	/^    int inf;$/;"	m	struct:_d_interval
inf_dmax	include/gis.h	/^	DCELL inf_dmax;$/;"	m	struct:Quant::__anon267
inf_dmax	swig/perl/gis.h	/^	DCELL inf_dmax;$/;"	m	struct:Quant::__anon93
inf_dmin	include/gis.h	/^	DCELL inf_dmin;$/;"	m	struct:Quant::__anon267
inf_dmin	swig/perl/gis.h	/^	DCELL inf_dmin;$/;"	m	struct:Quant::__anon93
inf_max	include/gis.h	/^	CELL inf_max;$/;"	m	struct:Quant::__anon267
inf_max	swig/perl/gis.h	/^	CELL inf_max;$/;"	m	struct:Quant::__anon93
inf_min	include/gis.h	/^	CELL inf_min;$/;"	m	struct:Quant::__anon267
inf_min	swig/perl/gis.h	/^	CELL inf_min;$/;"	m	struct:Quant::__anon93
infex	raster/r.topmodel/global.h	/^    int infex;$/;"	m	struct:__anon130
infil	raster/simwe/simlib/waterglobs.h	/^    struct Option *elevin, *dxin, *dyin, *rain, *infil, *traps, *manin,$/;"	m	struct:__anon137	typeref:struct:__anon137::
infil	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *infil;$/;"	v
infil_val	raster/simwe/simlib/waterglobs.h	/^GLOBAL double infil_val;$/;"	v
infile	display/d.graph/options.h	/^EXTERN FILE *infile;$/;"	v
infile	raster/r.resamp.stats/main.c	/^static int infile, outfile;$/;"	v	file:
infilval	raster/simwe/simlib/waterglobs.h	/^	*infilval;$/;"	m	struct:__anon137	typeref:struct:__anon137::
infilval	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *infilval;$/;"	v
infiniteCLeft	include/gis.h	/^    CELL infiniteCLeft;$/;"	m	struct:Quant
infiniteCLeft	swig/perl/gis.h	/^    CELL infiniteCLeft;$/;"	m	struct:Quant
infiniteCRight	include/gis.h	/^    CELL infiniteCRight;$/;"	m	struct:Quant
infiniteCRight	swig/perl/gis.h	/^    CELL infiniteCRight;$/;"	m	struct:Quant
infiniteDLeft	include/gis.h	/^    DCELL infiniteDLeft;	\/* neg infinite rule *\/$/;"	m	struct:FPReclass
infiniteDLeft	include/gis.h	/^    DCELL infiniteDLeft;$/;"	m	struct:Quant
infiniteDLeft	swig/perl/gis.h	/^    DCELL infiniteDLeft;	\/* neg infinite rule *\/$/;"	m	struct:FPReclass
infiniteDLeft	swig/perl/gis.h	/^    DCELL infiniteDLeft;$/;"	m	struct:Quant
infiniteDRight	include/gis.h	/^    DCELL infiniteDRight;	\/* neg infinite rule *\/$/;"	m	struct:FPReclass
infiniteDRight	include/gis.h	/^    DCELL infiniteDRight;$/;"	m	struct:Quant
infiniteDRight	swig/perl/gis.h	/^    DCELL infiniteDRight;	\/* neg infinite rule *\/$/;"	m	struct:FPReclass
infiniteDRight	swig/perl/gis.h	/^    DCELL infiniteDRight;$/;"	m	struct:Quant
infiniteLeftSet	include/gis.h	/^    int infiniteLeftSet;	\/* 1 if negative infinite interval rule exists *\/$/;"	m	struct:FPReclass
infiniteLeftSet	include/gis.h	/^    int infiniteLeftSet;$/;"	m	struct:Quant
infiniteLeftSet	swig/perl/gis.h	/^    int infiniteLeftSet;	\/* 1 if negative infinite interval rule exists *\/$/;"	m	struct:FPReclass
infiniteLeftSet	swig/perl/gis.h	/^    int infiniteLeftSet;$/;"	m	struct:Quant
infiniteRLeft	include/gis.h	/^    DCELL infiniteRLeft;	\/* pos infinite rule *\/$/;"	m	struct:FPReclass
infiniteRLeft	swig/perl/gis.h	/^    DCELL infiniteRLeft;	\/* pos infinite rule *\/$/;"	m	struct:FPReclass
infiniteRRight	include/gis.h	/^    DCELL infiniteRRight;	\/* pos infinite rule *\/$/;"	m	struct:FPReclass
infiniteRRight	swig/perl/gis.h	/^    DCELL infiniteRRight;	\/* pos infinite rule *\/$/;"	m	struct:FPReclass
infiniteRightSet	include/gis.h	/^    int infiniteRightSet;	\/* 1 if positive infinite interval rule exists *\/$/;"	m	struct:FPReclass
infiniteRightSet	include/gis.h	/^    int infiniteRightSet;$/;"	m	struct:Quant
infiniteRightSet	swig/perl/gis.h	/^    int infiniteRightSet;	\/* 1 if positive infinite interval rule exists *\/$/;"	m	struct:FPReclass
infiniteRightSet	swig/perl/gis.h	/^    int infiniteRightSet;$/;"	m	struct:Quant
infmean	raster/simwe/simlib/waterglobs.h	/^GLOBAL double infsum, infmean;$/;"	v
info	lib/python/core.py	/^def info(msg):$/;"	f
info	vector/v.surf.rst/main.c	/^struct tree_info *info;$/;"	v	typeref:struct:tree_info
info_in	ps/ps.map/do_geogrid.c	/^static struct pj_info info_in;$/;"	v	typeref:struct:pj_info	file:
info_out	ps/ps.map/do_geogrid.c	/^static struct pj_info info_out;$/;"	v	typeref:struct:pj_info	file:
infocus	include/gstypes.h	/^    int infocus;		\/* fixed center of view - true or false *\/$/;"	m	struct:__anon260
infsum	raster/simwe/simlib/waterglobs.h	/^GLOBAL double infsum, infmean;$/;"	v
init	general/manage/cmd/init.c	/^int init(char *pgm)$/;"	f
init	imagery/i.atcorr/Altitude.cpp	/^void Altitude::init(AtmosModel &atms, const AerosolConcentration &aerocon)$/;"	f	class:Altitude
init	imagery/i.atcorr/gauss.cpp	/^void Gauss::init()$/;"	f	class:Gauss
init	include/iostream/replacementHeap.h	/^ReplacementHeap<T,Compare>::init() {$/;"	f	class:ReplacementHeap
init	include/iostream/replacementHeapBlock.h	/^ReplacementHeapBlock<T,Compare>::init() {$/;"	f	class:ReplacementHeapBlock
init	lib/cdhc/as177.c	/^void init(double work[])$/;"	f
init	lib/gis/env.c	/^static int init[10] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };$/;"	v	file:
init	raster/r.terraflow/nodata.h	/^  static void init() {$/;"	f	class:nodataType
init	raster/r.terraflow/nodata.h	/^  static void init(elevation_type nodata) {$/;"	f	class:nodataType
init	raster/r.terraflow/weightWindow.cc	/^weightWindow::init() {$/;"	f	class:weightWindow
initCacheRead	lib/g3d/g3dcache.c	/^static int initCacheRead(G3D_Map * map, int nCached)$/;"	f	file:
initCacheWrite	lib/g3d/g3dcache.c	/^static int initCacheWrite(G3D_Map * map, int nCached)$/;"	f	file:
initPQ	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::initPQ(size_t initMem) {$/;"	f	class:EMPQueueAdaptive
init_6S	imagery/i.atcorr/6s.cpp	/^int init_6S(char* icnd_name)$/;"	f
init_any	vector/v.mapcalc/any.c	/^void init_any(void)$/;"	f
init_bounds	raster3d/r3.showdspf/main_ogl.c	/^void init_bounds(struct dspec *D_spec)$/;"	f
init_cairo	lib/cairodriver/Graph.c	/^static void init_cairo(void)$/;"	f	file:
init_caps	raster3d/r3.showdspf/init_caps.c	/^int init_caps(D_Cap, g3reg)$/;"	f
init_cats	raster/r.mapcalc/map.c	/^static void init_cats(map * m)$/;"	f	file:
init_cats	raster/r.mapcalc/map3.c	/^static void init_cats(map * m)$/;"	f	file:
init_color_table	display/drivers/XDRIVER/Color_table.c	/^Colormap init_color_table(Colormap cmap)$/;"	f
init_color_table	lib/pngdriver/Color_table.c	/^void init_color_table(void)$/;"	f
init_color_table	lib/psdriver/Color_table.c	/^void init_color_table(void)$/;"	f
init_colors	raster/r.mapcalc/map.c	/^static void init_colors(map * m)$/;"	f	file:
init_colors	raster/r.mapcalc/map3.c	/^static void init_colors(map * m)$/;"	f	file:
init_colors_indexed	lib/pngdriver/Color_table.c	/^static void init_colors_indexed(void)$/;"	f	file:
init_colors_rgb	lib/pngdriver/Color_table.c	/^static void init_colors_rgb(void)$/;"	f	file:
init_commands	visualization/nviz/src/init_commands.c	/^int init_commands(Tcl_Interp * interp, Nv_data * data)$/;"	f
init_coordcnv	raster/r.out.vrml/main.c	/^int init_coordcnv(double exag, struct Cell_head *w, double min, double max)$/;"	f
init_cplane	lib/ogsf/gsd_cplane.c	/^static void init_cplane(void)$/;"	f	file:
init_ctx	visualization/nviz/src/do_zoom.c	/^static int init_ctx(void)$/;"	f	file:
init_d_mask_rules	display/d.rast/mask.c	/^int init_d_mask_rules(d_Mask * d_mask)$/;"	f
init_d_mask_rules	raster/r.null/mask.c	/^int init_d_mask_rules(d_Mask * d_mask)$/;"	f
init_d_mask_rules	raster3d/base/mask_functions.c	/^static void init_d_mask_rules(d_Mask * d_mask)$/;"	f	file:
init_dbdriver	db/drivers/dbf/dbdriver.h	20;"	d
init_dbdriver	db/drivers/mysql/dbdriver.h	23;"	d
init_dbdriver	db/drivers/odbc/dbdriver.h	22;"	d
init_dbdriver	db/drivers/ogr/dbdriver.h	18;"	d
init_dbdriver	db/drivers/postgres/dbdriver.h	25;"	d
init_dbdriver	db/drivers/sqlite/dbdriver.h	23;"	d
init_default_slider_vals1	visualization/nviz/src/exag.c	/^init_default_slider_vals1(Nv_data * dc, float *min, float *max, float *val)$/;"	f
init_dspec	raster3d/r3.showdspf/main_ogl.c	/^void init_dspec(struct dspec *D_spec, char *ctable)$/;"	f
init_edge_list	raster/r.distance/edges.c	/^void init_edge_list(struct Map *map)$/;"	f
init_error	db/drivers/dbf/error.c	/^void init_error(void)$/;"	f
init_error	db/drivers/mysql/error.c	/^void init_error(void)$/;"	f
init_error	db/drivers/ogr/error.c	/^void init_error(void)$/;"	f
init_error	db/drivers/postgres/error.c	/^void init_error(void)$/;"	f
init_error	db/drivers/sqlite/error.c	/^void init_error(void)$/;"	f
init_file	lib/cairodriver/Graph.c	/^static int init_file(void)$/;"	f	file:
init_form	vector/v.digit/form.tcl	/^proc init_form {} {$/;"	p
init_gdal	lib/gis/gdal.c	/^static void init_gdal(void)$/;"	f	file:
init_globals	display/d.save/main.c	/^int init_globals(void)$/;"	f
init_graphics	raster3d/r3.showdspf/new_init_graphics.c	/^void init_graphics(char *name, int argc, char **argv, struct dspec *dspecptr)$/;"	f
init_graphics	visualization/nviz/scripts/nviz_init.tcl	/^proc init_graphics {} {$/;"	p
init_grass	raster/r.buffer/init.c	/^int init_grass(void)$/;"	f
init_gsds	lib/ogsf/gsds.c	/^static int init_gsds(void)$/;"	f	file:
init_list	vector/v.in.dxf/layer_list.c	/^void init_list(void)$/;"	f
init_login	lib/db/dbmi_base/login.c	/^void init_login(LOGIN * login)$/;"	f
init_map	vector/v.mapcalc/map.c	/^void init_map(void)$/;"	f
init_mask_rules	display/d.rast/mask.c	/^int init_mask_rules(Mask * mask)$/;"	f
init_new_light	visualization/nviz/src/lights.c	/^static int init_new_light(Nv_data * data, int n)$/;"	f	file:
init_node	lib/gis/cell_stats.c	/^static int init_node(NODE * node, int idx, int offset)$/;"	f	file:
init_node_costs	vector/v.net.steiner/main.c	/^int init_node_costs(struct Map_info *Map, int from)$/;"	f
init_num	vector/v.mapcalc/number.c	/^void init_num(void)$/;"	f
init_parts	lib/vector/Vlib/build_ogr.c	/^static void init_parts(GEOM_PARTS * parts)$/;"	f	file:
init_plug	vector/v.mapcalc/plugin.c	/^void init_plug(void)$/;"	f
init_proj	display/d.grid/plot.c	/^void init_proj(struct pj_info *info_in, struct pj_info *info_out, int wgs84)$/;"	f
init_proj	ps/ps.map/do_geogrid.c	/^void init_proj(struct pj_info *info_in, struct pj_info *info_out)$/;"	f
init_projection	raster/r.carve/main.c	/^static int init_projection(struct Cell_head *window, int *wrap_ncols)$/;"	f	file:
init_rand	raster/r.random/creat_rand.c	/^void init_rand(void)$/;"	f
init_reclass	raster/r.reclass/reclass.c	/^static void init_reclass(struct Reclass *rec, const RULE * rules)$/;"	f	file:
init_reg	imagery/i.smap/bouman/segment.c	/^static void init_reg(struct Region *region, int wd, int ht, int block_size)$/;"	f	file:
init_region	imagery/i.class/init_reg.c	/^int init_region(struct region Region)$/;"	f
init_row_search	raster/r.surf.idw/main.h	/^int (*init_row_search) (EW *, SHORT);	\/* function pointer *\/$/;"	v
init_sig_routines	imagery/i.class/signature.c	/^int init_sig_routines(size_t nbands)$/;"	f
init_sockets	lib/gis/unix_socks.c	/^static void init_sockets(void)$/;"	f	file:
init_stack	vector/v.net.visibility/data_structures.c	/^void init_stack(int size)$/;"	f
init_stuff	lib/ogsf/gsd_objs.c	/^static void init_stuff(void)$/;"	f	file:
init_table	raster/r.reclass/reclass.c	/^static void init_table(struct Reclass *rec, int *is_default)$/;"	f	file:
init_time	raster/wildfire/r.spread/collect_ori.c	/^int init_time;$/;"	v
init_transform_arrays	vector/v.transform/setup_trans.c	/^int init_transform_arrays(void)$/;"	f
init_transport	lib/raster/com_io.c	/^static void init_transport(void)$/;"	f	file:
init_vars	lib/ogsf/gs_norms.c	/^void init_vars(geosurf * gs)$/;"	f
init_vars	raster/r.watershed/ram/init_vars.c	/^int init_vars(int argc, char *argv[])$/;"	f
init_vars	raster/r.watershed/seg/init_vars.c	/^int init_vars(int argc, char *argv[])$/;"	f
init_vec	vector/v.mapcalc/vector.c	/^void init_vec(void)$/;"	f
init_vis	vector/v.net.visibility/visibility.c	/^void init_vis(struct Point *points, int num_points, struct Line *lines,$/;"	f
init_volfiles	lib/ogsf/gvl_file.c	/^static int init_volfiles(void)$/;"	f	file:
init_xlib	lib/cairodriver/Graph.c	/^static int init_xlib(void)$/;"	f	file:
inited	imagery/i.class/curses.c	/^static int inited = 0;$/;"	v	file:
inited	imagery/i.ortho.photo/photo.2image/curses.c	/^static int inited = 0;$/;"	v	file:
inited	imagery/i.ortho.photo/photo.2target/curses.c	/^static int inited = 0;$/;"	v	file:
inited	imagery/i.points/curses.c	/^static int inited = 0;$/;"	v	file:
inited	imagery/i.vpoints/curses.c	/^static int inited = 0;$/;"	v	file:
initialize	raster/r.mapcalc/evaluate.c	/^static void initialize(expression * e)$/;"	f	file:
initialize	raster/r.topidx/topidx.c	/^void initialize(void)$/;"	f
initialize	raster/r.topmodel/topmodel.c	/^void initialize(void)$/;"	f
initialize	scripts/d.rast.edit/d.rast.edit.tcl	/^proc initialize {} {$/;"	p
initializeFonts	raster3d/r3.showdspf/new_init_graphics.c	/^void initializeFonts()$/;"	f
initializePQ	raster/r.terraflow/sweep.cc	/^initializePQ() {$/;"	f
initializeRunFormation	include/iostream/ami_sort_impl.h	/^initializeRunFormation(AMI_STREAM<T> *instream,$/;"	f
initialize_binding	raster/r.mapcalc/evaluate.c	/^static void initialize_binding(expression * e)$/;"	f	file:
initialize_bins	raster/r.quantile/main.c	/^static void initialize_bins(void)$/;"	f	file:
initialize_cell_stats	raster/r.stats/stats.c	/^int initialize_cell_stats(int n)$/;"	f
initialize_constant	raster/r.mapcalc/evaluate.c	/^static void initialize_constant(expression * e)$/;"	f	file:
initialize_function	raster/r.mapcalc/evaluate.c	/^static void initialize_function(expression * e)$/;"	f	file:
initialize_map	raster/r.mapcalc/evaluate.c	/^static void initialize_map(expression * e)$/;"	f	file:
initialize_mpf_vars	lib/vector/Vlib/e_intersect.c	/^void initialize_mpf_vars()$/;"	f
initialize_options	display/d.paint.labels/do_labels.c	/^int initialize_options(void)$/;"	f
initialize_variable	raster/r.mapcalc/evaluate.c	/^static void initialize_variable(expression * e)$/;"	f	file:
initialized	lib/gis/gisinit.c	/^static int initialized = 0; \/** Is set when engine is initialized *\/$/;"	v	file:
initialized	lib/gis/null_val.c	/^static int initialized = FALSE;$/;"	v	file:
initialized	lib/vector/Vlib/e_intersect.c	/^int initialized = 0;$/;"	v
initscr	configure	/^initscr()$/;"	f
inmemory_fill_depression	raster/r.terraflow/filldepr.cc	/^inmemory_fill_depression(AMI_STREAM<boundaryType> *boundaryStr,$/;"	f
inmemory_fill_depression_mmusage	raster/r.terraflow/filldepr.cc	/^inmemory_fill_depression_mmusage(cclabel_type maxWatersheds) {$/;"	f
inner_count	vector/v.buffer2/main.c	/^    int inner_count;$/;"	m	struct:buf_contours	file:
inout_mode	include/gstypes.h	/^    int inout_mode;$/;"	m	struct:__anon258
inp_cols	raster/r.resamp.rst/main.c	/^int inp_rows, inp_cols;$/;"	v
inp_ew_res	raster/r.resamp.rst/main.c	/^double \/* pargr *\/ ns_res, ew_res, inp_ew_res, inp_ns_res;$/;"	v
inp_ns_res	raster/r.resamp.rst/main.c	/^double \/* pargr *\/ ns_res, ew_res, inp_ew_res, inp_ns_res;$/;"	v
inp_rows	raster/r.resamp.rst/main.c	/^int inp_rows, inp_cols;$/;"	v
inp_x_orig	raster/r.resamp.rst/main.c	/^double inp_x_orig, inp_y_orig;$/;"	v
inp_y_orig	raster/r.resamp.rst/main.c	/^double inp_x_orig, inp_y_orig;$/;"	v
inphd	raster/r.resamp.rst/main.c	/^struct Cell_head inphd;$/;"	v	typeref:struct:Cell_head
inpt	vector/v.reclass/rules.c	/^int inpt(FILE * rulefd, char *buf)$/;"	f
input	db/base/execute.c	/^    char *driver, *database, *input;$/;"	m	struct:__anon6	file:
input	db/base/select.c	/^    char *driver, *database, *table, *sql, *fs, *vs, *nv, *input;$/;"	m	struct:__anon9	file:
input	ps/ps.map/input.c	/^int input(int level, char *buf, char *help[])$/;"	f
input	raster/r.out.vtk/parameters.h	/^    struct Option *input, *output, *elevationmap, *null_val, *elevscale,$/;"	m	struct:__anon161	typeref:struct:__anon161::Option
input	raster/r.profile/input.c	/^int input(char *blank1, char *word1, char *blank2, char *word2, char *rest)$/;"	f
input	raster/r.reclass/input.c	/^int input(FILE * fp, int tty, char *buf)$/;"	f
input	raster/r.resamp.rst/main.c	/^char *input;$/;"	v
input	raster/r.series/main.c	/^struct input$/;"	s	file:
input	raster/r.surf.idw/main.c	/^static char *input;$/;"	v	file:
input	raster/r.to.rast3/main.c	/^    struct Option *input, *output;$/;"	m	struct:__anon136	typeref:struct:__anon136::Option	file:
input	raster/r.to.rast3elev/main.c	/^    int input;			\/*The current raster value map pointer *\/$/;"	m	struct:__anon156	file:
input	raster/r.to.rast3elev/main.c	/^    struct Option *input, *elev, *output, *upper, *lower;$/;"	m	struct:__anon155	typeref:struct:__anon155::Option	file:
input	raster/r.topmodel/global.h	/^    char *idxstats, *params, *input, *output, *Qobs;$/;"	m	struct:__anon133
input	raster/r.topmodel/global.h	/^    char input;$/;"	m	struct:__anon135
input	raster/r.topmodel/global.h	/^} input;$/;"	v	typeref:struct:__anon131
input	raster3d/r3.cross.rast/main.c	/^    struct Option *input, *output, *elevation;$/;"	m	struct:__anon106	typeref:struct:__anon106::Option	file:
input	raster3d/r3.in.ascii/main.c	/^    struct Option *input, *output, *nv;$/;"	m	struct:__anon108	typeref:struct:__anon108::Option	file:
input	raster3d/r3.in.v5d/main.c	/^    struct Option *input, *output, *nv;$/;"	m	struct:__anon111	typeref:struct:__anon111::Option	file:
input	raster3d/r3.out.ascii/main.c	/^    struct Option *input, *output, *decimals, *null_val;$/;"	m	struct:__anon120	typeref:struct:__anon120::Option	file:
input	raster3d/r3.out.v5d/main.c	/^    struct Option *input, *output;$/;"	m	struct:__anon122	typeref:struct:__anon122::Option	file:
input	raster3d/r3.out.vtk/parameters.h	/^    struct Option *input, *output, *rgbmaps, *vectormaps, *null_val, *top,$/;"	m	struct:__anon123	typeref:struct:__anon123::Option
input	raster3d/r3.to.rast/main.c	/^    struct Option *input, *output;$/;"	m	struct:__anon107	typeref:struct:__anon107::Option	file:
input	vector/v.mapcalc/v.mapcalc.y	/^input:    \/* empty *\/$/;"	l
input	vector/v.surf.rst/main.c	/^char *input;$/;"	v
input	vector/v.to.3d/local_proto.h	/^  struct Option *input, *output;$/;"	m	struct:opts	typeref:struct:opts::Option
input	vector/v.vol.rst/main.c	/^char *input;$/;"	v
input_color	imagery/i.class/input_color.c	/^int input_color(void)$/;"	f
input_currloc	general/g.proj/input.c	/^void input_currloc(void)$/;"	f
input_data	lib/rst/interp_float/ressegm2d.c	/^static int input_data(struct interp_params *params,$/;"	f	file:
input_data	raster/simwe/simlib/input.c	/^int input_data(void)$/;"	f
input_distance	vector/v.buffer/main.c	/^double input_distance(struct Map_info *In, int type, double buffer, double x,$/;"	f
input_epsg	general/g.proj/input.c	/^int input_epsg(int epsg_num)$/;"	f
input_fd	raster/r.to.vect/global.h	/^Global int input_fd;		\/*    input_fd     input raster map descriptor *\/$/;"	v
input_fd	raster/r.to.vect/global.h	/^Global int input_fd;$/;"	v
input_georef	general/g.proj/input.c	/^int input_georef(char *geofile)$/;"	f
input_maps	raster3d/r3.out.vtk/globalDefs.h	/^} input_maps;$/;"	t	typeref:struct:__anon124
input_proj4	general/g.proj/input.c	/^int input_proj4(char *proj4params)$/;"	f
input_std	imagery/i.class/input_std.c	/^int input_std(void)$/;"	f
input_wkt	general/g.proj/input.c	/^int input_wkt(char *wktfile)$/;"	f
inputfd	ps/ps.map/main.c	/^FILE *inputfd;$/;"	v
inputfile	raster/r.univar2/globals.h	/^    struct Option *inputfile, *percentile;$/;"	m	struct:__anon158	typeref:struct:__anon158::Option
inputmaptype	raster/r.to.rast3elev/main.c	/^    int inputmaptype;$/;"	m	struct:__anon156	file:
inrast	raster/r.carve/enforce.h	/^    struct Option *inrast, *invect, *outrast, *outvect;$/;"	m	struct:parms	typeref:struct:parms::Option
inraster	raster/r.random/local_proto.h	/^    char *inraster, *inrcover, *outraster, *mapset, *cmapset, *outvector;$/;"	m	struct:rr_state
inrcover	raster/r.random/local_proto.h	/^    char *inraster, *inrcover, *outraster, *mapset, *cmapset, *outvector;$/;"	m	struct:rr_state
insert	include/iostream/embuffer.h	/^long em_buffer<T,Key>::insert(AMI_STREAM<T>* str, long bos=0) {$/;"	f	class:em_buffer
insert	include/iostream/embuffer.h	/^long em_buffer<T,Key>::insert(T* a, long n) {$/;"	f	class:em_buffer
insert	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::insert(const T& elt) {$/;"	f	class:EMPQueueAdaptive
insert	include/iostream/empq_impl.h	/^bool em_pqueue<T,Key>::insert(const T& x) {$/;"	f	class:em_pqueue
insert	include/iostream/imbuffer.h	/^bool im_buffer<T>::insert(T &x) {$/;"	f	class:im_buffer
insert	include/iostream/imbuffer.h	/^unsigned long im_buffer<T>::insert(T*x, unsigned long n) {$/;"	f	class:im_buffer
insert	include/iostream/minmaxheap.h	/^void BasicMinMaxHeap<T>::insert(const T& elt) {$/;"	f	class:BasicMinMaxHeap
insert	include/iostream/pqheap.h	/^pqheap_t1<T>::insert(const T& elt) {$/;"	f	class:pqheap_t1
insert	raster/r.cost/btree.c	/^struct cost *insert(double min_cost, int row, int col)$/;"	f
insert	raster/r.terraflow/ccforest.cc	/^ccforest<T>::insert(const T& i, const T& j) {$/;"	f	class:ccforest
insert	raster/r.walk/btree.c	/^struct cost *insert(double min_cost, int row, int col)$/;"	f
insert	raster/wildfire/r.spreadpath/insert.c	/^void insert(POINT ** pres_pt, int row, int col, int backrow, int backcol)$/;"	f
insert2Ha	raster/wildfire/r.spread/insert2Ha.c	/^insert2Ha(struct cell_ptrHa **front_cell,$/;"	f
insertHa	raster/wildfire/r.spread/insertHa.c	/^insertHa(float new_min_cost, float angle, int row, int col,$/;"	f
insertNode	raster/r.li/r.li.daemon/list.c	/^void insertNode(list l, msg mess)$/;"	f
insert_cat	raster/r.watershed/shed/insert_cat.c	/^int insert_cat(CAT * cat, CELL value, int num_cells)$/;"	f
insert_str	gem/tools.c	/^int insert_str(char *str, int pos, char **strarr)$/;"	f
insert_value	raster/r.to.vect/util.c	/^void insert_value(int cat, int val, double dval)$/;"	f
insertionsort	include/iostream/quicksort.h	/^void insertionsort(T *data, size_t n, CMPR &cmp) {$/;"	f
insigfile	imagery/i.cluster/main.c	/^char *insigfile;$/;"	v
insol	raster/r.sun/main.c	/^float **lumcl, **beam, **insol, **diff, **refl;$/;"	v
insol	raster/r.sun2/main.c	/^float **lumcl, **beam, **insol, **diff, **refl, **globrad;$/;"	v
insol_t	raster/r.sun/main.c	/^double beam_e, diff_e, refl_e, bh, dh, rr, insol_t;$/;"	v
insol_t	raster/r.sun2/main.c	/^double beam_e, diff_e, refl_e, rr, insol_t;$/;"	v
insol_time	raster/r.sun/main.c	/^char *insol_time = NULL;$/;"	v
insol_time	raster/r.sun2/main.c	/^const char *insol_time = NULL;$/;"	v
instance	gui/wxpython/gui_modules/toolbars.py	/^        self.mapcontent    = map       # Map class instance$/;"	c	function:VDigitToolbar.__init__
instance	gui/wxpython/gui_modules/vdigit.py	/^        self.parent = parent # mapdisplay.BufferedWindow class instance$/;"	c	function:VDigitCategoryDialog.__init__
instance	gui/wxpython/gui_modules/vdigit.py	/^        self.parent = parent # mapdisplay.BufferedWindow class instance$/;"	c	function:VDigitSettingsDialog.__init__
instance	gui/wxpython/gui_modules/vdigit.py	/^        self.parent = parent # mapdisplay.BufferedWindow class instance$/;"	c	function:VDigitZBulkDialog.__init__
instances	include/iostream/mm.h	/^  static int instances;$/;"	m	class:MM_register
instances	lib/iostream/mm.cc	/^int MM_register::instances = 0; \/\/ Number of instances. (init)$/;"	m	class:MM_register	file:
instructions	raster/r.digit/instruct.c	/^int instructions(int n)$/;"	f
int16	raster/r.out.bin/swab.h	/^typedef short int16;$/;"	t
int32	lib/external/shapelib/shpopen.c	/^typedef int	      int32;$/;"	t	file:
int32	lib/external/shapelib/shpopen.c	/^typedef long	      int32;$/;"	t	file:
int32	raster/r.out.bin/swab.h	/^typedef int int32;$/;"	t
int32	raster/r.out.bin/swab.h	/^typedef long int32;$/;"	t
int8	raster/r.out.bin/swab.h	/^typedef signed char int8;	\/* NB: non-ANSI compilers may not grok *\/$/;"	t
int_cmpr	lib/vector/diglib/port_init.c	/^static const unsigned char int_cmpr[] = { 0x01, 0x02, 0x03, 0x04 };$/;"	v	file:
int_cmpr	lib/vector/diglib/port_test.c	/^static unsigned char int_cmpr[] = { 0x01, 0x02, 0x03, 0x04 };$/;"	v	file:
int_cnvrt	include/vect/dig_structs.h	/^    unsigned char int_cnvrt[PORT_INT];$/;"	m	struct:Port_info
int_cnvrt	lib/vector/diglib/port_init.c	/^unsigned char int_cnvrt[sizeof(int)];$/;"	v
int_cnvrt	lib/vector/diglib/port_test.c	/^static char int_cnvrt[sizeof(int)];$/;"	v	file:
int_cnvrt	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	/^static int int_cnvrt[] = { 3, 2, 1, 0 };$/;"	v
int_order	lib/vector/diglib/port_init.c	/^int int_order;$/;"	v
int_params	include/dlg.h	/^    double int_params[4];$/;"	m	struct:dlg_proj
int_quick	include/vect/dig_structs.h	/^    int int_quick;$/;"	m	struct:Port_info
int_to_tcl_color	visualization/nviz/src/glwrappers.c	/^char *int_to_tcl_color(int clr)$/;"	f
integer	include/la.h	/^typedef int integer;$/;"	t
integer1	include/la.h	/^typedef char integer1;$/;"	t
integration	lib/gpde/test/test_main.c	/^    struct Option *unit, *integration;$/;"	m	struct:__anon39	typeref:struct:__anon39::	file:
integration_test_gwflow	lib/gpde/test/test_gwflow.c	/^int integration_test_gwflow(void)$/;"	f
integration_test_heatflow	lib/gpde/test/test_heat.c	/^int integration_test_heatflow(void)$/;"	f
integration_test_solute_transport	lib/gpde/test/test_solute_transport.c	/^int integration_test_solute_transport(void)$/;"	f
interact	display/d.colors/interact.c	/^interact(struct Categories *categories, struct Colors *colors, char *name,$/;"	f
interactive	lib/gis/parser.c	/^static int interactive(const char *command)$/;"	f	file:
interactive_flag	lib/gis/parser.c	/^static int interactive_flag(struct Flag *flag)$/;"	f	file:
interactive_ok	lib/gis/parser.c	/^static int interactive_ok = 1;$/;"	v	file:
interactive_option	lib/gis/parser.c	/^static int interactive_option(struct Option *opt)$/;"	f	file:
interactive_version	raster/r.coin/inter.c	/^int interactive_version(void)$/;"	f
interface	raster/r.param.scale/interface.c	/^void interface(int argc, char **argv)$/;"	f
interface	raster/r.surf.fractal/interface.c	/^int interface(int argc,		\/* Number of command line arguments     *\/$/;"	f
interlace	raster3d/r3.showdspf/togif.h	/^    int interlace;$/;"	m	struct:_vgl_GIFWriter
internal	lib/init/variables.html	/^<a name="internal"><\/a>$/;"	a
interp	imagery/i.atcorr/Interp.cpp	/^void interp (const int iaer, const int idatmp, $/;"	f
interp	imagery/i.smap/bouman/interp.c	/^static void interp($/;"	f	file:
interp	lib/rst/interp_float/interpf.h	/^    double (*interp) ();	\/* radial  based interp. function *\/$/;"	m	struct:interp_params
interp	vector/lidar/v.lidar.growing/growing.h	/^    double interp;		\/* Interpolated value *\/$/;"	m	struct:element_grow
interp	visualization/nviz/src/togl_flythrough.c	/^    Tcl_Interp *interp;$/;"	m	struct:cbData	file:
interp_call	vector/v.vol.rst/user2.c	/^int interp_call(struct octtree *root, struct octtree *tree)$/;"	f
interp_first_last	lib/ogsf/gsdrape.c	/^void interp_first_last(geosurf * gs, float *bgn, float *end, Point3 f,$/;"	f
interp_params	lib/rst/interp_float/interpf.h	/^struct interp_params$/;"	s
interpder	lib/rst/interp_float/interpf.h	/^    int (*interpder) ();	\/* interp. func. for derivatives *\/$/;"	m	struct:interp_params
interpolate	lib/display/draw2.c	/^static double interpolate(double a, double b, double ka, double kb)$/;"	f	file:
interpolate	raster/r.surf.idw/main.c	/^interpolate(MELEMENT rowlist[], SHORT nrows, SHORT ncols, SHORT datarows,$/;"	f
interpolate_border	raster/r.flow/precomp.c	/^static void interpolate_border(void)$/;"	f	file:
interpolation	vector/lidar/v.surf.bspline/crosscorr.c	/^void interpolation(struct ParamInterp *interp, boolean bilin)$/;"	f
interrupt	display/d.colors/externs.h	/^    int interrupt;$/;"	m	struct:signalflag
interrupt	imagery/i.class/defs.h	/^    int interrupt;$/;"	m	struct:signalflag
interrupt_char	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL char interrupt_char;$/;"	v
interrupt_char	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL char interrupt_char;$/;"	v
interrupt_char	imagery/i.points/main.c	/^char interrupt_char;$/;"	v
interrupt_char	imagery/i.vpoints/main.c	/^char interrupt_char;$/;"	v
interrupt_msg	include/vask.h	/^    char interrupt_msg[80];$/;"	m	struct:V__
interrupted	imagery/i.cluster/main.c	/^static int interrupted = 0;$/;"	v	file:
interrupts_ok	lib/vask/V_call.c	/^static int interrupts_ok = 0;	\/* mod shapiro *\/$/;"	v	file:
intersect	lib/rst/qtree/qtree.h	/^    int (*intersect) ();$/;"	m	struct:multfunc
intersect	vector/v.vol.rst/oct.h	/^    int (*intersect) ();$/;"	m	struct:octfunc
intersect	vector/v.voronoi/sw_geometry.c	/^struct Site *intersect(struct Halfedge *el1, struct Halfedge *el2)$/;"	f
intersection_point	lib/vector/Vlib/dgraph.c	/^struct intersection_point$/;"	s	file:
intersections	vector/v.label.sa/labels.h	/^    label_intersection_t *intersections;  \/**< A list of all label candidate$/;"	m	struct:_label_candidate
interval	raster/r.sunmask/solpos00.h	/^    int interval;		\/* I:              Interval of a measurement period in$/;"	m	struct:posdata
intr_cats	raster/r.neighbors/intr_cats.c	/^int intr_cats(void)$/;"	f
intro	lib/init/set_data.c	/^static char *intro[] = {$/;"	v	file:
intro	raster/r.watershed/shed/intro.c	/^int intro(void)$/;"	f
invEarth	raster/r.horizon/main.c	/^const double invEarth = 1. \/ EARTHRADIUS;$/;"	v
invGaussian2d	vector/v.kernel/function.c	/^double invGaussian2d(double sigma, double prob)$/;"	f
invScale	raster/r.sun2/main.c	/^const double invScale = 1. \/ SCALING_FACTOR;$/;"	v
invalidate	raster/r.terraflow/nodata.h	/^  void invalidate() { valid = false; }$/;"	f	class:nodataType
invalidate	raster/r.terraflow/plateau.h	/^  void invalidate() { valid = false; }$/;"	f	class:plateauType
invect	raster/r.carve/enforce.h	/^    struct Option *inrast, *invect, *outrast, *outvect;$/;"	m	struct:parms	typeref:struct:parms::
invent_pad	lib/driver/pad.c	/^int invent_pad(char *name)$/;"	f
inverse	imagery/i.ortho.photo/libes/m_inverse.c	/^int inverse(MATRIX * a, MATRIX * b)$/;"	f
inverse	lib/vector/transform/inverse.c	/^int inverse(double m[N][N])$/;"	f
invert	imagery/i.gensigset/invert.c	/^int invert($/;"	f
invert	imagery/i.maxlik/invert.c	/^int invert(struct One_Sig *s, int nbands, int *ik, int *jk, double *det)$/;"	f
invert	imagery/i.smap/bouman/invert.c	/^int invert($/;"	f
invert	include/gis.h	/^    int invert;$/;"	m	struct:Colors
invert	swig/perl/gis.h	/^    int invert;$/;"	m	struct:Colors
invertGC	visualization/xganim/main.c	/^GC invertGC, drawGC;$/;"	v
invert_flag	vector/v.in.dwg/global.h	/^Global struct Flag *invert_flag;$/;"	v	typeref:struct:Flag
invert_signatures	imagery/i.maxlik/invert.c	/^int invert_signatures(void)$/;"	f
invstepx	raster/r.horizon/main.c	/^double invstepx, invstepy, distxy;$/;"	v
invstepx	raster/r.sun/main.c	/^double invstepx, invstepy;$/;"	v
invstepx	raster/r.sun2/main.c	/^double invstepx, invstepy;$/;"	v
invstepy	raster/r.horizon/main.c	/^double invstepx, invstepy, distxy;$/;"	v
invstepy	raster/r.sun/main.c	/^double invstepx, invstepy;$/;"	v
invstepy	raster/r.sun2/main.c	/^double invstepx, invstepy;$/;"	v
io_bench_2d	lib/gpde/test/test_arrays.c	/^int io_bench_2d(void)$/;"	f
io_error	lib/gis/G.h	/^    int io_error;		\/* io error warning given       *\/$/;"	m	struct:fileinfo
ip	lib/vector/Vlib/dgraph.c	/^    int ip;			\/* index of the IP *\/$/;"	m	struct:seg_intersection	file:
ip	lib/vector/Vlib/dgraph.c	/^    struct intersection_point *ip;$/;"	m	struct:seg_intersections	typeref:struct:seg_intersections::intersection_point	file:
ip	raster/r.horizon/main.c	/^int ip, jp, ip100, jp100;$/;"	v
ip	raster/r.sun/main.c	/^int shd, typ, n, m, ip, jp;$/;"	v
ip	raster/r.sun2/main.c	/^int n, m, ip, jp;$/;"	v
ip100	raster/r.horizon/main.c	/^int ip, jp, ip100, jp100;$/;"	v
ipallocated	lib/vector/Vlib/dgraph.c	/^    int ipallocated;$/;"	m	struct:seg_intersections	file:
ipcount	lib/vector/Vlib/dgraph.c	/^    int ipcount;$/;"	m	struct:seg_intersections	file:
ipow	raster/r.mapcalc/xpow.c	/^static int ipow(int x, int y)$/;"	f	file:
iproj	display/d.where/main.c	/^struct pj_info iproj, oproj;$/;"	v	typeref:struct:pj_info
iproj	raster/r.horizon/main.c	/^struct pj_info iproj;$/;"	v	typeref:struct:pj_info
iproj	raster/r.sun/main.c	/^struct pj_info iproj;$/;"	v	typeref:struct:pj_info
iproj	raster/r.sun2/main.c	/^struct pj_info iproj;$/;"	v	typeref:struct:pj_info
irad	imagery/i.atcorr/main.cpp	/^    struct Flag *irad;      \/* treat input values as reflectance instead of radiance values *\/$/;"	m	struct:Options	typeref:struct:Options::Flag	file:
irows	raster/r.out.mpeg/main.c	/^int irows, icols, vrows, vcols;$/;"	v
irows	visualization/xganim/main.c	/^int irows, icols, vrows, vcols;$/;"	v
irsunph	imagery/i.atcorr/AerosolModel.h	/^		long int irsunph;$/;"	m	struct:AerosolModel::Mie_in
is1	raster/simwe/simlib/waterglobs.h	/^    long int is1, is2;$/;"	m	struct:__anon139
is2	raster/simwe/simlib/waterglobs.h	/^    long int is1, is2;$/;"	m	struct:__anon139
isEmpty	include/iostream/queue.h	/^  bool isEmpty() const { return len==0; };$/;"	f	class:queue
isFloat	lib/g3d/g3dfpxdr.c	/^static int dstType, srcType, type, externLength, eltLength, isFloat, useXdr;$/;"	v	file:
isGrandchildOf	include/iostream/minmaxheap.h	/^int BasicMinMaxHeap<T>::isGrandchildOf(HeapIndex i, HeapIndex m) const {$/;"	f	class:BasicMinMaxHeap
isMode	raster/r.horizon/main.c	/^int isMode()$/;"	f
isNull	include/dbmi.h	/^    char isNull;$/;"	m	struct:_db_value
isNull	include/dbmi.h	/^    int isNull;$/;"	m	struct:__anon276
isOnMaxLevel	include/iostream/minmaxheap.h	/^  int isOnMaxLevel(HeapIndex i) const { return (log2(i) % 2); };$/;"	f	class:BasicMinMaxHeap
isOnMinLevel	include/iostream/minmaxheap.h	/^  int isOnMinLevel(HeapIndex i) const { return !isOnMaxLevel(i); };$/;"	f	class:BasicMinMaxHeap
isShadow	raster/r.sun2/sunradstruct.h	/^    int isShadow;$/;"	m	struct:SunGeometryVarDay
isSingleSelectionMode	raster3d/r3.showdspf/new_init_graphics.c	/^int isSingleSelectionMode()$/;"	f
isSorted	include/iostream/ami_sort.h	/^isSorted(AMI_STREAM<T> *str, Compare cmp) {$/;"	f
isTrueTypeFont	display/d.font.freetype/main.c	/^static int isTrueTypeFont(const char *filename)$/;"	f	file:
isValid	raster/r.terraflow/water.h	/^  bool isValid() const { return label2 != LABEL_UNDEF; }$/;"	f	class:boundaryType
is_bc	lib/datetime/scan.c	/^static int is_bc(const char **s)$/;"	f	file:
is_decimal	sites/s.in.ascii/get_site.c	/^int is_decimal(char *att)$/;"	f
is_digit	lib/datetime/scan.c	/^static int is_digit(char c)$/;"	f	file:
is_double	vector/v.in.ascii/points.c	/^static int is_double(char *str)$/;"	f	file:
is_empty	include/iostream/embuffer.h	/^  bool is_empty() {$/;"	f	class:em_buffer
is_empty	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::is_empty() const {$/;"	f	class:EMPQueueAdaptive
is_empty	include/iostream/empq_impl.h	/^bool em_pqueue<T,Key>::is_empty() {$/;"	f	class:em_pqueue
is_empty	include/iostream/imbuffer.h	/^  bool is_empty() const { return (size == 0);}$/;"	f	class:im_buffer
is_empty	include/iostream/pqheap.h	/^  inline bool is_empty() { return empty(); };$/;"	f	class:pqheap_t1
is_float	include/gis.h	/^    int is_float;		\/* defined on floating point raster data? *\/$/;"	m	struct:Colors
is_float	swig/perl/gis.h	/^    int is_float;		\/* defined on floating point raster data? *\/$/;"	m	struct:Colors
is_fp	display/d.histogram/dhist.h	/^int is_fp;$/;"	v
is_fp	display/d.histogram/options.h	/^GLOBAL int is_fp;$/;"	v
is_fp	raster/r.report/main.c	/^int *is_fp;$/;"	v
is_fp	raster/r.stats/main.c	/^int *is_fp;$/;"	v
is_full	include/iostream/embuffer.h	/^  bool is_full() const {$/;"	f	class:em_buffer
is_full	include/iostream/empq.h	/^  bool is_full() { $/;"	f	class:em_pqueue
is_full	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::is_full() const { $/;"	f	class:EMPQueueAdaptive
is_full	include/iostream/imbuffer.h	/^  bool is_full() const { return (size == maxsize);}$/;"	f	class:im_buffer
is_init	include/la.h	/^    int is_init;		\/* Is  matrix initialised: values array$/;"	m	struct:matrix_
is_int	raster/r.series/main.c	/^    int is_int;			\/* result is an integer *\/$/;"	m	struct:menu	file:
is_int	vector/v.in.ascii/points.c	/^static int is_int(char *str)$/;"	f	file:
is_lat_lon	lib/display/cnversions.c	/^static int is_lat_lon;$/;"	v	file:
is_layer_in_list	vector/v.in.dxf/layer_list.c	/^int is_layer_in_list(char *layer)$/;"	f
is_low_level	vector/v.in.dwg/entity.c	/^int is_low_level(PAD_ENT_HDR adenhd)$/;"	f
is_nan	raster/r.in.mat/main.c	/^int is_nan(void *p, RASTER_MAP_TYPE dtype)$/;"	f
is_near_water	raster/r.lake/main.c	/^short is_near_water(FCELL window[][3])$/;"	f
is_nodata	raster/r.terraflow/nodata.cc	/^is_nodata(float x) {$/;"	f
is_nodata	raster/r.terraflow/nodata.cc	/^is_nodata(int x) {$/;"	f
is_nodata	raster/r.terraflow/nodata.cc	/^is_nodata(short x) {$/;"	f
is_not_empty_buffer	raster/r.le/r.le.pixel/cellclip.c	/^int is_not_empty_buffer(DCELL ** buf, DCELL ** null_buf, int rows, int cols)$/;"	f
is_null	db/drivers/dbf/globals.h	/^    int is_null;$/;"	m	struct:__anon12
is_null	raster/r.drain/tinf.h	/^int (*is_null) (void *);$/;"	v
is_null	raster/r.fill.dir/tinf.h	/^int (*is_null) (void *);$/;"	v
is_null_c	raster/r.drain/tinf.c	/^int is_null_c(void *value)$/;"	f
is_null_c	raster/r.fill.dir/tinf.c	/^int is_null_c(void *value)$/;"	f
is_null_d	raster/r.drain/tinf.c	/^int is_null_d(void *value)$/;"	f
is_null_d	raster/r.fill.dir/tinf.c	/^int is_null_d(void *value)$/;"	f
is_null_f	raster/r.drain/tinf.c	/^int is_null_f(void *value)$/;"	f
is_null_f	raster/r.fill.dir/tinf.c	/^int is_null_f(void *value)$/;"	f
is_null_g3d_value	lib/ogsf/gvl_file.c	/^int is_null_g3d_value(IFLAG type, void *value)$/;"	f
is_null_value	display/d.profile/utils.c	/^int is_null_value(RASTER_MAP_PTR * ptr, int col)$/;"	f
is_null_value	raster/r.random/random.c	/^int is_null_value(struct RASTER_MAP_PTR buf, int col)$/;"	f
is_ok	raster/r.statistics/main.c	/^static int is_ok(char *method, char *map)$/;"	f	file:
is_option	lib/gis/parser.c	/^static int is_option(const char *string)$/;"	f	file:
is_relative	lib/datetime/scan.c	/^static int is_relative(const char *buf)$/;"	f	file:
is_space	lib/datetime/scan.c	/^static int is_space(char c)$/;"	f	file:
is_submenu	gem/reg_entries.c	/^int is_submenu(char *item)$/;"	f
is_text	gem/tools.c	/^int is_text(char *s)$/;"	f
is_var	raster/r.mapcalc/expression.c	/^int is_var(const char *name)$/;"	f
is_vector	lib/cairodriver/Graph.c	/^int is_vector;$/;"	v
is_void	raster/r.terraflow/nodata.cc	/^is_void(elevation_type el) {$/;"	f
isbslash	lib/sites/sites.c	35;"	d	file:
isbslash	sites/s.in.ascii/main.c	166;"	d	file:
iscl	imagery/i.atcorr/main.cpp	/^    struct Option *iscl;    \/* input data is scaled to this range *\/$/;"	m	struct:Options	typeref:struct:Options::Option	file:
iscolor	raster3d/r3.showdspf/togif.h	/^    int iscolor;		\/* color or bw flag *\/$/;"	m	struct:_vgl_GIFWriter
isdata	imagery/i.smap/bouman/bouman.h	/^    char *isdata;$/;"	m	struct:files
isdir	include/dbmi.h	/^    int isdir;			\/* bool: name is a directory *\/$/;"	m	struct:_db_dirent
isize	vector/v.label.sa/labels.h	/^    struct Option *isize;$/;"	m	struct:params	typeref:struct:params::Option
isles	include/vect/dig_structs.h	/^    plus_t *isles;		\/* 1st generation interior islands *\/$/;"	m	struct:P_area
isnull	imagery/i.ortho.photo/libes/isnull.c	/^int isnull(MATRIX * a)$/;"	f
isnull	lib/sites/sites.c	33;"	d	file:
isnull	lib/vector/transform/inverse.c	/^int isnull(double a[N][N])$/;"	f
isnull	sites/s.in.ascii/get_site.c	11;"	d	file:
isnull	sites/s.in.ascii/main.c	164;"	d	file:
isnull	vector/v.to.rast/raster.c	/^static char isnull;$/;"	v	file:
iso	imagery/i.atcorr/computations.cpp	/^void iso(const float tamoy, const float trmoy, const float pizmoy, $/;"	f
iso	vector/v.net.iso/main.c	/^    int iso;			\/* index of iso line in iso array of costs *\/$/;"	m	struct:__anon193	file:
iso_calc_cube	lib/ogsf/gvl_calc.c	/^void iso_calc_cube(geovol_isosurf * isosurf, int x, int y, int z,$/;"	f
iso_get_cube_grads	lib/ogsf/gvl_calc.c	/^void iso_get_cube_grads(geovol_isosurf * isosurf, int x, int y, int z,$/;"	f
iso_get_cube_value	lib/ogsf/gvl_calc.c	/^int iso_get_cube_value(geovol_isosurf * isosurf, int desc, int x, int y,$/;"	f
iso_get_cube_values	lib/ogsf/gvl_calc.c	/^int iso_get_cube_values(geovol_isosurf * isosurf, int desc, int x, int y,$/;"	f
iso_get_range	lib/ogsf/gvl_calc.c	/^void iso_get_range(geovol_isosurf * isosurf, int desc, double *min,$/;"	f
iso_r_cndx	lib/ogsf/gvl_calc.c	/^int iso_r_cndx(data_buffer * dbuff)$/;"	f
iso_w_cndx	lib/ogsf/gvl_calc.c	/^void iso_w_cndx(int ndx, data_buffer * dbuff)$/;"	f
isosurf	include/gstypes.h	/^    geovol_isosurf *isosurf[MAX_ISOSURFS];$/;"	m	struct:g_vol
isosurf	visualization/nviz/src/map_obj.c	/^int isosurf(int id, int type, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_add	visualization/nviz/scripts/panel_vol.tcl	/^proc isosurf_add { BASE } {$/;"	p
isosurf_add	visualization/nviz/src/volume.c	/^int isosurf_add(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_att_atoi	visualization/nviz/src/volume.c	/^int isosurf_att_atoi(char *attname)$/;"	f
isosurf_del	visualization/nviz/scripts/panel_vol.tcl	/^proc isosurf_del { BASE } {$/;"	p
isosurf_del	visualization/nviz/src/volume.c	/^int isosurf_del(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_down	visualization/nviz/scripts/panel_vol.tcl	/^proc isosurf_down { BASE } {$/;"	p
isosurf_draw_mode	include/gstypes.h	/^    IFLAG isosurf_draw_mode;$/;"	m	struct:g_vol
isosurf_get_att	visualization/nviz/src/volume.c	/^int isosurf_get_att(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_get_att_status	visualization/nviz/scripts/panel_vol.tcl	/^proc isosurf_get_att_status {id att} {$/;"	p
isosurf_get_drawmode	visualization/nviz/src/volume.c	/^int isosurf_get_drawmode(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_get_flag_status	visualization/nviz/scripts/panel_vol.tcl	/^proc isosurf_get_flag_status {id flag} {$/;"	p
isosurf_get_flags	visualization/nviz/src/volume.c	/^int isosurf_get_flags(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_get_mask_mode	visualization/nviz/src/volume.c	/^int isosurf_get_mask_mode(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_get_res	visualization/nviz/src/volume.c	/^int isosurf_get_res(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_get_selected	visualization/nviz/scripts/panel_vol.tcl	/^proc isosurf_get_selected { BASE } {$/;"	p
isosurf_level	visualization/nviz2/cmd/local_proto.h	/^      *volume, *volume_mode, *volume_shade, *volume_pos, *volume_res, *isosurf_level,$/;"	m	struct:GParams	typeref:struct:GParams::
isosurf_move_down	visualization/nviz/src/volume.c	/^int isosurf_move_down(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_move_up	visualization/nviz/src/volume.c	/^int isosurf_move_up(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_num_isosurfs	visualization/nviz/src/volume.c	/^int isosurf_num_isosurfs(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_set_att	visualization/nviz/src/volume.c	/^int isosurf_set_att(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_set_drawmode	visualization/nviz/src/volume.c	/^int isosurf_set_drawmode(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_set_flags	visualization/nviz/scripts/panel_vol.tcl	/^proc isosurf_set_flags { BASE } {$/;"	p
isosurf_set_flags	visualization/nviz/src/volume.c	/^int isosurf_set_flags(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_set_mask_mode	visualization/nviz/src/volume.c	/^int isosurf_set_mask_mode(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_set_res	visualization/nviz/src/volume.c	/^int isosurf_set_res(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_unset_att	visualization/nviz/src/volume.c	/^int isosurf_unset_att(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
isosurf_up	visualization/nviz/scripts/panel_vol.tcl	/^proc isosurf_up { BASE } {$/;"	p
isosurf_update_att	visualization/nviz/scripts/panel_vol.tcl	/^proc isosurf_update_att { BASE } {$/;"	p
isosurf_x_mod	include/gstypes.h	/^    int isosurf_x_mod, isosurf_y_mod, isosurf_z_mod;$/;"	m	struct:g_vol
isosurf_y_mod	include/gstypes.h	/^    int isosurf_x_mod, isosurf_y_mod, isosurf_z_mod;$/;"	m	struct:g_vol
isosurf_z_mod	include/gstypes.h	/^    int isosurf_x_mod, isosurf_y_mod, isosurf_z_mod;$/;"	m	struct:g_vol
ispipe	lib/sites/sites.c	32;"	d	file:
ispipe	sites/s.in.ascii/main.c	163;"	d	file:
isquote	lib/sites/sites.c	34;"	d	file:
isquote	sites/s.in.ascii/main.c	165;"	d	file:
isup	imagery/i.atcorr/Iwave.h	/^	int isup;$/;"	m	struct:IWave
items	lib/driver/pad.h	/^    ITEM *items;$/;"	m	struct:_pad_
items	vector/v.generalize/pq.h	/^    int items;$/;"	m	struct:__anon187
iteration	include/cluster.h	/^    int iteration;$/;"	m	struct:Cluster
iterout	raster/simwe/simlib/waterglobs.h	/^GLOBAL int iterout, mx2o, my2o;$/;"	v
iters	imagery/i.cluster/main.c	/^int iters;$/;"	v
itype	vector/v.mapcalc/mapcalc.h	/^    STYP itype;			\/* when type == st_any or st_arg *\/$/;"	m	struct:Symbol
ival	raster/r.mapcalc/expression.h	/^    int ival;$/;"	m	union:expr_data_const
ivector	raster/r.param.scale/nrutil.c	/^int *ivector(int nl, int nh)$/;"	f
ivis	imagery/i.atcorr/main.cpp	/^    struct Option *ivis;    \/* an input visibility map in km (same purpose and effect as ialt) *\/$/;"	m	struct:Options	typeref:struct:Options::Option	file:
iw2	vector/v.vol.rst/userglobs.h	/^int iw2;$/;"	v
iwave	imagery/i.atcorr/6s.cpp	/^static IWave iwave;$/;"	v	file:
iwave	imagery/i.atcorr/Iwave.h	/^	int iwave;$/;"	m	struct:IWave
iwave	imagery/i.atcorr/Transform.h	/^    int iwave;$/;"	m	struct:TransformInput
j	imagery/i.atcorr/main.cpp	/^	int i, j;$/;"	m	struct:TIMap::Position	file:
j	raster/r.terraflow/grid.h	/^  dimension_type i,j;$/;"	m	struct:gridElement
j	raster/r.terraflow/sweep.h	/^  dimension_type i,j;  $/;"	m	class:sweepItemBaseType
j	raster/r.terraflow/sweep.h	/^  dimension_type i,j;  \/* position in the grid *\/$/;"	m	class:sweepOutput
j	raster/r.terraflow/sweep.h	/^  dimension_type i,j;$/;"	m	class:flowPriority
j	raster/r.terraflow/sweep.h	/^  dimension_type i,j;$/;"	m	class:gridPosition
j	raster/r.terraflow/types.h	/^  dimension_type i,j;$/;"	m	class:ijBaseType
jMax	raster/r.terraflow/plateau.h	/^  dimension_type iMin, iMax, jMin, jMax;$/;"	m	class:plateauStats
jMin	raster/r.terraflow/grid.h	/^  dimension_type iMin, jMin;$/;"	m	class:grid
jMin	raster/r.terraflow/plateau.h	/^  dimension_type iMin, iMax, jMin, jMax;$/;"	m	class:plateauStats
jacobi	lib/gmath/jacobi.c	/^int jacobi(double a[MX][MX], long n, double d[MX], double v[MX][MX])$/;"	f
jacobi	lib/gpde/N_solvers_classic_iter.c	/^int jacobi(double **M, double *b, double *x, int rows, int maxit, double sor,$/;"	f
java2html	lib/vector/rtree/docs/sources.htm	/^<a NAME="java2html"><\/a><font color="#CC0000"><font size=+1>java2html<\/font><\/font>$/;"	a
jday	imagery/i.atcorr/GeomCond.h	/^	long int jday;$/;"	m	struct:GeomCond
jmp	raster/r.le/r.le.patch/patch.h	/^jmp_buf jmp;$/;"	v
jmp	raster/r.le/r.le.setup/main.c	/^jmp_buf jmp;$/;"	v
jmpbuf	raster/r.out.png/pngfunc.h	/^    jmp_buf jmpbuf;$/;"	m	struct:_jmpbuf_wrapper
jmpbuf_wrapper	raster/r.out.png/pngfunc.h	/^} jmpbuf_wrapper;$/;"	t	typeref:struct:_jmpbuf_wrapper
join	raster/r.mapcalc/main.c	/^static const char *join(int argc, char **argv)$/;"	f	file:
join	vector/v.delaunay2/edge.c	/^struct edge *join(struct edge *e1, struct vertex *v1,$/;"	f
join_lines	raster/r.to.vect/lines.c	/^static int join_lines(struct COOR *p, struct COOR *q)$/;"	f	file:
joules2	raster/r.sun/main.c	/^void joules2(void)$/;"	f
joules2	raster/r.sun2/main.c	/^void joules2(struct SunGeometryConstDay *sunGeom,$/;"	f
jp	raster/r.horizon/main.c	/^int ip, jp, ip100, jp100;$/;"	v
jp	raster/r.sun/main.c	/^int shd, typ, n, m, ip, jp;$/;"	v
jp	raster/r.sun2/main.c	/^int n, m, ip, jp;$/;"	v
jp100	raster/r.horizon/main.c	/^int ip, jp, ip100, jp100;$/;"	v
jpeg_start_compress	configure	/^jpeg_start_compress()$/;"	f
julday	raster/r.sunmask/solpos00.h	/^    float julday;		\/* T:  S_GEOM     Julian Day of 1 JAN 2000 minus$/;"	m	struct:posdata
junk	raster/r.out.pov/main.c	/^char inText[24], **junk;$/;"	v
jux	raster/r.le/r.le.pixel/pixel.h	/^    int jux[3], edg[3];$/;"	m	struct:CHOICE
k	include/gstypes.h	/^    float k;$/;"	m	struct:__anon251
k	include/iostream/embuffer.h	/^  KEY k;$/;"	m	class:merge_key
k	lib/display/draw2.c	/^    double x, y, k;$/;"	m	struct:plane	file:
k	ps/ps.map/ps_outline.c	/^static int k, col, row, top, bottom;$/;"	v	file:
k	raster/r.li/r.li.daemon/avl.h	/^    generic_cell k;$/;"	m	struct:AVL_tableRow
k	raster/r.li/r.li.daemon/avlID.h	/^    long k;$/;"	m	struct:avlID_tableRow
kSamplingFrame	raster/r.li/r.li.setup/r.li.windows.tcl	/^proc kSamplingFrame {} {$/;"	p
kappa	imagery/i.ortho.photo/libes/orthophoto.h	/^    double XC, YC, ZC, omega, phi, kappa;$/;"	m	struct:Ortho_Image_Group
kappa_init	imagery/i.ortho.photo/libes/orthophoto.h	/^    double kappa_init;$/;"	m	struct:Ortho_Camera_Exp_Init
kappa_var	imagery/i.ortho.photo/libes/orthophoto.h	/^    double kappa_var;$/;"	m	struct:Ortho_Camera_Exp_Init
kcols	db/drivers/sqlite/globals.h	/^    int *kcols;			\/* indexes of known (type) columns *\/$/;"	m	struct:_cursor
kernel	imagery/i.atcorr/computations.cpp	/^void kernel(const int is, float (&xpl)[2*mu + 1], float (&bp)[26][2*mu + 1], Gauss &gauss)$/;"	f
kernel1	vector/v.kernel/function.c	/^double kernel1(double d, double rs, double lambda)$/;"	f
key	general/g.setproj/local_proto.h	/^    const char *key;$/;"	m	struct:proj_desc
key	include/btree.h	/^    void *key;$/;"	m	struct:__anon298
key	include/dbmi.h	/^    char *key;			\/* key column name *\/$/;"	m	struct:__anon279
key	include/gis.h	/^    char **key;$/;"	m	struct:Key_Value
key	include/gis.h	/^    char key;			\/* Key char used on command line    *\/$/;"	m	struct:Flag
key	include/gis.h	/^    const char *key;		\/* Key word used on command line    *\/$/;"	m	struct:Option
key	include/ibtree.h	/^    int key;$/;"	m	struct:__anon272
key	include/iostream/embuffer.h	/^  KEY key()  const {$/;"	f	class:merge_key
key	include/vect/dig_structs.h	/^    char *key;$/;"	m	struct:field_info
key	lib/symbol/read.c	/^static char key[100], data[500];$/;"	v	file:
key	lib/vector/dglib/heap.h	/^    long key;$/;"	m	struct:_dglHeapNode
key	raster/r.li/r.li.daemon/avl.h	/^    generic_cell key;		\/* key field is a CELL or a DCELL or a FCELL *\/$/;"	m	struct:avl_node
key	raster/r.terraflow/ccforest.h	/^  T key, value;$/;"	m	class:keyvalue
key	swig/perl/gis.h	/^    char **key;$/;"	m	struct:Key_Value
key	swig/perl/gis.h	/^    char *key;			\/* Key word used on command line    *\/$/;"	m	struct:Option
key	swig/perl/gis.h	/^    char key;			\/* Key char used on command line    *\/$/;"	m	struct:Flag
key	vector/v.generalize/pq.h	/^    double *key;$/;"	m	struct:__anon187
keyCmpKeyvalueType	raster/r.terraflow/ccforest.h	/^class keyCmpKeyvalueType {$/;"	c
key_data	ps/ps.map/key_data.c	/^int key_data(char *buf, char **k, char **d)$/;"	f
key_data	vector/v.reclass/rules.c	/^int key_data(char *buf, char **k, char **d)$/;"	f
key_desc	include/gis.h	/^    const char *key_desc;	\/* one word describing the key      *\/$/;"	m	struct:Option
key_desc	swig/perl/gis.h	/^    char *key_desc;		\/* one word describing the key      *\/$/;"	m	struct:Option
key_frames	display/d.nviz/main.c	/^int key_frames = 0;$/;"	v
key_node	include/kftypes.h	/^typedef struct key_node$/;"	s
key_time	display/d.nviz/main.c	/^double key_time = 0.;$/;"	v
keyanimAddChannel	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimAddChannel { BASE element {entry_list null} {get_entries null} {set_entries null} } {$/;"	p
keyanimAddKey	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimAddKey { BASE } {$/;"	p
keyanimChangeFramerate	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimChangeFramerate { BASE } {$/;"	p
keyanimChangeKeytime	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimChangeKeytime { BASE } {$/;"	p
keyanimChangeTension	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimChangeTension { val } {$/;"	p
keyanimDeleteKeys	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimDeleteKeys { BASE } {$/;"	p
keyanimDrawKeys	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimDrawKeys { BASE {old_tags {} } } {$/;"	p
keyanimFindKeyBack	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimFindKeyBack { cname cindex } {$/;"	p
keyanimFindKeyForward	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimFindKeyForward { cname cindex } {$/;"	p
keyanimGenTag	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimGenTag {} {$/;"	p
keyanimGetSliderTime	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimGetSliderTime { BASE } {$/;"	p
keyanimLoadAnim	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimLoadAnim { base } {$/;"	p
keyanimMoveKey	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimMoveKey { BASE x tag } {$/;"	p
keyanimMoveKeyRelease	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimMoveKeyRelease { BASE x tag } {$/;"	p
keyanimMoveSlider	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimMoveSlider { x BASE } {$/;"	p
keyanimOneBackward	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimOneBackward { BASE } {$/;"	p
keyanimOneForward	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimOneForward { BASE } {$/;"	p
keyanimPadNumber	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimPadNumber { num } {$/;"	p
keyanimPlayBackward	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimPlayBackward { BASE } {$/;"	p
keyanimPlayForward	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimPlayForward { BASE } {$/;"	p
keyanimPosSlider	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimPosSlider {BASE time} {$/;"	p
keyanimPosToTime	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimPosToTime { x } {$/;"	p
keyanimRunAndSave	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimRunAndSave { BASE } {$/;"	p
keyanimSTimeToPos	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimSTimeToPos { time } {$/;"	p
keyanimSaveAnim	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimSaveAnim { base } {$/;"	p
keyanimSaveFrame	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimSaveFrame { fnum } {$/;"	p
keyanimSelectKey	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimSelectKey { BASE tag } {$/;"	p
keyanimSetChannels	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimSetChannels { BASE time } {$/;"	p
keyanimSpecialHScroll	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimSpecialHScroll { BASE args } {$/;"	p
keyanimStop	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimStop { BASE } {$/;"	p
keyanimTimeToPos	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimTimeToPos { time } {$/;"	p
keyanimTimeToString	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimTimeToString { stime} {$/;"	p
keyanimUpdateFramesteps	visualization/nviz/scripts/panel_kanimator.tcl	/^proc keyanimUpdateFramesteps {} {$/;"	p
keyboard	imagery/i.ortho.photo/photo.2image/mark.c	/^static int keyboard(void)$/;"	f	file:
keyboard	imagery/i.ortho.photo/photo.2target/mark.c	/^static int keyboard(void)$/;"	f	file:
keyboard	imagery/i.points/mark.c	/^static int keyboard(void)$/;"	f	file:
keyboard	imagery/i.vpoints/mark.c	/^static int keyboard(void)$/;"	f	file:
keycol	include/dbmi.h	/^    char *keycol;		\/* name of default key column *\/$/;"	m	struct:_db_connection
keypad	configure	/^keypad()$/;"	f
keyvalue	raster/r.terraflow/ccforest.h	/^  keyvalue() : key(-1), value(-1) {};$/;"	f	class:keyvalue
keyvalue	raster/r.terraflow/ccforest.h	/^  keyvalue(T vk, T vv) : key(vk), value(vv) {};$/;"	f	class:keyvalue
keyvalue	raster/r.terraflow/ccforest.h	/^class keyvalue {$/;"	c
keywords	include/gis.h	/^    const char *keywords;	\/* Keywords describing module *\/$/;"	m	struct:GModule
keywords	swig/perl/gis.h	/^    char *keywords;		\/* Keywords describing module *\/$/;"	m	struct:GModule
keywrd	include/gis.h	/^    char keywrd[RECORD_LEN];$/;"	m	struct:History
keywrd	swig/perl/gis.h	/^    char keywrd[RECORD_LEN];$/;"	m	struct:History
kfCreateTicks	visualization/nviz/scripts/panel_animation.tcl	/^proc kfCreateTicks { BASE } {$/;"	p
kfGetSliderPos	visualization/nviz/scripts/panel_animation.tcl	/^proc kfGetSliderPos { BASE } {$/;"	p
kfKeyPointerMove	visualization/nviz/scripts/panel_animation.tcl	/^proc kfKeyPointerMove { BASE x tag } {$/;"	p
kfKeyPointerMoveBot	visualization/nviz/scripts/panel_animation.tcl	/^proc kfKeyPointerMoveBot { BASE tag } {$/;"	p
kfMakeKeyPointer	visualization/nviz/scripts/panel_animation.tcl	/^proc kfMakeKeyPointer { BASE pos tag } {$/;"	p
kfMoveSlider	visualization/nviz/scripts/panel_animation.tcl	/^proc kfMoveSlider { x BASE } {$/;"	p
kfSetSliderPos	visualization/nviz/scripts/panel_animation.tcl	/^proc kfSetSliderPos { BASE pos } {$/;"	p
kill	gui/wxpython/gui_modules/gcmd.py	/^    def kill(self):$/;"	m	class:Popen
kill_driver	lib/raster/transport.h	/^    void (*kill_driver) (void);$/;"	m	struct:transport
klotz0	vector/v.perturb/zufall.h	/^struct klotz0$/;"	s
klotz0_1	vector/v.perturb/zufall.c	/^struct klotz0 klotz0_1;$/;"	v	typeref:struct:klotz0
klotz1	vector/v.perturb/zufall.h	/^struct klotz1$/;"	s
klotz1_1	vector/v.perturb/zufall.c	/^struct klotz1 klotz1_1;$/;"	v	typeref:struct:klotz1
kmax	lib/rst/interp_float/interpf.h	/^    int kmax;			\/* max number of points per segment *\/$/;"	m	struct:interp_params
kmax	lib/rst/qtree/qtree.h	/^    int kmax;$/;"	m	struct:tree_info
kmin	lib/rst/interp_float/interpf.h	/^    int kmin;			\/* min number of points per segment for interpolation *\/$/;"	m	struct:interp_params
kolmogorov_smirnov	lib/cdhc/ksn.c	/^double *kolmogorov_smirnov(double *x, int n)$/;"	f
kolmogorov_smirnov_exp	lib/cdhc/kse.c	/^double *kolmogorov_smirnov_exp(double *x, int n)$/;"	f
kotz_families	lib/cdhc/kotz.c	/^double *kotz_families(double *x, int n)$/;"	f
kuipers_v	lib/cdhc/kuiprsvn.c	/^double *kuipers_v(double *x, int n)$/;"	f
kuipers_v_exp	lib/cdhc/kuiprsve.c	/^double *kuipers_v_exp(double *x, int n)$/;"	f
kurt	raster/r.statistics/o_kurt.c	/^static int kurt(double *data, int n, double *kurto)$/;"	f	file:
l	display/d.graph/options.h	/^EXTERN int t, b, l, r;$/;"	v
l	display/d.text.freetype/main.c	/^    int t, b, l, r;$/;"	m	struct:__anon96	file:
l	display/d.text.new/main.c	/^    int t, b, l, r;$/;"	m	struct:rectinfo	file:
l	include/vask.h	/^    long *l;$/;"	m	union:target
l	lib/driver/text2.c	/^static int t, b, l, r;$/;"	v	file:
l	lib/vector/dglib/heap.h	/^    long l;$/;"	m	union:_dglHeapData
l	lib/vector/diglib/port_test.c	/^    long l;$/;"	m	union:type_conv	file:
l1bdriver	raster/r.in.gdal/main.c	/^static int l1bdriver;$/;"	v	file:
l3d	raster/r.flow/r.flow.h	/^    char l3d;			\/* three-dimensional length             *\/$/;"	m	struct:__anon153
l_cat	raster/r.le/r.le.setup/polytocell/do_line.c	/^static int l_row, l_col1, l_col2, l_dum, l_cat;$/;"	v	file:
l_col1	raster/r.le/r.le.setup/polytocell/do_line.c	/^static int l_row, l_col1, l_col2, l_dum, l_cat;$/;"	v	file:
l_col2	raster/r.le/r.le.setup/polytocell/do_line.c	/^static int l_row, l_col1, l_col2, l_dum, l_cat;$/;"	v	file:
l_dum	raster/r.le/r.le.setup/polytocell/do_line.c	/^static int l_row, l_col1, l_col2, l_dum, l_cat;$/;"	v	file:
l_row	raster/r.le/r.le.setup/polytocell/do_line.c	/^static int l_row, l_col1, l_col2, l_dum, l_cat;$/;"	v	file:
l_s	raster/r.watershed/ram/Gwater.h	/^GLOBAL double *s_l, *s_g, *l_s;$/;"	v
l_s	raster/r.watershed/seg/Gwater.h	/^GLOBAL DSEG slp, s_l, s_g, l_s, ril;$/;"	v
l_s_seg	raster/r.watershed/ram/Gwater.h	/^GLOBAL RAMSEG slp_seg, s_l_seg, s_g_seg, l_s_seg;$/;"	v
la	raster/r.sun/main.c	/^float **z, **o, **s, **li, **a, **la, **cbhr, **cdhr;$/;"	v
la	raster/r.sun2/main.c	/^float **z = NULL, **o = NULL, **s = NULL, **li = NULL, **a = NULL, **la =$/;"	v
la_max	raster/r.sun/main.c	/^double li_max = 0., li_min = 100., al_max = 0., al_min = 1.0, la_max = -90.,$/;"	v
la_max	raster/r.sun2/main.c	/^double li_max = 0., li_min = 100., al_max = 0., al_min = 1.0, la_max = -90.,$/;"	v
la_min	raster/r.sun/main.c	/^    la_min = 90.;$/;"	v
la_min	raster/r.sun2/main.c	/^    la_min = 90.;$/;"	v
lab_buf	raster/r.what/main.c	/^    char lab_buf[256];$/;"	m	struct:order	file:
label	display/d.vect/label.c	/^int label(struct Map_info *Map, int type, int do_area,$/;"	f
label	imagery/i.class/defs.h	/^    char *label;		\/* label to display if MENU or OPTION *\/$/;"	m	struct:__anon205
label	imagery/i.ortho.photo/photo.2image/defs.h	/^    char *label;		\/* label to display if MENU or OPTION *\/$/;"	m	struct:__anon239
label	imagery/i.ortho.photo/photo.2target/defs.h	/^    char *label;		\/* label to display if MENU or OPTION *\/$/;"	m	struct:__anon228
label	imagery/i.ortho.photo/photo.rectify/defs.h	/^    char *label;		\/* label to display if MENU or OPTION *\/$/;"	m	struct:__anon232
label	imagery/i.points/defs.h	/^    char *label;		\/* label to display if MENU or OPTION *\/$/;"	m	struct:__anon214
label	imagery/i.vpoints/defs.h	/^    char *label;		\/* label to display if MENU or OPTION *\/$/;"	m	struct:__anon220
label	include/dbmi.h	/^    char **label;		\/* array of new category labels *\/$/;"	m	struct:__anon279
label	include/gis.h	/^    const char *label;		\/* Optional short description for GUI *\/$/;"	m	struct:GModule
label	include/gis.h	/^    const char *label;		\/* Optional short label, used in GUI as item label *\/$/;"	m	struct:Flag
label	include/gis.h	/^    const char *label;		\/* Optional short label, used in GUI as item label *\/$/;"	m	struct:Option
label	misc/m.cogo/main.c	/^    char label[20];$/;"	m	struct:survey_record	file:
label	ps/ps.map/vector.h	/^    char *label;		\/* label in legend *\/$/;"	m	struct:__anon22
label	raster/r.buffer/distance.h	/^    char *label;$/;"	m	struct:Distance
label	raster/r.report/global.h	/^    char *label[2];$/;"	m	struct:_units_
label	raster/r.terraflow/grid.h	/^  cclabel_type label;$/;"	m	class:grid
label	raster/r.terraflow/nodata.h	/^  cclabel_type label;$/;"	m	class:nodataType
label	raster/r.terraflow/plateau.h	/^  cclabel_type label;$/;"	m	class:plateauStats
label	raster/r.terraflow/types.cc	/^cclabel_type labelFactory::label = labelFactory::getLabelInit();$/;"	m	class:labelFactory	file:
label	raster/r.terraflow/types.h	/^  static cclabel_type label;$/;"	m	class:labelFactory
label	raster/r.terraflow/water.h	/^  cclabel_type label;$/;"	m	class:compressedWaterWindowType
label	raster/r.terraflow/water.h	/^  cclabel_type label;$/;"	m	class:fillPLabel
label	raster/r.terraflow/water.h	/^  cclabel_type label;$/;"	m	class:labelElevType
label	raster/r.terraflow/water.h	/^  cclabel_type label;$/;"	m	class:waterGridType
label	raster/r.terraflow/water.h	/^  cclabel_type label;$/;"	m	class:waterType
label	raster/r.to.vect/global.h	/^Global dbString sql, label;$/;"	v
label	swig/perl/gis.h	/^    char *label;		\/* Optional short description for GUI *\/$/;"	m	struct:GModule
label	swig/perl/gis.h	/^    char *label;		\/* Optional short label, used in GUI as item label *\/$/;"	m	struct:Flag
label	swig/perl/gis.h	/^    char *label;		\/* Optional short label, used in GUI as item label *\/$/;"	m	struct:Option
label	vector/v.label.sa/labels.h	/^    label_t *label;	\/**< A pointer to the #label_t structure *\/$/;"	m	struct:_label_intersection
label2	raster/r.terraflow/water.h	/^  cclabel_type label2;$/;"	m	class:boundaryType
labelCmpLabelElevType	raster/r.terraflow/water.h	/^class labelCmpLabelElevType {$/;"	c
labelCmpNodataType	raster/r.terraflow/nodata.h	/^class labelCmpNodataType {$/;"	c
labelCmpPlateauType	raster/r.terraflow/plateau.h	/^class labelCmpPlateauType {$/;"	c
labelElevType	raster/r.terraflow/water.h	/^  labelElevType() : label(LABEL_UNDEF) {};$/;"	f	class:labelElevType
labelElevType	raster/r.terraflow/water.h	/^  labelElevType(dimension_type gi,$/;"	f	class:labelElevType
labelElevType	raster/r.terraflow/water.h	/^class labelElevType : public ijBaseType {$/;"	c
labelElevTypePrintLabel	raster/r.terraflow/water.h	/^class labelElevTypePrintLabel {$/;"	c
labelFactory	raster/r.terraflow/types.h	/^class labelFactory {$/;"	c
label_avedist	vector/v.label.sa/labels.c	/^static double label_avedist(label_t * label, label_candidate_t * candidate)$/;"	f	file:
label_base	lib/ogsf/gsd_label.c	/^GLuint label_base;$/;"	v
label_bm_bits	include/label_bm.h	/^static char label_bm_bits[] = {$/;"	v
label_bm_height	include/label_bm.h	2;"	d
label_bm_width	include/label_bm.h	1;"	d
label_candidate_overlap	vector/v.label.sa/labels.c	/^void label_candidate_overlap(label_t * labels, int n_labels)$/;"	f
label_candidate_t	vector/v.label.sa/labels.h	/^typedef struct _label_candidate label_candidate_t;$/;"	t	typeref:struct:_label_candidate
label_candidates	vector/v.label.sa/labels.c	/^void label_candidates(label_t * labels, int n_labels)$/;"	f
label_delete_list	visualization/nviz/scripts/panel_label.tcl	/^proc label_delete_list { list flag } {$/;"	p
label_flatness	vector/v.label.sa/labels.c	/^static double label_flatness(label_t * label, label_candidate_t * candidate)$/;"	f	file:
label_id	lib/ogsf/gsd_label.c	/^GLuint label_id;$/;"	v
label_intersection_t	vector/v.label.sa/labels.h	/^typedef struct _label_intersection label_intersection_t;$/;"	t	typeref:struct:_label_intersection
label_line_candidates	vector/v.label.sa/labels.c	/^static void label_line_candidates(label_t * label)$/;"	f	file:
label_lineover	vector/v.label.sa/labels.c	/^static double label_lineover(label_t * label, label_candidate_t * candidate,$/;"	f	file:
label_point_candidates	vector/v.label.sa/labels.c	/^static void label_point_candidates(label_t * label)$/;"	f	file:
label_point_t	vector/v.label.sa/labels.h	/^typedef struct _label_point label_point_t;$/;"	t	typeref:struct:_label_point
label_pointover	vector/v.label.sa/labels.c	/^static double label_pointover(label_t * label, label_candidate_t * candidate)$/;"	f	file:
label_score_t	vector/v.label.sa/labels.h	/^typedef struct _label_score label_score_t;$/;"	t	typeref:struct:_label_score
label_skyline	vector/v.label.sa/labels.c	/^static int label_skyline(FT_Face face, const char *charset, label_t * label)$/;"	f	file:
label_t	vector/v.label.sa/labels.h	/^typedef struct _label label_t;$/;"	t	typeref:struct:_label
labels	include/gis.h	/^    char **labels;		\/* array of labels of size num             *\/$/;"	m	struct:Categories
labels	include/site.h	/^    const char *name, *desc, *form, *labels, *stime;$/;"	m	struct:__anon293
labels	ps/ps.map/description.html	/^<a name="labels"><\/a>$/;"	a
labels	ps/ps.map/labels.h	/^struct labels labels;$/;"	v	typeref:struct:labels
labels	ps/ps.map/labels.h	/^struct labels$/;"	s
labels	raster/r.cross/main.c	/^struct Categories labels[NFILES];$/;"	v	typeref:struct:Categories
labels	raster/r.distance/defs.h	/^    int labels;			\/* boolean: report includes cat labels *\/$/;"	m	struct:Parms
labels	raster/r.distance/defs.h	/^    struct Categories labels;	\/* category labels *\/$/;"	m	struct:Map	typeref:struct:Map::Categories
labels	raster/r.kappa/kappa.h	/^    struct Categories labels;$/;"	m	struct:_layer_	typeref:struct:_layer_::Categories
labels	raster/r.report/global.h	/^    struct Categories labels;$/;"	m	struct:_layer_	typeref:struct:_layer_::Categories
labels	raster/r.report/main.c	/^struct Categories *labels;$/;"	v	typeref:struct:Categories
labels	raster/r.stats/main.c	/^struct Categories *labels;$/;"	v	typeref:struct:Categories
labels	swig/perl/gis.h	/^    char **labels;		\/* array of labels of size num             *\/$/;"	m	struct:Categories
labels	vector/v.label.sa/labels.h	/^    struct Option *labels;$/;"	m	struct:params	typeref:struct:params::Option
labels_init	vector/v.label.sa/labels.c	/^label_t *labels_init(struct params *p, int *n_labels)$/;"	f
labs	raster/r.random/creat_rand.c	/^static long labs(int n)$/;"	f	file:
lambda	raster/r.topmodel/global.h	/^    double lambda;$/;"	m	struct:__anon134
lambda_f	vector/lidar/v.surf.bspline/bspline.h	/^	*dbdatabase, *passoE, *passoN, *lambda_f, *type;$/;"	m	struct:Param	typeref:struct:Param::
landsat	imagery/i.atcorr/GeomCond.cpp	/^void GeomCond::landsat(float tu)$/;"	f	class:GeomCond
landscape	lib/psdriver/Graph_set.c	/^static int landscape;$/;"	v	file:
lang	vector/v.generalize/simplification.c	/^int lang(struct line_pnts *Points, double thresh, int look_ahead, int with_z)$/;"	f
largestChild	include/iostream/minmaxheap.h	/^HeapIndex BasicMinMaxHeap<T>::largestChild(HeapIndex i) const {$/;"	f	class:BasicMinMaxHeap
largestChildGrandchild	include/iostream/minmaxheap.h	/^HeapIndex BasicMinMaxHeap<T>::largestChildGrandchild(HeapIndex i) const {$/;"	f	class:BasicMinMaxHeap
last	general/manage/lib/menu.c	/^static int first, last;$/;"	v	file:
last	include/G3d.h	/^    int first, last;		\/* index (into next) of first and last elt in fifo *\/$/;"	m	struct:__anon249
last	raster/r.cost/memory.c	/^struct cost *last = NULL;$/;"	v	typeref:struct:cost
last	raster/r.walk/memory.c	/^struct cost *last = NULL;$/;"	v	typeref:struct:cost
last	visualization/ximgview/main.c	/^static unsigned long last;$/;"	v	file:
lastIndex	include/G3d.h	/^    int lastIndex;$/;"	m	struct:__anon250
lastIndex	lib/g3d/cachehash.c	/^    int lastIndex;$/;"	m	struct:__anon29	file:
lastIndexActive	include/G3d.h	/^    int lastIndexActive;$/;"	m	struct:__anon250
lastIndexActive	lib/g3d/cachehash.c	/^    int lastIndexActive;$/;"	m	struct:__anon29	file:
lastName	include/G3d.h	/^    int lastName;$/;"	m	struct:__anon250
lastName	lib/g3d/cachehash.c	/^    int lastName;$/;"	m	struct:__anon29	file:
lastRow	raster/r.out.pov/main.c	/^int firstRow, lastRow;$/;"	v
last_cat_line	vector/v.digit/attr.c	/^static int last_cat_line;$/;"	v	file:
last_color	display/d.graph/do_graph.c	/^static RGBA_Color last_color;$/;"	v	file:
last_line	vector/v.digit/attr.c	/^    int last_line;$/;"	m	struct:display_attributes	file:
last_line	vector/v.digit/line.c	/^    int last_line;$/;"	m	struct:delete_line	file:
last_line	vector/v.digit/line.c	/^    int last_line;$/;"	m	struct:move_line	file:
last_line	vector/v.digit/vertex.c	/^    int last_line, last_seg;$/;"	m	struct:add_vertex	file:
last_line	vector/v.digit/vertex.c	/^    int last_line, last_seg;$/;"	m	struct:move_vertex	file:
last_line	vector/v.digit/vertex.c	/^    int last_line, last_seg;$/;"	m	struct:rm_vertex	file:
last_line	vector/v.digit/vertex.c	/^    int last_line, last_seg;$/;"	m	struct:split_line	file:
last_marked_rule	include/gis.h	/^    int last_marked_rule;$/;"	m	struct:Categories
last_marked_rule	swig/perl/gis.h	/^    int last_marked_rule;$/;"	m	struct:Categories
last_offset	include/vect/dig_structs.h	/^    long last_offset;		\/* offset of last read line *\/$/;"	m	struct:dig_head
last_read	ps/ps.map/outl_io.c	/^static int first_read, last_read;$/;"	v	file:
last_read	raster/r.to.vect/global.h	/^Global int first_read, last_read;$/;"	v
last_seg	vector/v.digit/vertex.c	/^    int last_line, last_seg;$/;"	m	struct:add_vertex	file:
last_seg	vector/v.digit/vertex.c	/^    int last_line, last_seg;$/;"	m	struct:move_vertex	file:
last_seg	vector/v.digit/vertex.c	/^    int last_line, last_seg;$/;"	m	struct:rm_vertex	file:
last_seg	vector/v.digit/vertex.c	/^    int last_line, last_seg;$/;"	m	struct:split_line	file:
last_text	display/drivers/HTMLMAP/Graph_Set.c	/^char *last_text;$/;"	v
last_text_len	display/drivers/HTMLMAP/Graph_Set.c	/^int last_text_len;$/;"	v
lastindex	include/iostream/minmaxheap.h	/^  HeapIndex lastindex;			\/\/ last used position (0 unused) (?)$/;"	m	class:BasicMinMaxHeap
laststream	include/iostream/embuffer.h	/^  unsigned int laststream() const { return index -1;}$/;"	f	class:em_buffer
lat	include/dlg.h	/^    double lat[4];$/;"	m	struct:dlg_coors
lat_diff	raster/r.surf.idw/main.h	/^double *rowlook, *collook, *lat_diff,	\/* distances between latitudes *\/$/;"	v
lat_params	raster/r.surf.idw/dist.c	/^static DIST_PARAMS *lat_params, *nextcalc;$/;"	v	file:
lateral	visualization/nviz/src/togl_flythrough.c	/^    int lateral;$/;"	m	struct:flyData	file:
latid_l	raster/r.sun/main.c	/^double longit_l, latid_l, cos_u, cos_v, sin_u, sin_v;$/;"	v
latin	raster/r.horizon/main.c	/^char *latin = NULL;$/;"	v
latin	raster/r.sun/main.c	/^char *latin = NULL;$/;"	v
latin	raster/r.sun2/main.c	/^const char *latin = NULL;$/;"	v
latitude	raster/r.sun/main.c	/^double longitude, latitude, lum_time, ltime, tim, timo, declination;$/;"	v
latitude	raster/r.sunmask/solpos00.h	/^    float latitude;		\/* I:             Latitude, degrees north (south negative) *\/$/;"	m	struct:posdata
latoE	vector/lidar/lidarlib/PolimiFunct.h	/^    double latoE;		\/*East-West side size *\/$/;"	m	struct:Reg_dimens
latoN	vector/lidar/lidarlib/PolimiFunct.h	/^    double latoN;		\/*South-North side size *\/$/;"	m	struct:Reg_dimens
layer	include/vect/dig_structs.h	/^    OGRLayerH layer;$/;"	m	struct:Format_info_ogr
layer	include/vect/dig_structs.h	/^    void *layer;$/;"	m	struct:Format_info_ogr
layer	ps/ps.map/vector.h	/^    LAYER *layer;$/;"	m	struct:vector
layer	raster/r.flow/r.flow.h	/^layer;$/;"	t	typeref:struct:__anon154
layer	raster/r.kappa/main.c	/^static void layer(char *s)$/;"	f	file:
layer	vector/v.label.sa/labels.h	/^    struct Option *layer;$/;"	m	struct:params	typeref:struct:params::Option
layer_name	display/d.rast.arrow/arrow.c	/^char layer_name[128];$/;"	v
layer_name	include/vect/dig_structs.h	/^    char *layer_name;$/;"	m	struct:Format_info_ogr
layer_set	display/d.rast.arrow/arrow.c	/^int layer_set;$/;"	v
layers	raster/r.kappa/main.c	/^LAYER *layers;$/;"	v
layers	raster/r.report/main.c	/^LAYER *layers;$/;"	v
layers	vector/v.in.dxf/global.h	/^GLOBAL char **layers;$/;"	v
layers_opt	vector/v.in.dwg/global.h	/^Global struct Option *layers_opt;$/;"	v	typeref:struct:Option
layout_get_frame	lib/gis/gui.tcl	/^proc layout_get_frame {dlg guisection optn glabel} {$/;"	p
layout_get_special_frame	lib/gis/gui.tcl	/^proc layout_get_special_frame {dlg guisection key glabel} {$/;"	p
layout_make_frame	lib/gis/gui.tcl	/^proc layout_make_frame {dlg guisection optn glabel} {$/;"	p
layout_raise_frame	lib/gis/gui.tcl	/^proc layout_raise_frame {dlg guisection optn} {$/;"	p
layout_raise_special_frame	lib/gis/gui.tcl	/^proc layout_raise_special_frame {dlg guisection key} {$/;"	p
lc	lib/driver/command.c	/^static char lc;$/;"	v	file:
lcat	vector/v.lrs/lib/lrs.c	/^    int lcat, lid;$/;"	m	struct:__anon164	file:
lcr	raster/r.report/header.c	/^int lcr(char *left, char *center, char *right, char *buf, int n)$/;"	f
ldim	include/la.h	/^    int ldim;			\/* Lead dimension of matrix. How many `rows' are$/;"	m	struct:matrix_
ldist	vector/v.convert/dist.c	/^double ldist(double x, double y, struct Line *p)$/;"	f
le	vector/v.voronoi/sw_defs.h	3;"	d
leafs	lib/rst/qtree/qtree.h	/^    struct multtree **leafs;$/;"	m	struct:multtree	typeref:struct:multtree::multtree
leafs	vector/v.vol.rst/oct.h	/^    struct octtree **leafs;$/;"	m	struct:octtree	typeref:struct:octtree::octtree
least	raster/wildfire/r.spread/collect_ori.c	/^int least;$/;"	v
leave	general/g.setproj/main.c	/^int leave(int n)$/;"	f
left	display/d.profile/profile.h	/^    float bot, top, left, right;$/;"	m	struct:windows
left	imagery/i.ask/popup.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
left	imagery/i.class/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon203::__anon204
left	imagery/i.class/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon203
left	imagery/i.class/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon205
left	imagery/i.class/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon202
left	imagery/i.ortho.photo/photo.2image/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
left	imagery/i.ortho.photo/photo.2image/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
left	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
left	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^    int top, bottom, left, right;$/;"	m	struct:box
left	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int top, bottom, left, right, width, middle, nums;$/;"	v
left	imagery/i.ortho.photo/photo.2image/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon237::__anon238
left	imagery/i.ortho.photo/photo.2image/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon237
left	imagery/i.ortho.photo/photo.2image/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon239
left	imagery/i.ortho.photo/photo.2image/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon236
left	imagery/i.ortho.photo/photo.2target/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
left	imagery/i.ortho.photo/photo.2target/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
left	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
left	imagery/i.ortho.photo/photo.2target/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon226::__anon227
left	imagery/i.ortho.photo/photo.2target/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon226
left	imagery/i.ortho.photo/photo.2target/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon228
left	imagery/i.ortho.photo/photo.2target/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon225
left	imagery/i.ortho.photo/photo.rectify/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon230::__anon231
left	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon230
left	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon232
left	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon229
left	imagery/i.ortho.photo/photo.rectify/perform.c	/^static ROWCOL *rmap, *cmap, left, right;$/;"	v	file:
left	imagery/i.points/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
left	imagery/i.points/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
left	imagery/i.points/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
left	imagery/i.points/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon211::__anon212
left	imagery/i.points/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon211
left	imagery/i.points/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon214
left	imagery/i.points/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon210
left	imagery/i.rectify/perform.c	/^static ROWCOL *rmap, *cmap, left, right;$/;"	v	file:
left	imagery/i.smap/bouman/region.h	/^	int left;$/;"	m	struct:Region::Free
left	imagery/i.vpoints/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
left	imagery/i.vpoints/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
left	imagery/i.vpoints/ask_lineclr.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
left	imagery/i.vpoints/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
left	imagery/i.vpoints/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon217::__anon218
left	imagery/i.vpoints/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon217
left	imagery/i.vpoints/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon220
left	imagery/i.vpoints/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon216
left	include/btree.h	/^    int left;$/;"	m	struct:__anon298
left	include/gis.h	/^	int left;$/;"	m	struct:Cell_stats::Cell_stats_node
left	include/gstypes.h	/^    short left, right, bottom, top;	\/* Screen coordinates *\/$/;"	m	struct:__anon261
left	include/ibtree.h	/^    int left;$/;"	m	struct:__anon272
left	include/sqlp.h	/^    struct sqlpnode *left;	\/* left argument, sometimes NULL *\/$/;"	m	struct:sqlpnode	typeref:struct:sqlpnode::sqlpnode
left	include/vect/dig_structs.h	/^    plus_t left;		\/* area\/isle number to left, negative for isle  *\/$/;"	m	struct:P_line
left	lib/display/draw.c	/^static int left, right, top, bottom;	\/* window edges *\/$/;"	v	file:
left	lib/display/draw2.c	/^    double left;$/;"	m	struct:rectangle	file:
left	lib/gis/plot.c	/^static double left, right, top, bottom;$/;"	v	file:
left	lib/psdriver/Graph_set.c	/^    double left, right, bot, top;$/;"	m	struct:paper	file:
left	lib/psdriver/Graph_set.c	/^static int left, right, bot, top;$/;"	v	file:
left	raster/r.cross/glob.h	/^    int left;$/;"	m	struct:__anon141
left	raster/r.describe/tree.c	/^    int left;$/;"	m	struct:__anon159	file:
left	raster/r.stats/stats.c	/^    struct Node *left;$/;"	m	struct:Node	typeref:struct:Node::Node	file:
left	raster/r.to.vect/global.h	/^    double right, left;		\/* areas to right and left of line *\/$/;"	m	struct:COOR
left	raster/r.to.vect/global.h	/^    struct COOR *left;$/;"	m	struct:line_hdr	typeref:struct:line_hdr::COOR
left	raster/r.water.outlet/basin.h	/^GLOBAL FLAG *doner, *swale, *left;$/;"	v
left	swig/perl/gis.h	/^	int left;$/;"	m	struct:Cell_stats::Cell_stats_node
left	vector/v.delaunay2/data_types.h	/^{ left, right } side;$/;"	e	enum:__anon163
leftChild	include/iostream/minmaxheap.h	/^  HeapIndex leftChild(HeapIndex i) const { return 2*i; };$/;"	f	class:BasicMinMaxHeap
leftChildValue	include/iostream/minmaxheap.h	/^T BasicMinMaxHeap<T>::leftChildValue(HeapIndex i) const {$/;"	f	class:BasicMinMaxHeap
left_area	include/dlg.h	/^    int left_area;$/;"	m	struct:dlg_line
left_brother	vector/v.net.visibility/rotation_tree.c	/^struct Point *left_brother(struct Point *p)$/;"	f
left_brother	vector/v.net.visibility/rotation_tree.h	/^    struct Point *left_brother;$/;"	m	struct:Point	typeref:struct:Point::Point
left_button_status	raster3d/r3.showdspf/kns_defines.h	/^    int left_button_status;$/;"	m	struct:window_props
left_child	raster/r.li/r.li.daemon/avl.h	/^    struct avl_node *left_child;$/;"	m	struct:avl_node	typeref:struct:avl_node::avl_node
left_child	raster/r.li/r.li.daemon/avlID.h	/^    struct avlID_node *left_child;$/;"	m	struct:avlID_node	typeref:struct:avlID_node::avlID_node
left_marg	ps/ps.map/paper.h	/^    double left_marg, right_marg, top_marg, bot_marg;$/;"	m	struct:__anon24
left_marg	ps/ps.map/ps_info.h	/^    double left_marg, right_marg, top_marg, bot_marg;$/;"	m	struct:PS_data
left_turn	vector/v.net.visibility/geometry.c	/^int left_turn(struct Point *p1, struct Point *p2, struct Point *p3)$/;"	f
leftreg	vector/v.voronoi/sw_edgelist.c	/^struct Site *leftreg(struct Halfedge *he)$/;"	f
legend_list	visualization/nviz/src/draw.c	/^static GLuint legend_list = 0;$/;"	v	file:
len	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int len;$/;"	v
len	include/iostream/mem_stream.h	/^  int len;$/;"	m	class:MEM_STREAM
len	include/iostream/queue.h	/^  int len;$/;"	m	class:queue
len	include/rowio.h	/^    int len;			\/* buffer length *\/$/;"	m	struct:__anon271
len	include/segment.h	/^    int len;			\/* bytes per data value *\/$/;"	m	struct:__anon280
len	raster/r.report/global.h	/^    int len;$/;"	m	struct:_units_
len	raster/r.terraflow/common.cc	/^size_t LargeMemory::len[LM_HIST];$/;"	m	class:LargeMemory	file:
len	raster/r.terraflow/common.h	/^  static size_t len[LM_HIST];$/;"	m	class:LargeMemory
len_slp_equ	raster/r.watershed/ram/sg_factor.c	/^int len_slp_equ(double slope_length, double sin_theta, double S, int r, int c)$/;"	f
len_slp_equ	raster/r.watershed/seg/sg_factor.c	/^int len_slp_equ(double slope_length, double sin_theta, double S, int r, int c)$/;"	f
length	include/iostream/queue.h	/^  unsigned int length() const { return (unsigned int)len; };$/;"	f	class:queue
length	include/vask.h	/^    int length;			\/* length of entry      *\/$/;"	m	struct:ans_rec
length	ps/ps.map/decorate.h	/^    double length, height;$/;"	m	struct:scalebar
length	raster/r.horizon/main.c	/^double length, maxlength = BIG, zmult = 1.0, step = 0.0, dist;$/;"	v
length	raster/r.sun/main.c	/^double length, zmult = 1.0, c, declin, linke, alb, step;$/;"	v
length	raster/r.to.vect/global.h	/^    int length;$/;"	m	struct:equiv_table
length	vector/v.lrs/v.lrs.create/main.c	/^    double length;		\/* line length *\/$/;"	m	struct:__anon166	file:
length	vector/v.mkgrid/grid_structs.h	/^    double length;		\/*  distance to shift to the east  *\/$/;"	m	struct:grid_description
length	vector/v.to.db/calc.c	/^double length(register int np, register double *x, register double *y)$/;"	f
less	imagery/i.ask/popup.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:	file:
less	imagery/i.ortho.photo/photo.2image/analyze.c	/^static struct box more, less, report;$/;"	v	typeref:struct:	file:
less	imagery/i.ortho.photo/photo.2image/ask.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:	file:
less	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM struct box more, less, report;$/;"	v	typeref:struct:
less	imagery/i.ortho.photo/photo.2target/analyze.c	/^static struct box more, less, report;$/;"	v	typeref:struct:	file:
less	imagery/i.ortho.photo/photo.2target/ask.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:	file:
less	imagery/i.points/analyze.c	/^static struct box more, less, report;$/;"	v	typeref:struct:	file:
less	imagery/i.points/ask.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:	file:
less	imagery/i.vpoints/analyze.c	/^static struct box more, less, report;$/;"	v	typeref:struct:	file:
less	imagery/i.vpoints/ask.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:	file:
less	imagery/i.vpoints/ask_lineclr.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:	file:
less	lib/gis/color_look.c	/^static int less(double x, double y)$/;"	f	file:
less	lib/gis/quant.c	/^static int less(double x, double y)$/;"	f	file:
less_or_equal	lib/gis/color_look.c	/^static int less_or_equal(double x, double y)$/;"	f	file:
less_or_equal	lib/gis/quant.c	/^static int less_or_equal(double x, double y)$/;"	f	file:
let	lib/linkm/linkm.c	/^    char let;$/;"	m	struct:link	file:
let	lib/linkm/malloc.c	/^    char let;$/;"	m	struct:link	file:
let	lib/linkm/speed.c	/^    char let;$/;"	m	struct:link	file:
let	lib/linkm/speed2.c	/^    char let;$/;"	m	struct:link	file:
let	lib/linkm/speed3.c	/^    char let;$/;"	m	struct:link	file:
let	lib/linkm/try.c	/^    char let;$/;"	m	struct:link	file:
let	lib/linkm/try2.c	/^    char let;$/;"	m	struct:link	file:
level	include/iostream/embuffer.h	/^  unsigned short level;$/;"	m	class:em_buffer
level	include/vect/dig_structs.h	/^    int level;			\/*  1, 2, (3)                               *\/$/;"	m	struct:Map_info
level	lib/vector/rtree/index.h	/^    int level;			\/* 0 is leaf, others positive *\/$/;"	m	struct:Node
level	ps/ps.map/ps_info.h	/^    int level;$/;"	m	struct:PS_data
level_code	include/dlg.h	/^    int level_code;$/;"	m	struct:dlg_head
levels	imagery/i.smap/bouman/decimate.c	/^int levels(int wd, int ht)$/;"	f
levels	raster/r.composite/main.c	/^    int levels;$/;"	m	struct:band	file:
levels_reg	imagery/i.smap/bouman/reg_util.c	/^int levels_reg(struct Region *region)$/;"	f
lgfd	raster/r.flow/r.flow.h	/^int lgfd;			\/* output length file descriptor        *\/$/;"	v
lgout	raster/r.flow/r.flow.h	/^    char *lgout;		\/* name of output length file           *\/$/;"	m	struct:__anon153
li	raster/r.sun/main.c	/^float **z, **o, **s, **li, **a, **la, **cbhr, **cdhr;$/;"	v
li	raster/r.sun2/main.c	/^float **z = NULL, **o = NULL, **s = NULL, **li = NULL, **a = NULL, **la =$/;"	v
li_max	raster/r.sun/main.c	/^double li_max = 0., li_min = 100., al_max = 0., al_min = 1.0, la_max = -90.,$/;"	v
li_max	raster/r.sun2/main.c	/^double li_max = 0., li_min = 100., al_max = 0., al_min = 1.0, la_max = -90.,$/;"	v
li_min	raster/r.sun/main.c	/^double li_max = 0., li_min = 100., al_max = 0., al_min = 1.0, la_max = -90.,$/;"	v
li_min	raster/r.sun2/main.c	/^double li_max = 0., li_min = 100., al_max = 0., al_min = 1.0, la_max = -90.,$/;"	v
libavl_allocator	lib/vector/dglib/avl.h	/^struct libavl_allocator$/;"	s
libavl_allocator	lib/vector/dglib/tavl.h	/^struct libavl_allocator$/;"	s
libavl_free	lib/vector/dglib/avl.h	/^    void (*libavl_free) (struct libavl_allocator *, void *libavl_block);$/;"	m	struct:libavl_allocator
libavl_free	lib/vector/dglib/tavl.h	/^    void (*libavl_free) (struct libavl_allocator *, void *libavl_block);$/;"	m	struct:libavl_allocator
libavl_malloc	lib/vector/dglib/avl.h	/^    void *(*libavl_malloc) (struct libavl_allocator *, size_t libavl_size);$/;"	m	struct:libavl_allocator
libavl_malloc	lib/vector/dglib/tavl.h	/^    void *(*libavl_malloc) (struct libavl_allocator *, size_t libavl_size);$/;"	m	struct:libavl_allocator
libiconv	configure	/^libiconv()$/;"	f
libiconv	configure	/^libiconv();$/;"	f
library_h	lib/gis/gdal.c	/^static void *library_h;$/;"	v	file:
lid	vector/v.lrs/lib/lrs.c	/^    int lcat, lid;$/;"	m	struct:__anon164	file:
lid	vector/v.lrs/v.lrs.label/main.c	/^    int lid;$/;"	m	struct:__anon167	file:
light	include/nviz.h	/^    light_data light[MAX_LIGHTS];$/;"	m	struct:__anon290
light	visualization/nviz/src/interface.h	/^    light_data light[MAX_LIGHTS];$/;"	m	struct:__anon101
light_data	include/nviz.h	/^} light_data;$/;"	t	typeref:struct:__anon289
light_data	visualization/nviz/src/interface.h	/^} light_data;$/;"	t	typeref:struct:__anon100
lightcol	include/gis.h	/^    float lightcol[3];		\/* values between 0.0 to 1.0 for red, grn, blu *\/$/;"	m	struct:G_3dview
lightcol	swig/perl/gis.h	/^    float lightcol[3];		\/* values between 0.0 to 1.0 for red, grn, blu *\/$/;"	m	struct:G_3dview
lightdefs	include/gstypes.h	/^struct lightdefs$/;"	s
lightpos	include/gis.h	/^    float lightpos[4];		\/* east, north, height, 1.0 for local 0.0 infin *\/$/;"	m	struct:G_3dview
lightpos	swig/perl/gis.h	/^    float lightpos[4];		\/* east, north, height, 1.0 for local 0.0 infin *\/$/;"	m	struct:G_3dview
lights	include/gstypes.h	/^    struct lightdefs lights[MAX_LIGHTS];$/;"	m	struct:__anon260	typeref:struct:__anon260::lightdefs
lightson	include/gis.h	/^    int lightson;		\/* boolean *\/$/;"	m	struct:G_3dview
lightson	swig/perl/gis.h	/^    int lightson;		\/* boolean *\/$/;"	m	struct:G_3dview
limit	display/d.barscale/draw_scale.c	/^    double limit;$/;"	m	struct:scale	file:
limit	lib/display/draw.c	62;"	d	file:
lin_interp	lib/ogsf/gk.c	/^double lin_interp(float dt, float val1, float val2)$/;"	f
line	display/d.mapgraph/read_line.c	/^static int line = 0;$/;"	v	file:
line	general/g.parser/main.c	/^    int line;$/;"	m	struct:context	file:
line	gui/wxpython/vdigit/digit.h	/^	int line;$/;"	m	struct:Digit::action_meta
line	gui/wxpython/vdigit/driver.h	/^	long int line;$/;"	m	struct:DisplayDriver::_topology
line	gui/wxpython/vdigit/driver.h	/^	symbol line;$/;"	m	struct:DisplayDriver::_settings
line	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int line;$/;"	v
line	include/dlg.h	/^    struct dlg_line line;$/;"	m	struct:dlg	typeref:struct:dlg::dlg_line
line	include/symbol.h	/^	} line;$/;"	m	union:__anon282::__anon283	typeref:struct:__anon282::__anon283::__anon284
line	include/vask.h	/^    const char *line[MAX_LINE];$/;"	m	struct:page
line	lib/driver/Polygon.c	/^static void line(const struct point *p, int n, int y)$/;"	f	file:
line	ps/ps.map/description.html	/^<a name="line"><\/a>$/;"	a
line	raster/r.le/r.le.setup/polytocell/do_line.c	/^void line(int cat, int x0, int y0, int x1, int y1)$/;"	f
line	vector/v.digit/line.c	/^    int line;$/;"	m	struct:delete_line	file:
line	vector/v.digit/line.c	/^    int line;$/;"	m	struct:edit_line	file:
line	vector/v.digit/line.c	/^    int line;$/;"	m	struct:move_line	file:
line	vector/v.lrs/v.lrs.create/main.c	/^    int line, cat;		\/* line number in 'In' vector and category of nearest line *\/$/;"	m	struct:__anon166	file:
line	vector/v.net.path/path.c	/^    int line;			\/* line number *\/$/;"	m	struct:__anon186	file:
line	vector/v.voronoi/sw_output.c	/^int line(int a, int b, int c, int d)$/;"	f
line1	vector/v.net.visibility/rotation_tree.h	/^    struct Line *line1;$/;"	m	struct:Point	typeref:struct:Point::Line
line2	vector/v.net.visibility/rotation_tree.h	/^    struct Line *line2;$/;"	m	struct:Point	typeref:struct:Point::Line
lineID	vector/lidar/lidarlib/PolimiFunct.h	/^    int lineID;$/;"	m	struct:Point
lineWidth	gui/wxpython/vdigit/driver.h	/^	int lineWidth;    \/\/ screen units $/;"	m	struct:DisplayDriver::_settings
line_3	include/dlg.h	/^    char line_3[73];$/;"	m	struct:dlg_head
line_3	include/vect/dig_structs.h	/^    char *line_3;$/;"	m	struct:dig_head
line_alloc	include/dig_atts.h	/^    int line_alloc;$/;"	m	struct:atts_index
line_alloc	include/dlg.h	/^    int line_alloc;$/;"	m	struct:dlg
line_area	vector/v.overlay/line_area.c	/^int line_area(struct Map_info *In, int *field, struct Map_info *Out,$/;"	f
line_cats	include/vect/dig_structs.h	/^struct line_cats$/;"	s
line_clip	lib/display/draw2.c	/^static int line_clip(double x1, double y1, double x2, double y2)$/;"	f	file:
line_clip_ll	lib/display/draw2.c	/^static int line_clip_ll(double ax, double ay, double bx, double by)$/;"	f	file:
line_coefficients	lib/vector/Vlib/buffer2.c	/^static void line_coefficients(double x1, double y1, double x2, double y2,$/;"	f	file:
line_color	imagery/i.vpoints/main.c	/^int line_color;$/;"	v
line_eq	lib/display/draw.c	/^static int line_eq(int x, int x0, int y0, int dx, int dy, int round)$/;"	f	file:
line_flush	raster/r.le/r.le.setup/polytocell/do_line.c	/^void line_flush(void)$/;"	f
line_hdr	raster/r.to.vect/global.h	/^struct line_hdr$/;"	s
line_idx	vector/v.lrs/v.lrs.create/main.c	/^    int line_idx;		\/* index to line in 'lines' array *\/$/;"	m	struct:__anon165	file:
line_in_map1	imagery/i.class/draw_reg.c	/^int line_in_map1(int x1, int y1, int x2, int y2, int color)$/;"	f
line_initialize	raster/r.le/r.le.setup/polytocell/do_line.c	/^void line_initialize(void)$/;"	f
line_intersection	lib/vector/Vlib/buffer2.c	/^static int line_intersection(double a1, double b1, double c1, double a2,$/;"	f	file:
line_list	include/dlg.h	/^    int line_list;$/;"	m	struct:dlg_cats
line_off	include/dig_atts.h	/^    long *line_off;$/;"	m	struct:atts_index
line_off	include/dlg.h	/^    long *line_off;$/;"	m	struct:dlg
line_out_counter	vector/lidar/v.lidar.edgedetection/main.c	/^int nsply, nsplx, line_out_counter, first_it;$/;"	v
line_overlap_area	vector/v.select/main.c	/^int line_overlap_area(struct Map_info *LMap, int line, struct Map_info *AMap,$/;"	f
line_pnts	include/vect/dig_structs.h	/^struct line_pnts$/;"	s
line_search	imagery/i.smap/bouman/alpha_max.c	/^void line_search($/;"	f
line_type	vector/v.digit/line.c	/^    int line_type;$/;"	m	struct:edit_line	file:
line_width	lib/raster/transport.h	/^    void (*line_width) (int);$/;"	m	struct:transport
linear	raster/r.terraflow/water.h	/^static int linear(int i, int j) {$/;"	f
linecap	ps/ps.map/vector.h	/^    int linecap;		\/* line end style *\/$/;"	m	struct:__anon22
linefax	lib/dspf/viz.h	/^    cmndln_info linefax;	\/* more global info *\/$/;"	m	struct:__anon33
linefax	raster3d/r3.showdspf/vizual2.h	/^    cmndln_info linefax;	\/* more global info *\/$/;"	m	struct:__anon114
lineoffset	vector/v.out.vtk/writeVTK.h	/^    int lineoffset;$/;"	m	struct:__anon169
lineover	vector/v.label.sa/labels.h	/^    double lineover;$/;"	m	struct:_label_candidate
lines	include/dlg.h	/^    int *lines;$/;"	m	struct:dlg_area
lines	include/dlg.h	/^    int *lines;$/;"	m	struct:dlg_node
lines	include/gstypes.h	/^    geoline *lines;$/;"	m	struct:g_vect
lines	include/vect/dig_structs.h	/^    plus_t *lines;		\/* Boundary Lines, negative means direction N2 to N1,$/;"	m	struct:P_area
lines	include/vect/dig_structs.h	/^    plus_t *lines;		\/* Boundary Lines, negative means direction N2 to N1,$/;"	m	struct:P_isle
lines	include/vect/dig_structs.h	/^    plus_t *lines;		\/* Connected lines *\/$/;"	m	struct:P_node
lines	include/vect/dig_structs.h	/^    struct line_pnts **lines;	\/* points cache *\/$/;"	m	struct:Format_info_ogr	typeref:struct:Format_info_ogr::line_pnts
lines_alloc	include/vect/dig_structs.h	/^    int lines_alloc;$/;"	m	struct:Format_info_ogr
lines_next	include/vect/dig_structs.h	/^    int lines_next;		\/* next line to be read from cache *\/$/;"	m	struct:Format_info_ogr
lines_num	include/vect/dig_structs.h	/^    int lines_num;		\/* number of lines in cache *\/$/;"	m	struct:Format_info_ogr
lines_types	include/vect/dig_structs.h	/^    int *lines_types;$/;"	m	struct:Format_info_ogr
linestyle	ps/ps.map/vector.h	/^    char *linestyle;		\/* line or boundary style *\/$/;"	m	struct:__anon22
linewidth	lib/pngdriver/Line_width.c	/^int linewidth;$/;"	v
link	include/monitors.h	/^    char *link;			\/* were monitor interfaces to gis *\/$/;"	m	struct:MON_CAP
link	lib/linkm/linkm.c	/^struct link$/;"	s	file:
link	lib/linkm/malloc.c	/^struct link$/;"	s	file:
link	lib/linkm/speed.c	/^struct link$/;"	s	file:
link	lib/linkm/speed2.c	/^struct link$/;"	s	file:
link	lib/linkm/speed3.c	/^struct link$/;"	s	file:
link	lib/linkm/try.c	/^struct link$/;"	s	file:
link	lib/linkm/try2.c	/^struct link$/;"	s	file:
link__get_next	lib/linkm/next.c	/^VOID_T *link__get_next(VOID_T * list)$/;"	f
link__set_next	lib/linkm/next.c	/^void link__set_next(VOID_T * a, VOID_T * b)$/;"	f
link_chunk_size	lib/linkm/init.c	/^static int link_chunk_size = 100;$/;"	v	file:
link_cleanup	lib/linkm/init.c	/^void link_cleanup(struct link_head *Head)$/;"	f
link_destroy	lib/linkm/destroy.c	/^void link_destroy(struct link_head *Head, VOID_T * ptr)$/;"	f
link_dispose	lib/linkm/dispose.c	/^void link_dispose(struct link_head *Head, VOID_T * ptr)$/;"	f
link_exit_flag	lib/linkm/init.c	/^static int link_exit_flag = 0;$/;"	v	file:
link_exit_on_error	lib/linkm/init.c	/^void link_exit_on_error(int flag)$/;"	f
link_head	include/linkm.h	/^struct link_head$/;"	s
link_init	lib/linkm/init.c	/^struct link_head *link_init(int size)$/;"	f
link_new	lib/linkm/new.c	/^struct link_head *link_new(struct link_head *Head)$/;"	f
link_out_of_memory	lib/linkm/oom.c	/^int link_out_of_memory(void)$/;"	f
link_set_chunk_size	lib/linkm/init.c	/^void link_set_chunk_size(int size)$/;"	f
linke	raster/r.sun/main.c	/^double length, zmult = 1.0, c, declin, linke, alb, step;$/;"	v
linke	raster/r.sun2/sunradstruct.h	/^    double linke;$/;"	m	struct:SolarRadVar
linkein	raster/r.sun/main.c	/^char *linkein = NULL;$/;"	v
linkein	raster/r.sun2/main.c	/^const char *linkein = NULL;$/;"	v
links	raster/r.fill.dir/ppupdate.c	/^struct links$/;"	s	file:
list	display/d.rast/mask.h	/^    Interval *list;$/;"	m	struct:_mask
list	display/d.rast/mask.h	/^    d_Interval *list;$/;"	m	struct:_d_mask
list	display/d.zoom/local_proto.h	/^GLOBAL char **rast, **vect, **list;$/;"	v
list	general/g.mlist/global.h	/^struct list$/;"	s
list	general/g.mlist/main.c	/^struct list *list;$/;"	v	typeref:struct:list
list	general/g.mremove/global.h	/^struct list$/;"	s
list	general/g.mremove/main.c	/^struct list *list;$/;"	v	typeref:struct:list
list	general/manage/list.h	/^struct list *list;$/;"	v	typeref:struct:list
list	general/manage/list.h	/^struct list$/;"	s
list	imagery/i.ask/popup.c	/^} list[NLINES * 2];$/;"	v	typeref:struct:__anon208	file:
list	imagery/i.ortho.photo/photo.2image/ask.c	/^} list[NLINES * 2];$/;"	v	typeref:struct:__anon235	file:
list	imagery/i.ortho.photo/photo.2target/ask.c	/^} list[NLINES * 2];$/;"	v	typeref:struct:__anon224	file:
list	imagery/i.points/ask.c	/^} list[NLINES * 2];$/;"	v	typeref:struct:__anon209	file:
list	imagery/i.vpoints/ask.c	/^} list[NLINES * 2];$/;"	v	typeref:struct:__anon215	file:
list	imagery/i.vpoints/ask_lineclr.c	/^} list[NLINES * 2];$/;"	v	typeref:struct:__anon221	file:
list	include/gis.h	/^    } *list;$/;"	m	struct:Histogram	typeref:struct:Histogram::Histogram_list
list	lib/db/dbmi_base/token.c	/^static dbAddress *list = NONE;$/;"	v	file:
list	lib/driver/pad.h	/^    LIST *list;$/;"	m	struct:_item_
list	raster/r.li/r.li.daemon/list.h	/^typedef struct lista *list;$/;"	t	typeref:struct:lista
list	raster/r.mapcalc/expression.c	/^expr_list *list(expression * exp, expr_list * next)$/;"	f
list	raster/r.null/mask.h	/^    d_Interval *list;$/;"	m	struct:_d_mask
list	raster/r.stats/stats.c	/^    struct Node *list;$/;"	m	struct:Node	typeref:struct:Node::Node	file:
list	raster/r.surf.idw2/main.c	/^struct Point *list;$/;"	v	typeref:struct:Point
list	raster3d/base/mask_functions.h	/^    d_Interval *list;$/;"	m	struct:_d_mask
list	swig/perl/gis.h	/^    } *list;$/;"	m	struct:Histogram	typeref:struct:Histogram::Histogram_list
list	vector/v.surf.idw/main.c	/^struct list_Point *list;$/;"	v	typeref:struct:list_Point
list	vector/v.to.rast/do_areas.c	/^static struct list$/;"	s	file:
list	vector/v.to.rast/do_areas.c	/^} *list;$/;"	v	typeref:struct:list	file:
list2array	vector/v.mapcalc/list.c	/^LIST **list2array(LIST * head)$/;"	f
list2cmdline	gui/wxpython/compat/subprocess.py	/^def list2cmdline(seq):$/;"	f
listLayers	scripts/r.in.wms/r.in.wms	/^listLayers() {$/;"	f
list_Point	vector/v.surf.idw/main.c	/^struct list_Point$/;"	s	file:
list_all	display/d.frame/frame.c	/^int list_all(void)$/;"	f
list_binaries	gem/tools.c	/^void list_binaries(char *package)$/;"	f
list_copy	display/drivers/XDRIVER/Serve_Xevent.c	/^static LIST *list_copy(LIST * list, LIST * tail)$/;"	f	file:
list_destroy	visualization/nviz/scripts/ACS_utils.tcl	/^proc list_destroy {id} {$/;"	p
list_element	lib/gis/list.c	/^static int list_element(FILE * out,$/;"	f	file:
list_error	visualization/nviz/scripts/ACS_utils.tcl	/^proc list_error {id} {$/;"	p
list_extensions	gem/actions.c	/^void list_extensions(char *gisbase)$/;"	f
list_formats	raster/r.external/main.c	/^static void list_formats(void)$/;"	f	file:
list_free	display/drivers/XDRIVER/Serve_Xevent.c	/^static void list_free(LIST * l)$/;"	f	file:
list_grouped	lib/python/core.py	/^def list_grouped(type):$/;"	f
list_length	raster/r.mapcalc/expression.c	/^int list_length(expr_list * l)$/;"	f
list_locations	imagery/i.ortho.photo/photo.target/ask_target.c	/^int list_locations(void)$/;"	f
list_locations	lib/init/set_data.c	/^int list_locations(const char *gisdbase)$/;"	f
list_mapsets	imagery/i.ortho.photo/photo.target/ask_target.c	/^int list_mapsets(void)$/;"	f
list_mapsets	lib/init/set_data.c	/^int list_mapsets(const char *location_name, const char *location)$/;"	f
list_new	visualization/nviz/scripts/ACS_utils.tcl	/^proc list_new {max_buffers lst} {$/;"	p
list_pairs	lib/python/core.py	/^def list_pairs(type):$/;"	f
list_push	display/drivers/XDRIVER/Serve_Xevent.c	/^static LIST *list_push(char *s, LIST * tail)$/;"	f	file:
list_redo	visualization/nviz/scripts/ACS_utils.tcl	/^proc list_redo {id lst} {$/;"	p
list_rules	raster/r.colors/main.c	/^static void list_rules(void)$/;"	f	file:
list_save	visualization/nviz/scripts/ACS_utils.tcl	/^proc list_save {id lst} {$/;"	p
list_strings	lib/python/core.py	/^def list_strings(type):$/;"	f
list_struct	display/d.save/locals.h	/^struct list_struct$/;"	s
list_type_vscroll	visualization/nviz/scripts/panel_vol.tcl	/^proc list_type_vscroll {window} {$/;"	p
list_undo	visualization/nviz/scripts/ACS_utils.tcl	/^proc list_undo {id lst} {$/;"	p
lista	raster/r.li/r.li.daemon/list.h	/^struct lista$/;"	s
listadd	vector/v.mapcalc/list.c	/^LIST *listadd(LIST * head, LIST * elt, cmpfunc cmp)$/;"	f
listaddnth	vector/v.mapcalc/list.c	/^LIST *listaddnth(LIST * head, LIST * elt, int nth)$/;"	f
listapp	vector/v.mapcalc/list.c	/^LIST *listapp(LIST * head, LIST * elt)$/;"	f
listbsearch	vector/v.mapcalc/list.c	/^LIST *listbsearch(LIST * head, LIST * elt, cmpfunc cmp)$/;"	f
listbsearchdatum	vector/v.mapcalc/list.c	/^LIST *listbsearchdatum(LIST * head, const void *datum, cmpfunc cmp)$/;"	f
listcnt	vector/v.mapcalc/list.c	/^inline int listcnt(LIST * head)$/;"	f
listdel	vector/v.mapcalc/list.c	/^LIST *listdel(LIST * head, LIST * elt, freefunc func)$/;"	f
listdelall	vector/v.mapcalc/list.c	/^LIST *listdelall(LIST * head, freefunc func)$/;"	f
listdelnth	vector/v.mapcalc/list.c	/^LIST *listdelnth(LIST * head, int nth, freefunc func)$/;"	f
listdup	vector/v.mapcalc/list.c	/^LIST *listdup(LIST * head, cpyfunc cpy, size_t size)$/;"	f
lister	general/manage/lister/cell.c	/^int lister(char *name, char *mapset, char *title)$/;"	f
lister	general/manage/lister/vector.c	/^int lister(char *name, char *mapset, char *title)$/;"	f
lister	lib/gis/ask_cell.c	/^static int lister(char *name, char *mapset, char *buf)$/;"	f	file:
listfind	vector/v.mapcalc/list.c	/^LIST *listfind(LIST * head, LIST * elt, cmpfunc cmp)$/;"	f
listfinddatum	vector/v.mapcalc/list.c	/^LIST *listfinddatum(LIST * head, void *datum, cmpfunc cmp)$/;"	f
listforeach	vector/v.mapcalc/list.c	/^inline void listforeach(LIST * head, actfunc action)$/;"	f
listidx	vector/v.mapcalc/list.c	/^int listidx(LIST * head, LIST * elt)$/;"	f
listitem	vector/v.mapcalc/list.c	/^LIST *listitem(size_t size)$/;"	f
listjoin	vector/v.mapcalc/list.c	/^LIST *listjoin(LIST * head, LIST * tail)$/;"	f
listlast	vector/v.mapcalc/list.c	/^inline LIST *listlast(LIST * head)$/;"	f
listnth	vector/v.mapcalc/list.c	/^LIST *listnth(LIST * head, int nth)$/;"	f
listprep	vector/v.mapcalc/list.c	/^inline LIST *listprep(LIST * head, LIST * elt)$/;"	f
listrev	vector/v.mapcalc/list.c	/^LIST *listrev(LIST * head)$/;"	f
listshuffle	vector/v.mapcalc/list.c	/^LIST *listshuffle(LIST * head)$/;"	f
listsort	vector/v.mapcalc/list.c	/^LIST *listsort(LIST * head, cmpfunc cmp)$/;"	f
listsplit	vector/v.mapcalc/list.c	/^LIST *listsplit(LIST * head, LIST * elt)$/;"	f
listsplitnth	vector/v.mapcalc/list.c	/^LIST *listsplitnth(LIST * head, int nth)$/;"	f
listunlink	vector/v.mapcalc/list.c	/^LIST *listunlink(LIST * head, LIST * elt)$/;"	f
listunlinknth	vector/v.mapcalc/list.c	/^LIST *listunlinknth(LIST * head, int nth)$/;"	f
lit_model	visualization/nviz/src/mkdspf_calc_linefax.c	/^int lit_model(linefax, typeid, interp)$/;"	f
litmodel	lib/dspf/viz.h	/^    int litmodel;		\/* 1 = flat, 2 = gradient(6), 3 = gradient(26) *\/$/;"	m	struct:__anon32
litmodel	raster3d/r3.showdspf/vizual2.h	/^    int litmodel;		\/* 1 = flat, 2 = gradient(6), 3 = gradient(26) *\/$/;"	m	struct:__anon113
ll	raster/r.surf.idw/main.h	/^short ll;			\/* TRUE if latitude-longitude projection *\/$/;"	v
ll_correction	raster/r.horizon/main.c	/^int ll_correction = 0;$/;"	v
ll_correction	raster/r.sun/main.c	/^int ll_correction = 0;$/;"	v
ll_correction	raster/r.sun2/main.c	/^int ll_correction = 0;$/;"	v
ll_parts	lib/gis/ll_format.c	/^static int ll_parts(double ll,	\/* ll in degrees to be split into parts *\/$/;"	f	file:
llinfo	general/g.region/main.c	/^static char *llinfo(char *msg, char *llformat, int proj)$/;"	f	file:
llinfo	raster/r.region/main.c	/^static char *llinfo(const char *msg, const char *llformat, int proj)$/;"	f	file:
lmaxarg1	raster/r.param.scale/nrutil.c	/^long lmaxarg1, lmaxarg2;$/;"	v
lmaxarg2	raster/r.param.scale/nrutil.c	/^long lmaxarg1, lmaxarg2;$/;"	v
lminarg1	raster/r.param.scale/nrutil.c	/^long lminarg1, lminarg2;$/;"	v
lminarg2	raster/r.param.scale/nrutil.c	/^long lminarg1, lminarg2;$/;"	v
lmst	raster/r.sunmask/solpos00.h	/^    float lmst;			\/* T:  S_GEOM     Local mean sidereal time, degrees *\/$/;"	m	struct:posdata
lnTe	raster/r.topmodel/global.h	/^    double A, qs0, lnTe, m, Sr0, Srmax, td, vch, vr;$/;"	m	struct:__anon130
lnTe	raster/r.topmodel/global.h	/^    double lnTe, vch, vr;$/;"	m	struct:__anon134
lng_cmpr	lib/vector/diglib/port_init.c	/^static const unsigned char lng_cmpr[] = { 0x01, 0x02, 0x03, 0x04 };$/;"	v	file:
lng_cmpr	lib/vector/diglib/port_test.c	/^static unsigned char lng_cmpr[] = { 0x01, 0x02, 0x03, 0x04 };$/;"	v	file:
lng_cnvrt	include/vect/dig_structs.h	/^    unsigned char lng_cnvrt[PORT_LONG];$/;"	m	struct:Port_info
lng_cnvrt	lib/vector/diglib/port_init.c	/^unsigned char lng_cnvrt[sizeof(long)];$/;"	v
lng_cnvrt	lib/vector/diglib/port_test.c	/^static char lng_cnvrt[sizeof(long)];$/;"	v	file:
lng_cnvrt	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	/^static int lng_cnvrt[] = { 3, 2, 1, 0 };$/;"	v
lng_order	lib/vector/diglib/port_init.c	/^int lng_order;$/;"	v
lng_quick	include/vect/dig_structs.h	/^    int lng_quick;$/;"	m	struct:Port_info
load	imagery/i.atcorr/AerosolModel.cpp	/^void AerosolModel::load()$/;"	f	class:AerosolModel
load	raster/r.terraflow/grid.cc	/^grid::load(AMI_STREAM<plateauType> &str) {$/;"	f	class:grid
loadConfiguration	raster/r.li/r.li.setup/r.li.windows.tcl	/^proc loadConfiguration { filename } {$/;"	p
loadSiteCoordinates	vector/v.hull/main.c	/^int loadSiteCoordinates(struct Map_info *Map, struct Point **points, int all,$/;"	f
load_aspect	scripts/d.rast.edit/d.rast.edit.tcl	/^proc load_aspect {} {$/;"	p
load_catval_array_rgb	ps/ps.map/catval.c	/^int load_catval_array_rgb(struct Map_info *map, int vec,$/;"	f
load_catval_array_rot	ps/ps.map/catval.c	/^int load_catval_array_rot(struct Map_info *map, int vec,$/;"	f
load_catval_array_size	ps/ps.map/catval.c	/^int load_catval_array_size(struct Map_info *map, int vec,$/;"	f
load_files	raster/r.out.mpeg/main.c	/^static int load_files(void)$/;"	f	file:
load_files	visualization/xganim/main.c	/^static int load_files()$/;"	f	file:
load_font	lib/driver/font2.c	/^static void load_font(void)$/;"	f	file:
load_font	visualization/nviz/src/togl_cb.c	/^GLuint load_font(char font[100])$/;"	f
load_font_descriptions	general/g.mkfontcap/stroke_fonts.c	/^static int load_font_descriptions(const char *descfile)$/;"	f	file:
load_glyphs	lib/driver/font2.c	/^static void load_glyphs(void)$/;"	f	file:
load_library	lib/gis/gdal.c	/^static void load_library(void)$/;"	f	file:
load_lines	vector/v.net.visibility/main.c	/^void load_lines(struct Map_info *map, struct Point **points, int *num_points,$/;"	f
load_map	scripts/d.rast.edit/d.rast.edit.tcl	/^proc load_map {} {$/;"	p
load_obj	visualization/nviz/src/map_obj.c	/^int load_obj(int id, int type, Nv_data * data, int argc, char *argv[],$/;"	f
load_rasters	visualization/nviz2/cmd/surface.c	/^int load_rasters(const struct GParams *params, nv_data * data)$/;"	f
load_rasters3d	visualization/nviz2/cmd/volume.c	/^int load_rasters3d(const struct GParams *params, nv_data *data)$/;"	f
load_rules_file	lib/gis/color_rules.c	/^static int load_rules_file(struct Colors *colors, const char *path, DCELL min,$/;"	f	file:
load_rules_name	lib/gis/color_rules.c	/^static int load_rules_name(struct Colors *colors, const char *name, DCELL min,$/;"	f	file:
load_table	db/drivers/dbf/table.c	/^int load_table(int t)$/;"	f
load_table_head	db/drivers/dbf/table.c	/^int load_table_head(int t)$/;"	f
load_vectors	visualization/nviz2/cmd/vector.c	/^int load_vectors(const struct Option *elev_map,$/;"	f
load_vlines	visualization/nviz2/cmd/vector.c	/^int load_vlines(const struct GParams *params, nv_data * data)$/;"	f
load_vpoints	visualization/nviz2/cmd/vector.c	/^int load_vpoints(const struct GParams *params, nv_data * data)$/;"	f
load_window_values	raster/r.lake/main.c	/^void load_window_values(FCELL ** in_rows, FCELL window[][3],$/;"	f
loaded	db/drivers/dbf/globals.h	/^    int loaded;			\/* data were loaded to rows *\/$/;"	m	struct:__anon14
loaded	include/vect/dig_structs.h	/^    int loaded;			\/* 0 - not loaded, 1 - loaded *\/$/;"	m	struct:gvfile
loadrect	raster3d/r3.showdspf/new_init_graphics.c	/^int loadrect(char *name)$/;"	f
loc_text	lib/init/set_data.c	/^static char *loc_text =$/;"	v	file:
loc_trans	lib/raster/com_io.c	/^struct transport loc_trans = {$/;"	v	typeref:struct:transport
localRotation	raster/r.out.pov/main.c	/^double groundCoords[4][2], elevBounds[2], localRotation;$/;"	v
local_plot_poly	display/d.thematic.area/plot1.c	/^static void local_plot_poly(double *xf, double *yf, int n, int type)$/;"	f	file:
local_plot_poly	display/d.vect/plot1.c	/^static void local_plot_poly(double *xf, double *yf, int n, int type)$/;"	f	file:
locale_dir	lib/gis/locale.c	/^static char *locale_dir(void)$/;"	f	file:
localtrig	raster/r.sunmask/solpos00.c	/^static void localtrig(struct posdata *pdat, struct trigdata *tdat)$/;"	f	file:
locate_neighbors	raster/r.surf.idw/main.h	/^int (*locate_neighbors) (EW *, NEIGHBOR *, SHORT, SHORT, int, SHORT *);$/;"	v
location	db/base/databases.c	/^    char *location;$/;"	m	struct:__anon4	file:
location	include/dbmi.h	/^    char *location;$/;"	m	struct:_db_connection
location	include/vect/dig_structs.h	/^    char *location;		\/* location name *\/$/;"	m	struct:Map_info
locks	include/G3d.h	/^    char *locks;		\/* lock[i] == 1 iff elts[i] is locked$/;"	m	struct:__anon249
log2	include/iostream/minmaxheap.h	/^long BasicMinMaxHeap<T>::log2(long n) const {$/;"	f	class:BasicMinMaxHeap
logStream	gui/wxpython/nviz/init.cpp	/^static PyObject *logStream;$/;"	v	file:
log_error	lib/gis/error.c	/^static int log_error(const char *msg, int fatal)$/;"	f	file:
log_like	imagery/i.smap/bouman/alpha_max.c	/^double log_like($/;"	f
logical	include/la.h	/^typedef int logical;$/;"	t
logical1	include/la.h	/^typedef char logical1;$/;"	t
logical_bos	include/iostream/ami_stream.h	/^  off_t logical_bos;$/;"	m	class:UntypedStream
logical_eos	include/iostream/ami_stream.h	/^  off_t logical_eos;$/;"	m	class:UntypedStream
logical_name	include/nviz.h	/^    char *logical_name;$/;"	m	struct:__anon291
logical_name	visualization/nviz/src/interface.h	/^    char *logical_name;$/;"	m	struct:__anon102
login_filename	lib/db/dbmi_base/login.c	/^static const char *login_filename(void)$/;"	f	file:
loglike	imagery/i.gensigset/subcluster.c	/^static double loglike(DCELL * x, struct SubSig *SubSig, int nbands)$/;"	f	file:
lon	include/dlg.h	/^    double lon[4];$/;"	m	struct:dlg_coors
longName	include/shhopt.h	/^	const char *longName;	\/* long option name, not including '--'. *\/$/;"	m	struct:__anon246
long_axis	raster/r.le/r.le.patch/patch.h	/^    double area, perim, long_axis;$/;"	m	struct:patch
long_axis	raster/r.le/r.le.trace/r.le.trace.h	/^    double area, perim, long_axis;$/;"	m	struct:patch
long_dashed_bits	include/patterns.h	/^static BITMAPS_H_TYPE long_dashed_bits[] = {$/;"	v
long_dashed_height	include/patterns.h	57;"	d
long_dashed_width	include/patterns.h	56;"	d
long_list	raster/r.describe/dumplist.c	/^int long_list(struct Cell_stats *statf,$/;"	f
longcomp	raster/r.kappa/prt_mat.c	/^static int longcomp(const void *aa, const void *bb)$/;"	f	file:
longin	raster/r.sun2/main.c	/^const char *longin = NULL;$/;"	v
longint	include/la.h	/^typedef long longint;$/;"	t
longitArray	raster/r.sun2/main.c	/^    NULL, **longitArray, **cbhr = NULL, **cdhr = NULL;$/;"	v
longit_l	raster/r.sun/main.c	/^double longit_l, latid_l, cos_u, cos_v, sin_u, sin_v;$/;"	v
longit_l	raster/r.sun2/sunradstruct.h	/^    double longit_l;		\/* The "longitude" difference between the inclined *\/$/;"	m	struct:SunGeometryVarSlope
longitude	raster/r.sun/main.c	/^double longitude, latitude, lum_time, ltime, tim, timo, declination;$/;"	v
longitude	raster/r.sunmask/solpos00.h	/^    float longitude;		\/* I:             Longitude, degrees east (west negative) *\/$/;"	m	struct:posdata
longname	include/freetypecap.h	/^    char *longname; \/**< Descriptive name for the font face *\/$/;"	m	struct:GFONT_CAP
longname	include/gprojects.h	/^    char *name, *longname, *ellps;$/;"	m	struct:gpj_datum
longname	include/gprojects.h	/^    char *name, *longname;$/;"	m	struct:gpj_ellps
longname	lib/proj/local_proto.h	/^    char *name, *longname, *ellps;$/;"	m	struct:datum_list
longname	lib/proj/local_proto.h	/^    char *name, *longname;$/;"	m	struct:ellps_list
look	include/gstypes.h	/^    int twist, fov, incl, look;	\/* 10ths of degrees *\/$/;"	m	struct:__anon260
look_ahead	include/kftypes.h	/^    int look_ahead;$/;"	m	struct:key_node
look_center	visualization/nviz/scripts/position_procs.tcl	/^proc look_center {{M 0}} {$/;"	p
look_here	visualization/nviz/scripts/position_procs.tcl	/^proc look_here {W x y} {$/;"	p
lookup	include/gis.h	/^    } lookup;$/;"	m	struct:_Color_Info_	typeref:struct:_Color_Info_::__anon264
lookup	include/gstypes.h	/^    int *lookup;		\/* TODO: use transform instead *\/$/;"	m	struct:__anon255
lookup	include/gstypes.h	/^    table256 lookup;$/;"	m	struct:__anon253
lookup	lib/gis/proj3.c	/^static int lookup(const char *file, const char *key, char *value, int len)$/;"	f	file:
lookup	lib/vector/Vlib/header.c	/^static int lookup(const char *file, const char *key, char *value, size_t len)$/;"	f	file:
lookup	scripts/r.tileset/r.tileset	/^lookup () {$/;"	f
lookup	swig/perl/gis.h	/^    } lookup;$/;"	m	struct:_Color_Info_	typeref:struct:_Color_Info_::__anon90
lookup_and_function_ptrs	raster/r.surf.idw/main.c	/^int lookup_and_function_ptrs(SHORT nrows, SHORT ncols)$/;"	f
lookup_class	imagery/i.gensig/lookup_class.c	/^int lookup_class(CELL * cats,	\/* input: category numbers to lookup *\/$/;"	f
lookup_class	imagery/i.gensigset/lookup_class.c	/^int lookup_class(CELL * cats,	\/* input: category numbers to lookup *\/$/;"	f
lookup_color	lib/driver/driver.h	/^    int (*lookup_color) (int, int, int);$/;"	m	struct:driver
lookup_tables	raster/r.surf.idw/main.c	/^int lookup_tables(SHORT nrows, SHORT ncols)$/;"	f
loop	sites/s.in.ascii/main.c	/^static int loop;		\/* added #cat support for site_list 11\/99 M. Neteler$/;"	v	file:
loop	visualization/xganim/gui.c	/^static Widget rew, rplay, stepb, stop, stepf, play, loop, swing;$/;"	v	file:
loop	visualization/xganim/gui.h	/^    int loop, swing, shownames;$/;"	m	struct:gui_data
loop_callback	visualization/xganim/gui.c	/^static void loop_callback(Widget w, XtPointer data, caddr_t cbs)$/;"	f	file:
low	display/d.rast/mask.h	/^    double low, high;$/;"	m	struct:_d_interval
low	display/d.rast/mask.h	/^    double low, high;$/;"	m	struct:_interval
low	include/gis.h	/^    struct _Color_Value_ low, high;$/;"	m	struct:_Color_Rule_	typeref:struct:_Color_Rule_::_Color_Value_
low	raster/r.null/mask.h	/^    double low, high;$/;"	m	struct:_d_interval
low	raster3d/base/mask_functions.h	/^    double low, high;$/;"	m	struct:_d_interval
low	raster3d/r3.showdspf/vizual.h	/^    int low, hi;		\/* outside threshold indexes *\/$/;"	m	struct:dspec
low	swig/perl/gis.h	/^    } low, high;$/;"	m	struct:_Color_Rule_	typeref:struct:_Color_Rule_::__anon89
lower	lib/gis/proj3.c	/^static int lower(char c)$/;"	f	file:
lower	raster/r.cost/cost.h	/^    struct cost *lower;$/;"	m	struct:cost	typeref:struct:cost::cost
lower	raster/r.to.rast3elev/main.c	/^    double lower;		\/*The lower value *\/$/;"	m	struct:__anon156	file:
lower	raster/r.to.rast3elev/main.c	/^    struct Option *input, *elev, *output, *upper, *lower;$/;"	m	struct:__anon155	typeref:struct:__anon155::	file:
lower	raster/r.walk/cost.h	/^    struct cost *lower;$/;"	m	struct:cost	typeref:struct:cost::cost
lowercase	lib/datetime/scan.c	/^static char lowercase(char c)$/;"	f	file:
lowercase	ps/ps.map/scan_ref.c	/^int lowercase(register char *s)$/;"	f
lowest_cell_near_point	raster/r.carve/enforce_ds.c	/^static double lowest_cell_near_point(void *data, const RASTER_MAP_TYPE rtype,$/;"	f	file:
lpos	ps/ps.map/vector.h	/^    int lpos;			\/* position in legend: -1 not specified, 0 do not display, > 0 position in legend *\/$/;"	m	struct:__anon22
lrand48	raster/r.random/creat_rand.c	11;"	d	file:
ls_closure	lib/gis/ls.c	/^static void *ls_closure;$/;"	v	file:
ls_ex_closure	lib/gis/ls.c	/^static void *ls_ex_closure;$/;"	v	file:
ls_ex_filter	lib/gis/ls.c	/^static ls_filter_func *ls_ex_filter;$/;"	v	file:
ls_filter	general/g.mlist/main.c	/^static int ls_filter(const char *filename, void *closure)$/;"	f	file:
ls_filter	general/g.mremove/main.c	/^static int ls_filter(const char *filename, void *closure)$/;"	f	file:
ls_filter	lib/gis/ls.c	/^static ls_filter_func *ls_filter;$/;"	v	file:
ls_filter_func	lib/gis/ls.c	/^typedef int ls_filter_func(const char * \/*filename *\/ , void * \/*closure *\/ );$/;"	t	file:
ls_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char st_flag, sb_flag, sg_flag, sl_flag, ls_flag;$/;"	v
ls_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char st_flag, sb_flag, sg_flag, sl_flag, ls_flag;$/;"	v
ls_name	raster/r.watershed/ram/Gwater.h	/^GLOBAL char ls_name[GNAME_MAX], st_name[GNAME_MAX], sl_name[GNAME_MAX],$/;"	v
ls_name	raster/r.watershed/seg/Gwater.h	/^GLOBAL char ls_name[GNAME_MAX], st_name[GNAME_MAX], sl_name[GNAME_MAX],$/;"	v
lt	raster/r.horizon/main.c	/^char *tt, *lt;$/;"	v
lt	raster/r.sun/main.c	/^char *tt, *lt;$/;"	v
lt	raster/r.sun2/main.c	/^char *tt, *lt;$/;"	v
ltell	raster3d/r3.in.v5d/v5d.c	/^static off_t ltell(int f)$/;"	f	file:
ltell	raster3d/r3.out.v5d/v5d.c	/^static off_t ltell(int f)$/;"	f	file:
ltime	raster/r.sun/main.c	/^double longitude, latitude, lum_time, ltime, tim, timo, declination;$/;"	v
ltime	raster/r.sun2/main.c	/^double ltime, tim, timo;$/;"	v
ltype	ps/ps.map/vector.h	/^    int ltype;			\/* point\/centroid or line\/boundary *\/$/;"	m	struct:__anon22
lu_decomposition	lib/gpde/N_solvers.c	/^void lu_decomposition(double **A, int rows)$/;"	f
lum_C11	raster/r.sun/main.c	/^double lum_C11, lum_C13, lum_C22, lum_C31, lum_C33, lum_Lx, lum_Ly, lum_Lz;$/;"	v
lum_C11	raster/r.sun2/sunradstruct.h	/^    double lum_C11;$/;"	m	struct:SunGeometryConstDay
lum_C13	raster/r.sun/main.c	/^double lum_C11, lum_C13, lum_C22, lum_C31, lum_C33, lum_Lx, lum_Ly, lum_Lz;$/;"	v
lum_C13	raster/r.sun2/sunradstruct.h	/^    double lum_C13;$/;"	m	struct:SunGeometryConstDay
lum_C22	raster/r.sun/main.c	/^double lum_C11, lum_C13, lum_C22, lum_C31, lum_C33, lum_Lx, lum_Ly, lum_Lz;$/;"	v
lum_C22	raster/r.sun2/sunradstruct.h	/^    double lum_C22;$/;"	m	struct:SunGeometryConstDay
lum_C31	raster/r.sun/main.c	/^double lum_C11, lum_C13, lum_C22, lum_C31, lum_C33, lum_Lx, lum_Ly, lum_Lz;$/;"	v
lum_C31	raster/r.sun2/sunradstruct.h	/^    double lum_C31;$/;"	m	struct:SunGeometryConstDay
lum_C31_l	raster/r.sun/main.c	/^double sin_phi_l, tan_lam_l, lum_C31_l, lum_C33_l;$/;"	v
lum_C31_l	raster/r.sun2/sunradstruct.h	/^    double lum_C31_l;$/;"	m	struct:SunGeometryVarSlope
lum_C33	raster/r.sun/main.c	/^double lum_C11, lum_C13, lum_C22, lum_C31, lum_C33, lum_Lx, lum_Ly, lum_Lz;$/;"	v
lum_C33	raster/r.sun2/sunradstruct.h	/^    double lum_C33;$/;"	m	struct:SunGeometryConstDay
lum_C33_l	raster/r.sun/main.c	/^double sin_phi_l, tan_lam_l, lum_C31_l, lum_C33_l;$/;"	v
lum_C33_l	raster/r.sun2/sunradstruct.h	/^    double lum_C33_l;$/;"	m	struct:SunGeometryVarSlope
lum_Lx	raster/r.sun/main.c	/^double lum_C11, lum_C13, lum_C22, lum_C31, lum_C33, lum_Lx, lum_Ly, lum_Lz;$/;"	v
lum_Ly	raster/r.sun/main.c	/^double lum_C11, lum_C13, lum_C22, lum_C31, lum_C33, lum_Lx, lum_Ly, lum_Lz;$/;"	v
lum_Lz	raster/r.sun/main.c	/^double lum_C11, lum_C13, lum_C22, lum_C31, lum_C33, lum_Lx, lum_Ly, lum_Lz;$/;"	v
lum_p	raster/r.sun/main.c	/^double lum_p, sunrise_time, sunset_time, h0, tanh0, A0, angle;$/;"	v
lum_time	raster/r.sun/main.c	/^double longitude, latitude, lum_time, ltime, tim, timo, declination;$/;"	v
lumcl	raster/r.sun/main.c	/^float **lumcl, **beam, **insol, **diff, **refl;$/;"	v
lumcl	raster/r.sun2/main.c	/^float **lumcl, **beam, **insol, **diff, **refl, **globrad;$/;"	v
lumcline2	raster/r.sun/main.c	/^double lumcline2(void)$/;"	f
lumcline2	raster/r.sun2/rsunlib.c	/^double lumcline2(struct SunGeometryConstDay *sungeom,$/;"	f
lut_create_canvas	visualization/nviz/scripts/ACS_utils.tcl	/^proc lut_create_canvas {_canvas _val_list _lut_list \\$/;"	p
lvector	raster/r.param.scale/nrutil.c	/^unsigned long *lvector(int nl, int nh)$/;"	f
lwwfin	raster/simwe/simlib/waterglobs.h	/^GLOBAL int miter, nwalka, lwwfin;$/;"	v
m	raster/r.horizon/main.c	/^int n, m, m100, n100;$/;"	v
m	raster/r.li/r.li.daemon/list.h	/^    msg *m;$/;"	m	struct:nodoLista
m	raster/r.sun/main.c	/^int shd, typ, n, m, ip, jp;$/;"	v
m	raster/r.sun2/main.c	/^int n, m, ip, jp;$/;"	v
m	raster/r.topmodel/global.h	/^    double A, qs0, lnTe, m, Sr0, Srmax, td, vch, vr;$/;"	m	struct:__anon130
m1	include/gis.h	/^    float m1;			\/* Multiplication coefficient 1            *\/$/;"	m	struct:Categories
m1	swig/perl/gis.h	/^    float m1;			\/* Multiplication coefficient 1            *\/$/;"	m	struct:Categories
m100	raster/r.horizon/main.c	/^int n, m, m100, n100;$/;"	v
m2	include/gis.h	/^    float m2;			\/* Multiplication coefficient 2            *\/$/;"	m	struct:Categories
m2	swig/perl/gis.h	/^    float m2;			\/* Multiplication coefficient 2            *\/$/;"	m	struct:Categories
mDown	raster3d/r3.showdspf/Ball.h	/^    HMatrix mNow, mDown;$/;"	m	struct:__anon112
mId	raster3d/r3.showdspf/Ball.c	/^HMatrix mId = { {1, 0, 0, 0}$/;"	v
mNow	raster3d/r3.showdspf/Ball.h	/^    HMatrix mNow, mDown;$/;"	m	struct:__anon112
m_add	imagery/i.ortho.photo/libes/m_add.c	/^int m_add(MATRIX * a, MATRIX * b, MATRIX * c)$/;"	f
m_align	gui/wxpython/vdigit/pseudodc.h	/^        int m_align;$/;"	m	class:gpdcDrawLabelOp
m_angle	gui/wxpython/vdigit/pseudodc.h	/^        double m_angle;$/;"	m	class:gpdcDrawRotatedTextOp
m_att	raster/r.le/r.le.patch/patch.c	/^void m_att(PATCH * tmp, double **value, int index)$/;"	f
m_bmp	gui/wxpython/vdigit/pseudodc.h	/^        wxBitmap m_bmp;$/;"	m	class:gpdcDrawBitmapOp
m_boundary	raster/r.le/r.le.patch/patch.c	/^void m_boundary(PATCH * tmp, double **value, int index)$/;"	f
m_bounded	gui/wxpython/vdigit/pseudodc.h	/^        bool m_bounded;   \/\/ true if bounds is valid, false by default$/;"	m	class:gpdcObject
m_bounds	gui/wxpython/vdigit/pseudodc.h	/^        wxRect m_bounds;  \/\/ bounding rect of this object$/;"	m	class:gpdcObject
m_brush	gui/wxpython/vdigit/pseudodc.h	/^        wxBrush m_brush;$/;"	m	class:gpdcSetBackgroundOp
m_brush	gui/wxpython/vdigit/pseudodc.h	/^        wxBrush m_brush;$/;"	m	class:gpdcSetBrushOp
m_case	lib/ogsf/gvl_calc2.c	/^unsigned char m_case, m_config, m_subconfig;$/;"	v
m_col	gui/wxpython/vdigit/pseudodc.h	/^        wxColour m_col;$/;"	m	class:gpdcFloodFillOp
m_colour	gui/wxpython/vdigit/pseudodc.h	/^        wxColour m_colour;$/;"	m	class:gpdcSetTextBackgroundOp
m_colour	gui/wxpython/vdigit/pseudodc.h	/^        wxColour m_colour;$/;"	m	class:gpdcSetTextForegroundOp
m_config	lib/ogsf/gvl_calc2.c	/^unsigned char m_case, m_config, m_subconfig;$/;"	v
m_copy	imagery/i.ortho.photo/libes/m_copy.c	/^int m_copy(MATRIX * a, MATRIX * b)$/;"	f
m_core	raster/r.le/r.le.patch/patch.c	/^void m_core(PATCH * tmp, double **value, int index)$/;"	f
m_count	gui/wxpython/vdigit/pseudodc.h	/^        int *m_count;$/;"	m	class:gpdcDrawPolyPolygonOp
m_currId	gui/wxpython/vdigit/pseudodc.h	/^    int m_currId; \/\/ id to use for operations done on the PseudoDC$/;"	m	class:gwxPseudoDC
m_ea	gui/wxpython/vdigit/pseudodc.h	/^        double m_sa,m_ea;$/;"	m	class:gpdcDrawEllipticArcOp
m_fillStyle	gui/wxpython/vdigit/pseudodc.h	/^        int m_fillStyle;$/;"	m	class:gpdcDrawPolyPolygonOp
m_fillStyle	gui/wxpython/vdigit/pseudodc.h	/^        int m_fillStyle;$/;"	m	class:gpdcDrawPolygonOp
m_font	gui/wxpython/vdigit/pseudodc.h	/^        wxFont m_font;$/;"	m	class:gpdcSetFontOp
m_func	vector/v.mapcalc/map.c	/^typedef MAP *(*m_func) (void);$/;"	t	file:
m_func_m	vector/v.mapcalc/map.c	/^typedef MAP *(*m_func_m) (void *m0);$/;"	t	file:
m_func_mm	vector/v.mapcalc/map.c	/^typedef MAP *(*m_func_mm) (void *m0, void *m1);$/;"	t	file:
m_funcs	imagery/i.ortho.photo/libes/funcdefs.h	/^} m_funcs[] = {$/;"	v	typeref:struct:__anon223
m_function	gui/wxpython/vdigit/pseudodc.h	/^        int m_function;$/;"	m	class:gpdcSetLogicalFunctionOp
m_greybmp	gui/wxpython/vdigit/pseudodc.h	/^        wxBitmap m_greybmp;$/;"	m	class:gpdcDrawBitmapOp
m_greybrush	gui/wxpython/vdigit/pseudodc.h	/^        wxBrush m_greybrush;$/;"	m	class:gpdcSetBackgroundOp
m_greybrush	gui/wxpython/vdigit/pseudodc.h	/^        wxBrush m_greybrush;$/;"	m	class:gpdcSetBrushOp
m_greyedout	gui/wxpython/vdigit/pseudodc.h	/^        bool m_greyedout; \/\/ if true then draw this object in greys only$/;"	m	class:gpdcObject
m_greyicon	gui/wxpython/vdigit/pseudodc.h	/^        wxIcon m_greyicon;$/;"	m	class:gpdcDrawIconOp
m_greypen	gui/wxpython/vdigit/pseudodc.h	/^        wxPen m_greypen;$/;"	m	class:gpdcSetPenOp
m_h	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawCheckMarkOp
m_h	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawEllipseOp
m_h	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawEllipticArcOp
m_h	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawRectangleOp
m_h	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawRoundedRectangleOp
m_iAccel	gui/wxpython/vdigit/pseudodc.h	/^        int m_iAccel;$/;"	m	class:gpdcDrawLabelOp
m_icon	gui/wxpython/vdigit/pseudodc.h	/^        wxIcon m_icon;$/;"	m	class:gpdcDrawIconOp
m_id	gui/wxpython/vdigit/pseudodc.h	/^        int m_id; \/\/ id of object (associates this gpdcObject$/;"	m	class:gpdcObject
m_image	gui/wxpython/vdigit/pseudodc.h	/^        wxBitmap m_image;$/;"	m	class:gpdcDrawLabelOp
m_info	ps/ps.map/map_info.h	/^struct map_info m_info;$/;"	v	typeref:struct:map_info
m_lastObject	gui/wxpython/vdigit/pseudodc.h	/^    gpdcObject *m_lastObject; \/\/ used to find last used object quickly$/;"	m	class:gwxPseudoDC
m_mode	gui/wxpython/vdigit/pseudodc.h	/^        int m_mode;$/;"	m	class:gpdcSetBackgroundModeOp
m_mult	imagery/i.ortho.photo/libes/m_mult.c	/^int m_mult(MATRIX * a, MATRIX * b, MATRIX * c)$/;"	f
m_mult	lib/vector/transform/m_mult.c	/^int m_mult(double a[N][N], double b[N], double c[N])$/;"	f
m_n	gui/wxpython/vdigit/pseudodc.h	/^        int m_n;$/;"	m	class:gpdcDrawLinesOp
m_n	gui/wxpython/vdigit/pseudodc.h	/^        int m_n;$/;"	m	class:gpdcDrawPolyPolygonOp
m_n	gui/wxpython/vdigit/pseudodc.h	/^        int m_n;$/;"	m	class:gpdcDrawPolygonOp
m_n	gui/wxpython/vdigit/pseudodc.h	/^        int m_n;$/;"	m	class:gpdcDrawSplineOp
m_objectIndex	gui/wxpython/vdigit/pseudodc.h	/^    gpdcObjectHash m_objectIndex; \/\/id->object lookup index$/;"	m	class:gwxPseudoDC
m_objectlist	gui/wxpython/vdigit/pseudodc.h	/^    gpdcObjectList m_objectlist; \/\/ list of objects$/;"	m	class:gwxPseudoDC
m_oplist	gui/wxpython/vdigit/pseudodc.h	/^        gpdcOpList m_oplist; \/\/ list of operations for this object$/;"	m	class:gpdcObject
m_palette	gui/wxpython/vdigit/pseudodc.h	/^        wxPalette m_palette;$/;"	m	class:gpdcSetPaletteOp
m_pen	gui/wxpython/vdigit/pseudodc.h	/^        wxPen m_pen;$/;"	m	class:gpdcSetPenOp
m_perim	raster/r.le/r.le.patch/patch.c	/^void m_perim(PATCH * tmp, double **value, int index)$/;"	f
m_points	gui/wxpython/vdigit/pseudodc.h	/^        wxPoint *m_points;$/;"	m	class:gpdcDrawLinesOp
m_points	gui/wxpython/vdigit/pseudodc.h	/^        wxPoint *m_points;$/;"	m	class:gpdcDrawPolyPolygonOp
m_points	gui/wxpython/vdigit/pseudodc.h	/^        wxPoint *m_points;$/;"	m	class:gpdcDrawPolygonOp
m_points	gui/wxpython/vdigit/pseudodc.h	/^        wxPoint *m_points;$/;"	m	class:gpdcDrawSplineOp
m_r	gui/wxpython/vdigit/pseudodc.h	/^        double m_r;$/;"	m	class:gpdcDrawRoundedRectangleOp
m_rect	gui/wxpython/vdigit/pseudodc.h	/^        wxRect m_rect;$/;"	m	class:gpdcDrawLabelOp
m_sa	gui/wxpython/vdigit/pseudodc.h	/^        double m_sa,m_ea;$/;"	m	class:gpdcDrawEllipticArcOp
m_shape	raster/r.le/r.le.patch/patch.c	/^void m_shape(PATCH * tmp, int way, double **value, int index)$/;"	f
m_size	raster/r.le/r.le.patch/patch.c	/^void m_size(PATCH * tmp, double **value, int index)$/;"	f
m_style	gui/wxpython/vdigit/pseudodc.h	/^        int m_style;$/;"	m	class:gpdcFloodFillOp
m_subconfig	lib/ogsf/gvl_calc2.c	/^unsigned char m_case, m_config, m_subconfig;$/;"	v
m_text	gui/wxpython/vdigit/pseudodc.h	/^        wxString m_text;$/;"	m	class:gpdcDrawLabelOp
m_text	gui/wxpython/vdigit/pseudodc.h	/^        wxString m_text;$/;"	m	class:gpdcDrawRotatedTextOp
m_text	gui/wxpython/vdigit/pseudodc.h	/^        wxString m_text;$/;"	m	class:gpdcDrawTextOp
m_totaln	gui/wxpython/vdigit/pseudodc.h	/^        int m_totaln;$/;"	m	class:gpdcDrawPolyPolygonOp
m_useMask	gui/wxpython/vdigit/pseudodc.h	/^        bool m_useMask;$/;"	m	class:gpdcDrawBitmapOp
m_var	raster/r.statistics/o_var.c	/^static int m_var(double *data, int n, double *vari)$/;"	f	file:
m_w	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawCheckMarkOp
m_w	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawEllipseOp
m_w	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawEllipticArcOp
m_w	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawRectangleOp
m_w	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawRoundedRectangleOp
m_x	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x, m_y;$/;"	m	class:gpdcDrawTextOp
m_x	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawCheckMarkOp
m_x	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawEllipseOp
m_x	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawEllipticArcOp
m_x	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawRectangleOp
m_x	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawRoundedRectangleOp
m_x	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y;$/;"	m	class:gpdcCrossHairOp
m_x	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y;$/;"	m	class:gpdcDrawBitmapOp
m_x	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y;$/;"	m	class:gpdcDrawIconOp
m_x	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y;$/;"	m	class:gpdcDrawPointOp
m_x	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y;$/;"	m	class:gpdcDrawRotatedTextOp
m_x	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y;$/;"	m	class:gpdcFloodFillOp
m_x1	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x1,m_x2,m_xc;$/;"	m	class:gpdcDrawArcOp
m_x1	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x1,m_y1,m_x2,m_y2;$/;"	m	class:gpdcDrawLineOp
m_x2	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x1,m_x2,m_xc;$/;"	m	class:gpdcDrawArcOp
m_x2	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x1,m_y1,m_x2,m_y2;$/;"	m	class:gpdcDrawLineOp
m_xc	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x1,m_x2,m_xc;$/;"	m	class:gpdcDrawArcOp
m_xoffset	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_xoffset, m_yoffset;$/;"	m	class:gpdcDrawPolyPolygonOp
m_xoffset	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_xoffset,m_yoffset;$/;"	m	class:gpdcDrawLinesOp
m_xoffset	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_xoffset,m_yoffset;$/;"	m	class:gpdcDrawPolygonOp
m_y	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x, m_y;$/;"	m	class:gpdcDrawTextOp
m_y	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawCheckMarkOp
m_y	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawEllipseOp
m_y	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawEllipticArcOp
m_y	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawRectangleOp
m_y	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y,m_w,m_h;$/;"	m	class:gpdcDrawRoundedRectangleOp
m_y	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y;$/;"	m	class:gpdcCrossHairOp
m_y	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y;$/;"	m	class:gpdcDrawBitmapOp
m_y	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y;$/;"	m	class:gpdcDrawIconOp
m_y	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y;$/;"	m	class:gpdcDrawPointOp
m_y	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y;$/;"	m	class:gpdcDrawRotatedTextOp
m_y	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x,m_y;$/;"	m	class:gpdcFloodFillOp
m_y1	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x1,m_y1,m_x2,m_y2;$/;"	m	class:gpdcDrawLineOp
m_y1	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_y1,m_y2,m_yc;$/;"	m	class:gpdcDrawArcOp
m_y2	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_x1,m_y1,m_x2,m_y2;$/;"	m	class:gpdcDrawLineOp
m_y2	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_y1,m_y2,m_yc;$/;"	m	class:gpdcDrawArcOp
m_yc	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_y1,m_y2,m_yc;$/;"	m	class:gpdcDrawArcOp
m_yoffset	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_xoffset, m_yoffset;$/;"	m	class:gpdcDrawPolyPolygonOp
m_yoffset	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_xoffset,m_yoffset;$/;"	m	class:gpdcDrawLinesOp
m_yoffset	gui/wxpython/vdigit/pseudodc.h	/^        wxCoord m_xoffset,m_yoffset;$/;"	m	class:gpdcDrawPolygonOp
mag	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^static int mag;$/;"	v	file:
mag	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^static int mag;$/;"	v	file:
mag	imagery/i.points/ask_mag.c	/^static int mag;$/;"	v	file:
mag	imagery/i.vpoints/ask_mag.c	/^static int mag;$/;"	v	file:
magnification	imagery/i.class/view.c	/^double magnification(View * view)$/;"	f
magnification	imagery/i.ortho.photo/photo.2image/view.c	/^double magnification(View * view)$/;"	f
magnification	imagery/i.ortho.photo/photo.2target/view.c	/^double magnification(View * view)$/;"	f
magnification	imagery/i.points/view.c	/^double magnification(View * view)$/;"	f
magnification	imagery/i.vpoints/view.c	/^double magnification(View * view)$/;"	f
mail_msg	lib/gis/error.c	/^static int mail_msg(const char *msg, int fatal)$/;"	f	file:
main	db/base/columns.c	/^int main(int argc, char **argv)$/;"	f
main	db/base/connect.c	/^int main(int argc, char *argv[])$/;"	f
main	db/base/copy.c	/^int main(int argc, char **argv)$/;"	f
main	db/base/createdb.c	/^int main(int argc, char **argv)$/;"	f
main	db/base/databases.c	/^int main(int argc, char **argv)$/;"	f
main	db/base/describe.c	/^int main(int argc, char **argv)$/;"	f
main	db/base/drivers.c	/^int main(int argc, char **argv)$/;"	f
main	db/base/dropdb.c	/^int main(int argc, char **argv)$/;"	f
main	db/base/droptable.c	/^int main(int argc, char **argv)$/;"	f
main	db/base/execute.c	/^int main(int argc, char **argv)$/;"	f
main	db/base/select.c	/^int main(int argc, char **argv)$/;"	f
main	db/base/tables.c	/^int main(int argc, char **argv)$/;"	f
main	db/db.login/main.c	/^int main(int argc, char *argv[])$/;"	f
main	db/drivers/dbf/main.c	/^int main(int argc, char *argv[])$/;"	f
main	db/drivers/dbf/main_debug.c	/^int main(int argc, char *argv[])$/;"	f
main	db/drivers/mysql/main.c	/^int main(int argc, char *argv[])$/;"	f
main	db/drivers/odbc/main.c	/^int main(int argc, char **argv)$/;"	f
main	db/drivers/ogr/main.c	/^int main(int argc, char *argv[])$/;"	f
main	db/drivers/postgres/main.c	/^int main(int argc, char *argv[])$/;"	f
main	db/drivers/sqlite/main.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.ask/main.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.barscale/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.colorlist/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.colors/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.colortable/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.erase/main.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.extend/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.extract/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.font.freetype/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.font/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.frame/create.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.frame/dumper.c	/^int main(void)$/;"	f
main	display/d.frame/frame.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.frame/list.c	/^int main(void)$/;"	f
main	display/d.frame/select.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.geodesic/main.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.graph/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.grid/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.his/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.histogram/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.info/main.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.legend/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.linegraph/linegraph.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.mapgraph/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.measure/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.menu/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.mon/cmd/main.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.mon/pgms/list.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.mon/pgms/release.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.mon/pgms/select.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.mon/pgms/start.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.mon/pgms/status.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.mon/pgms/stop.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.mon/pgms/which.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.nviz/main.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.paint.labels/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.path/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.profile/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.rast.arrow/arrow.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.rast.edit/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.rast.num/number.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.rast/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.rgb/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.rhumbline/main.c	/^int main(int argc, char *argv[])$/;"	f
main	display/d.save/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.text.freetype/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.text.new/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.text/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.thematic.area/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.title/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.vect.chart/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.vect/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.what.rast/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.what.vect/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.where/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/d.zoom/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/drivers/HTMLMAP/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/drivers/PNG/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/drivers/PS/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/drivers/XDRIVER/main.c	/^int main(int argc, char **argv)$/;"	f
main	display/drivers/cairo/main.c	/^int main(int argc, char **argv)$/;"	f
main	doc/raster/r.example/main.c	/^int main(int argc, char *argv[])$/;"	f
main	doc/vector/v.example/main.c	/^int main(int argc, char *argv[])$/;"	f
main	gem/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.access/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.ask/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.dirseps/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.filename/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.findetc/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.findfile/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.gisenv/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.gui/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.mapset/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.mapsets/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.message/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.mkfontcap/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.mlist/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.mremove/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.parser/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.parser/test.py	/^def main():$/;"	f
main	general/g.pnmcomp/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.proj/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.region/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.setproj/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.tempfile/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/g.transform/main.c	/^int main(int argc, char **argv)$/;"	f
main	general/g.version/main.c	/^int main(int argc, char *argv[])$/;"	f
main	general/manage/cmd/copy.c	/^int main(int argc, char *argv[])$/;"	f
main	general/manage/cmd/list.c	/^int main(int argc, char *argv[])$/;"	f
main	general/manage/cmd/remove.c	/^int main(int argc, char *argv[])$/;"	f
main	general/manage/cmd/rename.c	/^int main(int argc, char *argv[])$/;"	f
main	general/manage/lister/cell.c	/^int main(int argc, char *argv[])$/;"	f
main	general/manage/lister/vector.c	/^int main(int argc, char *argv[])$/;"	f
main	gui/scripts/g.change.gui.py	/^def main():$/;"	f
main	gui/scripts/v.type_wrapper.py	/^def main():$/;"	f
main	gui/tcltk/d.m/d.m.tcl	/^proc main {argc argv} {$/;"	p
main	gui/tcltk/gis.m/gm.tcl	/^proc main {argc argv} {$/;"	p
main	gui/wxpython/gui_modules/dbm.py	/^def main(argv=None):$/;"	f
main	gui/wxpython/support/update_menudata.py	/^def main(argv = None):$/;"	f
main	gui/wxpython/wxgui.py	/^def main(argv=None):$/;"	f
main	imagery/i.ask/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.atcorr/main.cpp	/^int main(int argc, char* argv[])$/;"	f
main	imagery/i.cca/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.class/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.cluster/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.fft/fftmain.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.find/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.gensig/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.gensigset/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.group/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.his.rgb/h2rmain.c	/^int main(int argc, char **argv)$/;"	f
main	imagery/i.ifft/ifftmain.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.maxlik/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.ortho.photo/menu/menu.c	/^int main(int argc, char **argv)$/;"	f
main	imagery/i.ortho.photo/photo.2image/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.ortho.photo/photo.2target/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.ortho.photo/photo.camera/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.ortho.photo/photo.elev/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.ortho.photo/photo.init/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.ortho.photo/photo.rectify/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.ortho.photo/photo.target/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.pca/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.points/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.rectify/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.rgb.his/r2hmain.c	/^int main(int argc, char **argv)$/;"	f
main	imagery/i.smap/shapiro/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.target/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.vpoints/main.c	/^int main(int argc, char *argv[])$/;"	f
main	imagery/i.zc/main.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/bitmap/main.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/bitmap/smain.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/btree/try.c	/^int main(void)$/;"	f
main	lib/cdhc/c-drive.c	/^int main(int argc, char **argv)$/;"	f
main	lib/db/sqlp/test/sqlptest.c	/^int main(int argc, char **argv)$/;"	f
main	lib/form/form.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/gpde/test/test_main.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/gtcltk/grocat.c	/^int main(void)$/;"	f
main	lib/init/clean_temp.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/init/echo.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/init/lock.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/init/run.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/init/set_data.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/iostream/minmaxheap_test.cc	/^int main() {$/;"	f
main	lib/linkm/linkm.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/linkm/malloc.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/linkm/speed.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/linkm/speed2.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/linkm/speed3.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/linkm/try.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/linkm/try2.c	/^int main(int argc, char *argv[])$/;"	f
main	lib/segment/try.c	/^int main(int argc, char **argv)$/;"	f
main	lib/vector/dglib/examples/components.c	/^int main(int argc, char **argv)$/;"	f
main	lib/vector/dglib/examples/cr_from_a.c	/^int main(int argc, char **argv)$/;"	f
main	lib/vector/dglib/examples/cr_large_graph.c	/^int main(int argc, char **argv)$/;"	f
main	lib/vector/dglib/examples/delnode.c	/^int main(int argc, char **argv)$/;"	f
main	lib/vector/dglib/examples/minspan.c	/^int main(int argc, char **argv)$/;"	f
main	lib/vector/dglib/examples/parse.c	/^int main(int argc, char **argv)$/;"	f
main	lib/vector/dglib/examples/shortest_path.c	/^int main(int argc, char **argv)$/;"	f
main	lib/vector/dglib/examples/span.c	/^int main(int argc, char **argv)$/;"	f
main	lib/vector/dglib/examples/unflatten.c	/^int main(int argc, char **argv)$/;"	f
main	lib/vector/dglib/examples/view.c	/^int main(int argc, char **argv)$/;"	f
main	lib/vector/diglib/port_test.c	/^int main(int argc, char **argv)$/;"	f
main	lib/vector/diglib/test.c	/^int main()$/;"	f
main	lib/vector/rtree/gammavol.c	/^int main()$/;"	f
main	lib/vector/rtree/sphvol.c	/^extern int main(int argc, char *argv[])$/;"	f
main	lib/vector/rtree/test.c	/^int main()$/;"	f
main	misc/m.cogo/main.c	/^int main(int argc, char **argv)$/;"	f
main	ps/ps.map/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.average/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.basins.fill/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.bilinear/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.bitpattern/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.buffer/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.carve/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.cats/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.circle/dist.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.clump/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.coin/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.colors/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.composite/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.compress/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.contour/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.cost/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.covar/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.cross/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.describe/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.digit/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.distance/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.drain/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.external/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.fill.dir/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.flow/calc.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.grow.distance/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.grow2/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.gwflow/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.his/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.horizon/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.in.arc/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.in.ascii/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.in.bin/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.in.gdal/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.in.gridatb/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.in.mat/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.in.poly/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.in.xyz/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.info/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.kappa/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.lake/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.le/r.le.patch/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.le/r.le.pixel/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.le/r.le.setup/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.le/r.le.setup/polytocell/bmf_to_cll.c	/^int main(argc, argv)$/;"	f
main	raster/r.le/r.le.setup/polytocell/ply_t_bmif.c	/^int main(void)$/;"	f
main	raster/r.le/r.le.trace/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.li/r.li.cwed/cwed.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.li/r.li.dominance/dominance.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.li/r.li.edgedensity/edgedensity.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.li/r.li.mpa/mpa.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.li/r.li.mps/mps.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.li/r.li.padcv/padcv.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.li/r.li.padrange/padrange.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.li/r.li.padsd/padsd.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.li/r.li.patchdensity/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.li/r.li.patchnum/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.li/r.li.richness/richness.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.li/r.li.shannon/shannon.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.li/r.li.shape/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.li/r.li.simpson/simpson.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.los/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.mapcalc/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.median/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.mfilter.fp/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.mfilter/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.mode/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.neighbors/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.null/null.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.out.arc/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.out.ascii/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.out.bin/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.out.gdal/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.out.gridatb/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.out.mat/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.out.mpeg/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.out.png/r.out.png.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.out.pov/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.out.ppm/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.out.ppm3/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.out.tiff/r.out.tiff.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.out.vrml/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.out.vtk/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.param.scale/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.patch/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.profile/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.proj.seg/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.proj/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.quant/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.quantile/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.random.cells/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.random.surface/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.random/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.reclass/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.recode/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.region/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.report/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.resamp.interp/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.resamp.rst/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.resamp.stats/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.resample/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.rescale.eq/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.rescale/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.series/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.slope.aspect/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.statistics/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.stats/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.sum/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.sun/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.sun2/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.sunmask/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.support.stats/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.support/front/front.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.support/modcats/modcats.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.support/modcolr/modcolr.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.support/modhead/modhead.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.support/modhist/modhist.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.surf.area/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.surf.contour/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.surf.fractal/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.surf.gauss/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.surf.idw/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.surf.idw2/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.surf.random/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.terraflow/main.cc	/^main(int argc, char *argv[]) {$/;"	f
main	raster/r.texture/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.thin/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.timestamp/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.to.rast3/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.to.rast3elev/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.to.vect/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.topidx/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.topmodel/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.transect/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.univar2/r.univar_main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.univar2/r3.univar_main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.volume/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.walk/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.water.outlet/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.watershed/front/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.watershed/ram/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.watershed/seg/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.watershed/shed/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/r.what.color/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster/r.what/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/simwe/r.sim.sediment/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/simwe/r.sim.water/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/wildfire/r.ros/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/wildfire/r.spread/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster/wildfire/r.spreadpath/main.c	/^int main(int argc, char **argv)$/;"	f
main	raster3d/base/r3.info.main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster3d/base/r3.mask.main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster3d/base/r3.null.main.c	/^int main(int argc, char **argv)$/;"	f
main	raster3d/base/r3.timestamp.main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster3d/r3.cross.rast/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster3d/r3.gwflow/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster3d/r3.in.ascii/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster3d/r3.in.v5d/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster3d/r3.mkdspf/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster3d/r3.out.ascii/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster3d/r3.out.v5d/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster3d/r3.out.vtk/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster3d/r3.showdspf/main_ogl.c	/^int main(int argc, char **argv)$/;"	f
main	raster3d/r3.stats/main.c	/^int main(int argc, char *argv[])$/;"	f
main	raster3d/r3.to.rast/main.c	/^int main(int argc, char *argv[])$/;"	f
main	sites/s.in.ascii/main.c	/^int main(int argc, char *argv[])$/;"	f
main	sites/s.out.ascii/main.c	/^int main(int argc, char *argv[])$/;"	f
main	swig/python/examples/m.distance	/^def main(): $/;"	f
main	tools/timer/main.c	/^int main()$/;"	f
main	vector/lidar/v.lidar.correction/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/lidar/v.lidar.edgedetection/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/lidar/v.lidar.growing/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/lidar/v.outlier/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/lidar/v.surf.bspline/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.buffer/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.buffer2/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.build.polylines/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.build/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.category/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.class/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.clean/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.clean/test/topocheck.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.convert/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.db.connect/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.db.select/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.delaunay2/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.digit/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.distance/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.drape/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.edit/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.external/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.extract/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.extrude/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.generalize/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.hull/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.in.ascii/in.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.in.db/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.in.dwg/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.in.dxf/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.in.ogr/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.in.region/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.in.sites/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.info/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.kcv/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.kernel/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.label.sa/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.label/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.lrs/v.lrs.create/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.lrs/v.lrs.label/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.lrs/v.lrs.segment/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.lrs/v.lrs.where/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.mapcalc/mapcalc.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.mkgrid/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.neighbors/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.net.alloc/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.net.iso/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.net.path/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.net.salesman/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.net.steiner/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.net.visibility/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.net/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.normal/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.out.ascii/out.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.out.dxf/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.out.ogr/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.out.pov/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.out.svg/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.out.vtk/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.overlay/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.parallel/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.parallel2/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.patch/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.perturb/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.proj/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.qcount/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.random/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.reclass/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.sample/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.segment/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.select/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.split/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.support/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.surf.idw/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.surf.rst/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.to.3d/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.to.db/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.to.points/main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.to.rast/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.to.rast3/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.transform/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.type/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.univar/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.vol.rst/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.voronoi/dt_main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.voronoi/vo_main.c	/^int main(int argc, char **argv)$/;"	f
main	vector/v.what.rast/main.c	/^int main(int argc, char *argv[])$/;"	f
main	vector/v.what/main.c	/^int main(int argc, char **argv)$/;"	f
main	visualization/nviz/src/nvizMain.c	/^int main(int argc,		\/* Number of command-line arguments. *\/$/;"	f
main	visualization/nviz2/cmd/main.c	/^int main(int argc, char *argv[])$/;"	f
main	visualization/xganim/main.c	/^int main(int argc, char **argv)$/;"	f
main	visualization/ximgview/main.c	/^int main(int argc, char **argv)$/;"	f
mainFrame	gui/wxpython/gui_modules/menuform.py	/^class mainFrame(wx.Frame):$/;"	c
mainWindow	visualization/nviz/src/nvizAppInit.c	/^Tk_Window mainWindow;$/;"	v
main_loop	raster/simwe/simlib/hydro.c	/^void main_loop(void)$/;"	f
main_loop	visualization/ximgview/main.c	/^static void main_loop(void)$/;"	f	file:
main_memory_usage	include/iostream/ami_stream.h	/^AMI_STREAM<T>::main_memory_usage(size_t *usage,$/;"	f	class:AMI_STREAM
main_menu	display/d.rast.edit/menu.c	/^int main_menu(void)$/;"	f
main_view	imagery/i.class/zoom_box.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
main_view	imagery/i.ortho.photo/photo.2image/zoom_box.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
main_view	imagery/i.ortho.photo/photo.2image/zoom_pnt.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
main_view	imagery/i.ortho.photo/photo.2target/zoom_box.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
main_view	imagery/i.ortho.photo/photo.2target/zoom_pnt.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
main_view	imagery/i.points/zoom_box.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
main_view	imagery/i.points/zoom_pnt.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
main_view	imagery/i.vpoints/zoom_box.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
main_view	imagery/i.vpoints/zoom_pnt.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
maindesc	general/g.mlist/global.h	/^    char *maindesc;		\/* main element description *\/$/;"	m	struct:list
maindesc	general/g.mremove/global.h	/^    char *maindesc;		\/* main element description *\/$/;"	m	struct:list
maindesc	general/manage/list.h	/^    char *maindesc;		\/* main element description *\/$/;"	m	struct:list
mainelem	general/g.mlist/global.h	/^    char *mainelem;		\/* main element *\/$/;"	m	struct:list
mainelem	general/g.mremove/global.h	/^    char *mainelem;		\/* main element *\/$/;"	m	struct:list
mainelem	general/manage/list.h	/^    char *mainelem;		\/* main element *\/$/;"	m	struct:list
make3DHull	vector/v.hull/chull.c	/^int make3DHull(double *px, double *py, double *pz, int num_points,$/;"	f
makeD8	raster/r.terraflow/weightWindow.cc	/^weightWindow::makeD8(const dimension_type i, const dimension_type j,$/;"	f	class:weightWindow
makeExternal	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::makeExternal() {$/;"	f	class:EMPQueueAdaptive
makeExternalDebug	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::makeExternalDebug() {$/;"	f	class:EMPQueueAdaptive
makeMask	raster3d/base/r3.mask.main.c	/^static void makeMask(char *name, d_Mask * maskRules)$/;"	f	file:
makeProjector	scripts/r.tileset/r.tileset	/^makeProjector() {$/;"	f
makeRun	include/iostream/ami_sort_impl.h	/^void makeRun(AMI_STREAM<T> *instream, T* &data, $/;"	f
makeRun_Block	include/iostream/ami_sort_impl.h	/^size_t makeRun_Block(AMI_STREAM<T> *instream, T* data, $/;"	f
makeSet	raster/r.terraflow/unionFind.h	/^unionFind<T>::makeSet(T x) {$/;"	f	class:unionFind
makeUnion	raster/r.terraflow/unionFind.h	/^unionFind<T>::makeUnion(T x, T y) {$/;"	f	class:unionFind
make_address	lib/gis/unix_socks.c	/^static int make_address(sockaddr_t * addr, const char *name, int exists)$/;"	f	file:
make_arc	vector/v.in.dxf/make_arc.c	/^int make_arc(int offset,	\/* offset into array of points *\/$/;"	f
make_arc_from_polyline	vector/v.in.dxf/make_arc.c	/^int make_arc_from_polyline(int arr_size, double bulge, double prev_bulge)$/;"	f
make_bmp_header	lib/cairodriver/write_bmp.c	/^static void make_bmp_header(unsigned char *p)$/;"	f	file:
make_bmp_header	lib/pngdriver/write_bmp.c	/^static void make_bmp_header(unsigned char *p)$/;"	f	file:
make_buttons	gui/tcltk/gis.m/runandoutput.tcl	/^proc make_buttons {dlg path root} {}$/;"	p
make_buttons	lib/gis/gui.tcl	/^proc make_buttons {dlg path root} {$/;"	p
make_buttons	visualization/xganim/gui.c	/^void make_buttons(struct gui_data *data, Widget trc, Screen * scr)$/;"	f
make_canvas	scripts/d.rast.edit/d.rast.edit.tcl	/^proc make_canvas {} {$/;"	p
make_cat_list	visualization/nviz/scripts/panel_legend.tcl	/^proc make_cat_list {MENU} {$/;"	p
make_cat_list_add	visualization/nviz/scripts/panel_legend.tcl	/^proc make_cat_list_add { BASE } {$/;"	p
make_cat_list_delete	visualization/nviz/scripts/panel_legend.tcl	/^proc make_cat_list_delete { BASE } {$/;"	p
make_cell	raster/r.external/main.c	/^static void make_cell(const char *output, const struct band_info *info)$/;"	f	file:
make_chain	vector/lidar/v.lidar.growing/ConvexHull.c	/^int make_chain(double **V, int n, int (*cmp) (const void *, const void *))$/;"	f
make_coin	raster/r.coin/make_coin.c	/^int make_coin(void)$/;"	f
make_color_cube	raster/r.composite/main.c	/^static void make_color_cube(struct Colors *colors)$/;"	f	file:
make_command	lib/python/core.py	/^def make_command(prog, flags = "", overwrite = False, quiet = False, verbose = False, **options):$/;"	f
make_command_label	lib/gis/gui.tcl	/^proc make_command_label {dlg path root} {$/;"	p
make_dcell	raster/r.recode/global.h	/^int in_fd, out_fd, no_mask, align_wind, make_dcell, nrules, rule_size;$/;"	v
make_dialog	lib/gis/gui.tcl	/^proc make_dialog {dlg path root} {$/;"	p
make_dialog_end	lib/gis/gui.tcl	/^proc make_dialog_end {dlg path root} {$/;"	p
make_dir	lib/db/dbmi_driver/d_mkdir.c	/^static int make_dir(const char *path, int mode)$/;"	f	file:
make_form	lib/form/form.tcl	/^proc make_form {} {$/;"	p
make_form	vector/v.digit/form.tcl	/^proc make_form {} {$/;"	p
make_fun_buttons	gui/tcltk/gis.m/runandoutput.tcl	/^proc make_fun_buttons {dlg path} {$/;"	p
make_gray_scale	display/d.his/his.c	/^int make_gray_scale(struct Colors *gray)$/;"	f
make_gray_scale	raster/r.his/his.c	/^int make_gray_scale(struct Colors *gray)$/;"	f
make_head	vector/v.in.dxf/dxf_to_vect.c	/^static void make_head(struct Map_info *Map)$/;"	f	file:
make_histo	vector/v.kcv/histo.c	/^int make_histo(int **p, int np, int nsites)$/;"	f
make_history	imagery/i.maxlik/hist.c	/^int make_history(char *name, char *group, char *subgroup, char *sigfile)$/;"	f
make_history	imagery/i.smap/shapiro/history.c	/^int make_history(char *name, char *group, char *subgroup, char *sigfile)$/;"	f
make_incr	lib/datetime/change.c	/^static void make_incr(DateTime * incr, int from, int to, DateTime * dt)$/;"	f	file:
make_ipol_list	raster/r.proj.seg/main.c	/^static char *make_ipol_list(void)$/;"	f	file:
make_ipol_list	raster/r.proj/main.c	/^static char *make_ipol_list(void)$/;"	f	file:
make_layername	vector/v.out.dxf/main.c	/^int make_layername(void)$/;"	f
make_layout	lib/gis/gui.tcl	/^proc make_layout {dlg path root} {$/;"	p
make_les_entry_2d	lib/gpde/N_les_assemble.c	/^int make_les_entry_2d(int i, int j, int offset_i, int offset_j, int count,$/;"	f
make_les_entry_3d	lib/gpde/N_les_assemble.c	/^int make_les_entry_3d(int i, int j, int k, int offset_i, int offset_j,$/;"	f
make_link	raster/r.external/main.c	/^static void make_link(const char *input, const char *output, int band,$/;"	f	file:
make_list	general/g.mlist/main.c	/^static void make_list($/;"	f	file:
make_list	raster/r.los/make_list.c	/^struct point *make_list(struct point *head, int y, int x,$/;"	f
make_location	lib/init/mke_loc.c	/^int make_location(const char *gisdbase, const char *location_name)$/;"	f
make_mapset	lib/init/mke_mapset.c	/^int make_mapset(const char *location, const char *mapset)$/;"	f
make_module_description	lib/gis/gui.tcl	/^proc make_module_description {dlg path root} {$/;"	p
make_neighbors_list	raster/r.surf.idw/main.c	/^int make_neighbors_list(EW * firstrow, EW * lastrow, EW * curr_row, SHORT row, SHORT col, NEIGHBOR * head,	\/* head points to dummy plus npoints neighbors *\/$/;"	f
make_new_cell_layer	display/d.rast.edit/mk_new_layer.c	/^int make_new_cell_layer(void)$/;"	f
make_output	gui/tcltk/gis.m/runandoutput.tcl	/^proc make_output {dlg path root} {}$/;"	p
make_output	lib/gis/gui.tcl	/^proc make_output {dlg path root} {$/;"	p
make_parent_dir	lib/db/dbmi_driver/d_mkdir.c	/^static int make_parent_dir(char *path, int mode)$/;"	f	file:
make_point	raster/r.los/make_point.c	/^struct point *make_point(double orientation, double inclination, int y, int x)$/;"	f
make_procs	ps/ps.map/makeprocs.c	/^int make_procs(void)$/;"	f
make_progress	gui/tcltk/gis.m/runandoutput.tcl	/^proc make_progress {dlg path root} {}$/;"	p
make_progress	lib/gis/gui.tcl	/^proc make_progress {dlg path root} {$/;"	p
make_pyramid	imagery/i.smap/bouman/decimate.c	/^void make_pyramid(LIKELIHOOD **** ll_pym,	\/* log likelihood pyramid, ll_pym[scale][i][j][class] *\/$/;"	f
make_rand	raster/r.random/creat_rand.c	/^long make_rand(void)$/;"	f
make_red_yellow_ramp	visualization/nviz/src/nviz_init.c	/^int make_red_yellow_ramp(int *ramp, int num, int minval, int maxval)$/;"	f
make_socketpair	lib/form/open.c	/^static int make_socketpair(int *fd)$/;"	f	file:
make_support	raster/r.random/support.c	/^int make_support(struct rr_state *theState, int percent, double percentage)$/;"	f
make_support_files	raster/r.buffer/support.c	/^int make_support_files(char *output, char *units)$/;"	f
make_table	vector/v.digit/settings.tcl	/^proc make_table { } {$/;"	p
make_temporary_file	display/d.rast.edit/mk_tmp_file.c	/^int make_temporary_file(void)$/;"	f
make_ui	scripts/d.rast.edit/d.rast.edit.tcl	/^proc make_ui {} {$/;"	p
make_window	imagery/i.class/curses.c	/^static Window *make_window(int top, int bottom, int left, int right)$/;"	f	file:
make_window	imagery/i.ortho.photo/photo.2image/curses.c	/^static Window *make_window(int top, int bottom, int left, int right)$/;"	f	file:
make_window	imagery/i.ortho.photo/photo.2target/curses.c	/^static Window *make_window(int top, int bottom, int left, int right)$/;"	f	file:
make_window	imagery/i.points/curses.c	/^static Window *make_window(int top, int bottom, int left, int right)$/;"	f	file:
make_window	imagery/i.vpoints/curses.c	/^static Window *make_window(int top, int bottom, int left, int right)$/;"	f	file:
make_window_box	display/d.zoom/box.c	/^int make_window_box(struct Cell_head *window, double magnify, int full,$/;"	f
make_window_center	display/d.zoom/center.c	/^int make_window_center(struct Cell_head *window, double magnify, double east,$/;"	f
makedittab	raster3d/r3.showdspf/togif.c	/^static short **makedittab(int levels, int mult, int add)$/;"	f	file:
makefree	vector/v.voronoi/sw_memory.c	/^int makefree(struct Freenode *curr, struct Freelist *fl)$/;"	f
makevertex	vector/v.voronoi/sw_geometry.c	/^int makevertex(struct Site *v)$/;"	f
makeview	imagery/i.class/graphics.c	/^static View *makeview(double bottom, double top, double left, double right)$/;"	f	file:
makeview	imagery/i.ortho.photo/photo.2image/graphics.c	/^static View *makeview(double bottom, double top, double left, double right)$/;"	f	file:
makeview	imagery/i.ortho.photo/photo.2target/graphics.c	/^static View *makeview(double bottom, double top, double left, double right)$/;"	f	file:
makeview	imagery/i.points/graphics.c	/^static View *makeview(double bottom, double top, double left, double right)$/;"	f	file:
makeview	imagery/i.vpoints/graphics.c	/^static View *makeview(double bottom, double top, double left, double right)$/;"	f	file:
man_unit	raster/r.le/r.le.setup/sample.c	/^static void man_unit(int t, int b, int l, int r, char *n1, char *n2, char *n3,$/;"	f	file:
manin	raster/simwe/simlib/waterglobs.h	/^    struct Option *elevin, *dxin, *dyin, *rain, *infil, *traps, *manin,$/;"	m	struct:__anon137	typeref:struct:__anon137::
manin	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *manin;$/;"	v
manin_val	raster/simwe/simlib/waterglobs.h	/^GLOBAL double manin_val;$/;"	v
maninval	raster/simwe/simlib/waterglobs.h	/^	*tauin, *tc, *et, *conc, *flux, *erdep, *rainval, *maninval,$/;"	m	struct:__anon137	typeref:struct:__anon137::
maninval	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *maninval;$/;"	v
map	include/gstypes.h	/^    void *map;			\/* pointer to volume file descriptor *\/$/;"	m	struct:__anon256
map	include/icon.h	/^    char **map;$/;"	m	struct:_icon
map	raster/r.buffer/main.c	/^MAPTYPE *map;$/;"	v
map	raster/r.mapcalc/expression.h	/^	expr_data_map map;$/;"	m	union:expression::__anon143
map	raster/r.mapcalc/map.c	/^typedef struct map$/;"	s	file:
map	raster/r.mapcalc/map.c	/^} map;$/;"	t	typeref:struct:map	file:
map	raster/r.mapcalc/map3.c	/^typedef struct map$/;"	s	file:
map	raster/r.mapcalc/map3.c	/^} map;$/;"	t	typeref:struct:map	file:
map	raster/r.mapcalc/mapcalc.y	/^map		: STRING$/;"	l
map	raster/r.to.rast3elev/main.c	/^    void *map;			\/*The 3d voxel output map *\/$/;"	m	struct:__anon156	file:
map	raster/r.topmodel/global.h	/^} map;$/;"	v	typeref:struct:__anon132
map	raster3d/base/r3.mask.main.c	/^    struct Option *map, *maskVals;$/;"	m	struct:__anon104	typeref:struct:__anon104::Option	file:
map	raster3d/base/r3.null.main.c	/^    struct Option *map, *setNull, *null;$/;"	m	struct:__anon105	typeref:struct:__anon105::Option	file:
map	raster3d/r3.in.ascii/main.c	/^void *map = NULL;$/;"	v
map	raster3d/r3.in.v5d/main.c	/^void *map = NULL;$/;"	v
map	raster3d/r3.out.ascii/main.c	/^void *map = NULL;$/;"	v
map	raster3d/r3.out.v5d/main.c	/^void *map = NULL;$/;"	v
map	raster3d/r3.out.vtk/globalDefs.h	/^    void *map;$/;"	m	struct:__anon124
map	vector/v.edit/global.h	/^    struct Option *map, *in, *maxdist, *tool,$/;"	m	struct:GParams	typeref:struct:GParams::Option
map	vector/v.label.sa/labels.h	/^    struct Option *map;$/;"	m	struct:params	typeref:struct:params::Option
map1	raster/r.distance/defs.h	/^    struct Map map1, map2;	\/* two raster maps to analyze *\/$/;"	m	struct:Parms	typeref:struct:Parms::Map
map1name	raster/r.coin/main.c	/^const char *map1name, *map2name;$/;"	v
map2	raster/r.distance/defs.h	/^    struct Map map1, map2;	\/* two raster maps to analyze *\/$/;"	m	struct:Parms	typeref:struct:Parms::
map2name	raster/r.coin/main.c	/^const char *map1name, *map2name;$/;"	v
mapBrowser_accept_cmd	visualization/nviz/scripts/mapBrowser.tcl	/^proc mapBrowser_accept_cmd  {w} {$/;"	p
mapBrowser_cancel_cmd	visualization/nviz/scripts/mapBrowser.tcl	/^proc mapBrowser_cancel_cmd {w} {$/;"	p
mapInfo	gui/wxpython/vdigit/driver.h	/^    struct Map_info  *mapInfo;$/;"	m	class:DisplayDriver	typeref:struct:DisplayDriver::Map_info
mapLabel	raster/r.out.pov/main.c	/^char mapLabel[145];$/;"	v
map_area	raster/r.to.vect/areas.c	/^static int map_area(int x, int y	\/* map x to y *\/$/;"	f	file:
map_b	raster3d/r3.out.vtk/globalDefs.h	/^    void *map_b;$/;"	m	struct:__anon124
map_base	raster/wildfire/r.spread/main.c	/^CELL *map_base;$/;"	v
map_bot	ps/ps.map/ps_info.h	/^    double map_top, map_bot, map_left, map_right;$/;"	m	struct:PS_data
map_browser_list_mapset	visualization/nviz/scripts/mapBrowser.tcl	/^proc map_browser_list_mapset {w} {$/;"	p
map_browser_select_file	visualization/nviz/scripts/mapBrowser.tcl	/^proc map_browser_select_file {W y w} {$/;"	p
map_browser_select_mapset	visualization/nviz/scripts/mapBrowser.tcl	/^proc map_browser_select_mapset {W y w} {$/;"	p
map_dir	raster/wildfire/r.spread/main.c	/^CELL *map_dir;$/;"	v
map_elev	raster/wildfire/r.ros/main.c	/^CELL *map_elev;			\/*full array for elevation map layer (for spotting) *\/$/;"	v
map_file	lib/cairodriver/Graph.c	/^static void map_file(void)$/;"	f	file:
map_file	lib/pngdriver/Graph_set.c	/^static void map_file(void)$/;"	f	file:
map_file	visualization/ximgview/main.c	/^static void map_file(const char *filename)$/;"	f	file:
map_g	raster3d/r3.out.vtk/globalDefs.h	/^    void *map_g;$/;"	m	struct:__anon124
map_height	gui/wxpython/vdigit/driver.h	/^	double map_height;$/;"	m	struct:DisplayDriver::_region
map_height	ps/ps.map/ps_info.h	/^    double map_width, map_height;$/;"	m	struct:PS_data
map_info	ps/ps.map/map_info.c	/^int map_info(void)$/;"	f
map_info	ps/ps.map/map_info.h	/^struct map_info$/;"	s
map_left	ps/ps.map/ps_info.h	/^    double map_top, map_bot, map_left, map_right;$/;"	m	struct:PS_data
map_max	raster/wildfire/r.spread/main.c	/^CELL *map_max;$/;"	v
map_mois	raster/wildfire/r.spread/main.c	/^CELL *map_mois;$/;"	v
map_name	display/d.histogram/options.h	/^GLOBAL char *map_name;$/;"	v
map_name	display/d.title/options.h	/^GLOBAL char map_name[GNAME_MAX];$/;"	v
map_name	include/vect/dig_structs.h	/^    char *map_name;$/;"	m	struct:dig_head
map_north	gui/wxpython/vdigit/driver.h	/^	double map_north;$/;"	m	struct:DisplayDriver::_region
map_op_func_plus	vector/v.mapcalc/map.c	/^static MAP *map_op_func_plus(MAP * m, MAP * n)$/;"	f	file:
map_out	raster/wildfire/r.spread/main.c	/^float *map_out;$/;"	v
map_pix_high	ps/ps.map/ps_info.h	/^    double map_pix_wide, map_pix_high;$/;"	m	struct:PS_data
map_pix_wide	ps/ps.map/ps_info.h	/^    double map_pix_wide, map_pix_high;$/;"	m	struct:PS_data
map_r	raster3d/r3.out.vtk/globalDefs.h	/^    void *map_r;$/;"	m	struct:__anon124
map_res	gui/wxpython/vdigit/driver.h	/^	double map_res;$/;"	m	struct:DisplayDriver::_region
map_right	ps/ps.map/ps_info.h	/^    double map_top, map_bot, map_left, map_right;$/;"	m	struct:PS_data
map_setup	ps/ps.map/map_setup.c	/^int map_setup(void)$/;"	f
map_size	raster/r.thin/io.c	/^int map_size(int *r, int *c, int *p)$/;"	f
map_spotdist	raster/wildfire/r.spread/main.c	/^CELL *map_spotdist;$/;"	v
map_text	lib/init/set_data.c	/^static char *map_text =$/;"	v	file:
map_top	ps/ps.map/ps_info.h	/^    double map_top, map_bot, map_left, map_right;$/;"	m	struct:PS_data
map_type	display/d.rast.arrow/arrow.c	/^int map_type, arrow_color, grid_color, x_color, unknown_color;$/;"	v
map_type	display/d.rast.edit/edit.h	/^GLOBAL RASTER_MAP_TYPE map_type;$/;"	v
map_type	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL RASTER_MAP_TYPE map_type;$/;"	v
map_type	imagery/i.rectify/main.c	/^RASTER_MAP_TYPE map_type;$/;"	v
map_type	lib/gis/G.h	/^    RASTER_MAP_TYPE map_type;	\/* type: int, float or double map *\/$/;"	m	struct:fileinfo
map_type	ps/ps.map/outl_io.c	/^static RASTER_MAP_TYPE map_type;$/;"	v	file:
map_type	ps/ps.map/ps_outline.c	/^static RASTER_MAP_TYPE map_type;$/;"	v	file:
map_type	raster/r.mapcalc/map.c	/^int map_type(const char *name, int mod)$/;"	f
map_type	raster/r.mapcalc/map3.c	/^int map_type(const char *name, int mod)$/;"	f
map_type	raster/r.univar2/globals.h	/^    int map_type;$/;"	m	struct:__anon157
map_type_menu	display/d.rast.edit/menu.c	/^int map_type_menu(void)$/;"	f
map_velocity	raster/wildfire/r.spread/main.c	/^CELL *map_velocity;$/;"	v
map_visit	raster/wildfire/r.spread/main.c	/^CELL *map_visit;$/;"	v
map_west	gui/wxpython/vdigit/driver.h	/^	double map_west;$/;"	m	struct:DisplayDriver::_region
map_width	gui/wxpython/vdigit/driver.h	/^	double map_width;  \/\/ px$/;"	m	struct:DisplayDriver::_region
map_width	ps/ps.map/ps_info.h	/^    double map_width, map_height;$/;"	m	struct:PS_data
map_x	raster3d/r3.out.vtk/globalDefs.h	/^    void *map_x;$/;"	m	struct:__anon124
map_x_orig	ps/ps.map/ps_info.h	/^    double map_x_orig, map_y_orig, map_y_loc, min_y, set_y;$/;"	m	struct:PS_data
map_x_out	raster/wildfire/r.spread/main.c	/^CELL *map_x_out;$/;"	v
map_y	raster3d/r3.out.vtk/globalDefs.h	/^    void *map_y;$/;"	m	struct:__anon124
map_y_loc	ps/ps.map/ps_info.h	/^    double map_x_orig, map_y_orig, map_y_loc, min_y, set_y;$/;"	m	struct:PS_data
map_y_orig	ps/ps.map/ps_info.h	/^    double map_x_orig, map_y_orig, map_y_loc, min_y, set_y;$/;"	m	struct:PS_data
map_y_out	raster/wildfire/r.spread/main.c	/^CELL *map_y_out;$/;"	v
map_z	raster3d/r3.out.vtk/globalDefs.h	/^    void *map_z;$/;"	m	struct:__anon124
mapcalc	lib/python/raster.py	/^def mapcalc(exp, **kwargs):$/;"	f
mapexp	vector/v.mapcalc/v.mapcalc.y	/^mapexp:   MAPVAR			{ $$ = $1; }$/;"	l
mapfunc	vector/v.mapcalc/map.c	/^SYMBOL *mapfunc(SYMBOL * func, SYMBOL * arglist)$/;"	f
mapid	include/gis.h	/^    char mapid[RECORD_LEN];$/;"	m	struct:History
mapid	swig/perl/gis.h	/^    char mapid[RECORD_LEN];$/;"	m	struct:History
mapinfo	ps/ps.map/description.html	/^<a name="mapinfo"><\/a>$/;"	a
mapinfo	vector/v.mapcalc/map.h	/^    Map_info *mapinfo;$/;"	m	struct:Map
maploc	ps/ps.map/description.html	/^<a name="maploc"><\/a>$/;"	a
mapmod	raster/r.mapcalc/mapcalc.y	/^mapmod		: '@'			{ $$ = '@';			}$/;"	l
mapname	raster/r.mapcalc/expression.c	/^expression *mapname(const char *name, int mod, int row, int col, int depth)$/;"	f
mapnum	raster/r.to.rast3elev/main.c	/^    int mapnum;			\/*The umber of input maps *\/$/;"	m	struct:__anon156	file:
mapop	vector/v.mapcalc/map.c	/^SYMBOL *mapop(int op, SYMBOL * map1, SYMBOL * map2)$/;"	f
mapped	lib/cairodriver/Graph.c	/^int mapped;$/;"	v
mapped	lib/pngdriver/Graph_set.c	/^int mapped;$/;"	v
mapped	raster/r.to.vect/global.h	/^    int mapped;			\/* is this area number mapped? *\/$/;"	m	struct:equiv_table
maps	raster/r.kappa/main.c	/^char *maps[2];$/;"	v
maps	raster/r.mapcalc/map.c	/^static map *maps;$/;"	v	file:
maps	raster/r.mapcalc/map3.c	/^static map *maps;$/;"	v	file:
mapset	display/d.rast.arrow/arrow.c	/^char *mapset;$/;"	v
mapset	display/d.what.rast/main.c	/^char **mapset;$/;"	v
mapset	imagery/i.ask/popup.c	/^    char name[30], mapset[30];$/;"	m	struct:__anon208	file:
mapset	imagery/i.class/defs.h	/^	char mapset[GMAPSET_MAX];$/;"	m	struct:__anon203::__anon204
mapset	imagery/i.ortho.photo/libes/orthophoto.h	/^	char mapset[GMAPSET_MAX];$/;"	m	struct:Ortho_Image_Group_Ref::Ortho_Image_Group_Ref_Files
mapset	imagery/i.ortho.photo/photo.2image/ask.c	/^    char name[30], mapset[30];$/;"	m	struct:__anon235	file:
mapset	imagery/i.ortho.photo/photo.2image/defs.h	/^	char mapset[30];$/;"	m	struct:__anon237::__anon238
mapset	imagery/i.ortho.photo/photo.2target/ask.c	/^    char name[30], mapset[30];$/;"	m	struct:__anon224	file:
mapset	imagery/i.ortho.photo/photo.2target/defs.h	/^	char mapset[30];$/;"	m	struct:__anon226::__anon227
mapset	imagery/i.ortho.photo/photo.rectify/defs.h	/^	char mapset[30];$/;"	m	struct:__anon230::__anon231
mapset	imagery/i.points/ask.c	/^    char name[GNAME_MAX], mapset[GMAPSET_MAX];$/;"	m	struct:__anon209	file:
mapset	imagery/i.points/defs.h	/^	char mapset[GMAPSET_MAX];$/;"	m	struct:__anon211::__anon212
mapset	imagery/i.vpoints/ask.c	/^    char name[100], mapset[100];$/;"	m	struct:__anon215	file:
mapset	imagery/i.vpoints/ask_lineclr.c	/^    char name[100], mapset[100];$/;"	m	struct:__anon221	file:
mapset	imagery/i.vpoints/defs.h	/^	char mapset[GMAPSET_MAX];$/;"	m	struct:__anon217::__anon218
mapset	include/G3d.h	/^    char *mapset;$/;"	m	struct:G3D_Map
mapset	include/V_.h	/^    char *mapset;$/;"	m	struct:V_info
mapset	include/gis.h	/^    char *mapset;		\/* mapset in which "name" is found      *\/$/;"	m	struct:Reclass
mapset	include/gis.h	/^    char mapset[RECORD_LEN];$/;"	m	struct:History
mapset	include/imagery.h	/^    char mapset[INAME_LEN];$/;"	m	struct:Ref_Files
mapset	include/vect/dig_structs.h	/^    char *mapset;$/;"	m	struct:Map_info
mapset	lib/gis/G.h	/^    char *mapset;		\/* Mapset of open file          *\/$/;"	m	struct:fileinfo
mapset	ps/ps.map/colortable.h	/^    char *mapset;$/;"	m	struct:colortable
mapset	ps/ps.map/group.h	/^    char *mapset[3];$/;"	m	struct:PS_group
mapset	ps/ps.map/labels.h	/^    char *mapset[MAXLABELS];$/;"	m	struct:labels
mapset	ps/ps.map/vector.h	/^    char *mapset;$/;"	m	struct:__anon22
mapset	raster/r.distance/defs.h	/^    char *mapset;		\/* raster map mapset *\/$/;"	m	struct:Map
mapset	raster/r.horizon/main.c	/^char *mapset = NULL;$/;"	v
mapset	raster/r.in.gridatb/local_proto.h	/^GLOBAL char *mapset, *oname;$/;"	v
mapset	raster/r.kappa/kappa.h	/^    char *mapset;$/;"	m	struct:_layer_
mapset	raster/r.mapcalc/map.c	/^    const char *mapset;$/;"	m	struct:map	file:
mapset	raster/r.mapcalc/map3.c	/^    const char *mapset;$/;"	m	struct:map	file:
mapset	raster/r.neighbors/ncb.h	/^	char *mapset;$/;"	m	struct:ncb::__anon146
mapset	raster/r.out.gridatb/local_proto.h	/^GLOBAL char *mapset, *iname;$/;"	v
mapset	raster/r.quant/global.h	/^char *mapset[GMAPSET_MAX];	\/* input mapsets *\/$/;"	v
mapset	raster/r.random/local_proto.h	/^    char *inraster, *inrcover, *outraster, *mapset, *cmapset, *outvector;$/;"	m	struct:rr_state
mapset	raster/r.recode/global.h	/^char *name, *mapset, *result, *title;$/;"	v
mapset	raster/r.report/global.h	/^    char *mapset;$/;"	m	struct:_layer_
mapset	raster/r.resamp.rst/main.c	/^char *mapset;$/;"	v
mapset	raster/r.series/main.c	/^    const char *name, *mapset;$/;"	m	struct:input	file:
mapset	raster/r.sun2/main.c	/^const char *mapset = NULL;$/;"	v
mapset	raster/r.topidx/global.h	/^GLOBAL char *mapset, *iname, *oname;$/;"	v
mapset	raster/r.topmodel/global.h	/^GLOBAL char *gisbase, *mapset;$/;"	v
mapset	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *mapset;$/;"	v
mapset	swig/perl/gis.h	/^    char *mapset;		\/* mapset in which "name" is found      *\/$/;"	m	struct:Reclass
mapset	swig/perl/gis.h	/^    char mapset[RECORD_LEN];$/;"	m	struct:History
mapset	vector/v.surf.rst/main.c	/^char *mapset = NULL;$/;"	v
mapset	vector/v.transform/trans.h	/^    char *mapset;$/;"	m	struct:file_info
mapset	vector/v.vol.rst/main.c	/^char *mapset = NULL;$/;"	v
mapset1	raster/r.coin/main.c	/^const char *mapset1, *mapset2;$/;"	v
mapset1	raster/r.sun/main.c	/^char *mapset1 = NULL, *mapset2 = NULL, *mapset3 = NULL, *mapset4 = NULL,$/;"	v
mapset1	vector/v.surf.rst/main.c	/^char *mapset1 = NULL;$/;"	v
mapset2	raster/r.coin/main.c	/^const char *mapset1, *mapset2;$/;"	v
mapset2	raster/r.sun/main.c	/^char *mapset1 = NULL, *mapset2 = NULL, *mapset3 = NULL, *mapset4 = NULL,$/;"	v
mapset3	raster/r.sun/main.c	/^char *mapset1 = NULL, *mapset2 = NULL, *mapset3 = NULL, *mapset4 = NULL,$/;"	v
mapset4	raster/r.sun/main.c	/^char *mapset1 = NULL, *mapset2 = NULL, *mapset3 = NULL, *mapset4 = NULL,$/;"	v
mapset5	raster/r.sun/main.c	/^    *mapset5 = NULL, *mapset6 = NULL, *mapset7 = NULL, *mapset8 = NULL;$/;"	v
mapset6	raster/r.sun/main.c	/^    *mapset5 = NULL, *mapset6 = NULL, *mapset7 = NULL, *mapset8 = NULL;$/;"	v
mapset7	raster/r.sun/main.c	/^    *mapset5 = NULL, *mapset6 = NULL, *mapset7 = NULL, *mapset8 = NULL;$/;"	v
mapset8	raster/r.sun/main.c	/^    *mapset5 = NULL, *mapset6 = NULL, *mapset7 = NULL, *mapset8 = NULL;$/;"	v
mapsetActivated	gui/wxpython/gui_modules/gselect.py	/^    def mapsetActivated(self, event):$/;"	m	class:TreeCtrlComboPopup
mapsetCollapsed	gui/wxpython/gui_modules/gselect.py	/^    def mapsetCollapsed(self, event):$/;"	m	class:TreeCtrlComboPopup
mapsetExpanded	gui/wxpython/gui_modules/gselect.py	/^    def mapsetExpanded(self, event):$/;"	m	class:TreeCtrlComboPopup
mapsetSelected	gui/wxpython/gui_modules/gselect.py	/^    def mapsetSelected(self, event):$/;"	m	class:TreeCtrlComboPopup
mapset_elev	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL char *mapset_elev;$/;"	v
mapset_elev	imagery/i.ortho.photo/photo.elev/main.c	/^char *mapset_elev;$/;"	v
mapset_elev	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL char *mapset_elev;$/;"	v
mapset_message	lib/init/other.c	/^int mapset_message(const char *mapset)$/;"	f
mapset_name	general/g.mapsets/local_proto.h	/^GLOBAL char **mapset_name;$/;"	v
mapset_name	lib/gis/mapset_nme.c	/^static char **mapset_name;$/;"	v	file:
mapset_name2	lib/gis/mapset_nme.c	/^static char **mapset_name2;$/;"	v	file:
mapset_ok	imagery/i.ortho.photo/photo.target/ask_target.c	/^int mapset_ok(char *mapset)$/;"	f
mapset_permissions	lib/init/other.c	/^int mapset_permissions(const char *mapset)$/;"	f
mapset_question	lib/init/other.c	/^int mapset_question(const char *mapset)$/;"	f
maptype	include/gis.h	/^    char maptype[RECORD_LEN];$/;"	m	struct:History
maptype	swig/perl/gis.h	/^    char maptype[RECORD_LEN];$/;"	m	struct:History
mapunits	display/d.graph/options.h	/^EXTERN int mapunits;$/;"	v
mark	imagery/i.ortho.photo/photo.2image/mark.c	/^int mark(int x, int y, int button)$/;"	f
mark	imagery/i.ortho.photo/photo.2target/mark.c	/^int mark(int x, int y, int button)$/;"	f
mark	imagery/i.points/mark.c	/^int mark(int x, int y, int button)$/;"	f
mark	imagery/i.vpoints/mark.c	/^int mark(int x, int y, int button)$/;"	f
mark	vector/v.hull/chull.c	/^    bool mark;			\/* T iff point already processed. *\/$/;"	m	struct:tVertexStructure	file:
mark_point	imagery/i.ortho.photo/photo.2image/mark.c	/^int mark_point(View * view, int x, int y)$/;"	f
mark_point	imagery/i.ortho.photo/photo.2target/mark.c	/^int mark_point(View * view, int x, int y)$/;"	f
mark_point	imagery/i.points/mark.c	/^int mark_point(View * view, int x, int y)$/;"	f
mark_point	imagery/i.vpoints/mark.c	/^int mark_point(View * view, int x, int y)$/;"	f
mark_visible_points	raster/r.los/mark_pts.c	/^mark_visible_points(struct point *head, SEGMENT * seg_out_p, int row_viewpt,$/;"	f
marker	include/gstypes.h	/^    int color, width, marker, use_z, use_mem;$/;"	m	struct:g_site
marker	include/gstypes.h	/^    int marker[GPT_MAX_ATTR];$/;"	m	struct:g_point
marks	include/gis.h	/^    int *marks;			\/* was the value with this label was used? *\/$/;"	m	struct:Categories
marks	swig/perl/gis.h	/^    int *marks;			\/* was the value with this label was used? *\/$/;"	m	struct:Categories
mas	imagery/i.atcorr/Iwave.cpp	/^void IWave::mas(int iwa)$/;"	f	class:IWave
mask	display/d.rast/mask.h	/^Mask mask;$/;"	v
mask	raster/r.li/r.li.daemon/daemon.h	/^    int mask;$/;"	m	struct:area_entry
mask	raster/r.li/r.li.daemon/ipc.h	/^    char mask[GNAME_MAX];$/;"	m	struct:fields_maskedarea
mask	raster/r.neighbors/ncb.h	/^    char **mask;$/;"	m	struct:ncb
mask	raster/r.out.ppm3/main.c	/^    unsigned char *mask;$/;"	m	struct:band	file:
mask	raster/r.report/main.c	/^CELL *mask;$/;"	v
mask	raster/r.surf.contour/contour.h	/^GLOBAL FLAG *seen, *mask;$/;"	v
mask	raster/r.surf.idw/main.h	/^CELL *cell, *mask;$/;"	v
mask	raster/r.to.rast3/main.c	/^    struct Flag *mask;$/;"	m	struct:__anon136	typeref:struct:__anon136::Flag	file:
mask	raster/r.to.rast3elev/main.c	/^    struct Flag *fillup, *filllow, *mask;$/;"	m	struct:__anon155	typeref:struct:__anon155::	file:
mask	raster3d/r3.cross.rast/main.c	/^    struct Flag *mask;$/;"	m	struct:__anon106	typeref:struct:__anon106::Flag	file:
mask	raster3d/r3.gwflow/main.c	/^    struct Flag *mask;$/;"	m	struct:__anon109	typeref:struct:__anon109::Flag	file:
mask	raster3d/r3.out.ascii/main.c	/^    struct Flag *mask;$/;"	m	struct:__anon120	typeref:struct:__anon120::Flag	file:
mask	raster3d/r3.out.vtk/parameters.h	/^    struct Flag *mask, *point, *origin, *structgrid, *coorcorr;$/;"	m	struct:__anon123	typeref:struct:__anon123::Flag
mask	raster3d/r3.to.rast/main.c	/^    struct Flag *mask;$/;"	m	struct:__anon107	typeref:struct:__anon107::Flag	file:
maskOpenOldCacheDefault	lib/g3d/g3dmask.c	/^static int maskOpenOldCacheDefault = G3D_USE_CACHE_DEFAULT;$/;"	v	file:
maskVals	raster3d/base/r3.mask.main.c	/^    struct Option *map, *maskVals;$/;"	m	struct:__anon104	typeref:struct:__anon104::	file:
mask_b	ps/ps.map/ps_info.h	/^    double mask_r, mask_g, mask_b;$/;"	m	struct:PS_data
mask_buf	general/g.pnmcomp/main.c	/^static char *mask_buf;$/;"	v	file:
mask_buf	lib/gis/G.h	/^    CELL *mask_buf;$/;"	m	struct:G__
mask_buf_size	lib/gis/G.h	/^    int mask_buf_size;		\/* sizeof mask_buf                      *\/$/;"	m	struct:G__
mask_cell_array	display/d.rast/mask.c	/^int mask_cell_array(CELL * cell, int ncols, Mask * mask, int invert)$/;"	f
mask_color	ps/ps.map/ps_info.h	/^    int mask_color;$/;"	m	struct:PS_data
mask_d_cell_array	display/d.rast/mask.c	/^int mask_d_cell_array(DCELL * dcell, int ncols, d_Mask * mask, int invert)$/;"	f
mask_d_select	display/d.rast/mask.c	/^int mask_d_select(DCELL * x, d_Mask * mask, int invert)$/;"	f
mask_d_select	raster/r.null/mask.c	/^int mask_d_select(DCELL * x, d_Mask * mask)$/;"	f
mask_d_select	raster3d/base/mask_functions.c	/^int mask_d_select(DCELL * x, d_Mask * mask)$/;"	f
mask_fd	lib/gis/G.h	/^    int mask_fd;		\/* File descriptor for automatic mask   *\/$/;"	m	struct:G__
mask_g	ps/ps.map/ps_info.h	/^    double mask_r, mask_g, mask_b;$/;"	m	struct:PS_data
mask_map	visualization/nviz2/cmd/local_proto.h	/^      *mask_map, *transp_map, *transp_const, *shine_map, *shine_const,$/;"	m	struct:GParams	typeref:struct:GParams::
mask_match_d_interval	display/d.rast/mask.c	/^int mask_match_d_interval(DCELL x, d_Interval * I)$/;"	f
mask_match_d_interval	raster/r.null/mask.c	/^int mask_match_d_interval(DCELL x, d_Interval * I)$/;"	f
mask_match_d_interval	raster3d/base/mask_functions.c	/^extern DCELL mask_match_d_interval(DCELL x, d_Interval * I)$/;"	f
mask_match_interval	display/d.rast/mask.c	/^int mask_match_interval(long x, Interval * I)$/;"	f
mask_name	raster/r.li/r.li.daemon/daemon.h	/^    char *mask_name;$/;"	m	struct:area_entry
mask_needed	ps/ps.map/ps_info.h	/^    int mask_needed;$/;"	m	struct:PS_data
mask_needupdate	include/gstypes.h	/^    int mask_needupdate, norm_needupdate;$/;"	m	struct:g_surf
mask_preprocessing	raster/r.li/r.li.daemon/worker.c	/^char *mask_preprocessing(char *mask, char *raster, int rl, int cl)$/;"	f
mask_r	ps/ps.map/ps_info.h	/^    double mask_r, mask_g, mask_b;$/;"	m	struct:PS_data
mask_raster_array	display/d.rast/display.c	/^int mask_raster_array(void *xarray,$/;"	f
mask_raster_array	raster/r.null/mask.c	/^int mask_raster_array(void *rast, int ncols,$/;"	f
mask_select	display/d.rast/mask.c	/^int mask_select(long *x, Mask * mask, int invert)$/;"	f
maskcolor	ps/ps.map/description.html	/^<a name="maskcolor"><\/a>$/;"	a
masked	display/drivers/XDRIVER/Raster.c	/^static int masked;$/;"	v	file:
masked	lib/cairodriver/Raster.c	/^static int masked;$/;"	v	file:
masked	lib/pngdriver/Raster.c	/^static int masked;$/;"	v	file:
masked	lib/psdriver/Raster.c	/^static int masked;$/;"	v	file:
masked	ps/ps.map/vector.h	/^    char masked;$/;"	m	struct:__anon22
maskfd	raster/r.report/main.c	/^int maskfd;$/;"	v
maskinfo	raster/r.kappa/mask.c	/^char *maskinfo(void)$/;"	f
maskinfo	raster/r.report/maskinfo.c	/^char *maskinfo(void)$/;"	f
masking	raster/r.report/main.c	/^int masking = 1;$/;"	v
maskmap	lib/rst/interp_float/interpf.h	/^    char *maskmap;		\/* name of mask *\/$/;"	m	struct:interp_params
maskmap	raster/r.resamp.rst/main.c	/^char *maskmap = NULL;$/;"	v
maskmap	vector/v.surf.rst/main.c	/^char *maskmap = NULL;$/;"	v
maskmap	vector/v.vol.rst/main.c	/^char *maskmap = NULL;$/;"	v
maskname	raster/r.li/r.li.daemon/list.h	/^    char *maskname;$/;"	m	struct:generatore
masks	raster3d/r3.showdspf/togif.c	/^static unsigned long masks[] = { 0x0000, 0x0001, 0x0003, 0x0007, 0x000F,$/;"	v	file:
mat_spec	include/la.h	/^{ MATRIX_, ROWVEC_, COLVEC_ } mat_spec;$/;"	t	typeref:enum:__anon243
mat_struct	include/la.h	/^} mat_struct;$/;"	t	typeref:struct:matrix_
mat_type	include/la.h	/^{ NONSYM, SYM, HERMITIAN } mat_type;$/;"	t	typeref:enum:__anon242
match	raster/r.report/parse.c	/^int match(char *s, char *key, int min)$/;"	f
match	vector/v.to.db/parse.c	/^int match(char *s, char *key, int min)$/;"	f
math_LIBS	swig/python/Makefile	/^math_LIBS       = $(GMATHLIB)$/;"	m
math_exp	imagery/i.ortho.photo/photo.elev/main.c	/^char *math_exp;$/;"	v
matmul	imagery/i.cca/matrix.c	/^int matmul(double res[MX][MX], double m1[MX][MX], double m2[MX][MX], int dim)$/;"	f
matr	raster/r.kappa/main.c	/^long *matr;$/;"	v
matrix	imagery/i.gensig/alloc.c	/^double **matrix(int nrl, int nrh, int ncl, int nch)$/;"	f
matrix	imagery/i.ortho.photo/libes/mat.h	/^typedef struct matrix$/;"	s
matrix	raster/r.mfilter.fp/filter.h	/^    double **matrix;		\/* filter coefficient matrix *\/$/;"	m	struct:__anon148
matrix	raster/r.mfilter/filter.h	/^    int **matrix;		\/* filter coefficient matrix *\/$/;"	m	struct:__anon147
matrix	raster/r.param.scale/nrutil.c	/^float **matrix(int nrl, int nrh, int ncl, int nch)$/;"	f
matrix	raster/r.texture/h_measure.c	/^float **matrix(int nrl, int nrh, int ncl, int nch)$/;"	f
matrix_	include/la.h	/^typedef struct matrix_$/;"	s
matrix_add	vector/v.generalize/matrix.c	/^void matrix_add(MATRIX a, MATRIX b, MATRIX * res)$/;"	f
matrix_add_identity	vector/v.generalize/matrix.c	/^int matrix_add_identity(double s, MATRIX * m)$/;"	f
matrix_cols	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL int matrix_rows, matrix_cols;$/;"	v
matrix_cols	imagery/i.rectify/main.c	/^int matrix_rows, matrix_cols;$/;"	v
matrix_create	lib/rst/interp_float/interpf.h	/^    int (*matrix_create) ();	\/*creates matrix for a given segm *\/$/;"	m	struct:interp_params
matrix_error	imagery/i.ortho.photo/libes/orthoref.c	/^int matrix_error(char *s)$/;"	f
matrix_free	vector/v.generalize/matrix.c	/^void matrix_free(MATRIX m)$/;"	f
matrix_init	vector/v.generalize/matrix.c	/^int matrix_init(int rows, int cols, MATRIX * res)$/;"	f
matrix_inverse	vector/v.generalize/matrix.c	/^int matrix_inverse(MATRIX a, MATRIX * res, int percents)$/;"	f
matrix_mult	vector/v.generalize/matrix.c	/^int matrix_mult(MATRIX a, MATRIX b, MATRIX * res)$/;"	f
matrix_mult_scalar	vector/v.generalize/matrix.c	/^void matrix_mult_scalar(double s, MATRIX * m)$/;"	f
matrix_print	vector/v.generalize/matrix.c	/^void matrix_print(MATRIX a)$/;"	f
matrix_row_add_multiple	vector/v.generalize/matrix.c	/^void matrix_row_add_multiple(int ra, int rb, double s, MATRIX * m)$/;"	f
matrix_row_scalar	vector/v.generalize/matrix.c	/^void matrix_row_scalar(int row, double s, MATRIX * m)$/;"	f
matrix_rows	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL int matrix_rows, matrix_cols;$/;"	v
matrix_rows	imagery/i.rectify/main.c	/^int matrix_rows, matrix_cols;$/;"	v
matrix_swap_rows	vector/v.generalize/matrix.c	/^void matrix_swap_rows(int x, int y, MATRIX * m)$/;"	f
max	display/d.zoom/print.c	/^static int max(int a, int b)$/;"	f	file:
max	imagery/i.atcorr/main.cpp	/^    int max;$/;"	m	struct:ScaleRange	file:
max	imagery/i.ortho.photo/libes/orthophoto.h	/^	CELL min, max;		\/* min,max CELL values *\/$/;"	m	struct:Ortho_Image_Group_Ref::Ortho_Ref_Color
max	include/arraystats.h	/^    double max;$/;"	m	struct:GASTATS
max	include/gis.h	/^    CELL max;			\/* table max                            *\/$/;"	m	struct:Reclass
max	include/gis.h	/^    CELL max;$/;"	m	struct:Range
max	include/gis.h	/^    DCELL max;$/;"	m	struct:FPRange
max	include/gis.h	/^    DCELL min, max;$/;"	m	struct:FP_stats
max	include/gis.h	/^    DCELL min, max;$/;"	m	struct:_Color_Info_
max	include/gstypes.h	/^    double min, max;		\/* minimum, maximum value in file *\/$/;"	m	struct:__anon256
max	include/imagery.h	/^    CELL min, max;	       \/* min,max CELL values *\/$/;"	m	struct:Ref_Color
max	include/iostream/minmaxheap.h	/^bool BasicMinMaxHeap<T>::max(T& elt) const {$/;"	f	class:BasicMinMaxHeap
max	include/vect/dig_structs.h	/^    int *max;			\/* pointer to array of maximum values *\/$/;"	m	struct:cat_list
max	lib/display/draw2.c	69;"	d	file:
max	lib/dspf/viz.h	/^    float min, max;		\/* max and min values present in the data *\/$/;"	m	struct:__anon33
max	lib/gpde/N_pde.h	/^    double min, max, mean, sum;$/;"	m	struct:__anon62
max	lib/gpde/N_pde.h	/^    double min, max, mean, sum;$/;"	m	struct:__anon63
max	lib/pngdriver/Draw_bitmap.c	17;"	d	file:
max	lib/pngdriver/Raster.c	12;"	d	file:
max	ps/ps.map/colortable.h	/^    double min, max;$/;"	m	struct:colortable
max	raster/r.horizon/main.c	/^int max(arg1, arg2)$/;"	f
max	raster/r.quantile/main.c	/^    DCELL min, max;$/;"	m	struct:bin	file:
max	raster/r.quantile/main.c	/^static DCELL min, max;$/;"	v	file:
max	raster/r.random/local_proto.h	/^    struct RASTER_MAP_PTR nulls, cnulls, buf, cover, min, max, cmin, cmax;$/;"	m	struct:rr_state	typeref:struct:rr_state::
max	raster/r.report/header.c	/^static int max(int a, int b)$/;"	f	file:
max	raster/r.univar2/globals.h	/^    double max;$/;"	m	struct:__anon157
max	raster/simwe/simlib/input.c	/^int max(int arg1, int arg2)$/;"	f
max	raster3d/r3.showdspf/vizual2.h	/^    float min, max;		\/* max and min values present in the data *\/$/;"	m	struct:__anon114
max	raster3d/r3.stats/main.c	/^    double min, max, vol, perc;$/;"	m	struct:__anon125	file:
max	scripts/r.tileset/r.tileset	/^max() {$/;"	f
max	swig/perl/gis.h	/^    CELL max;			\/* table max                            *\/$/;"	m	struct:Reclass
max	swig/perl/gis.h	/^    CELL max;$/;"	m	struct:Range
max	swig/perl/gis.h	/^    DCELL max;$/;"	m	struct:FPRange
max	swig/perl/gis.h	/^    DCELL min, max;$/;"	m	struct:_Color_Info_
max	vector/v.category/main.c	/^    int min[FRTYPES], max[FRTYPES];$/;"	m	struct:__anon184	file:
max1	lib/rst/interp_float/minmax.c	/^int max1($/;"	f
max1	vector/v.vol.rst/user4.c	/^int max1(int arg1, int arg2)$/;"	f
maxNofRules	include/gis.h	/^    int maxNofRules;$/;"	m	struct:FPReclass
maxNofRules	include/gis.h	/^    int maxNofRules;$/;"	m	struct:Quant
maxNofRules	swig/perl/gis.h	/^    int maxNofRules;$/;"	m	struct:FPReclass
maxNofRules	swig/perl/gis.h	/^    int maxNofRules;$/;"	m	struct:Quant
maxSpeed	visualization/nviz/src/togl_flythrough.c	/^    float maxSpeed;$/;"	m	struct:flyData	file:
maxValue	raster/r.out.pov/main.c	/^double minValue = 50000., maxValue = -50000.;$/;"	v
maxWidth	visualization/nviz/src/tkFont.h	/^    int maxWidth;		\/* Width of widest character in font. *\/$/;"	m	struct:TkFontMetrics
maxX	visualization/nviz/src/pg.h	/^    double maxX;		\/* east                             *\/$/;"	m	struct:Sql
maxY	visualization/nviz/src/pg.h	/^    double maxY;		\/* northing                         *\/$/;"	m	struct:Sql
max_areas	include/dig_atts.h	/^    int max_areas;$/;"	m	struct:atts_index
max_areas	include/dlg.h	/^    int max_areas;$/;"	m	struct:dlg
max_atts	include/dig_atts.h	/^    int max_atts;$/;"	m	struct:atts_index
max_cat	vector/v.patch/main.c	/^int max_cat(struct Map_info *Map, int layer)$/;"	f
max_col	raster/r.mapcalc/map.c	/^static int max_col = -INT_MAX;$/;"	v	file:
max_col	raster/r.mapcalc/map3.c	/^static int max_col = -INT_MAX;$/;"	v	file:
max_color	ps/ps.map/ps_info.h	/^    CELL min_color, max_color;$/;"	m	struct:PS_data
max_dist	raster/r.los/cmd_line.h	/^GLOBAL double max_dist;$/;"	v
max_distance	vector/v.edit/max_distance.c	/^double max_distance(double maxdistance)$/;"	f
max_elts	include/iostream/pqheap.h	/^  unsigned int max_elts;$/;"	m	class:pqheap_t1
max_fd	raster/wildfire/r.spread/main.c	/^int max_fd, dir_fd, base_fd, start_fd;$/;"	v
max_fonts	display/d.font/main.c	/^static int max_fonts;$/;"	v	file:
max_layer	raster/wildfire/r.spread/collect_ori.c	/^char *max_layer;$/;"	v
max_length	raster/r.water.outlet/basin.h	/^GLOBAL double half_res, diag, max_length, dep_slope;$/;"	v
max_length	raster/r.watershed/ram/Gwater.h	/^GLOBAL double half_res, diag, max_length, dep_slope;$/;"	v
max_length	raster/r.watershed/seg/Gwater.h	/^GLOBAL double half_res, diag, max_length, dep_slope;$/;"	v
max_lines	include/dig_atts.h	/^    int max_lines;$/;"	m	struct:atts_index
max_lines	include/dlg.h	/^    int max_lines;$/;"	m	struct:dlg
max_maps	raster/r.mapcalc/map.c	/^static int max_maps;$/;"	v	file:
max_maps	raster/r.mapcalc/map3.c	/^static int max_maps;$/;"	v	file:
max_nbuf	include/iostream/empq.h	/^  unsigned short max_nbuf;$/;"	m	class:em_pqueue
max_nodes	include/dlg.h	/^    int max_nodes;$/;"	m	struct:dlg
max_nodes	raster/r.in.xyz/main.c	/^int max_nodes = 0;$/;"	v
max_nz	include/gstypes.h	/^    float min_nz, max_nz, range_nz;$/;"	m	struct:__anon255
max_omaps	raster/r.mapcalc/map3.c	/^static int max_omaps;$/;"	v	file:
max_points	include/dig_atts.h	/^    int max_points;$/;"	m	struct:atts_index
max_ptr	include/linkm.h	/^    int max_ptr;		\/* num of chunks alloced *\/$/;"	m	struct:link_head
max_range	display/d.geodesic/plot.c	/^static int min_range[5], max_range[5];$/;"	v	file:
max_range	display/d.nviz/local.h	/^static int min_range[5], max_range[5];$/;"	v
max_range	display/d.rhumbline/plot.c	/^static int min_range[5], max_range[5];$/;"	v	file:
max_range	raster/r.profile/main.c	/^static int min_range[5], max_range[5];$/;"	v	file:
max_row	raster/r.mapcalc/map.c	/^    int min_row, max_row;$/;"	m	struct:map	file:
max_row	raster/r.mapcalc/map.c	/^static int max_row = -INT_MAX;$/;"	v	file:
max_row	raster/r.mapcalc/map3.c	/^    int min_row, max_row;$/;"	m	struct:map	file:
max_row	raster/r.mapcalc/map3.c	/^static int max_row = -INT_MAX;$/;"	v	file:
max_rows	raster/r.in.poly/raster.c	/^static int max_rows;$/;"	v	file:
max_rows	vector/v.to.rast/raster.c	/^static int max_rows;$/;"	v	file:
max_rows_in_memory	raster/r.mapcalc/map.c	/^static int max_rows_in_memory = 3;$/;"	v	file:
max_value	display/d.rast.edit/edit.h	/^GLOBAL DCELL max_value, min_value;$/;"	v
maxarg1	lib/gmath/svd.c	/^static double maxarg1, maxarg2;$/;"	v	file:
maxarg1	raster/r.param.scale/nrutil.c	/^float maxarg1, maxarg2;$/;"	v
maxarg2	lib/gmath/svd.c	/^static double maxarg1, maxarg2;$/;"	v	file:
maxarg2	raster/r.param.scale/nrutil.c	/^float maxarg1, maxarg2;$/;"	v
maxbits	raster3d/r3.showdspf/togif.h	/^    int maxbits;		\/* user settable max # bits\/code *\/$/;"	m	struct:_vgl_GIFWriter
maxc	raster/r.surf.contour/contour.h	/^GLOBAL int maxc;$/;"	v
maxcat	display/d.histogram/dhist.h	/^      maxcat,			\/* max. cell-file category value in list *\/$/;"	m	struct:stat_list
maxclass	imagery/i.cluster/main.c	/^int maxclass;$/;"	v
maxcode	raster3d/r3.showdspf/togif.h	/^    code_int maxcode;		\/* maximum code, given n_bits *\/$/;"	m	struct:_vgl_GIFWriter
maxcol	raster/r.buffer/main.c	/^int minrow, maxrow, mincol, maxcol;$/;"	v
maxcol	raster/r.le/r.le.setup/polytocell/wrte_recrd.c	/^static float maxcol, mincol;$/;"	v	file:
maxdist	vector/v.edit/global.h	/^    struct Option *map, *in, *maxdist, *tool,$/;"	m	struct:GParams	typeref:struct:GParams::
maxfonts	general/g.mkfontcap/local_proto.h	/^G_MKFONTCAP_GLOBAL int maxfonts;$/;"	v
maxit	raster/r.gwflow/main.c	/^	*bottom, *vector, *type, *dt, *maxit, *error, *solver, *sor,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
maxit	raster3d/r3.gwflow/main.c	/^	*vector, *dt, *maxit, *error, *solver, *sor;$/;"	m	struct:__anon109	typeref:struct:__anon109::	file:
maxlen	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::maxlen() const {$/;"	f	class:EMPQueueAdaptive
maxlen	include/iostream/empq_impl.h	/^long  em_pqueue<T,Key>::maxlen(unsigned short i) {$/;"	f	class:em_pqueue
maxlen	include/iostream/empq_impl.h	/^long em_pqueue<T,Key>::maxlen() {$/;"	f	class:em_pqueue
maxlength	raster/r.horizon/main.c	/^double length, maxlength = BIG, zmult = 1.0, step = 0.0, dist;$/;"	v
maxlev	raster/r.composite/main.c	/^    int maxlev;$/;"	m	struct:band	file:
maxmaxcode	raster3d/r3.showdspf/togif.h	/^    code_int maxmaxcode;	\/* should NEVER generate this code *\/$/;"	m	struct:_vgl_GIFWriter
maxnumlinepoints	vector/v.out.vtk/writeVTK.h	/^    int maxnumlinepoints;	\/*The max number of line points *\/$/;"	m	struct:__anon170
maxnumlines	vector/v.out.vtk/writeVTK.h	/^    int maxnumlines;		\/*The max number of lines *\/$/;"	m	struct:__anon170
maxnumpoints	vector/v.out.vtk/writeVTK.h	/^    int maxnumpoints;		\/*The max number of points *\/$/;"	m	struct:__anon170
maxnumpolygonpoints	vector/v.out.vtk/writeVTK.h	/^    int maxnumpolygonpoints;	\/*The max number of polygon points *\/$/;"	m	struct:__anon170
maxnumpolygons	vector/v.out.vtk/writeVTK.h	/^    int maxnumpolygons;		\/*The max number of polygons *\/$/;"	m	struct:__anon170
maxnumvertices	vector/v.out.vtk/writeVTK.h	/^    int maxnumvertices;		\/*the max number of vertices *\/$/;"	m	struct:__anon170
maxr	raster/r.surf.contour/contour.h	/^GLOBAL int maxr;$/;"	v
maxrow	raster/r.buffer/main.c	/^int minrow, maxrow, mincol, maxcol;$/;"	v
maxrow	raster/r.le/r.le.setup/polytocell/wrte_recrd.c	/^static int maxrow, minrow;$/;"	v	file:
maxsize	include/iostream/imbuffer.h	/^  unsigned long maxsize;$/;"	m	class:im_buffer
maxsize	include/iostream/minmaxheap.h	/^  HeapIndex maxsize;$/;"	m	class:BasicMinMaxHeap
maxsize	raster/r.terraflow/unionFind.h	/^  T maxsize;$/;"	m	class:unionFind
maxstat	display/d.histogram/dhist.h	/^      maxstat,			\/* max. statistic in list *\/$/;"	m	struct:stat_list
maxsubclasses	imagery/i.gensigset/parms.h	/^    int maxsubclasses;$/;"	m	struct:parms
maxw	raster/simwe/simlib/waterglobs.h	/^GLOBAL int maxw, maxwa, nwalk;$/;"	v
maxwa	raster/simwe/simlib/waterglobs.h	/^GLOBAL int maxw, maxwa, nwalk;$/;"	v
maxwab	raster/simwe/simlib/waterglobs.h	/^GLOBAL int maxwab;$/;"	v
maxx	raster/simwe/simlib/waterglobs.h	/^GLOBAL double mayy, miyy, maxx, mixx;$/;"	v
maxx	raster3d/r3.showdspf/vizual.h	/^    int maxx, maxy;		\/* sets the maximum dim to be displayed along this axis *\/$/;"	m	struct:Cap
maxy	raster3d/r3.showdspf/vizual.h	/^    int maxx, maxy;		\/* sets the maximum dim to be displayed along this axis *\/$/;"	m	struct:Cap
mayy	raster/simwe/simlib/waterglobs.h	/^GLOBAL double mayy, miyy, maxx, mixx;$/;"	v
mc	raster/r.to.vect/lines.c	/^static int tl, tc, tr, ml, mc, mr, bl, bc, br;$/;"	v	file:
mc33_process_cube	lib/ogsf/gvl_calc2.c	/^int mc33_process_cube(int c_ndx, float *v)$/;"	f
mc33_test_face	lib/ogsf/gvl_calc2.c	/^int mc33_test_face(char face, float *v)$/;"	f
mc33_test_interior	lib/ogsf/gvl_calc2.c	/^int mc33_test_interior(char s, float *v)$/;"	f
mcs	imagery/i.cluster/main.c	/^int mcs;$/;"	v
mcurv	lib/rst/interp_float/interpf.h	/^    char *elev, *slope, *aspect, *pcurv, *tcurv, *mcurv;	\/* output files *\/$/;"	m	struct:interp_params
mcurv	raster/r.resamp.rst/main.c	/^char *mcurv = NULL;$/;"	v
mcurv	vector/v.surf.rst/main.c	/^char *mcurv = NULL;$/;"	v
mcurv	vector/v.vol.rst/main.c	/^char *mcurv = NULL;$/;"	v
me	display/d.mon/pgms/stop.c	/^static char *me;$/;"	v	file:
me	raster/r.surf.contour/bseg_read.c	/^static char *me = "bseg_read_cell";$/;"	v	file:
me	raster/r.surf.contour/bseg_write.c	/^static char *me = "bseg_write_cell";$/;"	v	file:
me	raster/r.surf.contour/cseg_read.c	/^static char *me = "cseg_read_cell";$/;"	v	file:
me	raster/r.surf.contour/cseg_write.c	/^static char *me = "cseg_write_cell";$/;"	v	file:
me	raster/r.watershed/seg/bseg_read.c	/^static char *me = "bseg_read_cell";$/;"	v	file:
me	raster/r.watershed/seg/bseg_write.c	/^static char *me = "bseg_write_cell";$/;"	v	file:
me	raster/r.watershed/seg/cseg_read.c	/^static char *me = "cseg_read_cell";$/;"	v	file:
me	raster/r.watershed/seg/cseg_write.c	/^static char *me = "cseg_write_cell";$/;"	v	file:
me	raster/r.watershed/seg/dseg_read.c	/^static char *me = "dseg_read_cell";$/;"	v	file:
me	raster/r.watershed/seg/dseg_write.c	/^static char *me = "dseg_write_cell";$/;"	v	file:
mean	include/arraystats.h	/^    double mean;$/;"	m	struct:GASTATS
mean	include/cluster.h	/^    double **mean;		\/* initial class means *\/$/;"	m	struct:Cluster
mean	include/imagery.h	/^    double *mean;	       \/* one mean for each band *\/$/;"	m	struct:One_Sig
mean	lib/gpde/N_pde.h	/^    double min, max, mean, sum;$/;"	m	struct:__anon62
mean	lib/gpde/N_pde.h	/^    double min, max, mean, sum;$/;"	m	struct:__anon63
meanPatchSize	raster/r.li/r.li.mps/mps.c	/^int meanPatchSize(int fd, char **par, area_des ad, double *result)$/;"	f
meanPixelAttribute	raster/r.li/r.li.mpa/mpa.c	/^int meanPixelAttribute(int fd, char **par, area_des ad, double *result)$/;"	f
meanabs	include/arraystats.h	/^    double meanabs;$/;"	m	struct:GASTATS
means	include/imagery.h	/^    double *means;$/;"	m	struct:SubSig
measurements	display/d.measure/msurements.c	/^int measurements(int color1, int color2, int s_flag, int m_flag, int k_flag)$/;"	f
median	raster/r.median/median.c	/^long median(struct stats *stats)$/;"	f
median	raster/r.statistics/o_median.c	/^static long median(struct stats *stats)$/;"	f	file:
mem	raster/r.flow/r.flow.h	/^    char mem;			\/* always recompute aspect              *\/$/;"	m	struct:__anon153
mem	raster/r.terraflow/main.h	/^  int   mem;           \/* main memory, in MB *\/$/;"	m	struct:__anon144
mem	raster/r.terraflow/option.h	/^  int   mem;           \/* main memory, in MB *\/$/;"	m	struct:__anon145
memoryScan	raster/r.terraflow/3scan.h	/^memoryScan(AMI_STREAM<T1> &str1, AMI_STREAM<T2> &str2, $/;"	f
memoryScan	raster/r.terraflow/3scan.h	/^memoryScan(AMI_STREAM<T> &str, $/;"	f
memory_available	lib/iostream/mm.cc	/^size_t MM_register::memory_available() {$/;"	f	class:MM_register
memory_limit	lib/iostream/mm.cc	/^size_t MM_register::memory_limit() {$/;"	f	class:MM_register
memory_used	lib/iostream/mm.cc	/^size_t MM_register::memory_used() {$/;"	f	class:MM_register
menu	general/manage/lib/menu.c	/^int menu(int type)$/;"	f
menu	raster/r.neighbors/main.c	/^static struct menu menu[] = {$/;"	v	typeref:struct:menu	file:
menu	raster/r.neighbors/main.c	/^struct menu$/;"	s	file:
menu	raster/r.proj.seg/main.c	/^struct menu menu[] = {$/;"	v	typeref:struct:menu
menu	raster/r.proj.seg/r.proj.h	/^struct menu$/;"	s
menu	raster/r.proj/main.c	/^struct menu menu[] = {$/;"	v	typeref:struct:menu
menu	raster/r.proj/r.proj.h	/^struct menu$/;"	s
menu	raster/r.resamp.stats/main.c	/^static const struct menu$/;"	s	file:
menu	raster/r.resamp.stats/main.c	/^} menu[] = {$/;"	v	typeref:struct:menu	file:
menu	raster/r.series/main.c	/^struct menu$/;"	s	file:
menu	raster/r.series/main.c	/^} menu[] = {$/;"	v	typeref:struct:menu
menu	raster/r.statistics/method.h	/^struct menu menu[] = {$/;"	v	typeref:struct:menu
menu	raster/r.statistics/method.h	/^struct menu$/;"	s
menu_button_create	visualization/nviz/scripts/ACS_utils.tcl	/^proc menu_button_create {win opt labels command} {$/;"	p
menu_created	gem/reg_entries.c	/^int menu_created;$/;"	v
merge	raster/r.terraflow/nodata.cc	/^detectEdgeNodata::merge() {$/;"	f	class:detectEdgeNodata
merge	vector/v.delaunay2/geometry.c	/^static void merge(struct edge *r_cw_l, struct vertex *s,$/;"	f	file:
merge1	include/cluster.h	/^    int merge1, merge2;$/;"	m	struct:Cluster
merge2	include/cluster.h	/^    int merge1, merge2;$/;"	m	struct:Cluster
merge2waterBase	raster/r.terraflow/fill.cc	/^merge2waterBase(AMI_STREAM<waterType> *unsortedWaterStr, $/;"	f
merge2waterGrid	raster/r.terraflow/fill.cc	/^merge2waterGrid(AMI_STREAM<waterType> *unsortedWaterStr, $/;"	f
mergeHeap	include/iostream/replacementHeap.h	/^  HeapElement<T>* mergeHeap;  \/\/the heap; $/;"	m	class:ReplacementHeap
mergeHeap	include/iostream/replacementHeapBlock.h	/^  BlockHeapElement<T>* mergeHeap;  \/\/the heap; $/;"	m	class:ReplacementHeapBlock
mergeStream2Grid	raster/r.terraflow/streamutils.h	/^mergeStream2Grid(AMI_STREAM<T> *grid, $/;"	f
mergeStreamGridGrid	raster/r.terraflow/fill.cc	/^mergeStreamGridGrid(AMI_STREAM<T1> *grid1,$/;"	f
merge_buffer	include/iostream/empq_impl.h	/^em_pqueue<T,Key>::merge_buffer(em_buffer<T,Key> *buf,$/;"	f	class:em_pqueue
merge_bufs2pq	include/iostream/empq_impl.h	/^void em_pqueue<T,Key>::merge_bufs2pq(ExtendedMergeStream *minstream) {$/;"	f	class:em_pqueue
merge_key	include/iostream/embuffer.h	/^  merge_key(): str_id(0) {}$/;"	f	class:merge_key
merge_key	include/iostream/embuffer.h	/^  merge_key(const KEY &x, const unsigned int sid):$/;"	f	class:merge_key
merge_key	include/iostream/embuffer.h	/^class merge_key {$/;"	c
merge_lines	lib/vector/vedit/merge.c	/^static int merge_lines(struct line_pnts *Points1, struct line_cats *Cats1,$/;"	f	file:
merge_lists	lib/vector/vedit/select.c	/^int merge_lists(struct ilist *alist, struct ilist *blist)$/;"	f
merge_lists	vector/v.edit/select.c	/^static int merge_lists(struct ilist *alist, struct ilist *blist)$/;"	f	file:
merge_streams	include/iostream/empq_impl.h	/^em_pqueue<T,Key>::merge_streams(ExtendedMergeStream** instreams, $/;"	f	class:em_pqueue
mesh_freq	include/gis.h	/^    int mesh_freq;		\/* cells per grid line *\/$/;"	m	struct:G_3dview
mesh_freq	swig/perl/gis.h	/^    int mesh_freq;		\/* cells per grid line *\/$/;"	m	struct:G_3dview
message	lib/python/core.py	/^def message(msg, flag = None):$/;"	f
message	scripts/r.in.wms/r.in.wms	/^message () {$/;"	f
message	scripts/r.in.wms/wms.request	/^message () {$/;"	f
message	scripts/r.tileset/r.tileset	/^message () {$/;"	f
message_dialog	gui/tcltk/d.m/d.m.tcl	/^proc message_dialog { msgtxt } {$/;"	p
message_id	gui/wxpython/nviz/init.cpp	/^static int message_id = 1;$/;"	v	file:
message_id	lib/gis/error.c	/^static int message_id = 1;$/;"	v	file:
meteo	imagery/i.atcorr/Iwave.cpp	/^void IWave::meteo()$/;"	f	class:IWave
meter	raster/r.le/r.le.patch/driver.c	/^void meter(int n, int i, int div)$/;"	f
meter2	raster/r.le/r.le.pixel/driver.c	/^void meter2(int n, int i, int div)$/;"	f
meters	include/gprojects.h	/^    double meters;$/;"	m	struct:pj_info
meters_to_grid	raster/r.buffer/main.c	/^double meters_to_grid = 1.0;$/;"	v
meth1	imagery/i.atcorr/Abstra.cpp	/^meth1 (float a[8], const long int inu)$/;"	f
meth2	imagery/i.atcorr/Abstra.cpp	/^meth2 (float a[8], const long int inu)$/;"	f
meth3	imagery/i.atcorr/Abstra.cpp	/^meth3 (float a[8], const long int inu)$/;"	f
meth4	imagery/i.atcorr/Abstra.cpp	/^meth4 (float a[8], const long int inu)$/;"	f
meth5	imagery/i.atcorr/Abstra.cpp	/^meth5 (float a[8], const long int inu)$/;"	f
meth6	imagery/i.atcorr/Abstra.cpp	/^meth6 (float a[8], const long int inu)$/;"	f
method	raster/r.neighbors/main.c	/^    stat_func *method;		\/* routine to compute new value *\/$/;"	m	struct:menu	file:
method	raster/r.proj.seg/r.proj.h	/^    func method;		\/* routine to interpolate new value      *\/$/;"	m	struct:menu
method	raster/r.proj/r.proj.h	/^    func method;		\/* routine to interpolate new value      *\/$/;"	m	struct:menu
method	raster/r.resamp.stats/main.c	/^    stat_func *method;		\/* routine to compute new value *\/$/;"	m	struct:menu	file:
method	raster/r.resamp.stats/main.c	/^static int method;$/;"	v	file:
method	raster/r.series/main.c	/^    stat_func *method;		\/* routine to compute new value *\/$/;"	m	struct:menu	file:
method_fn	raster/r.series/main.c	/^    stat_func *method_fn;$/;"	m	struct:output	file:
method_w	raster/r.neighbors/main.c	/^    stat_func_w *method_w;	\/* routine to compute new value (weighted) *\/$/;"	m	struct:menu	file:
method_w	raster/r.resamp.stats/main.c	/^    stat_func_w *method_w;	\/* routine to compute new value (weighted) *\/$/;"	m	struct:menu	file:
metric_fn	raster/r.grow2/main.c	/^typedef int metric_fn(int, int);$/;"	t	file:
metrics	raster/r.drain/local.h	/^struct metrics$/;"	s
mf	vector/v.mapcalc/map.c	/^static MAPFUNC mf[] = {$/;"	v	file:
middle	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int top, bottom, left, right, width, middle, nums;$/;"	v
middle	raster/r.to.vect/lines.c	/^static void *top, *middle, *bottom;$/;"	v	file:
middle_button_status	raster3d/r3.showdspf/kns_defines.h	/^    int middle_button_status;$/;"	m	struct:window_props
midline	raster/r.coin/main.c	/^char *fill, *midline;$/;"	v
midsum	imagery/i.atcorr/AtmosModel.cpp	/^void AtmosModel::midsum()$/;"	f	class:AtmosModel
midwin	imagery/i.atcorr/AtmosModel.cpp	/^void AtmosModel::midwin()$/;"	f	class:AtmosModel
mie	imagery/i.atcorr/AerosolModel.cpp	/^void AerosolModel::mie(float (&ex)[4][10], float (&sc)[4][10], float (&asy)[4][10])$/;"	f	class:AerosolModel
mie_in	imagery/i.atcorr/AerosolModel.h	/^	Mie_in mie_in;$/;"	m	struct:AerosolModel
min	imagery/i.atcorr/main.cpp	/^    int min;$/;"	m	struct:ScaleRange	file:
min	imagery/i.ortho.photo/libes/orthophoto.h	/^	CELL min, max;		\/* min,max CELL values *\/$/;"	m	struct:Ortho_Image_Group_Ref::Ortho_Ref_Color
min	include/arraystats.h	/^    double min;$/;"	m	struct:GASTATS
min	include/gis.h	/^    CELL min;			\/* table min                            *\/$/;"	m	struct:Reclass
min	include/gis.h	/^    CELL min;$/;"	m	struct:Range
min	include/gis.h	/^    DCELL min, max;$/;"	m	struct:FP_stats
min	include/gis.h	/^    DCELL min, max;$/;"	m	struct:_Color_Info_
min	include/gis.h	/^    DCELL min;$/;"	m	struct:FPRange
min	include/gstypes.h	/^    double min, max;		\/* minimum, maximum value in file *\/$/;"	m	struct:__anon256
min	include/imagery.h	/^    CELL min, max;	       \/* min,max CELL values *\/$/;"	m	struct:Ref_Color
min	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::min(T& elt) {$/;"	f	class:EMPQueueAdaptive
min	include/iostream/empq_impl.h	/^em_pqueue<T,Key>::min(T& elt){$/;"	f	class:em_pqueue
min	include/iostream/minmaxheap.h	/^bool BasicMinMaxHeap<T>::min(T& elt) const {$/;"	f	class:BasicMinMaxHeap
min	include/iostream/pqheap.h	/^pqheap_t1<T>::min() {$/;"	f	class:pqheap_t1
min	include/iostream/pqheap.h	/^pqheap_t1<T>::min(T& elt) {$/;"	f	class:pqheap_t1
min	include/vect/dig_structs.h	/^    int *min;			\/* pointer to array of minimun values *\/$/;"	m	struct:cat_list
min	lib/display/draw2.c	68;"	d	file:
min	lib/dspf/viz.h	/^    float min, max;		\/* max and min values present in the data *\/$/;"	m	struct:__anon33
min	lib/gpde/N_pde.h	/^    double min, max, mean, sum;$/;"	m	struct:__anon62
min	lib/gpde/N_pde.h	/^    double min, max, mean, sum;$/;"	m	struct:__anon63
min	lib/pngdriver/Draw_bitmap.c	14;"	d	file:
min	lib/pngdriver/Raster.c	9;"	d	file:
min	misc/m.cogo/main.c	/^    int min;$/;"	m	struct:survey_record	file:
min	ps/ps.map/colortable.h	/^    double min, max;$/;"	m	struct:colortable
min	raster/r.horizon/main.c	/^int min(arg1, arg2)$/;"	f
min	raster/r.quantile/main.c	/^    DCELL min, max;$/;"	m	struct:bin	file:
min	raster/r.quantile/main.c	/^static DCELL min, max;$/;"	v	file:
min	raster/r.random/local_proto.h	/^    struct RASTER_MAP_PTR nulls, cnulls, buf, cover, min, max, cmin, cmax;$/;"	m	struct:rr_state	typeref:struct:rr_state::
min	raster/r.univar2/globals.h	/^    double min;$/;"	m	struct:__anon157
min	raster/simwe/simlib/input.c	/^int min(int arg1, int arg2)$/;"	f
min	raster3d/r3.showdspf/vizual2.h	/^    float min, max;		\/* max and min values present in the data *\/$/;"	m	struct:__anon114
min	raster3d/r3.stats/main.c	/^    double min, max, vol, perc;$/;"	m	struct:__anon125	file:
min	scripts/r.tileset/r.tileset	/^min() {$/;"	f
min	swig/perl/gis.h	/^    CELL min;			\/* table min                            *\/$/;"	m	struct:Reclass
min	swig/perl/gis.h	/^    CELL min;$/;"	m	struct:Range
min	swig/perl/gis.h	/^    DCELL min, max;$/;"	m	struct:_Color_Info_
min	swig/perl/gis.h	/^    DCELL min;$/;"	m	struct:FPRange
min	vector/v.category/main.c	/^    int min[FRTYPES], max[FRTYPES];$/;"	m	struct:__anon184	file:
min	vector/v.perturb/zufall.h	9;"	d
min1	general/g.setproj/main.c	/^int min1(int a, int b)$/;"	f
min1	lib/rst/interp_float/minmax.c	/^int min1(int arg1, int arg2)$/;"	f
min1	vector/v.vol.rst/user4.c	/^int min1(int arg1, int arg2)$/;"	f
min2	lib/gis/distance.c	/^static double min2(double a, double b)$/;"	f	file:
min4	lib/gis/distance.c	/^static double min4(double a, double b, double c, double d)$/;"	f	file:
minAngle	raster/r.horizon/main.c	/^const double minAngle = DEG;$/;"	v
minUnlocked	include/G3d.h	/^    int minUnlocked;		\/* min nof elts which have to remain unlocked. min = 1 *\/$/;"	m	struct:__anon249
minValue	raster/r.out.pov/main.c	/^double minValue = 50000., maxValue = -50000.;$/;"	v
minX	visualization/nviz/src/pg.h	/^    double minX;		\/* west                             *\/$/;"	m	struct:Sql
minY	visualization/nviz/src/pg.h	/^    double minY;		\/* south                            *\/$/;"	m	struct:Sql
min_col	raster/r.mapcalc/map.c	/^static int min_col = INT_MAX;$/;"	v	file:
min_col	raster/r.mapcalc/map3.c	/^static int min_col = INT_MAX;$/;"	v	file:
min_color	ps/ps.map/ps_info.h	/^    CELL min_color, max_color;$/;"	m	struct:PS_data
min_cost	raster/r.cost/cost.h	/^    double min_cost;$/;"	m	struct:cost
min_cost	raster/r.walk/cost.h	/^    double min_cost;$/;"	m	struct:cost
min_cost	raster/wildfire/r.spread/costHa.h	/^    float min_cost, angle;$/;"	m	struct:costHa
min_dist_2_lines	vector/v.label.sa/labels.c	/^static double min_dist_2_lines(struct line_pnts *skyline,$/;"	f	file:
min_null_row	lib/gis/G.h	/^    int min_null_row;		\/* Minimum row null row number in memory *\/$/;"	m	struct:fileinfo
min_nz	include/gstypes.h	/^    float min_nz, max_nz, range_nz;$/;"	m	struct:__anon255
min_range	display/d.geodesic/plot.c	/^static int min_range[5], max_range[5];$/;"	v	file:
min_range	display/d.nviz/local.h	/^static int min_range[5], max_range[5];$/;"	v
min_range	display/d.rhumbline/plot.c	/^static int min_range[5], max_range[5];$/;"	v	file:
min_range	raster/r.profile/main.c	/^static int min_range[5], max_range[5];$/;"	v	file:
min_row	raster/r.mapcalc/map.c	/^    int min_row, max_row;$/;"	m	struct:map	file:
min_row	raster/r.mapcalc/map.c	/^static int min_row = INT_MAX;$/;"	v	file:
min_row	raster/r.mapcalc/map3.c	/^    int min_row, max_row;$/;"	m	struct:map	file:
min_row	raster/r.mapcalc/map3.c	/^static int min_row = INT_MAX;$/;"	v	file:
min_value	display/d.rast.edit/edit.h	/^GLOBAL DCELL max_value, min_value;$/;"	v
min_y	ps/ps.map/ps_info.h	/^    double map_x_orig, map_y_orig, map_y_loc, min_y, set_y;$/;"	m	struct:PS_data
minarg1	raster/r.param.scale/nrutil.c	/^float minarg1, minarg2;$/;"	v
minarg2	raster/r.param.scale/nrutil.c	/^float minarg1, minarg2;$/;"	v
minc	raster/r.surf.contour/contour.h	/^GLOBAL int minc;$/;"	v
mincat	display/d.histogram/dhist.h	/^      mincat;			\/* min. cell-file category value in list *\/$/;"	m	struct:stat_list
mincol	raster/r.buffer/main.c	/^int minrow, maxrow, mincol, maxcol;$/;"	v
mincol	raster/r.le/r.le.setup/polytocell/wrte_recrd.c	/^static float maxcol, mincol;$/;"	v	file:
minfill	lib/vector/rtree/split_q.h	/^    int total, minfill;$/;"	m	struct:PartitionVars
minr	raster/r.surf.contour/contour.h	/^GLOBAL int minr;$/;"	v
minrow	raster/r.buffer/main.c	/^int minrow, maxrow, mincol, maxcol;$/;"	v
minrow	raster/r.le/r.le.setup/polytocell/wrte_recrd.c	/^static int maxrow, minrow;$/;"	v	file:
minstat	display/d.histogram/dhist.h	/^      minstat,			\/* min. statistic in list *\/$/;"	m	struct:stat_list
minus	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^static struct box plus, minus, value;$/;"	v	typeref:struct:	file:
minus	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^static struct box plus, minus, value;$/;"	v	typeref:struct:	file:
minus	imagery/i.points/ask_mag.c	/^static struct box plus, minus, value;$/;"	v	typeref:struct:	file:
minus	imagery/i.vpoints/ask_mag.c	/^static struct box plus, minus, value;$/;"	v	typeref:struct:	file:
minus_sign	lib/datetime/scan.c	/^static int minus_sign(const char **s)$/;"	f	file:
minuse.html	raster/r.surf.idw/description.html	/^The <A NAME="minuse.html"><b>-e<\/b><\/a> flag option provides a standard$/;"	a
minute	include/datetime.h	/^    int hour, minute;$/;"	m	struct:__anon274
minute	include/dbmi.h	/^    int minute;$/;"	m	struct:_db_date_time
minute	raster/r.sunmask/solpos00.h	/^    int minute;			\/* I:              Minute of hour, 0 - 59, DEFAULT = 0 *\/$/;"	m	struct:posdata
minx	raster3d/r3.showdspf/vizual.h	/^    int minx, miny;		\/* sets the minimum dim to be displayed along this axis *\/$/;"	m	struct:Cap
miny	raster3d/r3.showdspf/vizual.h	/^    int minx, miny;		\/* sets the minimum dim to be displayed along this axis *\/$/;"	m	struct:Cap
mis	imagery/i.atcorr/main.cpp	/^int mis = 0;$/;"	v
misc	raster/r.topmodel/global.h	/^} misc;$/;"	v	typeref:struct:__anon134
misc_records	include/dlg.h	/^    int misc_records;$/;"	m	struct:dlg_head
missing	raster/r.in.arc/gethead.c	/^static int missing(int count, char *label)$/;"	f	file:
missing	raster/r.in.ascii/gethead.c	/^static int missing(int count, char *label)$/;"	f	file:
miter	raster/simwe/simlib/waterglobs.h	/^GLOBAL int miter, nwalka, lwwfin;$/;"	v
mixx	raster/simwe/simlib/waterglobs.h	/^GLOBAL double mayy, miyy, maxx, mixx;$/;"	v
miyy	raster/simwe/simlib/waterglobs.h	/^GLOBAL double mayy, miyy, maxx, mixx;$/;"	v
mkAttPopup	visualization/nviz/scripts/attPopup.tcl	/^proc mkAttPopup {w att {mode 0}} {$/;"	p
mkColorPopup	visualization/nviz/scripts/colorPopup.tcl	/^proc mkColorPopup {w {name "Choose color"} {color "#000000"} {mode 0}} {$/;"	p
mkFlyButtons	visualization/nviz/scripts/flythrough.tcl	/^proc mkFlyButtons {BASE frame draw_lab draw_var1 draw_var2} {$/;"	p
mkIsosurfAttPopup	visualization/nviz/scripts/attIsosurfPopup.tcl	/^proc mkIsosurfAttPopup {w id att {mode 0}} {$/;"	p
mkMapList	visualization/nviz/scripts/widgets.tcl	/^proc mkMapList { P type {cmd null}} {$/;"	p
mkPositionPanel	visualization/nviz/scripts/panel_surf.tcl	/^proc mkPositionPanel { w } {$/;"	p
mkSlicePosScale	visualization/nviz/scripts/panel_vol.tcl	/^proc mkSlicePosScale { S name title BASE } {$/;"	p
mkTensionScale	visualization/nviz/scripts/panel_animation.tcl	/^proc mkTensionScale {type BASE} {$/;"	p
mkVolPositionPanel	visualization/nviz/scripts/panel_vol.tcl	/^proc mkVolPositionPanel { w } {$/;"	p
mkWireColorButtons	visualization/nviz/scripts/wirecolorPopup.tcl	/^proc mkWireColorButtons { B S L} {$/;"	p
mkWireColorList	visualization/nviz/scripts/wirecolorPopup.tcl	/^proc mkWireColorList {} {$/;"	p
mkWireColorPopup	visualization/nviz/scripts/wirecolorPopup.tcl	/^proc mkWireColorPopup {w name {color "#000000"} {mode 0}} {$/;"	p
mk_att	vector/v.out.ogr/main.c	/^int mk_att(int cat, struct field_info *Fi, dbDriver *Driver, int ncol,$/;"	f
mk_attribs	vector/v.out.svg/main.c	/^static int mk_attribs(int cat, struct field_info *Fi, dbDriver * Driver,$/;"	f	file:
mk_cats	vector/v.digit/cats.tcl	/^proc mk_cats { } {$/;"	p
mk_command	display/d.histogram/get_stats.c	/^static char *mk_command(const char *fmt, int nargs, ...)$/;"	f	file:
mk_exag_slider	visualization/nviz/scripts/panel_main.tcl	/^proc mk_exag_slider {W} {$/;"	p
mk_hgt_slider	visualization/nviz/scripts/panel_main.tcl	/^proc mk_hgt_slider {W} {$/;"	p
mk_path	vector/v.out.svg/main.c	/^static int mk_path(struct line_pnts *Points, int precision)$/;"	f	file:
mkanimationPanel	visualization/nviz/scripts/panel_animation.tcl	/^proc mkanimationPanel { BASE } {$/;"	p
mkanyvar	vector/v.mapcalc/any.c	/^SYMBOL *mkanyvar(SYMBOL * var, SYMBOL * any)$/;"	f
mkarrowPanel	visualization/nviz/scripts/panel_arrow.tcl	/^proc mkarrowPanel { BASE } {$/;"	p
mkbalanced	raster/r.texture/h_measure.c	/^void mkbalanced(float **a, int n)$/;"	f
mkcmd	lib/gis/gui.tcl	/^proc mkcmd {dlg} {$/;"	p
mkcmd_string	lib/gis/gui.tcl	/^proc mkcmd_string {dlg} {$/;"	p
mkcolorPanel	visualization/nviz/scripts/panel_color.tcl	/^proc mkcolorPanel { BASE } {$/;"	p
mkcutplanePanel	visualization/nviz/scripts/panel_cutplane.tcl	/^proc mkcutplanePanel { BASE } {$/;"	p
mkdir_s	gem/tools.c	/^void mkdir_s(char *pathname, char *mode)$/;"	f
mkdspf_main	visualization/nviz/src/mkdspf_main.c	/^int mkdspf_main(data, interp, argc, argv)$/;"	f
mkdspf_normalize	visualization/nviz/src/mkdspf_iso_surface.c	/^mkdspf_normalize(n)$/;"	f
mkfringePanel	visualization/nviz/scripts/panel_fringe.tcl	/^proc mkfringePanel { BASE } {$/;"	p
mkkanimatorPanel	visualization/nviz/scripts/panel_kanimator.tcl	/^proc mkkanimatorPanel { BASE } {$/;"	p
mkkeyframeArea	visualization/nviz/scripts/panel_kanimator.tcl	/^proc mkkeyframeArea { BASE } {$/;"	p
mkkeyframeSlider	visualization/nviz/scripts/panel_animation.tcl	/^proc mkkeyframeSlider { BASE } {$/;"	p
mklabelPanel	visualization/nviz/scripts/panel_label.tcl	/^proc mklabelPanel { BASE } {$/;"	p
mklegendPanel	visualization/nviz/scripts/panel_legend.tcl	/^proc mklegendPanel { BASE } {$/;"	p
mklightsPanel	visualization/nviz/scripts/panel_lights.tcl	/^proc mklightsPanel { BASE } {$/;"	p
mkmainPanel	visualization/nviz/scripts/panel_main.tcl	/^proc mkmainPanel { BASE } {$/;"	p
mkmapvar	vector/v.mapcalc/map.c	/^SYMBOL *mkmapvar(SYMBOL * var, SYMBOL * map)$/;"	f
mknum	vector/v.mapcalc/number.c	/^SYMBOL *mknum(double d)$/;"	f
mknumvar	vector/v.mapcalc/number.c	/^SYMBOL *mknumvar(SYMBOL * var, double d)$/;"	f
mkpickPanel	visualization/nviz/scripts/panel_vquery.tcl	/^proc mkpickPanel { BASE } {$/;"	p
mkpnt	vector/v.mapcalc/vector.c	/^SYMBOL *mkpnt(double x, double y, double z)$/;"	f
mkpntvar	vector/v.mapcalc/vector.c	/^SYMBOL *mkpntvar(SYMBOL * var, SYMBOL * pnt)$/;"	f
mkposPanel	visualization/nviz/scripts/panel_pos.tcl	/^proc mkposPanel { BASE } {$/;"	p
mkqueryPanel	visualization/nviz/scripts/panel_rquery.tcl	/^proc mkqueryPanel { BASE } {$/;"	p
mkresizePanel	visualization/nviz/scripts/panel_resize.tcl	/^proc mkresizePanel {BASE} {$/;"	p
mkscalePanel	visualization/nviz/scripts/panel_scale.tcl	/^proc mkscalePanel { BASE } {$/;"	p
mksdiffPanel	visualization/nviz/scripts/panel_sdiff.tcl	/^proc mksdiffPanel { BASE } {$/;"	p
mksitePanel	visualization/nviz/scripts/panel_site.tcl	/^proc mksitePanel { BASE } {$/;"	p
mkstring	vector/v.mapcalc/any.c	/^static ANY *mkstring(void *a)$/;"	f	file:
mksurfPanel	visualization/nviz/scripts/panel_surf.tcl	/^proc mksurfPanel { BASE } {$/;"	p
mktstPanel	visualization/nviz/scripts/panel_tst.tcl	/^proc mktstPanel { BASE } {$/;"	p
mkvectPanel	visualization/nviz/scripts/panel_vect.tcl	/^proc mkvectPanel { BASE } {$/;"	p
mkvolPanel	visualization/nviz/scripts/panel_vol.tcl	/^proc mkvolPanel { BASE } {$/;"	p
ml	imagery/i.smap/bouman/bouman.h	/^    int ml;$/;"	m	struct:parms
ml	raster/r.to.vect/lines.c	/^static int tl, tc, tr, ml, mc, mr, bl, bc, br;$/;"	v	file:
mlist_grouped	lib/python/core.py	/^def mlist_grouped(type, mapset = None, pattern = None):$/;"	f
mm_register_init	include/iostream/mm.h	/^class mm_register_init {$/;"	c
mm_register_init	lib/iostream/mm.cc	/^mm_register_init::mm_register_init(void) {$/;"	f	class:mm_register_init
mmusage	raster/r.terraflow/unionFind.h	/^unionFind<T>::mmusage(T n) {$/;"	f	class:unionFind
mnanom	raster/r.sunmask/solpos00.h	/^    float mnanom;		\/* T:  S_GEOM     Mean anomaly, degrees *\/$/;"	m	struct:posdata
mnlong	raster/r.sunmask/solpos00.h	/^    float mnlong;		\/* T:  S_GEOM     Mean longitude, degrees *\/$/;"	m	struct:posdata
moca1	imagery/i.atcorr/Abstra.cpp	/^moca1 (float a[8], const long int inu)$/;"	f
moca2	imagery/i.atcorr/Abstra.cpp	/^moca2 (float a[8], const long int inu)$/;"	f
moca3	imagery/i.atcorr/Abstra.cpp	/^moca3 (float a[8], const long int inu)$/;"	f
moca4	imagery/i.atcorr/Abstra.cpp	/^void moca4 (float a[8], const long int inu)$/;"	f
moca5	imagery/i.atcorr/Abstra.cpp	/^moca5 (float a[8], const long int inu)$/;"	f
moca6	imagery/i.atcorr/Abstra.cpp	/^moca6 (float a[8], const long int inu)$/;"	f
mod	raster/r.mapcalc/expression.h	/^    int mod;$/;"	m	struct:expr_data_map
mod_cam_info	imagery/i.ortho.photo/photo.camera/mod_cam_info.c	/^int mod_cam_info(int have_old, struct Ortho_Camera_File_Ref *cam_info)$/;"	f
mod_elev_data	imagery/i.ortho.photo/photo.elev/mod_elev.c	/^int mod_elev_data(void)$/;"	f
mod_init_info	imagery/i.ortho.photo/photo.init/mod_info.c	/^int mod_init_info(int have_old, struct Ortho_Camera_Exp_Init *init_info)$/;"	f
modalProc	visualization/nviz/src/togl.c	/^    TkClassModalProc *modalProc;$/;"	m	struct:TkClassProcs	file:
modal_edit_list	visualization/nviz/scripts/ACS_utils.tcl	/^proc modal_edit_list {msg labels entries images commands {ok "OK"} {cancel "Cancel"}} {$/;"	p
modal_edit_list_old	visualization/nviz/scripts/ACS_utils.tcl	/^proc modal_edit_list_old {msg labels entries {type "NO_MAP"} {ok "OK"} {cancel "Cancel"}} {$/;"	p
modal_edit_list_plain	visualization/nviz/scripts/ACS_utils.tcl	/^proc modal_edit_list_plain {msg labels entries {ok "OK"} {cancel "Cancel"}} {$/;"	p
mode	include/datetime.h	/^    int mode;			\/* absolute or relative *\/$/;"	m	struct:__anon274
mode	include/dbmi.h	/^    int mode;$/;"	m	struct:_db_cursor
mode	include/gstypes.h	/^    IFLAG mode;			\/* current read mode *\/$/;"	m	struct:__anon256
mode	include/gstypes.h	/^    int mode, transp;$/;"	m	struct:__anon259
mode	include/vect/dig_structs.h	/^    int mode;			\/*  Read, Write, RW                         *\/$/;"	m	struct:Map_info
mode	include/vect/dig_structs.h	/^    int mode;			\/* Read, Write, RW *\/$/;"	m	struct:Plus_head
mode	lib/gis/spawn.c	/^    int mode;$/;"	m	struct:redirect	file:
mode	raster/r.horizon/main.c	/^int mode;$/;"	v
mode	raster/r.mapcalc/xmode.c	/^static double mode(double *value, int argc)$/;"	f	file:
mode	vector/v.digit/util.c	/^static int sxo, syo, mode;$/;"	v	file:
mode	vector/v.digit/zoom.c	/^    int mode;			\/* 1 - first corner; 2 - first or second corner *\/$/;"	m	struct:zoom_window	file:
mode	vector/v.edit/global.h	/^enum mode$/;"	g
mode	visualization/nviz/src/togl_flythrough.c	/^    int mode;$/;"	m	struct:flyData	file:
mode	visualization/nviz2/cmd/local_proto.h	/^      *mode, *res_fine, *res_coarse, *style, *shade, *wire_color, *surface_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
mode3d	vector/v.voronoi/sw_defs.h	/^int triangulate, sorted, plot, debug, mode3d;$/;"	v
mode_all	visualization/nviz2/cmd/local_proto.h	/^    struct Flag *mode_all;$/;"	m	struct:GParams	typeref:struct:GParams::Flag
modified	lib/cairodriver/Graph.c	/^int modified;$/;"	v
modified	lib/pngdriver/Graph_set.c	/^int modified;$/;"	v
modifyNull	raster3d/base/r3.null.main.c	/^modifyNull(char *name, d_Mask * maskRules, int changeNull, double newNullVal)$/;"	f	file:
modis	imagery/i.atcorr/Iwave.cpp	/^void IWave::modis(int iwa)$/;"	f	class:IWave
modular	include/gis.h	/^    struct _Color_Info_ modular;$/;"	m	struct:Colors	typeref:struct:Colors::_Color_Info_
modular	swig/perl/gis.h	/^    struct _Color_Info_ modular;$/;"	m	struct:Colors	typeref:struct:Colors::_Color_Info_
module	general/g.parser/main.c	/^    struct GModule *module;$/;"	m	struct:context	typeref:struct:context::GModule	file:
module	raster/simwe/r.sim.sediment/main.c	/^struct GModule *module;$/;"	v	typeref:struct:GModule
module	raster/simwe/r.sim.water/main.c	/^struct GModule *module;$/;"	v	typeref:struct:GModule
module_info	lib/gis/parser.c	/^static struct GModule module_info;	\/* general information on the corresponding module *\/$/;"	v	typeref:struct:GModule	file:
mois_fd	raster/wildfire/r.spread/main.c	/^int spotdist_fd, velocity_fd, mois_fd;$/;"	v
mois_layer	raster/wildfire/r.spread/collect_ori.c	/^char *mois_layer;$/;"	v
monitor_annotate	gui/tcltk/gis.m/runandoutput.tcl	/^proc monitor_annotate {handle text} {$/;"	p
monitor_annotation_start	gui/tcltk/gis.m/runandoutput.tcl	/^proc monitor_annotation_start {mon title tags} {$/;"	p
monitor_menu	gui/tcltk/d.m/d.m.tcl	/^proc monitor_menu {op} {$/;"	p
monitor_name	display/drivers/XDRIVER/Graph_set.c	/^const char *monitor_name;$/;"	v
monitors	lib/raster/parse_mon.c	/^static FILE *monitors = NULL;$/;"	v	file:
month	imagery/i.atcorr/Date.h	/^	unsigned char month;$/;"	m	class:Date
month	imagery/i.atcorr/GeomCond.h	/^	long int month;$/;"	m	struct:GeomCond
month	include/datetime.h	/^    int year, month, day;$/;"	m	struct:__anon274
month	include/dbmi.h	/^    int month;$/;"	m	struct:_db_date_time
month	raster/r.sunmask/solpos00.h	/^    int month;			\/* I\/O: S_DOY      Month number (Jan = 1, Feb = 2, etc.)$/;"	m	struct:posdata
month_days	raster/r.sunmask/solpos00.c	/^static int month_days[2][13] = { {0, 0, 31, 59, 90, 120, 151,$/;"	v	file:
month_names	lib/datetime/scan.c	/^static const char *month_names[] = {$/;"	v	file:
months	lib/datetime/format.c	/^static char *months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun",$/;"	v	file:
more	imagery/i.ask/popup.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:	file:
more	imagery/i.ortho.photo/photo.2image/analyze.c	/^static struct box more, less, report;$/;"	v	typeref:struct:box	file:
more	imagery/i.ortho.photo/photo.2image/ask.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:	file:
more	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM struct box more, less, report;$/;"	v	typeref:struct:box
more	imagery/i.ortho.photo/photo.2target/analyze.c	/^static struct box more, less, report;$/;"	v	typeref:struct:box	file:
more	imagery/i.ortho.photo/photo.2target/ask.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:	file:
more	imagery/i.points/analyze.c	/^static struct box more, less, report;$/;"	v	typeref:struct:box	file:
more	imagery/i.points/ask.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:	file:
more	imagery/i.vpoints/analyze.c	/^static struct box more, less, report;$/;"	v	typeref:struct:box	file:
more	imagery/i.vpoints/ask.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:	file:
more	imagery/i.vpoints/ask_lineclr.c	/^static struct box cancel, more, less;$/;"	v	typeref:struct:	file:
more	lib/datetime/scan.c	/^static int more(const char **s)$/;"	f	file:
more_areas	raster/r.to.vect/areas.c	/^static int more_areas(void)$/;"	f	file:
more_equivs	raster/r.to.vect/areas.c	/^int more_equivs(void)$/;"	f
mouse	display/d.geodesic/mouse.c	/^void mouse(int line_color, int text_color)$/;"	f
mouse	display/d.rhumbline/mouse.c	/^int mouse(int line_color, int text_color)$/;"	f
mouse	imagery/i.class/input.c	/^static int mouse(Objects * objects, int ax, int ay, int box)$/;"	f	file:
mouse	imagery/i.ortho.photo/photo.2image/input.c	/^static int mouse(Objects * objects, int ax, int ay, int box)$/;"	f	file:
mouse	imagery/i.ortho.photo/photo.2target/input.c	/^static int mouse(Objects * objects, int ax, int ay, int box)$/;"	f	file:
mouse	imagery/i.points/input.c	/^static int mouse(Objects * objects, int ax, int ay, int box)$/;"	f	file:
mouse	imagery/i.vpoints/input.c	/^static int mouse(Objects * objects, int ax, int ay, int box)$/;"	f	file:
mouse	visualization/nviz/src/togl_flythrough.c	/^    struct mouseData mouse;$/;"	m	struct:cbData	typeref:struct:cbData::mouseData	file:
mouseData	visualization/nviz/src/togl_flythrough.c	/^struct mouseData$/;"	s	file:
mouse_button	lib/driver/init.c	/^int mouse_button[3] = { 1, 2, 3 };$/;"	v
mouse_query	display/d.barscale/mouse.c	/^int mouse_query(int toptext)$/;"	f
mouse_valuator	visualization/nviz/src/togl_flythrough.c	/^void mouse_valuator(struct Togl *togl)$/;"	f
mov_wind	raster/r.le/r.le.setup/mv_wind.c	/^void mov_wind(int t, int b, int l, int r, char *n1, char *n2, char *n3,$/;"	f
move	display/d.geodesic/plot.c	/^static int move(int x, int y)$/;"	f	file:
move	display/d.graph/description.html	/^<a name="move"><\/a>$/;"	a
move	display/d.nviz/main.c	/^static int move(int x, int y)$/;"	f	file:
move	display/d.rhumbline/plot.c	/^static int move(int x, int y)$/;"	f	file:
move	lib/gis/plot.c	/^static int (*move) (int, int);$/;"	v	file:
move	raster/r.digit/setup_graph.c	/^int move(int x, int y)$/;"	f
move	raster/r.in.poly/raster.c	/^static int move(int x, int y)$/;"	f	file:
move	raster/r.profile/main.c	/^static int move(int x, int y)$/;"	f	file:
move	raster/r.to.vect/util.c	/^struct COOR *move(struct COOR *point)$/;"	f
move	vector/v.edit/global.h	/^	*coord, *cat, *move, *bbox, *fld,$/;"	m	struct:GParams	typeref:struct:GParams::
move	vector/v.to.rast/raster.c	/^static int move(int x, int y)$/;"	f	file:
move_abs	lib/raster/transport.h	/^    void (*move_abs) (int, int);$/;"	m	struct:transport
move_first	vector/v.edit/global.h	/^    struct Flag *header, *topo, *close, *reverse, *move_first;$/;"	m	struct:GParams	typeref:struct:GParams::
move_line	vector/v.digit/line.c	/^struct move_line$/;"	s	file:
move_line	vector/v.digit/line.c	/^void move_line(void)$/;"	f
move_line_begin	vector/v.digit/line.c	/^int move_line_begin(void *closure)$/;"	f
move_line_end	vector/v.digit/line.c	/^int move_line_end(void *closure)$/;"	f
move_line_update	vector/v.digit/line.c	/^int move_line_update(void *closure, int sxn, int syn, int button)$/;"	f
move_local	ps/ps.map/gprims.c	/^int move_local(int x, int y)$/;"	f
move_position	visualization/nviz/scripts/panel_main.tcl	/^proc move_position {} {$/;"	p
move_rel	lib/raster/transport.h	/^    void (*move_rel) (int, int);$/;"	m	struct:transport
move_vertex	vector/v.digit/vertex.c	/^struct move_vertex$/;"	s	file:
move_vertex	vector/v.digit/vertex.c	/^void move_vertex(void)$/;"	f
move_vertex_begin	vector/v.digit/vertex.c	/^int move_vertex_begin(void *closure)$/;"	f
move_vertex_end	vector/v.digit/vertex.c	/^int move_vertex_end(void *closure)$/;"	f
move_vertex_update	vector/v.digit/vertex.c	/^int move_vertex_update(void *closure, int sxn, int syn, int button)$/;"	f
mr	raster/r.to.vect/lines.c	/^static int tl, tc, tr, ml, mc, mr, bl, bc, br;$/;"	v	file:
mrand48	raster/r.mapcalc/xrand.c	16;"	d	file:
mscale	raster/simwe/simlib/waterglobs.h	/^    struct Flag *mscale, *tserie;$/;"	m	struct:__anon138	typeref:struct:__anon138::Flag
mscale	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *mscale;$/;"	v
msg	gui/wxpython/gui_modules/debug.py	/^    def msg (self, level, message):$/;"	m	class:DebugMsg
msg	imagery/i.ortho.photo/libes/orthoref.c	/^char msg[120];$/;"	v
msg	raster/r.li/r.li.daemon/ipc.h	/^typedef struct msg$/;"	s
msg	raster/r.li/r.li.daemon/ipc.h	/^} msg;$/;"	t	typeref:struct:msg
msg	raster/r.resamp.rst/main.c	/^char msg[1024];$/;"	v
msg	raster/simwe/r.sim.sediment/main.c	/^char msg[1024];$/;"	v
msg	raster/simwe/r.sim.water/main.c	/^char msg[1024];$/;"	v
msg	vector/v.surf.rst/main.c	/^char msg[1024];$/;"	v
msg	vector/v.vol.rst/userglobs.h	/^char msg[80];$/;"	v
msgCaption	gui/wxpython/vdigit/driver.h	/^    wxString msgCaption;$/;"	m	class:DisplayDriver
mss	imagery/i.atcorr/Iwave.cpp	/^void IWave::mss(int iwa)$/;"	f	class:IWave
mst	vector/v.net.steiner/main.c	/^int mst(struct Map_info *Map, int *trms, int ntrms,	\/* array of terminal, number of terminals *\/$/;"	f
mtime	include/vect/dig_structs.h	/^    long mtime;			\/* time of last modification *\/$/;"	m	struct:Coor_info
mu	imagery/i.atcorr/Gauss.h	/^const long int mu	= 25;$/;"	v
mu2	imagery/i.atcorr/gauss.cpp	/^const long int mu2	= 48;$/;"	v
mult	include/gstypes.h	/^    float mult;$/;"	m	struct:__anon253
mult	lib/gmath/mult.c	/^mult(double *v1[2], int size1, double *v2[2], int size2, double *v3[2],$/;"	f
multant	lib/rst/qtree/qtree.h	/^    int multant;$/;"	m	struct:multtree
multfunc	lib/rst/qtree/qtree.h	/^struct multfunc$/;"	s
multiMerge	include/iostream/ami_sort_impl.h	/^multiMerge(queue<char*>* runList, Compare *cmp)$/;"	f
multi_lines	ps/ps.map/mtextbox.c	/^int multi_lines(char *text)$/;"	f
multi_text_box_path	ps/ps.map/mtextbox.c	/^int multi_text_box_path(double x, double y,$/;"	f
multialloc	imagery/i.smap/bouman/multialloc.c	/^char *multialloc(size_t s,	\/* individual array element size *\/$/;"	f
multifree	imagery/i.smap/bouman/multialloc.c	/^void multifree(char *r, int d)$/;"	f
multimap_blank_cmd	visualization/nviz/scripts/filemapBrowser.tcl	/^proc multimap_blank_cmd {w} {$/;"	p
multimap_browser_list_mapset	visualization/nviz/scripts/multimapBrowser.tcl	/^proc multimap_browser_list_mapset {w} {$/;"	p
multimap_browser_select_file	visualization/nviz/scripts/multimapBrowser.tcl	/^proc multimap_browser_select_file {W y w} {$/;"	p
multimap_browser_select_mapset	visualization/nviz/scripts/multimapBrowser.tcl	/^proc multimap_browser_select_mapset {W y w} {$/;"	p
multimap_cancel_cmd	visualization/nviz/scripts/filemapBrowser.tcl	/^proc multimap_cancel_cmd {w} {$/;"	p
multimap_cancel_cmd	visualization/nviz/scripts/multimapBrowser.tcl	/^proc multimap_cancel_cmd {w} {$/;"	p
multimap_done_cmd	visualization/nviz/scripts/filemapBrowser.tcl	/^proc multimap_done_cmd {w} {$/;"	p
multimap_done_cmd	visualization/nviz/scripts/multimapBrowser.tcl	/^proc multimap_done_cmd {w} {$/;"	p
multimap_previous_cmd	visualization/nviz/scripts/filemapBrowser.tcl	/^proc multimap_previous_cmd {w} {$/;"	p
multimap_remove_cmd	visualization/nviz/scripts/filemapBrowser.tcl	/^proc multimap_remove_cmd {w} {$/;"	p
multimap_remove_cmd	visualization/nviz/scripts/multimapBrowser.tcl	/^proc multimap_remove_cmd {w} {$/;"	p
multiple	include/gis.h	/^    int multiple;		\/* Multiple entries OK              *\/$/;"	m	struct:Option
multiple	swig/perl/gis.h	/^    int multiple;		\/* Multiple entries OK              *\/$/;"	m	struct:Option
multtree	lib/rst/qtree/qtree.h	/^struct multtree$/;"	s
mum1	imagery/i.atcorr/computations.cpp	327;"	d	file:
mv_driver	raster/r.le/r.le.patch/driver.c	/^void mv_driver()$/;"	f
mv_driver	raster/r.le/r.le.pixel/driver.c	/^void mv_driver()$/;"	f
mv_patch	raster/r.le/r.le.patch/patch.c	/^void mv_patch(PATCH * patch_list, double **value, int index)$/;"	f
mv_texture	raster/r.le/r.le.pixel/texture.c	/^void mv_texture(int nrows, int ncols, double **buf, double **null_buf,$/;"	f
mx	raster/simwe/simlib/waterglobs.h	/^GLOBAL int mx, my;$/;"	v
mx	visualization/nviz/src/togl_flythrough.c	/^    float mx;$/;"	m	struct:flyData	file:
mx2	raster/simwe/simlib/waterglobs.h	/^GLOBAL int mx2, my2;$/;"	v
mx2o	raster/simwe/simlib/waterglobs.h	/^GLOBAL int iterout, mx2o, my2o;$/;"	v
my	raster/simwe/simlib/waterglobs.h	/^GLOBAL int mx, my;$/;"	v
my	visualization/nviz/src/togl_flythrough.c	/^    float my;$/;"	m	struct:flyData	file:
my2	raster/simwe/simlib/waterglobs.h	/^GLOBAL int mx2, my2;$/;"	v
my2o	raster/simwe/simlib/waterglobs.h	/^GLOBAL int iterout, mx2o, my2o;$/;"	v
myDcell	display/d.profile/main.c	/^void myDcell(char *name, char *mapset, int overlay)$/;"	f
my_characters	gui/wxpython/gui_modules/menuform.py	/^    def my_characters(self, ch):$/;"	m	class:processTask
my_characters	gui/wxpython/gui_modules/workspace.py	/^    def my_characters(self, ch):$/;"	m	class:ProcessWorkspaceFile
my_error_routine	swig/perl2/error.c	/^void my_error_routine(char *msg, int fatal)$/;"	f
my_fread	lib/dspf/cube_io.c	/^int my_fread(char *buf, int size, int cnt, FILE * fp)$/;"	f
my_next_att	sites/s.in.ascii/get_site.c	/^static char *my_next_att(char *buf)$/;"	f	file:
my_select	lib/rowio/get.c	/^static void *my_select(ROWIO * R, int n)$/;"	f	file:
my_sv_2pvbyte	swig/perl/R_slope_aspect/ppport.h	/^static char *my_sv_2pvbyte(pTHX_ register SV * sv, STRLEN * lp)$/;"	f
myalloc	vector/v.voronoi/sw_memory.c	/^char *myalloc(unsigned n)$/;"	f
mymax	raster/r.terraflow/water.cc	/^T mymax(T a, T b) {$/;"	f
mymin	include/iostream/pqheap.h	/^static unsigned int mymin(unsigned int a, unsigned int b) {$/;"	f
myrand	vector/v.kcv/utils.c	/^double myrand(void)$/;"	f
myrand	vector/v.random/main.c	/^double myrand()$/;"	f
myrng	vector/v.perturb/myrng.c	/^int myrng(double *numbers, int n,$/;"	f
mysql_query	configure	/^mysql_query()$/;"	f
mysql_server_init	configure	/^mysql_server_init();$/;"	f
mystats	lib/gis/pole_in_poly.c	/^static int mystats(double x0, double y0, double x1, double y1, double *len,$/;"	f	file:
n	display/d.nviz/local.h	/^static double dist, e = 0, n = 0;$/;"	v
n	general/g.transform/crs.c	/^    int n;			\/* SIZE OF THIS MATRIX (N x N) *\/$/;"	m	struct:MATRIX	file:
n	imagery/i.ortho.photo/libes/orthophoto.h	/^	int n;			\/* index into Ref_Files *\/$/;"	m	struct:Ortho_Image_Group_Ref::Ortho_Ref_Color
n	imagery/i.rectify/crs.c	/^    int n;			\/* SIZE OF THIS MATRIX (N x N) *\/$/;"	m	struct:MATRIX	file:
n	imagery/i.vpoints/crs.c	/^    int n;			\/* SIZE OF THIS MATRIX (N x N) *\/$/;"	m	struct:MATRIX	file:
n	include/imagery.h	/^    int n;		       \/* index into Ref_Files *\/$/;"	m	struct:Ref_Color
n	include/segment.h	/^	int n;			\/* segment number *\/$/;"	m	struct:__anon280::SEGMENT_SCB
n	lib/db/dbmi_base/login.c	/^    int n, a;$/;"	m	struct:__anon27	file:
n	lib/vector/dglib/heap.h	/^    int n;$/;"	m	union:_dglHeapData
n	raster/r.horizon/main.c	/^int n, m, m100, n100;$/;"	v
n	raster/r.le/r.le.patch/patch.h	/^    int n, s, e, w;$/;"	m	struct:reglist
n	raster/r.le/r.le.patch/patch.h	/^    int num, n, s, e, w, npts;$/;"	m	struct:patch
n	raster/r.le/r.le.pixel/pixel.h	/^    int n, s, e, w;$/;"	m	struct:reglist
n	raster/r.le/r.le.trace/r.le.trace.h	/^    int num, n, s, e, w, npts;$/;"	m	struct:patch
n	raster/r.median/stats.h	/^    int n;$/;"	m	struct:stats
n	raster/r.profile/main.c	/^static double dist, e, n;$/;"	v	file:
n	raster/r.statistics/method.h	/^    int n;$/;"	m	struct:stats
n	raster/r.sun/main.c	/^int shd, typ, n, m, ip, jp;$/;"	v
n	raster/r.sun2/main.c	/^int n, m, ip, jp;$/;"	v
n	raster/r.univar2/globals.h	/^    int n;$/;"	m	struct:__anon157
n	vector/v.overlay/local.h	/^    int n;$/;"	m	struct:__anon173
n1	display/d.profile/profile.h	/^    double n1, e1, n2, e2;$/;"	m	struct:Profile
n1	imagery/i.ortho.photo/libes/orthophoto.h	/^    double *n1;$/;"	m	struct:Ortho_Control_Points
n1	imagery/i.ortho.photo/libes/orthophoto.h	/^    double *n1;$/;"	m	struct:Ortho_Photo_Points
n1	include/imagery.h	/^    double *n1;$/;"	m	struct:Control_Points
n1	lib/dspf/viz.h	/^    float n1[3], n2[3], n3[3];	\/*normals for vertices *\/$/;"	m	struct:__anon34
n1	ps/ps.map/ps_outline.c	/^double e1, e2, e3, n1, n2, n3;$/;"	v
n1	raster3d/r3.showdspf/vizual2.h	/^    float n1[3], n2[3], n3[3];	\/*normals for vertices *\/$/;"	m	struct:__anon115
n100	raster/r.horizon/main.c	/^int n, m, m100, n100;$/;"	v
n1_4	raster/r.le/r.le.patch/patch.c	/^    *c10e, *s3, *s4, *s5, *s6, *s7_8, *s1_2, *h3, *h4, *h5, *h6, *h1_2, *n1_4,$/;"	v
n2	display/d.profile/profile.h	/^    double n1, e1, n2, e2;$/;"	m	struct:Profile
n2	imagery/i.ortho.photo/libes/orthophoto.h	/^    double *n2;$/;"	m	struct:Ortho_Control_Points
n2	imagery/i.ortho.photo/libes/orthophoto.h	/^    double *n2;$/;"	m	struct:Ortho_Photo_Points
n2	include/imagery.h	/^    double *n2;$/;"	m	struct:Control_Points
n2	lib/dspf/viz.h	/^    float n1[3], n2[3], n3[3];	\/*normals for vertices *\/$/;"	m	struct:__anon34
n2	ps/ps.map/ps_outline.c	/^double e1, e2, e3, n1, n2, n3;$/;"	v
n2	raster3d/r3.showdspf/vizual2.h	/^    float n1[3], n2[3], n3[3];	\/*normals for vertices *\/$/;"	m	struct:__anon115
n3	lib/dspf/viz.h	/^    float n1[3], n2[3], n3[3];	\/*normals for vertices *\/$/;"	m	struct:__anon34
n3	ps/ps.map/ps_outline.c	/^double e1, e2, e3, n1, n2, n3;$/;"	v
n3	raster3d/r3.showdspf/vizual2.h	/^    float n1[3], n2[3], n3[3];	\/*normals for vertices *\/$/;"	m	struct:__anon115
nBufSize	lib/external/shapelib/shapefil.h	/^    int         nBufSize;$/;"	m	struct:__anon68
nCells	raster/r.random/local_proto.h	/^    long nCells, nNulls, nRand, cnCells, cnNulls;$/;"	m	struct:rr_state
nCol	include/sqlp.h	/^    int nCol;			\/* number of columns *\/$/;"	m	struct:__anon297
nCorrectGrad	vector/lidar/lidarlib/InterpSpline.c	/^void nCorrectGrad(double **N, double lambda, int xNum, int yNum,$/;"	f
nCorrectLapl	vector/lidar/lidarlib/InterpSpline.c	/^void nCorrectLapl(double **N, double lambda, int xNum, int yNum,$/;"	f
nCost	lib/vector/dglib/tree.h	/^    dglInt32_t nCost;$/;"	m	struct:_dglTreePredist
nCurrentRecord	lib/external/shapelib/shapefil.h	/^    int		nCurrentRecord;$/;"	m	struct:__anon71
nDestinationNode	lib/vector/dglib/graph.h	/^    dglInt32_t nDestinationNode;$/;"	m	struct:_dglSPReport
nDimension	lib/external/shapelib/shapefil.h	/^    int		nDimension;$/;"	m	struct:__anon70
nDistance	lib/vector/dglib/graph.h	/^    dglInt32_t nDistance;$/;"	m	struct:_dglSPArc
nDistance	lib/vector/dglib/graph.h	/^    dglInt32_t nDistance;$/;"	m	struct:_dglSPReport
nDistance	lib/vector/dglib/tree.h	/^    dglInt32_t nDistance;$/;"	m	struct:_dglTreePredist
nEdgeCost	lib/vector/dglib/graph.h	/^    dglInt32_t nEdgeCost;$/;"	m	struct:_dglSPClipOutput
nFamily	lib/vector/dglib/graph.h	/^    dglInt32_t nFamily;$/;"	m	struct:_dglGraph
nFields	lib/external/shapelib/shapefil.h	/^    int		nFields;$/;"	m	struct:__anon71
nFileSize	lib/external/shapelib/shapefil.h	/^    int		nFileSize;				\/* SHP file *\/$/;"	m	struct:__anon68
nFlg	lib/vector/dglib/examples/opt.h	/^	int nFlg;		\/* flags describing the option *\/$/;"	m	struct:GnoOption
nFrom	lib/vector/dglib/graph.h	/^    dglInt32_t nFrom;$/;"	m	struct:_dglSPArc
nFrom	lib/vector/dglib/tree.h	/^    dglInt32_t nFrom;$/;"	m	struct:_dglTreePredist
nFromDistance	lib/vector/dglib/graph.h	/^    dglInt32_t nFromDistance;$/;"	m	struct:_dglSPClipInput
nHeaderLength	lib/external/shapelib/shapefil.h	/^    int		nHeaderLength;$/;"	m	struct:__anon71
nKey	lib/vector/dglib/tree.h	/^    dglInt32_t nKey;$/;"	m	struct:_dglTreeEdge
nKey	lib/vector/dglib/tree.h	/^    dglInt32_t nKey;$/;"	m	struct:_dglTreeEdgePri32
nKey	lib/vector/dglib/tree.h	/^    dglInt32_t nKey;$/;"	m	struct:_dglTreeNodePri32
nKey	lib/vector/dglib/tree.h	/^    dglInt32_t nKey;$/;"	m	struct:_dglTreePredist
nKey	lib/vector/dglib/tree.h	/^    dglInt32_t nKey;$/;"	m	struct:_dglTreeTouchI32
nKey	lib/vector/dglib/tree.h	/^    long nKey;$/;"	m	struct:_dglTreeNode
nKey	lib/vector/dglib/tree.h	/^    long nKey;$/;"	m	struct:_dglTreeNode2
nMaxDepth	lib/external/shapelib/shapefil.h	/^    int		nMaxDepth;$/;"	m	struct:__anon70
nMaxFieldCat	vector/v.digit/global.h	/^Global int nMaxFieldCat, aMaxFieldCat;$/;"	v
nMaxRecords	lib/external/shapelib/shapefil.h	/^    int		nMaxRecords;$/;"	m	struct:__anon68
nNulls	raster/r.random/local_proto.h	/^    long nCells, nNulls, nRand, cnCells, cnNulls;$/;"	m	struct:rr_state
nOptions	lib/vector/dglib/graph.h	/^    dglInt32_t nOptions;$/;"	m	struct:_dglGraph
nParts	lib/external/shapelib/shapefil.h	/^    int		nParts;$/;"	m	struct:__anon69
nRand	raster/r.random/local_proto.h	/^    long nCells, nNulls, nRand, cnCells, cnNulls;$/;"	m	struct:rr_state
nRecordLength	lib/external/shapelib/shapefil.h	/^    int		nRecordLength;$/;"	m	struct:__anon71
nRecords	lib/external/shapelib/shapefil.h	/^    int         nRecords;$/;"	m	struct:__anon68
nRecords	lib/external/shapelib/shapefil.h	/^    int         nRecords;$/;"	m	struct:__anon71
nRows	lib/form/form.c	/^static int nRows = 0;$/;"	v	file:
nRows	vector/v.digit/form.c	/^static int nRows = 0;$/;"	v	file:
nSHPType	lib/external/shapelib/shapefil.h	/^    int		nSHPType;$/;"	m	struct:__anon69
nShapeCount	lib/external/shapelib/shapefil.h	/^    int		nShapeCount;$/;"	m	struct:shape_tree_node
nShapeId	lib/external/shapelib/shapefil.h	/^    int		nShapeId; \/* -1 is unknown\/unassigned *\/$/;"	m	struct:__anon69
nShapeType	lib/external/shapelib/shapefil.h	/^    int		nShapeType;				\/* SHPT_* *\/$/;"	m	struct:__anon68
nStartNode	lib/vector/dglib/graph.h	/^    dglInt32_t nStartNode;$/;"	m	struct:__anon81
nStartNode	lib/vector/dglib/graph.h	/^    dglInt32_t nStartNode;$/;"	m	struct:_dglSPReport
nState	lib/vector/dglib/graph.h	/^    int nState;$/;"	m	struct:__anon85
nSubNodes	lib/external/shapelib/shapefil.h	/^    int		nSubNodes;$/;"	m	struct:shape_tree_node
nTiles	include/G3d.h	/^    int nxy, nTiles;$/;"	m	struct:G3D_Map
nTo	lib/vector/dglib/graph.h	/^    dglInt32_t nTo;$/;"	m	struct:_dglSPArc
nTotalCount	lib/external/shapelib/shapefil.h	/^    int         nTotalCount;$/;"	m	struct:__anon70
nVal	include/sqlp.h	/^    int nVal;$/;"	m	struct:__anon297
nVertices	lib/external/shapelib/shapefil.h	/^    int		nVertices;$/;"	m	struct:__anon69
nWorkFieldLength	lib/external/shapelib/shapefil.h	/^    int         nWorkFieldLength;$/;"	m	struct:__anon71
n_areas	include/vect/dig_structs.h	/^    plus_t n_areas;		\/* Current Number of areas *\/$/;"	m	struct:Plus_head
n_areas	raster/r.to.vect/areas.c	/^static int n_areas, area_num, n_equiv, tl_area;$/;"	v	file:
n_atts	include/dlg.h	/^    int n_atts;$/;"	m	struct:dlg_area
n_atts	include/dlg.h	/^    int n_atts;$/;"	m	struct:dlg_line
n_atts	include/dlg.h	/^    int n_atts;$/;"	m	struct:dlg_node
n_atts_alloc	include/dlg.h	/^    int n_atts_alloc;$/;"	m	struct:dlg_area
n_atts_alloc	include/dlg.h	/^    int n_atts_alloc;$/;"	m	struct:dlg_line
n_atts_alloc	include/dlg.h	/^    int n_atts_alloc;$/;"	m	struct:dlg_node
n_bits	raster3d/r3.showdspf/togif.h	/^    int n_bits;			\/* number of bits\/code *\/$/;"	m	struct:_vgl_GIFWriter
n_blines	include/vect/dig_structs.h	/^    plus_t n_blines;		\/* Current Number of boundary lines *\/$/;"	m	struct:Plus_head
n_candidates	vector/v.label.sa/labels.h	/^    int n_candidates;		    \/**< The size of the candidates array *\/$/;"	m	struct:_label
n_cats	include/vect/dig_structs.h	/^    int n_cats;			\/* number of items in cat array *\/$/;"	m	struct:Cat_index
n_cats	include/vect/dig_structs.h	/^    int n_cats;			\/* number of vector categories attached to element *\/$/;"	m	struct:line_cats
n_cidx	include/vect/dig_structs.h	/^    int n_cidx;			\/* number of cat indexes (one for each field) *\/$/;"	m	struct:Plus_head
n_clines	include/vect/dig_structs.h	/^    plus_t n_clines;		\/* Current Number of centroid lines *\/$/;"	m	struct:Plus_head
n_cols	lib/rst/data/dataquad.h	/^    int n_cols;$/;"	m	struct:quaddata
n_cols	raster/r.thin/io.c	/^static int n_rows, n_cols;$/;"	v	file:
n_cols	raster/r.thin/thin_lines.c	/^static int n_rows, n_cols, pad_size;$/;"	v	file:
n_cols	raster/r.to.vect/lines.c	/^static int row, col, n_cols;$/;"	v	file:
n_cols	vector/v.vol.rst/dataoct.h	/^    int n_cols;$/;"	m	struct:octdata
n_coors	include/dlg.h	/^    int n_coors;$/;"	m	struct:dlg_line
n_coors_alloc	include/dlg.h	/^    int n_coors_alloc;$/;"	m	struct:dlg_line
n_cross	lib/vector/Vlib/intersect.c	/^static int n_cross;$/;"	v	file:
n_edges	include/vect/dig_structs.h	/^    plus_t n_edges;		\/* Current Number of edges *\/$/;"	m	struct:Plus_head
n_elem	include/gstypes.h	/^    int n_elem;			\/* if n_elem == 256, index == NULL *\/$/;"	m	struct:__anon252
n_elements	vector/v.in.dwg/global.h	/^Global int n_elements;		\/* number of processed elements (only low level elements) *\/$/;"	v
n_equiv	raster/r.to.vect/areas.c	/^static int n_areas, area_num, n_equiv, tl_area;$/;"	v	file:
n_fields	include/vect/dig_structs.h	/^    int alloc_fields, n_fields;$/;"	m	struct:dblinks
n_flags	lib/gis/parser.c	/^static int n_flags = 0;$/;"	v	file:
n_flines	include/vect/dig_structs.h	/^    plus_t n_flines;		\/* Current Number of face lines *\/$/;"	m	struct:Plus_head
n_free_e	vector/v.delaunay2/memory.c	/^static unsigned int n_free_e;$/;"	v	file:
n_holes	include/vect/dig_structs.h	/^    plus_t n_holes;		\/* Current Number of holes *\/$/;"	m	struct:Plus_head
n_intersections	vector/v.label.sa/labels.h	/^    int n_intersections;	    \/**< Number of items in the intersections array *\/$/;"	m	struct:_label_candidate
n_isles	include/dlg.h	/^    int n_isles;$/;"	m	struct:dlg_area
n_isles	include/vect/dig_structs.h	/^    plus_t n_isles;		\/* Number of islands inside *\/$/;"	m	struct:P_area
n_isles	include/vect/dig_structs.h	/^    plus_t n_isles;$/;"	m	struct:Plus_head
n_isosurfs	include/gstypes.h	/^    int n_isosurfs;$/;"	m	struct:g_vol
n_items	lib/gis/parser.c	/^static int n_items = 0;$/;"	v	file:
n_klines	include/vect/dig_structs.h	/^    plus_t n_klines;		\/* Current Number of kernel lines *\/$/;"	m	struct:Plus_head
n_levs	vector/v.vol.rst/dataoct.h	/^    int n_levs;$/;"	m	struct:octdata
n_lines	include/dlg.h	/^    int n_lines;$/;"	m	struct:dlg_area
n_lines	include/dlg.h	/^    int n_lines;$/;"	m	struct:dlg_node
n_lines	include/gstypes.h	/^    int use_mem, n_lines;$/;"	m	struct:g_vect
n_lines	include/vect/dig_structs.h	/^    plus_t n_lines;		\/* Current Number of lines *\/$/;"	m	struct:Plus_head
n_lines	include/vect/dig_structs.h	/^    plus_t n_lines;		\/* Number of attached lines (size of lines, angle) *\/$/;"	m	struct:P_node
n_lines	include/vect/dig_structs.h	/^    plus_t n_lines;		\/* Number of boundary lines *\/$/;"	m	struct:P_area
n_lines	include/vect/dig_structs.h	/^    plus_t n_lines;		\/* Number of boundary lines *\/$/;"	m	struct:P_isle
n_lines_alloc	include/dlg.h	/^    int n_lines_alloc;$/;"	m	struct:dlg_area
n_lines_alloc	include/dlg.h	/^    int n_lines_alloc;$/;"	m	struct:dlg_node
n_llines	include/vect/dig_structs.h	/^    plus_t n_llines;		\/* Current Number of line     lines *\/$/;"	m	struct:Plus_head
n_nodes	include/vect/dig_structs.h	/^    plus_t n_nodes;		\/* Current Number of nodes *\/$/;"	m	struct:Plus_head
n_nulls	imagery/i.gensigset/subcluster.c	/^static int total_nulls, *n_nulls;$/;"	v	file:
n_opts	lib/gis/parser.c	/^static int n_opts = 0;$/;"	v	file:
n_parts	lib/vector/Vlib/build_ogr.c	/^    int n_parts;$/;"	m	struct:__anon76	file:
n_perc	raster/r.univar2/globals.h	/^    unsigned int n_perc;$/;"	m	struct:__anon157
n_plines	include/vect/dig_structs.h	/^    plus_t n_plines;		\/* Current Number of point    lines *\/$/;"	m	struct:Plus_head
n_points	include/vect/dig_structs.h	/^    int n_points;$/;"	m	struct:line_pnts
n_points	lib/rst/data/dataquad.h	/^    int n_points;$/;"	m	struct:quaddata
n_points	vector/lidar/v.surf.bspline/bspline.h	/^    int n_points;$/;"	m	struct:Stats
n_points	vector/v.convert/conv.h	/^    int n_points;$/;"	m	struct:Line
n_points	vector/v.vol.rst/dataoct.h	/^    int n_points;$/;"	m	struct:octdata
n_polygons	vector/v.in.ogr/global.h	/^int n_polygons = 0;$/;"	v
n_ranges	include/vect/dig_structs.h	/^    int n_ranges;		\/* number ranges *\/$/;"	m	struct:cat_list
n_read	lib/driver/command.c	/^static int n_read;$/;"	v	file:
n_rows	lib/rst/data/dataquad.h	/^    int n_rows;$/;"	m	struct:quaddata
n_rows	ps/ps.map/outl_io.c	/^static int raster_size, row_length, row_count, n_rows;$/;"	v	file:
n_rows	raster/r.thin/io.c	/^static int n_rows, n_cols;$/;"	v	file:
n_rows	raster/r.thin/thin_lines.c	/^static int n_rows, n_cols, pad_size;$/;"	v	file:
n_rows	raster/r.to.vect/global.h	/^Global int row_length, row_count, n_rows;$/;"	v
n_rows	vector/v.vol.rst/dataoct.h	/^    int n_rows;$/;"	m	struct:octdata
n_rows_in	vector/v.vol.rst/userglobs.h	/^int n_rows_in;			\/* fix by JH 04\/24\/02 *\/$/;"	v
n_rules	include/gis.h	/^    int n_rules;$/;"	m	struct:_Color_Info_
n_rules	swig/perl/gis.h	/^    int n_rules;$/;"	m	struct:_Color_Info_
n_s	misc/m.cogo/main.c	/^    char n_s[2];$/;"	m	struct:survey_record	file:
n_scale	raster/r.le/r.le.patch/driver.c	/^int ntype = 0, finput, n_scale = 1, n_unit = 1, size_cl_no = 0, *recl_count,$/;"	v
n_site_att	include/vect/dig_structs.h	/^    int n_site_att;		\/* number of attributes in site_att array *\/$/;"	m	struct:Map_info
n_site_dbl	include/vect/dig_structs.h	/^    int n_site_dbl;		\/* number of double attributes for one site *\/$/;"	m	struct:Map_info
n_site_str	include/vect/dig_structs.h	/^    int n_site_str;		\/* number of string attributes for one site *\/$/;"	m	struct:Map_info
n_sites	include/gstypes.h	/^    int n_surfs, n_sites;$/;"	m	struct:g_site
n_skipped	vector/v.in.dwg/global.h	/^Global int n_skipped;		\/* number of skipped low level elements (different layer name) *\/$/;"	v
n_slices	include/gstypes.h	/^    int n_slices;$/;"	m	struct:g_vol
n_surfs	include/gstypes.h	/^    int n_surfs, n_sites;$/;"	m	struct:g_site
n_surfs	include/gstypes.h	/^    int n_surfs;$/;"	m	struct:g_vect
n_thresh	lib/dspf/viz.h	/^    int n_thresh;$/;"	m	struct:__anon36
n_thresh	raster3d/r3.showdspf/vizual2.h	/^    int n_thresh;$/;"	m	struct:__anon117
n_types	include/vect/dig_structs.h	/^    int n_types;		\/* number of types in type *\/$/;"	m	struct:Cat_index
n_ucats	include/vect/dig_structs.h	/^    int n_ucats;		\/* number of unique cats (not updated) *\/$/;"	m	struct:Cat_index
n_unit	raster/r.le/r.le.patch/driver.c	/^int ntype = 0, finput, n_scale = 1, n_unit = 1, size_cl_no = 0, *recl_count,$/;"	v
n_uplines	include/vect/dig_structs.h	/^    int n_uplines;		\/* number of updated lines *\/$/;"	m	struct:Plus_head
n_upnodes	include/vect/dig_structs.h	/^    int n_upnodes;		\/* number of updated nodes *\/$/;"	m	struct:Plus_head
n_values	include/dbmi.h	/^    int n_values;$/;"	m	struct:__anon278
n_values	include/vect/dig_structs.h	/^    int n_values;		\/* number of values *\/$/;"	m	struct:ilist
n_volumes	include/vect/dig_structs.h	/^    plus_t n_volumes;		\/* Current Number of volumes *\/$/;"	m	struct:Plus_head
n_xarray	lib/driver/command.c	/^static int n_xarray;$/;"	v	file:
n_yarray	lib/driver/command.c	/^static int n_yarray;$/;"	v	file:
nabors	raster/r.to.vect/areas.c	/^static int nabors(void)$/;"	f	file:
nabors	raster/r.to.vect/lines.c	/^static int nabors(void)$/;"	f	file:
nalloc	display/drivers/XDRIVER/Raster.c	/^static int nalloc;$/;"	v	file:
nalloc	include/dbmi.h	/^    int nalloc;$/;"	m	struct:_db_string
nalloc	include/gis.h	/^	int nalloc;$/;"	m	struct:Quant::__anon267
nalloc	include/gis.h	/^	int nalloc;$/;"	m	struct:_Color_Info_::__anon264
nalloc	include/gis.h	/^	int nalloc;$/;"	m	struct:_Color_Info_::__anon265
nalloc	include/gis.h	/^    int nalloc;$/;"	m	struct:Categories
nalloc	include/gis.h	/^    int nalloc;$/;"	m	struct:Key_Value
nalloc	lib/display/tran_colr.c	/^static int nalloc;$/;"	v	file:
nalloc	lib/pngdriver/Raster.c	/^static int nalloc;$/;"	v	file:
nalloc	raster/r.distance/defs.h	/^	int nalloc;		\/* lenght of allocation for row,col *\/$/;"	m	struct:EdgeList::CatEdgeList
nalloc	raster/r.distance/defs.h	/^    int nalloc;			\/* length of allocation for catlist *\/$/;"	m	struct:EdgeList
nalloc	raster/r.median/stats.h	/^    int nalloc;$/;"	m	struct:stats
nalloc	raster/r.statistics/method.h	/^    int nalloc;$/;"	m	struct:stats
nalloc	swig/perl/gis.h	/^	int nalloc;$/;"	m	struct:Quant::__anon93
nalloc	swig/perl/gis.h	/^	int nalloc;$/;"	m	struct:_Color_Info_::__anon90
nalloc	swig/perl/gis.h	/^	int nalloc;$/;"	m	struct:_Color_Info_::__anon91
nalloc	swig/perl/gis.h	/^    int nalloc;$/;"	m	struct:Categories
nalloc	swig/perl/gis.h	/^    int nalloc;$/;"	m	struct:Key_Value
nalloc_f	lib/display/draw2.c	/^static int nalloc_f;$/;"	v	file:
nalloc_i	lib/display/draw2.c	/^static int nalloc_i;$/;"	v	file:
name	db/drivers/dbf/globals.h	/^    char name[1024];		\/* db name = full path to db dir *\/$/;"	m	struct:__anon15
name	db/drivers/dbf/globals.h	/^    char name[1024];		\/* table name (without .dbf) *\/$/;"	m	struct:__anon14
name	db/drivers/dbf/globals.h	/^    char name[DBF_COL_NAME];$/;"	m	struct:__anon11
name	display/d.barscale/draw_scale.c	/^    char *name;$/;"	m	struct:scale	file:
name	display/d.histogram/dhist.h	/^    char *name;			\/* name of unit (text) *\/$/;"	m	struct:units
name	display/d.linegraph/linegraph.h	/^    char *name;			\/* name of unit (text) *\/$/;"	m	struct:units
name	display/d.profile/profile.h	/^    char *name;$/;"	m	struct:windows
name	display/d.what.rast/main.c	/^char **name;$/;"	v
name	general/g.setproj/local_proto.h	/^    const char *name;$/;"	m	struct:proj_desc
name	general/g.setproj/local_proto.h	/^    const char *name;$/;"	m	struct:proj_parm
name	general/g.transform/main.c	/^static char *name;$/;"	v	file:
name	imagery/i.ask/popup.c	/^    char name[30], mapset[30];$/;"	m	struct:__anon208	file:
name	imagery/i.class/defs.h	/^	char name[GNAME_MAX];$/;"	m	struct:__anon203::__anon204
name	imagery/i.ortho.photo/libes/funcdefs.h	/^    char *name;$/;"	m	struct:__anon222
name	imagery/i.ortho.photo/libes/funcdefs.h	/^    char *name;$/;"	m	struct:__anon223
name	imagery/i.ortho.photo/libes/orthophoto.h	/^	char name[GNAME_MAX];$/;"	m	struct:Ortho_Image_Group_Ref::Ortho_Image_Group_Ref_Files
name	imagery/i.ortho.photo/libes/orthophoto.h	/^    char name[100];$/;"	m	struct:Ortho_Image_Group
name	imagery/i.ortho.photo/photo.2image/ask.c	/^    char name[30], mapset[30];$/;"	m	struct:__anon235	file:
name	imagery/i.ortho.photo/photo.2image/defs.h	/^	char name[30];$/;"	m	struct:__anon237::__anon238
name	imagery/i.ortho.photo/photo.2target/ask.c	/^    char name[30], mapset[30];$/;"	m	struct:__anon224	file:
name	imagery/i.ortho.photo/photo.2target/defs.h	/^	char name[30];$/;"	m	struct:__anon226::__anon227
name	imagery/i.ortho.photo/photo.rectify/defs.h	/^	char name[30];$/;"	m	struct:__anon230::__anon231
name	imagery/i.points/ask.c	/^    char name[GNAME_MAX], mapset[GMAPSET_MAX];$/;"	m	struct:__anon209	file:
name	imagery/i.points/defs.h	/^	char name[GNAME_MAX];$/;"	m	struct:__anon211::__anon212
name	imagery/i.points/defs.h	/^    char name[GNAME_MAX];$/;"	m	struct:__anon213
name	imagery/i.vpoints/ask.c	/^    char name[100], mapset[100];$/;"	m	struct:__anon215	file:
name	imagery/i.vpoints/ask_lineclr.c	/^    char name[100], mapset[100];$/;"	m	struct:__anon221	file:
name	imagery/i.vpoints/defs.h	/^	char name[GNAME_MAX];$/;"	m	struct:__anon217::__anon218
name	imagery/i.vpoints/defs.h	/^    char name[GNAME_MAX];$/;"	m	struct:__anon219
name	include/V_.h	/^    char *name;$/;"	m	struct:V_info
name	include/colors.h	/^    const char *name;$/;"	m	struct:color_name
name	include/dbmi.h	/^    dbString name;		\/* file\/dir name             *\/$/;"	m	struct:_db_dirent
name	include/dlg.h	/^    char name[21];$/;"	m	struct:dlg_cats
name	include/freetypecap.h	/^    char *name;	    \/**< Short name for this font face *\/$/;"	m	struct:GFONT_CAP
name	include/gis.h	/^    char *name;			\/* name of raster map being reclassed    *\/$/;"	m	struct:Reclass
name	include/gprojects.h	/^    char *name, *longname, *ellps;$/;"	m	struct:gpj_datum
name	include/gprojects.h	/^    char *name, *longname;$/;"	m	struct:gpj_ellps
name	include/imagery.h	/^    char name[INAME_LEN];      \/* length is not in sync with other definitions *\/$/;"	m	struct:Ref_Files
name	include/iostream/ami_stream.h	/^AMI_STREAM<T>::name() const {$/;"	f	class:AMI_STREAM
name	include/iostream/ami_stream.h	/^AMI_err AMI_STREAM<T>::name(char **stream_name)  {$/;"	f	class:AMI_STREAM
name	include/iostream/embuffer.h	/^  char** name;$/;"	m	class:em_buffer
name	include/iostream/mem_stream.h	/^AMI_err MEM_STREAM<T>::name(char **stream_name)  {$/;"	f	class:MEM_STREAM
name	include/monitors.h	/^    char *name;			\/* name of monitor *\/$/;"	m	struct:MON_CAP
name	include/site.h	/^    const char *name, *desc, *form, *labels, *stime;$/;"	m	struct:__anon293
name	include/vect/dig_structs.h	/^    char *name;			\/* field name *\/$/;"	m	struct:field_info
name	include/vect/dig_structs.h	/^    char *name;			\/* for 4.0  just name, and mapset *\/$/;"	m	struct:Map_info
name	lib/driver/pad.h	/^    char *name;$/;"	m	struct:_item_
name	lib/driver/pad.h	/^    char *name;$/;"	m	struct:_pad_
name	lib/form/form.c	/^    char *name;$/;"	m	struct:__anon38	file:
name	lib/gis/G.h	/^    char *name;			\/* Name of open file            *\/$/;"	m	struct:fileinfo
name	lib/gis/datum.c	/^    char *name;			\/* Short Name \/ acronym of map datum *\/$/;"	m	struct:table	file:
name	lib/gis/get_ellipse.c	/^    char *name;$/;"	m	struct:table	file:
name	lib/gis/named_colr.c	/^    const char *name;$/;"	m	struct:__anon31	file:
name	lib/gis/progrm_nme.c	/^static const char *name = "?";$/;"	v	file:
name	lib/proj/local_proto.h	/^    char *name, *longname, *ellps;$/;"	m	struct:datum_list
name	lib/proj/local_proto.h	/^    char *name, *longname;$/;"	m	struct:ellps_list
name	lib/psdriver/Graph_set.c	/^    const char *name;$/;"	m	struct:paper	file:
name	ps/ps.map/colortable.h	/^    char *name;$/;"	m	struct:colortable
name	ps/ps.map/group.h	/^    char *name[3];$/;"	m	struct:PS_group
name	ps/ps.map/labels.h	/^    char *name[MAXLABELS];$/;"	m	struct:labels
name	ps/ps.map/paper.h	/^    char *name;$/;"	m	struct:__anon24
name	ps/ps.map/ps_colors.c	/^    char *name;$/;"	m	struct:__anon23	file:
name	ps/ps.map/vector.h	/^    char *name;$/;"	m	struct:__anon22
name	raster/r.composite/main.c	/^    char *name;$/;"	m	struct:band	file:
name	raster/r.distance/defs.h	/^    char *name;			\/* raster map name *\/$/;"	m	struct:Map
name	raster/r.flow/r.flow.h	/^    char *name;			\/* for error messages                   *\/$/;"	m	struct:__anon154
name	raster/r.kappa/kappa.h	/^    char *name;$/;"	m	struct:_layer_
name	raster/r.mapcalc/expression.h	/^    const char *name;$/;"	m	struct:expr_data_func
name	raster/r.mapcalc/expression.h	/^    const char *name;$/;"	m	struct:expr_data_map
name	raster/r.mapcalc/expression.h	/^    const char *name;$/;"	m	struct:expr_data_var
name	raster/r.mapcalc/expression.h	/^    const char *name;$/;"	m	struct:func_desc
name	raster/r.mapcalc/map.c	/^    const char *name;$/;"	m	struct:map	file:
name	raster/r.mapcalc/map3.c	/^    const char *name;$/;"	m	struct:map	file:
name	raster/r.mapcalc/mapcalc.y	/^name		: NAME$/;"	l
name	raster/r.neighbors/main.c	/^    char *name;			\/* method name *\/$/;"	m	struct:menu	file:
name	raster/r.neighbors/ncb.h	/^	char *name;$/;"	m	struct:ncb::__anon146
name	raster/r.proj.seg/r.proj.h	/^    char *name;			\/* method name                           *\/$/;"	m	struct:menu
name	raster/r.proj/r.proj.h	/^    char *name;			\/* method name                           *\/$/;"	m	struct:menu
name	raster/r.quant/global.h	/^char *name[GNAME_MAX];		\/* input map names *\/$/;"	v
name	raster/r.recode/global.h	/^char *name, *mapset, *result, *title;$/;"	v
name	raster/r.report/global.h	/^    char *name;$/;"	m	struct:_layer_
name	raster/r.resamp.stats/main.c	/^    char *name;			\/* method name *\/$/;"	m	struct:menu	file:
name	raster/r.series/main.c	/^    char *name;			\/* method name *\/$/;"	m	struct:menu	file:
name	raster/r.series/main.c	/^    const char *name, *mapset;$/;"	m	struct:input	file:
name	raster/r.series/main.c	/^    const char *name;$/;"	m	struct:output	file:
name	raster/r.statistics/method.h	/^    char *name;			\/* method name *\/$/;"	m	struct:menu
name	raster/r.topmodel/global.h	/^    char *name;$/;"	m	struct:__anon130
name	raster3d/base/r3.info.main.c	/^static char *name;$/;"	v	file:
name	swig/perl/R_slope_aspect/ppport.h	/^     char *name;$/;"	v
name	swig/perl/gis.h	/^    char *name;			\/* name of raster map being reclassed    *\/$/;"	m	struct:Reclass
name	swig/python/NumPtr/src/Makefile	/^name := NumPtr$/;"	m
name	vector/v.digit/form.c	/^    char *name;$/;"	m	struct:__anon199	file:
name	vector/v.digit/global.h	/^    char *name;$/;"	m	struct:__anon197
name	vector/v.digit/symb.c	/^    char *name;$/;"	m	struct:symb	file:
name	vector/v.in.dxf/global.h	/^    char *name;$/;"	m	struct:dxf_file
name	vector/v.mapcalc/any.c	/^    char *name;$/;"	m	struct:Anyfunc	file:
name	vector/v.mapcalc/map.c	/^    char *name;$/;"	m	struct:Mapfunc	file:
name	vector/v.mapcalc/map.h	/^    char *name;$/;"	m	struct:Map
name	vector/v.mapcalc/mapcalc.h	/^    char *name;$/;"	m	struct:Symbol
name	vector/v.mapcalc/number.c	/^    char *name;$/;"	m	struct:Numfunc	file:
name	vector/v.mapcalc/vector.c	/^    char *name;$/;"	m	struct:Vecfunc	file:
name	vector/v.transform/trans.h	/^    char name[80];$/;"	m	struct:file_info
name_buf	lib/vector/Vlib/open_nat.c	/^static char name_buf[GPATH_MAX];$/;"	v	file:
namedHashPtr	visualization/nviz/src/tkFont.h	/^    Tcl_HashEntry *namedHashPtr;	\/* Pointer to hash table entry that$/;"	m	struct:TkFont
names	include/G3d.h	/^    int *names;			\/* name[i] is the name of elts[i] *\/$/;"	m	struct:__anon249
names	raster/r.cross/main.c	/^char *names[NFILES];$/;"	v
names_callback	visualization/xganim/gui.c	/^static void names_callback(Widget w, XtPointer data, caddr_t cbs)$/;"	f	file:
namespace_import_variables	gui/tcltk/gis.m/commonlayer.tcl	/^proc namespace_import_variables {namespace args} {$/;"	p
nanval	vector/v.mapcalc/vector.c	/^double nanval;$/;"	v
nareas	vector/v.to.rast/do_areas.c	/^static int nareas;$/;"	v	file:
nat_char	lib/vector/diglib/port_test.c	/^static int nat_dbl, nat_flt, nat_lng, nat_int, nat_shrt, nat_char;$/;"	v	file:
nat_dbl	lib/vector/diglib/port_init.c	/^int nat_dbl = sizeof(double);$/;"	v
nat_dbl	lib/vector/diglib/port_test.c	/^static int nat_dbl, nat_flt, nat_lng, nat_int, nat_shrt, nat_char;$/;"	v	file:
nat_flt	lib/vector/diglib/port_init.c	/^int nat_flt = sizeof(float);$/;"	v
nat_flt	lib/vector/diglib/port_test.c	/^static int nat_dbl, nat_flt, nat_lng, nat_int, nat_shrt, nat_char;$/;"	v	file:
nat_int	lib/vector/diglib/port_init.c	/^int nat_int = sizeof(int);$/;"	v
nat_int	lib/vector/diglib/port_test.c	/^static int nat_dbl, nat_flt, nat_lng, nat_int, nat_shrt, nat_char;$/;"	v	file:
nat_lng	lib/vector/diglib/port_init.c	/^int nat_lng = sizeof(long);$/;"	v
nat_lng	lib/vector/diglib/port_test.c	/^static int nat_dbl, nat_flt, nat_lng, nat_int, nat_shrt, nat_char;$/;"	v	file:
nat_shrt	lib/vector/diglib/port_init.c	/^int nat_shrt = sizeof(short);$/;"	v
nat_shrt	lib/vector/diglib/port_test.c	/^static int nat_dbl, nat_flt, nat_lng, nat_int, nat_shrt, nat_char;$/;"	v	file:
natb	raster/r.topidx/topidx.c	/^int natb;$/;"	v
nbands	imagery/i.gensig/files.h	/^    int nbands;$/;"	m	struct:files
nbands	imagery/i.gensigset/files.h	/^    int nbands;$/;"	m	struct:files
nbands	imagery/i.smap/bouman/bouman.h	/^    int nbands;$/;"	m	struct:files
nbands	include/cluster.h	/^    int nbands;$/;"	m	struct:Cluster
nbands	include/imagery.h	/^    int nbands;$/;"	m	struct:SigSet
nbands	include/imagery.h	/^    int nbands;$/;"	m	struct:Signature
nbgcmd	vector/v.digit/global.h	/^int nbgcmd = 0;$/;"	v
nblocks	raster/r.proj.seg/r.proj.h	/^    int nblocks;$/;"	m	struct:cache
nbufferZone	raster/r.horizon/main.c	/^       nbufferZone = 0., sbufferZone = 0.;$/;"	v
nbytes	lib/gis/G.h	/^    int nbytes;			\/* bytes per cell               *\/$/;"	m	struct:fileinfo
nc	raster/r.terraflow/nodata.cc	/^  const dimension_type nr, nc;$/;"	m	class:detectEdgeNodata	file:
nc_fgets	gem/tools.c	/^char *nc_fgets(char *s, int size, FILE * stream)$/;"	f
nc_fgets_html	gem/tools.c	/^char *nc_fgets_html(char *s, int size, FILE * stream)$/;"	f
nc_fgets_nb	gem/tools.c	/^char *nc_fgets_nb(char *s, int size, FILE * stream)$/;"	f
ncat	raster/r.kappa/main.c	/^int ncat;$/;"	v
ncat1	raster/r.coin/main.c	/^int ncat1, ncat2;$/;"	v
ncat2	raster/r.coin/main.c	/^int ncat1, ncat2;$/;"	v
ncats	imagery/i.gensig/files.h	/^    int ncats;$/;"	m	struct:files
ncats	imagery/i.gensigset/files.h	/^    int ncats;$/;"	m	struct:files
ncats	include/gis.h	/^    CELL ncats;			\/* total number of categories              *\/$/;"	m	struct:Categories
ncats	raster/r.distance/defs.h	/^    int ncats;			\/* number of cats *\/$/;"	m	struct:EdgeList
ncats	swig/perl/gis.h	/^    CELL ncats;			\/* total number of categories              *\/$/;"	m	struct:Categories
ncats_array	vector/v.extract/extract.c	/^static int ncats_array;$/;"	v	file:
ncb	raster/r.neighbors/main.c	/^struct ncb ncb;$/;"	v	typeref:struct:ncb
ncb	raster/r.neighbors/ncb.h	/^struct ncb			\/* neighborhood control block *\/$/;"	s
ncell	raster/r.topmodel/global.h	/^    int ncell;$/;"	m	struct:__anon134
ncells	raster/r.distance/defs.h	/^	int ncells;		\/* count of edges cells with this cat *\/$/;"	m	struct:EdgeList::CatEdgeList
nch	raster/r.topmodel/global.h	/^    int nch;$/;"	m	struct:__anon130
ncities	vector/v.net.salesman/main.c	/^int ncities;			\/* number of cities *\/$/;"	v
nclasses	include/cluster.h	/^    int nclasses;$/;"	m	struct:Cluster
nclasses	include/imagery.h	/^    int nclasses;$/;"	m	struct:SigSet
ncolors	lib/display/tran_colr.c	/^static int ncolors;$/;"	v	file:
ncols	db/drivers/dbf/globals.h	/^    int ncols;			\/* number of columns *\/$/;"	m	struct:__anon14
ncols	db/drivers/dbf/globals.h	/^    int ncols;$/;"	m	struct:__anon16
ncols	db/drivers/mysql/globals.h	/^    int ncols;			\/* number of known columns *\/$/;"	m	struct:_cursor
ncols	db/drivers/ogr/globals.h	/^    int ncols;			\/* num columns *\/$/;"	m	struct:__anon17
ncols	db/drivers/postgres/globals.h	/^    int ncols;			\/* number of known columns *\/$/;"	m	struct:_cursor
ncols	display/drivers/XDRIVER/Raster.c	/^static int ncols;$/;"	v	file:
ncols	imagery/i.class/defs.h	/^    int nrows, ncols;$/;"	m	struct:__anon203
ncols	imagery/i.ortho.photo/libes/mat.h	/^    int ncols;			\/* col index *\/$/;"	m	struct:matrix
ncols	imagery/i.ortho.photo/photo.2image/defs.h	/^    int nrows, ncols;$/;"	m	struct:__anon237
ncols	imagery/i.ortho.photo/photo.2target/defs.h	/^    int nrows, ncols;$/;"	m	struct:__anon226
ncols	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int nrows, ncols;$/;"	m	struct:__anon230
ncols	imagery/i.points/defs.h	/^    int nrows, ncols;$/;"	m	struct:__anon211
ncols	imagery/i.vpoints/defs.h	/^    int nrows, ncols;$/;"	m	struct:__anon217
ncols	include/icon.h	/^    int ncols;$/;"	m	struct:_icon
ncols	include/segment.h	/^    int ncols;			\/* cols in original data *\/$/;"	m	struct:__anon280
ncols	lib/pngdriver/Raster.c	/^static int ncols;$/;"	v	file:
ncols	raster/r.buffer/distance.h	/^    int ncols;$/;"	m	struct:Distance
ncols	raster/r.cross/main.c	/^int ncols;$/;"	v
ncols	raster/r.grow.distance/main.c	/^static int nrows, ncols;$/;"	v	file:
ncols	raster/r.mfilter.fp/main.c	/^int nrows, ncols;$/;"	v
ncols	raster/r.mfilter/glob.h	/^GLOBAL int nrows, ncols;$/;"	v
ncols	raster/r.out.mpeg/main.c	/^int nrows, ncols, numviews, quality, quiet = 0;$/;"	v
ncols	raster/r.recode/recode.c	/^static int nrows, ncols;$/;"	v	file:
ncols	raster/r.stats/main.c	/^int ncols, no_nulls, no_nulls_all;$/;"	v
ncols	raster/r.surf.contour/contour.h	/^GLOBAL int ncols;$/;"	v
ncols	raster/r.terraflow/common.cc	/^dimension_type nrows = 0, ncols = 0;$/;"	v
ncols	raster/r.terraflow/plateau.cc	/^  const dimension_type ncols;$/;"	m	class:detectPlateaus	file:
ncols	raster/r.terraflow/water.cc	/^  const dimension_type nrows, ncols;$/;"	m	class:boundaryDetector	file:
ncols	raster/r.water.outlet/basin.h	/^GLOBAL int nrows, ncols, done, total;$/;"	v
ncols	raster/r.watershed/ram/Gwater.h	/^GLOBAL SHORT nrows, ncols;$/;"	v
ncols	raster/r.watershed/seg/Gwater.h	/^GLOBAL SHORT nrows, ncols;$/;"	v
ncols	raster/wildfire/r.ros/main.c	/^int nrows, ncols;$/;"	v
ncols	raster/wildfire/r.spread/main.c	/^int nrows, ncols;$/;"	v
ncols	raster/wildfire/r.spreadpath/main.c	/^int nrows, ncols;$/;"	v
ncols	visualization/xganim/main.c	/^unsigned int nrows, ncols;$/;"	v
ncols_less_one	raster/r.water.outlet/basin.h	/^GLOBAL int ncols_less_one, nrows_less_one;$/;"	v
ncursors	include/dbmi.h	/^    int ncursors;$/;"	m	struct:_db_driver_state
ncurv	vector/v.vol.rst/main.c	/^char *ncurv = NULL;$/;"	v
ncyc	vector/v.net.salesman/main.c	/^int ncyc = 0;			\/* number of cities in cycle *\/$/;"	v
nd	imagery/i.ortho.photo/photo.elev/main.c	/^char *nd;$/;"	v
ndelay	raster/r.topmodel/global.h	/^    int ndelay, nreach;$/;"	m	struct:__anon134
ndims	include/gstypes.h	/^    int ndims;$/;"	m	struct:__anon254
ndist	raster/r.buffer/main.c	/^int ndist;$/;"	v
ndists	vector/v.kernel/main.c	/^static int ndists;		\/* number of distances in dists *\/$/;"	v	file:
ndx_new	lib/ogsf/gvl_calc.c	/^    int ndx_new;$/;"	m	struct:__anon64	file:
ndx_old	lib/ogsf/gvl_calc.c	/^    int ndx_old;$/;"	m	struct:__anon64	file:
nearclip	include/gstypes.h	/^    float nearclip, farclip, aspect;$/;"	m	struct:__anon261
nearest	lib/gis/plot.c	/^static double nearest(double e0, double e1)$/;"	f	file:
nearest	ps/ps.map/vect.c	/^static double nearest(double e0, double e1)$/;"	f	file:
nedges	lib/dspf/viz.h	/^    int nedges;$/;"	m	struct:__anon37
nedges	lib/ogsf/mc33_table.h	/^    unsigned char nedges;$/;"	m	struct:__anon66
nedges	raster3d/r3.showdspf/vizual2.h	/^    int nedges;$/;"	m	struct:__anon118
nedges	vector/v.voronoi/sw_defs.h	/^int nedges;$/;"	v
need_fd	general/g.transform/main.c	/^static int need_fd;$/;"	v	file:
need_fwd	general/g.transform/main.c	/^static int need_fwd;$/;"	v	file:
need_rd	general/g.transform/main.c	/^static int need_rd;$/;"	v	file:
need_reload	include/gstypes.h	/^    int need_reload;$/;"	m	struct:__anon254
need_rev	general/g.transform/main.c	/^static int need_rev;$/;"	v	file:
needs_flush	display/drivers/XDRIVER/Serve_Xevent.c	/^int needs_flush;$/;"	v
neg	raster/wildfire/r.spread/main.c	/^float neg = -2.0;$/;"	v
neighbors	raster/r.grow2/main.c	/^static int (*neighbors)[2];$/;"	v	file:
neighbors	raster/r.resamp.interp/main.c	/^static int neighbors;$/;"	v	file:
nelem	general/g.mlist/global.h	/^    int nelem;			\/* number of elements *\/$/;"	m	struct:list
nelem	general/g.mremove/global.h	/^    int nelem;			\/* number of elements *\/$/;"	m	struct:list
nelem	general/manage/list.h	/^    int nelem;			\/* number of elements *\/$/;"	m	struct:list
net	vector/v.kernel/main.c	/^int net = 0;$/;"	v
new	lib/ogsf/gvl_calc.c	/^    unsigned char *new;$/;"	m	struct:__anon64	file:
newRV_inc	swig/perl/R_slope_aspect/ppport.h	324;"	d
newRV_noinc	swig/perl/R_slope_aspect/ppport.h	/^static SV *newRV_noinc(SV * sv)$/;"	f
newRV_noinc	swig/perl/R_slope_aspect/ppport.h	339;"	d
newRV_noinc	swig/perl/R_slope_aspect/ppport.h	355;"	d
newSVpvn	swig/perl/R_slope_aspect/ppport.h	319;"	d
new_arc	lib/symbol/read.c	/^SYMBEL *new_arc(double x, double y, double r, double a1, double a2, int c)$/;"	f
new_cat	raster/r.watershed/shed/insert_cat.c	/^CAT *new_cat(CELL value, int num_cat)$/;"	f
new_cellhd	raster/r.horizon/main.c	/^struct Cell_head new_cellhd;$/;"	v	typeref:struct:Cell_head
new_chain	lib/symbol/read.c	/^SYMBCHAIN *new_chain(void)$/;"	f
new_charstr	raster3d/r3.showdspf/new_init_graphics.c	/^void new_charstr(char *str)$/;"	f
new_color	display/d.rast.edit/menu.c	/^char new_color[28];$/;"	v
new_color_file	raster3d/r3.showdspf/get_color_ogl.c	/^int new_color_file(file, cfile, D_spec)$/;"	f
new_dspf	lib/dspf/cube_io.c	/^int new_dspf(file_info * hfax)$/;"	f
new_ext_html	gem/reg_html.c	/^void new_ext_html(char *ext, char *gisbase, char **html, int major, int minor,$/;"	f
new_fileinfo	lib/gis/opencell.c	/^static struct fileinfo *new_fileinfo(int fd)$/;"	f	file:
new_getsize	raster3d/r3.showdspf/new_init_graphics.c	/^void new_getsize(long *x, long *y)$/;"	f
new_item	gem/reg_entries.c	/^int new_item(char *item, char *menu, char **tcl_lines, int line_no)$/;"	f
new_item	lib/driver/pad.c	/^static ITEM *new_item(PAD * pad, const char *name)$/;"	f	file:
new_line	lib/symbol/read.c	/^SYMBEL *new_line(void)$/;"	f
new_line	vector/v.digit/line.c	/^struct new_line$/;"	s	file:
new_line	vector/v.digit/line.c	/^void new_line(int type)$/;"	f
new_line_begin	vector/v.digit/line.c	/^int new_line_begin(void *closure)$/;"	f
new_line_end	vector/v.digit/line.c	/^int new_line_end(void *closure)$/;"	f
new_line_options	vector/v.digit/toolbox.tcl	/^proc new_line_options { create } {$/;"	p
new_line_update	vector/v.digit/line.c	/^int new_line_update(void *closure, int sxn, int syn, int button)$/;"	f
new_mapset	lib/gis/mapset_nme.c	/^static int new_mapset(const char *name)$/;"	f	file:
new_name	display/d.rast.edit/edit.h	/^GLOBAL char new_name[GNAME_MAX], current_name[GNAME_MAX],$/;"	v
new_name	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL char **new_name;$/;"	v
new_name	imagery/i.rectify/main.c	/^char **new_name;$/;"	v
new_node	raster/r.in.xyz/main.c	/^int new_node(void)$/;"	f
new_null	raster/r.null/null.c	/^DCELL new_null;$/;"	v
new_part	lib/symbol/read.c	/^SYMBPART *new_part(int type)$/;"	f
new_point	raster/r.horizon/main.c	/^int new_point()$/;"	f
new_point	raster/r.sun/main.c	/^int new_point(void)$/;"	f
new_range	raster/r.reclass/range.c	/^int new_range(char *name, struct Reclass *reclass)$/;"	f
new_record	vector/v.digit/attr.c	/^int new_record(int field, int cat)$/;"	f
new_stats	raster/r.reclass/stats.c	/^void new_stats(char *name, struct Reclass *reclass)$/;"	f
new_submenu	gem/reg_entries.c	/^int new_submenu(char *pkg_short_name, char *menu, char **tcl_lines)$/;"	f
new_substream	include/iostream/ami_stream.h	/^AMI_err AMI_STREAM<T>::new_substream(AMI_stream_type st,$/;"	f	class:AMI_STREAM
new_surf	visualization/nviz/scripts/panel_surf.tcl	/^proc new_surf {} {$/;"	p
new_swapbuffers	raster3d/r3.showdspf/new_init_graphics.c	/^void new_swapbuffers()$/;"	f
new_symbol	lib/symbol/read.c	/^SYMBOL *new_symbol(void)$/;"	f
new_val_row	raster/r.grow.distance/main.c	/^static DCELL *old_val_row, *new_val_row;$/;"	v	file:
new_vol	visualization/nviz/scripts/panel_vol.tcl	/^proc new_vol {} {$/;"	p
new_x_row	raster/r.grow.distance/main.c	/^static CELL *new_x_row, *new_y_row;$/;"	v	file:
new_y_row	raster/r.grow.distance/main.c	/^static CELL *new_x_row, *new_y_row;$/;"	v	file:
newcell	raster/r.neighbors/ncb.h	/^    oldcell, newcell;$/;"	m	struct:ncb	typeref:struct:ncb::__anon146
newedge	raster/r.contour/cont.c	/^static void newedge(struct cell *current)$/;"	f	file:
newface	vector/v.hull/chull.c	/^    tFace newface;		\/* pointer to incident cone face. *\/$/;"	m	struct:tEdgeStructure	file:
newline	raster/r.report/header.c	/^int newline(void)$/;"	f
newpoint	raster/r.surf.idw2/main.c	/^int newpoint(double z, double east, double north)$/;"	f
newpoint	vector/v.surf.idw/main.c	/^void newpoint(double z, double east, double north)$/;"	f
newsize	raster/r.compress/main.c	/^static off_t newsize, oldsize;$/;"	v	file:
next	display/d.histogram/dhist.h	/^    struct stat_node *next;	\/* pointer to next stat_node in list *\/$/;"	m	struct:stat_node	typeref:struct:stat_node::stat_node
next	display/d.profile/profile.h	/^    struct ProfileNode *next;$/;"	m	struct:ProfileNode	typeref:struct:ProfileNode::ProfileNode
next	display/d.rast/mask.h	/^    struct _d_interval *next;$/;"	m	struct:_d_interval	typeref:struct:_d_interval::_d_interval
next	display/d.rast/mask.h	/^    struct _interval *next;$/;"	m	struct:_interval	typeref:struct:_interval::_interval
next	include/G3d.h	/^    int *next, *prev;		\/* prev\/next pointers for fifo *\/$/;"	m	struct:__anon249
next	include/bitmap.h	/^    struct BMlink *next;$/;"	m	struct:BMlink	typeref:struct:BMlink::BMlink
next	include/dbmi.h	/^    struct _dbmscap *next;	\/* linked list               *\/$/;"	m	struct:_dbmscap	typeref:struct:_dbmscap::_dbmscap
next	include/gis.h	/^    struct _Color_Rule_ *next;$/;"	m	struct:_Color_Rule_	typeref:struct:_Color_Rule_::_Color_Rule_
next	include/gprojects.h	/^    struct gpj_datum_transform_list *next;	\/**< Pointer to next set of $/;"	m	struct:gpj_datum_transform_list	typeref:struct:gpj_datum_transform_list::gpj_datum_transform_list
next	include/gstypes.h	/^    struct g_line *next;$/;"	m	struct:g_line	typeref:struct:g_line::g_line
next	include/gstypes.h	/^    struct g_point *next;$/;"	m	struct:g_point	typeref:struct:g_point::g_point
next	include/gstypes.h	/^    struct g_site *next;$/;"	m	struct:g_site	typeref:struct:g_site::g_site
next	include/gstypes.h	/^    struct g_surf *next;$/;"	m	struct:g_surf	typeref:struct:g_surf::g_surf
next	include/gstypes.h	/^    struct g_vect *next;$/;"	m	struct:g_vect	typeref:struct:g_vect::g_vect
next	include/gstypes.h	/^    struct g_vol *next;$/;"	m	struct:g_vol	typeref:struct:g_vol::g_vol
next	include/kftypes.h	/^    struct key_node *next, *prior;$/;"	m	struct:key_node	typeref:struct:key_node::key_node
next	lib/driver/pad.h	/^    struct _item_ *next, *prev;$/;"	m	struct:_item_	typeref:struct:_item_::_item_
next	lib/driver/pad.h	/^    struct _list *next;$/;"	m	struct:_list	typeref:struct:_list::_list
next	lib/driver/pad.h	/^    struct _pad_ *next, *prev;$/;"	m	struct:_pad_	typeref:struct:_pad_::_pad_
next	lib/linkm/linkm.c	/^    struct link *next;$/;"	m	struct:link	typeref:struct:link::link	file:
next	lib/linkm/malloc.c	/^    struct link *next;$/;"	m	struct:link	typeref:struct:link::link	file:
next	lib/linkm/speed.c	/^    struct link *next;$/;"	m	struct:link	typeref:struct:link::link	file:
next	lib/linkm/speed2.c	/^    struct link *next;$/;"	m	struct:link	typeref:struct:link::link	file:
next	lib/linkm/speed3.c	/^    struct link *next;$/;"	m	struct:link	typeref:struct:link::link	file:
next	lib/linkm/try.c	/^    struct link *next;$/;"	m	struct:link	typeref:struct:link::link	file:
next	lib/linkm/try2.c	/^    struct link *next;$/;"	m	struct:link	typeref:struct:link::link	file:
next	lib/proj/local_proto.h	/^    struct datum_list *next;$/;"	m	struct:datum_list	typeref:struct:datum_list::datum_list
next	lib/proj/local_proto.h	/^    struct ellps_list *next;$/;"	m	struct:ellps_list	typeref:struct:ellps_list::ellps_list
next	lib/vector/Vlib/poly.c	/^    struct Slink *next;$/;"	m	struct:Slink	typeref:struct:Slink::Slink	file:
next	lib/vector/rtree/index.h	/^    struct ListNode *next;$/;"	m	struct:ListNode	typeref:struct:ListNode::ListNode
next	raster/r.cost/stash.h	/^    struct start_pt *next;$/;"	m	struct:start_pt	typeref:struct:start_pt::start_pt
next	raster/r.drain/main.c	/^    struct point *next;$/;"	m	struct:point	typeref:struct:point::point	file:
next	raster/r.fill.dir/ppupdate.c	/^    int next;$/;"	m	struct:links	file:
next	raster/r.in.xyz/main.c	/^    int next;$/;"	m	struct:node	file:
next	raster/r.le/r.le.patch/patch.h	/^    struct patch *next;$/;"	m	struct:patch	typeref:struct:patch::patch
next	raster/r.le/r.le.patch/patch.h	/^    struct pt *next;$/;"	m	struct:pt	typeref:struct:pt::pt
next	raster/r.le/r.le.patch/patch.h	/^    struct reglist *next;$/;"	m	struct:reglist	typeref:struct:reglist::reglist
next	raster/r.le/r.le.pixel/pixel.h	/^    struct reglist *next;$/;"	m	struct:reglist	typeref:struct:reglist::reglist
next	raster/r.le/r.le.trace/r.le.trace.h	/^    struct patch *next;$/;"	m	struct:patch	typeref:struct:patch::patch
next	raster/r.le/r.le.trace/r.le.trace.h	/^    struct pt *next;$/;"	m	struct:pt	typeref:struct:pt::pt
next	raster/r.li/r.li.daemon/list.c	/^int next(g_areas gen, msg * toReturn)$/;"	f
next	raster/r.li/r.li.daemon/list.h	/^    struct nodoLista *next;$/;"	m	struct:nodoLista	typeref:struct:nodoLista::nodoLista
next	raster/r.los/point.h	/^    struct point *next;		\/* pointer to next point in list *\/$/;"	m	struct:point	typeref:struct:point::point
next	raster/r.mapcalc/expression.h	/^    struct expr_list *next;$/;"	m	struct:expr_list	typeref:struct:expr_list::expr_list
next	raster/r.null/mask.h	/^    struct _d_interval *next;$/;"	m	struct:_d_interval	typeref:struct:_d_interval::_d_interval
next	raster/r.terraflow/common.cc	/^int LargeMemory::next = 0;$/;"	m	class:LargeMemory	file:
next	raster/r.terraflow/common.h	/^  static int next;$/;"	m	class:LargeMemory
next	raster/r.walk/stash.h	/^    struct start_pt *next;$/;"	m	struct:start_pt	typeref:struct:start_pt::start_pt
next	raster/wildfire/r.spread/cell_ptrHa.h	/^    struct cell_ptrHa *next;$/;"	m	struct:cell_ptrHa	typeref:struct:cell_ptrHa::cell_ptrHa
next	raster/wildfire/r.spreadpath/point.h	/^    struct point *next;$/;"	m	struct:point	typeref:struct:point::point
next	raster3d/base/mask_functions.h	/^    struct _d_interval *next;$/;"	m	struct:_d_interval	typeref:struct:_d_interval::_d_interval
next	swig/perl/gis.h	/^    struct _Color_Rule_ *next;$/;"	m	struct:_Color_Rule_	typeref:struct:_Color_Rule_::_Color_Rule_
next	vector/v.generalize/point.h	/^    struct Point_list *next;$/;"	m	struct:Point_list	typeref:struct:Point_list::Point_list
next	vector/v.hull/chull.c	/^    tEdge next, prev;$/;"	m	struct:tEdgeStructure	file:
next	vector/v.hull/chull.c	/^    tFace next, prev;$/;"	m	struct:tFaceStructure	file:
next	vector/v.hull/chull.c	/^    tVertex next, prev;$/;"	m	struct:tVertexStructure	file:
next	vector/v.mapcalc/any.h	/^    struct Any *next;$/;"	m	struct:Any	typeref:struct:Any::Any
next	vector/v.mapcalc/list.h	/^    struct List *next;$/;"	m	struct:List	typeref:struct:List::List
next	vector/v.mapcalc/map.h	/^    struct Map *next;$/;"	m	struct:Map	typeref:struct:Map::Map
next	vector/v.mapcalc/mapcalc.h	/^    struct Symbol *next;$/;"	m	struct:Symbol	typeref:struct:Symbol::Symbol
next	vector/v.mapcalc/vector.h	/^    struct Vector *next;$/;"	m	struct:Vector	typeref:struct:Vector::Vector
next_Area	raster/r.li/r.li.daemon/daemon.c	/^int next_Area(int parsed, list l, g_areas g, msg * m)$/;"	f
next_alt	raster/r.fill.dir/ppupdate.c	/^    int next_alt;$/;"	m	struct:links	file:
next_att	lib/sites/sites.c	/^static char *next_att(const char *buf)$/;"	f	file:
next_cat	raster/r.cats/cats.c	/^int next_cat(long *x)$/;"	f
next_cat	raster/r.describe/tree.c	/^int next_cat(CELL * cat)$/;"	f
next_flag	include/gis.h	/^    struct Flag *next_flag;	\/* Pointer to next flag struct      *\/$/;"	m	struct:Flag	typeref:struct:Flag::Flag
next_flag	swig/perl/gis.h	/^    struct Flag *next_flag;	\/* Pointer to next flag struct      *\/$/;"	m	struct:Flag	typeref:struct:Flag::Flag
next_higher	raster3d/r3.showdspf/draw_cap_ogl.c	/^int next_higher(side, verts)$/;"	f
next_item	lib/gis/parser.c	/^    struct Item *next_item;$/;"	m	struct:Item	typeref:struct:Item::Item	file:
next_line	include/vect/dig_structs.h	/^    int next_line;		\/* used by V2_read_next_line_ogr *\/$/;"	m	struct:Format_info_ogr
next_line	include/vect/dig_structs.h	/^    plus_t next_line;		\/* for Level II sequential reads *\/$/;"	m	struct:Map_info
next_line	misc/m.cogo/main.c	/^static const char *next_line(FILE * infile)$/;"	f	file:
next_mode	vector/v.digit/zoom.c	/^    int next_mode;$/;"	m	struct:zoom_window	file:
next_node	lib/gis/cell_stats.c	/^static int next_node(struct Cell_stats *s)$/;"	f	file:
next_node	raster/r.cross/tree.c	/^int next_node(int p, CELL ** cat, CELL ** result)$/;"	f
next_node	raster/r.describe/tree.c	/^int next_node(void)$/;"	f
next_opt	include/gis.h	/^    struct Option *next_opt;	\/* Pointer to next option struct    *\/$/;"	m	struct:Option	typeref:struct:Option::Option
next_opt	swig/perl/gis.h	/^    struct Option *next_opt;	\/* Pointer to next option struct    *\/$/;"	m	struct:Option	typeref:struct:Option::Option
next_point	raster/r.flow/calc.c	/^static int next_point(point * p,	\/* current\/next point               *\/$/;"	f	file:
next_poly	display/drivers/HTMLMAP/htmlmap.h	/^    struct MapPoly *next_poly;$/;"	m	struct:MapPoly	typeref:struct:MapPoly::MapPoly
next_row	display/drivers/XDRIVER/Raster.c	/^static int next_row(int sy, int dy)$/;"	f	file:
next_row	lib/gis/area.c	/^static int next_row;$/;"	v	file:
next_row	lib/pngdriver/Raster.c	/^static int next_row(int sy, int dy)$/;"	f	file:
next_row	raster/r.surf.idw/main.c	/^EW *next_row(EW * ewptr, EW * boundary,	\/* row boundary of map in search direction *\/$/;"	f
next_row_addr	raster/r.support/modhead/row_addr.c	/^int next_row_addr(int fd, off_t * offset, int nbytes)$/;"	f
next_tool	vector/v.digit/centre.c	/^void next_tool(void)$/;"	f
nextcalc	raster/r.surf.idw/dist.c	/^static DIST_PARAMS *lat_params, *nextcalc;$/;"	v	file:
nextfree	vector/v.voronoi/sw_defs.h	/^    struct Freenode *nextfree;$/;"	m	struct:Freenode	typeref:struct:Freenode::Freenode
nextone	vector/v.voronoi/sw_main.c	/^struct Site *nextone(void)$/;"	f
nextstream	include/iostream/embuffer.h	/^  unsigned int nextstream() const { return index;}$/;"	f	class:em_buffer
nexttie	raster/r.cost/cost.h	/^    struct cost *nexttie;$/;"	m	struct:cost	typeref:struct:cost::cost
nexttie	raster/r.walk/cost.h	/^    struct cost *nexttie;$/;"	m	struct:cost	typeref:struct:cost::cost
nf	lib/gpde/N_gwflow.h	/^    N_array_2d *nf;		\/*!effective porosity [-] *\/$/;"	m	struct:__anon41
nf	lib/gpde/N_gwflow.h	/^    N_array_3d *nf;		\/*!effective porosity [-] *\/$/;"	m	struct:__anon40
nf	lib/gpde/N_solute_transport.h	/^    N_array_2d *nf;		\/*effective porosity *\/$/;"	m	struct:__anon45
nf	lib/gpde/N_solute_transport.h	/^    N_array_3d *nf;		\/*effective porosity *\/$/;"	m	struct:__anon44
nf	vector/v.mapcalc/number.c	/^static NUMFUNC nf[] = {$/;"	v	file:
nfiles	imagery/i.ortho.photo/libes/orthophoto.h	/^    int nfiles;$/;"	m	struct:Ortho_Image_Group_Ref
nfiles	include/imagery.h	/^    int nfiles;$/;"	m	struct:Ref
nfiles	raster/r.cross/main.c	/^int nfiles;$/;"	v
nfiles	raster/r.stats/main.c	/^int nfiles;$/;"	v
nframes	visualization/xganim/gui.h	/^    int rewind, prevframe, curframe, nframes;$/;"	m	struct:gui_data
nice_number	ps/ps.map/do_scalebar.c	/^static char *nice_number(double val)$/;"	f	file:
nidxclass	raster/r.topmodel/global.h	/^    int nidxclass;$/;"	m	struct:__anon134
niox1	imagery/i.atcorr/Abstra.cpp	/^niox1 (float a[8], const long int inu)$/;"	f
niox2	imagery/i.atcorr/Abstra.cpp	/^niox2 (float a[8], const long int inu)$/;"	f
niox3	imagery/i.atcorr/Abstra.cpp	/^niox3 (float a[8], const long int inu)$/;"	f
niox4	imagery/i.atcorr/Abstra.cpp	/^niox4 (float a[8], const long int inu)$/;"	f
niox5	imagery/i.atcorr/Abstra.cpp	/^niox5 (float a[8], const long int inu)$/;"	f
niox6	imagery/i.atcorr/Abstra.cpp	/^niox6 (float a[8], const long int inu)$/;"	f
nis	imagery/i.atcorr/AerosolModel.h	/^	double nis;$/;"	m	struct:AerosolModel
nitems	include/gis.h	/^    int nitems;$/;"	m	struct:Key_Value
nitems	swig/perl/gis.h	/^    int nitems;$/;"	m	struct:Key_Value
niter	raster/simwe/simlib/waterglobs.h	/^	*sfile, *depth, *disch, *err, *outwalk, *nwalk, *niter, *outiter,$/;"	m	struct:__anon137	typeref:struct:__anon137::
nkcols	db/drivers/sqlite/globals.h	/^    int nkcols;			\/* number of known columns *\/$/;"	m	struct:_cursor
nlayers	raster/r.kappa/main.c	/^int nlayers;$/;"	v
nlayers	raster/r.report/main.c	/^int nlayers;$/;"	v
nlen	raster/r.report/global.h	/^    int nlen;			\/* num chars of largest cat when printed *\/$/;"	m	struct:_layer_
nlines	display/d.what.rast/show.c	/^static int nlines = 100;$/;"	v	file:
nlines	display/d.what.vect/what.c	/^static int nlines = 50;$/;"	v	file:
nlines	display/d.where/where.c	/^static int nlines = 4;$/;"	v	file:
nlines	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
nlines	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int height, size, edge, nlines;$/;"	v
nlines	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
nlines	imagery/i.points/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
nlines	imagery/i.vpoints/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
nlines	include/dlg.h	/^    int nlines;$/;"	m	struct:dlg_head
nlines	raster/r.digit/instruct.c	/^static int nlines = 0;$/;"	v	file:
nlines	raster/r.report/main.c	/^int nlines;$/;"	v
nlines	vector/v.what/what.c	/^static int nlines = 50;$/;"	v	file:
nlist	general/g.mlist/main.c	/^int nlist;$/;"	v
nlist	general/g.mremove/main.c	/^int nlist;$/;"	v
nlist	general/manage/list.h	/^int nlist;$/;"	v
nlists	display/d.zoom/local_proto.h	/^GLOBAL int nrasts, nvects, nlists;$/;"	v
nm	include/gstypes.h	/^    struct BM *nm;		\/* null mask: set = null *\/$/;"	m	struct:__anon251	typeref:struct:__anon251::BM
nmapset	lib/gis/mapset_nme.c	/^static int nmapset = 0;$/;"	v	file:
nmapset2	lib/gis/mapset_nme.c	/^static int nmapset2 = 0;$/;"	v	file:
nmapsets	general/g.mapsets/local_proto.h	/^GLOBAL int nmapsets;$/;"	v
nmposts	vector/v.lrs/v.lrs.create/main.c	/^    int nmposts;		\/* number of attached MPs *\/$/;"	m	struct:__anon166	file:
nnCost	lib/vector/dglib/graph.h	/^    dglInt64_t nnCost;$/;"	m	struct:_dglGraph
nnodes	vector/v.net.salesman/main.c	/^int nnodes;			\/* number of nodes *\/$/;"	v
nnodes	vector/v.net.steiner/main.c	/^int nnodes;			\/* number of nodes *\/$/;"	v
no	imagery/i.ortho.photo/photo.2target/digit.c	/^static int no(void)$/;"	f	file:
no	imagery/i.points/digit.c	/^static int no(void)$/;"	f	file:
no	imagery/i.vpoints/digit.c	/^static int no(void)$/;"	f	file:
noFaultXAllocColor	visualization/nviz/src/togl.c	/^noFaultXAllocColor(Display *dpy, Colormap cmap, int cmapSize,$/;"	f	file:
no_color_file	raster3d/r3.showdspf/get_color_ogl.c	/^void no_color_file(D_spec, cfile)$/;"	f
no_data1	raster/r.coin/main.c	/^int no_data1, no_data2;$/;"	v
no_data2	raster/r.coin/main.c	/^int no_data1, no_data2;$/;"	v
no_data_str	raster/r.report/main.c	/^char *no_data_str;$/;"	v
no_data_str	raster/r.stats/main.c	/^char *no_data_str;$/;"	v
no_focus	visualization/nviz/scripts/position_procs.tcl	/^proc no_focus {} {$/;"	p
no_frames	display/d.nviz/main.c	/^int no_frames;$/;"	v
no_header	lib/psdriver/Graph_set.c	/^int no_header, no_trailer;$/;"	v
no_lister	lib/gis/ask.c	/^static int (*no_lister) () = 0;$/;"	v	file:
no_location	imagery/i.ortho.photo/photo.target/ask_target.c	/^int no_location(char *location)$/;"	f
no_mask	raster/r.recode/global.h	/^int in_fd, out_fd, no_mask, align_wind, make_dcell, nrules, rule_size;$/;"	v
no_mon	lib/raster/rem_io.c	/^static volatile int no_mon;$/;"	v	file:
no_nulls	raster/r.report/main.c	/^int no_nulls;$/;"	v
no_nulls	raster/r.stats/main.c	/^int ncols, no_nulls, no_nulls_all;$/;"	v
no_nulls_all	raster/r.report/main.c	/^int no_nulls_all;$/;"	v
no_nulls_all	raster/r.stats/main.c	/^int ncols, no_nulls, no_nulls_all;$/;"	v
no_sleep	lib/gis/error.c	/^static int no_sleep = 1;$/;"	v	file:
no_stream	raster/r.watershed/ram/no_stream.c	/^int no_stream(int row, int col, CELL basin_num,$/;"	f
no_stream	raster/r.watershed/seg/no_stream.c	/^no_stream(int row, int col, CELL basin_num, double stream_length,$/;"	f
no_trailer	lib/psdriver/Graph_set.c	/^int no_header, no_trailer;$/;"	v
no_warn	lib/gis/error.c	/^static int no_warn = 0;$/;"	v	file:
no_warp	imagery/i.vpoints/analyze.c	/^static int no_warp(void)$/;"	f	file:
no_zeros	visualization/nviz/scripts/panel_surf.tcl	/^proc no_zeros {} {$/;"	p
noatt	vector/v.out.ogr/main.c	/^int nocat, noatt, nocatskip;	\/* number of features without cats\/atts written\/skip *\/$/;"	v
nocat	vector/v.out.ogr/main.c	/^int nocat, noatt, nocatskip;	\/* number of features without cats\/atts written\/skip *\/$/;"	v
nocatskip	vector/v.out.ogr/main.c	/^int nocat, noatt, nocatskip;	\/* number of features without cats\/atts written\/skip *\/$/;"	v
noclobberFile	raster/r.terraflow/stats.cc	/^noclobberFile(char *fname) {$/;"	f
noclobberFileName	raster/r.terraflow/stats.cc	/^noclobberFileName(char *fname) {$/;"	f
nodata	display/d.histogram/options.h	/^GLOBAL int nodata;$/;"	v
nodata	ps/ps.map/colortable.h	/^    int nodata;$/;"	m	struct:colortable
nodata	raster/r.terraflow/nodata.cc	/^  const elevation_type nodata;$/;"	m	class:detectEdgeNodata	file:
nodataQueue	raster/r.terraflow/nodata.cc	/^  queue<nodataType> *nodataQueue;$/;"	m	class:detectEdgeNodata	file:
nodataStream	raster/r.terraflow/nodata.cc	/^  AMI_STREAM<nodataType> *nodataStream;$/;"	m	class:detectEdgeNodata	file:
nodataType	raster/r.terraflow/nodata.h	/^  nodataType() : valid(false) {};$/;"	f	class:nodataType
nodataType	raster/r.terraflow/nodata.h	/^  nodataType(dimension_type gi, dimension_type gj, cclabel_type glab) :$/;"	f	class:nodataType
nodataType	raster/r.terraflow/nodata.h	/^class nodataType : public ijBaseType {$/;"	c
nodataType2elevation_type	raster/r.terraflow/nodata.h	/^class nodataType2elevation_type {$/;"	c
nodata_value	raster/r.terraflow/plateau.cc	/^  const elevation_type nodata_value;$/;"	m	class:detectPlateaus	file:
node	include/btree.h	/^    BTREE_NODE *node;		\/* tree of values *\/$/;"	m	struct:__anon299
node	include/dlg.h	/^    struct dlg_node node;$/;"	m	struct:dlg	typeref:struct:dlg::dlg_node
node	include/gis.h	/^    } *node;			\/* tree of values *\/$/;"	m	struct:Cell_stats	typeref:struct:Cell_stats::Cell_stats_node
node	include/ibtree.h	/^    IBTREE_NODE *node;		\/* tree of values *\/$/;"	m	struct:__anon273
node	lib/vector/rtree/index.h	/^    struct Node *node;$/;"	m	struct:ListNode	typeref:struct:ListNode::Node
node	raster/r.in.xyz/main.c	/^struct node$/;"	s	file:
node	raster/r.li/r.li.daemon/list.h	/^typedef struct nodoLista *node;$/;"	t	typeref:struct:nodoLista
node	raster/r.to.vect/global.h	/^    int row, col, node;		\/* row, column of point; node flag *\/$/;"	m	struct:COOR
node	swig/perl/gis.h	/^    } *node;			\/* tree of values *\/$/;"	m	struct:Cell_stats	typeref:struct:Cell_stats::Cell_stats_node
node	vector/v.net.alloc/main.c	/^    int node;			\/* node number *\/$/;"	m	struct:__anon174	file:
node	vector/v.net.iso/main.c	/^    int node;			\/* node number *\/$/;"	m	struct:__anon191	file:
nodeOne	gui/wxpython/vdigit/driver.h	/^	long int nodeOne;$/;"	m	struct:DisplayDriver::_topology
nodeOne	gui/wxpython/vdigit/driver.h	/^	symbol nodeOne;$/;"	m	struct:DisplayDriver::_settings
nodePrioritizer	lib/vector/dglib/graph.h	/^    dglNodePrioritizer_s nodePrioritizer;$/;"	m	struct:_dglGraph
nodeTwo	gui/wxpython/vdigit/driver.h	/^	long int nodeTwo;$/;"	m	struct:DisplayDriver::_topology
nodeTwo	gui/wxpython/vdigit/driver.h	/^	symbol nodeTwo;$/;"	m	struct:DisplayDriver::_settings
node_alloc	include/dlg.h	/^    int node_alloc;$/;"	m	struct:dlg
node_compare	raster/r.stats/stats.c	/^int node_compare(const void *pp, const void *qq)$/;"	f
node_costs	include/vect/dig_structs.h	/^    double *node_costs;		\/* node costs *\/$/;"	m	struct:Map_info
node_count	raster/r.stats/stats.c	/^static int node_count = 0, total_count = 0;$/;"	v	file:
node_list	raster/r.stats/stats.c	/^static struct Node *node_list = NULL;$/;"	v	typeref:struct:Node	file:
node_off	include/dlg.h	/^    long *node_off;$/;"	m	struct:dlg
node_offset	raster/r.in.bin/gmt_grd.h	/^    int node_offset;		\/* 0 for node grids, 1 for pixel grids *\/$/;"	m	struct:GRD_HEADER
node_offset	raster/r.out.bin/gmt_grd.h	/^    int node_offset;		\/* 0 for node grids, 1 for pixel grids *\/$/;"	m	struct:GRD_HEADER
node_pool	raster/r.stats/stats.c	/^static struct Node *node_pool;$/;"	v	typeref:struct:Node	file:
node_pool_count	raster/r.stats/stats.c	/^static int node_pool_count;$/;"	v	file:
node_to_discard	lib/vector/dglib/examples/shortest_path.c	/^    dglInt32_t node_to_discard;$/;"	m	struct:__anon86	file:
node_type	include/sqlp.h	/^    int node_type;		\/* Node type: SQLP_NODE_COLUMN, SQLP_NODE_VALUE, SQLP_NODE_EXPRESSION *\/$/;"	m	struct:sqlpnode
node_x	vector/lidar/lidarlib/InterpSpline.c	/^void node_x(double x, int *i_x, double *csi_x, double xMin, double deltaX)$/;"	f
node_y	vector/lidar/lidarlib/InterpSpline.c	/^void node_y(double y, int *i_y, double *csi_y, double yMin, double deltaY)$/;"	f
nodes	raster/r.in.xyz/main.c	/^struct node *nodes;$/;"	v	typeref:struct:node
nodes	vector/v.net/nodes.c	/^int nodes(struct Map_info *In, struct Map_info *Out, int add_cats, int nfield)$/;"	f
nodes_costs	vector/v.net.steiner/main.c	/^double **nodes_costs;$/;"	v
nodesize	vector/v.voronoi/sw_defs.h	/^    int nodesize;$/;"	m	struct:Freelist
nodoLista	raster/r.li/r.li.daemon/list.h	/^struct nodoLista$/;"	s
nofElts	include/G3d.h	/^    int nofElts;		\/* size of "elts" *\/$/;"	m	struct:__anon249
nofNames	include/G3d.h	/^    int nofNames;$/;"	m	struct:__anon250
nofNames	lib/g3d/cachehash.c	/^    int nofNames;$/;"	m	struct:__anon29	file:
nofRules	include/gis.h	/^    int nofRules;$/;"	m	struct:FPReclass
nofRules	include/gis.h	/^    int nofRules;$/;"	m	struct:Quant
nofRules	swig/perl/gis.h	/^    int nofRules;$/;"	m	struct:FPReclass
nofRules	swig/perl/gis.h	/^    int nofRules;$/;"	m	struct:Quant
nofUnlocked	include/G3d.h	/^    int nofUnlocked;		\/* nof tiles which are unlocked *\/$/;"	m	struct:__anon249
noflat	raster/r.carve/enforce.h	/^    int wrap, noflat;$/;"	m	struct:parms
noi	raster/r.quant/global.h	/^int noi;$/;"	v
noidxpoints	vector/v.surf.idw/main.c	/^struct Point *noidxpoints = NULL;$/;"	v	typeref:struct:Point
noindex	vector/v.surf.idw/main.c	/^static struct Flag *noindex;$/;"	v	typeref:struct:Flag	file:
non_extrema	imagery/i.class/outline.c	20;"	d	file:
none	display/d.vect.chart/global.h	/^    int none;$/;"	m	struct:__anon99
none	ps/ps.map/clr.h	/^    int none;			\/* 1: no color *\/$/;"	m	struct:__anon21
nonull	lib/gpde/N_pde.h	/^    int nonull;$/;"	m	struct:__anon62
nonull	lib/gpde/N_pde.h	/^    int nonull;$/;"	m	struct:__anon63
nopt1	lib/proj/get_proj.c	/^static int nopt1;$/;"	v	file:
norm	include/gstypes.h	/^    float norm[3];$/;"	m	struct:g_line
norm	lib/ogsf/gs_norms.c	/^static unsigned long *norm;$/;"	v	file:
norm	raster/r.terraflow/water.h	/^static int norm(int i, int j) { $/;"	f
norm	raster/r.terraflow/water.h	/^static int norm(int k) {$/;"	f
norm_needupdate	include/gstypes.h	/^    int mask_needupdate, norm_needupdate;$/;"	m	struct:g_surf
norm_vector	lib/vector/Vlib/buffer2.c	/^static void norm_vector(double x1, double y1, double x2, double y2, double *x,$/;"	f	file:
normal	display/d.title/normal.c	/^void normal(char *mapset, struct Cell_head *window, struct Categories *cats,$/;"	f
normal00	vector/v.perturb/normal00.c	/^int normal00(void)$/;"	f
normalDefBicubic	vector/lidar/lidarlib/InterpSpline.c	/^void normalDefBicubic(double **N, double *TN, double *Q, double **obsVect,$/;"	f
normalDefBilin	vector/lidar/lidarlib/InterpSpline.c	/^void normalDefBilin(double **N, double *TN, double *Q, double **obsVect,$/;"	f
normalen	vector/v.perturb/normalen.c	/^int normalen(int n, double *x)$/;"	f
normalize	imagery/i.smap/bouman/alpha_max.c	/^int normalize($/;"	f
normalize	raster/r.terraflow/weightWindow.cc	/^weightWindow::normalize() {$/;"	f	class:weightWindow
normalize	raster3d/r3.mkdspf/iso_surface.c	/^static void normalize(float n[3])$/;"	f	file:
normalize	raster3d/r3.showdspf/draw_polys_ogl.c	/^void normalize(v)$/;"	f
normalize	visualization/nviz/src/change_view.c	/^int normalize(float *v)$/;"	f
normalize_guisection	lib/gis/gui.tcl	/^proc normalize_guisection {dlg optn} {$/;"	p
normalize_whitespace	gui/wxpython/gui_modules/menuform.py	/^def normalize_whitespace(text):$/;"	f
normalrs	vector/v.perturb/normalrs.c	/^int normalrs(double *svbox)$/;"	f
normalsv	vector/v.perturb/normalsv.c	/^int normalsv(double *svbox)$/;"	f
normp	lib/cdhc/normp.c	/^double normp(double z)$/;"	f
norms	include/gstypes.h	/^    unsigned long *norms;$/;"	m	struct:g_surf
north	display/d.barscale/main.c	/^double north;$/;"	v
north	display/d.paint.labels/do_labels.c	/^static double north;$/;"	v	file:
north	display/d.profile/profile.h	/^    double north, east, dist;$/;"	m	struct:ProfileNode
north	include/G3d.h	/^    double north, south;$/;"	m	struct:__anon248
north	include/gis.h	/^    double north;		\/* coordinates of layer                         *\/$/;"	m	struct:Cell_head
north	include/site.h	/^    double east, north;$/;"	m	struct:__anon292
north	lib/display/cnversions.c	/^    double north;$/;"	m	struct:rectangle	file:
north	lib/dspf/viz.h	/^    float north, south, east, west;$/;"	m	struct:__anon33
north	lib/gis/area.c	/^static double north;$/;"	v	file:
north	raster/r.los/cmd_line.h	/^GLOBAL double north;$/;"	v
north	raster/r.surf.idw2/main.c	/^    double north, east;$/;"	m	struct:Point	file:
north	raster/simwe/simlib/waterglobs.h	/^    double north, east;$/;"	m	struct:Point
north	raster3d/r3.showdspf/vizual2.h	/^    float north, south, east, west;$/;"	m	struct:__anon114
north	swig/perl/gis.h	/^    double north;		\/* coordinates of layer                         *\/$/;"	m	struct:Cell_head
north	vector/v.surf.idw/main.c	/^    double north, east;$/;"	m	struct:Point	file:
north	vector/v.surf.idw/main.c	/^    double north, east;$/;"	m	struct:list_Point	file:
northMost	raster/r.out.pov/main.c	/^double eastMost, westMost, southMost, northMost;$/;"	v
northMostSample	raster/r.out.pov/main.c	/^int eastMostSample, westMostSample, southMostSample, northMostSample;$/;"	v
north_buf	raster/r.what/main.c	/^    char north_buf[256];$/;"	m	struct:order	file:
north_value	lib/gis/area.c	/^static double north_value;$/;"	v	file:
northing_to_row	imagery/i.ortho.photo/photo.2image/conv.c	/^double northing_to_row(struct Cell_head *cellhd, double north)$/;"	f
northing_to_row	imagery/i.ortho.photo/photo.2target/conv.c	/^double northing_to_row(struct Cell_head *cellhd, double north)$/;"	f
northing_to_row	imagery/i.ortho.photo/photo.rectify/conv.c	/^double northing_to_row(struct Cell_head *cellhd, double north)$/;"	f
northing_to_row	imagery/i.points/conv.c	/^double northing_to_row(struct Cell_head *cellhd, double north)$/;"	f
northing_to_row	imagery/i.vpoints/conv.c	/^double northing_to_row(struct Cell_head *cellhd, double north)$/;"	f
not_a_number	visualization/nviz/scripts/ACS_utils.tcl	/^proc not_a_number { _v } {$/;"	p
notes	imagery/i.gensigset/description.html	/^<A NAME="notes"><H2>NOTES<\/H2><\/A>$/;"	a
notes	imagery/i.smap/shapiro/description.html	/^<A NAME="notes"><H2>NOTES<\/H2><\/A>$/;"	a
notes.html	raster/r.surf.idw/description.html	/^<A NAME="notes.html"><\/a>$/;"	a
notgotem	display/d.zoom/returns.c	/^static int notgotem = 1;$/;"	v	file:
nowarpimport	scripts/r.in.wms/r.in.gdalwarp	/^nowarpimport () {$/;"	f
np	imagery/i.atcorr/Gauss.h	/^const long int np	= 49;$/;"	v
np	imagery/i.class/signature.c	/^static int np;			\/* number of points in sample *\/$/;"	v	file:
np	include/cluster.h	/^    int np;$/;"	m	struct:Cluster
np	lib/gis/plot.c	/^static int np;$/;"	v	file:
npages	imagery/i.ask/popup.c	/^static int page, npages;$/;"	v	file:
npages	imagery/i.ortho.photo/photo.2image/ask.c	/^static int page, npages;$/;"	v	file:
npages	imagery/i.ortho.photo/photo.2target/ask.c	/^static int page, npages;$/;"	v	file:
npages	imagery/i.points/ask.c	/^static int page, npages;$/;"	v	file:
npages	imagery/i.vpoints/ask.c	/^static int page, npages;$/;"	v	file:
npages	imagery/i.vpoints/ask_lineclr.c	/^static int page, npages;$/;"	v	file:
npalloc	lib/gis/plot.c	/^static int npalloc = 0;$/;"	v	file:
npixels	include/imagery.h	/^    int npixels;$/;"	m	struct:ClassData
npoints	imagery/i.class/defs.h	/^    int npoints;$/;"	m	struct:region
npoints	include/cluster.h	/^    int npoints;$/;"	m	struct:Cluster
npoints	include/imagery.h	/^    int npoints;$/;"	m	struct:One_Sig
npoints	raster/r.surf.idw2/main.c	/^int npoints = 0;$/;"	v
npoints	vector/v.kernel/main.c	/^static int npoints;$/;"	v	file:
npoints	vector/v.surf.idw/main.c	/^long npoints = 0;$/;"	v
npoints_alloc	raster/r.surf.idw2/main.c	/^int npoints_alloc = 0;$/;"	v
npoints_currcell	vector/v.surf.idw/main.c	/^long **npoints_currcell;$/;"	v
npoly	lib/dspf/viz.h	/^    int npoly;			\/* number of polygons in cube at given threshold *\/$/;"	m	struct:__anon35
npoly	raster3d/r3.showdspf/vizual2.h	/^    int npoly;			\/* number of polygons in cube at given threshold *\/$/;"	m	struct:__anon116
npolys	lib/dspf/viz.h	/^    int npolys;$/;"	m	struct:__anon37
npolys	lib/ogsf/mc33_table.h	/^    unsigned char npolys;$/;"	m	struct:__anon66
npolys	raster3d/r3.showdspf/vizual2.h	/^    int npolys;$/;"	m	struct:__anon118
npts	include/gstypes.h	/^    int dims, npts;$/;"	m	struct:g_line
npts	raster/r.carve/enforce.h	/^    int npts;$/;"	m	struct:__anon140
npts	raster/r.le/r.le.patch/patch.h	/^    int num, n, s, e, w, npts;$/;"	m	struct:patch
npts	raster/r.le/r.le.trace/r.le.trace.h	/^    int num, n, s, e, w, npts;$/;"	m	struct:patch
nqcats	vector/v.to.db/global.h	/^    int nqcats;			\/* number of query cats *\/$/;"	m	struct:__anon200
nr	raster/r.terraflow/nodata.cc	/^  const dimension_type nr, nc;$/;"	m	class:detectEdgeNodata	file:
nrasts	display/d.what.rast/main.c	/^int nrasts;$/;"	v
nrasts	display/d.zoom/local_proto.h	/^GLOBAL int nrasts, nvects, nlists;$/;"	v
nreach	raster/r.topmodel/global.h	/^    int ndelay, nreach;$/;"	m	struct:__anon134
nrects	lib/vector/rtree/test.c	/^int nrects = sizeof(rects) \/ sizeof(rects[0]);$/;"	v
nrerror	vector/lidar/v.lidar.growing/ConvexHull.c	/^void nrerror(char error_text[])$/;"	f
nrows	db/drivers/dbf/globals.h	/^    int nrows;			\/* number of rows *\/$/;"	m	struct:__anon14
nrows	db/drivers/dbf/globals.h	/^    int nrows;			\/* number of rows in set *\/$/;"	m	struct:__anon16
nrows	db/drivers/mysql/globals.h	/^    int nrows;			\/* number of rows in query result *\/$/;"	m	struct:_cursor
nrows	db/drivers/odbc/globals.h	/^    int nrows;			\/* number of rows selected by SELECT statement *\/$/;"	m	struct:_cursor
nrows	db/drivers/postgres/globals.h	/^    int nrows;			\/* number of rows in query result *\/$/;"	m	struct:_cursor
nrows	db/drivers/sqlite/globals.h	/^    int nrows;			\/* number of rows in query result, -1 if unknown *\/$/;"	m	struct:_cursor
nrows	imagery/i.class/defs.h	/^    int nrows, ncols;$/;"	m	struct:__anon203
nrows	imagery/i.ortho.photo/libes/mat.h	/^    int nrows;			\/* row index *\/$/;"	m	struct:matrix
nrows	imagery/i.ortho.photo/photo.2image/defs.h	/^    int nrows, ncols;$/;"	m	struct:__anon237
nrows	imagery/i.ortho.photo/photo.2target/defs.h	/^    int nrows, ncols;$/;"	m	struct:__anon226
nrows	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int nrows, ncols;$/;"	m	struct:__anon230
nrows	imagery/i.points/defs.h	/^    int nrows, ncols;$/;"	m	struct:__anon211
nrows	imagery/i.vpoints/defs.h	/^    int nrows, ncols;$/;"	m	struct:__anon217
nrows	include/icon.h	/^    int nrows;$/;"	m	struct:_icon
nrows	include/rowio.h	/^    int nrows;			\/* number of rows to be held in memory *\/$/;"	m	struct:__anon271
nrows	include/segment.h	/^    int nrows;			\/* rows in original data *\/$/;"	m	struct:__anon280
nrows	raster/r.cross/main.c	/^int nrows;$/;"	v
nrows	raster/r.grow.distance/main.c	/^static int nrows, ncols;$/;"	v	file:
nrows	raster/r.mfilter.fp/main.c	/^int nrows, ncols;$/;"	v
nrows	raster/r.mfilter/glob.h	/^GLOBAL int nrows, ncols;$/;"	v
nrows	raster/r.out.mpeg/main.c	/^int nrows, ncols, numviews, quality, quiet = 0;$/;"	v
nrows	raster/r.recode/recode.c	/^static int nrows, ncols;$/;"	v	file:
nrows	raster/r.stats/main.c	/^int nrows;$/;"	v
nrows	raster/r.surf.contour/contour.h	/^GLOBAL int nrows;$/;"	v
nrows	raster/r.terraflow/common.cc	/^dimension_type nrows = 0, ncols = 0;$/;"	v
nrows	raster/r.terraflow/plateau.cc	/^  const dimension_type nrows;$/;"	m	class:detectPlateaus	file:
nrows	raster/r.terraflow/water.cc	/^  const dimension_type nrows, ncols;$/;"	m	class:boundaryDetector	file:
nrows	raster/r.water.outlet/basin.h	/^GLOBAL int nrows, ncols, done, total;$/;"	v
nrows	raster/r.watershed/ram/Gwater.h	/^GLOBAL SHORT nrows, ncols;$/;"	v
nrows	raster/r.watershed/seg/Gwater.h	/^GLOBAL SHORT nrows, ncols;$/;"	v
nrows	raster/wildfire/r.ros/main.c	/^int nrows, ncols;$/;"	v
nrows	raster/wildfire/r.spread/main.c	/^int nrows, ncols;$/;"	v
nrows	raster/wildfire/r.spreadpath/main.c	/^int nrows, ncols;$/;"	v
nrows	visualization/xganim/main.c	/^unsigned int nrows, ncols;$/;"	v
nrows_less_one	raster/r.water.outlet/basin.h	/^GLOBAL int ncols_less_one, nrows_less_one;$/;"	v
nrsunph	imagery/i.atcorr/AerosolModel.h	/^		float nrsunph[50];$/;"	m	struct:AerosolModel::Mie_in
nrules	raster/r.colors/main.c	/^static int nrules;$/;"	v	file:
nrules	raster/r.recode/global.h	/^int in_fd, out_fd, no_mask, align_wind, make_dcell, nrules, rule_size;$/;"	v
ns	raster/r.drain/tinf.h	/^    int ns;			\/* samples per line *\/$/;"	m	struct:band3
ns	raster/r.fill.dir/tinf.h	/^    int ns;			\/* samples per line *\/$/;"	m	struct:band3
ns_res	gui/wxpython/vdigit/driver.h	/^	double ns_res;$/;"	m	struct:DisplayDriver::_region
ns_res	imagery/i.class/defs.h	/^	double ew_res, ns_res;	\/* original map resolution *\/$/;"	m	struct:__anon203::__anon204
ns_res	imagery/i.ortho.photo/photo.2image/defs.h	/^	double ew_res, ns_res;	\/* original map resolution *\/$/;"	m	struct:__anon237::__anon238
ns_res	imagery/i.ortho.photo/photo.2target/defs.h	/^	double ew_res, ns_res;	\/* original map resolution *\/$/;"	m	struct:__anon226::__anon227
ns_res	imagery/i.ortho.photo/photo.rectify/defs.h	/^	double ew_res, ns_res;	\/* original map resolution *\/$/;"	m	struct:__anon230::__anon231
ns_res	imagery/i.points/defs.h	/^	double ew_res, ns_res;	\/* original map resolution *\/$/;"	m	struct:__anon211::__anon212
ns_res	imagery/i.vpoints/defs.h	/^	double ew_res, ns_res;	\/* original map resolution *\/$/;"	m	struct:__anon217::__anon218
ns_res	include/G3d.h	/^    double ns_res, ew_res, tb_res;$/;"	m	struct:__anon248
ns_res	include/gis.h	/^    double ns_res;		\/* North to South cell size 2D                  *\/$/;"	m	struct:Cell_head
ns_res	lib/dspf/viz.h	/^    float ns_res, ew_res, tb_res;$/;"	m	struct:__anon33
ns_res	ps/ps.map/ps_info.h	/^    double ew_res, ns_res;$/;"	m	struct:PS_data
ns_res	raster/r.drain/local.h	/^    double ew_res, ns_res, diag_res;$/;"	m	struct:metrics
ns_res	raster/r.resamp.rst/main.c	/^double \/* pargr *\/ ns_res, ew_res, inp_ew_res, inp_ns_res;$/;"	v
ns_res	raster3d/r3.showdspf/vizual2.h	/^    float ns_res, ew_res, tb_res;$/;"	m	struct:__anon114
ns_res	swig/perl/gis.h	/^    double ns_res;		\/* North to South cell size 2D                  *\/$/;"	m	struct:Cell_head
ns_res	vector/v.surf.rst/main.c	/^double \/* pargr *\/ ns_res, ew_res;$/;"	v
ns_res	vector/v.vol.rst/main.c	/^double ns_res, ew_res, tb_res;$/;"	v
ns_res3	include/gis.h	/^    double ns_res3;		\/* North to South cell size 3D                  *\/$/;"	m	struct:Cell_head
ns_res3	swig/perl/gis.h	/^    double ns_res3;		\/* North to South cell size 3D                  *\/$/;"	m	struct:Cell_head
ns_to_ew_squared	raster/r.buffer/main.c	/^double ns_to_ew_squared;$/;"	v
ns_to_y	ps/ps.map/ps_info.h	/^    double ew_to_x, ns_to_y;$/;"	m	struct:PS_data
nscor1	lib/cdhc/as177.c	/^void nscor1(double s[], int n, int n2, double work[], int *ifault)$/;"	f
nscor2	lib/cdhc/as177.c	/^void nscor2(double s[], int n, int n2, int *ifault)$/;"	f
nsearch	raster/r.surf.idw2/main.c	/^int nsearch;$/;"	v
nsearch	vector/v.surf.idw/main.c	/^int nsearch;$/;"	v
nseg	include/segment.h	/^    int nseg;			\/* number of segments in memory *\/$/;"	m	struct:__anon280
nsew	general/g.region/main.c	/^static int nsew(char *value, char *a, char *b, char *c)$/;"	f	file:
nsew	raster/r.region/main.c	/^static int nsew(const char *value, const char *a, const char *b,$/;"	f	file:
nsigs	include/imagery.h	/^    int nsigs;$/;"	m	struct:Signature
nsites	vector/v.voronoi/sw_defs.h	/^int nsites;$/;"	v
nsizc	lib/rst/interp_float/interpf.h	/^    int nsizr, nsizc;		\/* number of rows and columns *\/$/;"	m	struct:interp_params
nsizc	raster/r.resamp.rst/main.c	/^int nsizr, nsizc;$/;"	v
nsizc	vector/v.vol.rst/main.c	/^int nsizr, nsizc, nsizl, KMAX2, KMIN, KMAX;$/;"	v
nsize	raster/r.neighbors/ncb.h	/^    int nsize;			\/* size of the neighborhood *\/$/;"	m	struct:ncb
nsizl	vector/v.vol.rst/main.c	/^int nsizr, nsizc, nsizl, KMAX2, KMIN, KMAX;$/;"	v
nsizr	lib/rst/interp_float/interpf.h	/^    int nsizr, nsizc;		\/* number of rows and columns *\/$/;"	m	struct:interp_params
nsizr	raster/r.resamp.rst/main.c	/^int nsizr, nsizc;$/;"	v
nsizr	vector/v.vol.rst/main.c	/^int nsizr, nsizc, nsizl, KMAX2, KMIN, KMAX;$/;"	v
nsplx	vector/lidar/v.lidar.edgedetection/main.c	/^int nsply, nsplx, line_out_counter, first_it;$/;"	v
nsplx	vector/lidar/v.lidar.growing/main.c	/^int nsply, nsplx, count_obj;$/;"	v
nsplx	vector/lidar/v.outlier/main.c	/^int nsply, nsplx, first_it;$/;"	v
nsply	vector/lidar/v.lidar.edgedetection/main.c	/^int nsply, nsplx, line_out_counter, first_it;$/;"	v
nsply	vector/lidar/v.lidar.growing/main.c	/^int nsply, nsplx, count_obj;$/;"	v
nsply	vector/lidar/v.outlier/main.c	/^int nsply, nsplx, first_it;$/;"	v
nstats	raster/r.kappa/main.c	/^size_t nstats;$/;"	v
nstats	raster/r.report/main.c	/^int nstats;$/;"	v
nstd050	imagery/i.class/input_std.c	/^int nstd050(void)$/;"	f
nstd075	imagery/i.class/input_std.c	/^int nstd075(void)$/;"	f
nstd100	imagery/i.class/input_std.c	/^int nstd100(void)$/;"	f
nstd125	imagery/i.class/input_std.c	/^int nstd125(void)$/;"	f
nstd150	imagery/i.class/input_std.c	/^int nstd150(void)$/;"	f
nstd175	imagery/i.class/input_std.c	/^int nstd175(void)$/;"	f
nstd200	imagery/i.class/input_std.c	/^int nstd200(void)$/;"	f
nstd225	imagery/i.class/input_std.c	/^int nstd225(void)$/;"	f
nstd250	imagery/i.class/input_std.c	/^int nstd250(void)$/;"	f
nsteps	display/d.histogram/options.h	/^GLOBAL int nsteps;$/;"	v
nsteps	raster/r.report/main.c	/^int nsteps, cat_ranges, as_int;$/;"	v
nsteps	raster/r.stats/main.c	/^int nsteps, cat_ranges, raw_output, as_int, averaged;$/;"	v
nsteps	raster3d/r3.stats/main.c	/^    int sum_count, nsteps, equal;$/;"	m	struct:__anon126	file:
nsubclasses	include/imagery.h	/^    int nsubclasses;$/;"	m	struct:ClassSig
nt	imagery/i.atcorr/common.h	/^const long int nt	= 26;$/;"	v
nt	raster3d/r3.showdspf/vizual.h	/^    int nt;			\/* number of indexes chosen (cumulative) *\/$/;"	m	struct:dspec
nta_link	include/dlg.h	/^    int nta_link;$/;"	m	struct:dlg_cats
ntables	db/drivers/dbf/globals.h	/^    int ntables;		\/* number of tables *\/$/;"	m	struct:__anon15
nterms	vector/v.net.steiner/main.c	/^int nterms;			\/* number of terminals *\/$/;"	v
nthres	lib/dspf/viz.h	/^    int nthres;			\/* number of thresholds *\/$/;"	m	struct:__anon32
nthres	raster3d/r3.showdspf/vizual2.h	/^    int nthres;			\/* number of thresholds *\/$/;"	m	struct:__anon113
ntimestep	raster/r.topmodel/global.h	/^    int ntimestep;$/;"	m	struct:__anon131
ntl_link	include/dlg.h	/^    int ntl_link;$/;"	m	struct:dlg_cats
ntry	vector/v.voronoi/sw_edgelist.c	/^int ntry, totalsearch;$/;"	v
ntype	raster/r.le/r.le.patch/driver.c	/^int ntype = 0, finput, n_scale = 1, n_unit = 1, size_cl_no = 0, *recl_count,$/;"	v
nul_alloc	lib/driver/command.c	/^static int nul_alloc;$/;"	v	file:
nul_val	raster/r.in.bin/main.c	/^static double nul_val;$/;"	v	file:
nula	lib/driver/command.c	/^static unsigned char *nula;$/;"	v	file:
null	raster3d/base/r3.null.main.c	/^    struct Option *map, *setNull, *null;$/;"	m	struct:__anon105	typeref:struct:__anon105::	file:
null	raster3d/r3.stats/main.c	/^    stat_row *null;$/;"	m	struct:__anon126	file:
null	vector/v.to.db/global.h	/^    char null;			\/* no records selected by query *\/$/;"	m	struct:__anon200
nullAllowed	include/dbmi.h	/^    char nullAllowed;$/;"	m	struct:_db_column
null_blu	include/gis.h	/^    unsigned char null_blu;$/;"	m	struct:Colors
null_blu	swig/perl/gis.h	/^    unsigned char null_blu;$/;"	m	struct:Colors
null_buf	lib/gis/G.h	/^    char *null_buf;		\/* buffer for reading null rows         *\/$/;"	m	struct:G__
null_buf_size	lib/gis/G.h	/^    int null_buf_size;		\/* sizeof null_buf                      *\/$/;"	m	struct:G__
null_cats	raster/r.neighbors/null_cats.c	/^int null_cats(void)$/;"	f
null_cur_row	lib/gis/G.h	/^    int null_cur_row;		\/* Current null row in memory   *\/$/;"	m	struct:fileinfo
null_data_count	include/gis.h	/^    long null_data_count;$/;"	m	struct:Cell_stats
null_data_count	swig/perl/gis.h	/^    long null_data_count;$/;"	m	struct:Cell_stats
null_distance	raster/r.distance/distance.c	/^int null_distance(char *name1, char *name2, int *zerro_row, int *zerro_col)$/;"	f
null_file_exists	lib/gis/G.h	/^    int null_file_exists;	\/* for existing raster maps     *\/$/;"	m	struct:fileinfo
null_flags	vector/v.to.rast/raster.c	/^static char **null_flags;$/;"	v	file:
null_grn	include/gis.h	/^    unsigned char null_grn;$/;"	m	struct:Colors
null_grn	swig/perl/gis.h	/^    unsigned char null_grn;$/;"	m	struct:Colors
null_only	raster/r.mfilter.fp/main.c	/^int null_only;$/;"	v
null_red	include/gis.h	/^    unsigned char null_red;$/;"	m	struct:Colors
null_red	swig/perl/gis.h	/^    unsigned char null_red;$/;"	m	struct:Colors
null_set	include/gis.h	/^    int null_set;		\/* the colors for null are set? *\/$/;"	m	struct:Colors
null_set	swig/perl/gis.h	/^    int null_set;		\/* the colors for null are set? *\/$/;"	m	struct:Colors
null_stat	display/d.histogram/dhist.h	/^      null_stat,		\/* stats for null cell *\/$/;"	m	struct:stat_list
null_temp_name	lib/gis/G.h	/^    char *null_temp_name;	\/* Temporary name for NEW NULL files *\/$/;"	m	struct:fileinfo
null_val	lib/gis/G.h	/^    DCELL null_val;$/;"	m	struct:GDAL_link
null_val	raster/r.external/main.c	/^    double null_val;$/;"	m	struct:band_info	file:
null_val	raster/r.out.vtk/parameters.h	/^    struct Option *input, *output, *elevationmap, *null_val, *elevscale,$/;"	m	struct:__anon161	typeref:struct:__anon161::
null_val	raster3d/r3.out.ascii/main.c	/^    struct Option *input, *output, *decimals, *null_val;$/;"	m	struct:__anon120	typeref:struct:__anon120::	file:
null_val	raster3d/r3.out.vtk/parameters.h	/^    struct Option *input, *output, *rgbmaps, *vectormaps, *null_val, *top,$/;"	m	struct:__anon123	typeref:struct:__anon123::
null_values	vector/v.overlay/local.h	/^    char *null_values;$/;"	m	struct:__anon173
null_work_buf	lib/gis/G.h	/^    unsigned char *null_work_buf;	\/* data buffer for reading null rows    *\/$/;"	m	struct:fileinfo
nullflag	raster/r.le/r.le.pixel/texture.c	/^int total, nullflag;$/;"	v
nulls	raster/r.random/local_proto.h	/^    struct RASTER_MAP_PTR nulls, cnulls, buf, cover, min, max, cmin, cmax;$/;"	m	struct:rr_state	typeref:struct:rr_state::RASTER_MAP_PTR
nulls	raster/r.resamp.stats/main.c	/^static int nulls;$/;"	v	file:
num	include/gis.h	/^    CELL num;			\/* the highest cell values. Only exists    $/;"	m	struct:Categories
num	include/gis.h	/^    int num;			\/* size of reclass table                *\/$/;"	m	struct:Reclass
num	include/gis.h	/^    int num;$/;"	m	struct:Histogram
num	lib/ogsf/gvl_file.c	/^    int num, skip;$/;"	m	struct:__anon65	file:
num	raster/r.le/r.le.patch/patch.h	/^    int num, n, s, e, w, npts;$/;"	m	struct:patch
num	raster/r.le/r.le.trace/r.le.trace.h	/^    int num, n, s, e, w, npts;$/;"	m	struct:patch
num	raster3d/r3.stats/main.c	/^    int num, count;$/;"	m	struct:__anon125	file:
num	swig/perl/gis.h	/^    CELL num;			\/* the highest cell values. Only exists    $/;"	m	struct:Categories
num	swig/perl/gis.h	/^    int num;			\/* size of reclass table                *\/$/;"	m	struct:Reclass
num	swig/perl/gis.h	/^    int num;$/;"	m	struct:Histogram
numColumns	include/dbmi.h	/^    int numColumns;$/;"	m	struct:_db_index
numColumns	include/dbmi.h	/^    int numColumns;$/;"	m	struct:_db_table
numLengthExtern	include/G3d.h	/^    int numLengthExtern;$/;"	m	struct:G3D_Map
numLengthIntern	include/G3d.h	/^    int numLengthIntern;$/;"	m	struct:G3D_Map
numPartitions	raster/r.sun2/main.c	/^int saveMemory, numPartitions = 1;$/;"	v
num_areas	include/dlg.h	/^    int num_areas;$/;"	m	struct:dlg_cats
num_args	lib/gis/spawn.c	/^static int num_args;$/;"	v	file:
num_bindings	lib/gis/spawn.c	/^static int num_bindings;$/;"	v	file:
num_bins	raster/r.quantile/main.c	/^static int num_bins;$/;"	v	file:
num_cats	include/dlg.h	/^    int num_cats;$/;"	m	struct:dlg_head
num_chars	lib/driver/font2.c	/^static int num_chars;$/;"	v	file:
num_cols	vector/v.mkgrid/grid_structs.h	/^    int num_cols;$/;"	m	struct:grid_description
num_cplanes	include/nviz.h	/^    int num_cplanes;$/;"	m	struct:__anon290
num_descriptions	general/g.mkfontcap/stroke_fonts.c	/^static int num_descriptions = 0;$/;"	v	file:
num_elts	include/iostream/pqheap.h	/^pqheap_t1<T>::num_elts(void) {$/;"	f	class:pqheap_t1
num_fid	imagery/i.ortho.photo/libes/orthophoto.h	/^    int num_fid;$/;"	m	struct:Ortho_Camera_File_Ref
num_fid	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int num_fid;$/;"	v
num_fields	vector/v.in.dxf/write_vect.c	/^static int num_fields = 0, *field_cat = NULL;$/;"	v	file:
num_fonts	display/d.font/main.c	/^static int num_fonts;$/;"	v	file:
num_layers	vector/v.in.dxf/global.h	/^GLOBAL int num_layers, found_layers;$/;"	v
num_lines	include/dlg.h	/^    int num_lines;$/;"	m	struct:dlg_cats
num_maps	raster/r.mapcalc/map.c	/^static int num_maps;$/;"	v	file:
num_maps	raster/r.mapcalc/map3.c	/^static int num_maps;$/;"	v	file:
num_nodes	include/dlg.h	/^    int num_nodes;$/;"	m	struct:dlg_cats
num_nodes	raster/r.in.xyz/main.c	/^int num_nodes = 0;$/;"	v
num_omaps	raster/r.mapcalc/map3.c	/^static int num_omaps;$/;"	v	file:
num_panels	ps/ps.map/ps_info.h	/^    int num_panels, startpanel, endpanel;$/;"	m	struct:PS_data
num_psfiles	ps/ps.map/ps_info.h	/^    int num_psfiles;$/;"	m	struct:PS_data
num_pts	display/drivers/HTMLMAP/htmlmap.h	/^    int num_pts;$/;"	m	struct:MapPoly
num_quants	raster/r.quantile/main.c	/^static int num_quants;$/;"	v	file:
num_redirects	lib/gis/spawn.c	/^static int num_redirects;$/;"	v	file:
num_rows	vector/v.mkgrid/grid_structs.h	/^    int num_rows;$/;"	m	struct:grid_description
num_sides	include/dlg.h	/^    int num_sides;$/;"	m	struct:dlg_head
num_signals	lib/gis/spawn.c	/^static int num_signals;$/;"	v	file:
num_slots	raster/r.quantile/main.c	/^static int num_slots;$/;"	v	file:
num_values	raster/r.quantile/main.c	/^static int num_values;$/;"	v	file:
num_vect_cols	vector/v.mkgrid/grid_structs.h	/^    int num_vect_cols;$/;"	m	struct:grid_description
num_vect_rows	vector/v.mkgrid/grid_structs.h	/^    int num_vect_rows;$/;"	m	struct:grid_description
num_zero	lib/ogsf/gvl_calc.c	/^    int num_zero;$/;"	m	struct:__anon64	file:
number	include/colors.h	/^    int number;$/;"	m	struct:color_name
number	include/vect/dig_structs.h	/^    int number;			\/* field number *\/$/;"	m	struct:field_info
numbers	ps/ps.map/decorate.h	/^    int numbers;$/;"	m	struct:scalebar
numbytes	include/gstypes.h	/^    int numbytes;$/;"	m	struct:__anon254
numdir	raster/r.terraflow/direction.h	/^  int numdir;$/;"	m	class:directionWindow
numelevmaps	raster3d/r3.out.vtk/globalDefs.h	/^    int numelevmaps;$/;"	m	struct:__anon124
numexp	vector/v.mapcalc/v.mapcalc.y	/^numexp:	  NUM				{ $$ = $1; }$/;"	l
numfiles	imagery/i.vpoints/drawvect.c	/^static int view2on, view2zoomon, numfiles = 0;$/;"	v	file:
numfunc	vector/v.mapcalc/number.c	/^double numfunc(SYMBOL * func, SYMBOL * arglist)$/;"	f
numlines	vector/v.out.vtk/writeVTK.h	/^    int numlines;		\/*The number of lines *\/$/;"	m	struct:__anon169
numobjs	lib/ogsf/gsd_prim.c	/^static int numobjs = 0;$/;"	v	file:
numop	vector/v.mapcalc/number.c	/^double numop(int op, SYMBOL * opd1, SYMBOL * opd2)$/;"	f
numpoints	vector/v.out.vtk/writeVTK.h	/^    int numpoints;		\/*The number of points *\/$/;"	m	struct:__anon169
numpolygons	vector/v.out.vtk/writeVTK.h	/^    int numpolygons;		\/*The number of polygons *\/$/;"	m	struct:__anon169
nums	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int top, bottom, left, right, width, middle, nums;$/;"	v
numsearchdirs	general/g.mkfontcap/local_proto.h	/^G_MKFONTCAP_GLOBAL int numsearchdirs;$/;"	v
numtouch	include/iostream/pqheap.h	/^  unsigned int *numtouch;$/;"	m	class:pqheap_t1
numtrap	raster/r.le/r.le.setup/sample.c	/^void numtrap(int n, double *a)$/;"	f
numvertices	vector/v.out.vtk/writeVTK.h	/^    int numvertices;		\/*the number of vertices *\/$/;"	m	struct:__anon169
numviews	raster/r.out.mpeg/main.c	/^int nrows, ncols, numviews, quality, quiet = 0;$/;"	v
numviews	visualization/xganim/main.c	/^int numviews;$/;"	v
nunits	raster/r.report/main.c	/^int nunits;$/;"	v
nv	db/base/select.c	/^    char *driver, *database, *table, *sql, *fs, *vs, *nv, *input;$/;"	m	struct:__anon9	file:
nv	raster3d/r3.in.ascii/main.c	/^    struct Option *input, *output, *nv;$/;"	m	struct:__anon108	typeref:struct:__anon108::	file:
nv	raster3d/r3.in.v5d/main.c	/^    struct Option *input, *output, *nv;$/;"	m	struct:__anon111	typeref:struct:__anon111::	file:
nv_clientdata	include/nviz.h	/^} nv_clientdata;$/;"	t	typeref:struct:__anon291
nv_data	include/nviz.h	/^} nv_data;$/;"	t	typeref:struct:__anon290
nv_data	visualization/nviz/src/togl_flythrough.c	/^    Nv_data *nv_data;$/;"	m	struct:cbData	file:
nvects	display/d.what.vect/what.h	/^GLOBAL int nvects;$/;"	v
nvects	display/d.zoom/local_proto.h	/^GLOBAL int nrasts, nvects, nlists;$/;"	v
nvects	vector/v.what/main.c	/^int nvects;$/;"	v
nvertices	vector/v.voronoi/sw_defs.h	/^int nvertices;$/;"	v
nverts	lib/dspf/viz.h	/^    int nverts;$/;"	m	struct:__anon37
nverts	raster3d/r3.showdspf/vizual2.h	/^    int nverts;$/;"	m	struct:__anon118
nwalk	raster/simwe/simlib/waterglobs.h	/^	*sfile, *depth, *disch, *err, *outwalk, *nwalk, *niter, *outiter,$/;"	m	struct:__anon137	typeref:struct:__anon137::
nwalk	raster/simwe/simlib/waterglobs.h	/^GLOBAL int maxw, maxwa, nwalk;$/;"	v
nwalka	raster/simwe/simlib/waterglobs.h	/^GLOBAL int miter, nwalka, lwwfin;$/;"	v
nx	include/G3d.h	/^    int nx, ny, nz;$/;"	m	struct:G3D_Map
nx	raster/r.in.bin/gmt_grd.h	/^    int nx;			\/* Number of columns *\/$/;"	m	struct:GRD_HEADER
nx	raster/r.out.bin/gmt_grd.h	/^    int nx;			\/* Number of columns *\/$/;"	m	struct:GRD_HEADER
nxt_avail_pt	raster/r.watershed/ram/Gwater.h	/^GLOBAL int first_astar, first_cum, nxt_avail_pt, total_cells, do_points;$/;"	v
nxt_avail_pt	raster/r.watershed/seg/Gwater.h	/^GLOBAL int first_astar, first_cum, nxt_avail_pt, total_cells, do_points;$/;"	v
nxy	include/G3d.h	/^    int nxy, nTiles;$/;"	m	struct:G3D_Map
ny	include/G3d.h	/^    int nx, ny, nz;$/;"	m	struct:G3D_Map
ny	raster/r.in.bin/gmt_grd.h	/^    int ny;			\/* Number of rows *\/$/;"	m	struct:GRD_HEADER
ny	raster/r.out.bin/gmt_grd.h	/^    int ny;			\/* Number of rows *\/$/;"	m	struct:GRD_HEADER
nz	include/G3d.h	/^    int nx, ny, nz;$/;"	m	struct:G3D_Map
nz_color	include/gstypes.h	/^    int nz_topo, nz_color;	\/* no zero flags *\/$/;"	m	struct:g_surf
nz_topo	include/gstypes.h	/^    int nz_topo, nz_color;	\/* no zero flags *\/$/;"	m	struct:g_surf
o	raster/r.sun/main.c	/^float **z, **o, **s, **li, **a, **la, **cbhr, **cdhr;$/;"	v
o	raster/r.sun2/main.c	/^float **z = NULL, **o = NULL, **s = NULL, **li = NULL, **a = NULL, **la =$/;"	v
oPoints	vector/v.buffer2/main.c	/^    struct line_pnts *oPoints;$/;"	m	struct:buf_contours	typeref:struct:buf_contours::line_pnts	file:
o_adev	raster/r.statistics/o_adev.c	/^o_adev(char *basemap, char *covermap, char *outputmap, int usecats,$/;"	f
o_alloc_bufs	ps/ps.map/ps_outline.c	/^int o_alloc_bufs(int ncols, int size)$/;"	f
o_average	raster/r.statistics/o_average.c	/^o_average(char *basemap, char *covermap, char *outputmap, int usecats,$/;"	f
o_close_file	ps/ps.map/outl_io.c	/^int o_close_file(void)$/;"	f
o_distrib	raster/r.statistics/o_distrib.c	/^int o_distrib(char *basemap, char *covermap, char *outputmap, int usecats)$/;"	f
o_divr	raster/r.statistics/o_divr.c	/^o_divr(char *basemap, char *covermap, char *outputmap, int usecats,$/;"	f
o_io_init	ps/ps.map/outl_io.c	/^int o_io_init(void)$/;"	f
o_kurt	raster/r.statistics/o_kurt.c	/^o_kurt(char *basemap, char *covermap, char *outputmap, int usecats,$/;"	f
o_max	raster/r.statistics/o_max.c	/^o_max(char *basemap, char *covermap, char *outputmap, int usecats,$/;"	f
o_median	raster/r.statistics/o_median.c	/^o_median(char *basemap, char *covermap, char *outputmap, int usecats,$/;"	f
o_min	raster/r.statistics/o_min.c	/^o_min(char *basemap, char *covermap, char *outputmap, int usecats,$/;"	f
o_mode	raster/r.statistics/o_mode.c	/^o_mode(char *basemap, char *covermap, char *outputmap, int usecats,$/;"	f
o_open_file	ps/ps.map/outl_io.c	/^RASTER_MAP_TYPE o_open_file(char *cell)$/;"	f
o_orig	raster/r.sun/main.c	/^double z_orig, o_orig, slope, aspect, z1, zp;$/;"	v
o_orig	raster/r.sun2/main.c	/^double o_orig, z1;$/;"	v
o_out	raster/r.statistics/o_distrib.c	/^static int o_out(FILE * fd, long cat, long sum)$/;"	f	file:
o_read_row	ps/ps.map/outl_io.c	/^int o_read_row(void *buf)$/;"	f
o_sdev	raster/r.statistics/o_sdev.c	/^o_sdev(char *basemap, char *covermap, char *outputmap, int usecats,$/;"	f
o_skew	raster/r.statistics/o_skew.c	/^o_skew(char *basemap, char *covermap, char *outputmap, int usecats,$/;"	f
o_sum	raster/r.statistics/o_sum.c	/^o_sum(char *basemap, char *covermap, char *outputmap, int usecats,$/;"	f
o_var	raster/r.statistics/o_var.c	/^o_var(char *basemap, char *covermap, char *outputmap, int usecats,$/;"	f
ob_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char ele_flag, pit_flag, run_flag, dis_flag, ob_flag;$/;"	v
ob_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char ele_flag, pit_flag, run_flag, dis_flag, ob_flag;$/;"	v
ob_mapset	raster/r.watershed/ram/Gwater.h	/^GLOBAL char run_name[GNAME_MAX], *run_mapset, ob_name[GNAME_MAX], *ob_mapset;$/;"	v
ob_mapset	raster/r.watershed/seg/Gwater.h	/^GLOBAL char run_name[GNAME_MAX], *run_mapset, ob_name[GNAME_MAX], *ob_mapset;$/;"	v
ob_name	raster/r.watershed/ram/Gwater.h	/^GLOBAL char run_name[GNAME_MAX], *run_mapset, ob_name[GNAME_MAX], *ob_mapset;$/;"	v
ob_name	raster/r.watershed/seg/Gwater.h	/^GLOBAL char run_name[GNAME_MAX], *run_mapset, ob_name[GNAME_MAX], *ob_mapset;$/;"	v
obj	vector/lidar/v.lidar.growing/growing.h	/^    int obj;			\/* Object counter *\/$/;"	m	struct:element_grow
obsEstimateBicubic	vector/lidar/lidarlib/InterpSpline.c	/^void obsEstimateBicubic(double **obsV, double *obsE, double *parV,$/;"	f
obsEstimateBilin	vector/lidar/lidarlib/InterpSpline.c	/^void obsEstimateBilin(double **obsV, double *obsE, double *parV, double deltX,$/;"	f
obs_elev	raster/r.los/cmd_line.h	/^GLOBAL double obs_elev;$/;"	v
obuf	raster3d/r3.showdspf/togif.h	/^    short obuf[MAXXSIZE];$/;"	m	struct:_vgl_GIFWriter
oc	lib/ogsf/gsd_img_mpeg.c	/^AVFormatContext *oc;$/;"	v
ocea	imagery/i.atcorr/AerosolModel.cpp	/^void AerosolModel::ocea()$/;"	f	class:AerosolModel
ocea_ph	imagery/i.atcorr/common.h	/^	float ocea_ph[10][83];		\/* ocean model *\/$/;"	m	struct:Sixs_aerbas
oct_add_data	vector/v.vol.rst/dataoct.c	/^int oct_add_data(struct quadruple *point, struct octdata *data)$/;"	f
oct_compare	vector/v.vol.rst/dataoct.c	/^int oct_compare(struct quadruple *point, struct octdata *data)$/;"	f
oct_divide_data	vector/v.vol.rst/dataoct.c	/^struct octdata **oct_divide_data(struct octdata *data)$/;"	f
oct_division_check	vector/v.vol.rst/dataoct.c	/^int oct_division_check(struct octdata *data)$/;"	f
oct_get_points	vector/v.vol.rst/dataoct.c	/^int oct_get_points(struct quadruple *points, struct octdata *data,$/;"	f
oct_intersect	vector/v.vol.rst/dataoct.c	/^int oct_intersect(double xmin, double xmax, double ymin, double ymax,$/;"	f
octant	vector/v.vol.rst/oct.h	/^    int octant;$/;"	m	struct:octtree
octdata	vector/v.vol.rst/dataoct.h	/^struct octdata$/;"	s
octfunc	vector/v.vol.rst/oct.h	/^struct octfunc$/;"	s
octtree	vector/v.vol.rst/oct.h	/^struct octtree$/;"	s
oda550	imagery/i.atcorr/AerosolConcentration.cpp	/^void AerosolConcentration::oda550(const float v, const AtmosModel& atms)$/;"	f	class:AerosolConcentration
odd_dashed_bits	include/patterns.h	/^static BITMAPS_H_TYPE odd_dashed_bits[] = {$/;"	v
odd_dashed_height	include/patterns.h	65;"	d
odd_dashed_width	include/patterns.h	64;"	d
odrayl	imagery/i.atcorr/computations.cpp	/^float odrayl(const AtmosModel &atms, const float wl)$/;"	f
off	raster/r.surf.contour/contour.h	/^GLOBAL CELL on, off;$/;"	v
off_cp_obj	visualization/nviz/src/cutplane_obj.c	/^off_cp_obj(Nv_data * data, Tcl_Interp * interp, int id, char **argv, int argc)$/;"	f
off_screen	display/d.nviz/main.c	/^int off_screen = 0;$/;"	v
offset	gui/wxpython/vdigit/digit.h	/^	long offset;$/;"	m	struct:Digit::action_meta
offset	include/G3d.h	/^    int offset;$/;"	m	struct:G3D_Map
offset	include/dig_atts.h	/^    long offset;$/;"	m	struct:attribute
offset	include/gstypes.h	/^    float offset;$/;"	m	struct:__anon253
offset	include/segment.h	/^    int offset;			\/* offset of data past header *\/$/;"	m	struct:__anon280
offset	include/vect/dig_structs.h	/^    int *offset;$/;"	m	struct:Format_info_ogr
offset	include/vect/dig_structs.h	/^    long offset;		\/* offset in coor file for line *\/$/;"	m	struct:P_line
offset	include/vect/dig_structs.h	/^    long offset;		\/* offset of the beginning of this index in cidx file *\/$/;"	m	struct:Cat_index
offset	lib/driver/font2.c	/^    unsigned int offset:20;$/;"	m	struct:glyph	file:
offset	lib/gpde/N_pde.h	/^    int offset;			\/*number of cols\/rows offset at each boundary *\/$/;"	m	struct:__anon49
offset	lib/gpde/N_pde.h	/^    int offset;			\/*number of cols\/rows\/depths offset at each boundary *\/$/;"	m	struct:__anon50
offset	ps/ps.map/vector.h	/^    double offset;		\/* offset *\/$/;"	m	struct:__anon22
offset	raster/r.composite/main.c	/^    int offset;$/;"	m	struct:band	file:
offset	raster/r.fill.dir/wtrshed.c	/^    off_t offset;$/;"	m	struct:whereandwhat	file:
offset	raster3d/r3.showdspf/togif.h	/^    int offset;$/;"	m	struct:_vgl_GIFWriter
offset_alloc	include/vect/dig_structs.h	/^    int offset_alloc;		\/* space allocated for offset *\/$/;"	m	struct:Format_info_ogr
offset_distance	raster/r.surf.idw/main.c	/^double offset_distance(SHORT offset)$/;"	f
offset_distance_LL	raster/r.surf.idw/ll.c	/^double offset_distance_LL(SHORT offset)$/;"	f
offset_in_rsegment	vector/v.lrs/lib/lrs.c	/^int offset_in_rsegment(RSEGMENT * rseg, double multip, double mpost,$/;"	f
offset_num	include/vect/dig_structs.h	/^    int offset_num;		\/* number of items in offset *\/$/;"	m	struct:Format_info_ogr
offset_pt_90	vector/v.lrs/v.lrs.segment/main.c	/^void offset_pt_90(double *x, double *y, double angle, double distance)$/;"	f
offset_pt_90	vector/v.segment/main.c	/^void offset_pt_90(double *x, double *y, double angle, double distance)$/;"	f
offsetx	raster/r.horizon/main.c	/^double offsetx, offsety;$/;"	v
offsetx	raster/r.sun2/main.c	/^double offsetx = 0.5, offsety = 0.5;$/;"	v
offsety	raster/r.horizon/main.c	/^double offsetx, offsety;$/;"	v
offsety	raster/r.sun2/main.c	/^double offsetx = 0.5, offsety = 0.5;$/;"	v
oflt	imagery/i.atcorr/main.cpp	/^    struct Flag *oflt;      \/* output data as floating point and do not round *\/$/;"	m	struct:Options	typeref:struct:Options::Flag	file:
ogl_light_amb	lib/ogsf/gsd_prim.c	/^static float ogl_light_amb[MAX_LIGHTS][4];$/;"	v	file:
ogl_light_diff	lib/ogsf/gsd_prim.c	/^static float ogl_light_diff[MAX_LIGHTS][4];$/;"	v	file:
ogl_light_pos	lib/ogsf/gsd_prim.c	/^static float ogl_light_pos[MAX_LIGHTS][4];$/;"	v	file:
ogl_light_spec	lib/ogsf/gsd_prim.c	/^static float ogl_light_spec[MAX_LIGHTS][4];$/;"	v	file:
ogl_mat_amb	lib/ogsf/gsd_prim.c	/^static float ogl_mat_amb[4];$/;"	v	file:
ogl_mat_diff	lib/ogsf/gsd_prim.c	/^static float ogl_mat_diff[4];$/;"	v	file:
ogl_mat_emis	lib/ogsf/gsd_prim.c	/^static float ogl_mat_emis[4];$/;"	v	file:
ogl_mat_shin	lib/ogsf/gsd_prim.c	/^static float ogl_mat_shin;$/;"	v	file:
ogl_mat_spec	lib/ogsf/gsd_prim.c	/^static float ogl_mat_spec[4];$/;"	v	file:
ogr	include/vect/dig_structs.h	/^    struct Format_info_ogr ogr;$/;"	m	struct:Format_info	typeref:struct:Format_info::Format_info_ogr
ogverts	lib/ogsf/gsd_objs.c	/^float ogverts[8][3];$/;"	v
ogvertsplus	lib/ogsf/gsd_objs.c	/^float ogvertsplus[8][3];$/;"	v
oimg	imagery/i.atcorr/main.cpp	/^    struct Option *oimg;    \/* output image name *\/$/;"	m	struct:Options	typeref:struct:Options::Option	file:
ok	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^static int ok;$/;"	v
old	lib/ogsf/gvl_calc.c	/^    unsigned char *old;$/;"	m	struct:__anon64	file:
old2new	vector/v.convert/old2new.c	/^int old2new(char *in, char *out, int endian)$/;"	f
oldStereoInit	visualization/nviz/src/togl.c	/^oldStereoInit(Togl *togl, int stereoEnabled)$/;"	f	file:
oldStereoMakeCurrent	visualization/nviz/src/togl.c	/^oldStereoMakeCurrent(Display *dpy, Window win, GLXContext ctx)$/;"	f	file:
old_act	lib/gis/spawn.c	/^    struct sigaction old_act;$/;"	m	struct:signal	typeref:struct:signal::sigaction	file:
old_dmax	raster/r.quant/global.h	/^DCELL old_dmin, old_dmax;$/;"	v
old_dmax	raster/r.recode/global.h	/^DCELL old_dmin, old_dmax;$/;"	v
old_dmin	raster/r.quant/global.h	/^DCELL old_dmin, old_dmax;$/;"	v
old_dmin	raster/r.recode/global.h	/^DCELL old_dmin, old_dmax;$/;"	v
old_mask	lib/gis/spawn.c	/^    sigset_t old_mask;$/;"	m	struct:signal	file:
old_max	raster/r.quant/global.h	/^CELL old_min, old_max;$/;"	v
old_max	raster/r.recode/global.h	/^CELL old_min, old_max;$/;"	v
old_min	raster/r.quant/global.h	/^CELL old_min, old_max;$/;"	v
old_min	raster/r.recode/global.h	/^CELL old_min, old_max;$/;"	v
old_range	imagery/i.class/histograms.c	/^static int old_range = 1;$/;"	v	file:
old_time	raster/wildfire/r.spread/display.c	/^static char buf[SIZE], old_time[SIZE], cur_time[SIZE];$/;"	v	file:
old_val_row	raster/r.grow.distance/main.c	/^static DCELL *old_val_row, *new_val_row;$/;"	v	file:
old_value	raster/wildfire/r.spread/display.c	/^static int old_value = 0;$/;"	v	file:
old_x_row	raster/r.grow.distance/main.c	/^static CELL *old_x_row, *old_y_row;$/;"	v	file:
old_y_row	raster/r.grow.distance/main.c	/^static CELL *old_x_row, *old_y_row;$/;"	v	file:
oldcell	raster/r.neighbors/ncb.h	/^    oldcell, newcell;$/;"	m	struct:ncb	typeref:struct:ncb::__anon146
oldsize	raster/r.compress/main.c	/^static off_t newsize, oldsize;$/;"	v	file:
omaps	raster/r.mapcalc/map3.c	/^static void **omaps;$/;"	v	file:
ome	imagery/i.atcorr/common.h	/^	float ome[10]; $/;"	m	struct:Sixs_aer
omega	imagery/i.ortho.photo/libes/orthophoto.h	/^    double XC, YC, ZC, omega, phi, kappa;$/;"	m	struct:Ortho_Image_Group
omega	raster/r.le/r.le.patch/patch.h	/^    float omega;$/;"	m	struct:patch
omega	raster/r.le/r.le.trace/r.le.trace.h	/^    float omega;$/;"	m	struct:patch
omega_init	imagery/i.ortho.photo/libes/orthophoto.h	/^    double omega_init;$/;"	m	struct:Ortho_Camera_Exp_Init
omega_var	imagery/i.ortho.photo/libes/orthophoto.h	/^    double omega_var;$/;"	m	struct:Ortho_Camera_Exp_Init
omnibus_moments	lib/cdhc/omnibus.c	/^double *omnibus_moments(double *x, int n)$/;"	f
on	raster/r.surf.contour/contour.h	/^GLOBAL CELL on, off;$/;"	v
on	vector/v.digit/global.h	/^    int on;			\/* 1 - on, 0 - off *\/$/;"	m	struct:__anon196
on	vector/v.digit/global.h	/^    int on;			\/* 1 display, 0 do not display *\/$/;"	m	struct:__anon198
onResize	gui/wxpython/gui_modules/menuform.py	/^    def onResize(self, event):$/;"	m	class:StaticWrapText
on_cp_obj	visualization/nviz/src/cutplane_obj.c	/^on_cp_obj(Nv_data * data, Tcl_Interp * interp, int id, char **argv, int argc)$/;"	f
on_map	raster/r.flow/calc.c	/^static int on_map(int sub, double cut, int horiz)$/;"	f	file:
oname	raster/r.in.gridatb/local_proto.h	/^GLOBAL char *mapset, *oname;$/;"	v
oname	raster/r.topidx/global.h	/^GLOBAL char *mapset, *iname, *oname;$/;"	v
one	raster/r.watershed/ram/Gwater.h	/^GLOBAL CELL one, zero;$/;"	v
one	raster/r.watershed/seg/Gwater.h	/^GLOBAL CELL one, zero;$/;"	v
onechar	lib/driver/text2.c	/^void onechar(int x, int y,$/;"	f
oneto8	visualization/nviz/src/togl.c	/^static unsigned char oneto8[2] = {$/;"	v	file:
onext	vector/v.delaunay2/data_types.h	/^    struct edge *onext;$/;"	m	struct:edge	typeref:struct:edge::edge
onhull	vector/v.hull/chull.c	/^    bool onhull;		\/* T iff point on hull. *\/$/;"	m	struct:tVertexStructure	file:
oops	imagery/i.ortho.photo/photo.2target/digit.c	/^static int oops(void)$/;"	f	file:
oops	imagery/i.points/digit.c	/^static int oops(void)$/;"	f	file:
oops	imagery/i.vpoints/digit.c	/^static int oops(void)$/;"	f	file:
oops	raster/r.what/main.c	/^int oops(int line, char *buf, char *msg)$/;"	f
op	raster/r.horizon/main.c	/^double stepx, stepy, stepxhalf, stepyhalf, stepxy, xp, yp, op, dp, xg0, xx0,$/;"	v
op	raster/r.sun/main.c	/^double stepx, stepy, stepxy, xp, yp, op, dp, xg0, xx0, yg0, yy0, deltx, delty;$/;"	v
op	raster/r.sun2/main.c	/^double op, dp;$/;"	v
opaque	display/d.paint.labels/do_labels.c	/^static int opaque;$/;"	v	file:
opaque	vector/v.label.sa/labels.h	/^    struct Option *opaque;$/;"	m	struct:params	typeref:struct:params::Option
open	include/dbmi.h	/^    int open;$/;"	m	struct:_db_driver_state
open	include/segment.h	/^    int open;			\/* open flag *\/$/;"	m	struct:__anon280
open	include/vect/dig_structs.h	/^    int open;			\/* should be 0x5522AA22 if opened correctly *\/$/;"	m	struct:Map_info
openAscii	raster3d/r3.in.ascii/main.c	/^static FILE *openAscii(char *asciiFile, G3D_Region * region)$/;"	f	file:
openAscii	raster3d/r3.out.ascii/main.c	/^FILE *openAscii(char *asciiFile, G3D_Region region)$/;"	f
openDir	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^ proc openDir {listbox newpath} {$/;"	p
open_band_files	imagery/i.class/band_files.c	/^int open_band_files(void)$/;"	f
open_cell	imagery/i.gensig/opencell.c	/^CELL *open_cell(char *name, char *mapset, int *fd)$/;"	f
open_cell	imagery/i.gensigset/opencell.c	/^CELL *open_cell(char *name, char *mapset, int *fd)$/;"	f
open_cell_new	imagery/i.smap/shapiro/opencell.c	/^int open_cell_new(char *name)$/;"	f
open_cell_old	imagery/i.smap/shapiro/opencell.c	/^int open_cell_old(char *name, char *mapset)$/;"	f
open_connection	db/drivers/odbc/connect.c	/^int open_connection()$/;"	f
open_driver	lib/raster/transport.h	/^    int (*open_driver) (void);$/;"	m	struct:transport
open_env	lib/gis/env.c	/^static FILE *open_env(const char *mode, int loc)$/;"	f	file:
open_existing_cell_file	raster/r.flow/io.c	/^static int open_existing_cell_file(char *fname, struct Cell_head *chd)$/;"	f	file:
open_file	raster/r.thin/io.c	/^int open_file(char *name)$/;"	f
open_files	imagery/i.cluster/open_files.c	/^int open_files(void)$/;"	f
open_files	imagery/i.maxlik/open.c	/^int open_files(void)$/;"	f
open_files	raster/r.le/r.le.patch/driver.c	/^void open_files()$/;"	f
open_files	raster/r.param.scale/open_files.c	/^void open_files(void)$/;"	f
open_form	vector/v.digit/form.tcl	/^proc open_form {title html} {$/;"	p
open_g3d_file	lib/ogsf/gvl_file.c	/^void *open_g3d_file(const char *filename, IFLAG * type, double *min,$/;"	f
open_input_map	raster3d/r3.out.vtk/main.c	/^int open_input_map(char *name, char *mapset)$/;"	f
open_input_raster_map	raster/r.to.rast3/main.c	/^int open_input_raster_map(char *name, char *mapset)$/;"	f
open_input_raster_map	raster/r.to.rast3elev/main.c	/^int open_input_raster_map(char *name, char *mapset)$/;"	f
open_map	raster/r.mapcalc/map.c	/^int open_map(const char *name, int mod, int row, int col)$/;"	f
open_map	raster/r.mapcalc/map3.c	/^int open_map(const char *name, int mod, int row, int col)$/;"	f
open_mode	lib/gis/G.h	/^    int open_mode;		\/* see defines below            *\/$/;"	m	struct:fileinfo
open_new_vect	raster/r.carve/vect.c	/^int open_new_vect(struct Map_info *map, char *vect)$/;"	f
open_null_read	lib/gis/get_row.c	/^static int open_null_read(int fd)$/;"	f	file:
open_old_dummy	lib/vector/Vlib/open.c	/^static int open_old_dummy()$/;"	f	file:
open_output_files	raster/r.flow/io.c	/^void open_output_files(void)$/;"	f
open_output_map	raster/r.mapcalc/map.c	/^int open_output_map(const char *name, int res_type)$/;"	f
open_output_map	raster/r.mapcalc/map3.c	/^int open_output_map(const char *name, int res_type)$/;"	f
open_output_map	raster3d/r3.to.rast/main.c	/^int open_output_map(const char *name, int res_type)$/;"	f
open_quiet	lib/raster/transport.h	/^    int (*open_quiet) (void);$/;"	m	struct:transport
open_raster	raster/r.univar2/r.univar_main.c	/^static int open_raster(const char *infile)$/;"	f	file:
open_segment_file	raster/r.flow/io.c	/^static int open_segment_file(char *name, layer l, int new)$/;"	f	file:
open_stream	lib/iostream/ami_stream.cc	/^open_stream(char* pathname, AMI_stream_type st) {$/;"	f
open_stream	lib/iostream/ami_stream.cc	/^open_stream(int fd, AMI_stream_type st) {$/;"	f
open_vect	imagery/i.vpoints/open.c	/^FILE *open_vect(char *name, char *mapset)$/;"	f
open_video	lib/ogsf/gsd_img_mpeg.c	/^static void open_video(AVFormatContext * oc, AVStream * st)$/;"	f	file:
open_volfile	lib/ogsf/gvl_file.c	/^void *open_volfile(const char *name, IFLAG file_type, IFLAG * data_type,$/;"	f
open_write_rgb_maps	raster3d/r3.out.vtk/main.c	/^void open_write_rgb_maps(input_maps * in, G3D_Region region, FILE * fp,$/;"	f
open_write_vector_maps	raster3d/r3.out.vtk/main.c	/^void open_write_vector_maps(input_maps * in, G3D_Region region, FILE * fp,$/;"	f
opencell	display/d.what.rast/opencell.c	/^int opencell(char *fullname, char *name, char *mapset)$/;"	f
openfiles	imagery/i.gensig/openfiles.c	/^int openfiles(struct parms *parms, struct files *files)$/;"	f
openfiles	imagery/i.gensigset/openfiles.c	/^int openfiles(struct parms *parms, struct files *files)$/;"	f
openfiles	imagery/i.his.rgb/openfiles.c	/^void openfiles(char *h_name, char *i_name, char *s_name,$/;"	f
openfiles	imagery/i.rgb.his/openfiles.c	/^void openfiles(char *r_name, char *g_name, char *b_name,$/;"	f
openfiles	imagery/i.smap/shapiro/openfiles.c	/^int openfiles(struct parms *parms, struct files *files)$/;"	f
opennew	raster/r.slope.aspect/opennew.c	/^int opennew(char *name, RASTER_MAP_TYPE wr_type)$/;"	f
opennew	swig/perl/R_slope_aspect/r_slope_aspect/opennew.c	/^int opennew(char *name, RASTER_MAP_TYPE wr_type)$/;"	f
openpl	vector/v.voronoi/sw_output.c	/^int openpl(void)$/;"	f
openvect	display/d.what.vect/openvect.c	/^char *openvect(char *name)$/;"	f
openvect	visualization/nviz/src/openvect.c	/^char *openvect(name)$/;"	f
oper	include/sqlp.h	/^    int oper;			\/* Operator code *\/$/;"	m	struct:sqlpnode
oper	raster/r.mapcalc/expression.h	/^    const char *oper;$/;"	m	struct:expr_data_func
operation	include/G3d.h	/^    int operation;		\/* G3D_WRITE_DATA or G3D_READ_DATA *\/$/;"	m	struct:G3D_Map
operator	raster/r.mapcalc/expression.c	/^expression *operator(const char *name, const char *oper, int prec,$/;"	f
operator !=	include/iostream/embuffer.h	/^  friend int operator != (const merge_key &x, $/;"	f	class:merge_key
operator !=	include/iostream/empq_impl.h	/^  friend int operator != (const ExtendedEltMergeType<T,Key> &e1, $/;"	f	class:ExtendedEltMergeType
operator !=	raster/r.terraflow/ccforest.h	/^  int operator != (const keyvalue &e2) const {$/;"	f	class:keyvalue
operator !=	raster/r.terraflow/sweep.h	/^  flowValue operator != (const flowValue &elt) {$/;"	f	class:flowValue
operator !=	raster/r.terraflow/sweep.h	/^  friend bool operator != (const flowStructure &f1, $/;"	f	class:flowStructure
operator !=	raster/r.terraflow/sweep.h	/^  friend bool operator!=(const flowPriority &p1, $/;"	f	class:flowPriority
operator !=	raster/r.terraflow/sweep.h	/^  friend int operator != (const gridPosition &x, $/;"	f	class:gridPosition
operator !=	raster/r.terraflow/types.h	/^  friend int operator!=(const ijBaseType &a, const ijBaseType &b) {$/;"	f	class:ijBaseType
operator !=	raster/r.terraflow/water.cc	/^operator!=(const fillPriority &a, const fillPriority &b) {$/;"	f
operator ()	raster/r.terraflow/fill.cc	/^  char *operator()(const direction_type &p) {$/;"	f	class:printDirection
operator ()	raster/r.terraflow/fill.cc	/^  char *operator()(const elevation_type &p) {$/;"	f	class:printElevation
operator ()	raster/r.terraflow/fill.cc	/^  char *operator()(const labelElevType&p) {$/;"	f	class:printLabel
operator ()	raster/r.terraflow/fill.cc	/^  char *operator()(const waterGridType &p) {$/;"	f	class:printDepth
operator ()	raster/r.terraflow/fill.cc	/^  char *operator()(const waterGridType &p) {$/;"	f	class:printLabel
operator ()	raster/r.terraflow/fill.cc	/^  char *operator()(const waterType &p) {$/;"	f	class:printLabel
operator ()	raster/r.terraflow/fill.cc	/^  char *operator()(const waterWindowBaseType &p) {$/;"	f	class:printDirection
operator ()	raster/r.terraflow/fill.cc	/^  waterGridType operator()(elevation_type el, direction_type dir) {$/;"	f	class:directionElevationMerger
operator ()	raster/r.terraflow/fill.cc	/^  waterGridType operator()(elevation_type el, direction_type dir, $/;"	f	class:directionElevationMerger
operator ()	raster/r.terraflow/nodata.h	/^  elevation_type operator()(elevation_type n) { return n; }$/;"	f	class:nodataType2elevation_type
operator ()	raster/r.terraflow/nodata.h	/^  elevation_type operator()(nodataType n) { return n.getElevation(); }$/;"	f	class:nodataType2elevation_type
operator ()	raster/r.terraflow/sweep.h	/^  char *operator()(const sweepOutput &p) {$/;"	f	class:printAccumulationAscii
operator ()	raster/r.terraflow/sweep.h	/^  char *operator()(const sweepOutput &p) {$/;"	f	class:printTciAscii
operator ()	raster/r.terraflow/sweep.h	/^  flowaccumulation_type operator()(const sweepOutput &p) {$/;"	f	class:printAccumulation
operator ()	raster/r.terraflow/sweep.h	/^  tci_type operator()(const sweepOutput &p) {$/;"	f	class:printTci
operator ()	raster/r.terraflow/water.h	/^  cclabel_type  operator()(const labelElevType &p) {$/;"	f	class:labelElevTypePrintLabel
operator ()	raster/r.terraflow/water.h	/^  direction_type operator()(direction_type p) { return p; }$/;"	f	class:waterType2direction_type
operator ()	raster/r.terraflow/water.h	/^  direction_type operator()(waterType p) { return p.getDirection(); }$/;"	f	class:waterType2direction_type
operator +	include/iostream/embuffer.h	/^  friend merge_key operator + (const  merge_key &x, $/;"	f	class:merge_key
operator +	raster/r.terraflow/sweep.h	/^  friend flowStructure operator +(const flowStructure &x, $/;"	f	class:flowStructure
operator +	raster/r.terraflow/sweep.h	/^  friend flowValue operator +(const flowValue &elt1, $/;"	f	class:flowValue
operator <	imagery/i.atcorr/Date.h	/^	bool operator<(const Date& date)$/;"	f	class:Date
operator <	imagery/i.atcorr/main.cpp	/^    bool operator<(const IntPair& b) const$/;"	f	struct:IntPair
operator <	include/iostream/embuffer.h	/^  friend int operator < (const merge_key &x, $/;"	f	class:merge_key
operator <	include/iostream/empq_impl.h	/^  friend int operator < (const ExtendedEltMergeType<T,Key> &e1, $/;"	f	class:ExtendedEltMergeType
operator <	raster/r.terraflow/ccforest.h	/^  int operator < (const keyvalue &e2) const {$/;"	f	class:keyvalue
operator <	raster/r.terraflow/sweep.h	/^  friend int operator < (const flowPriority &p1, $/;"	f	class:flowPriority
operator <	raster/r.terraflow/sweep.h	/^  friend int operator < (const flowStructure &f1, $/;"	f	class:flowStructure
operator <	raster/r.terraflow/sweep.h	/^  friend int operator < (const flowValue &p1, $/;"	f	class:flowValue
operator <	raster/r.terraflow/sweep.h	/^  friend int operator < (const gridPosition &x, $/;"	f	class:gridPosition
operator <	raster/r.terraflow/sweep.h	/^  friend int operator < (const sweepItemBaseType<T> &x, $/;"	f	class:sweepItemBaseType
operator <	raster/r.terraflow/water.cc	/^operator<(const fillPriority &a, const fillPriority &b) {$/;"	f
operator <<	include/iostream/embuffer.h	/^  friend ostream& operator<<(ostream& s,  em_buffer &b) {$/;"	f	class:em_buffer
operator <<	include/iostream/embuffer.h	/^  friend ostream& operator<<(ostream& s, const merge_key<KEY> &x) {$/;"	f	class:merge_key
operator <<	include/iostream/empq.h	/^  friend ostream& operator<<(ostream& s, const em_pqueue &empq) {$/;"	f	class:em_pqueue
operator <<	include/iostream/empq_impl.h	/^  friend ostream& operator<<(ostream& s, $/;"	f	class:ExtendedEltMergeType
operator <<	include/iostream/imbuffer.h	/^  friend ostream& operator << (ostream& s, const im_buffer &b) { $/;"	f	class:im_buffer
operator <<	include/iostream/minmaxheap.h	/^  friend ostream& operator<<(ostream& s, const BasicMinMaxHeap<T> &pq) {$/;"	f	class:BasicMinMaxHeap
operator <<	include/iostream/pqheap.h	/^  inline friend ostream& operator<<(ostream& s, const pqheap_t1<T> &pq) {$/;"	f	class:pqheap_t1
operator <<	include/iostream/replacementHeap.h	/^  friend ostream& operator << (ostream& s, const HeapElement &p) {$/;"	f	class:HeapElement
operator <<	include/iostream/replacementHeapBlock.h	/^  friend ostream& operator << (ostream& s, const BlockHeapElement &p) {$/;"	f	class:BlockHeapElement
operator <<	raster/r.terraflow/ccforest.h	/^  friend ostream& operator<<(ostream& s, const keyvalue &p) {$/;"	f	class:keyvalue
operator <<	raster/r.terraflow/genericWindow.h	/^  inline friend ostream& operator<<(ostream& s, const genericWindow<T> &x) {$/;"	f	class:genericWindow
operator <<	raster/r.terraflow/nodata.h	/^  friend ostream& operator << (ostream& s, const nodataType &p) {$/;"	f	class:nodataType
operator <<	raster/r.terraflow/plateau.h	/^  friend ostream& operator << (ostream& s, const plateauStats &p) {$/;"	f	class:plateauStats
operator <<	raster/r.terraflow/plateau.h	/^  friend ostream& operator << (ostream& s, const plateauType &p) {$/;"	f	class:plateauType
operator <<	raster/r.terraflow/sweep.h	/^  friend ostream& operator << (ostream& s, const sweepOutput &x) {$/;"	f	class:sweepOutput
operator <<	raster/r.terraflow/sweep.h	/^  friend ostream& operator<<(ostream& s, const flowPriority &p) {$/;"	f	class:flowPriority
operator <<	raster/r.terraflow/sweep.h	/^  friend ostream& operator<<(ostream& s, const flowStructure &fl) {$/;"	f	class:flowStructure
operator <<	raster/r.terraflow/sweep.h	/^  friend ostream& operator<<(ostream& s, const flowValue &elt) {$/;"	f	class:flowValue
operator <<	raster/r.terraflow/sweep.h	/^  friend ostream& operator<<(ostream& s, const sweepItemBaseType<T> &x) {$/;"	f	class:sweepItemBaseType
operator <<	raster/r.terraflow/types.cc	/^operator << (ostream& s, const ijBaseType &p) {$/;"	f
operator <<	raster/r.terraflow/water.cc	/^operator << (ostream& s, const boundaryType &p) {$/;"	f
operator <<	raster/r.terraflow/water.cc	/^operator << (ostream& s, const fillPriority &p) {$/;"	f
operator <<	raster/r.terraflow/water.cc	/^operator << (ostream& s, const labelElevType &p) {$/;"	f
operator <<	raster/r.terraflow/water.cc	/^operator<<(ostream& s, const compressedWaterWindowBaseType &p) {$/;"	f
operator <<	raster/r.terraflow/water.cc	/^operator<<(ostream& s, const compressedWaterWindowType &p) {$/;"	f
operator <<	raster/r.terraflow/water.h	/^  friend ostream& operator << (ostream& s, const fillPLabel &p) {$/;"	f	class:fillPLabel
operator <<	raster/r.terraflow/water.h	/^  friend ostream& operator << (ostream& s, const waterGridType &p) {$/;"	f	class:waterGridType
operator <<	raster/r.terraflow/water.h	/^  friend ostream& operator << (ostream& s, const waterType &p) {$/;"	f	class:waterType
operator <<	raster/r.terraflow/water.h	/^  friend ostream& operator << (ostream& s, const waterWindowBaseType &p) {$/;"	f	class:waterWindowBaseType
operator <<	raster/r.terraflow/weightWindow.h	/^  friend ostream& operator<<(ostream& s, const weightWindow &x) {$/;"	f	class:weightWindow
operator <=	include/iostream/embuffer.h	/^  friend int operator <= (const merge_key &x, $/;"	f	class:merge_key
operator <=	include/iostream/empq_impl.h	/^  friend int operator <= (const ExtendedEltMergeType<T,Key> &e1, $/;"	f	class:ExtendedEltMergeType
operator <=	raster/r.terraflow/ccforest.h	/^  int operator <= (const keyvalue &e2) const {$/;"	f	class:keyvalue
operator <=	raster/r.terraflow/sweep.h	/^  friend int operator <= (const flowPriority &p1, $/;"	f	class:flowPriority
operator <=	raster/r.terraflow/sweep.h	/^  friend int operator <= (const flowStructure &f1, $/;"	f	class:flowStructure
operator <=	raster/r.terraflow/sweep.h	/^  friend int operator <= (const flowValue &p1, $/;"	f	class:flowValue
operator <=	raster/r.terraflow/sweep.h	/^  friend int operator <= (const gridPosition &x, $/;"	f	class:gridPosition
operator <=	raster/r.terraflow/water.cc	/^operator<=(const fillPriority &a, const fillPriority &b) {$/;"	f
operator =	raster/r.terraflow/ccforest.h	/^  keyvalue operator =(const keyvalue &that) {$/;"	f	class:keyvalue
operator =	raster/r.terraflow/sweep.h	/^  flowValue operator =(const flowValue &elt) {$/;"	f	class:flowValue
operator ==	include/iostream/embuffer.h	/^  friend int operator == (const merge_key &x, $/;"	f	class:merge_key
operator ==	include/iostream/empq_impl.h	/^  friend int operator == (const ExtendedEltMergeType<T,Key> &e1, $/;"	f	class:ExtendedEltMergeType
operator ==	raster/r.terraflow/ccforest.h	/^  int operator == (const keyvalue &e2) const {$/;"	f	class:keyvalue
operator ==	raster/r.terraflow/sweep.h	/^  flowValue operator == (const flowValue &elt) {$/;"	f	class:flowValue
operator ==	raster/r.terraflow/sweep.h	/^  friend bool operator == (const flowStructure &f1, $/;"	f	class:flowStructure
operator ==	raster/r.terraflow/sweep.h	/^  friend bool operator==(const flowPriority &p1, $/;"	f	class:flowPriority
operator ==	raster/r.terraflow/sweep.h	/^  friend int operator == (const gridPosition &x, $/;"	f	class:gridPosition
operator ==	raster/r.terraflow/types.h	/^  friend int operator==(const ijBaseType &a, const ijBaseType &b) {$/;"	f	class:ijBaseType
operator ==	raster/r.terraflow/water.cc	/^operator==(const fillPriority &a, const fillPriority &b) {$/;"	f
operator ==	raster/r.terraflow/water.h	/^  operator==(const waterWindowBaseType &a, const waterWindowBaseType &b) {$/;"	f	class:waterWindowBaseType
operator >	include/iostream/embuffer.h	/^  friend int operator > (const merge_key &x, $/;"	f	class:merge_key
operator >	include/iostream/empq_impl.h	/^  friend int operator > (const ExtendedEltMergeType<T,Key> &e1, $/;"	f	class:ExtendedEltMergeType
operator >	raster/r.terraflow/ccforest.h	/^  int operator > (const keyvalue &e2) const {$/;"	f	class:keyvalue
operator >	raster/r.terraflow/sweep.h	/^  friend int operator > (const flowPriority &p1, $/;"	f	class:flowPriority
operator >	raster/r.terraflow/sweep.h	/^  friend int operator > (const flowStructure &f1, $/;"	f	class:flowStructure
operator >	raster/r.terraflow/sweep.h	/^  friend int operator > (const flowValue &p1, const flowValue &p2) {$/;"	f	class:flowValue
operator >	raster/r.terraflow/sweep.h	/^  friend int operator > (const gridPosition &x, $/;"	f	class:gridPosition
operator >	raster/r.terraflow/sweep.h	/^  friend int operator > (const sweepItemBaseType<T> &x, $/;"	f	class:sweepItemBaseType
operator >	raster/r.terraflow/water.cc	/^operator>(const fillPriority &a, const fillPriority &b) {$/;"	f
operator >=	include/iostream/embuffer.h	/^  friend int operator >= (const merge_key &x, $/;"	f	class:merge_key
operator >=	include/iostream/empq_impl.h	/^  friend int operator >= (const ExtendedEltMergeType<T,Key> &e1, $/;"	f	class:ExtendedEltMergeType
operator >=	raster/r.terraflow/ccforest.h	/^  int operator >= (const keyvalue &e2) const {$/;"	f	class:keyvalue
operator >=	raster/r.terraflow/sweep.h	/^  friend int operator >= (const flowPriority &p1, $/;"	f	class:flowPriority
operator >=	raster/r.terraflow/sweep.h	/^  friend int operator >= (const flowStructure &f1,$/;"	f	class:flowStructure
operator >=	raster/r.terraflow/sweep.h	/^  friend int operator >= (const flowValue &p1, $/;"	f	class:flowValue
operator >=	raster/r.terraflow/sweep.h	/^  friend int operator >= (const gridPosition &x, $/;"	f	class:gridPosition
operator >>	raster/r.terraflow/sweep.h	/^  friend istream& operator>>(istream& s, flowPriority &p) {$/;"	f	class:flowPriority
operator >>	raster/r.terraflow/sweep.h	/^  friend istream& operator>>(istream& s, flowValue &elt) {$/;"	f	class:flowValue
operator delete	lib/iostream/mm.cc	/^void operator delete (void *ptr)  {$/;"	f
operator delete[]	lib/iostream/mm.cc	/^void operator delete[] (void *ptr) {$/;"	f
operator new	lib/iostream/mm.cc	/^void* operator new (size_t sz) {$/;"	f
operator new[]	lib/iostream/mm.cc	/^void* operator new[] (size_t sz) {$/;"	f
oprev	vector/v.delaunay2/data_types.h	/^    struct edge *oprev;$/;"	m	struct:edge	typeref:struct:edge::edge
oproj	display/d.where/main.c	/^struct pj_info iproj, oproj;$/;"	v	typeref:struct:
oproj	raster/r.horizon/main.c	/^struct pj_info oproj;$/;"	v	typeref:struct:pj_info
oproj	raster/r.sun/main.c	/^struct pj_info oproj;$/;"	v	typeref:struct:pj_info
oproj	raster/r.sun2/main.c	/^struct pj_info oproj;$/;"	v	typeref:struct:pj_info
opt	display/d.rgb/main.c	/^    struct Option *opt;$/;"	m	struct:band	typeref:struct:band::Option	file:
opt	raster/r.out.ppm3/main.c	/^    struct Option *opt;$/;"	m	struct:band	typeref:struct:band::Option	file:
opt	raster/r.terraflow/common.cc	/^userOptions *opt = NULL;$/;"	v
optArgType	include/shhopt.h	/^    } optArgType;$/;"	t	typeref:enum:__anon245
optStruct	include/shhopt.h	/^    } optStruct;$/;"	t	typeref:struct:__anon246
optStruct2	include/shhopt.h	/^    } optStruct2;$/;"	t	typeref:struct:__anon247
opt_get_num_answers	visualization/nviz2/cmd/args.c	/^int opt_get_num_answers(const struct Option *opt)$/;"	f
opt_in	lib/proj/get_proj.c	/^static char *opt_in[MAX_PARGS];$/;"	v	file:
opt_levels	raster/r.composite/main.c	/^    struct Option *opt_levels;$/;"	m	struct:band	typeref:struct:band::Option	file:
opt_name	raster/r.composite/main.c	/^    struct Option *opt_name;$/;"	m	struct:band	typeref:struct:band::Option	file:
opt_table	include/shhopt.h	/^	optStruct *opt_table;$/;"	m	struct:__anon247
optimize	imagery/i.atcorr/main.cpp	/^    struct Flag *optimize;$/;"	m	struct:Options	typeref:struct:Options::Flag	file:
optimize_va	imagery/i.atcorr/main.cpp	/^const TransformInput& optimize_va (const FCELL& vis, const FCELL& alt)$/;"	f
option	general/g.parser/main.c	/^    struct Option *option;$/;"	m	struct:context	typeref:struct:context::Option	file:
option	lib/gis/parser.c	/^    struct Option *option;$/;"	m	struct:Item	typeref:struct:Item::Option	file:
option__h	raster/r.terraflow/option.h	22;"	d
option_menu	display/d.rast.edit/menu.c	/^int option_menu(void)$/;"	f
options	db/drivers/postgres/globals.h	/^    char *host, *port, *options, *tty, *dbname, *user, *password, *schema;$/;"	m	struct:__anon19
options	include/gis.h	/^    const char *options;	\/* Approved values or range or NULL *\/$/;"	m	struct:Option
options	raster3d/r3.showdspf/main_ogl.c	/^void options()$/;"	f
options	swig/perl/gis.h	/^    char *options;		\/* Approved values or range or NULL *\/$/;"	m	struct:Option
opts	include/gis.h	/^    const char **opts;		\/* NULL or NULL terminated array of parsed options *\/$/;"	m	struct:Option
opts	swig/perl/gis.h	/^    char **opts;		\/* NULL or NULL terminated array of parsed options *\/$/;"	m	struct:Option
opts	vector/v.to.3d/local_proto.h	/^struct opts {$/;"	s
or	gui/wxpython/wxgui.py	/^        self.georectifying = None         # reference to GCP class or None$/;"	c	function:GMFrame.__init__
orange	imagery/i.class/input_color.c	/^int orange(void)$/;"	f
order	db/drivers/dbf/globals.h	/^    int *order;			\/* array of row indexes (sorted by ORDER BY) *\/$/;"	m	struct:__anon16
order	general/g.transform/main.c	/^static int order;$/;"	v	file:
order	raster/r.what/main.c	/^struct order$/;"	s	file:
order	vector/lidar/lidarlib/InterpSpline.c	/^int order(int i_x, int i_y, int yNum)$/;"	f
order	vector/v.what.rast/main.c	/^struct order$/;"	s	file:
orderCol	include/sqlp.h	/^    char *orderCol;		\/* column name which should be used for sorting (ORDER BY) or NULL (no sorting) *\/$/;"	m	struct:__anon297
orderDir	include/sqlp.h	/^    int orderDir;		\/* direction of ordering (ASC or DESC) *\/$/;"	m	struct:__anon297
order_intersects	lib/ogsf/gsdrape.c	/^int order_intersects(geosurf * gs, Point3 first, Point3 last, int vi, int hi,$/;"	f
order_msg	imagery/i.vpoints/analyze.c	/^static char order_msg[10] = "1st ORDER";$/;"	v	file:
org	vector/v.delaunay2/data_types.h	/^    struct vertex *org;$/;"	m	struct:edge	typeref:struct:edge::vertex
organization	include/vect/dig_structs.h	/^    char *organization;$/;"	m	struct:dig_head
organize_fp_lookup	lib/gis/color_org.c	/^static int organize_fp_lookup(struct Colors *colors, int mod)$/;"	f	file:
organize_lookup	lib/gis/color_org.c	/^static int organize_lookup(struct Colors *colors, int mod)$/;"	f	file:
organizing	lib/gis/color_org.c	/^static int organizing = 0;$/;"	v	file:
orientation	raster/r.los/point.h	/^    double orientation;$/;"	m	struct:point
orig	vector/lidar/v.lidar.growing/growing.h	/^    double orig;		\/* Original value *\/$/;"	m	struct:element_grow
orig_mapset	display/d.rast.edit/edit.h	/^    orig_mapset[GMAPSET_MAX];$/;"	v
orig_name	display/d.rast.edit/edit.h	/^    orig_name[GNAME_MAX];$/;"	v
orig_scale	include/dlg.h	/^    char orig_scale[9];$/;"	m	struct:dlg_head
orig_scale	include/vect/dig_structs.h	/^    long orig_scale;$/;"	m	struct:dig_head
origin	lib/ogsf/gsd_objs.c	/^float origin[3] = { 0.0, 0.0, 0.0 };$/;"	v
origin	raster/r.out.vtk/parameters.h	/^    struct Flag *usestruct, *usetriangle, *usevertices, *origin, *point, *coorcorr;	\/*struct Flag *mask;          struct Flag *xml; *\/\/*maybe xml support in the future *\/$/;"	m	struct:__anon161	typeref:struct:__anon161::
origin	raster/r.quantile/main.c	/^    unsigned long origin;$/;"	m	struct:bin	file:
origin	raster3d/r3.out.vtk/parameters.h	/^    struct Flag *mask, *point, *origin, *structgrid, *coorcorr;$/;"	m	struct:__anon123	typeref:struct:__anon123::
origin_x	vector/v.mkgrid/grid_structs.h	/^    double origin_x;		\/*  lower left point of grid  *\/$/;"	m	struct:grid_description
origin_y	vector/v.mkgrid/grid_structs.h	/^    double origin_y;$/;"	m	struct:grid_description
original_atms	imagery/i.atcorr/6s.cpp	/^static AtmosModel original_atms;$/;"	v	file:
original_xpp	imagery/i.atcorr/Altitude.h	/^    float original_xpp;$/;"	m	struct:Altitude
original_xps	imagery/i.atcorr/Altitude.h	/^    float original_xps;$/;"	m	struct:Altitude
orlo_h	vector/lidar/lidarlib/PolimiFunct.h	/^    double orlo_h;		\/*Horizontal tile edge *\/$/;"	m	struct:Reg_dimens
orlo_v	vector/lidar/lidarlib/PolimiFunct.h	/^    double orlo_v;		\/*Vertical tile edge *\/$/;"	m	struct:Reg_dimens
os	imagery/i.atcorr/computations.cpp	/^void os(const float tamoy, const float trmoy, const float pizmoy, $/;"	f
oscl	imagery/i.atcorr/main.cpp	/^    struct Option *oscl;    \/* scale the output data (reflectance values) to this range *\/$/;"	m	struct:Options	typeref:struct:Options::Option	file:
other	imagery/i.class/input_std.c	/^int other(void)$/;"	f
other	ps/ps.map/labels.h	/^    char *other;$/;"	m	struct:labels
other1	vector/v.net.visibility/rotation_tree.c	/^struct Point *other1(struct Point *p)$/;"	f
other2	vector/v.net.visibility/rotation_tree.c	/^struct Point *other2(struct Point *p)$/;"	f
otherAxis	raster3d/r3.showdspf/Ball.c	/^float otherAxis[][4] = { {-0.48, 0.80, 0.36, 1} };$/;"	v
other_col	include/gis.h	/^    char other_col[40];		\/* colors *\/$/;"	m	struct:G_3dview
other_col	swig/perl/gis.h	/^    char other_col[40];		\/* colors *\/$/;"	m	struct:G_3dview
others	raster/r.topmodel/topmodel.c	/^void others(void)$/;"	f
out	raster/r.average/main.c	/^static int out(FILE * fd, DCELL val1, DCELL val2, double sum1, double sum2)$/;"	f	file:
out	raster/r.le/r.le.patch/patch.h	/^    char fn[GNAME_MAX], reg[GMAPSET_MAX], out[GNAME_MAX], wrum;$/;"	m	struct:CHOICE
out	raster/r.le/r.le.trace/r.le.trace.h	/^    char fn[30], out[30];$/;"	m	struct:CHOICE
out	raster/r.neighbors/ncb.h	/^    FILE *out;$/;"	m	struct:ncb
out	raster/r.statistics/o_average.c	/^static int out(FILE * fd, long cat, double sum1, double sum2)$/;"	f	file:
out	vector/lidar/v.surf.bspline/bspline.h	/^    struct Option *in, *in_ext, *out, *out_map, *dbdriver,$/;"	m	struct:Param	typeref:struct:Param::
out_bisector	vector/v.voronoi/sw_output.c	/^int out_bisector(struct Edge *e)$/;"	f
out_buf	general/g.pnmcomp/main.c	/^static char *out_buf;$/;"	v	file:
out_cond1	vector/v.vol.rst/userglobs.h	/^int out_cond1, out_cond2;$/;"	v
out_cond2	vector/v.vol.rst/userglobs.h	/^int out_cond1, out_cond2;$/;"	v
out_count	raster3d/r3.showdspf/togif.h	/^    long int out_count;		\/* # of codes output (for debugging) *\/$/;"	m	struct:_vgl_GIFWriter
out_ep	vector/v.voronoi/sw_output.c	/^int out_ep(struct Edge *e)$/;"	f
out_fd	raster/r.recode/global.h	/^int in_fd, out_fd, no_mask, align_wind, make_dcell, nrules, rule_size;$/;"	v
out_layer	raster/r.los/cmd_line.h	/^GLOBAL char *out_layer;$/;"	v
out_layer	raster/wildfire/r.spread/collect_ori.c	/^char *out_layer;$/;"	v
out_map	vector/lidar/v.surf.bspline/bspline.h	/^    struct Option *in, *in_ext, *out, *out_map, *dbdriver,$/;"	m	struct:Param	typeref:struct:Param::
out_mask_buf	general/g.pnmcomp/main.c	/^static char *out_mask_buf;$/;"	v	file:
out_rast	raster/r.recode/recode.c	/^static void *in_rast, *out_rast;$/;"	v	file:
out_region	vector/v.vol.rst/main.c	/^G3D_Region out_region;$/;"	v
out_seg	raster/wildfire/r.spreadpath/main.c	/^SEGMENT in_row_seg, in_col_seg, out_seg;$/;"	v
out_site	vector/v.voronoi/sw_output.c	/^int out_site(struct Site *s)$/;"	f
out_triple	vector/v.voronoi/sw_output.c	/^int out_triple(struct Site *s1, struct Site *s2, struct Site *s3)$/;"	f
out_type	raster/r.recode/global.h	/^RASTER_MAP_TYPE out_type;$/;"	v
out_vertex	vector/v.voronoi/sw_output.c	/^int out_vertex(struct Site *v)$/;"	f
outbuf	imagery/i.smap/bouman/bouman.h	/^    CELL *outbuf;$/;"	m	struct:files
outbuf	lib/raster/rem_io.c	/^static unsigned char outbuf[BUFFERSIZ];$/;"	v	file:
outbuf	raster/r.resamp.stats/main.c	/^static DCELL *outbuf;$/;"	v	file:
outfile	raster/r.le/r.le.patch/patch.c	/^    *p4, *p5, *p6, *p1_3, *outfile;$/;"	v
outfile	raster/r.out.mpeg/main.c	/^char outfile[BUFSIZ];$/;"	v
outfile	raster/r.resamp.stats/main.c	/^static int infile, outfile;$/;"	v	file:
outfp	lib/psdriver/Graph_set.c	/^FILE *outfp;$/;"	v
outhd	raster/r.resamp.rst/main.c	/^struct Cell_head outhd;$/;"	v	typeref:struct:Cell_head
outiter	raster/simwe/simlib/waterglobs.h	/^	*sfile, *depth, *disch, *err, *outwalk, *nwalk, *niter, *outiter,$/;"	m	struct:__anon137	typeref:struct:__anon137::
outline	imagery/i.class/outline.c	/^int outline(void)$/;"	f
outline	ps/ps.map/description.html	/^<a name="outline"><\/a>$/;"	a
outline_box	imagery/i.ask/popup.c	/^int outline_box(int top, int bottom, int left, int right)$/;"	f
outline_color	ps/ps.map/ps_info.h	/^    int do_outline, outline_color;$/;"	m	struct:PS_data
outline_width	ps/ps.map/ps_info.h	/^    double outline_width;$/;"	m	struct:PS_data
output	display/d.measure/msurements.c	/^FILE *output;$/;"	v
output	display/drivers/HTMLMAP/Graph_Set.c	/^FILE *output;$/;"	v
output	lib/psdriver/Graph_set.c	/^void output(const char *fmt, ...)$/;"	f
output	ps/ps.map/do_header.c	/^static int output(char *line, char *date)$/;"	f	file:
output	raster/r.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *q, *s, *r, *top,$/;"	m	struct:__anon162	typeref:struct:__anon162::Option	file:
output	raster/r.kappa/main.c	/^char *output;$/;"	v
output	raster/r.out.vtk/parameters.h	/^    struct Option *input, *output, *elevationmap, *null_val, *elevscale,$/;"	m	struct:__anon161	typeref:struct:__anon161::
output	raster/r.series/main.c	/^struct output$/;"	s	file:
output	raster/r.surf.idw/main.c	/^static char *output;$/;"	v	file:
output	raster/r.to.rast3/main.c	/^    struct Option *input, *output;$/;"	m	struct:__anon136	typeref:struct:__anon136::	file:
output	raster/r.to.rast3elev/main.c	/^    struct Option *input, *elev, *output, *upper, *lower;$/;"	m	struct:__anon155	typeref:struct:__anon155::	file:
output	raster/r.topmodel/global.h	/^    char *idxstats, *params, *input, *output, *Qobs;$/;"	m	struct:__anon133
output	raster3d/r3.cross.rast/main.c	/^    struct Option *input, *output, *elevation;$/;"	m	struct:__anon106	typeref:struct:__anon106::	file:
output	raster3d/r3.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *hc_z, *q, *s, *r,$/;"	m	struct:__anon109	typeref:struct:__anon109::Option	file:
output	raster3d/r3.in.ascii/main.c	/^    struct Option *input, *output, *nv;$/;"	m	struct:__anon108	typeref:struct:__anon108::	file:
output	raster3d/r3.in.v5d/main.c	/^    struct Option *input, *output, *nv;$/;"	m	struct:__anon111	typeref:struct:__anon111::	file:
output	raster3d/r3.out.ascii/main.c	/^    struct Option *input, *output, *decimals, *null_val;$/;"	m	struct:__anon120	typeref:struct:__anon120::	file:
output	raster3d/r3.out.v5d/main.c	/^    struct Option *input, *output;$/;"	m	struct:__anon122	typeref:struct:__anon122::	file:
output	raster3d/r3.out.vtk/parameters.h	/^    struct Option *input, *output, *rgbmaps, *vectormaps, *null_val, *top,$/;"	m	struct:__anon123	typeref:struct:__anon123::
output	raster3d/r3.showdspf/togif.c	/^static void output(code_int code, vgl_GIFWriter * dataPtr)$/;"	f	file:
output	raster3d/r3.to.rast/main.c	/^    struct Option *input, *output;$/;"	m	struct:__anon107	typeref:struct:__anon107::	file:
output	vector/v.to.3d/local_proto.h	/^  struct Option *input, *output;$/;"	m	struct:opts	typeref:struct:opts::
output	visualization/nviz2/cmd/local_proto.h	/^      *output, *format, *size;$/;"	m	struct:GParams	typeref:struct:GParams::
outputHull	vector/v.hull/main.c	/^int outputHull(struct Map_info *Map, struct Point *P, int *hull,$/;"	f
output_data	raster/simwe/simlib/output.c	/^int output_data(int tt, double ft)$/;"	f
output_edges	vector/v.delaunay2/in_out.c	/^void output_edges(struct vertex *sites_sorted[], unsigned int n, int mode3d,$/;"	f
output_et	raster/simwe/simlib/output.c	/^int output_et()$/;"	f
output_fd	imagery/i.smap/bouman/bouman.h	/^    int output_fd;$/;"	m	struct:files
output_labels	imagery/i.smap/bouman/bouman.h	/^    struct Categories output_labels;$/;"	m	struct:files	typeref:struct:files::Categories
output_map	imagery/i.smap/bouman/bouman.h	/^    char *output_map;$/;"	m	struct:parms
output_raster	raster/r.in.poly/raster.c	/^int output_raster(int fd)$/;"	f
output_raster	vector/v.to.rast/raster.c	/^int output_raster(int fd)$/;"	f
output_triangles	vector/v.delaunay2/in_out.c	/^void output_triangles(struct vertex *sites_sorted[], unsigned int n,$/;"	f
outrast	raster/r.carve/enforce.h	/^    struct Option *inrast, *invect, *outrast, *outvect;$/;"	m	struct:parms	typeref:struct:parms::
outraster	raster/r.random/local_proto.h	/^    char *inraster, *inrcover, *outraster, *mapset, *cmapset, *outvector;$/;"	m	struct:rr_state
outsig_fd	imagery/i.class/globals.h	/^GLOBAL FILE *outsig_fd;$/;"	v
outsigfile	imagery/i.cluster/main.c	/^char *outsigfile;$/;"	v
outvect	raster/r.carve/enforce.h	/^    struct Option *inrast, *invect, *outrast, *outvect;$/;"	m	struct:parms	typeref:struct:parms::
outvector	raster/r.random/local_proto.h	/^    char *inraster, *inrcover, *outraster, *mapset, *cmapset, *outvector;$/;"	m	struct:rr_state
outwalk	raster/simwe/simlib/waterglobs.h	/^	*sfile, *depth, *disch, *err, *outwalk, *nwalk, *niter, *outiter,$/;"	m	struct:__anon137	typeref:struct:__anon137::
outz	vector/v.vol.rst/main.c	/^char *outz = NULL;$/;"	v
overfile	vector/v.surf.rst/main.c	/^char *overfile = NULL;$/;"	v
overflow_occurred	raster/r.mapcalc/main.c	/^int overflow_occurred;$/;"	v
overland_cells	raster/r.water.outlet/over_cells.c	/^int overland_cells(int row, int col)$/;"	f
overland_cells	raster/r.watershed/ram/over_cells.c	/^overland_cells(int row, int col, CELL basin_num, CELL haf_num, CELL * hih_ele)$/;"	f
overland_cells	raster/r.watershed/seg/over_cells.c	/^overland_cells(int row, int col, CELL basin_num, CELL haf_num, CELL * hih_ele)$/;"	f
overlap	raster/r.distance/defs.h	/^    int overlap;		\/* checking for overlapping, than distance is 0 *\/$/;"	m	struct:Parms
overlap	raster/r.le/r.le.setup/sample.c	/^static int overlap(int x1, int y1, int x2, int y2, int dx, int dy)$/;"	f	file:
overlap	raster/r.resamp.rst/main.c	/^int deriv, overlap, cursegm, dtens;$/;"	v
overlap	vector/lidar/lidarlib/PolimiFunct.h	/^    double overlap;		\/*Tile's overlapping size *\/$/;"	m	struct:Reg_dimens
overlap	vector/v.label.sa/labels.h	/^    struct Option *overlap;$/;"	m	struct:params	typeref:struct:params::Option
overlaps_created	vector/v.label.sa/annealing.c	/^static unsigned int overlaps_created = 0;$/;"	v	file:
overlaps_removed	vector/v.label.sa/annealing.c	/^static unsigned int overlaps_removed = 0;$/;"	v	file:
overlay	general/g.pnmcomp/main.c	/^static void overlay(void)$/;"	f	file:
overlay_alpha	general/g.pnmcomp/main.c	/^static void overlay_alpha(float alpha)$/;"	f	file:
overlay_operator	include/vect/dig_defines.h	/^enum overlay_operator$/;"	g
overstrike	visualization/nviz/src/tkFont.h	/^    int overstrike;		\/* Non-zero for overstrike font. *\/$/;"	m	struct:TkFontAttributes
overwr	raster/r.out.gridatb/local_proto.h	/^GLOBAL char overwr;$/;"	v
overwr	raster/r.topmodel/global.h	/^    char overwr;$/;"	m	struct:__anon135
overwrite	include/gis.h	/^    int overwrite;		\/* overwrite old files *\/$/;"	m	struct:GModule
overwrite	lib/gis/parser.c	/^static int overwrite = 0;$/;"	v	file:
overwrite	lib/python/core.py	/^def overwrite():$/;"	f
overwrite	swig/perl/gis.h	/^    int overwrite;		\/* overwrite old files *\/$/;"	m	struct:GModule
overwrite	vector/v.out.dxf/global.h	/^GLOBAL int overwrite;$/;"	v
overwrlist	raster/r.topmodel/global.h	/^    int overwrlist;$/;"	m	struct:__anon135
ox	include/gstypes.h	/^    double ox, oy, oz;$/;"	m	struct:g_vol
ox	include/gstypes.h	/^    double ox, oy;		\/* real world origin (i.e., SW corner) *\/$/;"	m	struct:g_surf
oxyg3	imagery/i.atcorr/Abstra.cpp	/^oxyg3 (float a[8], const long int inu)$/;"	f
oxyg4	imagery/i.atcorr/Abstra.cpp	/^oxyg4 (float a[8], const long int inu)$/;"	f
oxyg5	imagery/i.atcorr/Abstra.cpp	/^void oxyg5 (float a[8], const long int inu)$/;"	f
oxyg6	imagery/i.atcorr/Abstra.cpp	/^oxyg6 (float a[8], const long int inu)$/;"	f
oy	include/gstypes.h	/^    double ox, oy, oz;$/;"	m	struct:g_vol
oy	include/gstypes.h	/^    double ox, oy;		\/* real world origin (i.e., SW corner) *\/$/;"	m	struct:g_surf
oz	include/gstypes.h	/^    double ox, oy, oz;$/;"	m	struct:g_vol
ozon1	imagery/i.atcorr/Abstra.cpp	/^ozon1 (float a[8], const long int inu)$/;"	f
p	imagery/i.atcorr/AtmosModel.h	/^	float p[34];$/;"	m	struct:AtmosModel
p	imagery/i.atcorr/main.cpp	/^    int p;$/;"	m	class:TICache	file:
p	imagery/i.atcorr/main.cpp	/^    int p;$/;"	m	class:TIMap	file:
p	include/imagery.h	/^    double **p; 	       \/* prob        p[npixels][subclasses] *\/$/;"	m	struct:ClassData
p	raster/r.fill.dir/wtrshed.c	/^    CELL *p;$/;"	m	struct:whereandwhat	file:
p	raster/wildfire/r.spread/pick_ignite.c	/^int p[18] = { 100, 100, 100, 90, 80, 70, 60, 50, 40,	\/*adapt the "average" *\/$/;"	v
p	raster3d/r3.showdspf/vizual.h	/^    float p[6][3][3];		\/*using the bounding box vertices for plane normals *\/$/;"	m	struct:dspec
p	vector/v.generalize/point.h	/^    POINT p;$/;"	m	struct:Point_list
p	vector/v.mapcalc/mapcalc.h	/^	void *p;		\/* pointer value *\/$/;"	m	union:Symbol::__anon183
p1	vector/v.net.visibility/rotation_tree.h	/^    struct Point *p1;$/;"	m	struct:Line	typeref:struct:Line::Point
p11	lib/vector/Vlib/e_intersect.c	/^mpf_t p11, p12, p21, p22, t1, t2;$/;"	v
p12	lib/vector/Vlib/e_intersect.c	/^mpf_t p11, p12, p21, p22, t1, t2;$/;"	v
p1_3	raster/r.le/r.le.patch/patch.c	/^    *p4, *p5, *p6, *p1_3, *outfile;$/;"	v
p2	include/gstypes.h	/^    Point2 *p2;$/;"	m	struct:g_line
p2	vector/v.net.visibility/rotation_tree.h	/^    struct Point *p2;$/;"	m	struct:Line	typeref:struct:Line::Point
p21	lib/vector/Vlib/e_intersect.c	/^mpf_t p11, p12, p21, p22, t1, t2;$/;"	v
p22	lib/vector/Vlib/e_intersect.c	/^mpf_t p11, p12, p21, p22, t1, t2;$/;"	v
p3	include/gstypes.h	/^    Point3 *p3;$/;"	m	struct:g_line
p3	include/gstypes.h	/^    Point3 p3;$/;"	m	struct:g_point
p4	raster/r.le/r.le.patch/patch.c	/^    *p4, *p5, *p6, *p1_3, *outfile;$/;"	v
p5	raster/r.le/r.le.patch/patch.c	/^    *p4, *p5, *p6, *p1_3, *outfile;$/;"	v
p6	raster/r.le/r.le.patch/patch.c	/^    *p4, *p5, *p6, *p1_3, *outfile;$/;"	v
pArc	lib/vector/dglib/graph.h	/^    dglSPArc_s *pArc;$/;"	m	struct:_dglSPReport
pEdgeBuffer	lib/vector/dglib/graph.h	/^    dglByte_t *pEdgeBuffer;$/;"	m	struct:_dglGraph
pEdgePri32Item	lib/vector/dglib/graph.h	/^    dglTreeEdgePri32_s *pEdgePri32Item;$/;"	m	struct:__anon80
pEdgePrioritizer	lib/vector/dglib/graph.h	/^    dglEdgePrioritizer_s *pEdgePrioritizer;$/;"	m	struct:__anon84
pEdgeTree	lib/vector/dglib/graph.h	/^    void *pEdgeTree;$/;"	m	struct:_dglGraph
pG	lib/vector/dglib/graph.h	/^    dglGraph_s *pG;$/;"	m	struct:__anon85
pGDALAllRegister	lib/gis/gdal.c	/^static void CPL_STDCALL (*pGDALAllRegister)(void);$/;"	v	file:
pGDALClose	lib/gis/gdal.c	/^static void CPL_STDCALL (*pGDALClose)(GDALDatasetH);$/;"	v	file:
pGDALGetRasterBand	lib/gis/gdal.c	/^static GDALRasterBandH CPL_STDCALL (*pGDALGetRasterBand)(GDALDatasetH, int);$/;"	v	file:
pGDALOpen	lib/gis/gdal.c	/^static GDALDatasetH CPL_STDCALL (*pGDALOpen)($/;"	v	file:
pGDALRasterIO	lib/gis/gdal.c	/^static CPLErr CPL_STDCALL (*pGDALRasterIO)($/;"	v	file:
pGraph	lib/vector/dglib/graph.h	/^    dglGraph_s *pGraph;$/;"	m	struct:__anon82
pGraph	lib/vector/dglib/graph.h	/^    dglGraph_s *pGraph;$/;"	m	struct:__anon83
pGraph	lib/vector/dglib/graph.h	/^    dglGraph_s *pGraph;$/;"	m	struct:__anon84
pMY_CXT	swig/perl/R_slope_aspect/ppport.h	476;"	d
pMY_CXT	swig/perl/R_slope_aspect/ppport.h	491;"	d
pMY_CXT_	swig/perl/R_slope_aspect/ppport.h	477;"	d
pMY_CXT_	swig/perl/R_slope_aspect/ppport.h	492;"	d
pNodeBuffer	lib/vector/dglib/graph.h	/^    dglByte_t *pNodeBuffer;$/;"	m	struct:_dglGraph
pNodeTree	lib/vector/dglib/graph.h	/^    void *pNodeTree;$/;"	m	struct:_dglGraph
pTHX	swig/perl/R_slope_aspect/ppport.h	250;"	d
pTHX_	swig/perl/R_slope_aspect/ppport.h	251;"	d
p_bilinear	raster/r.proj.seg/bilinear.c	/^void p_bilinear(struct cache *ibuffer,	\/* input buffer                  *\/$/;"	f
p_bilinear	raster/r.proj/bilinear.c	/^void p_bilinear(FCELL ** ibuffer,	\/* input buffer                 *\/$/;"	f
p_cubic	raster/r.proj.seg/cubic.c	/^void p_cubic(struct cache *ibuffer,	\/* input buffer                  *\/$/;"	f
p_cubic	raster/r.proj/cubic.c	/^void p_cubic(FCELL ** ibuffer,	\/* input buffer                  *\/$/;"	f
p_func	vector/v.mapcalc/vector.c	/^typedef VECTOR *(*p_func) (void);$/;"	t	file:
p_func_p	vector/v.mapcalc/vector.c	/^typedef VECTOR *(*p_func_p) (void *p0);$/;"	t	file:
p_func_pp	vector/v.mapcalc/vector.c	/^typedef VECTOR *(*p_func_pp) (void *p0, void *p1);$/;"	t	file:
p_func_ppd	vector/v.mapcalc/vector.c	/^typedef VECTOR *(*p_func_ppd) (void *p0, void *p1, double d);$/;"	t	file:
p_func_ppp	vector/v.mapcalc/vector.c	/^typedef VECTOR *(*p_func_ppp) (void *p0, void *p1, void *p2);$/;"	t	file:
p_nearest	raster/r.proj.seg/nearest.c	/^void p_nearest(struct cache *ibuffer,	\/* input buffer                  *\/$/;"	f
p_nearest	raster/r.proj/nearest.c	/^void p_nearest(FCELL ** ibuffer,	\/* input matrix                  *\/$/;"	f
pabyRec	lib/external/shapelib/shapefil.h	/^    unsigned char *pabyRec;$/;"	m	struct:__anon68
pachFieldType	lib/external/shapelib/shapefil.h	/^    char	*pachFieldType;$/;"	m	struct:__anon71
pack_XY	visualization/nviz/scripts/flythrough.tcl	/^proc pack_XY {} {$/;"	p
packed8bit	raster/r.terraflow/water.h	/^  packed8bit() : value(0) {};$/;"	f	class:packed8bit
packed8bit	raster/r.terraflow/water.h	/^class packed8bit {$/;"	c
pad_append_item	lib/raster/transport.h	/^    int (*pad_append_item) (const char *, const char *, int);$/;"	m	struct:transport
pad_create	lib/raster/transport.h	/^    int (*pad_create) (const char *);$/;"	m	struct:transport
pad_current	lib/raster/transport.h	/^    int (*pad_current) (char *);$/;"	m	struct:transport
pad_delete	lib/raster/transport.h	/^    int (*pad_delete) (void);$/;"	m	struct:transport
pad_delete_item	lib/raster/transport.h	/^    int (*pad_delete_item) (const char *);$/;"	m	struct:transport
pad_get_item	lib/raster/transport.h	/^    int (*pad_get_item) (const char *, char ***, int *);$/;"	m	struct:transport
pad_invent	lib/raster/transport.h	/^    int (*pad_invent) (char *);$/;"	m	struct:transport
pad_list	lib/driver/pad.c	/^PAD *pad_list(void)$/;"	f
pad_list	lib/raster/transport.h	/^    int (*pad_list) (char ***, int *);$/;"	m	struct:transport
pad_list_items	lib/raster/transport.h	/^    int (*pad_list_items) (char ***, int *);$/;"	m	struct:transport
pad_select	lib/raster/transport.h	/^    int (*pad_select) (const char *);$/;"	m	struct:transport
pad_set_item	lib/raster/transport.h	/^    int (*pad_set_item) (const char *, const char *);$/;"	m	struct:transport
pad_size	raster/r.thin/thin_lines.c	/^static int n_rows, n_cols, pad_size;$/;"	v	file:
padfM	lib/external/shapelib/shapefil.h	/^    double	*padfM;$/;"	m	struct:__anon69
padfX	lib/external/shapelib/shapefil.h	/^    double	*padfX;$/;"	m	struct:__anon69
padfY	lib/external/shapelib/shapefil.h	/^    double	*padfY;$/;"	m	struct:__anon69
padfZ	lib/external/shapelib/shapefil.h	/^    double	*padfZ;$/;"	m	struct:__anon69
padlist	lib/driver/pad.c	/^static PAD *padlist;$/;"	v	file:
page	imagery/i.ask/popup.c	/^static int page, npages;$/;"	v	file:
page	imagery/i.ortho.photo/photo.2image/ask.c	/^static int page, npages;$/;"	v	file:
page	imagery/i.ortho.photo/photo.2target/ask.c	/^static int page, npages;$/;"	v	file:
page	imagery/i.points/ask.c	/^static int page, npages;$/;"	v	file:
page	imagery/i.vpoints/ask.c	/^static int page, npages;$/;"	v	file:
page	imagery/i.vpoints/ask_lineclr.c	/^static int page, npages;$/;"	v	file:
page	include/vask.h	/^    struct page page;$/;"	m	struct:V__	typeref:struct:V__::page
page	include/vask.h	/^struct page$/;"	s
page	raster/r.in.poly/raster.c	/^struct Cell_head region, page;$/;"	v	typeref:struct:
page	raster/r.report/header.c	/^static int page = 0;$/;"	v	file:
page	vector/v.to.rast/raster.c	/^struct Cell_head region, page;$/;"	v	typeref:struct:
page_height	ps/ps.map/paper.h	/^    double page_width, page_height;$/;"	m	struct:__anon24
page_height	ps/ps.map/ps_info.h	/^    double page_width, page_height;$/;"	m	struct:PS_data
page_length	raster/r.report/main.c	/^int page_length = DEFAULT_PAGE_LENGTH;$/;"	v
page_width	ps/ps.map/paper.h	/^    double page_width, page_height;$/;"	m	struct:__anon24
page_width	ps/ps.map/ps_info.h	/^    double page_width, page_height;$/;"	m	struct:PS_data
page_width	raster/r.report/main.c	/^int page_width = DEFAULT_PAGE_WIDTH;$/;"	v
pageout	lib/rowio/get.c	/^static void pageout(ROWIO * R, int cur)$/;"	f	file:
pager	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int pager;$/;"	v	file:
pager	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int pager;$/;"	v
pager	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int pager;$/;"	v	file:
pager	imagery/i.points/analyze.c	/^static int pager;$/;"	v	file:
pager	imagery/i.vpoints/analyze.c	/^static int pager;$/;"	v	file:
paint_map	raster/r.le/r.le.setup/setup.c	/^void paint_map(char *n1, char *n2, char *n3)$/;"	f
pair	raster/r.mapcalc/expression.c	/^expr_list *pair(expression * e1, expression * e2)$/;"	f
palette	display/d.thematic.area/plot1.c	/^struct rgb_color palette[16] = {$/;"	v	typeref:struct:rgb_color
palette	display/d.vect/plot1.c	/^struct rgb_color palette[16] = {$/;"	v	typeref:struct:rgb_color
palette	visualization/nviz/src/togl.c	/^    HPALETTE palette;           \/* Palette handle used when drawing. *\/$/;"	m	struct:__anon103	file:
palette_ncolors	display/d.thematic.area/plot1.c	/^int palette_ncolors = 16;$/;"	v
palette_ncolors	display/d.vect/plot1.c	/^int palette_ncolors = 16;$/;"	v
palt	imagery/i.atcorr/Altitude.h	/^	mutable float palt;$/;"	m	struct:Altitude
panFieldDecimals	lib/external/shapelib/shapefil.h	/^    int		*panFieldDecimals;$/;"	m	struct:__anon71
panFieldOffset	lib/external/shapelib/shapefil.h	/^    int		*panFieldOffset;$/;"	m	struct:__anon71
panFieldSize	lib/external/shapelib/shapefil.h	/^    int		*panFieldSize;$/;"	m	struct:__anon71
panPartStart	lib/external/shapelib/shapefil.h	/^    int		*panPartStart;$/;"	m	struct:__anon69
panPartType	lib/external/shapelib/shapefil.h	/^    int		*panPartType;$/;"	m	struct:__anon69
panRecOffset	lib/external/shapelib/shapefil.h	/^    int		*panRecOffset;$/;"	m	struct:__anon68
panRecSize	lib/external/shapelib/shapefil.h	/^    int		*panRecSize;$/;"	m	struct:__anon68
panShapeIds	lib/external/shapelib/shapefil.h	/^    int		*panShapeIds;$/;"	m	struct:shape_tree_node
pan_window	display/d.zoom/pan.c	/^int pan_window(struct Cell_head *window, int screen_x, int screen_y)$/;"	f
panel_delete	lib/raster/transport.h	/^    void (*panel_delete) (const char *);$/;"	m	struct:transport
panel_restore	lib/raster/transport.h	/^    void (*panel_restore) (const char *);$/;"	m	struct:transport
panel_save	lib/raster/transport.h	/^    void (*panel_save) (const char *, int, int, int, int);$/;"	m	struct:transport
paper	lib/psdriver/Graph_set.c	/^struct paper$/;"	s	file:
paper	ps/ps.map/description.html	/^<a name="paper"><\/a>$/;"	a
papers	lib/psdriver/Graph_set.c	/^static const struct paper papers[] = {$/;"	v	typeref:struct:paper	file:
papers	ps/ps.map/paper.h	/^PAPER papers[] = {$/;"	v
papsShapeObj	lib/external/shapelib/shapefil.h	/^    SHPObject   **papsShapeObj;$/;"	m	struct:shape_tree_node
papszDatumEquiv	lib/proj/convert.c	/^static const char *papszDatumEquiv[] = {$/;"	v	file:
para1	raster/r.le/r.le.patch/driver.c	/^static int para1, para2, para3, para4, para5;$/;"	v	file:
para2	raster/r.le/r.le.patch/driver.c	/^static int para1, para2, para3, para4, para5;$/;"	v	file:
para3	raster/r.le/r.le.patch/driver.c	/^static int para1, para2, para3, para4, para5;$/;"	v	file:
para4	raster/r.le/r.le.patch/driver.c	/^static int para1, para2, para3, para4, para5;$/;"	v	file:
para5	raster/r.le/r.le.patch/driver.c	/^static int para1, para2, para3, para4, para5;$/;"	v	file:
parallel	lib/gis/rhumbline.c	/^static int parallel;$/;"	v	file:
parallel_line	lib/vector/Vlib/buffer.c	/^static void parallel_line(struct line_pnts *Points, double d, double tol,$/;"	f	file:
parallel_line	lib/vector/Vlib/buffer2.c	/^static void parallel_line(struct line_pnts *Points, double da, double db,$/;"	f	file:
param	lib/g3d/g3dparam.c	/^static G3d_paramType *param;$/;"	v	file:
param	lib/gpde/test/test_main.c	/^paramType param;		\/*Parameters *\/$/;"	v
param	raster/r.gwflow/main.c	/^paramType param;		\/*Parameters *\/$/;"	v
param	raster/r.out.vtk/parameters.h	/^paramType param;		\/*Parameters *\/$/;"	v
param	raster/r.param.scale/param.c	/^DCELL param(int ptype,		\/* Type of terrain parameter to calculate *\/$/;"	f
param	raster/r.to.rast3/main.c	/^paramType param;		\/*params *\/$/;"	v
param	raster/r.to.rast3elev/main.c	/^paramType param;		\/*params *\/$/;"	v
param	raster/r.univar2/globals.h	/^param_type param;$/;"	v
param	raster3d/r3.cross.rast/main.c	/^paramType param;		\/*param *\/$/;"	v
param	raster3d/r3.gwflow/main.c	/^paramType param;		\/*Parameters *\/$/;"	v
param	raster3d/r3.in.ascii/main.c	/^static paramType param;$/;"	v	file:
param	raster3d/r3.in.v5d/main.c	/^static paramType param;$/;"	v	file:
param	raster3d/r3.out.ascii/main.c	/^paramType param;$/;"	v
param	raster3d/r3.out.v5d/main.c	/^paramType param;$/;"	v
param	raster3d/r3.out.vtk/parameters.h	/^paramType param;		\/*Parameters *\/$/;"	v
param	raster3d/r3.to.rast/main.c	/^paramType param;		\/*Parameters *\/$/;"	v
paramType	lib/gpde/test/test_main.c	/^} paramType;$/;"	t	typeref:struct:__anon39	file:
paramType	raster/r.gwflow/main.c	/^} paramType;$/;"	t	typeref:struct:__anon162	file:
paramType	raster/r.out.vtk/parameters.h	/^} paramType;$/;"	t	typeref:struct:__anon161
paramType	raster/r.to.rast3/main.c	/^} paramType;$/;"	t	typeref:struct:__anon136	file:
paramType	raster/r.to.rast3elev/main.c	/^} paramType;$/;"	t	typeref:struct:__anon155	file:
paramType	raster3d/base/r3.mask.main.c	/^} paramType;$/;"	t	typeref:struct:__anon104	file:
paramType	raster3d/base/r3.null.main.c	/^} paramType;$/;"	t	typeref:struct:__anon105	file:
paramType	raster3d/r3.cross.rast/main.c	/^} paramType;$/;"	t	typeref:struct:__anon106	file:
paramType	raster3d/r3.gwflow/main.c	/^} paramType;$/;"	t	typeref:struct:__anon109	file:
paramType	raster3d/r3.in.ascii/main.c	/^} paramType;$/;"	t	typeref:struct:__anon108	file:
paramType	raster3d/r3.in.v5d/main.c	/^} paramType;$/;"	t	typeref:struct:__anon111	file:
paramType	raster3d/r3.out.ascii/main.c	/^} paramType;$/;"	t	typeref:struct:__anon120	file:
paramType	raster3d/r3.out.v5d/main.c	/^} paramType;$/;"	t	typeref:struct:__anon122	file:
paramType	raster3d/r3.out.vtk/parameters.h	/^} paramType;$/;"	t	typeref:struct:__anon123
paramType	raster3d/r3.to.rast/main.c	/^} paramType;$/;"	t	typeref:struct:__anon107	file:
param_type	raster/r.univar2/globals.h	/^} param_type;$/;"	t	typeref:struct:__anon158
params	include/dlg.h	/^    double params[15];$/;"	m	struct:dlg_proj
params	include/gprojects.h	/^    char *params;		\/**< PROJ.4-style datum transform parameters *\/$/;"	m	struct:gpj_datum_transform_list
params	raster/r.flow/r.flow.h	/^params;$/;"	t	typeref:struct:__anon153
params	raster/r.resamp.rst/main.c	/^struct interp_params params;$/;"	v	typeref:struct:interp_params
params	raster/r.topmodel/global.h	/^    char *idxstats, *params, *input, *output, *Qobs;$/;"	m	struct:__anon133
params	raster/r.topmodel/global.h	/^} params;$/;"	v	typeref:struct:__anon130
params	raster3d/base/r3.mask.main.c	/^static paramType params;$/;"	v	file:
params	raster3d/base/r3.null.main.c	/^static paramType params;$/;"	v	file:
params	vector/v.label.sa/labels.h	/^struct params$/;"	s
params	vector/v.surf.rst/main.c	/^struct interp_params params;$/;"	v	typeref:struct:interp_params
parent	include/iostream/minmaxheap.h	/^  HeapIndex parent(HeapIndex i) const { return (i\/2); };$/;"	f	class:BasicMinMaxHeap
parent	lib/rst/qtree/qtree.h	/^    struct multtree *parent;$/;"	m	struct:multtree	typeref:struct:multtree::multtree
parent	raster/r.terraflow/unionFind.h	/^  T* parent; $/;"	m	class:unionFind
parent	vector/v.vol.rst/oct.h	/^    struct octtree *parent;$/;"	m	struct:octtree	typeref:struct:octtree::octtree
parentWin	gui/wxpython/vdigit/driver.h	/^    wxWindow *parentWin;$/;"	m	class:DisplayDriver
parent_recv	lib/form/open.c	/^FILE *parent_send, *parent_recv;$/;"	v
parent_send	lib/form/open.c	/^FILE *parent_send, *parent_recv;$/;"	v
parm	raster/r.flow/r.flow.h	/^params parm;$/;"	v
parm	raster/simwe/simlib/waterglobs.h	/^} parm;$/;"	v	typeref:struct:__anon137
parms	db/base/columns.c	/^} parms;$/;"	v	typeref:struct:__anon1
parms	db/base/createdb.c	/^} parms;$/;"	v	typeref:struct:__anon3
parms	db/base/databases.c	/^} parms;$/;"	v	typeref:struct:__anon4
parms	db/base/describe.c	/^} parms;$/;"	v	typeref:struct:__anon10
parms	db/base/drivers.c	/^} parms;$/;"	v	typeref:struct:__anon2
parms	db/base/dropdb.c	/^} parms;$/;"	v	typeref:struct:__anon8
parms	db/base/droptable.c	/^} parms;$/;"	v	typeref:struct:__anon5
parms	db/base/execute.c	/^} parms;$/;"	v	typeref:struct:__anon6
parms	db/base/select.c	/^} parms;$/;"	v	typeref:struct:__anon9
parms	db/base/tables.c	/^} parms;$/;"	v	typeref:struct:__anon7
parms	imagery/i.gensig/parms.h	/^struct parms$/;"	s
parms	imagery/i.gensigset/parms.h	/^struct parms$/;"	s
parms	imagery/i.smap/bouman/bouman.h	/^struct parms$/;"	s
parms	raster/r.carve/enforce.h	/^struct parms$/;"	s
parse	general/g.mlist/main.c	/^static int parse(const char *data_type)$/;"	f	file:
parse	general/manage/cmd/list.c	/^int parse(const char *data_type)$/;"	f
parse	imagery/i.atcorr/AerosolConcentration.cpp	/^void AerosolConcentration::parse(const long int _iaer, const AtmosModel& atms)$/;"	f	class:AerosolConcentration
parse	imagery/i.atcorr/AerosolModel.cpp	/^void AerosolModel::parse(const float xmud)$/;"	f	class:AerosolModel
parse	imagery/i.atcorr/Altitude.cpp	/^void Altitude::parse()$/;"	f	class:Altitude
parse	imagery/i.atcorr/AtmosModel.cpp	/^void AtmosModel::parse()$/;"	f	class:AtmosModel
parse	imagery/i.atcorr/GeomCond.cpp	/^void GeomCond::parse()$/;"	f	class:GeomCond
parse	imagery/i.atcorr/Iwave.cpp	/^void IWave::parse()$/;"	f	class:IWave
parse	imagery/i.gensig/parse.c	/^int parse(int argc, char *argv[], struct parms *parms)$/;"	f
parse	imagery/i.gensigset/parse.c	/^int parse(int argc, char *argv[], struct parms *parms)$/;"	f
parse	imagery/i.smap/shapiro/parse.c	/^int parse(int argc, char *argv[], struct parms *parms)$/;"	f
parse	raster/r.distance/parse.c	/^void parse(int argc, char *argv[], struct Parms *parms)$/;"	f
parse	raster/r.reclass/parse.c	/^int parse(char *line, RULE ** rules, RULE ** tail, struct Categories *cats)$/;"	f
parseModules	gui/wxpython/support/update_menudata.py	/^def parseModules():$/;"	f
parseSetup	raster/r.li/r.li.daemon/daemon.c	/^int parseSetup(char *path, list l, g_areas g, char *raster)$/;"	f
parse_arglist	lib/gis/spawn.c	/^static void parse_arglist(va_list va)$/;"	f	file:
parse_args	raster/r.terraflow/main.cc	/^parse_args(int argc, char *argv[]) {$/;"	f
parse_args	vector/v.label.sa/main.c	/^static void parse_args(int argc, char *argv[], struct params *p)$/;"	f	file:
parse_args	vector/v.to.3d/args.c	/^void parse_args(struct opts *opt)$/;"	f
parse_argvec	lib/gis/spawn.c	/^static void parse_argvec(const char **va)$/;"	f	file:
parse_boolean	general/g.parser/main.c	/^static int parse_boolean(struct context *ctx, const char *arg)$/;"	f	file:
parse_catlist	display/d.rast/main.c	/^static int parse_catlist(char **catlist, Mask * mask)$/;"	f	file:
parse_color	lib/python/core.py	/^def parse_color(val, dflt = None):$/;"	f
parse_command	lib/python/core.py	/^def parse_command(*args, **kwargs):$/;"	f
parse_command	raster/r.out.mpeg/main.c	/^static void parse_command(int argc, char *argv[],$/;"	f	file:
parse_command	visualization/nviz/src/nviz_init.c	/^static int parse_command(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f	file:
parse_command	visualization/nviz2/cmd/args.c	/^void parse_command(int argc, char *argv[], struct GParams *params)$/;"	f
parse_command	visualization/xganim/main.c	/^static void parse_command(int argc, char **argv,$/;"	f	file:
parse_command_line	db/base/columns.c	/^static void parse_command_line(int argc, char **argv)$/;"	f	file:
parse_command_line	db/base/createdb.c	/^static void parse_command_line(int argc, char **argv)$/;"	f	file:
parse_command_line	db/base/databases.c	/^static void parse_command_line(int argc, char **argv)$/;"	f	file:
parse_command_line	db/base/describe.c	/^static void parse_command_line(int argc, char **argv)$/;"	f	file:
parse_command_line	db/base/drivers.c	/^static void parse_command_line(int argc, char **argv)$/;"	f	file:
parse_command_line	db/base/dropdb.c	/^static void parse_command_line(int argc, char **argv)$/;"	f	file:
parse_command_line	db/base/droptable.c	/^static void parse_command_line(int argc, char **argv)$/;"	f	file:
parse_command_line	db/base/execute.c	/^static void parse_command_line(int argc, char **argv)$/;"	f	file:
parse_command_line	db/base/select.c	/^static void parse_command_line(int argc, char **argv)$/;"	f	file:
parse_command_line	db/base/tables.c	/^static void parse_command_line(int argc, char **argv)$/;"	f	file:
parse_command_line	raster/r.report/parse.c	/^int parse_command_line(int argc, char *argv[])$/;"	f
parse_command_line	vector/v.to.db/parse.c	/^int parse_command_line(int argc, char *argv[])$/;"	f
parse_conn	db/drivers/mysql/parse.c	/^int parse_conn(char *str, CONNPAR * conn)$/;"	f
parse_conn	db/drivers/postgres/parse.c	/^int parse_conn(const char *str, PGCONN * pgconn)$/;"	f
parse_d_mask_rule	display/d.rast/main.c	/^int parse_d_mask_rule(char *vallist, d_Mask * d_mask, char *where)$/;"	f
parse_d_mask_rule	raster/r.null/null.c	/^int parse_d_mask_rule(char *vallist, d_Mask * d_mask, char *where)$/;"	f
parse_d_mask_rule	raster3d/base/mask_functions.c	/^static void parse_d_mask_rule(char *vallist, d_Mask * d_mask, char *where)$/;"	f	file:
parse_distances	raster/r.buffer/parse_dist.c	/^int parse_distances(char **zone_list, double to_meters)$/;"	f
parse_flag	general/g.parser/main.c	/^static void parse_flag(struct context *ctx, const char *cmd, const char *arg)$/;"	f	file:
parse_format	general/g.transform/main.c	/^static void parse_format(void)$/;"	f	file:
parse_forward	misc/m.cogo/main.c	/^static int parse_forward(const char *in, struct survey_record *out)$/;"	f	file:
parse_freetypecap	lib/driver/parse_ftcap.c	/^struct GFONT_CAP *parse_freetypecap(void)$/;"	f
parse_key_val	lib/python/core.py	/^def parse_key_val(s, sep = '=', dflt = None, val_type = None, vsep = None):$/;"	f
parse_layer	raster/r.report/parse.c	/^int parse_layer(char *s)$/;"	f
parse_line	raster/r.transect/parse_line.c	/^parse_line(const char *key, char **s, double *e1, double *n1, double *e2,$/;"	f
parse_mask_rule	display/d.rast/main.c	/^int parse_mask_rule(char *catlist, Mask * mask, char *where)$/;"	f
parse_module	general/g.parser/main.c	/^static void parse_module(struct context *ctx, const char *cmd,$/;"	f	file:
parse_number	raster/r.terraflow/common.cc	/^parse_number(const char *s) {$/;"	f
parse_option	general/g.parser/main.c	/^static void parse_option(struct context *ctx, const char *cmd,$/;"	f	file:
parse_option	vector/v.to.db/parse.c	/^int parse_option(char *s)$/;"	f
parse_reverse	misc/m.cogo/main.c	/^static int parse_reverse(const char *in, struct survey_record *out)$/;"	f	file:
parse_toplevel	general/g.parser/main.c	/^static void parse_toplevel(struct context *ctx, const char *cmd)$/;"	f	file:
parse_type	db/drivers/sqlite/describe.c	/^static int parse_type(const char *declared, int *length)$/;"	f	file:
parse_type	general/g.parser/main.c	/^static int parse_type(struct context *ctx, const char *arg)$/;"	f	file:
parse_units	raster/r.report/parse.c	/^int parse_units(char *s)$/;"	f
parse_units	vector/v.to.db/parse.c	/^int parse_units(char *s)$/;"	f
parse_val_list	ps/ps.map/parse_list.c	/^int parse_val_list(char *buf, DCELL ** list)$/;"	f
parse_vallist	display/d.rast/main.c	/^static int parse_vallist(char **vallist, d_Mask * d_mask)$/;"	f	file:
parse_vallist	raster/r.null/null.c	/^static int parse_vallist(char **vallist, d_Mask * d_mask)$/;"	f	file:
parse_vallist	raster3d/base/mask_functions.c	/^void parse_vallist(char **vallist, d_Mask ** d_mask)$/;"	f
parseerror	vector/v.mapcalc/mapcalc.c	/^int parseerror = 0;$/;"	v
parselist	lib/gis/ask.c	/^static int parselist(const char *input, int option, char *mapset)$/;"	f	file:
parser	lib/python/core.py	/^def parser():$/;"	f
parser	vector/v.edit/args.c	/^int parser(int argc, char *argv[], struct GParams *params,$/;"	f
part	include/symbol.h	/^    SYMBPART **part;		\/* objects ( parts ) *\/$/;"	m	struct:__anon288
part	lib/vector/Vlib/build_ogr.c	/^    int *part;$/;"	m	struct:__anon76	file:
partition	include/iostream/imbuffer.h	/^unsigned long im_buffer<T>::partition(unsigned long start, unsigned long end) {$/;"	f	class:im_buffer
partition	include/iostream/quicksort.h	/^void partition(T *data, size_t n, size_t &pivot, CMPR &cmp) {$/;"	f
partition	lib/vector/rtree/split_q.h	/^    int partition[MAXCARD + 1];$/;"	m	struct:PartitionVars
partition	vector/v.net.visibility/data_structures.c	/^int partition(struct Point a[], int l, int r)$/;"	f
pass	raster3d/r3.showdspf/togif.h	/^    int pass;$/;"	m	struct:_vgl_GIFWriter
passoE	vector/lidar/v.lidar.edgedetection/main.c	/^double passoN, passoE;$/;"	v
passoE	vector/lidar/v.lidar.growing/main.c	/^double passoN, passoE;$/;"	v
passoE	vector/lidar/v.outlier/main.c	/^double passoN, passoE, Thres_Outlier;$/;"	v
passoE	vector/lidar/v.surf.bspline/bspline.h	/^	*dbdatabase, *passoE, *passoN, *lambda_f, *type;$/;"	m	struct:Param	typeref:struct:Param::
passoN	vector/lidar/v.lidar.edgedetection/main.c	/^double passoN, passoE;$/;"	v
passoN	vector/lidar/v.lidar.growing/main.c	/^double passoN, passoE;$/;"	v
passoN	vector/lidar/v.outlier/main.c	/^double passoN, passoE, Thres_Outlier;$/;"	v
passoN	vector/lidar/v.surf.bspline/bspline.h	/^	*dbdatabase, *passoE, *passoN, *lambda_f, *type;$/;"	m	struct:Param	typeref:struct:Param::
password	db/drivers/mysql/globals.h	/^    char *host, *dbname, *user, *password;$/;"	m	struct:__anon18
password	db/drivers/postgres/globals.h	/^    char *host, *port, *options, *tty, *dbname, *user, *password, *schema;$/;"	m	struct:__anon19
password	include/dbmi.h	/^    char *password;$/;"	m	struct:_db_connection
password	lib/db/dbmi_base/login.c	/^    char *password;$/;"	m	struct:__anon26	file:
pat	ps/ps.map/vector.h	/^    char *pat;			\/* name of eps file for pattern *\/$/;"	m	struct:__anon22
pat_save	ps/ps.map/eps.c	/^int pat_save(FILE * fp, char *epsf, char *name)$/;"	f
patch	raster/r.le/r.le.patch/patch.h	/^typedef struct patch$/;"	s
patch	raster/r.le/r.le.trace/r.le.trace.h	/^typedef struct patch$/;"	s
patch	vector/v.patch/main.c	/^int patch(struct Map_info *InMap, struct Map_info *OutMap, int add_cat,$/;"	f
patchAreaDistributionCV	raster/r.li/r.li.padcv/padcv.c	/^int patchAreaDistributionCV(int fd, char **par, area_des ad, double *result)$/;"	f
patchAreaDistributionRANGE	raster/r.li/r.li.padrange/padrange.c	/^int patchAreaDistributionRANGE(int fd, char **par, area_des ad,$/;"	f
patchAreaDistributionSD	raster/r.li/r.li.padsd/padsd.c	/^int patchAreaDistributionSD(int fd, char **par, area_des ad, double *result)$/;"	f
patch_attr	raster/r.le/r.le.trace/main.c	/^void patch_attr(FILE * fp, PATCH * p, int show)$/;"	f
patch_density	raster/r.li/r.li.patchdensity/main.c	/^int patch_density(int fd, char **par, area_des ad, double *result)$/;"	f
patch_fore	raster/r.le/r.le.patch/driver.c	/^void patch_fore()$/;"	f
patch_list	raster/r.le/r.le.patch/trace.c	/^PATCH *patch_list = NULL;$/;"	v
patch_list	raster/r.le/r.le.trace/main.c	/^PATCH *patch_list = NULLPTR;$/;"	v
patch_number	raster/r.li/r.li.patchnum/main.c	/^int patch_number(int fd, char **par, area_des ad, double *result)$/;"	f
patchmap	raster/r.le/r.le.patch/patch.h	/^    int perim2, trace, patchmap;$/;"	m	struct:CHOICE
patchmap	raster/r.le/r.le.trace/r.le.trace.h	/^    int patchmap, trace, perim2;$/;"	m	struct:CHOICE
path	display/d.font.freetype/main.c	/^    char *font, *path, *charset;$/;"	m	struct:__anon98	file:
path	display/d.path/select.c	/^int path(struct Map_info *Map, const struct color_rgb *color,$/;"	f
path	display/d.text.freetype/main.c	/^    char *font, *path, *charset;$/;"	m	struct:__anon95	file:
path	include/freetypecap.h	/^    char *path;	    \/**< Full path to the file containing this font face *\/$/;"	m	struct:GFONT_CAP
path	include/iostream/ami_stream.h	/^  char path[BUFSIZ];$/;"	m	class:UntypedStream
path	include/monitors.h	/^    char *path;			\/* full path name to execute monitor *\/$/;"	m	struct:MON_CAP
path	vector/v.net.path/path.c	/^int path(struct Map_info *In, struct Map_info *Out, char *filename,$/;"	f
path_finder	raster/wildfire/r.spreadpath/path_finder.c	/^void path_finder(int row, int col, int backrow, int backcol)$/;"	f
path_layer	raster/wildfire/r.spreadpath/stash.h	/^char path_layer[64];$/;"	v
patt_layer	raster/r.los/cmd_line.h	/^GLOBAL char *patt_layer;$/;"	v
pb	lib/vector/dglib/graph.h	/^    unsigned char *pb;$/;"	m	struct:__anon85
pbuf	raster/r.report/header.c	/^static int pbuf(char *buf)$/;"	f	file:
pbuffer	visualization/nviz/src/do_zoom.c	/^static GLXPbuffer pbuffer;$/;"	v	file:
pbutton	raster/r.le/r.le.setup/setup.c	/^static void pbutton(int opt)$/;"	f	file:
pcurv	lib/rst/interp_float/interpf.h	/^    char *elev, *slope, *aspect, *pcurv, *tcurv, *mcurv;	\/* output files *\/$/;"	m	struct:interp_params
pcurv	raster/r.resamp.rst/main.c	/^char *pcurv = NULL;$/;"	v
pcurv	vector/v.surf.rst/main.c	/^char *pcurv = NULL;$/;"	v
pd	raster/r.sunmask/g_solposition.c	/^struct posdata pd, *pdat;	\/* declare solpos data struct and a pointer for it *\/$/;"	v	typeref:struct:posdata
pdat	raster/r.sunmask/g_solposition.c	/^struct posdata pd, *pdat;	\/* declare solpos data struct and a pointer for it *\/$/;"	v	typeref:struct:
pdgs	imagery/i.atcorr/common.h	/^	float pdgs[83];$/;"	m	struct:Sixs_sos
peek	include/iostream/queue.h	/^queue<T>::peek(int offset, T *elt) {$/;"	f	class:queue
per	include/iostream/ami_stream.h	/^  persistence per;$/;"	m	class:UntypedStream
per	raster/r.horizon/main.c	/^char *per;$/;"	v
per	raster/r.sun/main.c	/^char *per;$/;"	v
per	raster/r.sun2/main.c	/^const char *per;$/;"	v
perc	raster/r.univar2/globals.h	/^    int *perc;$/;"	m	struct:__anon157
perc	raster3d/r3.stats/main.c	/^    double min, max, vol, perc;$/;"	m	struct:__anon125	file:
percent	display/d.histogram/draw_slice.c	/^char percent[] = "%";$/;"	v
percent	raster3d/r3.mkdspf/iso_surface.c	/^static void percent(int z, int zloop)$/;"	f	file:
percent	vector/v.in.dxf/global.h	/^    int percent;$/;"	m	struct:dxf_file
percent	visualization/nviz/src/mkdspf_iso_surface.c	/^percent(z, zloop)$/;"	f
percent_stable	include/cluster.h	/^    double percent_stable;$/;"	m	struct:Cluster
percentile	lib/stats/c_percentile.c	/^static void percentile(DCELL * result, DCELL * values, int n, double percent)$/;"	f	file:
percentile	raster/r.univar2/globals.h	/^    struct Option *inputfile, *percentile;$/;"	m	struct:__anon158	typeref:struct:__anon158::
percentile_w	lib/stats/c_percentile.c	/^static void percentile_w(DCELL * result, DCELL(*values)[2], int n,$/;"	f	file:
perform_filter	raster/r.mfilter.fp/perform.c	/^int perform_filter(char *in_name, char *in_mapset, char *out_name,$/;"	f
perform_filter	raster/r.mfilter/perform.c	/^int perform_filter(char *in_name, char *in_mapset, char *out_name,$/;"	f
perform_georef	imagery/i.ortho.photo/photo.rectify/perform.c	/^int perform_georef(int infd, void *rast)$/;"	f
perform_georef	imagery/i.rectify/perform.c	/^int perform_georef(int infd, void *rast)$/;"	f
perim	raster/r.le/r.le.patch/patch.h	/^    double area, perim, long_axis;$/;"	m	struct:patch
perim	raster/r.le/r.le.patch/patch.h	/^    int att[9], size[9], shape[8], boundary[5], perim[8], core[11];$/;"	m	struct:CHOICE
perim	raster/r.le/r.le.trace/r.le.trace.h	/^    double area, perim, long_axis;$/;"	m	struct:patch
perim2	raster/r.le/r.le.patch/patch.h	/^    int perim2, trace, patchmap;$/;"	m	struct:CHOICE
perim2	raster/r.le/r.le.trace/r.le.trace.h	/^    int patchmap, trace, perim2;$/;"	m	struct:CHOICE
perimeter	imagery/i.class/defs.h	/^    POINT *perimeter;$/;"	m	struct:region
perimeter_npoints	imagery/i.class/defs.h	/^    int perimeter_npoints;$/;"	m	struct:region
perm	include/dbmi.h	/^    int perm;			\/* permissions               *\/$/;"	m	struct:_db_dirent
permX	visualization/nviz/src/pg.h	/^    double permX;		\/* permiter easting                 *\/$/;"	m	struct:Sql
permY	visualization/nviz/src/pg.h	/^    double permY;		\/* perimeter north                  *\/$/;"	m	struct:Sql
persist	include/iostream/ami_stream.h	/^void AMI_STREAM<T>::persist(persistence p)  {$/;"	f	class:AMI_STREAM
persistence	include/iostream/ami_stream.h	/^enum persistence {$/;"	g
persp	visualization/nviz2/cmd/local_proto.h	/^      *pos, *height, *persp, *twist,$/;"	m	struct:GParams	typeref:struct:GParams::
pfValue	lib/vector/dglib/examples/opt.h	/^	Boolean *pfValue;	\/* address to return a boolean option *\/$/;"	m	struct:GnoOption
pfd	lib/form/open.c	33;"	d	file:
pg_addedge	lib/vector/Vlib/dgraph.c	/^void pg_addedge(struct planar_graph *pg, int v1, int v2)$/;"	f
pg_addedge1	lib/vector/Vlib/dgraph.c	/^void pg_addedge1(struct pg_vertex *v, struct pg_edge *e)$/;"	f
pg_addpt	raster/r.carve/lobf.c	/^void pg_addpt(PointGrp * pg, Point2 pt)$/;"	f
pg_conn	db/drivers/postgres/globals.h	/^PGconn *pg_conn;		\/* Database connection *\/$/;"	v
pg_create	lib/vector/Vlib/dgraph.c	/^struct planar_graph *pg_create(struct line_pnts *Points)$/;"	f
pg_create_struct	lib/vector/Vlib/dgraph.c	/^struct planar_graph *pg_create_struct(int n, int e)$/;"	f
pg_destroy_struct	lib/vector/Vlib/dgraph.c	/^void pg_destroy_struct(struct planar_graph *pg)$/;"	f
pg_edge	lib/vector/Vlib/dgraph.h	/^struct pg_edge {$/;"	s
pg_existsedge	lib/vector/Vlib/dgraph.c	/^int pg_existsedge(struct planar_graph *pg, int v1, int v2)$/;"	f
pg_getpoints	raster/r.carve/lobf.c	/^Point2 *pg_getpoints(PointGrp * pg)$/;"	f
pg_getpoints_reversed	raster/r.carve/lobf.c	/^Point2 *pg_getpoints_reversed(PointGrp * pg)$/;"	f
pg_init	raster/r.carve/lobf.c	/^void pg_init(PointGrp * pg)$/;"	f
pg_ntypes	db/drivers/postgres/globals.h	/^int pg_ntypes = 0;$/;"	v
pg_types	db/drivers/postgres/globals.h	/^int (*pg_types)[2] = NULL;	\/* array of types, first is internal code, second PG_TYPE_* *\/$/;"	v
pg_vertex	lib/vector/Vlib/dgraph.h	/^struct pg_vertex {$/;"	s
pg_y_from_x	raster/r.carve/lobf.c	/^double pg_y_from_x(PointGrp * pg, const double x)$/;"	f
pgm_id	include/gis.h	/^    char pgm_id[40];		\/* user-provided identifier *\/$/;"	m	struct:G_3dview
pgm_id	swig/perl/gis.h	/^    char pgm_id[40];		\/* user-provided identifier *\/$/;"	m	struct:G_3dview
pgm_name	lib/gis/parser.c	/^static const char *pgm_name = NULL;$/;"	v	file:
pgm_name	raster/r.buffer/main.c	/^char *pgm_name;$/;"	v
ph	imagery/i.atcorr/common.h	/^	float (*ph)[10][83];		\/* pointer to current active model *\/$/;"	m	struct:Sixs_aerbas
pha	imagery/i.atcorr/common.h	/^	float pha[83];$/;"	m	struct:Sixs_trunc
phaa	imagery/i.atcorr/Interp.h	/^	float phaa; $/;"	m	struct:InterpStruct
phar	imagery/i.atcorr/Interp.h	/^	float phar; $/;"	m	struct:InterpStruct
phase	imagery/i.atcorr/common.h	/^	float phase[10];$/;"	m	struct:Sixs_aer
phase	vector/v.digit/line.c	/^    int phase;$/;"	m	struct:edit_line	file:
phasel	imagery/i.atcorr/common.h	/^	float phasel[10][83];$/;"	m	struct:Sixs_sos
phead	lib/gpde/N_gwflow.h	/^    N_array_2d *phead;		\/*!piezometric head [m] *\/$/;"	m	struct:__anon41
phead	lib/gpde/N_gwflow.h	/^    N_array_3d *phead;		\/*!piezometric head [m] *\/$/;"	m	struct:__anon40
phead	raster/r.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *q, *s, *r, *top,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
phead	raster3d/r3.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *hc_z, *q, *s, *r,$/;"	m	struct:__anon109	typeref:struct:__anon109::	file:
phead_start	lib/gpde/N_gwflow.h	/^    N_array_2d *phead_start;	\/*!start conditions [m] *\/$/;"	m	struct:__anon41
phead_start	lib/gpde/N_gwflow.h	/^    N_array_3d *phead_start;	\/*!start conditions [m] *\/$/;"	m	struct:__anon40
phi	imagery/i.atcorr/GeomCond.h	/^	float phi;$/;"	m	struct:GeomCond
phi	imagery/i.ortho.photo/libes/orthophoto.h	/^    double XC, YC, ZC, omega, phi, kappa;$/;"	m	struct:Ortho_Image_Group
phi	vector/lidar/lidarlib/InterpSpline.c	/^double phi(double csi_x, double csi_y)$/;"	f
phi0	imagery/i.atcorr/GeomCond.h	/^	float phi0;$/;"	m	struct:GeomCond
phi0	raster/r.sunmask/global.h	/^GLOBAL float asol, phi0, sun_zenith, sun_azimuth;	\/* from nadir, from north *\/$/;"	v
phi_3	vector/lidar/lidarlib/InterpSpline.c	/^double phi_3(double csi)$/;"	f
phi_33	vector/lidar/lidarlib/InterpSpline.c	/^double phi_33(double csi_x, double csi_y)$/;"	f
phi_34	vector/lidar/lidarlib/InterpSpline.c	/^double phi_34(double csi_x, double csi_y)$/;"	f
phi_4	vector/lidar/lidarlib/InterpSpline.c	/^double phi_4(double csi)$/;"	f
phi_43	vector/lidar/lidarlib/InterpSpline.c	/^double phi_43(double csi_x, double csi_y)$/;"	f
phi_44	vector/lidar/lidarlib/InterpSpline.c	/^double phi_44(double csi_x, double csi_y)$/;"	f
phi_init	imagery/i.ortho.photo/libes/orthophoto.h	/^    double phi_init;$/;"	m	struct:Ortho_Camera_Exp_Init
phi_var	imagery/i.ortho.photo/libes/orthophoto.h	/^    double phi_var;$/;"	m	struct:Ortho_Camera_Exp_Init
phirad	imagery/i.atcorr/GeomCond.h	/^	float phirad;$/;"	m	struct:GeomCond
phiv	imagery/i.atcorr/GeomCond.h	/^	float phiv;$/;"	m	struct:GeomCond
photo_points	imagery/i.ortho.photo/libes/orthophoto.h	/^    struct Ortho_Photo_Points photo_points;$/;"	m	struct:Ortho_Image_Group	typeref:struct:Ortho_Image_Group::Ortho_Photo_Points
pi	include/imagery.h	/^    double pi;$/;"	m	struct:SubSig
pi	visualization/nviz/src/togl_flythrough.c	/^static float pi, half_pi, double_pi, quasi_half_pi;$/;"	v	file:
pi2	raster/r.sun2/main.c	/^const double pi2 = M_PI * 2.;$/;"	v
pianOriz	vector/lidar/v.lidar.growing/ConvexHull.c	/^double pianOriz(double **punti, int obsNum, double *minNS, double *minEW,$/;"	f
pic_array	visualization/xganim/main.c	/^XImage *pic_array[MAXIMAGES];$/;"	v
pick	imagery/i.ask/popup.c	/^int pick(int x, int y)$/;"	f
pick	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int pick(int x, int y)$/;"	f	file:
pick	imagery/i.ortho.photo/photo.2image/ask.c	/^static int pick(int x, int y)$/;"	f	file:
pick	imagery/i.ortho.photo/photo.2image/mark.c	/^static int pick(int x, int y)$/;"	f	file:
pick	imagery/i.ortho.photo/photo.2image/use_camera.c	/^static int pick(int x, int y)$/;"	f	file:
pick	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int pick(int x, int y)$/;"	f	file:
pick	imagery/i.ortho.photo/photo.2target/ask.c	/^static int pick(int x, int y)$/;"	f	file:
pick	imagery/i.points/analyze.c	/^static int pick(int x, int y)$/;"	f	file:
pick	imagery/i.points/ask.c	/^static int pick(int x, int y, int button)$/;"	f	file:
pick	imagery/i.vpoints/analyze.c	/^static int pick(int x, int y)$/;"	f	file:
pick	imagery/i.vpoints/ask.c	/^static int pick(int x, int y, int button)$/;"	f	file:
pick	imagery/i.vpoints/ask_lineclr.c	/^static pick(int x, int y, int button)$/;"	f	file:
pick	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick {_x _y} {$/;"	p
pick_GUI_addremovemap	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_GUI_addremovemap {} {$/;"	p
pick_add_record	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_add_record {sf _map _cat} {$/;"	p
pick_clear_window	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_clear_window {w sf _map} {$/;"	p
pick_delete_records	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_delete_records {sf} {$/;"	p
pick_dist	raster/wildfire/r.spread/pick_dist.c	/^int pick_dist(int u)$/;"	f
pick_draw_maxdist	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_draw_maxdist {_surf_id _x _y _maxdist} {$/;"	p
pick_draw_row	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_draw_row {sf w row lst opt field cmd} {$/;"	p
pick_draw_win	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_draw_win {_map _cat} {$/;"	p
pick_erase_records	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_erase_records {_sf} {$/;"	p
pick_get_multimedia_field	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_get_multimedia_field {_header _field} {$/;"	p
pick_highlight_hyperlinks	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_highlight_hyperlinks {_on _win _max_found} {$/;"	p
pick_ignite	raster/wildfire/r.spread/pick_ignite.c	/^int pick_ignite(int i)$/;"	f
pick_init	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_init {} {$/;"	p
pick_init_tcl	visualization/nviz/src/pick_vect_commands.c	/^void pick_init_tcl(Tcl_Interp * interp, Nv_data * data)$/;"	f
pick_map_is_pickable	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_map_is_pickable {_map} {$/;"	p
pick_mouse_XY	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_mouse_XY {_x _y} {$/;"	p
pick_msg	imagery/i.vpoints/analyze.c	/^static char pick_msg[40] = " Double click to include\/exclude pt. ";$/;"	v	file:
pick_multimedia	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_multimedia {_field} {$/;"	p
pick_panel_get_Nv_height	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_panel_get_Nv_height {} {global Nv_; return $Nv_(height)}$/;"	p
pick_panel_get_pick_maxdist	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_panel_get_pick_maxdist {} {$/;"	p
pick_seek	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_seek {sf which} {$/;"	p
pick_select_record	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_select_record { _sf _irec} {$/;"	p
pick_select_record_from_record	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_select_record_from_record {_sf _row} {$/;"	p
pick_set	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_set {_pick _win} {$/;"	p
pick_unselect_all	visualization/nviz/scripts/panel_vquery.tcl	/^proc pick_unselect_all {_w _win _map} {$/;"	p
pick_view	imagery/i.class/zoom_box.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
pick_view	imagery/i.ortho.photo/photo.2image/zoom_box.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
pick_view	imagery/i.ortho.photo/photo.2image/zoom_pnt.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
pick_view	imagery/i.ortho.photo/photo.2target/zoom_box.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
pick_view	imagery/i.ortho.photo/photo.2target/zoom_pnt.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
pick_view	imagery/i.points/zoom_box.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
pick_view	imagery/i.points/zoom_pnt.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
pick_view	imagery/i.vpoints/zoom_box.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
pick_view	imagery/i.vpoints/zoom_pnt.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
picture	lib/ogsf/gsd_img_mpeg.c	/^AVFrame *picture, *tmp_picture;$/;"	v
pid	include/dbmi.h	/^    int pid;			\/* process id of the driver      *\/$/;"	m	struct:_db_driver
pid	raster/r.li/r.li.daemon/daemon.h	/^    int pid;$/;"	m	struct:wd
pid	raster/r.li/r.li.daemon/ipc.h	/^    int pid;$/;"	m	struct:fields_done
pid	raster/r.li/r.li.daemon/ipc.h	/^    int pid;$/;"	m	struct:fields_error
pid	raster/r.li/r.li.daemon/ipc.h	/^    int pid;$/;"	m	struct:fields_term
pie	display/d.histogram/pie.c	/^int pie(struct stat_list *dist_stats,	\/* list of distribution statistics *\/$/;"	f
pie	display/d.vect.chart/pie.c	/^pie(double cx, double cy, int size, double *val, int ncols, COLOR * ocolor,$/;"	f
pihalf	raster/r.horizon/main.c	/^const double pihalf = M_PI * 0.5;$/;"	v
pihalf	raster/r.sun2/main.c	/^const double pihalf = M_PI * 0.5;$/;"	v
pipe	raster/r.li/r.li.daemon/daemon.h	/^    char *pipe;$/;"	m	struct:wd
pipe_command	lib/python/core.py	/^def pipe_command(*args, **kwargs):$/;"	f
pipefd	lib/form/open.c	/^int pipefd[2];$/;"	v
pit_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char ele_flag, pit_flag, run_flag, dis_flag, ob_flag;$/;"	v
pit_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char ele_flag, pit_flag, run_flag, dis_flag, ob_flag;$/;"	v
pit_mapset	raster/r.watershed/ram/Gwater.h	/^    *pit_mapset;$/;"	v
pit_mapset	raster/r.watershed/seg/Gwater.h	/^    *pit_mapset;$/;"	v
pit_name	raster/r.watershed/ram/Gwater.h	/^GLOBAL char ele_name[GNAME_MAX], *ele_mapset, pit_name[GNAME_MAX],$/;"	v
pit_name	raster/r.watershed/seg/Gwater.h	/^GLOBAL char ele_name[GNAME_MAX], *ele_mapset, pit_name[GNAME_MAX],$/;"	v
pixmap	include/nviz.h	/^    Pixmap pixmap;$/;"	m	struct:render_window
pixmap	visualization/nviz/src/do_zoom.c	/^Pixmap pixmap;$/;"	v
pj	include/gprojects.h	/^    projPJ pj;$/;"	m	struct:pj_info
pj_do_proj	lib/proj/do_proj.c	/^int pj_do_proj(double *x, double *y,$/;"	f
pj_do_transform	lib/proj/do_proj.c	/^int pj_do_transform(int count, double *x, double *y, double *h,$/;"	f
pj_get_def	configure	/^pj_get_def()$/;"	f
pj_get_kv	lib/proj/get_proj.c	/^int pj_get_kv(struct pj_info *info, struct Key_Value *in_proj_keys,$/;"	f
pj_get_string	lib/proj/get_proj.c	/^int pj_get_string(struct pj_info *info, char *str)$/;"	f
pj_info	include/gprojects.h	/^struct pj_info$/;"	s
pj_print_proj_params	lib/proj/get_proj.c	/^int pj_print_proj_params(struct pj_info *iproj, struct pj_info *oproj)$/;"	f
pl_bot	lib/display/draw2.c	/^static struct plane pl_bot = { 0, -1, 0 };$/;"	v	typeref:struct:plane	file:
pl_left	lib/display/draw2.c	/^static struct plane pl_left = { -1, 0, 0 };$/;"	v	typeref:struct:plane	file:
pl_rite	lib/display/draw2.c	/^static struct plane pl_rite = { 1, 0, 0 };$/;"	v	typeref:struct:plane	file:
pl_top	lib/display/draw2.c	/^static struct plane pl_top = { 0, 1, 0 };$/;"	v	typeref:struct:plane	file:
place_label	visualization/nviz/scripts/panel_label.tcl	/^proc place_label { } {$/;"	p
place_label_cb	visualization/nviz/scripts/panel_label.tcl	/^proc place_label_cb { sx sy } {$/;"	p
place_legend	visualization/nviz/scripts/panel_legend.tcl	/^proc place_legend { } {$/;"	p
place_narrow	visualization/nviz/scripts/panel_arrow.tcl	/^proc place_narrow {W x y} {$/;"	p
place_scale	visualization/nviz/scripts/panel_scale.tcl	/^proc place_scale {W x y} {$/;"	p
planar_graph	lib/vector/Vlib/dgraph.h	/^struct planar_graph {$/;"	s
plane	lib/display/draw2.c	/^struct plane$/;"	s	file:
plane	raster3d/r3.showdspf/vizual.h	/^    int plane;			\/* which plane we are looking at *\/$/;"	m	struct:dspec
planeUnitOfMeasure	raster/r.out.pov/main.c	/^int planeUnitOfMeasure, elevUnitOfMeasure, polygonSizes;$/;"	v
plane_sim	imagery/i.atcorr/Altitude.h	/^	} plane_sim;$/;"	m	struct:Altitude	typeref:struct:Altitude::Plane_sim
plani_code	include/dlg.h	/^    int plani_code;$/;"	m	struct:dlg_head
plani_units	include/dlg.h	/^    int plani_units;$/;"	m	struct:dlg_head
plani_zone	include/dlg.h	/^    int plani_zone;$/;"	m	struct:dlg_head
plani_zone	include/vect/dig_structs.h	/^    int plani_zone;$/;"	m	struct:dig_head
planimetric	lib/gpde/N_pde.h	/^    int planimetric;		\/*If the projection is not planimetric (0), the array calculation is different for each row *\/$/;"	m	struct:__anon48
plant_tree	raster/r.cross/tree.c	/^int plant_tree(void)$/;"	f
plant_tree	raster/r.describe/tree.c	/^int plant_tree(void)$/;"	f
platQueue	raster/r.terraflow/plateau.cc	/^  queue<plateauType> *platQueue;$/;"	m	class:detectPlateaus	file:
platStream	raster/r.terraflow/plateau.cc	/^  AMI_STREAM<plateauType> *platStream;$/;"	m	class:detectPlateaus	file:
plateauStats	raster/r.terraflow/plateau.h	/^  plateauStats() : label(LABEL_UNDEF) {}$/;"	f	class:plateauStats
plateauStats	raster/r.terraflow/plateau.h	/^  plateauStats(cclabel_type l) : $/;"	f	class:plateauStats
plateauStats	raster/r.terraflow/plateau.h	/^class plateauStats {$/;"	c
plateauType	raster/r.terraflow/plateau.h	/^  plateauType() : valid(false) {};$/;"	f	class:plateauType
plateauType	raster/r.terraflow/plateau.h	/^  plateauType(dimension_type gi, dimension_type gj, direction_type gdir, $/;"	f	class:plateauType
plateauType	raster/r.terraflow/plateau.h	/^class plateauType : public ijBaseType {$/;"	c
play	visualization/xganim/gui.c	/^static Widget rew, rplay, stepb, stop, stepf, play, loop, swing;$/;"	v	file:
play_callback	visualization/xganim/gui.c	/^static void play_callback(Widget w, XtPointer data, caddr_t cbs)$/;"	f	file:
plfile	ps/ps.map/ps_info.h	/^    char *plfile;$/;"	m	struct:PS_data
plot	display/d.geodesic/plot.c	/^plot(double lon1, double lat1, double lon2, double lat2, int line_color,$/;"	f
plot	display/d.rhumbline/plot.c	/^plot(double lon1, double lat1, double lon2, double lat2, int line_color,$/;"	f
plot	display/d.vect.chart/plot.c	/^plot(int ctype, struct Map_info *Map, int type, int field,$/;"	f
plot	imagery/i.ortho.photo/photo.2image/cell.c	/^static int plot(int x, int y)$/;"	f	file:
plot	imagery/i.ortho.photo/photo.2target/cell.c	/^static int plot(int x, int y)$/;"	f	file:
plot	imagery/i.points/cell.c	/^static int plot(int x, int y)$/;"	f	file:
plot	imagery/i.vpoints/cell.c	/^static int plot(int x, int y)$/;"	f	file:
plot	imagery/i.vpoints/plot.c	/^int plot(char *name, char *mapset, struct line_pnts *Points)$/;"	f
plot	vector/v.voronoi/sw_defs.h	/^int triangulate, sorted, plot, debug, mode3d;$/;"	v
plot1	display/d.thematic.area/plot1.c	/^int plot1(struct Map_info *Map, int type, int area, struct cat_list *Clist,$/;"	f
plot1	display/d.vect/plot1.c	/^int plot1(struct Map_info *Map, int type, int area, struct cat_list *Clist,$/;"	f
plot_area	ps/ps.map/ps_vareas.c	/^static int plot_area(struct Map_info *P_map, int area, double shift)$/;"	f	file:
plot_border	display/d.grid/plotborder.c	/^int plot_border(double grid_size, double east, double north)$/;"	f
plot_cross	display/d.grid/fiducial.c	/^void plot_cross(double easting, double northing, int color, double rotation)$/;"	f
plot_dgraph	scripts/d.polar/d.polar	/^plot_dgraph()$/;"	f
plot_eps	scripts/d.polar/d.polar	/^plot_eps()$/;"	f
plot_fiducial	display/d.grid/fiducial.c	/^void plot_fiducial(double easting, double northing, int color,$/;"	f
plot_geogrid	display/d.grid/plot.c	/^int plot_geogrid(double size, struct pj_info info_in, struct pj_info info_out,$/;"	f
plot_grid	display/d.grid/plot.c	/^int plot_grid(double grid_size, double east, double north, int do_text,$/;"	f
plot_line	lib/gis/plot.c	/^static int plot_line(double east1, double north1, double east2, double north2,$/;"	f	file:
plot_line	vector/v.to.rast/do_lines.c	/^static int plot_line(double *x, double *y, int n, int use)$/;"	f	file:
plot_points	vector/v.to.rast/do_lines.c	/^static int plot_points(double *x, double *y, int n)$/;"	f	file:
plot_polygon	display/d.thematic.area/plot1.c	/^void plot_polygon(double *xf, double *yf, int n)$/;"	f
plot_polygon	display/d.vect/plot1.c	/^void plot_polygon(double *xf, double *yf, int n)$/;"	f
plot_polyline	display/d.thematic.area/plot1.c	/^void plot_polyline(double *xf, double *yf, int n)$/;"	f
plot_polyline	display/d.vect/plot1.c	/^void plot_polyline(double *xf, double *yf, int n)$/;"	f
plot_symbol	display/d.grid/fiducial.c	/^void plot_symbol(double easting, double northing, int color, double rotation,$/;"	f
plot_warp	imagery/i.vpoints/plot.c	/^int plot_warp(char *name, char *mapset, struct line_pnts *Points,$/;"	f
plot_xgraph	scripts/d.polar/d.polar	/^plot_xgraph()$/;"	f
plotcell	imagery/i.ortho.photo/photo.2image/cell.c	/^int plotcell(int x, int y)$/;"	f
plotcell	imagery/i.ortho.photo/photo.2target/cell.c	/^int plotcell(int x, int y)$/;"	f
plotcell	imagery/i.points/cell.c	/^int plotcell(int x, int y)$/;"	f
plotcell	imagery/i.vpoints/cell.c	/^int plotcell(int x, int y)$/;"	f
plotinit	vector/v.voronoi/sw_output.c	/^int plotinit(void)$/;"	f
plotvect	imagery/i.vpoints/drawvect.c	/^int plotvect(void)$/;"	f
plus	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^static struct box plus, minus, value;$/;"	v	typeref:struct:box	file:
plus	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^static struct box plus, minus, value;$/;"	v	typeref:struct:box	file:
plus	imagery/i.points/ask_mag.c	/^static struct box plus, minus, value;$/;"	v	typeref:struct:box	file:
plus	imagery/i.vpoints/ask_mag.c	/^static struct box plus, minus, value;$/;"	v	typeref:struct:box	file:
plus	include/vect/dig_structs.h	/^    struct Plus_head plus;	\/* topo file *head; *\/$/;"	m	struct:Map_info	typeref:struct:Map_info::Plus_head
plus_t	include/vect/dig_structs.h	/^typedef int plus_t;$/;"	t
pnData	lib/vector/dglib/tree.h	/^    dglInt32_t *pnData;$/;"	m	struct:_dglTreeEdgePri32
pnEdge	lib/vector/dglib/graph.h	/^    dglInt32_t *pnEdge;$/;"	m	struct:__anon84
pnEdge	lib/vector/dglib/graph.h	/^    dglInt32_t *pnEdge;$/;"	m	struct:_dglSPArc
pnEdge	lib/vector/dglib/graph.h	/^    dglInt32_t *pnEdge;$/;"	m	struct:_dglSPClipInput
pnEdge	lib/vector/dglib/graph.h	/^    dglInt32_t *pnEdge;$/;"	m	struct:_dglSpanClipInput
pnEdge	lib/vector/dglib/tree.h	/^    dglInt32_t *pnEdge;$/;"	m	struct:_dglTreePredist
pnEdgeset	lib/vector/dglib/graph.h	/^    dglInt32_t *pnEdgeset;$/;"	m	struct:__anon83
pnNode	lib/vector/dglib/graph.h	/^    dglInt32_t *pnNode;$/;"	m	struct:__anon82
pnNodeFrom	lib/vector/dglib/graph.h	/^    dglInt32_t *pnNodeFrom;$/;"	m	struct:_dglSPClipInput
pnNodeFrom	lib/vector/dglib/graph.h	/^    dglInt32_t *pnNodeFrom;$/;"	m	struct:_dglSpanClipInput
pnNodeTo	lib/vector/dglib/graph.h	/^    dglInt32_t *pnNodeTo;$/;"	m	struct:_dglSPClipInput
pnNodeTo	lib/vector/dglib/graph.h	/^    dglInt32_t *pnNodeTo;$/;"	m	struct:_dglSpanClipInput
pnPrevEdge	lib/vector/dglib/graph.h	/^    dglInt32_t *pnPrevEdge;$/;"	m	struct:_dglSPClipInput
pnReserved	lib/vector/dglib/graph.h	/^    dglInt32_t *pnReserved;$/;"	m	struct:_dglSpanClipOutput
pnVal	lib/vector/dglib/tree.h	/^    dglInt32_t *pnVal;$/;"	m	struct:_dglTreeNodePri32
png	lib/init/variables.html	/^<a name="png"><\/a>$/;"	a
png_palette	lib/pngdriver/Graph_set.c	/^unsigned char png_palette[256][4];$/;"	v
png_read_image	configure	/^png_read_image()$/;"	f
pnmtopng_error_handler	raster/r.out.png/r.out.png.c	/^static void pnmtopng_error_handler(png_structp png_ptr, png_const_charp msg)$/;"	f	file:
pnmtopng_jmpbuf_struct	raster/r.out.png/pngfunc.h	/^static jmpbuf_wrapper pnmtopng_jmpbuf_struct;$/;"	v
pnode	lib/vector/dglib/heap.h	/^    dglHeapNode_s *pnode;	\/* the node-array *\/$/;"	m	struct:_dglHeap
pnpoly	display/drivers/HTMLMAP/Graph_Clse.c	/^static int pnpoly(int npol, int *xp, int *yp, int x, int y)$/;"	f	file:
pnt_i	vector/v.mapcalc/vector.c	/^static VECTOR pnt_i = { NULL, 1, 0, 0, 1 };$/;"	v	file:
pnt_j	vector/v.mapcalc/vector.c	/^static VECTOR pnt_j = { NULL, 0, 1, 0, 1 };$/;"	v	file:
pnt_k	vector/v.mapcalc/vector.c	/^static VECTOR pnt_k = { NULL, 0, 0, 1, 1 };$/;"	v	file:
pnt_o	vector/v.mapcalc/vector.c	/^static VECTOR pnt_o = { NULL, 0, 0, 0, 1 };$/;"	v	file:
pntapp	vector/v.mapcalc/vector.c	/^SYMBOL *pntapp(SYMBOL * head, SYMBOL * elt)$/;"	f
pntexp	vector/v.mapcalc/v.mapcalc.y	/^pntexp:   PNTVAR			{ $$ = $1; }$/;"	l
pntfunc	vector/v.mapcalc/vector.c	/^SYMBOL *pntfunc(SYMBOL * func, SYMBOL * arglist)$/;"	f
pntlst	vector/v.mapcalc/v.mapcalc.y	/^pntlst:   '(' _pntlst ')'		{ $$ = $2; }$/;"	l
pntop	vector/v.mapcalc/vector.c	/^SYMBOL *pntop(int op, SYMBOL * pnt1, SYMBOL * pnt2)$/;"	f
pnts	raster/r.carve/enforce.h	/^    Point2 pnts[MAX_PTS];$/;"	m	struct:__anon140
point	gui/wxpython/vdigit/driver.h	/^	long int point;$/;"	m	struct:DisplayDriver::_topology
point	gui/wxpython/vdigit/driver.h	/^	symbol point;$/;"	m	struct:DisplayDriver::_settings
point	imagery/i.class/defs.h	/^    POINT point[MAX_VERTEX];$/;"	m	struct:region
point	lib/driver/Polygon.c	/^struct point$/;"	s	file:
point	ps/ps.map/description.html	/^<a name="point"><\/a>$/;"	a
point	raster/r.drain/main.c	/^struct point$/;"	s	file:
point	raster/r.flow/calc.c	/^point;$/;"	t	typeref:struct:__anon151	file:
point	raster/r.los/point.h	/^struct point$/;"	s
point	raster/r.out.vtk/parameters.h	/^    struct Flag *usestruct, *usetriangle, *usevertices, *origin, *point, *coorcorr;	\/*struct Flag *mask;          struct Flag *xml; *\/\/*maybe xml support in the future *\/$/;"	m	struct:__anon161	typeref:struct:__anon161::
point	raster/r.what/main.c	/^    int point;$/;"	m	struct:order	file:
point	raster/wildfire/r.spreadpath/point.h	/^struct point$/;"	s
point	raster3d/r3.out.vtk/parameters.h	/^    struct Flag *mask, *point, *origin, *structgrid, *coorcorr;$/;"	m	struct:__anon123	typeref:struct:__anon123::
point	vector/v.label.sa/labels.h	/^    label_point_t point;	    \/**< The point of the label position$/;"	m	struct:_label_candidate
point	vector/v.mapcalc/v.mapcalc.y	/^point:	  '(' numexp ',' numexp ')'	{ $$ = mkpnt ($2, $4, nanval); ERR; }$/;"	l
point_3d	vector/v.vol.rst/points.h	/^struct point_3d$/;"	s
point_add	vector/v.generalize/point.c	/^inline void point_add(POINT a, POINT b, POINT * res)$/;"	f
point_alloc	include/dig_atts.h	/^    int point_alloc;$/;"	m	struct:atts_index
point_angle_between	vector/v.generalize/point.c	/^inline double point_angle_between(POINT a, POINT b, POINT c)$/;"	f
point_area	vector/v.overlay/line_area.c	/^int point_area(struct Map_info *Map, int field, double x, double y,$/;"	f
point_assign	vector/v.generalize/point.c	/^inline void point_assign(struct line_pnts *Points, int index, int with_z,$/;"	f
point_cat	vector/v.to.points/main.c	/^static int point_cat;$/;"	v	file:
point_dist	vector/v.generalize/point.c	/^inline double point_dist(POINT a, POINT b)$/;"	f
point_dist2	vector/v.generalize/point.c	/^inline double point_dist2(POINT a)$/;"	f
point_dist_segment_square	vector/v.generalize/point.c	/^inline double point_dist_segment_square(POINT a, POINT b, POINT c, int with_z)$/;"	f
point_dist_square	vector/v.generalize/point.c	/^inline double point_dist_square(POINT a, POINT b)$/;"	f
point_dot	vector/v.generalize/point.c	/^double point_dot(POINT a, POINT b)$/;"	f
point_in_buf	lib/vector/Vlib/buffer.c	/^static int point_in_buf(struct line_pnts *Points, double px, double py,$/;"	f	file:
point_in_buf	lib/vector/Vlib/buffer2.c	/^static int point_in_buf(struct line_pnts *Points, double px, double py, double da,$/;"	f	file:
point_in_buffer	vector/v.buffer2/main.c	/^int point_in_buffer(struct buf_contours *arr_bc, int buffers_count,$/;"	f
point_inside	vector/v.net.visibility/geometry.c	/^int point_inside(struct Point *p, double x, double y)$/;"	f
point_list_add	vector/v.generalize/point.c	/^void point_list_add(POINT_LIST * l, POINT p)$/;"	f
point_list_copy_to_line_pnts	vector/v.generalize/point.c	/^int point_list_copy_to_line_pnts(POINT_LIST l, struct line_pnts *Points)$/;"	f
point_list_delete_next	vector/v.generalize/point.c	/^extern void point_list_delete_next(POINT_LIST * p)$/;"	f
point_list_free	vector/v.generalize/point.c	/^void point_list_free(POINT_LIST l)$/;"	f
point_list_new	vector/v.generalize/point.c	/^POINT_LIST *point_list_new(POINT p)$/;"	f
point_new	vector/v.vol.rst/dataoct.c	/^struct quadruple *point_new(double x, double y, double z, double w, double sm)$/;"	f
point_off	include/dig_atts.h	/^    long *point_off;$/;"	m	struct:atts_index
point_save	vector/v.vol.rst/vector.c	/^int point_save(double xmm, double ymm, double zmm, double err)$/;"	f
point_scalar	vector/v.generalize/point.c	/^inline void point_scalar(POINT a, double k, POINT * res)$/;"	f
point_subtract	vector/v.generalize/point.c	/^inline void point_subtract(POINT a, POINT b, POINT * res)$/;"	f
pointoffset	vector/v.out.vtk/writeVTK.h	/^    int pointoffset;$/;"	m	struct:__anon169
points	general/g.transform/main.c	/^static struct Control_Points points;$/;"	v	typeref:struct:Control_Points	file:
points	gui/wxpython/vdigit/driver.h	/^    struct line_pnts *points;       \/\/ east, north, depth$/;"	m	class:DisplayDriver	typeref:struct:DisplayDriver::line_pnts
points	imagery/i.points/defs.h	/^    struct Control_Points points;$/;"	m	struct:__anon213	typeref:struct:__anon213::Control_Points
points	imagery/i.vpoints/defs.h	/^    struct Control_Points points;$/;"	m	struct:__anon219	typeref:struct:__anon219::Control_Points
points	include/cluster.h	/^    DCELL **points;$/;"	m	struct:Cluster
points	include/gstypes.h	/^    geopoint *points;$/;"	m	struct:g_site
points	lib/rst/data/dataquad.h	/^    struct triple *points;$/;"	m	struct:quaddata	typeref:struct:quaddata::triple
points	raster/r.surf.idw2/main.c	/^struct Point *points = NULL;$/;"	v	typeref:struct:Point
points	raster/r.terraflow/water.h	/^  packed8bit points;			\/* 1 whether neighbor points to me *\/$/;"	m	class:compressedWaterWindowBaseType
points	vector/v.surf.idw/main.c	/^struct Point ***points;$/;"	v	typeref:struct:Point
points	vector/v.vol.rst/dataoct.h	/^    struct quadruple *points;$/;"	m	struct:octdata	typeref:struct:octdata::quadruple
pointsScreen	gui/wxpython/vdigit/driver.h	/^    wxList           *pointsScreen; \/\/ x, y, z$/;"	m	class:DisplayDriver
pointsToBbox	scripts/r.tileset/r.tileset	/^pointsToBbox() {$/;"	f
points_analyse	vector/v.in.ascii/points.c	/^int points_analyse(FILE * ascii_in, FILE * ascii, char *fs,$/;"	f
points_copy_last	vector/v.generalize/point.c	/^inline void points_copy_last(struct line_pnts *Points, int pos)$/;"	f
points_to_bin	vector/v.in.ascii/points.c	/^int points_to_bin(FILE * ascii, int rowlen, struct Map_info *Map,$/;"	f
pointsize	visualization/nviz/src/tkFont.h	/^    int pointsize;		\/* Pointsize of font, 0 for default size, or$/;"	m	struct:TkFontAttributes
polder	imagery/i.atcorr/Iwave.cpp	/^void IWave::polder(int iwa)$/;"	f	class:IWave
poll	gui/wxpython/compat/subprocess.py	/^        def poll(self):$/;"	f	function:Popen._translate_newlines
poly	lib/cdhc/as181.c	/^static double poly(double c[], int nord, double x)$/;"	f	file:
poly	lib/driver/Polygon.c	/^static void poly(const struct point *p, int n)$/;"	f	file:
poly	lib/dspf/viz.h	/^    poly_info poly[MAXPOLY];	\/*vertices and normals *\/$/;"	m	struct:__anon35
poly	raster3d/r3.showdspf/vizual2.h	/^    poly_info poly[MAXPOLY];	\/*vertices and normals *\/$/;"	m	struct:__anon116
poly	vector/v.edit/global.h	/^	*poly, *type, *id, *where, *bmaps, *snap, *query, *zbulk;$/;"	m	struct:GParams	typeref:struct:GParams::
poly_freq	include/gis.h	/^    int poly_freq;		\/* cells per polygon *\/$/;"	m	struct:G_3dview
poly_freq	swig/perl/gis.h	/^    int poly_freq;		\/* cells per polygon *\/$/;"	m	struct:G_3dview
poly_info	lib/dspf/viz.h	/^} poly_info;$/;"	t	typeref:struct:__anon34
poly_info	raster3d/r3.showdspf/vizual.h	/^struct poly_info$/;"	s
poly_info	raster3d/r3.showdspf/vizual2.h	/^} poly_info;$/;"	t	typeref:struct:__anon115
poly_to_rast	raster/r.in.poly/poly2rast.c	/^int poly_to_rast(char *input_file, char *raster_map, char *title, int nrows)$/;"	f
polydots_abs	lib/raster/transport.h	/^    void (*polydots_abs) (const int *, const int *, int);$/;"	m	struct:transport
polydots_rel	lib/raster/transport.h	/^    void (*polydots_rel) (const int *, const int *, int);$/;"	m	struct:transport
polygon	display/d.graph/description.html	/^<a name="polygon"><\/a>$/;"	a
polygonSizes	raster/r.out.pov/main.c	/^int planeUnitOfMeasure, elevUnitOfMeasure, polygonSizes;$/;"	v
polygon_abs	lib/raster/transport.h	/^    void (*polygon_abs) (const int *, const int *, int);$/;"	m	struct:transport
polygon_clip	lib/display/draw2.c	/^static void polygon_clip(const double *x, const double *y, int n)$/;"	f	file:
polygon_cull	lib/display/draw2.c	/^static void polygon_cull(const double *x, const double *y, int n)$/;"	f	file:
polygon_rel	lib/raster/transport.h	/^    void (*polygon_rel) (const int *, const int *, int);$/;"	m	struct:transport
polygonoffset	vector/v.out.vtk/writeVTK.h	/^    int polygonoffset;$/;"	m	struct:__anon169
polyline	display/d.graph/description.html	/^<a name="polyline"><\/a>$/;"	a
polyline_abs	lib/raster/transport.h	/^    void (*polyline_abs) (const int *, const int *, int);$/;"	m	struct:transport
polyline_clip	lib/display/draw2.c	/^static void polyline_clip(const double *x, const double *y, int n)$/;"	f	file:
polyline_cull	lib/display/draw2.c	/^static void polyline_cull(const double *x, const double *y, int n)$/;"	f	file:
polyline_rel	lib/raster/transport.h	/^    void (*polyline_rel) (const int *, const int *, int);$/;"	m	struct:transport
polys	lib/dspf/viz.h	/^    int polys[30];$/;"	m	struct:__anon37
polys	lib/ogsf/mc33_table.h	/^    unsigned char polys[36];$/;"	m	struct:__anon66
polys	raster3d/r3.showdspf/vizual2.h	/^    int polys[30];$/;"	m	struct:__anon118
pop	vector/v.net.visibility/data_structures.c	/^struct Point *pop()$/;"	f
popCtrl	gui/wxpython/gui_modules/track.py	/^	def popCtrl(self, idx):$/;"	m	class:Track
popen_pid	lib/gis/popen.c	/^static int popen_pid[50];$/;"	v	file:
popup	imagery/i.ask/popup.c	/^int popup(FILE * fd, int x, int y, char *msg)$/;"	f
port	db/drivers/mysql/globals.h	/^    unsigned int port;$/;"	m	struct:__anon18
port	db/drivers/postgres/globals.h	/^    char *host, *port, *options, *tty, *dbname, *user, *password, *schema;$/;"	m	struct:__anon19
port	include/vect/dig_structs.h	/^    struct Port_info port;	\/* Portability information *\/$/;"	m	struct:Plus_head	typeref:struct:Plus_head::Port_info
port	include/vect/dig_structs.h	/^    struct Port_info port;	\/* Portability information *\/$/;"	m	struct:dig_head	typeref:struct:dig_head::Port_info
port_init	lib/vector/diglib/port_init.c	/^void port_init(void)$/;"	f
pos	imagery/i.atcorr/Output.cpp	/^unsigned int Output::pos = 0;$/;"	m	class:Output	file:
pos	imagery/i.atcorr/Output.h	/^	static unsigned int pos;$/;"	m	class:Output
pos	include/kftypes.h	/^    float pos, fields[KF_NUMFIELDS];$/;"	m	struct:key_node
pos	vector/v.in.dxf/global.h	/^    unsigned long size, pos;$/;"	m	struct:dxf_file
pos	visualization/nviz2/cmd/local_proto.h	/^      *pos, *height, *persp, *twist,$/;"	m	struct:GParams	typeref:struct:GParams::
pos_fft	imagery/i.atcorr/GeomCond.cpp	/^void GeomCond::pos_fft (long int j, float tu)$/;"	f	class:GeomCond
posdata	raster/r.sunmask/solpos00.h	/^struct posdata$/;"	s
position	include/gstypes.h	/^    float position[4];		\/* X, Y, Z, (1=local\/0=inf) *\/$/;"	m	struct:lightdefs
position	raster/r.cost/stash.h	/^    int position;$/;"	m	struct:variables
position	raster/r.walk/stash.h	/^    int position;$/;"	m	struct:variables
position	raster/wildfire/r.spreadpath/stash.h	/^    int position;$/;"	m	struct:variables
positive	include/datetime.h	/^    int positive;$/;"	m	struct:__anon274
posnoa	imagery/i.atcorr/GeomCond.cpp	/^void GeomCond::posnoa(float tu, int nc, float xlonan, float campm, float hna)$/;"	f	class:GeomCond
posobs	imagery/i.atcorr/GeomCond.cpp	/^void GeomCond::posobs(float tu, int nc, int nl)$/;"	f	class:GeomCond
possol	imagery/i.atcorr/GeomCond.cpp	/^void GeomCond::possol(float tu)$/;"	f	class:GeomCond
post_exec	raster/r.mapcalc/main.c	/^static void post_exec(void)$/;"	f	file:
postdraw_count	visualization/nviz/src/togl_flythrough.c	/^static int postdraw_count = 0;$/;"	v	file:
postdraw_data	visualization/nviz/src/togl_flythrough.c	/^static void *postdraw_data[256];$/;"	v	file:
postdraw_func	visualization/nviz/src/togl_flythrough.c	/^static void (*postdraw_func[256]) (void *);$/;"	v	file:
pp	raster/r.fill.dir/ppupdate.c	/^    void *pp;$/;"	m	struct:links	file:
pp_alt	raster/r.fill.dir/ppupdate.c	/^    void *pp_alt;$/;"	m	struct:links	file:
ppl	imagery/i.atcorr/Altitude.h	/^		float ppl[34];$/;"	m	struct:Altitude::Plane_sim
ppnd16	lib/cdhc/as241.c	/^double ppnd16(double p)$/;"	f
ppnd7	lib/cdhc/as241.c	/^double ppnd7(double p)$/;"	f
ppoint	raster/r.le/r.le.setup/setup.c	/^static void ppoint(double *m, int x, int y, int num)$/;"	f	file:
pps	imagery/i.atcorr/Altitude.h	/^	float pps;$/;"	m	struct:Altitude
ppszValue	lib/vector/dglib/examples/opt.h	/^	char **ppszValue;	\/* address to return a parametric option *\/$/;"	m	struct:GnoOption
ppupdate	raster/r.fill.dir/ppupdate.c	/^void ppupdate(int fe, int fb, int nl, int nbasins, struct band3 *elev,$/;"	f
pq	include/iostream/empq.h	/^  MinMaxHeap<T> *pq;$/;"	m	class:em_pqueue
pqheap_t1	include/iostream/pqheap.h	/^class pqheap_t1 {$/;"	c
pqheap_t1	include/iostream/pqheap.h	/^pqheap_t1<T>::pqheap_t1(T* a, unsigned int size) {$/;"	f	class:pqheap_t1
pqheap_t1	include/iostream/pqheap.h	/^pqheap_t1<T>::pqheap_t1(unsigned int size) {$/;"	f	class:pqheap_t1
pqsize	include/iostream/empq.h	/^  unsigned long pqsize;$/;"	m	class:em_pqueue
pr_commandline	visualization/nviz/src/mkdspf_main.c	/^pr_commandline(interp)$/;"	f
pr_winerr	lib/gis/view.c	/^static void pr_winerr(int vis,	\/* % of saved window overlapping current window *\/$/;"	f	file:
pre_compute_h	imagery/i.atcorr/6s.cpp	/^void pre_compute_h(const float height)$/;"	f
pre_compute_hv	imagery/i.atcorr/6s.cpp	/^void pre_compute_hv(const float height, const float vis)$/;"	f
pre_compute_v	imagery/i.atcorr/6s.cpp	/^void pre_compute_v(const float vis)$/;"	f
pre_exec	raster/r.mapcalc/main.c	/^static void pre_exec(void)$/;"	f	file:
prec	raster/r.mapcalc/expression.h	/^    int prec;$/;"	m	struct:expr_data_func
precision	include/G3d.h	/^    int precision;		\/* G3D_MAX_PRECISION or, 0 .. 23 for float, $/;"	m	struct:G3D_Map
precision	include/dbmi.h	/^    int precision;$/;"	m	struct:_db_column
precision	lib/g3d/g3dparam.c	/^    struct Option *precision;$/;"	m	struct:__anon28	typeref:struct:__anon28::Option	file:
precompute	raster/r.flow/precomp.c	/^void precompute(void)$/;"	f
precompute_aspects	raster/r.flow/precomp.c	/^static void precompute_aspects(void)$/;"	f	file:
precompute_epsilons	raster/r.flow/precomp.c	/^static void precompute_epsilons(void)$/;"	f	file:
precompute_ew_dists	raster/r.flow/precomp.c	/^static void precompute_ew_dists(void)$/;"	f	file:
prepare_connection_sock	lib/driver/connect_sock.c	/^int prepare_connection_sock(const char *me)$/;"	f
prepare_group_list	imagery/i.ortho.photo/photo.2image/group.c	/^int prepare_group_list(void)$/;"	f
prepare_group_list	imagery/i.ortho.photo/photo.2target/group.c	/^int prepare_group_list(void)$/;"	f
prepare_group_list	imagery/i.points/group.c	/^int prepare_group_list(void)$/;"	f
prepare_group_list	imagery/i.vpoints/group.c	/^int prepare_group_list(void)$/;"	f
prepare_signature	imagery/i.class/signature.c	/^int prepare_signature(int nbands)$/;"	f
preserve_edges	raster/r.mfilter.fp/main.c	/^int preserve_edges;$/;"	v
preserve_edges	raster/r.mfilter/glob.h	/^GLOBAL int preserve_edges;$/;"	v
presplane	imagery/i.atcorr/Altitude.cpp	/^void Altitude::presplane(AtmosModel& atms)$/;"	f	class:Altitude
press	raster/r.sunmask/solpos00.h	/^    float press;		\/* I:             Surface pressure, millibars, used for$/;"	m	struct:posdata
pressure	imagery/i.atcorr/Altitude.cpp	/^void Altitude::pressure(AtmosModel& atms, float& uw, float& uo3)$/;"	f	class:Altitude
pressure_to_height	raster3d/r3.in.v5d/v5d.c	/^float pressure_to_height(float pressure)$/;"	f
pressure_to_height	raster3d/r3.out.v5d/v5d.c	/^float pressure_to_height(float pressure)$/;"	f
prev	include/G3d.h	/^    int *next, *prev;		\/* prev\/next pointers for fifo *\/$/;"	m	struct:__anon249
prev	include/gis.h	/^    struct _Color_Rule_ *prev;$/;"	m	struct:_Color_Rule_	typeref:struct:_Color_Rule_::_Color_Rule_
prev	lib/driver/pad.h	/^    struct _item_ *next, *prev;$/;"	m	struct:_item_	typeref:struct:_item_::
prev	lib/driver/pad.h	/^    struct _pad_ *next, *prev;$/;"	m	struct:_pad_	typeref:struct:_pad_::
prev	lib/gis/percent.c	/^static int prev = -1;$/;"	v	file:
prev	raster/r.li/r.li.daemon/list.h	/^    struct nodoLista *prev;$/;"	m	struct:nodoLista	typeref:struct:nodoLista::nodoLista
prev	swig/perl/gis.h	/^    struct _Color_Rule_ *prev;$/;"	m	struct:_Color_Rule_	typeref:struct:_Color_Rule_::_Color_Rule_
prev	vector/v.hull/chull.c	/^    tEdge next, prev;$/;"	m	struct:tEdgeStructure	file:
prev	vector/v.hull/chull.c	/^    tFace next, prev;$/;"	m	struct:tFaceStructure	file:
prev	vector/v.hull/chull.c	/^    tVertex next, prev;$/;"	m	struct:tVertexStructure	file:
prevTime	visualization/nviz/src/togl_flythrough.c	/^    double prevTime;$/;"	m	struct:flyData	file:
prev_ncols	raster/r.buffer/distance.h	/^    int prev_ncols;$/;"	m	struct:Distance
prevframe	visualization/xganim/gui.h	/^    int rewind, prevframe, curframe, nframes;$/;"	m	struct:gui_data
previous	raster/r.los/point.h	/^    struct point *previous;	\/* ptr to previous pt. in list  *\/$/;"	m	struct:point	typeref:struct:point::point
previous_color	lib/cairodriver/Color.c	/^int previous_color = 0x7FFFFFFF;$/;"	v
previous_width	lib/cairodriver/Line_width.c	/^static int previous_width = -1;$/;"	v	file:
previoustie	raster/r.cost/cost.h	/^    struct cost *previoustie;$/;"	m	struct:cost	typeref:struct:cost::cost
previoustie	raster/r.walk/cost.h	/^    struct cost *previoustie;$/;"	m	struct:cost	typeref:struct:cost::cost
prevx	raster/r.digit/get_circle.c	/^static int prevx, prevy;$/;"	v	file:
prevy	raster/r.digit/get_circle.c	/^static int prevx, prevy;$/;"	v	file:
prime	raster/r.sunmask/solpos00.c	/^static void prime(struct posdata *pdat)$/;"	f	file:
prime	raster/r.sunmask/solpos00.h	/^    float prime;		\/* O:  S_PRIME    Factor that normalizes Kt, Kn, etc. *\/$/;"	m	struct:posdata
primitive_cone	lib/ogsf/gsd_objs.c	/^void primitive_cone(unsigned long col)$/;"	f
primitive_cylinder	lib/ogsf/gsd_objs.c	/^void primitive_cylinder(unsigned long col, int caps)$/;"	f
print	imagery/i.atcorr/AerosolConcentration.cpp	/^void AerosolConcentration::print()$/;"	f	class:AerosolConcentration
print	imagery/i.atcorr/AerosolModel.cpp	/^void AerosolModel::print()$/;"	f	class:AerosolModel
print	imagery/i.atcorr/Altitude.cpp	/^void Altitude::print()$/;"	f	class:Altitude
print	imagery/i.atcorr/AtmosModel.cpp	/^void AtmosModel::print()$/;"	f	class:AtmosModel
print	imagery/i.atcorr/GeomCond.cpp	/^void GeomCond::print()$/;"	f	class:GeomCond
print	imagery/i.atcorr/Iwave.cpp	/^void IWave::print()$/;"	f	class:IWave
print	include/iostream/embuffer.h	/^void em_buffer<T,Key>::print() {$/;"	f	class:em_buffer
print	include/iostream/empq_impl.h	/^em_pqueue<T,Key>::print() {$/;"	f	class:em_pqueue
print	include/iostream/imbuffer.h	/^void im_buffer<T>::print() const {$/;"	f	class:im_buffer
print	include/iostream/minmaxheap.h	/^void BasicMinMaxHeap<T>::print() const {$/;"	f	class:BasicMinMaxHeap
print	include/iostream/pqheap.h	/^void pqheap_t1<T>::print() {$/;"	f	class:pqheap_t1
print	include/iostream/replacementHeap.h	/^  ostream  & print(ostream& s) const {$/;"	f	class:ReplacementHeap
print	include/iostream/replacementHeapBlock.h	/^  ostream  & print(ostream& s) const {$/;"	f	class:ReplacementHeapBlock
print	lib/iostream/mm.cc	/^void MM_register::print() {$/;"	f	class:MM_register
print	raster/r.terraflow/grid.cc	/^grid::print() {$/;"	f	class:grid
print	raster/r.terraflow/unionFind.h	/^unionFind<T>::print() {$/;"	f	class:unionFind
print	raster/r.terraflow/water.cc	/^boundaryType::print(const boundaryType &p) {$/;"	f	class:boundaryType
print132	imagery/i.atcorr/AerosolModel.cpp	/^void AerosolModel::print132(string s)$/;"	f	class:AerosolModel
printAccumulation	raster/r.terraflow/sweep.h	/^class printAccumulation {$/;"	c
printAccumulationAscii	raster/r.terraflow/sweep.h	/^class printAccumulationAscii {$/;"	c
printDepth	raster/r.terraflow/fill.cc	/^class printDepth {$/;"	c	file:
printDirection	raster/r.terraflow/fill.cc	/^class printDirection {$/;"	c	file:
printEdgeStream	raster/r.terraflow/ccforest.cc	/^ccforest<T>::printEdgeStream() {$/;"	f	class:ccforest
printElevation	raster/r.terraflow/fill.cc	/^class printElevation {$/;"	c	file:
printGenericCell	raster/r.li/r.li.daemon/GenericCell.c	/^void printGenericCell(generic_cell c)$/;"	f
printGridStream	raster/r.terraflow/streamutils.h	/^void printGridStream(AMI_STREAM<T> *str, $/;"	f
printHelp	gui/wxpython/wxgui.py	/^def printHelp():$/;"	f
printLabel	raster/r.terraflow/fill.cc	/^class printLabel {$/;"	c	file:
printLabel	raster/r.terraflow/nodata.h	/^  static char *printLabel(const nodataType &p) {$/;"	f	class:nodataType
printLabel	raster/r.terraflow/plateau.h	/^  static char *printLabel(const plateauType &p) {$/;"	f	class:plateauType
printLabel	raster/r.terraflow/water.cc	/^labelElevType::printLabel(const  labelElevType  &p) {$/;"	f	class:labelElevType
printLabel	raster/r.terraflow/water.cc	/^waterType::printLabel(const waterType &p) {$/;"	f	class:waterType
printMaxSortSize	raster/r.terraflow/main.cc	/^printMaxSortSize(long nodata_count) {$/;"	f
printMsg	raster/r.li/r.li.daemon/ipc.c	/^void printMsg(msg m)$/;"	f
printOutput	imagery/i.atcorr/6s.cpp	/^void printOutput()$/;"	f
printRootStream	raster/r.terraflow/ccforest.cc	/^ccforest<T>::printRootStream() {$/;"	f	class:ccforest
printStream	raster/r.terraflow/streamutils.h	/^printStream(ostream &s, AMI_STREAM<T> *str) {$/;"	f
printStream2Grid	raster/r.terraflow/streamutils.h	/^printStream2Grid(AMI_STREAM<T> *str, $/;"	f
printTci	raster/r.terraflow/sweep.h	/^class printTci {$/;"	c
printTciAscii	raster/r.terraflow/sweep.h	/^class printTciAscii {$/;"	c
print_256lookup	lib/ogsf/gs.c	/^void print_256lookup(int *buff)$/;"	f
print_ExtendedMergeStream	include/iostream/empq_impl.h	/^static void print_ExtendedMergeStream(ExtendedMergeStream &str) {$/;"	f
print_N	imagery/i.smap/bouman/interp.c	/^static void print_N($/;"	f	file:
print_Output	raster/r.li/r.li.daemon/daemon.c	/^int print_Output(int out, msg m)$/;"	f
print_alpha	imagery/i.smap/bouman/interp.c	/^static void print_alpha($/;"	f	file:
print_area	raster/r.coin/prnt_entry.c	/^int print_area(double value)$/;"	f
print_band_means	imagery/i.cluster/print1.c	/^int print_band_means(FILE * fd, struct Cluster *C)$/;"	f
print_bm	lib/ogsf/gs_bm.c	/^void print_bm(struct BM *bm)$/;"	f
print_cell_stats	raster/r.stats/stats.c	/^int print_cell_stats(char *fmt, int with_percents, int with_counts,$/;"	f
print_centroids	imagery/i.cluster/print4.c	/^int print_centroids(FILE * fd, struct Cluster *C)$/;"	f
print_cfg	gem/actions.c	/^void print_cfg(void)$/;"	f
print_class_means	imagery/i.cluster/print2.c	/^int print_class_means(FILE * fd, struct Cluster *C)$/;"	f
print_cogo	misc/m.cogo/main.c	/^static void print_cogo(FILE * outfile, struct survey_record *in)$/;"	f	file:
print_coin	raster/r.coin/print_coin.c	/^int print_coin(int Conformat, int out_cols, int tofile)$/;"	f
print_coin_hdr	raster/r.coin/print_hdr.c	/^int print_coin_hdr(int Conformat)$/;"	f
print_color_table	raster3d/r3.showdspf/draw_polys_ogl.c	/^void print_color_table(ctable)$/;"	f
print_column_definition	db/base/printtab.c	/^int print_column_definition(dbColumn * column)$/;"	f
print_coor	display/d.zoom/print.c	/^int print_coor(struct Cell_head *window, double north, double east)$/;"	f
print_coordinates	misc/m.cogo/main.c	/^static void print_coordinates(FILE * outfile, struct survey_record *in)$/;"	f	file:
print_d_label	raster/r.cats/main.c	/^int print_d_label(double x)$/;"	f
print_datuminfo	general/g.proj/output.c	/^void print_datuminfo(void)$/;"	f
print_distribution	imagery/i.cluster/print6.c	/^int print_distribution(FILE * fd, struct Cluster *C)$/;"	f
print_done	gem/error.c	/^void print_done(void)$/;"	f
print_edge_info	raster/r.distance/edges.c	/^void print_edge_info(struct Map *map)$/;"	f
print_en	display/d.measure/msurements.c	/^int print_en(double e, double n, int s_flag)$/;"	f
print_entry	raster/r.coin/prnt_entry.c	/^int print_entry(int Conformat, long count, double area)$/;"	f
print_error	gem/error.c	/^void print_error(int err_code, char *msg, ...)$/;"	f
print_error	gui/wxpython/nviz/init.cpp	/^int print_error(const char *msg, const int type)$/;"	f
print_error	gui/wxpython/vdigit/driver.cpp	/^int print_error(const char *msg, int type)$/;"	f
print_error	lib/gis/error.c	/^static int print_error(const char *msg, const int type)$/;"	f	file:
print_error	visualization/nviz2/cmd/args.c	/^void print_error(int nmaps, int nconsts, int nelevs,$/;"	f
print_escaped_for_html	lib/gis/parser.c	/^static void print_escaped_for_html(FILE * f, const char *str)$/;"	f	file:
print_escaped_for_xml	lib/gis/parser.c	/^static void print_escaped_for_xml(FILE * fp, const char *str)$/;"	f	file:
print_escaped_for_xml	vector/v.out.svg/main.c	/^static int print_escaped_for_xml(char *str)$/;"	f	file:
print_font_list	display/d.font/main.c	/^static void print_font_list(FILE * fp, int verbose)$/;"	f	file:
print_frto	lib/ogsf/gs.c	/^void print_frto(float (*ft)[4])$/;"	f
print_function_names	raster/r.mapcalc/function.c	/^void print_function_names(void)$/;"	f
print_hd	raster/r.le/r.le.setup/setup.c	/^static void print_hd(FILE * mapfile, struct Cell_head *universe)$/;"	f	file:
print_head_info	lib/dspf/print_info.c	/^int print_head_info(file_info * head)$/;"	f
print_hull	vector/lidar/v.lidar.growing/ConvexHull.c	/^void print_hull(double **P, double **pti, int m, double **h)$/;"	f
print_label	raster/r.cats/main.c	/^int print_label(long x)$/;"	f
print_label	raster/r.report/label.c	/^char *print_label(char *s, int len, int pflag, int spacing, int dot)$/;"	f
print_label	vector/v.label.sa/main.c	/^void print_label(FILE * labelf, label_t * label, struct params *p)$/;"	f
print_label	vector/v.label/main.c	/^void print_label(FILE * labels, double x, double y, double rotate,$/;"	f
print_length	display/d.measure/msurements.c	/^int print_length(double length, int s_flag, int k_flag)$/;"	f
print_limit	display/d.zoom/print.c	/^int print_limit(struct Cell_head *window, struct Cell_head *defwin)$/;"	f
print_limit_mode	lib/iostream/mm.cc	/^void MM_register::print_limit_mode() {$/;"	f	class:MM_register
print_node	lib/db/sqlp/print.c	/^static void print_node(SQLPNODE * nptr, int level)$/;"	f	file:
print_node_count	raster/r.stats/stats.c	/^int print_node_count(void)$/;"	f
print_output	raster/r.watershed/shed/print.c	/^int print_output(OUTPUT * output)$/;"	f
print_papers	ps/ps.map/read_cfg.c	/^void print_papers(void)$/;"	f
print_percent	gui/wxpython/nviz/init.cpp	/^int print_percent(int x)$/;"	f
print_percent	raster/r.coin/prnt_entry.c	/^int print_percent(double value)$/;"	f
print_priv	db/base/printtab.c	/^int print_priv(char *label, int priv)$/;"	f
print_priv	lib/db/dbmi_client/printtab.c	/^static void print_priv(FILE * fd, char *label, int priv)$/;"	f	file:
print_proj4	general/g.proj/output.c	/^void print_proj4(int dontprettify)$/;"	f
print_projinfo	general/g.proj/output.c	/^void print_projinfo(void)$/;"	f
print_rajiv	include/iostream/minmaxheap.h	/^void BasicMinMaxHeap<T>::print_rajiv() const {$/;"	f	class:BasicMinMaxHeap
print_range	include/iostream/embuffer.h	/^void em_buffer<T,Key>::print_range() {$/;"	f	class:em_buffer
print_range	include/iostream/empq_impl.h	/^em_pqueue<T,Key>::print_range() {$/;"	f	class:em_pqueue
print_range	include/iostream/imbuffer.h	/^void im_buffer<T>::print_range() const {$/;"	f	class:im_buffer
print_range	include/iostream/minmaxheap.h	/^void BasicMinMaxHeap<T>::print_range() const {$/;"	f	class:BasicMinMaxHeap
print_range	include/iostream/pqheap.h	/^void pqheap_t1<T>::print_range() {$/;"	f	class:pqheap_t1
print_realto	lib/ogsf/gs.c	/^void print_realto(float *rt)$/;"	f
print_report	raster/r.report/prt_report.c	/^int print_report(int unit1, int unit2)$/;"	f
print_seed_means	imagery/i.cluster/print3.c	/^int print_seed_means(FILE * fd, struct Cluster *C)$/;"	f
print_selected	vector/v.edit/select.c	/^int print_selected(struct ilist *List)$/;"	f
print_sentence	gui/wxpython/nviz/init.cpp	/^void print_sentence (PyObject *pyFd, const int type, const char *msg)$/;"	f
print_sentence	lib/gis/error.c	/^static void print_sentence(FILE * fd, const int type, const char *msg)$/;"	f	file:
print_separability	imagery/i.cluster/print5.c	/^int print_separability(FILE * fd, struct Cluster *C)$/;"	f
print_session	ps/ps.map/session.c	/^int print_session(FILE * out)$/;"	f
print_site_fields	lib/ogsf/gp.c	/^void print_site_fields(geosite * gp)$/;"	f
print_size	include/iostream/empq_impl.h	/^void em_pqueue<T,Key>::print_size() {$/;"	f	class:em_pqueue
print_stat	vector/v.to.db/report.c	/^int print_stat(void)$/;"	f
print_stat_table	raster3d/r3.stats/main.c	/^void print_stat_table(stat_table * stats)$/;"	f
print_stats	raster/r.univar2/stats.c	/^int print_stats(univar_stat * stats)$/;"	f
print_stream	include/iostream/embuffer.h	/^void em_buffer<T,Key>::print_stream(ostream& s, unsigned int i) {$/;"	f	class:em_buffer
print_stream_names	include/iostream/embuffer.h	/^void em_buffer<T,Key>::print_stream_names() {$/;"	f	class:em_buffer
print_stream_sizes	include/iostream/embuffer.h	/^void em_buffer<T,Key>::print_stream_sizes() {$/;"	f	class:em_buffer
print_stream_sizes	include/iostream/empq_impl.h	/^void em_pqueue<T,Key>::print_stream_sizes() {$/;"	f	class:em_pqueue
print_surf_fields	lib/ogsf/gs.c	/^void print_surf_fields(geosurf * s)$/;"	f
print_table_definition	db/base/printtab.c	/^int print_table_definition(dbDriver * driver, dbTable * table)$/;"	f
print_time	imagery/i.cluster/timer.c	/^char *print_time(time_t t)$/;"	f
print_time	raster/r.clump/clump.c	/^int print_time(long *start)$/;"	f
print_transform_error	vector/v.transform/setup_trans.c	/^int print_transform_error(int stat)$/;"	f
print_transform_matrix	lib/vector/transform/transform.c	/^int print_transform_matrix(void)$/;"	f
print_transform_resids	vector/v.transform/print_trans.c	/^int print_transform_resids(int n_points)$/;"	f
print_tree	vector/v.surf.rst/main.c	/^int print_tree(struct multtree *tree,$/;"	f
print_unit	raster/r.report/prt_unit.c	/^int print_unit(int i, int ns, int nl)$/;"	f
print_upload	vector/v.distance/main.c	/^static int print_upload(NEAR * Near, UPLOAD * Upload, int i,$/;"	f	file:
print_view_fields	lib/ogsf/gs.c	/^void print_view_fields(geoview * gv)$/;"	f
print_vol_fields	lib/ogsf/gvl.c	/^void print_vol_fields(geovol * gvl)$/;"	f
print_volume	lib/vector/rtree/sphvol.c	/^static void print_volume(int dimension, double volume)$/;"	f	file:
print_warning	gem/error.c	/^void print_warning(char *msg, ...)$/;"	f
print_win	display/d.zoom/print.c	/^int print_win(struct Cell_head *window, double north, double south,$/;"	f
print_window	general/g.region/printwindow.c	/^int print_window(struct Cell_head *window, int print_flag)$/;"	f
print_wkt	general/g.proj/output.c	/^void print_wkt(int esristyle, int dontprettify)$/;"	f
print_word	lib/gis/error.c	/^static int print_word(FILE * fd, char **word, int *len, const int lead)$/;"	f	file:
printcentered	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int printcentered(FILE * fd, char *buf, int width)$/;"	f	file:
printcentered	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int printcentered(FILE * fd, char *buf, int width)$/;"	f	file:
printcentered	imagery/i.points/analyze.c	/^static int printcentered(FILE * fd, char *buf, int width)$/;"	f	file:
printcentered	imagery/i.vpoints/analyze.c	/^static int printcentered(FILE * fd, char *buf, int width)$/;"	f	file:
printcolnames	db/base/describe.c	/^    int printcolnames;$/;"	m	struct:__anon10	file:
printfile	lib/init/other.c	/^int printfile(const char *name)$/;"	f
printline	raster/r.info/main.c	26;"	d	file:
printline	raster3d/base/r3.info.main.c	34;"	d	file:
printline	vector/v.info/main.c	25;"	d	file:
printmap	vector/v.mapcalc/map.c	/^void printmap(SYMBOL * sym)$/;"	f
printvec	vector/v.mapcalc/vector.c	/^void printvec(SYMBOL * sym)$/;"	f
prio	raster/r.terraflow/sweep.h	/^  flowPriority prio;$/;"	m	class:flowStructure
prior	include/kftypes.h	/^    struct key_node *next, *prior;$/;"	m	struct:key_node	typeref:struct:key_node::
priorityCmpWaterWindowType	raster/r.terraflow/water.h	/^class priorityCmpWaterWindowType {$/;"	c
priv_delete	include/dbmi.h	/^    int priv_delete;$/;"	m	struct:_db_table
priv_insert	include/dbmi.h	/^    int priv_insert;$/;"	m	struct:_db_table
prn_error_mat	raster/r.kappa/prt_mat.c	/^void prn_error_mat(int out_cols, int hdr)$/;"	f
prn_header	raster/r.kappa/prt_hdr.c	/^void prn_header(void)$/;"	f
procedure	lib/db/dbmi_driver/procs.h	/^} procedure[] = {$/;"	v	typeref:struct:__anon25
process	raster/r.compress/main.c	/^static int process(char *name, int uncompress)$/;"	f	file:
process	raster/r.null/null.c	/^process(char *name, char *mapset, int change_null, RASTER_MAP_TYPE map_type)$/;"	f
process	raster/r.param.scale/process.c	/^void process(void)$/;"	f
process	raster/r.surf.fractal/process.c	/^int process(void)$/;"	f
processPair	raster/r.terraflow/water.cc	/^boundaryDetector::processPair(labelElevType &pt, $/;"	f	class:boundaryDetector
processProfiles	raster/r.out.pov/main.c	/^void processProfiles(int inputFile, FILE * outputF)$/;"	f
processTask	gui/wxpython/gui_modules/menuform.py	/^class processTask(HandlerBase):$/;"	c
processWindow	raster/r.terraflow/flow.cc	/^flow_waterWindower::processWindow(dimension_type i, dimension_type j, $/;"	f	class:flow_waterWindower
processWindow	raster/r.terraflow/nodata.cc	/^detectEdgeNodata::processWindow(dimension_type row, dimension_type col,$/;"	f	class:detectEdgeNodata
processWindow	raster/r.terraflow/plateau.cc	/^detectPlateaus::processWindow(dimension_type row, dimension_type col,$/;"	f	class:detectPlateaus
processWindow	raster/r.terraflow/water.cc	/^boundaryDetector::processWindow(dimension_type i, dimension_type j, $/;"	f	class:boundaryDetector
processWindow	raster/r.terraflow/water.cc	/^waterWindower::processWindow(dimension_type i, dimension_type j, $/;"	f	class:waterWindower
process_answers	raster/r.cost/main.c	/^process_answers(char **answers, struct start_pt **points,$/;"	f
process_answers	raster/r.walk/main.c	/^process_answers(char **answers, struct start_pt **points,$/;"	f
process_at	raster/r.buffer/process_at.c	/^int process_at(int from_row, int to_row, int start_col, int first_zone)$/;"	f
process_boundary	vector/v.net.visibility/main.c	/^void process_boundary(struct line_pnts *sites, struct Point **points,$/;"	f
process_command	lib/driver/command.c	/^int process_command(int c)$/;"	f
process_command	lib/form/form.tcl	/^proc process_command {} {$/;"	p
process_items	display/d.save/main.c	/^int process_items(char **items, int nitems)$/;"	f
process_left	raster/r.buffer/process_left.c	/^int process_left(int from_row, int to_row, int start_col, int first_zone)$/;"	f
process_line	gui/wxpython/gui_modules/workspace.py	/^    def process_line(self, line, line_id):$/;"	m	class:ProcessGrcFile
process_line	raster/r.carve/enforce_ds.c	/^static int process_line(struct Map_info *Map, struct Map_info *outMap,$/;"	f	file:
process_line	vector/v.net.visibility/main.c	/^void process_line(struct line_pnts *sites, struct Point **points,$/;"	f
process_line_segment	raster/r.carve/enforce_ds.c	/^static void process_line_segment(const int npts, void *rbuf,$/;"	f	file:
process_list	display/d.save/main.c	/^int process_list(char *item, char **list, int count)$/;"	f
process_opt	gui/wxpython/wxgui.py	/^def process_opt(opts, args):$/;"	f
process_pad	display/d.save/main.c	/^int process_pad(char ***items, int *nitems)$/;"	f
process_point	lib/rst/interp_float/vinput2d.c	/^int process_point(double x, double y, double z, double sm, struct tree_info *info,	\/* quadtree info *\/$/;"	f
process_point	vector/v.net.visibility/main.c	/^void process_point(struct line_pnts *sites, struct Point **points,$/;"	f
process_raster	imagery/i.atcorr/main.cpp	/^static void process_raster (int ifd, InputMask imask, ScaleRange iscale,$/;"	f	file:
process_raster	raster/r.univar2/r.univar_main.c	/^process_raster(univar_stat * stats, int fd, const struct Cell_head *region)$/;"	f	file:
process_right	raster/r.buffer/process_rite.c	/^int process_right(int from_row, int to_row, int start_col, int first_zone)$/;"	f
process_row	raster/r.buffer/process_row.c	/^int process_row(int row, int start_col)$/;"	f
process_row_FtypeOtype	raster/r.recode/recode.c	/^static void (*process_row_FtypeOtype[3][3]) () = { {$/;"	v	file:
process_row_dd	raster/r.recode/recode.c	/^static void process_row_dd(int row)$/;"	f	file:
process_row_df	raster/r.recode/recode.c	/^static void process_row_df(int row)$/;"	f	file:
process_row_di	raster/r.recode/recode.c	/^static void process_row_di(int row)$/;"	f	file:
process_row_fd	raster/r.recode/recode.c	/^static void process_row_fd(int row)$/;"	f	file:
process_row_ff	raster/r.recode/recode.c	/^static void process_row_ff(int row)$/;"	f	file:
process_row_fi	raster/r.recode/recode.c	/^static void process_row_fi(int row)$/;"	f	file:
process_row_id	raster/r.recode/recode.c	/^static void process_row_id(int row)$/;"	f	file:
process_row_if	raster/r.recode/recode.c	/^static void process_row_if(int row)$/;"	f	file:
process_row_ii	raster/r.recode/recode.c	/^static void process_row_ii(int row)$/;"	f	file:
procnum	lib/db/dbmi_driver/procs.h	/^    int procnum;$/;"	m	struct:__anon25
prod	raster/r.drain/tinf.h	/^void (*prod) (void *, void *);$/;"	v
prod	raster/r.fill.dir/tinf.h	/^void (*prod) (void *, void *);$/;"	v
prod_c	raster/r.drain/tinf.c	/^void prod_c(void *v1, void *v2)$/;"	f
prod_c	raster/r.fill.dir/tinf.c	/^void prod_c(void *v1, void *v2)$/;"	f
prod_d	raster/r.drain/tinf.c	/^void prod_d(void *v1, void *v2)$/;"	f
prod_d	raster/r.fill.dir/tinf.c	/^void prod_d(void *v1, void *v2)$/;"	f
prod_f	raster/r.drain/tinf.c	/^void prod_f(void *v1, void *v2)$/;"	f
prod_f	raster/r.fill.dir/tinf.c	/^void prod_f(void *v1, void *v2)$/;"	f
product	imagery/i.cca/matrix.c	/^int product(double vector[MX], double factor, double matrix1[MX][MX],$/;"	f
profile	display/d.profile/main.c	/^struct Profile profile;$/;"	v	typeref:struct:Profile
profileDimension	raster/r.out.pov/main.c	/^int profileDimension[2];$/;"	v
profiles	display/d.profile/profile.h	/^struct windows profiles[] = {$/;"	v	typeref:struct:windows
program	raster/r.mapcalc/mapcalc.y	/^program		: defs			{ $$ = result = $1;		}$/;"	l
progress	lib/gis/gui.tcl	/^proc progress {dlg percent} {$/;"	p
proj	display/d.save/main.c	/^int proj;$/;"	v
proj	include/G3d.h	/^    int proj;			\/* Projection (see gis.h) *\/$/;"	m	struct:__anon248
proj	include/dlg.h	/^    struct dlg_proj proj;$/;"	m	struct:dlg	typeref:struct:dlg::dlg_proj
proj	include/gis.h	/^    int proj;			\/* Projection (see #defines above)              *\/$/;"	m	struct:Cell_head
proj	include/gprojects.h	/^    char proj[100];$/;"	m	struct:pj_info
proj	include/vect/dig_structs.h	/^    int proj;$/;"	m	struct:Map_info
proj	lib/dspf/viz.h	/^    int proj;$/;"	m	struct:__anon33
proj	raster3d/r3.showdspf/vizual2.h	/^    int proj;$/;"	m	struct:__anon114
proj	swig/perl/gis.h	/^    int proj;			\/* Projection (see #defines above)              *\/$/;"	m	struct:Cell_head
proj_LIBS	swig/python/Makefile	/^proj_LIBS       = $(GPROJLIB)$/;"	m
proj_desc	general/g.setproj/local_proto.h	/^struct proj_desc$/;"	s
proj_parm	general/g.setproj/local_proto.h	/^struct proj_parm$/;"	s
proj_unit	general/g.setproj/local_proto.h	/^struct proj_unit$/;"	s
proj_wrap_c_FLAGS	swig/python/Makefile	/^proj_wrap_c_FLAGS = $(PROJINC) $(GDALCFLAGS)$/;"	m
project	scripts/r.tileset/r.tileset	/^project() {$/;"	f
projectParams	raster/r.out.pov/main.c	/^double projectParams[15];$/;"	v
projectPoints	scripts/r.tileset/r.tileset	/^projectPoints() {$/;"	f
projection	lib/gis/area.c	/^static int projection;$/;"	v	file:
projection	lib/gis/distance.c	/^static int projection = 0;$/;"	v	file:
projinfo	general/g.proj/local_proto.h	/^G_PROJ_GLOBAL struct Key_Value *projinfo, *projunits;$/;"	v	typeref:struct:Key_Value
projunits	general/g.proj/local_proto.h	/^G_PROJ_GLOBAL struct Key_Value *projinfo, *projunits;$/;"	v	typeref:struct:
prompt_num_double	general/g.setproj/get_num.c	/^double prompt_num_double(char *str, double deflt, int is_default)$/;"	f
prompt_num_int	general/g.setproj/get_num.c	/^int prompt_num_int(char *str, int deflt, int is_default)$/;"	f
proto	vector/v.mapcalc/any.c	/^    char *proto;$/;"	m	struct:Anyfunc	file:
proto	vector/v.mapcalc/map.c	/^    char *proto;$/;"	m	struct:Mapfunc	file:
proto	vector/v.mapcalc/mapcalc.h	/^    char *proto;$/;"	m	struct:Symbol
proto	vector/v.mapcalc/number.c	/^    char *proto;$/;"	m	struct:Numfunc	file:
proto	vector/v.mapcalc/plugins/testmod.c	/^char *proto(void)$/;"	f
proto	vector/v.mapcalc/vector.c	/^    char *proto;$/;"	m	struct:Vecfunc	file:
prt_label	raster/r.kappa/prt_label.c	/^void prt_label(void)$/;"	f
prune	vector/v.clean/prune.c	/^prune(struct Map_info *Out, int otype, double thresh, struct Map_info *Err)$/;"	f
ps	lib/init/variables.html	/^<a name="ps"><\/a>$/;"	a
psRoot	lib/external/shapelib/shapefil.h	/^    SHPTreeNode	*psRoot;$/;"	m	struct:__anon70
psSetSurfPos	visualization/nviz/scripts/panel_surf.tcl	/^proc psSetSurfPos {w curr_surf x y z} {$/;"	p
psSetSurfPosFromEntry	visualization/nviz/scripts/panel_surf.tcl	/^proc psSetSurfPosFromEntry {w curr_surf} {$/;"	p
psSetVolPos	visualization/nviz/scripts/panel_vol.tcl	/^proc psSetVolPos {w curr_vol x y z} {$/;"	p
psSetVolPosFromEntry	visualization/nviz/scripts/panel_vol.tcl	/^proc psSetVolPosFromEntry {w curr_vol} {$/;"	p
ps_copies	ps/ps.map/main.c	/^int ps_copies = 1;$/;"	v
ps_map	ps/ps.map/ps_map.c	/^int ps_map(void)$/;"	f
ps_mask_file	ps/ps.map/main.c	/^char *ps_mask_file;$/;"	v
ps_mask_fp	ps/ps.map/ps_raster.c	/^static FILE *ps_mask_fp;$/;"	v	file:
ps_outline	ps/ps.map/ps_outline.c	/^int ps_outline(void)$/;"	f
ps_write_mask_row	ps/ps.map/ps_raster.c	/^int ps_write_mask_row(register CELL * mask)$/;"	f
psfile	ps/ps.map/description.html	/^<a name="psfile"><\/a>$/;"	a
psfiles	ps/ps.map/ps_info.h	/^    char *psfiles[MAX_PSFILES];$/;"	m	struct:PS_data
psi	raster/r.topmodel/global.h	/^    double K0, psi, dtheta;$/;"	m	struct:__anon130
psprint::clean	gui/tcltk/gis.m/mapprint.tcl	/^proc psprint::clean {  } {$/;"	p
psprint::init	gui/tcltk/gis.m/mapprint.tcl	/^proc psprint::init { } {$/;"	p
psprint::init_tmpfiles	gui/tcltk/gis.m/mapprint.tcl	/^proc psprint::init_tmpfiles { } {$/;"	p
psprint::paper	gui/tcltk/gis.m/mapprint.tcl	/^proc psprint::paper { } {$/;"	p
psprint::print	gui/tcltk/gis.m/mapprint.tcl	/^proc psprint::print { cv } {$/;"	p
psprint::set_option	gui/tcltk/gis.m/mapprint.tcl	/^proc psprint::set_option { key value } {$/;"	p
psprint::show_devices	gui/tcltk/gis.m/mapprint.tcl	/^proc psprint::show_devices { } {$/;"	p
psprint::window	gui/tcltk/gis.m/mapprint.tcl	/^proc psprint::window { cm cv cx cy } {$/;"	p
pszCurrentRecord	lib/external/shapelib/shapefil.h	/^    char	*pszCurrentRecord;$/;"	m	struct:__anon71
pszDef	lib/vector/dglib/examples/opt.h	/^	char *pszDef;		\/* default returned value for a parametric option *\/$/;"	m	struct:GnoOption
pszDescr	lib/vector/dglib/examples/opt.h	/^	char *pszDescr;		\/* a brief option description *\/$/;"	m	struct:GnoOption
pszHeader	lib/external/shapelib/shapefil.h	/^    char	*pszHeader;$/;"	m	struct:__anon71
pszLong	lib/vector/dglib/examples/opt.h	/^	char *pszLong;		\/* long-option recogniser *\/$/;"	m	struct:GnoOption
pszShort	lib/vector/dglib/examples/opt.h	/^	char *pszShort;		\/* short-option recogniser *\/$/;"	m	struct:GnoOption
pszWorkField	lib/external/shapelib/shapefil.h	/^    char        *pszWorkField;$/;"	m	struct:__anon71
pt	raster/r.le/r.le.patch/patch.h	/^typedef struct pt$/;"	s
pt	raster/r.le/r.le.trace/r.le.trace.h	/^typedef struct pt$/;"	s
pt_seg	raster/r.water.outlet/basin.h	/^GLOBAL RAMSEG ba_seg, pt_seg, sl_seg;$/;"	v
ptleft_bits	include/patterns.h	/^static BITMAPS_H_TYPE ptleft_bits[] = {$/;"	v
ptleft_height	include/patterns.h	73;"	d
ptleft_width	include/patterns.h	72;"	d
ptr	display/d.histogram/dhist.h	/^    struct stat_node *ptr;	\/* pointer to first stat_node in list *\/$/;"	m	struct:stat_list	typeref:struct:stat_list::stat_node
ptr	display/d.profile/profile.h	/^    struct ProfileNode *ptr;$/;"	m	struct:Profile	typeref:struct:Profile::ProfileNode
ptr	display/d.save/locals.h	/^    struct list_struct *ptr;$/;"	m	struct:list_struct	typeref:struct:list_struct::list_struct
ptr	raster/r.terraflow/common.cc	/^void *LargeMemory::ptr[LM_HIST];$/;"	m	class:LargeMemory	file:
ptr	raster/r.terraflow/common.h	/^  static void *ptr[LM_HIST];$/;"	m	class:LargeMemory
ptr	raster/r.to.vect/global.h	/^    int *ptr;			\/*   and pointer to them *\/$/;"	m	struct:equiv_table
ptr	vector/v.perturb/zufall.h	/^    int ptr;$/;"	m	struct:klotz0
ptr_D_spec	raster3d/r3.showdspf/kns_defines.h	/^    struct dspec *ptr_D_spec;$/;"	m	struct:window_props	typeref:struct:window_props::dspec
ptr_array	include/linkm.h	/^    VOID_T **ptr_array;		\/* array of pointers to chunks *\/$/;"	m	struct:link_head
ptright_bits	include/patterns.h	/^static BITMAPS_H_TYPE ptright_bits[] = {$/;"	v
ptright_height	include/patterns.h	81;"	d
ptright_width	include/patterns.h	80;"	d
punti_bordo	vector/lidar/v.lidar.growing/ConvexHull.c	/^double **P, **cvxHull, **punti_bordo;$/;"	v
puo3	imagery/i.atcorr/Altitude.h	/^	float puo3;$/;"	m	struct:Altitude
puo3us	imagery/i.atcorr/Altitude.h	/^	float puo3us;$/;"	m	struct:Altitude
purple	imagery/i.class/input_color.c	/^int purple(void)$/;"	f
push	vector/v.net.visibility/data_structures.c	/^void push(struct Point *p)$/;"	f
pushFlow	raster/r.terraflow/sweep.cc	/^pushFlow(const sweepItem& swit, const flowValue &flow, $/;"	f
put	raster/r.flow/mem.h	75;"	d
putGRASSRC	lib/init/gis_set.tcl	/^proc putGRASSRC { filename } {$/;"	p
put_2	lib/cairodriver/write_bmp.c	/^static unsigned char *put_2(unsigned char *p, unsigned int n)$/;"	f	file:
put_2	lib/pngdriver/write_bmp.c	/^static unsigned char *put_2(unsigned char *p, unsigned int n)$/;"	f	file:
put_4	lib/cairodriver/write_bmp.c	/^static unsigned char *put_4(unsigned char *p, unsigned int n)$/;"	f	file:
put_4	lib/pngdriver/write_bmp.c	/^static unsigned char *put_4(unsigned char *p, unsigned int n)$/;"	f	file:
put_a_row	raster/r.thin/io.c	/^int put_a_row(int row, CELL * buf)$/;"	f
put_data	lib/gis/put_row.c	/^static int put_data(int fd, const CELL * cell, int row, int col, int n,$/;"	f	file:
put_fp_data	lib/gis/put_row.c	/^static int put_fp_data(int fd, const void *rast, int row, int col, int n,$/;"	f	file:
put_map_row	raster/r.mapcalc/map.c	/^void put_map_row(int fd, void *buf, int res_type)$/;"	f
put_map_row	raster/r.mapcalc/map3.c	/^void put_map_row(int fd, void *buf, int res_type)$/;"	f
put_null_data	lib/gis/put_row.c	/^static int put_null_data(int fd, const char *flags, int row)$/;"	f	file:
put_orig_window	imagery/i.fft/orig_wind.c	/^int put_orig_window(struct Cell_head *hd)$/;"	f
put_raster_data	lib/gis/put_row.c	/^static int put_raster_data(int fd, const void *rast, int row, int col, int n,$/;"	f	file:
put_raster_row	lib/gis/put_row.c	/^static int put_raster_row(int fd, const void *buf, RASTER_MAP_TYPE data_type,$/;"	f	file:
put_ref	lib/imagery/group.c	/^static int put_ref(const char *group, const char *subgroup,$/;"	f	file:
put_row	raster/r.drain/tinf.h	/^int (*put_row) (int, void *);$/;"	v
put_row	raster/r.fill.dir/tinf.h	/^int (*put_row) (int, void *);$/;"	v
put_row_c	raster/r.drain/tinf.c	/^int put_row_c(int fd, void *row)$/;"	f
put_row_c	raster/r.fill.dir/tinf.c	/^int put_row_c(int fd, void *row)$/;"	f
put_row_d	raster/r.drain/tinf.c	/^int put_row_d(int fd, void *row)$/;"	f
put_row_d	raster/r.fill.dir/tinf.c	/^int put_row_d(int fd, void *row)$/;"	f
put_row_f	raster/r.drain/tinf.c	/^int put_row_f(int fd, void *row)$/;"	f
put_row_f	raster/r.fill.dir/tinf.c	/^int put_row_f(int fd, void *row)$/;"	f
put_row_seg	raster/r.flow/mem.c	/^void put_row_seg(layer l, int row)$/;"	f
put_stream	include/iostream/embuffer.h	/^void em_buffer<T,Key>::put_stream(unsigned int i) {$/;"	f	class:em_buffer
put_streams	include/iostream/embuffer.h	/^void em_buffer<T,Key>::put_streams() { $/;"	f	class:em_buffer
putcells	raster/r.topidx/file_io.c	/^void putcells(void)$/;"	f
putrow	include/rowio.h	/^    int (*putrow) (int, const void *, int, int);	\/* routine to do the row writes *\/$/;"	m	struct:__anon271
putsym	vector/v.mapcalc/mapcalc.c	/^SYMBOL *putsym(const char *name)$/;"	f
puw	imagery/i.atcorr/Altitude.h	/^	float puw;$/;"	m	struct:Altitude
puwus	imagery/i.atcorr/Altitude.h	/^	float puwus;$/;"	m	struct:Altitude
pv	lib/vector/dglib/heap.h	/^    void *pv;$/;"	m	union:_dglHeapData
pv	lib/vector/dglib/tree.h	/^    void *pv;$/;"	m	struct:_dglTreeEdge
pv	lib/vector/dglib/tree.h	/^    void *pv;$/;"	m	struct:_dglTreeNode
pv	lib/vector/dglib/tree.h	/^    void *pv;$/;"	m	struct:_dglTreeNode2
pv2	lib/vector/dglib/tree.h	/^    void *pv2;$/;"	m	struct:_dglTreeNode
pv2	lib/vector/dglib/tree.h	/^    void *pv2;$/;"	m	struct:_dglTreeNode2
pv3	lib/vector/dglib/tree.h	/^    void *pv3;$/;"	m	struct:_dglTreeNode2
pvAVL	lib/vector/dglib/graph.h	/^    void *pvAVL;$/;"	m	struct:__anon79
pvAVL	lib/vector/dglib/graph.h	/^    void *pvAVL;$/;"	m	struct:__anon80
pvAVLT	lib/vector/dglib/graph.h	/^    void *pvAVLT;$/;"	m	struct:__anon82
pvAVLT	lib/vector/dglib/graph.h	/^    void *pvAVLT;$/;"	m	struct:__anon84
pvCurrentItem	lib/vector/dglib/graph.h	/^    void *pvCurrentItem;$/;"	m	struct:__anon83
pvPredist	lib/vector/dglib/graph.h	/^    void *pvPredist;$/;"	m	struct:__anon81
pvVisited	lib/vector/dglib/graph.h	/^    void *pvVisited;$/;"	m	struct:__anon81
pwidth	ps/ps.map/vector.h	/^    double pwidth;		\/* pattern width *\/$/;"	m	struct:__anon22
px	raster/r.flow/calc.c	/^    double *px, *py;		\/* x\/y point arrays             *\/$/;"	m	struct:__anon152	file:
pxmax	vector/v.voronoi/sw_output.c	/^double pxmin, pxmax, pymin, pymax, cradius;$/;"	v
pxmin	vector/v.voronoi/sw_output.c	/^double pxmin, pxmax, pymin, pymax, cradius;$/;"	v
py	raster/r.flow/calc.c	/^    double *px, *py;		\/* x\/y point arrays             *\/$/;"	m	struct:__anon152	file:
pymax	vector/v.voronoi/sw_output.c	/^double pxmin, pxmax, pymin, pymax, cradius;$/;"	v
pymin	vector/v.voronoi/sw_output.c	/^double pxmin, pxmax, pymin, pymax, cradius;$/;"	v
pywintypes	gui/wxpython/compat/subprocess.py	/^        class pywintypes:$/;"	c
q	include/gis.h	/^    struct Quant q;		\/* rules mapping cell values to index in$/;"	m	struct:Categories	typeref:struct:Categories::Quant
q	lib/gpde/N_gwflow.h	/^    N_array_2d *q;		\/*!sources and sinks [m^3\/s] *\/$/;"	m	struct:__anon41
q	lib/gpde/N_gwflow.h	/^    N_array_3d *q;		\/*!sources and sinks  [m^3\/s] *\/$/;"	m	struct:__anon40
q	lib/gpde/N_heatflow.h	/^    N_array_2d *q;		\/*sources and sinks *\/$/;"	m	struct:__anon43
q	lib/gpde/N_heatflow.h	/^    N_array_3d *q;		\/*sources and sinks *\/$/;"	m	struct:__anon42
q	lib/gpde/N_solute_transport.h	/^    N_array_2d *q;		\/*well sources and sinks *\/$/;"	m	struct:__anon45
q	lib/gpde/N_solute_transport.h	/^    N_array_3d *q;		\/*well sources and sinks *\/$/;"	m	struct:__anon44
q	raster/r.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *q, *s, *r, *top,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
q	raster3d/r3.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *hc_z, *q, *s, *r,$/;"	m	struct:__anon109	typeref:struct:__anon109::	file:
q	swig/perl/gis.h	/^    struct Quant q;		\/* rules mapping cell values to index in$/;"	m	struct:Categories	typeref:struct:Categories::Quant
qDown	raster3d/r3.showdspf/Ball.h	/^    Quat qNow, qDown, qDrag;$/;"	m	struct:__anon112
qDrag	raster3d/r3.showdspf/Ball.h	/^    Quat qNow, qDown, qDrag;$/;"	m	struct:__anon112
qNow	raster3d/r3.showdspf/Ball.h	/^    Quat qNow, qDown, qDrag;$/;"	m	struct:__anon112
qOne	raster3d/r3.showdspf/BallAux.c	/^Quat qOne = { 0, 0, 0, 1 };$/;"	v
qcat	vector/v.to.db/global.h	/^    int *qcat;			\/* array query categories *\/$/;"	m	struct:__anon200
qindices	vector/v.qcount/indices.c	/^void qindices(int *cnt, int n, double *fisher, double *david, double *douglas,$/;"	f
qo	raster/r.topmodel/global.h	/^    double **qt, **qo, **qv;$/;"	m	struct:__anon134
qs	raster/r.topmodel/global.h	/^    double *qs;			\/* spatially constant? *\/$/;"	m	struct:__anon134
qs0	raster/r.topmodel/global.h	/^    double A, qs0, lnTe, m, Sr0, Srmax, td, vch, vr;$/;"	m	struct:__anon130
qs0	raster/r.topmodel/global.h	/^    double qss, qs0;$/;"	m	struct:__anon134
qscompare	raster/r.terraflow/ccforest.h	/^  static int qscompare(const void *a, const void *b) {$/;"	f	class:keyvalue
qscompare	raster/r.terraflow/sweep.h	/^  static int qscompare(const void *a, const void *b) {$/;"	f	class:flowStructure
qscompare	raster/r.terraflow/water.cc	/^fillPriority::qscompare(const void *a, const void *b) {$/;"	f	class:fillPriority
qss	raster/r.topmodel/global.h	/^    double qss, qs0;$/;"	m	struct:__anon134
qt	raster/r.topmodel/global.h	/^    double **qt, **qo, **qv;$/;"	m	struct:__anon134
quad	lib/gpde/N_pde.h	/^    int quad;			\/*is the matrix quadratic (1-quadratic, 0 not) *\/$/;"	m	struct:__anon47
quad_add_data	lib/rst/data/dataquad.c	/^int quad_add_data(struct triple *point, struct quaddata *data, double dmin)$/;"	f
quad_compare	lib/rst/data/dataquad.c	/^int quad_compare(struct triple *point, struct quaddata *data)$/;"	f
quad_data_new	lib/rst/data/dataquad.c	/^struct quaddata *quad_data_new(double x_or, double y_or, double xmax,$/;"	f
quad_divide_data	lib/rst/data/dataquad.c	/^struct quaddata **quad_divide_data(struct quaddata *data, int kmax,$/;"	f
quad_division_check	lib/rst/data/dataquad.c	/^int quad_division_check(struct quaddata *data, int kmax)$/;"	f
quad_get_points	lib/rst/data/dataquad.c	/^quad_get_points(struct quaddata *data_inter, struct quaddata *data, int MAX)$/;"	f
quad_intersect	lib/rst/data/dataquad.c	/^int quad_intersect(struct quaddata *data_inter, struct quaddata *data)$/;"	f
quad_point_new	lib/rst/data/dataquad.c	/^struct triple *quad_point_new(double x, double y, double z, double sm)$/;"	f
quaddata	lib/rst/data/dataquad.h	/^struct quaddata$/;"	s
quadruple	vector/v.vol.rst/dataoct.h	/^struct quadruple$/;"	s
quality	raster/r.out.mpeg/main.c	/^int nrows, ncols, numviews, quality, quiet = 0;$/;"	v
quant	display/d.rast.edit/edit.h	/^GLOBAL struct Quant quant;$/;"	v	typeref:struct:Quant
quant	lib/gis/G.h	/^    struct Quant quant;$/;"	m	struct:fileinfo	typeref:struct:fileinfo::Quant
quant_interpolate	lib/gis/quant.c	/^static CELL quant_interpolate(DCELL dLow, DCELL dHigh,$/;"	f	file:
quant_ok	display/d.rast.edit/edit.h	/^GLOBAL int colr_ok, cats_ok, quant_ok;$/;"	v
quant_parse_file	lib/gis/quant_io.c	/^static int quant_parse_file(FILE * fd, struct Quant *quant)$/;"	f	file:
quant_set_limits	lib/gis/quant.c	/^static void quant_set_limits(struct Quant *q,$/;"	f	file:
quant_struct	raster/r.quant/global.h	/^struct Quant quant_struct;$/;"	v	typeref:struct:Quant
quant_table_increase	lib/gis/quant.c	/^static void quant_table_increase(struct Quant *q)$/;"	f	file:
quant_update_limits	lib/gis/quant.c	/^static void quant_update_limits(struct Quant *q,$/;"	f	file:
quant_write	lib/gis/quant_io.c	/^static void quant_write(FILE * fd, const struct Quant *quant)$/;"	f	file:
quantize	raster/r.composite/main.c	/^static int quantize(int c, int x)$/;"	f	file:
quants	raster/r.quantile/main.c	/^static DCELL *quants;$/;"	v	file:
quasi_half_pi	visualization/nviz/src/togl_flythrough.c	/^static float pi, half_pi, double_pi, quasi_half_pi;$/;"	v	file:
query	vector/v.edit/global.h	/^	*poly, *type, *id, *where, *bmaps, *snap, *query, *zbulk;$/;"	m	struct:GParams	typeref:struct:GParams::
query	vector/v.to.db/query.c	/^int query(struct Map_info *Map)$/;"	f
query_band	raster/r.external/main.c	/^static void query_band(GDALRasterBandH hBand, const char *output, int exact_range,$/;"	f	file:
query_extension	gem/actions.c	/^void query_extension(char *package, char *name, int major, int minor,$/;"	f
query_pg_site	visualization/nviz/src/query_postgr.c	/^char *query_pg_site(name, xcol, ycol, dist, x, y)$/;"	f
query_postgr	visualization/nviz/src/query_postgr.c	/^char *query_postgr(name, keytable, col, x, y)$/;"	f
query_vect	visualization/nviz/src/query_vect.c	/^char *query_vect(char *name, double x, double y)$/;"	f
query_vect_cats	visualization/nviz/src/pick_vect_commands.c	/^int query_vect_cats(char *name, double x, double y, double maxdist,$/;"	f
queue	include/iostream/queue.h	/^class queue {$/;"	c
queue	include/iostream/queue.h	/^queue<T>::queue(int vsize) : size(vsize) {$/;"	f	class:queue
quickSort	vector/v.net.visibility/data_structures.c	/^void quickSort(struct Point a[], int l, int r)$/;"	f
quick_range	display/d.profile/Range.c	/^int quick_range(char *name, char *mapset, long *min, long *max)$/;"	f
quicksort	include/iostream/quicksort.h	/^void quicksort(T *data, size_t n, CMPR &cmp, size_t min_len = 20)  {$/;"	f
quiet	imagery/i.smap/bouman/bouman.h	/^    int quiet;$/;"	m	struct:parms
quiet	lib/gis/parser.c	/^static int quiet = 0;$/;"	v	file:
quiet	raster/r.out.mpeg/main.c	/^int nrows, ncols, numviews, quality, quiet = 0;$/;"	v
quit	display/d.zoom/quit.c	/^int quit(struct Cell_head *defwin, struct Cell_head *currwin)$/;"	f
quit	imagery/i.class/main.c	/^void quit(void)$/;"	f
quit	imagery/i.ortho.photo/photo.2image/main.c	/^int quit(int n)$/;"	f
quit	imagery/i.ortho.photo/photo.2target/main.c	/^int quit(int n)$/;"	f
quit	imagery/i.points/main.c	/^int quit(int n)$/;"	f
quit	imagery/i.vpoints/main.c	/^int quit(int n)$/;"	f
quit	raster/r.le/r.le.setup/polytocell/bmf_to_cll.c	/^int quit(void)$/;"	f
quot	raster/r.drain/tinf.h	/^void (*quot) (void *, void *);$/;"	v
quot	raster/r.fill.dir/tinf.h	/^void (*quot) (void *, void *);$/;"	v
quot_c	raster/r.drain/tinf.c	/^void quot_c(void *v1, void *v2)$/;"	f
quot_c	raster/r.fill.dir/tinf.c	/^void quot_c(void *v1, void *v2)$/;"	f
quot_d	raster/r.drain/tinf.c	/^void quot_d(void *v1, void *v2)$/;"	f
quot_d	raster/r.fill.dir/tinf.c	/^void quot_d(void *v1, void *v2)$/;"	f
quot_f	raster/r.drain/tinf.c	/^void quot_f(void *v1, void *v2)$/;"	f
quot_f	raster/r.fill.dir/tinf.c	/^void quot_f(void *v1, void *v2)$/;"	f
qv	raster/r.topmodel/global.h	/^    double **qt, **qo, **qv;$/;"	m	struct:__anon134
r	display/d.graph/options.h	/^EXTERN int t, b, l, r;$/;"	v
r	display/d.text.freetype/main.c	/^    int t, b, l, r;$/;"	m	struct:__anon96	file:
r	display/d.text.new/main.c	/^    int t, b, l, r;$/;"	m	struct:rectinfo	file:
r	display/d.vect.chart/global.h	/^    int r, g, b;$/;"	m	struct:__anon99
r	include/colors.h	/^    unsigned char r, g, b;$/;"	m	struct:color_rgb
r	include/gis.h	/^    unsigned char r, g, b, a;	\/* red, green, blue, and alpha *\/$/;"	m	struct:__anon266
r	include/imagery.h	/^    float r, g, b;	       \/* color *\/$/;"	m	struct:One_Sig
r	include/la.h	/^    doublereal r, i;$/;"	m	struct:__anon241
r	include/la.h	/^    real r, i;$/;"	m	struct:__anon240
r	include/nviz.h	/^    float r, g, b;$/;"	m	struct:__anon289
r	include/symbol.h	/^	    double x, y, r, a1, a2;$/;"	m	struct:__anon282::__anon283::__anon285
r	include/symbol.h	/^    int r, g, b;$/;"	m	struct:__anon281
r	lib/driver/text2.c	/^static int t, b, l, r;$/;"	v	file:
r	lib/gis/color_rules.c	/^    int r, g, b;$/;"	m	struct:rule	file:
r	lib/gis/named_colr.c	/^    float r, g, b;$/;"	m	struct:__anon31	file:
r	lib/gpde/N_gwflow.h	/^    N_array_2d *r;		\/*!recharge at the top of the gw leayer  [1\/s] *\/$/;"	m	struct:__anon40
r	lib/gpde/N_gwflow.h	/^    N_array_2d *r;		\/*!recharge at the top of the gw leayer [1\/s] *\/$/;"	m	struct:__anon41
r	ps/ps.map/clr.h	/^    int r, g, b;$/;"	m	struct:__anon21
r	ps/ps.map/ps_colors.c	/^    float r, g, b;$/;"	m	struct:__anon23	file:
r	raster/r.contour/cont.c	/^    int r, c;$/;"	m	struct:cell	file:
r	raster/r.flow/calc.c	/^    double r, c;		\/* cell matrix coordinates      *\/$/;"	m	struct:__anon151	file:
r	raster/r.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *q, *s, *r, *top,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
r	raster/r.out.pov/main.c	/^int rowCount, columnCount, r, c;$/;"	v
r	raster3d/r3.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *hc_z, *q, *s, *r,$/;"	m	struct:__anon109	typeref:struct:__anon109::	file:
r	swig/perl/gis.h	/^    unsigned char r, g, b, a;	\/* red, green, blue, and alpha *\/$/;"	m	struct:__anon92
r	vector/v.digit/global.h	/^    int r, g, b;		\/* color 0-255 *\/$/;"	m	struct:__anon196
r	vector/v.digit/symb.c	/^    int r, g, b;		\/* default colors *\/$/;"	m	struct:symb	file:
r	visualization/nviz/src/interface.h	/^    float r, g, b;$/;"	m	struct:__anon100
r0	ps/ps.map/ps_info.h	/^    double r0, g0, b0;$/;"	m	struct:PS_data
r3read_level	raster3d/r3.mkdspf/r3_data.c	/^int r3read_level(void *g3map, G3D_Region * g3reg, file_info * Headfax,$/;"	f
r3read_level	raster3d/r3.showdspf/r3_data.c	/^int r3read_level(g3map, Headfax, data, n_lev)$/;"	f
rHigh	include/gis.h	/^    DCELL rHigh;		\/* range high *\/$/;"	m	struct:FPReclass_table
rHigh	swig/perl/gis.h	/^    DCELL rHigh;		\/* range high *\/$/;"	m	struct:FPReclass_table
rLow	include/gis.h	/^    DCELL rLow;			\/* range low *\/$/;"	m	struct:FPReclass_table
rLow	swig/perl/gis.h	/^    DCELL rLow;			\/* range low *\/$/;"	m	struct:FPReclass_table
rMax	include/gis.h	/^    DCELL rMax;			\/* maximum range values in rules *\/$/;"	m	struct:FPReclass
rMax	swig/perl/gis.h	/^    DCELL rMax;			\/* maximum range values in rules *\/$/;"	m	struct:FPReclass
rMin	include/gis.h	/^    DCELL rMin;			\/* minimum range values in rules *\/$/;"	m	struct:FPReclass
rMin	swig/perl/gis.h	/^    DCELL rMin;			\/* minimum range values in rules *\/$/;"	m	struct:FPReclass
rRangeSet	include/gis.h	/^    int rRangeSet;		\/* 1 if range range (i.e. interval) is set *\/$/;"	m	struct:FPReclass
rRangeSet	swig/perl/gis.h	/^    int rRangeSet;		\/* 1 if range range (i.e. interval) is set *\/$/;"	m	struct:FPReclass
r_h	raster/r.watershed/ram/Gwater.h	/^GLOBAL CELL *dis, *alt, *wat, *asp, *bas, *haf, *r_h, *dep;$/;"	v
r_h	raster/r.watershed/seg/Gwater.h	/^GLOBAL CSEG dis, alt, wat, asp, bas, haf, r_h, dep;$/;"	v
r_h_seg	raster/r.watershed/ram/Gwater.h	/^GLOBAL RAMSEG r_h_seg, dep_seg;$/;"	v
r_pos	display/drivers/XDRIVER/Color_table.c	/^static int r_pos, g_pos, b_pos;$/;"	v	file:
r_pos	visualization/xganim/Clr_table.c	/^static int r_pos, g_pos, b_pos;$/;"	v	file:
r_pos	visualization/ximgview/color.c	/^static int r_pos, g_pos, b_pos;$/;"	v	file:
r_scale	display/drivers/XDRIVER/Color_table.c	/^static int r_scale, g_scale, b_scale;$/;"	v	file:
r_scale	visualization/xganim/Clr_table.c	/^static int r_scale, g_scale, b_scale;$/;"	v	file:
r_scale	visualization/ximgview/color.c	/^static int r_scale, g_scale, b_scale;$/;"	v	file:
r_shift	lib/pngdriver/Color_table.c	/^static int r_shift, g_shift, b_shift, a_shift;$/;"	v	file:
r_size	display/drivers/XDRIVER/Color_table.c	/^static int r_size, g_size, b_size;$/;"	v	file:
r_size	visualization/xganim/Clr_table.c	/^static int r_size, g_size, b_size;$/;"	v	file:
r_size	visualization/ximgview/color.c	/^static int r_size, g_size, b_size;$/;"	v	file:
r_slope_aspect	swig/perl/R_slope_aspect/r_slope_aspect/r_slope_aspect.c	/^int r_slope_aspect(int argc, char *argv[])$/;"	f
rad2	visualization/nviz/src/pg.h	/^    double rad2;$/;"	m	struct:Sql
rad2deg	raster/r.horizon/main.c	/^const double rad2deg = 180. \/ M_PI;$/;"	v
rad2deg	raster/r.sun/main.c	/^const double rad2deg = 180. \/ M_PI;$/;"	v
rad2deg	raster/r.sun2/main.c	/^const double rad2deg = 180. \/ M_PI;$/;"	v
raddeg	raster/r.sunmask/solpos00.c	/^static float raddeg = 0.0174532925;	\/* converts from degrees to radians *\/$/;"	v	file:
radius	general/g.setproj/main.c	/^double radius;$/;"	v
radius	raster3d/r3.showdspf/Ball.h	/^    double radius;$/;"	m	struct:__anon112
rads	misc/m.cogo/main.c	/^    double rads;$/;"	m	struct:survey_record	file:
rain	raster/simwe/simlib/waterglobs.h	/^    struct Option *elevin, *dxin, *dyin, *rain, *infil, *traps, *manin,$/;"	m	struct:__anon137	typeref:struct:__anon137::
rain	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *rain;$/;"	v
rain_val	raster/simwe/simlib/waterglobs.h	/^GLOBAL double rain_val;$/;"	v
rainval	raster/simwe/simlib/waterglobs.h	/^	*tauin, *tc, *et, *conc, *flux, *erdep, *rainval, *maninval,$/;"	m	struct:__anon137	typeref:struct:__anon137::
rainval	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *rainval;$/;"	v
ram2out	raster/wildfire/r.spread/ram2out.c	/^void ram2out(void)$/;"	f
ramp_colormap	display/drivers/XDRIVER/Color_table.c	/^static Colormap ramp_colormap(void)$/;"	f	file:
ramp_colormap	visualization/xganim/Clr_table.c	/^static Colormap ramp_colormap(void)$/;"	f	file:
ramp_colormap	visualization/ximgview/color.c	/^static Colormap ramp_colormap(void)$/;"	f	file:
ran1	raster/r.random.cells/random.c	/^double ran1(void)$/;"	f
ran1	raster/r.random.surface/random.c	/^double ran1(void)$/;"	f
randsurf	raster/r.surf.random/randsurf.c	/^int randsurf(char *out,		\/* Name of raster maps to be opened.    *\/$/;"	f
range	include/G3d.h	/^    struct FPRange range;$/;"	m	struct:G3D_Map	typeref:struct:G3D_Map::FPRange
range	lib/gis/G.h	/^    struct Range range;		\/* Range structure              *\/$/;"	m	struct:fileinfo	typeref:struct:fileinfo::Range
range	raster/r.external/main.c	/^    double range[2];$/;"	m	struct:band_info	file:
range	raster/wildfire/r.spread/main.c	/^struct Range range;$/;"	v	typeref:struct:Range
range	vector/v.voronoi/sw_output.c	/^int range(int a, int b, int c, int d)$/;"	f
range_list	raster/r.describe/dumplist.c	/^int range_list(CELL negmin, CELL negmax, CELL zero, CELL posmin, CELL posmax,$/;"	f
range_max	raster/wildfire/r.spread/main.c	/^CELL range_min, range_max;$/;"	v
range_min	raster/wildfire/r.spread/main.c	/^CELL range_min, range_max;$/;"	v
range_nz	include/gstypes.h	/^    float min_nz, max_nz, range_nz;$/;"	m	struct:__anon255
range_override	ps/ps.map/colortable.h	/^    int range_override;$/;"	m	struct:colortable
rank	raster/r.terraflow/unionFind.h	/^  T*  rank; $/;"	m	class:unionFind
ras_depth	raster/r.out.tiff/rasterfile.h	/^    int ras_depth;		\/* depth (1, 8, or 24 bits) of pixel *\/$/;"	m	struct:rasterfile
ras_height	raster/r.out.tiff/rasterfile.h	/^    int ras_height;		\/* height (pixels) of image *\/$/;"	m	struct:rasterfile
ras_length	raster/r.out.tiff/rasterfile.h	/^    int ras_length;		\/* length (bytes) of image *\/$/;"	m	struct:rasterfile
ras_magic	raster/r.out.tiff/rasterfile.h	/^    int ras_magic;		\/* magic number *\/$/;"	m	struct:rasterfile
ras_maplength	raster/r.out.tiff/rasterfile.h	/^    int ras_maplength;		\/* length (bytes) of following map *\/$/;"	m	struct:rasterfile
ras_maptype	raster/r.out.tiff/rasterfile.h	/^    int ras_maptype;		\/* type of colormap; see RMT_* below *\/$/;"	m	struct:rasterfile
ras_type	raster/r.out.tiff/rasterfile.h	/^    int ras_type;		\/* type of file; see RT_* below *\/$/;"	m	struct:rasterfile
ras_width	raster/r.out.tiff/rasterfile.h	/^    int ras_width;		\/* width (pixels) of image *\/$/;"	m	struct:rasterfile
rascen	raster/r.sunmask/solpos00.h	/^    float rascen;		\/* T:  S_GEOM     Right ascension, degrees *\/$/;"	m	struct:posdata
rast	display/d.what.rast/main.c	/^char **rast;$/;"	v
rast	display/d.zoom/local_proto.h	/^GLOBAL char **rast, **vect, **list;$/;"	v
rast3d_cross_section	raster3d/r3.cross.rast/main.c	/^void rast3d_cross_section(void *map, G3D_Region region, int elevfd, int outfd)$/;"	f
rast_redraw	imagery/i.vpoints/analyze.c	/^static int rast_redraw(void)$/;"	f	file:
rast_size	imagery/i.ortho.photo/photo.rectify/perform.c	/^int rast_size;$/;"	v
rast_size	imagery/i.rectify/perform.c	/^int rast_size;$/;"	v
raster	ps/ps.map/description.html	/^<a name="raster"><\/a>$/;"	a
raster	raster/r.in.poly/raster.c	/^} raster;$/;"	v	typeref:union:__anon160	file:
raster	raster/r.li/r.li.daemon/daemon.h	/^    char *raster;$/;"	m	struct:area_entry
raster	vector/v.to.rast/raster.c	/^} raster;$/;"	v	typeref:union:__anon185	file:
raster_LIBS	swig/python/Makefile	/^raster_LIBS     = $(RASTERLIB)$/;"	m
raster_Output	raster/r.li/r.li.daemon/daemon.c	/^int raster_Output(int fd, int aid, g_areas g, double res)$/;"	f
raster_dot	raster/r.in.poly/raster.c	/^int raster_dot(int x, int y)$/;"	f
raster_history	lib/python/raster.py	/^def raster_history(map):$/;"	f
raster_info	lib/python/raster.py	/^def raster_info(map):$/;"	f
raster_row	display/drivers/XDRIVER/Raster.c	/^static void raster_row(int x0, int y0, int ncols, int nrows,$/;"	f	file:
raster_row_error	lib/gis/sample.c	/^static void raster_row_error(const struct Cell_head *window, double north,$/;"	f	file:
raster_size	ps/ps.map/outl_io.c	/^static int raster_size, row_length, row_count, n_rows;$/;"	v	file:
raster_to_g3d	raster/r.to.rast3/main.c	/^void raster_to_g3d(void *map, G3D_Region region, int *fd)$/;"	f
raster_type	raster/r.carve/enforce.h	/^    RASTER_MAP_TYPE raster_type;$/;"	m	struct:parms
raster_value	raster/r.sunmask/main.c	/^double raster_value(union RASTER_PTR buf, int data_type, int col)$/;"	f
raster_value	raster/r.sunmask/main.c	82;"	d	file:
rasterfile	raster/r.out.tiff/rasterfile.h	/^struct rasterfile$/;"	s
raw_output	raster/r.stats/main.c	/^int nsteps, cat_ranges, raw_output, as_int, averaged;$/;"	v
raw_stats	raster/r.stats/raw_stats.c	/^int raw_stats(int fd[], int with_coordinates, int with_xy, int with_labels)$/;"	f
rbuf	raster3d/r3.showdspf/togif.h	/^    short rbuf[MAXXSIZE];$/;"	m	struct:_vgl_GIFWriter
rc	display/d.text.new/test.pl	/^sub rc{$/;"	s
rc_load_file	visualization/nviz/scripts/ACS_utils.tcl	/^proc rc_load_file {} {$/;"	p
rc_load_res	visualization/nviz/scripts/ACS_utils.tcl	/^proc rc_load_res {_name _var {_default ""}} {$/;"	p
rcb	include/rowio.h	/^    } *rcb;$/;"	m	struct:__anon271	typeref:struct:__anon271::ROWIO_RCB
rcl_struct	raster/r.recode/global.h	/^struct FPReclass rcl_struct;$/;"	v	typeref:struct:FPReclass
rdwr_gridatb	raster/r.in.gridatb/file_io.c	/^void rdwr_gridatb()$/;"	f
rdwr_gridatb	raster/r.out.gridatb/file_io.c	/^void rdwr_gridatb(void)$/;"	f
re	vector/v.voronoi/sw_defs.h	4;"	d
re_fresh_rast	imagery/i.vpoints/drawcell.c	/^int re_fresh_rast(void)$/;"	f
re_fresh_vect	imagery/i.vpoints/drawvect.c	/^int re_fresh_vect(void)$/;"	f
re_reclass	raster/r.reclass/reclass.c	/^static int re_reclass( \/* const *\/ RULE * rules, struct Categories *cats,$/;"	f	file:
read	db/drivers/dbf/globals.h	/^    int read;			\/* TRUE if user has read access to the file *\/$/;"	m	struct:__anon14
read	gui/wxpython/gui_modules/workspace.py	/^    def read(self, parent):$/;"	m	class:ProcessGrcFile
read	include/dlg.h	/^    int read;$/;"	m	struct:dlg_cats
read	ps/ps.map/description.html	/^<a name="read"><\/a>$/;"	a
read1	lib/driver/command.c	/^static int read1(char *c)$/;"	f	file:
readHeaderString	raster3d/r3.in.ascii/main.c	/^static void readHeaderString(FILE * fp, char *valueString, double *value)$/;"	f	file:
readLine	raster/r.terraflow/3scan.h	/^readLine(T *buf, AMI_STREAM<T> &str, const dimension_type len, $/;"	f
read_areas	vector/v.to.db/areas.c	/^int read_areas(struct Map_info *Map)$/;"	f
read_array	include/iostream/ami_stream.h	/^AMI_err AMI_STREAM<T>::read_array(T *data, off_t len, off_t *lenp=NULL) {$/;"	f	class:AMI_STREAM
read_att	vector/v.convert/read.c	/^int read_att(FILE * Attin, struct Categ **pcats)$/;"	f
read_basins	raster/r.watershed/shed/read.c	/^int read_basins(char *haf_name, OUTPUT * output)$/;"	f
read_block	imagery/i.smap/bouman/read_block.c	/^int read_block(DCELL *** img,	\/* img[band][row[col] *\/$/;"	f
read_block	imagery/i.smap/bouman/segment.c	/^int read_block(DCELL *** img, int wd, int ht, int nbands,$/;"	f
read_block	raster3d/r3.in.v5d/binio.c	/^int read_block(int f, void *data, int elements, int elsize)$/;"	f
read_block	raster3d/r3.out.v5d/binio.c	/^int read_block(int f, void *data, int elements, int elsize)$/;"	f
read_bmp	lib/cairodriver/read_bmp.c	/^void read_bmp(void)$/;"	f
read_bmp	lib/pngdriver/read_bmp.c	/^void read_bmp(void)$/;"	f
read_bmp_header	lib/cairodriver/read_bmp.c	/^static int read_bmp_header(const unsigned char *p)$/;"	f	file:
read_bmp_header	lib/pngdriver/read_bmp.c	/^static int read_bmp_header(const unsigned char *p)$/;"	f	file:
read_bmp_header	visualization/ximgview/main.c	/^static int read_bmp_header(const unsigned char *p)$/;"	f	file:
read_border	ps/ps.map/r_border.c	/^int read_border(void)$/;"	f
read_bytes	raster3d/r3.in.v5d/binio.c	/^int read_bytes(int f, void *b, int n)$/;"	f
read_bytes	raster3d/r3.out.v5d/binio.c	/^int read_bytes(int f, void *b, int n)$/;"	f
read_capfile	display/d.font.freetype/main.c	/^read_capfile(char *capfile, capinfo ** fonts, int *fonts_count, int *cur_font,$/;"	f	file:
read_capfile	display/d.text.freetype/main.c	/^read_capfile(char *capfile, capinfo ** fonts, int *fonts_count, int *cur_font,$/;"	f	file:
read_cats	lib/g3d/g3dcats.c	/^read_cats(const char *name, const char *mapset, struct Categories *pcats)$/;"	f	file:
read_cell	ps/ps.map/r_cell.c	/^int read_cell(char *name, char *mapset)$/;"	f
read_cell	raster/r.surf.idw2/read_cell.c	/^int read_cell(char *name)$/;"	f
read_color_rules	raster/r.colors/rules.c	/^int read_color_rules(FILE * fp, struct Colors *colors, DCELL min, DCELL max,$/;"	f
read_colors	lib/g3d/g3dcolor.c	/^static int read_colors(const char *element, const char *name,$/;"	f	file:
read_colors	lib/gis/color_read.c	/^static int read_colors(const char *element, const char *name,$/;"	f	file:
read_colortable	ps/ps.map/r_colortable.c	/^int read_colortable(void)$/;"	f
read_command	lib/python/core.py	/^def read_command(*args, **kwargs):$/;"	f
read_comment	ps/ps.map/comment.c	/^int read_comment(char *name)$/;"	f
read_comp_grid	raster3d/r3.in.v5d/v5d.c	/^static int read_comp_grid(v5dstruct * v, int time, int var,$/;"	f	file:
read_comp_grid	raster3d/r3.out.v5d/v5d.c	/^static int read_comp_grid(v5dstruct * v, int time, int var,$/;"	f	file:
read_comp_header	raster3d/r3.in.v5d/v5d.c	/^static int read_comp_header(int f, v5dstruct * v)$/;"	f	file:
read_comp_header	raster3d/r3.out.v5d/v5d.c	/^static int read_comp_header(int f, v5dstruct * v)$/;"	f	file:
read_coor	lib/symbol/read.c	/^void read_coor(FILE * fp, SYMBEL * e)$/;"	f
read_cube	lib/dspf/cube_io.c	/^int read_cube(Cube_data * Cube, file_info * headfax)$/;"	f
read_data	imagery/i.gensigset/read_data.c	/^int read_data(struct files *files, struct SigSet *S)$/;"	f
read_data	lib/gis/get_row.c	/^static int read_data(int fd, int row, unsigned char *data_buf, int *nbytes)$/;"	f	file:
read_data	scripts/d.rast.edit/d.rast.edit.tcl	/^proc read_data {infile array} {$/;"	p
read_data_compressed	lib/gis/get_row.c	/^static int read_data_compressed(int fd, int row, unsigned char *data_buf,$/;"	f	file:
read_data_fp_compressed	lib/gis/get_row.c	/^static int read_data_fp_compressed(int fd, int row, unsigned char *data_buf,$/;"	f	file:
read_data_gdal	lib/gis/get_row.c	/^static int read_data_gdal(int fd, int row, unsigned char *data_buf, int *nbytes)$/;"	f	file:
read_data_uncompressed	lib/gis/get_row.c	/^static int read_data_uncompressed(int fd, int row, unsigned char *data_buf,$/;"	f	file:
read_datum_table	lib/gis/datum.c	/^static void read_datum_table(void)$/;"	f	file:
read_datum_table	lib/proj/datum.c	/^struct datum_list *read_datum_table(void)$/;"	f
read_dig	vector/v.convert/read.c	/^int read_dig(FILE * Digin, struct Map_info *Mapout,$/;"	f
read_edge	raster/r.le/r.le.pixel/texture.c	/^void read_edge(int richcount, double atts[], double **edge)$/;"	f
read_ellipsoid_table	lib/gis/get_ellipse.c	/^static int read_ellipsoid_table(int fatal)$/;"	f	file:
read_ellipsoid_table	lib/proj/ellipse.c	/^struct ellps_list *read_ellipsoid_table(int fatal)$/;"	f
read_env	lib/gis/env.c	/^static int read_env(int loc)$/;"	f	file:
read_eps	ps/ps.map/r_plt.c	/^int read_eps(double e, double n)$/;"	f
read_file	lib/db/dbmi_base/login.c	/^int read_file(LOGIN * login)$/;"	f
read_float4	raster3d/r3.in.v5d/binio.c	/^int read_float4(int f, float *x)$/;"	f
read_float4	raster3d/r3.out.v5d/binio.c	/^int read_float4(int f, float *x)$/;"	f
read_float4_array	raster3d/r3.in.v5d/binio.c	/^int read_float4_array(int f, float *x, int n)$/;"	f
read_float4_array	raster3d/r3.out.v5d/binio.c	/^int read_float4_array(int f, float *x, int n)$/;"	f
read_fn	include/G3d.h	/^typedef int read_fn(int, void *, void *);$/;"	t
read_fontmap	lib/driver/font2.c	/^static void read_fontmap(const char *name)$/;"	f	file:
read_freetype_fonts	display/d.font/main.c	/^static void read_freetype_fonts(int verbose)$/;"	f	file:
read_g3d_slice	lib/ogsf/gvl_file.c	/^int read_g3d_slice(IFLAG type, void *map, int level, void *data)$/;"	f
read_g3d_value	lib/ogsf/gvl_file.c	/^int read_g3d_value(IFLAG type, void *map, int x, int y, int z, void *value)$/;"	f
read_g3d_vol	lib/ogsf/gvl_file.c	/^int read_g3d_vol(IFLAG type, void *map, void *data)$/;"	f
read_group	ps/ps.map/r_group.c	/^int read_group(void)$/;"	f
read_head	vector/v.edit/a2b.c	/^int read_head(FILE * dascii, struct Map_info *Map)$/;"	f
read_head	vector/v.in.ascii/head.c	/^int read_head(FILE * dascii, struct Map_info *Map)$/;"	f
read_header	general/g.pnmcomp/main.c	/^static void read_header(FILE * fp, char *magic, int *maxval)$/;"	f	file:
read_header	ps/ps.map/r_header.c	/^int read_header(void)$/;"	f
read_header	scripts/d.rast.edit/d.rast.edit.tcl	/^proc read_header {infile window} {$/;"	p
read_header_file	ps/ps.map/do_header.c	/^int read_header_file(char *date)$/;"	f
read_hersh	lib/driver/font2.c	/^static void read_hersh(const char *filename)$/;"	f	file:
read_image	lib/cairodriver/read.c	/^void read_image(void)$/;"	f
read_image	lib/pngdriver/read.c	/^void read_image(void)$/;"	f
read_info	ps/ps.map/r_info.c	/^int read_info(void)$/;"	f
read_input_files	raster/r.flow/io.c	/^void read_input_files(void)$/;"	f
read_input_map	raster/r.buffer/read_map.c	/^int read_input_map(char *input, char *mapset, int ZEROFLAG)$/;"	f
read_inputs	raster/r.topmodel/file_io.c	/^void read_inputs(void)$/;"	f
read_int	lib/segment/init.c	/^static int read_int(int fd, int *n)$/;"	f	file:
read_int2_array	raster3d/r3.in.v5d/binio.c	/^int read_int2_array(int f, short *iarray, int n)$/;"	f
read_int2_array	raster3d/r3.out.v5d/binio.c	/^int read_int2_array(int f, short *iarray, int n)$/;"	f
read_int4	raster3d/r3.in.v5d/binio.c	/^int read_int4(int f, int *i)$/;"	f
read_int4	raster3d/r3.out.v5d/binio.c	/^int read_int4(int f, int *i)$/;"	f
read_int4_array	raster3d/r3.in.v5d/binio.c	/^int read_int4_array(int f, int *iarray, int n)$/;"	f
read_int4_array	raster3d/r3.out.v5d/binio.c	/^int read_int4_array(int f, int *iarray, int n)$/;"	f
read_item	include/iostream/ami_stream.h	/^AMI_err AMI_STREAM<T>::read_item(T **elt)  {$/;"	f	class:AMI_STREAM
read_item	include/iostream/mem_stream.h	/^AMI_err MEM_STREAM<T>::read_item(T **elt)  {$/;"	f	class:MEM_STREAM
read_labels	ps/ps.map/r_labels.c	/^int read_labels(char *name, char *mapset)$/;"	f
read_labels	raster/r.distance/labels.c	/^void read_labels(struct Map *map)$/;"	f
read_line	display/d.mapgraph/read_line.c	/^int read_line(char *buf, int n)$/;"	f
read_line	general/g.pnmcomp/main.c	/^static int read_line(char *buf, int size, FILE * fp)$/;"	f	file:
read_line	lib/raster/parse_mon.c	/^static int read_line(FILE * file,	\/* file from which to read *\/$/;"	f	file:
read_line	lib/vector/Vlib/read_ogr.c	/^static int read_line(struct Map_info *Map, OGRGeometryH hGeom, long offset,$/;"	f	file:
read_line	ps/ps.map/r_plt.c	/^int read_line(double e1, double n1, double e2, double n2)$/;"	f
read_line	raster/r.le/r.le.patch/driver.c	/^void read_line(char *name, int line, int n, int *value, int *fvalue,$/;"	f
read_line	vector/v.convert/read.c	/^int read_line(GVFILE * Gvf, struct line_pnts *nline)$/;"	f
read_lines	vector/v.to.db/lines.c	/^int read_lines(struct Map_info *Map)$/;"	f
read_list	general/g.mlist/read_list.c	/^int read_list(int check_if_empty)$/;"	f
read_list	general/g.mremove/read_list.c	/^int read_list(int check_if_empty)$/;"	f
read_list	general/manage/lib/read_list.c	/^int read_list(int check_if_empty)$/;"	f
read_map	raster/r.basins.fill/read_map.c	/^CELL *read_map(char *name, char *mapset, int nomask, int nrows, int ncols)$/;"	f
read_map	raster/r.mapcalc/map.c	/^static void read_map(map * m, void *buf, int res_type, int row, int col)$/;"	f	file:
read_map	raster/r.mapcalc/map3.c	/^static void read_map(map * m, void *buf, int res_type, int depth, int row,$/;"	f	file:
read_moncap	gui/tcltk/d.m/d.m.tcl	/^proc read_moncap {} {$/;"	p
read_mwind	raster/r.le/r.le.patch/driver.c	/^void read_mwind(int *uw, int *ul, int *nc, int *nr, int *x0, int *y0,$/;"	f
read_mwind	raster/r.le/r.le.pixel/driver.c	/^void read_mwind(int *uw, int *ul, int *nc, int *nr, int *x0, int *y0,$/;"	f
read_new_colors	lib/g3d/g3dcolor.c	/^static int read_new_colors(FILE * fd, struct Colors *colors)$/;"	f	file:
read_new_colors	lib/gis/color_read.c	/^static int read_new_colors(FILE * fd, struct Colors *colors)$/;"	f	file:
read_next	ps/ps.map/ps_outline.c	/^static int read_next(void)$/;"	f	file:
read_next	raster/r.to.vect/areas.c	/^static int read_next(void)$/;"	f	file:
read_next	raster/r.to.vect/lines.c	/^static int read_next(void)$/;"	f	file:
read_next_dummy	lib/vector/Vlib/read.c	/^static int read_next_dummy()$/;"	f	file:
read_null_bits	lib/gis/get_row.c	/^static int read_null_bits(int null_fd, unsigned char *flags, int row,$/;"	f	file:
read_old_colors	lib/g3d/g3dcolor.c	/^static int read_old_colors(FILE * fd, struct Colors *colors)$/;"	f	file:
read_old_colors	lib/gis/color_read.c	/^static int read_old_colors(FILE * fd, struct Colors *colors)$/;"	f	file:
read_old_format	lib/gis/view.c	/^static int read_old_format(struct G_3dview *v, FILE * fp)$/;"	f	file:
read_outline	ps/ps.map/ps_outline.c	/^int read_outline(void)$/;"	f
read_paper	ps/ps.map/r_paper.c	/^int read_paper(void)$/;"	f
read_para	raster/r.le/r.le.patch/driver.c	/^void read_para(char *name, int line, float *value, int *count)$/;"	f
read_pgm	lib/pngdriver/read_ppm.c	/^void read_pgm(void)$/;"	f
read_png	lib/pngdriver/read_png.c	/^void read_png(void)$/;"	f
read_pnm	general/g.pnmcomp/main.c	/^static void read_pnm(const char *filename, char *buf, int components)$/;"	f	file:
read_point	ps/ps.map/r_plt.c	/^int read_point(double e, double n)$/;"	f
read_points	vector/v.kernel/main.c	/^int read_points(struct Map_info *In, double ***coordinate, double dsize)$/;"	f
read_ppm	lib/cairodriver/read_ppm.c	/^void read_ppm(void)$/;"	f
read_ppm	lib/pngdriver/read_ppm.c	/^void read_ppm(void)$/;"	f
read_range	raster/r.quant/read_rules.c	/^int read_range(void)$/;"	f
read_rast	display/d.nviz/main.c	/^int read_rast$/;"	f
read_rast	raster/r.profile/read_rast.c	/^int read_rast(double east, double north, double dist, int fd, int coords,$/;"	f
read_raster	raster/r.carve/raster.c	/^void *read_raster(void *buf, const int fd, const RASTER_MAP_TYPE rtype)$/;"	f
read_rectangle	ps/ps.map/r_plt.c	/^int read_rectangle(double e1, double n1, double e2, double n2)$/;"	f
read_rgb	ps/ps.map/r_rgb.c	/^int read_rgb(char *key, char *data)$/;"	f
read_row	raster/r.mapcalc/map.c	/^static int read_row(int fd, void *buf, int row, int dummy)$/;"	f	file:
read_row	raster/r.mapcalc/map3.c	/^static void read_row(void *handle, char *buf, int type, int depth, int row)$/;"	f	file:
read_row	raster/r.thin/io.c	/^static int read_row(int file, void *buf, int row, int buf_len)$/;"	f	file:
read_row	raster/r.to.vect/util.c	/^int read_row(void *buf)$/;"	f
read_row_type	raster/r.mapcalc/map.c	/^static int read_row_type;$/;"	v	file:
read_rows	raster/r.resamp.interp/main.c	/^static void read_rows(int infile, int row)$/;"	f	file:
read_rule	raster/r.colors/rules.c	/^static int read_rule(void *closure, DCELL min, DCELL max,$/;"	f	file:
read_rule_fn	include/gisdefs.h	/^typedef int read_rule_fn(void *, DCELL, DCELL,$/;"	t
read_rule_fn	swig/perl/gisdefs.h	/^typedef int read_rule_fn(void *, DCELL, DCELL,$/;"	t
read_rules	raster/r.quant/read_rules.c	/^int read_rules(void)$/;"	f
read_rules	raster/r.recode/read_rules.c	/^int read_rules(FILE * fp)$/;"	f
read_scale	imagery/i.atcorr/main.cpp	/^void read_scale (Option *scl, ScaleRange &range)$/;"	f
read_scalebar	ps/ps.map/get_scalebar.c	/^int read_scalebar(void)$/;"	f
read_side_cats	vector/v.to.db/lines.c	/^void read_side_cats(struct line_cats *ACats, int *val, int *count)$/;"	f
read_signatures	imagery/i.smap/shapiro/read_sig.c	/^int read_signatures(struct parms *parms, struct SigSet *S)$/;"	f
read_sites	vector/v.delaunay2/in_out.c	/^int read_sites(int mode3d, int complete_map, struct Map_info map_in,$/;"	f
read_sites	vector/v.surf.idw/read_sites.c	/^void read_sites(char *name, int field, char *col)$/;"	f
read_slice	lib/ogsf/gvl_file.c	/^int read_slice(geovol_file * vf, int s, int l)$/;"	f
read_stats	raster/r.median/read_stats.c	/^int read_stats(FILE * fd, long *cat1, long *cat2, double *value)$/;"	f
read_stats	raster/r.mode/read_stats.c	/^int read_stats(FILE * fd, long *cat1, long *cat2, double *value)$/;"	f
read_stats	raster/r.statistics/read_stats.c	/^int read_stats(FILE * fd, long *cat1, long *cat2, double *value)$/;"	f
read_text	ps/ps.map/r_text.c	/^int read_text(char *east, char *north, char *text)$/;"	f
read_timestamp	lib/gis/timestamp.c	/^static int read_timestamp(const char *maptype, const char *dir,$/;"	f	file:
read_tmp	include/iostream/ami_stream.h	/^  T read_tmp;					\/* this is ugly... RW *\/$/;"	m	class:AMI_STREAM
read_training_labels	imagery/i.gensig/labels.c	/^int read_training_labels(struct parms *parms, struct files *files)$/;"	f
read_training_labels	imagery/i.gensigset/labels.c	/^int read_training_labels(struct parms *parms, struct files *files)$/;"	f
read_training_map	imagery/i.gensig/read_train.c	/^int read_training_map(CELL * class, int row, int ncols, struct files *files)$/;"	f
read_training_map	imagery/i.gensigset/read_train.c	/^int read_training_map(CELL * class, int row, int ncols, struct files *files)$/;"	f
read_uint2_array	raster3d/r3.in.v5d/binio.c	/^int read_uint2_array(int f, unsigned short *iarray, int n)$/;"	f
read_uint2_array	raster3d/r3.out.v5d/binio.c	/^int read_uint2_array(int f, unsigned short *iarray, int n)$/;"	f
read_v5d_header	raster3d/r3.in.v5d/v5d.c	/^static int read_v5d_header(v5dstruct * v)$/;"	f	file:
read_v5d_header	raster3d/r3.out.v5d/v5d.c	/^static int read_v5d_header(v5dstruct * v)$/;"	f	file:
read_vareas	ps/ps.map/r_vareas.c	/^int read_vareas(char *name, char *mapset)$/;"	f
read_vlegend	ps/ps.map/r_vlegend.c	/^int read_vlegend(void)$/;"	f
read_vlines	ps/ps.map/r_vlines.c	/^int read_vlines(char *name, char *mapset)$/;"	f
read_vol	lib/ogsf/gvl_file.c	/^int read_vol(geovol_file * vf)$/;"	f
read_vpoints	ps/ps.map/r_vpoints.c	/^int read_vpoints(char *name, char *mapset)$/;"	f
read_weight	raster/r.le/r.le.pixel/texture.c	/^void read_weight(int richcount, double atts[], double **weight, int *attcnt)$/;"	f
read_weights	raster/r.neighbors/readweights.c	/^void read_weights(const char *filename)$/;"	f
read_wind	ps/ps.map/r_wind.c	/^int read_wind(char *name, char *mapset)$/;"	f
readbands	imagery/i.class/readbands.c	/^int readbands(int nbands, int cur)$/;"	f
readcell	raster/r.neighbors/readcell.c	/^int readcell(int fd, int row, int nrows, int ncols)$/;"	f
readcell	raster/r.proj.seg/readcell.c	/^struct cache *readcell(int fdi, const char *size)$/;"	f
readcell	raster/r.proj/readcell.c	/^FCELL **readcell(int fdi)$/;"	f
readline	configure	/^readline()$/;"	f
readn	lib/db/dbmi_base/xdr.c	/^static ssize_t readn(int fd, void *buf, size_t count)$/;"	f	file:
readone	vector/v.voronoi/sw_main.c	/^struct Site *readone(void)$/;"	f
readsites	vector/v.voronoi/sw_main.c	/^int readsites(void)$/;"	f
real	include/la.h	/^typedef float real;$/;"	t
real_ncols	display/d.rast.edit/edit.h	/^GLOBAL int real_nrows, real_ncols;$/;"	v
real_nrows	display/d.rast.edit/edit.h	/^GLOBAL int real_nrows, real_ncols;$/;"	v
real_to	include/gstypes.h	/^    float real_to[4], vert_exag;	\/* a global Z exag *\/$/;"	m	struct:__anon260
real_window	display/d.rast.edit/edit.h	/^GLOBAL struct Cell_head real_window;$/;"	v	typeref:struct:Cell_head
realloc_sites	vector/v.delaunay2/memory.c	/^void realloc_sites(unsigned int n)$/;"	f
really_quit	imagery/i.class/driver.c	/^static int really_quit(void)$/;"	f	file:
really_quit	imagery/i.ortho.photo/photo.2image/driver.c	/^static int really_quit(void)$/;"	f	file:
really_quit	imagery/i.ortho.photo/photo.2target/driver.c	/^static int really_quit(void)$/;"	f	file:
really_quit	imagery/i.points/driver.c	/^static int really_quit(void)$/;"	f	file:
really_quit	imagery/i.vpoints/driver.c	/^static int really_quit(void)$/;"	f	file:
rear_cell	raster/wildfire/r.spread/spread.c	/^struct cell_ptrHa *front_cell = NULL, *rear_cell = NULL;$/;"	v	typeref:struct:
rec	lib/driver/command.c	/^static int rec(void *buf, int n)$/;"	f	file:
rec_num	raster/r.le/r.le.setup/polytocell/wrte_recrd.c	/^static int rec_num = 1;$/;"	v	file:
receive	raster/r.li/r.li.daemon/ipc.c	/^int receive(int pipe, msg * m)$/;"	f
recl_coh	raster/r.le/r.le.patch/patch.c	/^int recl_coh(double att)$/;"	f
recl_count	raster/r.le/r.le.patch/driver.c	/^int ntype = 0, finput, n_scale = 1, n_unit = 1, size_cl_no = 0, *recl_count,$/;"	v
recl_tb	raster/r.le/r.le.patch/driver.c	/^float *shape_PA, *shape_CPA, *shape_RCC, *size_cl, **recl_tb;$/;"	v
reclass	include/cluster.h	/^    int *reclass;		\/* for removing empty classes  *\/$/;"	m	struct:Cluster
reclass	lib/gis/G.h	/^    struct Reclass reclass;	\/* Table reclass                *\/$/;"	m	struct:fileinfo	typeref:struct:fileinfo::Reclass
reclass	raster/r.cross/main.c	/^RECLASS *reclass;$/;"	v
reclass	raster/r.reclass/reclass.c	/^int reclass(char *old_name, char *old_mapset,$/;"	f
reclass	raster/r.rescale.eq/main.c	/^static void reclass(CELL cat1, CELL cat2, CELL value)$/;"	f	file:
reclass	vector/v.reclass/reclass.c	/^int reclass(struct Map_info *In, struct Map_info *Out, int type, int field,$/;"	f
reclass_flag	lib/gis/G.h	/^    int reclass_flag;		\/* Automatic reclass flag       *\/$/;"	m	struct:fileinfo
reclass_text	raster/r.info/reclas_txt.c	/^int reclass_text(char *text, const CELL cat, struct Reclass *reclass,$/;"	f
reclass_text	raster/r.kappa/mask.c	/^static int reclass_text(char *text, struct Reclass *reclass, int next)$/;"	f	file:
reclass_text	raster/r.report/maskinfo.c	/^static int reclass_text(char *text, struct Reclass *reclass, int next)$/;"	f	file:
reclass_type	lib/gis/reclass.c	/^static int reclass_type(FILE * fd, char **rname, char **rmapset)$/;"	f	file:
recordLength	raster/r.terraflow/stats.cc	/^statsRecorder::recordLength(const char *label, off_t len, int siz,$/;"	f	class:statsRecorder
recordLength	raster/r.terraflow/stats.h	/^  template<class T> void recordLength(const char *label, AMI_STREAM<T> *str) {$/;"	f	class:statsRecorder
recordTime	raster/r.terraflow/stats.cc	/^statsRecorder::recordTime(const char *label, Rtimer rt) {$/;"	f	class:statsRecorder
recordTime	raster/r.terraflow/stats.cc	/^statsRecorder::recordTime(const char *label, long secs) {$/;"	f	class:statsRecorder
recordWatersheds	raster/r.terraflow/fill.cc	/^recordWatersheds(AMI_STREAM<labelElevType> *labeledWater) {$/;"	f
record_args	raster/r.terraflow/main.cc	/^void record_args(int argc, char **argv) {$/;"	f
rect	lib/vector/rtree/index.h	/^    struct Rect rect;$/;"	m	struct:Branch	typeref:struct:Branch::Rect
rectangle	lib/display/cnversions.c	/^struct rectangle$/;"	s	file:
rectangle	lib/display/draw2.c	/^struct rectangle$/;"	s	file:
rectangle	ps/ps.map/description.html	/^<a name="rectangle"><\/a>$/;"	a
rectext	lib/driver/command.c	/^static int rectext(char **buff_p, int *size_p)$/;"	f	file:
rectify	imagery/i.ortho.photo/photo.rectify/rectify.c	/^int rectify(char *name, char *mapset, char *result)$/;"	f
rectify	imagery/i.rectify/rectify.c	/^int rectify(char *name, char *mapset, char *result, int order)$/;"	f
rectify	raster/r.flow/calc.c	/^static double rectify(double delta, double bd[2], double e)$/;"	f	file:
rectinfo	display/d.text.freetype/main.c	/^} rectinfo;$/;"	t	typeref:struct:__anon96	file:
rectinfo	display/d.text.new/main.c	/^struct rectinfo$/;"	s	file:
rects	lib/vector/rtree/test.c	/^struct Rect rects[] = {$/;"	v	typeref:struct:Rect
recurse_cell	raster/r.fill.dir/wtrshed.c	/^int recurse_cell(CELL flag, int i, int j, int nl, int ns,$/;"	f
recurse_list	raster/r.fill.dir/dopolys.c	/^void recurse_list(int flag, int *cells, int sz, int start)$/;"	f
recursive_remove	lib/gis/remove.c	/^static int recursive_remove(const char *path)$/;"	f	file:
recv	gui/wxpython/gui_modules/gcmd.py	/^    def recv(self, maxsize=None):$/;"	m	class:Popen
recv	include/dbmi.h	/^    FILE *send, *recv;		\/* i\/o to-from driver            *\/$/;"	m	struct:_db_driver
recv_err	gui/wxpython/gui_modules/gcmd.py	/^    def recv_err(self, maxsize=None):$/;"	m	class:Popen
recv_some	gui/wxpython/gui_modules/gcmd.py	/^def recv_some(p, t=.1, e=1, tr=5, stderr=0):$/;"	f
recycle	include/vect/dig_structs.h	/^    struct recycle *recycle;$/;"	m	struct:dig_head	typeref:struct:dig_head::recycle
recycle	include/vect/dig_structs.h	/^struct recycle$/;"	s
red	imagery/i.class/globals.h	/^    int red, grn, blue;$/;"	m	struct:__anon207
red	imagery/i.class/input_color.c	/^int red(void)$/;"	f
red	imagery/i.ortho.photo/libes/orthophoto.h	/^    } red, grn, blu;$/;"	m	struct:Ortho_Image_Group_Ref	typeref:struct:Ortho_Image_Group_Ref::Ortho_Ref_Color
red	include/gis.h	/^	unsigned char *red;$/;"	m	struct:_Color_Info_::__anon264
red	include/gis.h	/^    unsigned char red;$/;"	m	struct:_Color_Value_
red	include/imagery.h	/^    struct Ref_Color red, grn, blu;$/;"	m	struct:Ref	typeref:struct:Ref::Ref_Color
red	raster/r.mapcalc/map.c	/^static unsigned char *red, *grn, *blu;$/;"	v	file:
red	raster/r.mapcalc/map3.c	/^static unsigned char *red, *grn, *blu;$/;"	v	file:
red	swig/perl/gis.h	/^	unsigned char *red;$/;"	m	struct:_Color_Info_::__anon90
red	swig/perl/gis.h	/^	unsigned char red;$/;"	m	struct:_Color_Rule_::__anon89
red_alloc	lib/driver/command.c	/^static int red_alloc;$/;"	v	file:
reda	lib/driver/command.c	/^static unsigned char *reda;$/;"	v	file:
redinp	raster/r.resamp.rst/main.c	/^char *redinp = NULL;$/;"	v
redinp	vector/v.surf.rst/main.c	/^char *redinp = NULL;$/;"	v
redinp	vector/v.vol.rst/main.c	/^char *redinp = NULL;$/;"	v
redirect	lib/gis/spawn.c	/^struct redirect$/;"	s	file:
redirects	lib/gis/spawn.c	/^static struct redirect redirects[MAX_REDIRECTS];$/;"	v	typeref:struct:redirect	file:
redisplay	imagery/i.class/redisplay.c	/^int redisplay(void)$/;"	f
redisplay_both	imagery/i.class/redisplay.c	/^int redisplay_both(void)$/;"	f
redisplay_map	imagery/i.class/redisplay.c	/^int redisplay_map(void)$/;"	f
redisplay_zoom	imagery/i.class/redisplay.c	/^int redisplay_zoom(void)$/;"	f
redisplaymenu	imagery/i.class/description.html	/^<A NAME="redisplaymenu"><\/a>$/;"	a
redner84	imagery/i.gensigset/description.html	/^<LI><A NAME="redner84">E. Redner and H. Walker,<\/A>$/;"	a
redraw	display/d.zoom/redraw.c	/^int redraw(void)$/;"	f
redraw	visualization/ximgview/main.c	/^static void redraw(void)$/;"	f	file:
redraw_pid	display/drivers/XDRIVER/Serve_Xevent.c	/^pid_t redraw_pid;$/;"	v
reduce_order	imagery/i.gensigset/subcluster.c	/^reduce_order(struct ClassSig *Sig, int nbands, int *min_ii, int *min_jj)$/;"	f	file:
reduction	raster/r.texture/h_measure.c	/^void reduction(float **a, int n)$/;"	f
reestimate	imagery/i.gensigset/subcluster.c	/^static int reestimate(struct ClassSig *Sig, int nbands)$/;"	f	file:
reexec_with_pythonw	gui/wxpython/gui_modules/utils.py	/^def reexec_with_pythonw():$/;"	f
ref	imagery/i.cluster/main.c	/^struct Ref ref;$/;"	v	typeref:struct:Ref
ref	imagery/i.points/defs.h	/^    struct Ref ref;$/;"	m	struct:__anon213	typeref:struct:__anon213::Ref
ref	imagery/i.rectify/main.c	/^struct Ref ref;$/;"	v	typeref:struct:Ref
ref	imagery/i.vpoints/defs.h	/^    struct Ref ref;$/;"	m	struct:__anon219	typeref:struct:__anon219::Ref
ref	ps/ps.map/group.h	/^    struct Ref ref;$/;"	m	struct:PS_group	typeref:struct:PS_group::Ref
ref	ps/ps.map/vector.h	/^    int ref;			\/* justification *\/$/;"	m	struct:__anon22
ref	vector/v.voronoi/sw_geometry.c	/^int ref(struct Site *v)$/;"	f
refCount	visualization/nviz/src/tkFont.h	/^    int refCount;		\/* Number of users of the TkFont. *\/$/;"	m	struct:TkFont
refCounts	visualization/nviz/src/togl.c	/^    Tcl_HashTable refCounts;    \/* Hash table of palette entry reference counts$/;"	m	struct:__anon103	file:
ref_equation_stat	imagery/i.ortho.photo/libes/orthophoto.h	/^    int ref_equation_stat;$/;"	m	struct:Ortho_Image_Group
ref_list	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL int *ref_list;$/;"	v
ref_list	imagery/i.rectify/main.c	/^int *ref_list;$/;"	v
ref_pt	vector/v.label/main.c	/^char ref_pt[24];$/;"	v
refcnt	vector/v.mapcalc/any.h	/^    int refcnt;$/;"	m	struct:Any
refcnt	vector/v.mapcalc/map.h	/^    int refcnt;$/;"	m	struct:Map
refcnt	vector/v.mapcalc/vector.h	/^    int refcnt;$/;"	m	struct:Vector
refcnt	vector/v.voronoi/sw_defs.h	/^    int refcnt;$/;"	m	struct:Site
references	raster/r.watershed/front/description.html	/^<a name="references"><\/a>$/;"	a
refine_clusters	imagery/i.gensigset/subcluster.c	/^static double refine_clusters($/;"	f	file:
refine_tangent	vector/v.generalize/smoothing.c	/^void refine_tangent(POINT * p)$/;"	f
refl	raster/r.sun/main.c	/^float **lumcl, **beam, **insol, **diff, **refl;$/;"	v
refl	raster/r.sun2/main.c	/^float **lumcl, **beam, **insol, **diff, **refl, **globrad;$/;"	v
refl_e	raster/r.sun/main.c	/^double beam_e, diff_e, refl_e, bh, dh, rr, insol_t;$/;"	v
refl_e	raster/r.sun2/main.c	/^double beam_e, diff_e, refl_e, rr, insol_t;$/;"	v
refl_rad	raster/r.sun/main.c	/^char *refl_rad = NULL;$/;"	v
refl_rad	raster/r.sun2/main.c	/^const char *refl_rad = NULL;$/;"	v
reflect_and_sentinel	raster/r.flow/precomp.c	/^static void reflect_and_sentinel(void)$/;"	f	file:
refrac	raster/r.sunmask/solpos00.c	/^static void refrac(struct posdata *pdat)$/;"	f	file:
refresh_canvas	scripts/d.rast.edit/d.rast.edit.tcl	/^proc refresh_canvas {} {$/;"	p
refresh_file_browser	visualization/nviz/scripts/fileBrowser.tcl	/^proc refresh_file_browser { w } {$/;"	p
refresh_loc	lib/init/gis_set.tcl	/^proc refresh_loc {} {$/;"	p
refresh_ms	lib/init/gis_set.tcl	/^proc refresh_ms {} {$/;"	p
refs	raster/r.proj.seg/r.proj.h	/^    int *refs;$/;"	m	struct:cache
reg	raster/r.le/r.le.patch/patch.h	/^    char fn[GNAME_MAX], reg[GMAPSET_MAX], out[GNAME_MAX], wrum;$/;"	m	struct:CHOICE
reg	raster/r.le/r.le.pixel/pixel.h	/^    char fn[30], reg[30], wrum;$/;"	m	struct:CHOICE
reg	vector/v.voronoi/sw_defs.h	/^    struct Site *reg[2];$/;"	m	struct:Edge	typeref:struct:Edge::Site
regGrow8	vector/lidar/v.lidar.growing/ConvexHull.c	/^void regGrow8(struct Cell_head Elaboration, struct element_grow **mat,$/;"	f
reg_cnt	vector/v.transform/trans.h	/^GLOBAL int reg_cnt;		\/*  count of registered points *\/$/;"	v
reg_to_wdht	imagery/i.smap/bouman/reg_util.c	/^void reg_to_wdht(struct Region *region, int *wd, int *ht)$/;"	f
regcomp	configure	/^regcomp()$/;"	f
regcomp	configure	/^regcomp();$/;"	f
regim	include/iostream/empq_adaptive.h	/^  regim_type regim;  $/;"	m	class:EMPQueueAdaptive
regim_type	include/iostream/empq_adaptive.h	/^enum regim_type {$/;"	g
region	gui/wxpython/vdigit/driver.h	/^    } region;$/;"	m	class:DisplayDriver	typeref:struct:DisplayDriver::_region
region	imagery/i.class/defs.h	/^struct region$/;"	s
region	include/G3d.h	/^    G3D_Region region;$/;"	m	struct:G3D_Map
region	lib/python/core.py	/^def region():$/;"	f
region	ps/ps.map/description.html	/^<a name="region"><\/a>$/;"	a
region	raster/r.flow/r.flow.h	/^struct Cell_head region;	\/* resolution and boundaries            *\/$/;"	v	typeref:struct:Cell_head
region	raster/r.in.poly/raster.c	/^struct Cell_head region, page;$/;"	v	typeref:struct:Cell_head
region	raster/r.terraflow/common.cc	/^struct  Cell_head *region = NULL; $/;"	v	typeref:struct:Cell_head
region	raster3d/r3.out.v5d/main.c	/^G3D_Region region;$/;"	v
region	vector/v.to.rast/raster.c	/^struct Cell_head region, page;$/;"	v	typeref:struct:Cell_head
region_bm_bits	include/region_bm.h	/^static char region_bm_bits[] = {$/;"	v
region_bm_height	include/region_bm.h	2;"	d
region_bm_width	include/region_bm.h	1;"	d
regionmenu	imagery/i.class/description.html	/^<A NAME="regionmenu"><\/a>$/;"	a
register_allocation	lib/iostream/mm.cc	/^MM_err MM_register::register_allocation(size_t request) {$/;"	f	class:MM_register
register_deallocation	lib/iostream/mm.cc	/^MM_err MM_register::register_deallocation(size_t sz) {$/;"	f	class:MM_register
register_entries_gisman	gem/reg_entries.c	/^void register_entries_gisman(char *pkg_short_name, char *gisbase)$/;"	f
register_entries_gisman2	gem/reg_entries.c	/^void register_entries_gisman2(char *pkg_short_name, char *gisbase)$/;"	f
register_extension	gem/reg_deps.c	/^void register_extension(char *gisbase, char *bins, char *pkg_short_name,$/;"	f
register_function	vector/v.mapcalc/plugin.c	/^static int register_function(char *fname, void *func, char *proto)$/;"	f	file:
register_html	gem/reg_html.c	/^void register_html(char *pkg_short_name, char *gisbase, int major, int minor,$/;"	f
register_new	include/iostream/mm.h	/^  static MM_mode register_new;$/;"	m	class:MM_register
register_new	lib/iostream/mm.cc	/^MM_mode MM_register::register_new = MM_ABORT_ON_MEMORY_EXCEEDED; $/;"	m	class:MM_register	file:
reglist	raster/r.le/r.le.patch/patch.h	/^typedef struct reglist$/;"	s
reglist	raster/r.le/r.le.pixel/pixel.h	/^typedef struct reglist$/;"	s
regression	lib/stats/c_reg.c	/^static void regression(DCELL * result, DCELL * values, int n, int which)$/;"	f	file:
regression_w	lib/stats/c_reg.c	/^static void regression_w(DCELL * result, DCELL(*values)[2], int n, int which)$/;"	f	file:
regroup	imagery/i.gensigset/subcluster.c	/^static double regroup(struct ClassSig *Sig, int nbands)$/;"	f	file:
reject	ps/ps.map/session.c	/^int reject(void)$/;"	f
reject_cell	imagery/i.maxlik/main.c	/^CELL *class_cell, *reject_cell;$/;"	v
reject_fd	imagery/i.maxlik/main.c	/^int class_fd, reject_fd;$/;"	v
reject_name	imagery/i.maxlik/main.c	/^char *class_name, *reject_name;$/;"	v
relabelNodata	raster/r.terraflow/nodata.cc	/^detectEdgeNodata::relabelNodata() {$/;"	f	class:detectEdgeNodata
relabelPlateaus	raster/r.terraflow/plateau.cc	/^detectPlateaus::relabelPlateaus() {$/;"	f	class:detectPlateaus
relative_term	lib/datetime/scan.c	/^static int relative_term(const char **s,$/;"	f	file:
release	display/d.font.freetype/main.c	/^static int release(void)$/;"	f	file:
release	raster/r.cost/memory.c	/^int release()$/;"	f
release	raster/r.walk/memory.c	/^int release(void)$/;"	f
release_convert_str	lib/driver/text3.c	/^static void release_convert_str(unsigned char *out)$/;"	f	file:
release_driver	lib/raster/transport.h	/^    void (*release_driver) (void);$/;"	m	struct:transport
release_input_maps_struct	raster3d/r3.out.vtk/errorHandling.c	/^void release_input_maps_struct(input_maps * in)$/;"	f
release_support	include/vect/dig_structs.h	/^    int release_support;	\/* release memory occupied by support (topo, spatial, category) *\/$/;"	m	struct:Plus_head
release_under_dot	imagery/i.ortho.photo/photo.2image/dot.c	/^int release_under_dot(void)$/;"	f
release_under_dot	imagery/i.ortho.photo/photo.2target/dot.c	/^int release_under_dot(char *file)$/;"	f
release_under_dot	imagery/i.points/dot.c	/^int release_under_dot(void)$/;"	f
release_under_dot	imagery/i.vpoints/dot.c	/^int release_under_dot(void)$/;"	f
rem	display/d.histogram/bar.c	/^float rem(long int x, long int y)$/;"	f
rem	display/d.linegraph/linegraph.c	/^float rem(long int x, long int y)$/;"	f
rem_tab_col	vector/v.digit/settings.tcl	/^proc rem_tab_col { row num } {$/;"	p
rem_trans	lib/raster/com_io.c	/^struct transport rem_trans = {$/;"	v	typeref:struct:transport
remaining	include/iostream/mm.h	/^  size_t   remaining;$/;"	m	class:MM_register
remark	raster/r.in.bin/gmt_grd.h	/^    char remark[GRD_REMARK_LEN];	\/* comments re this data set *\/$/;"	m	struct:GRD_HEADER
remark	raster/r.out.bin/gmt_grd.h	/^    char remark[GRD_REMARK_LEN];	\/* comments re this data set *\/$/;"	m	struct:GRD_HEADER
remember	lib/driver/text2.c	/^static void remember(double x, double y)$/;"	f	file:
remove	configure	/^remove()$/;"	f
remove	configure	/^remove();$/;"	f
removeDuplicates	raster/r.terraflow/ccforest.cc	/^void ccforest<T>::removeDuplicates(T src, T parent,$/;"	f	class:ccforest
removeDuplicates	raster/r.terraflow/plateau.cc	/^detectPlateaus::removeDuplicates() {$/;"	f	class:detectPlateaus
removeDuplicates	raster/r.terraflow/streamutils.h	/^removeDuplicates(AMI_STREAM<T> *str, FUN fo) {$/;"	f
removeDuplicates	vector/v.voronoi/sw_main.c	/^void removeDuplicates()$/;"	f
removeDuplicatesEx	raster/r.terraflow/streamutils.h	/^removeDuplicatesEx(AMI_STREAM<T> **str, FUN fo) {$/;"	f
removeNode	raster/r.li/r.li.daemon/list.c	/^void removeNode(list l)$/;"	f
remove_bridges	lib/vector/Vlib/bridges.c	/^remove_bridges(struct Map_info *Map, int chtype, struct Map_info *Err)$/;"	f
remove_duplicates	vector/v.delaunay2/in_out.c	/^void remove_duplicates(struct vertex *list[], unsigned int *size)$/;"	f
remove_from_list	visualization/nviz/scripts/ACS_utils.tcl	/^proc remove_from_list {elt lst} {$/;"	p
remove_group_files	imagery/i.group/main.c	/^static int remove_group_files(char group[INAME_LEN], char **rasters, int k)$/;"	f	file:
remove_mask	imagery/i.class/remove_mask.c	/^int remove_mask(void)$/;"	f
remove_point	vector/v.net.visibility/rotation_tree.c	/^void remove_point(struct Point *p)$/;"	f
remove_subgroup_files	imagery/i.group/main.c	/^static int remove_subgroup_files(char group[INAME_LEN],$/;"	f	file:
remove_value	lib/driver/pad.c	/^static int remove_value(ITEM * item, const char *value)$/;"	f	file:
remove_zero_line	vector/v.clean/rmline.c	/^int remove_zero_line(struct Map_info *Map, int otype, struct Map_info *Err)$/;"	f
render	display/d.thematic.area/plot1.c	/^int render;$/;"	v
render	display/d.vect/plot1.c	/^int render;$/;"	v
render_window	include/nviz.h	/^struct render_window$/;"	s
renumber	raster/r.cross/renumber.c	/^int renumber(int in, int out)$/;"	f
replace	raster/r.watershed/ram/do_astar.c	/^int replace(			\/* ele was in there *\/$/;"	f
replace	raster/r.watershed/seg/do_astar.c	/^int replace(			\/* ele was in there *\/$/;"	f
replaceHa	raster/wildfire/r.spread/replaceHa.c	/^replaceHa(float new_min_cost, float angle, int row, int col,$/;"	f
replace_neighbor	raster/r.surf.idw/main.c	/^int replace_neighbor(MELEMENT ** Mptr,	\/* double-indirection!! *\/$/;"	f
replace_variables	db/drivers/mysql/db.c	/^int replace_variables(char *in, char **datadir, char **database)$/;"	f
replot	imagery/i.class/input.c	/^static int replot;$/;"	v	file:
replot	imagery/i.ortho.photo/photo.2image/input.c	/^static int replot;$/;"	v	file:
replot	imagery/i.ortho.photo/photo.2target/input.c	/^static int replot;$/;"	v	file:
replot	imagery/i.points/input.c	/^static int replot;$/;"	v	file:
replot	imagery/i.vpoints/input.c	/^static int replot;$/;"	v	file:
report	imagery/i.cluster/main.c	/^FILE *report;$/;"	v
report	imagery/i.ortho.photo/photo.2image/analyze.c	/^static struct box more, less, report;$/;"	v	typeref:struct:	file:
report	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM struct box more, less, report;$/;"	v	typeref:struct:
report	imagery/i.ortho.photo/photo.2target/analyze.c	/^static struct box more, less, report;$/;"	v	typeref:struct:	file:
report	imagery/i.ortho.photo/photo.rectify/report.c	/^report(char *name, char *mapset, char *result, long rectify, long compress,$/;"	f
report	imagery/i.points/analyze.c	/^static struct box more, less, report;$/;"	v	typeref:struct:	file:
report	imagery/i.rectify/report.c	/^int report(char *name, char *mapset, char *result,$/;"	f
report	imagery/i.vpoints/analyze.c	/^static struct box more, less, report;$/;"	v	typeref:struct:	file:
report	raster/r.distance/report.c	/^void report(struct Parms *parms)$/;"	f
report	raster/r.report/report.c	/^int report(void)$/;"	f
report	vector/v.net.visibility/visibility.c	/^void report(struct Point *p, struct Point *q, struct Map_info *out)$/;"	f
report	vector/v.net/report.c	/^int report(struct Map_info *In, int afield, int nfield, int action)$/;"	f
report	vector/v.to.db/report.c	/^int report(void)$/;"	f
report_error	db/drivers/dbf/error.c	/^void report_error(void)$/;"	f
report_error	db/drivers/mysql/error.c	/^void report_error(void)$/;"	f
report_error	db/drivers/odbc/error.c	/^void report_error(char *err)$/;"	f
report_error	db/drivers/ogr/error.c	/^void report_error(void)$/;"	f
report_error	db/drivers/postgres/error.c	/^void report_error(void)$/;"	f
report_error	db/drivers/sqlite/error.c	/^void report_error(void)$/;"	f
report_range	raster/r.quant/read_rules.c	/^int report_range(void)$/;"	f
report_range	raster/r.recode/read_rules.c	/^int report_range(void)$/;"	f
reportfile	imagery/i.cluster/description.html	/^<A NAME="reportfile"><\/A>$/;"	a
reportfile	imagery/i.cluster/main.c	/^char *reportfile;$/;"	v
required	include/gis.h	/^    int required;		\/* REQUIRED or OPTIONAL             *\/$/;"	m	struct:Option
required	swig/perl/gis.h	/^    int required;		\/* REQUIRED or OPTIONAL             *\/$/;"	m	struct:Option
res	db/drivers/mysql/globals.h	/^    MYSQL_RES *res;$/;"	m	struct:_cursor
res	db/drivers/postgres/globals.h	/^    PGresult *res;$/;"	m	struct:_cursor
res	ps/ps.map/ps_info.h	/^    int res;$/;"	m	struct:PS_data
res	raster/r.li/r.li.daemon/ipc.h	/^    double res;$/;"	m	struct:fields_done
res	raster3d/r3.to.rast/main.c	/^    struct Flag *res;		\/*If set, use the same resolution as the input map *\/$/;"	m	struct:__anon107	typeref:struct:__anon107::Flag	file:
res_coarse	visualization/nviz2/cmd/local_proto.h	/^      *mode, *res_fine, *res_coarse, *style, *shade, *wire_color, *surface_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
res_fine	visualization/nviz2/cmd/local_proto.h	/^      *mode, *res_fine, *res_coarse, *style, *shade, *wire_color, *surface_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
res_type	raster/r.mapcalc/expression.h	/^    int res_type;$/;"	m	struct:expression
resamp_unweighted	raster/r.resamp.stats/main.c	/^static void resamp_unweighted(void)$/;"	f	file:
resamp_weighted	raster/r.resamp.stats/main.c	/^static void resamp_weighted(void)$/;"	f	file:
resampleFun	include/G3d.h	/^    resample_fn *resampleFun;$/;"	m	struct:G3D_Map
resample_fn	include/G3d.h	/^typedef void resample_fn(struct G3D_Map *, int, int, int, void *, int);$/;"	t
reset	include/iostream/embuffer.h	/^void em_buffer<T,Key>::reset() {$/;"	f	class:em_buffer
reset	include/iostream/imbuffer.h	/^  void reset() { $/;"	f	class:im_buffer
reset	include/iostream/imbuffer.h	/^void im_buffer<T>::reset(unsigned long start, unsigned long n) {$/;"	f	class:im_buffer
reset	include/iostream/minmaxheap.h	/^void BasicMinMaxHeap<T>::reset() {$/;"	f	class:BasicMinMaxHeap
reset	raster/r.terraflow/types.h	/^  static void reset() {	label = getLabelInit(); }$/;"	f	class:labelFactory
resetBit	raster/r.terraflow/water.h	/^  void resetBit(int k) { value &= ~(0x1<<k); };$/;"	f	class:packed8bit
reset_distances	raster/r.buffer/find_dist.c	/^int reset_distances(void)$/;"	f
reset_map_location	ps/ps.map/read_cfg.c	/^void reset_map_location(void)$/;"	f
reset_null_vals	raster/r.stats/stats.c	/^void reset_null_vals(CELL *cell, int ncols)$/;"	f
reset_parts	lib/vector/Vlib/build_ogr.c	/^static void reset_parts(GEOM_PARTS * parts)$/;"	f	file:
reset_reads	lib/dspf/cube_io.c	/^int reset_reads(file_info * headfax)$/;"	f
reset_res	visualization/nviz/scripts/panel_main.tcl	/^proc reset_res { } {$/;"	p
reset_values	lib/form/form.c	/^int reset_values(ClientData cdata, Tcl_Interp * interp, int argc,$/;"	f
reset_values	vector/v.digit/form.c	/^int reset_values(ClientData cdata, Tcl_Interp * interp, int argc,$/;"	f
reshape_cb	visualization/nviz/src/togl_cb.c	/^void reshape_cb(struct Togl *togl)$/;"	f
resid	lib/vector/transform/transform.c	/^static int resid(double ax[], double ay[], double bx[], double by[],$/;"	f	file:
residual	vector/lidar/lidarlib/PolimiFunct.h	/^    double residual;$/;"	m	struct:element
residuals	vector/v.transform/trans.h	/^GLOBAL double residuals[MAX_COOR];$/;"	v
residuals_a_predicts_b	lib/vector/transform/transform.c	/^int residuals_a_predicts_b(double ax[], double ay[], double bx[], double by[],$/;"	f
residuals_b_predicts_a	lib/vector/transform/transform.c	/^int residuals_b_predicts_a(double ax[], double ay[], double bx[], double by[],$/;"	f
resize_borders	visualization/nviz/scripts/panel_resize.tcl	/^proc resize_borders {} {$/;"	p
resize_panel_refresh	visualization/nviz/scripts/panel_resize.tcl	/^proc resize_panel_refresh {W} {$/;"	p
resize_togl	visualization/nviz/scripts/panel_resize.tcl	/^proc resize_togl {W} {$/;"	p
resolution	include/dlg.h	/^    double resolution;$/;"	m	struct:dlg_head
resolution	lib/display/cnversions.c	/^static struct vector resolution;$/;"	v	typeref:struct:vector	file:
resolve	raster/r.drain/resolve.c	/^void resolve(int fd, int nl, struct band3 *bnd)$/;"	f
resolve	raster/r.fill.dir/resolve.c	/^void resolve(int fd, int nl, struct band3 *bnd)$/;"	f
restore	gem/actions.c	/^void restore(char *gisbase, char *grass_version)$/;"	f
restoreCommand	visualization/nviz/src/togl.c	/^    char   *restoreCommand;$/;"	m	struct:stereoStateRec	file:
restore_dummy	lib/vector/Vlib/write.c	/^static int restore_dummy()$/;"	f	file:
restore_entries_gisman	gem/reg_entries.c	/^int restore_entries_gisman(char *gisbase)$/;"	f
restore_html	gem/reg_html.c	/^int restore_html(char *gisbase)$/;"	f
restore_region	imagery/i.class/restore_reg.c	/^int restore_region(void)$/;"	f
restore_under_dot	imagery/i.ortho.photo/photo.2image/dot.c	/^int restore_under_dot(void)$/;"	f
restore_under_dot	imagery/i.ortho.photo/photo.2target/dot.c	/^int restore_under_dot(char *file)$/;"	f
restore_under_dot	imagery/i.points/dot.c	/^int restore_under_dot(void)$/;"	f
restore_under_dot	imagery/i.vpoints/dot.c	/^int restore_under_dot(void)$/;"	f
restorecursor	visualization/nviz/scripts/panel_main.tcl	/^proc restorecursor {} {$/;"	p
result	raster/r.cross/glob.h	/^    CELL *result;$/;"	m	struct:__anon141
result	raster/r.cross/glob.h	/^    CELL result;$/;"	m	struct:__anon142
result	raster/r.mapcalc/main.c	/^static expr_list *result;$/;"	v	file:
result	raster/r.recode/global.h	/^char *name, *mapset, *result, *title;$/;"	v
retileNocache	lib/g3d/retile.c	/^retileNocache(void *map, const char *nameOut, int tileX, int tileY, int tileZ)$/;"	f	file:
retreat_band3	raster/r.drain/tinf.c	/^int retreat_band3(int fh, struct band3 *bnd)$/;"	f
retreat_band3	raster/r.fill.dir/tinf.c	/^int retreat_band3(int fh, struct band3 *bnd)$/;"	f
rettype	vector/v.mapcalc/mapcalc.h	/^    STYP rettype;		\/* if function, return type *\/$/;"	m	struct:Symbol
reumann_witkam	vector/v.generalize/simplification.c	/^int reumann_witkam(struct line_pnts *Points, double thresh, int with_z)$/;"	f
rev	general/g.transform/main.c	/^static struct Stats fwd, rev;$/;"	v	typeref:struct:	file:
reverse	raster3d/r3.showdspf/vizual.h	/^    int reverse;		\/* is it a mirror image? if so, polygons$/;"	m	struct:Cap
reverse	vector/v.edit/global.h	/^    struct Flag *header, *topo, *close, *reverse, *move_first;$/;"	m	struct:GParams	typeref:struct:GParams::
reverse	vector/v.to.3d/local_proto.h	/^  struct Flag *reverse, *table;$/;"	m	struct:opts	typeref:struct:opts::Flag
reverse_selection	vector/v.edit/select.c	/^int reverse_selection(struct Map_info *Map, int type, struct ilist **List)$/;"	f
reversed	vector/v.digit/line.c	/^    int reversed;$/;"	m	struct:edit_line	file:
rew	visualization/xganim/gui.c	/^static Widget rew, rplay, stepb, stop, stepf, play, loop, swing;$/;"	v	file:
rew_dummy	lib/vector/Vlib/rewind.c	/^static int rew_dummy()$/;"	f	file:
rewind	visualization/xganim/gui.h	/^    int rewind, prevframe, curframe, nframes;$/;"	m	struct:gui_data
rewind_callback	visualization/xganim/gui.c	/^static void rewind_callback(Widget w, XtPointer data, caddr_t cbs)$/;"	f	file:
rewrite_dummy	lib/vector/Vlib/write.c	/^static int rewrite_dummy()$/;"	f	file:
rf	include/gprojects.h	/^    double a, es, rf;$/;"	m	struct:gpj_ellps
rf	lib/proj/local_proto.h	/^    double a, es, rf;$/;"	m	struct:ellps_list
rfind	lib/db/dbmi_driver/d_mkdir.c	/^static char *rfind(char *string, char c)$/;"	f	file:
rgb	ps/ps.map/description.html	/^<a name="rgb"><\/a>$/;"	a
rgb2his	imagery/i.rgb.his/rgb2his.c	/^void rgb2his(CELL * rowbuffer[3], int columns)$/;"	f
rgb_color	display/d.thematic.area/plot.h	/^struct rgb_color$/;"	s
rgb_color	display/d.vect/plot.h	/^struct rgb_color$/;"	s
rgbcol	ps/ps.map/vector.h	/^    char *rgbcol;		\/* column used for symbol rgb color *\/$/;"	m	struct:__anon22
rgbmaps	raster/r.out.vtk/parameters.h	/^	*elev, *rgbmaps, *vectmaps, *decimals;$/;"	m	struct:__anon161	typeref:struct:__anon161::
rgbmaps	raster3d/r3.out.vtk/parameters.h	/^    struct Option *input, *output, *rgbmaps, *vectormaps, *null_val, *top,$/;"	m	struct:__anon123	typeref:struct:__anon123::
rheap_lchild	include/iostream/replacementHeap.h	/^static inline size_t rheap_lchild(size_t index) {$/;"	f
rheap_parent	include/iostream/replacementHeap.h	/^static inline size_t rheap_parent(size_t index) {$/;"	f
rheap_rchild	include/iostream/replacementHeap.h	/^static inline size_t rheap_rchild(size_t index) {$/;"	f
rho	lib/gpde/N_heatflow.h	/^    N_array_2d *rho;		\/*density *\/$/;"	m	struct:__anon43
rho	lib/gpde/N_heatflow.h	/^    N_array_3d *rho;		\/*density *\/$/;"	m	struct:__anon42
ri	imagery/i.atcorr/AerosolModel.h	/^		float ri[10][4];$/;"	m	struct:AerosolModel::Mie_in
right	display/d.profile/profile.h	/^    float bot, top, left, right;$/;"	m	struct:windows
right	imagery/i.ask/popup.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
right	imagery/i.class/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon203::__anon204
right	imagery/i.class/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon203
right	imagery/i.class/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon205
right	imagery/i.class/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon202
right	imagery/i.ortho.photo/photo.2image/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
right	imagery/i.ortho.photo/photo.2image/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
right	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
right	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^    int top, bottom, left, right;$/;"	m	struct:box
right	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int top, bottom, left, right, width, middle, nums;$/;"	v
right	imagery/i.ortho.photo/photo.2image/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon237::__anon238
right	imagery/i.ortho.photo/photo.2image/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon237
right	imagery/i.ortho.photo/photo.2image/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon239
right	imagery/i.ortho.photo/photo.2image/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon236
right	imagery/i.ortho.photo/photo.2target/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
right	imagery/i.ortho.photo/photo.2target/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
right	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
right	imagery/i.ortho.photo/photo.2target/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon226::__anon227
right	imagery/i.ortho.photo/photo.2target/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon226
right	imagery/i.ortho.photo/photo.2target/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon228
right	imagery/i.ortho.photo/photo.2target/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon225
right	imagery/i.ortho.photo/photo.rectify/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon230::__anon231
right	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon230
right	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon232
right	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon229
right	imagery/i.ortho.photo/photo.rectify/perform.c	/^static ROWCOL *rmap, *cmap, left, right;$/;"	v	file:
right	imagery/i.points/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
right	imagery/i.points/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
right	imagery/i.points/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
right	imagery/i.points/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon211::__anon212
right	imagery/i.points/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon211
right	imagery/i.points/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon214
right	imagery/i.points/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon210
right	imagery/i.rectify/perform.c	/^static ROWCOL *rmap, *cmap, left, right;$/;"	v	file:
right	imagery/i.smap/bouman/region.h	/^	int right;$/;"	m	struct:Region::Free
right	imagery/i.vpoints/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
right	imagery/i.vpoints/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
right	imagery/i.vpoints/ask_lineclr.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
right	imagery/i.vpoints/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
right	imagery/i.vpoints/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon217::__anon218
right	imagery/i.vpoints/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon217
right	imagery/i.vpoints/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon220
right	imagery/i.vpoints/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon216
right	include/btree.h	/^    int right;$/;"	m	struct:__anon298
right	include/gis.h	/^	int right;$/;"	m	struct:Cell_stats::Cell_stats_node
right	include/gstypes.h	/^    short left, right, bottom, top;	\/* Screen coordinates *\/$/;"	m	struct:__anon261
right	include/ibtree.h	/^    int right;$/;"	m	struct:__anon272
right	include/sqlp.h	/^    struct sqlpnode *right;	\/* right argument, sometimes NULL *\/$/;"	m	struct:sqlpnode	typeref:struct:sqlpnode::sqlpnode
right	include/vect/dig_structs.h	/^    plus_t right;		\/* area\/isle number to right, negative for isle *\/$/;"	m	struct:P_line
right	lib/display/draw.c	/^static int left, right, top, bottom;	\/* window edges *\/$/;"	v	file:
right	lib/gis/plot.c	/^static double left, right, top, bottom;$/;"	v	file:
right	lib/psdriver/Graph_set.c	/^    double left, right, bot, top;$/;"	m	struct:paper	file:
right	lib/psdriver/Graph_set.c	/^static int left, right, bot, top;$/;"	v	file:
right	raster/r.cross/glob.h	/^    int right;$/;"	m	struct:__anon141
right	raster/r.describe/tree.c	/^    int right;$/;"	m	struct:__anon159	file:
right	raster/r.stats/stats.c	/^    struct Node *right;$/;"	m	struct:Node	typeref:struct:Node::Node	file:
right	raster/r.to.vect/global.h	/^    double right, left;		\/* areas to right and left of line *\/$/;"	m	struct:COOR
right	raster/r.to.vect/global.h	/^    struct COOR *right;$/;"	m	struct:line_hdr	typeref:struct:line_hdr::COOR
right	swig/perl/gis.h	/^	int right;$/;"	m	struct:Cell_stats::Cell_stats_node
right	vector/v.delaunay2/data_types.h	/^{ left, right } side;$/;"	e	enum:__anon163
rightChild	include/iostream/minmaxheap.h	/^  HeapIndex rightChild(HeapIndex i) const { return 2*i + 1; };$/;"	f	class:BasicMinMaxHeap
rightChildValue	include/iostream/minmaxheap.h	/^T BasicMinMaxHeap<T>::rightChildValue(HeapIndex i) const {$/;"	f	class:BasicMinMaxHeap
rightTurn	vector/v.hull/main.c	/^int rightTurn(struct Point *P, int i, int j, int k)$/;"	f
right_area	include/dlg.h	/^    int right_area;$/;"	m	struct:dlg_line
right_brother	vector/v.net.visibility/rotation_tree.c	/^struct Point *right_brother(struct Point *p)$/;"	f
right_brother	vector/v.net.visibility/rotation_tree.h	/^    struct Point *right_brother;$/;"	m	struct:Point	typeref:struct:Point::Point
right_button_hit	raster3d/r3.showdspf/kns_defines.h	/^    int right_button_hit;$/;"	m	struct:window_props
right_child	raster/r.li/r.li.daemon/avl.h	/^    struct avl_node *right_child;$/;"	m	struct:avl_node	typeref:struct:avl_node::avl_node
right_child	raster/r.li/r.li.daemon/avlID.h	/^    struct avlID_node *right_child;$/;"	m	struct:avlID_node	typeref:struct:avlID_node::avlID_node
right_marg	ps/ps.map/paper.h	/^    double left_marg, right_marg, top_marg, bot_marg;$/;"	m	struct:__anon24
right_marg	ps/ps.map/ps_info.h	/^    double left_marg, right_marg, top_marg, bot_marg;$/;"	m	struct:PS_data
right_of	vector/v.voronoi/sw_geometry.c	/^int right_of(struct Halfedge *el, struct Point *p)$/;"	f
rightmost_son	vector/v.net.visibility/rotation_tree.c	/^struct Point *rightmost_son(struct Point *p)$/;"	f
rightmost_son	vector/v.net.visibility/rotation_tree.h	/^    struct Point *rightmost_son;$/;"	m	struct:Point	typeref:struct:Point::Point
rightreg	vector/v.voronoi/sw_edgelist.c	/^struct Site *rightreg(struct Halfedge *he)$/;"	f
ril	raster/r.watershed/seg/Gwater.h	/^GLOBAL DSEG slp, s_l, s_g, l_s, ril;$/;"	v
ril_buf	raster/r.watershed/ram/Gwater.h	/^GLOBAL CELL *ril_buf;$/;"	v
ril_fd	raster/r.watershed/ram/Gwater.h	/^GLOBAL int ril_fd;$/;"	v
ril_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char wat_flag, asp_flag, arm_flag, ril_flag, dep_flag;$/;"	v
ril_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char wat_flag, asp_flag, arm_flag, ril_flag, dep_flag;$/;"	v
ril_mapset	raster/r.watershed/ram/Gwater.h	/^GLOBAL char ril_name[GNAME_MAX], *ril_mapset, dep_name[GNAME_MAX],$/;"	v
ril_mapset	raster/r.watershed/seg/Gwater.h	/^GLOBAL char ril_name[GNAME_MAX], *ril_mapset, dep_name[GNAME_MAX],$/;"	v
ril_name	raster/r.watershed/ram/Gwater.h	/^GLOBAL char ril_name[GNAME_MAX], *ril_mapset, dep_name[GNAME_MAX],$/;"	v
ril_name	raster/r.watershed/seg/Gwater.h	/^GLOBAL char ril_name[GNAME_MAX], *ril_mapset, dep_name[GNAME_MAX],$/;"	v
ril_value	raster/r.watershed/ram/Gwater.h	/^GLOBAL double ril_value, dzero;$/;"	v
ril_value	raster/r.watershed/seg/Gwater.h	/^GLOBAL double ril_value, dzero;$/;"	v
rissanen83	imagery/i.gensigset/description.html	/^<LI><A NAME="rissanen83">J. Rissanen,<\/A>$/;"	a
rite	lib/display/draw2.c	/^    double rite;$/;"	m	struct:rectangle	file:
river_bed	lib/gpde/N_gwflow.h	/^    N_array_2d *river_bed;	\/*!Bed of the river [m] *\/$/;"	m	struct:__anon41
river_bed	lib/gpde/N_gwflow.h	/^    N_array_3d *river_bed;	\/*!Bed of the river [m] *\/$/;"	m	struct:__anon40
river_bed	raster/r.gwflow/main.c	/^	*river_head, *river_bed, *river_leak, *drain_bed, *drain_leak;$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
river_head	lib/gpde/N_gwflow.h	/^    N_array_2d *river_head;	\/*!Waterlevel of the river  [m] *\/$/;"	m	struct:__anon41
river_head	lib/gpde/N_gwflow.h	/^    N_array_3d *river_head;	\/*!Waterlevel of the river [m] *\/$/;"	m	struct:__anon40
river_head	raster/r.gwflow/main.c	/^	*river_head, *river_bed, *river_leak, *drain_bed, *drain_leak;$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
river_leak	lib/gpde/N_gwflow.h	/^    N_array_2d *river_leak;	\/*!Leakage of the river bed [1\/s] *\/$/;"	m	struct:__anon41
river_leak	lib/gpde/N_gwflow.h	/^    N_array_3d *river_leak;	\/*!Leakage of the river bed [1\/s] *\/$/;"	m	struct:__anon40
river_leak	raster/r.gwflow/main.c	/^	*river_head, *river_bed, *river_leak, *drain_bed, *drain_leak;$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
rl	raster/r.li/r.li.daemon/daemon.h	/^    int rl;$/;"	m	struct:area_entry
rl	raster/r.li/r.li.daemon/ipc.h	/^    int rl;$/;"	m	struct:fields_area
rl	raster/r.li/r.li.daemon/ipc.h	/^    int rl;$/;"	m	struct:fields_maskedarea
rl	raster/r.li/r.li.daemon/list.h	/^    int rl;$/;"	m	struct:generatore
rle_code2length	lib/g3d/rle.c	/^static char *rle_code2length(char *src, int *length)$/;"	f	file:
rle_compress	lib/gis/put_row.c	/^static int rle_compress(unsigned char *dst, unsigned char *src, int n,$/;"	f	file:
rle_decompress	lib/gis/get_row.c	/^static void rle_decompress(unsigned char *dst, const unsigned char *src,$/;"	f	file:
rle_length2code	lib/g3d/rle.c	/^static char *rle_length2code(int length, char *dst)$/;"	f	file:
rlst	raster/r.kappa/main.c	/^long *rlst;$/;"	v
rm	imagery/i.atcorr/Gauss.h	/^	float rm[2*mu+1];		\/* shifted gaussian angles *\/$/;"	m	struct:Gauss
rm_vertex	vector/v.digit/vertex.c	/^struct rm_vertex$/;"	s	file:
rm_vertex	vector/v.digit/vertex.c	/^void rm_vertex(void)$/;"	f
rm_vertex_begin	vector/v.digit/vertex.c	/^int rm_vertex_begin(void *closure)$/;"	f
rm_vertex_end	vector/v.digit/vertex.c	/^int rm_vertex_end(void *closure)$/;"	f
rm_vertex_update	vector/v.digit/vertex.c	/^int rm_vertex_update(void *closure, int sxn, int syn, int button)$/;"	f
rmap	imagery/i.ortho.photo/photo.rectify/perform.c	/^static ROWCOL *rmap, *cmap, left, right;$/;"	v	file:
rmap	imagery/i.rectify/perform.c	/^static ROWCOL *rmap, *cmap, left, right;$/;"	v	file:
rmax	imagery/i.atcorr/AerosolModel.h	/^		float rmax;$/;"	m	struct:AerosolModel::Mie_in
rmdac	vector/v.clean/rmdac.c	/^int rmdac(struct Map_info *Out, struct Map_info *Err)$/;"	f
rmin	imagery/i.atcorr/AerosolModel.h	/^		float rmin;$/;"	m	struct:AerosolModel::Mie_in
rms	general/g.transform/main.c	/^    double sum2, rms;$/;"	m	struct:Stats	file:
rms	imagery/i.ortho.photo/photo.2image/analyze.c	/^static double rms;$/;"	v	file:
rms	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM double rms;$/;"	v
rms	imagery/i.ortho.photo/photo.2target/analyze.c	/^static double rms;$/;"	v	file:
rms	imagery/i.points/analyze.c	/^static double rms;$/;"	v	file:
rms	imagery/i.vpoints/analyze.c	/^static double rms;$/;"	v	file:
rms	vector/v.transform/trans.h	/^GLOBAL double rms;$/;"	v
rn	imagery/i.atcorr/AerosolModel.h	/^		float rn[10][4];$/;"	m	struct:AerosolModel::Mie_in
roaero	imagery/i.atcorr/Interp.h	/^	float roaero;$/;"	m	struct:InterpStruct
roaero	imagery/i.atcorr/computations.cpp	/^    float rorayl, romix, roaero;$/;"	m	struct:OpticalAtmosProperties	file:
roatm	imagery/i.atcorr/common.h	/^	float roatm[3][10];$/;"	m	struct:Sixs_disc
romix	imagery/i.atcorr/Interp.h	/^	float romix; $/;"	m	struct:InterpStruct
romix	imagery/i.atcorr/computations.cpp	/^    float rorayl, romix, roaero;$/;"	m	struct:OpticalAtmosProperties	file:
root	include/vect/dig_structs.h	/^    struct Node *root;$/;"	m	struct:spatial_index	typeref:struct:spatial_index::Node
root	lib/rst/qtree/qtree.h	/^    struct multtree *root;$/;"	m	struct:tree_info	typeref:struct:tree_info::multtree
root	vector/v.surf.rst/main.c	/^struct multtree *root;$/;"	v	typeref:struct:multtree
root	vector/v.vol.rst/main.c	/^struct octtree *root;$/;"	v	typeref:struct:octtree
rootCycles	raster/r.terraflow/ccforest.h	/^  int rootCycles;$/;"	m	class:ccforest
rootStream	raster/r.terraflow/ccforest.h	/^  AMI_STREAM<cckeyvalue> *rootStream;$/;"	m	class:ccforest
rorayl	imagery/i.atcorr/Interp.h	/^	float rorayl; $/;"	m	struct:InterpStruct
rorayl	imagery/i.atcorr/computations.cpp	/^    float rorayl, romix, roaero;$/;"	m	struct:OpticalAtmosProperties	file:
rotang	vector/v.in.dwg/global.h	/^    double rotang;$/;"	m	struct:__anon177
rotate	display/d.text.new/test.pl	/^sub rotate{$/;"	s
rotate	ps/ps.map/vector.h	/^    double rotate;		\/* symbol rotation *\/$/;"	m	struct:__anon22
rotate	vector/v.mkgrid/rotate.c	/^void rotate(double *x, double *y, double xo, double yo, double angle)$/;"	f
rotateLoop	raster3d/r3.showdspf/new_init_graphics.c	/^void rotateLoop()$/;"	f
rotate_bufs	raster/r.neighbors/bufs.c	/^int rotate_bufs(void)$/;"	f
rotate_model	raster3d/r3.showdspf/new_init_graphics.c	/^void rotate_model(struct dspec *D_spec)$/;"	f
rotate_plot	ps/ps.map/main.c	/^int rotate_plot;$/;"	v
rotate_vector	lib/vector/Vlib/buffer2.c	/^static void rotate_vector(double x, double y, double cosa, double sina,$/;"	f	file:
rotation	display/d.graph/description.html	/^<a name="rotation"><\/a>$/;"	a
rotation	display/d.graph/do_graph.c	/^static double rotation;		\/* degrees counter-clockwise from east *\/$/;"	v	file:
rotation	display/d.paint.labels/do_labels.c	/^static double width, rotation;$/;"	v	file:
rotation	vector/v.label.sa/labels.h	/^    double rotation;		    \/**< The mount the label is rotated in this position *\/$/;"	m	struct:_label_candidate
rotcol	ps/ps.map/vector.h	/^    char *rotcol;		\/* column used for symbol rotation *\/$/;"	m	struct:__anon22
round	imagery/i.ortho.photo/photo.rectify/ask_wind.c	/^static int round(double *x)$/;"	f	file:
round	lib/display/draw2.c	71;"	d	file:
round	raster/r.mapcalc/xround.c	/^static int round(double x)$/;"	f	file:
round_c	imagery/i.atcorr/main.cpp	/^static CELL round_c (FCELL x)$/;"	f	file:
round_c	imagery/i.pca/main.c	/^static CELL round_c(double x)$/;"	f	file:
round_only	include/gis.h	/^    int round_only;$/;"	m	struct:Quant
round_only	swig/perl/gis.h	/^    int round_only;$/;"	m	struct:Quant
round_to	display/d.zoom/set.c	/^static double round_to(double in, int sd)$/;"	f	file:
routine	lib/db/dbmi_driver/procs.h	/^    int (*routine) ();$/;"	m	struct:__anon25
row	db/drivers/mysql/globals.h	/^    MYSQL_ROW row;$/;"	m	struct:_cursor
row	db/drivers/postgres/globals.h	/^    int row;			\/* current row *\/$/;"	m	struct:_cursor
row	db/drivers/sqlite/globals.h	/^    int row;			\/* current row *\/$/;"	m	struct:_cursor
row	include/rowio.h	/^	int row;		\/* row number *\/$/;"	m	struct:__anon271::ROWIO_RCB
row	include/vask.h	/^    int row;			\/* row position         *\/$/;"	m	struct:ans_rec
row	ps/ps.map/ps_outline.c	/^static int k, col, row, top, bottom;$/;"	v	file:
row	raster/r.cost/cost.h	/^    int row;$/;"	m	struct:cost
row	raster/r.cost/stash.h	/^    int row;$/;"	m	struct:start_pt
row	raster/r.distance/defs.h	/^	int *row, *col;		\/* arrays of pixels indexes *\/$/;"	m	struct:EdgeList::CatEdgeList
row	raster/r.drain/main.c	/^    int row;$/;"	m	struct:point	file:
row	raster/r.flow/calc.c	/^    int row, col;		\/* current matrix address       *\/$/;"	m	struct:__anon150	file:
row	raster/r.le/r.le.patch/patch.h	/^    int *row;$/;"	m	struct:patch
row	raster/r.le/r.le.patch/patch.h	/^    int row, col;$/;"	m	struct:pt
row	raster/r.le/r.le.setup/polytocell/ply_to_cll.h	/^    int row;$/;"	m	struct:element
row	raster/r.le/r.le.trace/r.le.trace.h	/^    int *row;$/;"	m	struct:patch
row	raster/r.le/r.le.trace/r.le.trace.h	/^    int row, col;$/;"	m	struct:pt
row	raster/r.mapcalc/expression.h	/^    int row, col, depth;$/;"	m	struct:expr_data_map
row	raster/r.to.vect/areas.c	/^static int col, row, top, bottom;$/;"	v	file:
row	raster/r.to.vect/global.h	/^    int row, col, node;		\/* row, column of point; node flag *\/$/;"	m	struct:COOR
row	raster/r.to.vect/global.h	/^    int row;			\/* row and column of point where the *\/$/;"	m	struct:area_table
row	raster/r.to.vect/lines.c	/^static int row, col, n_cols;$/;"	v	file:
row	raster/r.walk/cost.h	/^    int row;$/;"	m	struct:cost
row	raster/r.walk/stash.h	/^    int row;$/;"	m	struct:start_pt
row	raster/r.what/main.c	/^    int row;$/;"	m	struct:order	file:
row	raster/wildfire/r.spread/cell_ptrHa.h	/^    int row, col;$/;"	m	struct:cell_ptrHa
row	raster/wildfire/r.spread/costHa.h	/^    int row, col;$/;"	m	struct:costHa
row	raster/wildfire/r.spreadpath/point.h	/^    int row, col, backrow, backcol;$/;"	m	struct:point
row	vector/lidar/v.surf.bspline/bspline.h	/^    int row;$/;"	m	struct:SubZone
row	vector/v.what.rast/main.c	/^    int row;$/;"	m	struct:order	file:
rowCount	raster/r.out.pov/main.c	/^int rowCount, columnCount, r, c;$/;"	v
rowEnd	raster/r.out.pov/main.c	/^int rowStr, rowEnd, colStr, colEnd;$/;"	v
rowStr	raster/r.out.pov/main.c	/^int rowStr, rowEnd, colStr, colEnd;$/;"	v
rowT	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int rowT, colT;$/;"	m	struct:__anon233
row_count	ps/ps.map/outl_io.c	/^static int raster_size, row_length, row_count, n_rows;$/;"	v	file:
row_count	raster/r.to.vect/global.h	/^Global int row_length, row_count, n_rows;$/;"	v
row_delta	ps/ps.map/ps_info.h	/^    int row_delta, col_delta;$/;"	m	struct:PS_data
row_dotted_fill	lib/gis/plot.c	/^static int row_dotted_fill(int y, double x1, double x2)$/;"	f	file:
row_fill	lib/gis/plot.c	/^static int (*row_fill) () = row_solid_fill;$/;"	v	file:
row_idx	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL IDX row_idx[NROWS];$/;"	v
row_idx	imagery/i.rectify/main.c	/^IDX row_idx[NROWS];$/;"	v
row_io	raster/r.thin/io.c	/^static ROWIO row_io;$/;"	v	file:
row_left	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL ROWCOL row_left[NROWS];$/;"	v
row_left	imagery/i.rectify/main.c	/^ROWCOL row_left[NROWS];$/;"	v
row_length	ps/ps.map/outl_io.c	/^static int raster_size, row_length, row_count, n_rows;$/;"	v	file:
row_length	raster/r.to.vect/global.h	/^Global int row_length, row_count, n_rows;$/;"	v
row_lists	raster/r.surf.idw/main.c	/^MELEMENT *row_lists($/;"	f
row_map	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL ROWCOL row_map[NROWS][NCOLS];$/;"	v
row_map	imagery/i.rectify/main.c	/^ROWCOL row_map[NROWS][NCOLS];$/;"	v
row_max	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL ROWCOL row_max[NROWS];$/;"	v
row_max	imagery/i.rectify/main.c	/^ROWCOL row_max[NROWS];$/;"	v
row_min	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL ROWCOL row_min[NROWS];$/;"	v
row_min	imagery/i.rectify/main.c	/^ROWCOL row_min[NROWS];$/;"	v
row_offset	raster/r.flow/r.flow.h	/^    int row_offset,		\/* border widths of buf (for            *\/$/;"	m	struct:__anon154
row_ptr	lib/gis/G.h	/^    off_t *row_ptr;		\/* File row addresses           *\/$/;"	m	struct:fileinfo
row_right	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL ROWCOL row_right[NROWS];$/;"	v
row_right	imagery/i.rectify/main.c	/^ROWCOL row_right[NROWS];$/;"	v
row_scale	raster/r.resamp.stats/main.c	/^static int row_scale, col_scale;$/;"	v	file:
row_solid_fill	lib/gis/plot.c	/^static int row_solid_fill(int y, double x1, double x2)$/;"	f	file:
row_to_northing	imagery/i.class/conv.c	/^double row_to_northing(struct Cell_head *cellhd, int row, double location)$/;"	f
row_to_northing	imagery/i.ortho.photo/photo.2image/conv.c	/^double row_to_northing(struct Cell_head *cellhd, int row, double location)$/;"	f
row_to_northing	imagery/i.ortho.photo/photo.2target/conv.c	/^double row_to_northing(struct Cell_head *cellhd, int row, double location)$/;"	f
row_to_northing	imagery/i.ortho.photo/photo.rectify/conv.c	/^double row_to_northing(struct Cell_head *cellhd, int row, double location)$/;"	f
row_to_northing	imagery/i.points/conv.c	/^double row_to_northing(struct Cell_head *cellhd, int row, double location)$/;"	f
row_to_northing	imagery/i.vpoints/conv.c	/^double row_to_northing(struct Cell_head *cellhd, int row, double location)$/;"	f
row_to_view	imagery/i.class/conv.c	/^int row_to_view(View * view, int row)$/;"	f
row_to_view	imagery/i.ortho.photo/photo.2image/conv.c	/^int row_to_view(View * view, int row)$/;"	f
row_to_view	imagery/i.ortho.photo/photo.2target/conv.c	/^int row_to_view(View * view, int row)$/;"	f
row_to_view	imagery/i.ortho.photo/photo.rectify/conv.c	/^int row_to_view(View * view, int row)$/;"	f
row_to_view	imagery/i.points/conv.c	/^int row_to_view(View * view, int row)$/;"	f
row_to_view	imagery/i.vpoints/conv.c	/^int row_to_view(View * view, int row)$/;"	f
row_total	raster/r.coin/totals.c	/^int row_total(int row, int with_no_data, long *count, double *area)$/;"	f
rowio	raster/r.mapcalc/map.c	/^    ROWIO rowio;$/;"	m	struct:map	file:
rowio_fileno	lib/rowio/fileno.c	/^int rowio_fileno(const ROWIO * R)$/;"	f
rowio_flush	lib/rowio/get.c	/^void rowio_flush(ROWIO * R)$/;"	f
rowio_forget	lib/rowio/forget.c	/^void rowio_forget(ROWIO * R, int row)$/;"	f
rowio_get	lib/rowio/get.c	/^void *rowio_get(ROWIO * R, int row)$/;"	f
rowio_put	lib/rowio/put.c	/^int rowio_put(ROWIO * R, const void *buf, int row)$/;"	f
rowio_release	lib/rowio/release.c	/^void rowio_release(ROWIO * R)$/;"	f
rowio_setup	lib/rowio/setup.c	/^int rowio_setup(ROWIO * R,$/;"	f
rowlook	raster/r.surf.idw/main.h	/^double *rowlook, *collook, *lat_diff,	\/* distances between latitudes *\/$/;"	v
rows	db/drivers/dbf/globals.h	/^    ROW *rows;$/;"	m	struct:__anon14
rows	include/G3d.h	/^    int rows, cols, depths;$/;"	m	struct:__anon248
rows	include/bitmap.h	/^    int rows;$/;"	m	struct:BM
rows	include/gis.h	/^    int rows;			\/* number of rows in the data 2D                *\/$/;"	m	struct:Cell_head
rows	include/gstypes.h	/^    int cols, rows, depths;$/;"	m	struct:g_vol
rows	include/gstypes.h	/^    int cols, rows;$/;"	m	struct:g_surf
rows	include/la.h	/^    int rows, cols;		\/* Rows and columns of matrix *\/$/;"	m	struct:matrix_
rows	lib/gpde/N_pde.h	/^    int cols, rows, depths;$/;"	m	struct:__anon63
rows	lib/gpde/N_pde.h	/^    int cols, rows;$/;"	m	struct:__anon62
rows	lib/gpde/N_pde.h	/^    int rows, cols, depths;$/;"	m	struct:__anon50
rows	lib/gpde/N_pde.h	/^    int rows, cols;$/;"	m	struct:__anon49
rows	lib/gpde/N_pde.h	/^    int rows;			\/*number of rows *\/$/;"	m	struct:__anon47
rows	lib/gpde/N_pde.h	/^    int rows;$/;"	m	struct:__anon48
rows	raster/r.li/r.li.daemon/list.h	/^    int rows;$/;"	m	struct:generatore
rows	raster/r.mapcalc/evaluate.c	/^int depths, rows, columns;$/;"	v
rows	raster/r.quantile/main.c	/^static int rows, cols;$/;"	v	file:
rows	swig/perl/gis.h	/^    int rows;			\/* number of rows in the data 2D                *\/$/;"	m	struct:Cell_head
rows	vector/v.generalize/matrix.h	/^    int rows, cols;$/;"	m	struct:__anon188
rows3	include/gis.h	/^    int rows3;			\/* number of rows in the data 3D                *\/$/;"	m	struct:Cell_head
rows3	swig/perl/gis.h	/^    int rows3;			\/* number of rows in the data 3D                *\/$/;"	m	struct:Cell_head
rows_intern	lib/gpde/N_pde.h	/^    int rows_intern, cols_intern, depths_intern;$/;"	m	struct:__anon50
rows_intern	lib/gpde/N_pde.h	/^    int rows_intern, cols_intern;$/;"	m	struct:__anon49
rowsperstrip	lib/ogsf/gsd_img_tif.c	/^unsigned short rowsperstrip = 0;$/;"	v
rowsperstrip	raster/r.out.tiff/r.out.tiff.c	/^u_short rowsperstrip = 0;$/;"	v
rowt	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int rowt, colt;$/;"	m	struct:__anon233
royston	lib/cdhc/royston.c	/^double *royston(double *x, int n)$/;"	f
rp	imagery/i.atcorr/Gauss.h	/^	float rp[np];			\/* gaussian angles *\/$/;"	m	struct:Gauss
rplay	visualization/xganim/gui.c	/^static Widget rew, rplay, stepb, stop, stepf, play, loop, swing;$/;"	v	file:
rplay_callback	visualization/xganim/gui.c	/^static void rplay_callback(Widget w, XtPointer data, caddr_t cbs)$/;"	f	file:
rr	raster/r.sun/main.c	/^double beam_e, diff_e, refl_e, bh, dh, rr, insol_t;$/;"	v
rr	raster/r.sun2/main.c	/^double beam_e, diff_e, refl_e, rr, insol_t;$/;"	v
rr_state	raster/r.random/local_proto.h	/^struct rr_state$/;"	s
rra	lib/vector/Vlib/e_intersect.c	/^mpf_t rra, rrb;$/;"	v
rrb	lib/vector/Vlib/e_intersect.c	/^mpf_t rra, rrb;$/;"	v
rsm	lib/rst/interp_float/interpf.h	/^    double rsm;			\/* smoothing *\/$/;"	m	struct:interp_params
rsm	vector/v.surf.rst/main.c	/^double gmin, gmax, c1min, c1max, c2min, c2max, fi, rsm;$/;"	v
rsm	vector/v.vol.rst/userglobs.h	/^double \/* PRISP *\/ fi, rsm, fstar2, alphat, betat;$/;"	v
rsunph	imagery/i.atcorr/AerosolModel.h	/^		float rsunph[50];$/;"	m	struct:AerosolModel::Mie_in
rt_s_useconds	include/iostream/rtimer.h	49;"	d
rt_s_useconds	include/iostream/rtimer.h	89;"	d
rt_seconds	include/iostream/rtimer.h	111;"	d
rt_sprint	include/iostream/rtimer.h	113;"	d
rt_sprint_safe	lib/iostream/rtimer.cc	/^rt_sprint_safe(char *buf, Rtimer rt) {$/;"	f
rt_start	include/iostream/rtimer.h	34;"	d
rt_start	include/iostream/rtimer.h	66;"	d
rt_stop	include/iostream/rtimer.h	41;"	d
rt_stop	include/iostream/rtimer.h	75;"	d
rt_u_useconds	include/iostream/rtimer.h	47;"	d
rt_u_useconds	include/iostream/rtimer.h	83;"	d
rt_w_useconds	include/iostream/rtimer.h	51;"	d
rt_w_useconds	include/iostream/rtimer.h	95;"	d
rt_zero	include/iostream/rtimer.h	109;"	d
rtab	raster3d/r3.showdspf/togif.h	/^    short **rtab;$/;"	m	struct:_vgl_GIFWriter
rtree_dump_branch	lib/vector/diglib/spindex_rw.c	/^int rtree_dump_branch(FILE * fp, struct Branch *b, int with_z, int level)$/;"	f
rtree_dump_node	lib/vector/diglib/spindex_rw.c	/^int rtree_dump_node(FILE * fp, struct Node *n, int with_z)$/;"	f
rtree_read_branch	lib/vector/diglib/spindex_rw.c	/^int rtree_read_branch(GVFILE * fp, struct Branch *b, int with_z, int level)$/;"	f
rtree_read_node	lib/vector/diglib/spindex_rw.c	/^int rtree_read_node(GVFILE * fp, struct Node *n, int with_z)$/;"	f
rtree_write_branch	lib/vector/diglib/spindex_rw.c	/^int rtree_write_branch(GVFILE * fp, struct Branch *b, int with_z, int level)$/;"	f
rtree_write_node	lib/vector/diglib/spindex_rw.c	/^int rtree_write_node(GVFILE * fp, struct Node *n, int with_z)$/;"	f
rule	lib/gis/color_rules.c	/^struct rule$/;"	s	file:
rule_error	lib/gis/color_rules.c	/^enum rule_error$/;"	g	file:
rule_size	raster/r.recode/global.h	/^int in_fd, out_fd, no_mask, align_wind, make_dcell, nrules, rule_size;$/;"	v
rules	include/gis.h	/^	struct Quant_table **rules;$/;"	m	struct:Quant::__anon267	typeref:struct:Quant::__anon267::Quant_table
rules	include/gis.h	/^	struct _Color_Rule_ **rules;$/;"	m	struct:_Color_Info_::__anon265	typeref:struct:_Color_Info_::__anon265::_Color_Rule_
rules	include/gis.h	/^    struct _Color_Rule_ *rules;$/;"	m	struct:_Color_Info_	typeref:struct:_Color_Info_::_Color_Rule_
rules	raster/r.colors/main.c	/^static char **rules;$/;"	v	file:
rules	raster/r.recode/global.h	/^char **rules;$/;"	v
rules	swig/perl/gis.h	/^	struct Quant_table **rules;$/;"	m	struct:Quant::__anon93	typeref:struct:Quant::__anon93::Quant_table
rules	swig/perl/gis.h	/^	struct _Color_Rule_ **rules;$/;"	m	struct:_Color_Info_::__anon91	typeref:struct:_Color_Info_::__anon91::_Color_Rule_
rules	swig/perl/gis.h	/^    struct _Color_Rule_ *rules;$/;"	m	struct:_Color_Info_	typeref:struct:_Color_Info_::_Color_Rule_
rules_descriptions	raster/r.colors/main.c	/^static char *rules_descriptions(void)$/;"	f	file:
rules_list	raster/r.colors/main.c	/^static char *rules_list(void)$/;"	f	file:
run	display/d.mon/cmd/main.c	/^int run(char *pgm, char *name)$/;"	f
run	gui/tcltk/d.m/d.m.tcl	/^proc run {cmd args} {$/;"	p
run	gui/tcltk/gis.m/runandoutput.tcl	/^proc run {cmd args} {$/;"	p
run	gui/wxpython/gui_modules/gcmd.py	/^    def run(self):$/;"	m	class:CommandThread
run	gui/wxpython/gui_modules/goutput.py	/^    def run(self):$/;"	m	class:CmdThread
run	gui/wxpython/gui_modules/mapdisp.py	/^    def run(self):$/;"	m	class:Command
run	gui/wxpython/gui_modules/menuform.py	/^    def run(self):$/;"	m	class:UpdateQThread
run	gui/wxpython/gui_modules/menuform.py	/^    def run(self):$/;"	m	class:UpdateThread
run	gui/wxpython/gui_modules/nviz_mapdisp.py	/^    def run(self):$/;"	m	class:NvizThread
run	include/iostream/replacementHeap.h	/^  AMI_STREAM<T> *run;$/;"	m	class:HeapElement
run	include/iostream/replacementHeapBlock.h	/^  MEM_STREAM<T> *run;$/;"	m	class:BlockHeapElement
run	raster/r.topmodel/misc.c	/^int run(char *cmd)$/;"	f
runFormation	include/iostream/ami_sort_impl.h	/^runFormation(AMI_STREAM<T> *instream, Compare *cmp) {$/;"	f
runPg	visualization/nviz/src/runPg.c	/^char *runPg(char *SQL_stmt)$/;"	f
run_clip	raster/r.le/r.le.patch/driver.c	/^void run_clip(int ncols, int nrows, int u_w, int u_l, int left, int top,$/;"	f
run_clip	raster/r.le/r.le.pixel/driver.c	/^void run_clip(int ncols, int nrows, int u_w, int u_l, int left, int top,$/;"	f
run_cmd	gui/tcltk/gis.m/runandoutput.tcl	/^proc run_cmd {dlg} {$/;"	p
run_cmd	lib/gis/gui.tcl	/^proc run_cmd {dlg} {$/;"	p
run_command	lib/python/core.py	/^def run_command(*args, **kwargs):$/;"	f
run_disabled	gui/tcltk/gis.m/runandoutput.tcl	/^proc run_disabled {gronsole button cmd} {$/;"	p
run_etc_imagery	imagery/i.ortho.photo/menu/run.c	/^int run_etc_imagery(char *pgm, char *group)$/;"	f
run_etc_support	raster/r.support/front/run.c	/^int run_etc_support(char *pgm, char *rast)$/;"	f
run_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char ele_flag, pit_flag, run_flag, dis_flag, ob_flag;$/;"	v
run_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char ele_flag, pit_flag, run_flag, dis_flag, ob_flag;$/;"	v
run_mapset	raster/r.watershed/ram/Gwater.h	/^GLOBAL char run_name[GNAME_MAX], *run_mapset, ob_name[GNAME_MAX], *ob_mapset;$/;"	v
run_mapset	raster/r.watershed/seg/Gwater.h	/^GLOBAL char run_name[GNAME_MAX], *run_mapset, ob_name[GNAME_MAX], *ob_mapset;$/;"	v
run_name	raster/r.watershed/ram/Gwater.h	/^GLOBAL char run_name[GNAME_MAX], *run_mapset, ob_name[GNAME_MAX], *ob_mapset;$/;"	v
run_name	raster/r.watershed/seg/Gwater.h	/^GLOBAL char run_name[GNAME_MAX], *run_mapset, ob_name[GNAME_MAX], *ob_mapset;$/;"	v
run_panel	gui/tcltk/d.m/d.m.tcl	/^	proc run_panel {cmd} {$/;"	p
run_panel	gui/tcltk/gis.m/runandoutput.tcl	/^proc run_panel {cmd} {$/;"	p
run_post	gem/actions.c	/^void run_post(char *package, int action, char *bins, char *gisbase)$/;"	f
run_system	imagery/i.ortho.photo/menu/run.c	/^int run_system(char *pgm)$/;"	f
run_system	raster/r.support/front/run.c	/^int run_system(char *pgm)$/;"	f
run_ui	gui/tcltk/gis.m/runandoutput.tcl	/^proc run_ui {cmd} {$/;"	p
runcmd	gui/tcltk/d.m/d.m.tcl	/^	proc runcmd {cmd} {$/;"	p
runcmd	gui/tcltk/gis.m/runandoutput.tcl	/^proc runcmd {cmd args} {$/;"	p
rut1	include/iostream/rtimer.h	/^  struct rusage rut1, rut2;$/;"	m	struct:__anon270	typeref:struct:__anon270::rusage
rut2	include/iostream/rtimer.h	/^  struct rusage rut1, rut2;$/;"	m	struct:__anon270	typeref:struct:__anon270::
rwalk	raster/simwe/simlib/waterglobs.h	/^GLOBAL double rwalk, bresx, bresy, xrand, yrand;$/;"	v
s	db/base/tables.c	/^    int s;$/;"	m	struct:__anon7	file:
s	gui/tcltk/d.m/description.html	/^functions (analysis, file I\/O, GIS configuration and management), two$/;"	f
s	gui/tcltk/gis.m/description.html	/^functions (analysis, file I\/O, GIS configuration and management), two$/;"	f
s	gui/wxpython/docs/wxGUI.html	/^functions (analysis, file I\/O, GIS configuration and management), the$/;"	f
s	imagery/i.atcorr/Iwave.h	/^		float s[1501];$/;"	m	struct:IWave::FFu
s	include/dbmi.h	/^	dbString *s;$/;"	m	union:__anon276::__anon277
s	include/dbmi.h	/^    dbString s;$/;"	m	struct:_db_value
s	include/sqlp.h	/^    char *s;			\/* pointer to string or NULL *\/$/;"	m	struct:__anon296
s	lib/gpde/N_gwflow.h	/^    N_array_2d *s;		\/*!specific yield [1\/m] *\/$/;"	m	struct:__anon41
s	lib/gpde/N_gwflow.h	/^    N_array_3d *s;		\/*!specific yield [1\/m] *\/$/;"	m	struct:__anon40
s	lib/vector/diglib/port_test.c	/^    short s;$/;"	m	union:type_conv	file:
s	raster/r.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *q, *s, *r, *top,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
s	raster/r.in.poly/raster.c	/^    short **s;$/;"	m	union:__anon160	file:
s	raster/r.le/r.le.patch/patch.h	/^    int n, s, e, w;$/;"	m	struct:reglist
s	raster/r.le/r.le.patch/patch.h	/^    int num, n, s, e, w, npts;$/;"	m	struct:patch
s	raster/r.le/r.le.pixel/pixel.h	/^    int n, s, e, w;$/;"	m	struct:reglist
s	raster/r.le/r.le.trace/r.le.trace.h	/^    int num, n, s, e, w, npts;$/;"	m	struct:patch
s	raster/r.sun/main.c	/^float **z, **o, **s, **li, **a, **la, **cbhr, **cdhr;$/;"	v
s	raster/r.sun2/main.c	/^float **z = NULL, **o = NULL, **s = NULL, **li = NULL, **a = NULL, **la =$/;"	v
s	raster3d/r3.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *hc_z, *q, *s, *r,$/;"	m	struct:__anon109	typeref:struct:__anon109::	file:
s1_2	raster/r.le/r.le.patch/patch.c	/^    *c10e, *s3, *s4, *s5, *s6, *s7_8, *s1_2, *h3, *h4, *h5, *h6, *h1_2, *n1_4,$/;"	v
s3	raster/r.le/r.le.patch/patch.c	/^    *c10e, *s3, *s4, *s5, *s6, *s7_8, *s1_2, *h3, *h4, *h5, *h6, *h1_2, *n1_4,$/;"	v
s4	raster/r.le/r.le.patch/patch.c	/^    *c10e, *s3, *s4, *s5, *s6, *s7_8, *s1_2, *h3, *h4, *h5, *h6, *h1_2, *n1_4,$/;"	v
s5	raster/r.le/r.le.patch/patch.c	/^    *c10e, *s3, *s4, *s5, *s6, *s7_8, *s1_2, *h3, *h4, *h5, *h6, *h1_2, *n1_4,$/;"	v
s6	raster/r.le/r.le.patch/patch.c	/^    *c10e, *s3, *s4, *s5, *s6, *s7_8, *s1_2, *h3, *h4, *h5, *h6, *h1_2, *n1_4,$/;"	v
s7_8	raster/r.le/r.le.patch/patch.c	/^    *c10e, *s3, *s4, *s5, *s6, *s7_8, *s1_2, *h3, *h4, *h5, *h6, *h1_2, *n1_4,$/;"	v
sHooks	lib/external/shapelib/shapefil.h	/^    SAHooks sHooks;$/;"	m	struct:__anon68
sHooks	lib/external/shapelib/shapefil.h	/^    SAHooks sHooks;$/;"	m	struct:__anon71
s_b	raster/r.watershed/ram/Gwater.h	/^GLOBAL FLAG *worked, *in_list, *s_b, *swale;$/;"	v
s_b	raster/r.watershed/seg/Gwater.h	/^GLOBAL BSEG worked, in_list, s_b, swale;$/;"	v
s_dev	raster/r.statistics/o_sdev.c	/^static int s_dev(double *data, int n, double *sdev)$/;"	f	file:
s_g	raster/r.watershed/ram/Gwater.h	/^GLOBAL double *s_l, *s_g, *l_s;$/;"	v
s_g	raster/r.watershed/seg/Gwater.h	/^GLOBAL DSEG slp, s_l, s_g, l_s, ril;$/;"	v
s_g_seg	raster/r.watershed/ram/Gwater.h	/^GLOBAL RAMSEG slp_seg, s_l_seg, s_g_seg, l_s_seg;$/;"	v
s_l	raster/r.watershed/ram/Gwater.h	/^GLOBAL double *s_l, *s_g, *l_s;$/;"	v
s_l	raster/r.watershed/seg/Gwater.h	/^GLOBAL DSEG slp, s_l, s_g, l_s, ril;$/;"	v
s_l_seg	raster/r.watershed/ram/Gwater.h	/^GLOBAL RAMSEG slp_seg, s_l_seg, s_g_seg, l_s_seg;$/;"	v
salloc	include/symbol.h	/^    int scount, salloc;		\/* number of points in stroked version *\/$/;"	m	struct:__anon286
same	lib/gis/put_row.c	/^static int same(const unsigned char *x, const unsigned char *y, int n)$/;"	f	file:
same_cats	raster/r.kappa/sum.c	/^static int same_cats(int a, int b, int nl)$/;"	f	file:
same_cats	raster/r.report/sums.c	/^int same_cats(int a, int b, int nl)$/;"	f
sample	raster/r.le/r.le.setup/sample.c	/^void sample(int t0, int b0, int l0, int r0, char *name, char *name1,$/;"	f
sample_cols	imagery/i.cluster/main.c	/^int sample_rows, sample_cols;$/;"	v
sample_raster	vector/v.drape/main.c	/^int sample_raster(const int ltype, int fdrast, struct Cell_head window,$/;"	f
sample_rows	imagery/i.cluster/main.c	/^int sample_rows, sample_cols;$/;"	v
sanityCheck	raster/r.terraflow/water.cc	/^compressedWaterWindowBaseType::sanityCheck() {$/;"	f	class:compressedWaterWindowBaseType
sanityCheck	raster/r.terraflow/water.cc	/^compressedWaterWindowType::sanityCheck() {$/;"	f	class:compressedWaterWindowType
sast	imagery/i.atcorr/Transform.h	/^    float sast;$/;"	m	struct:TransformInput
save	imagery/i.atcorr/AerosolModel.cpp	/^void AerosolModel::save()$/;"	f	class:AerosolModel
save	imagery/i.class/curses.c	/^static WINDOW *save;$/;"	v	file:
save	imagery/i.ortho.photo/photo.2image/curses.c	/^static WINDOW *save;$/;"	v	file:
save	imagery/i.ortho.photo/photo.2target/curses.c	/^static WINDOW *save;$/;"	v	file:
save	imagery/i.points/curses.c	/^static WINDOW *save;$/;"	v	file:
save	imagery/i.vpoints/curses.c	/^static WINDOW *save;$/;"	v	file:
save	lib/driver/main.c	/^static jmp_buf save;$/;"	v	file:
save	raster/r.terraflow/grid.cc	/^grid::save(AMI_STREAM<waterType> &str) {$/;"	f	class:grid
save2str	include/iostream/imbuffer.h	/^AMI_STREAM<T>* im_buffer<T>::save2str() const {$/;"	f	class:im_buffer
saveMemory	raster/r.sun2/main.c	/^int saveMemory, numPartitions = 1;$/;"	v
saveSettings	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^proc saveSettings { widget } {$/;"	p
saveWindow	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^proc saveWindow {sel number1 number2 number3 maskname widget} {$/;"	p
save_area	raster/r.le/r.le.setup/polytocell/save_area.c	/^void save_area(struct element *xy, int num_points, int category)$/;"	f
save_att	raster/r.le/r.le.patch/patch.c	/^void save_att(double w_att, double w_att2, double t_size, double t_size2,$/;"	f
save_cats	lib/gis/cats.c	/^static struct Categories save_cats;$/;"	v	typeref:struct:Categories	file:
save_colors	display/d.colors/interact.c	/^static int save_colors(char *name, char *mapset, struct Colors *colors)$/;"	f	file:
save_core	raster/r.le/r.le.patch/patch.c	/^void save_core(double sumc2, double sume2, double mcore, double medge,$/;"	f
save_fft	imagery/i.fft/save_fft.c	/^int save_fft(int total, double *data[2], double *maximum, double *minimum)$/;"	f
save_line	raster/r.le/r.le.setup/polytocell/do_line.c	/^void save_line(int row, int col1, int col2, int dum, int cat)$/;"	f
save_map	raster/r.lake/main.c	/^void save_map(FCELL ** out, int out_fd, int rows, int cols, int flag,$/;"	f
save_map	scripts/d.rast.edit/d.rast.edit.tcl	/^proc save_map {} {$/;"	p
save_port	lib/gis/unix_socks.c	/^static int save_port(int sockfd, const char *name)$/;"	f	file:
save_region	imagery/i.class/save_reg.c	/^int save_region(void)$/;"	f
save_rgn	raster/r.le/r.le.setup/setup.c	/^static void save_rgn(char *name, char *tempfile, FILE * tmp, int *x, int *y,$/;"	f	file:
save_shape	raster/r.le/r.le.patch/patch.c	/^void save_shape(double sq1, double sq2, double sq3, double *sqr11,$/;"	f
save_signature	imagery/i.class/signature.c	/^int save_signature(void)$/;"	f
save_size	raster/r.le/r.le.patch/patch.c	/^void save_size(double sum2, double msize, double *msize1, double *sum22,$/;"	f
save_string	db/drivers/dbf/str.c	/^int save_string(VALUE * val, char *c)$/;"	f
save_table	db/drivers/dbf/table.c	/^int save_table(int t)$/;"	f
save_under_dot	imagery/i.ortho.photo/photo.2image/dot.c	/^int save_under_dot(int x, int y)$/;"	f
save_under_dot	imagery/i.ortho.photo/photo.2target/dot.c	/^int save_under_dot(int x, int y, char *file)$/;"	f
save_under_dot	imagery/i.points/dot.c	/^int save_under_dot(int x, int y)$/;"	f
save_under_dot	imagery/i.vpoints/dot.c	/^int save_under_dot(int x, int y)$/;"	f
saved	imagery/i.class/defs.h	/^	int saved;$/;"	m	struct:region::__anon206
savedRoot	raster/r.terraflow/ccforest.h	/^  cckeyvalue savedRoot;$/;"	m	class:ccforest
savedRootValid	raster/r.terraflow/ccforest.h	/^  int savedRootValid;$/;"	m	class:ccforest
saved_npoints	imagery/i.class/defs.h	/^    int saved_npoints;$/;"	m	struct:region
saved_point	imagery/i.class/defs.h	/^    POINT saved_point[MAX_VERTEX];$/;"	m	struct:region
saved_view	imagery/i.class/defs.h	/^    View *saved_view;$/;"	m	struct:region
say_hello	lib/init/init.sh	/^say_hello()$/;"	f
sazm	raster/r.sunmask/solpos00.c	/^static void sazm(struct posdata *pdat, struct trigdata *tdat)$/;"	f	file:
sb	imagery/i.atcorr/Transform.h	/^    float sb;$/;"	m	struct:TransformInput
sb	include/gstypes.h	/^    short *sb;$/;"	m	struct:__anon251
sb	ps/ps.map/decorate.h	/^struct scalebar sb;$/;"	v	typeref:struct:scalebar
sb_bind_mouse	visualization/nviz/scripts/panel_scale.tcl	/^proc sb_bind_mouse { W } {$/;"	p
sb_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char st_flag, sb_flag, sg_flag, sl_flag, ls_flag;$/;"	v
sb_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char st_flag, sb_flag, sg_flag, sl_flag, ls_flag;$/;"	v
sbcf	raster/r.sunmask/solpos00.c	/^static void sbcf(struct posdata *pdat, struct trigdata *tdat)$/;"	f	file:
sbcf	raster/r.sunmask/solpos00.h	/^    float sbcf;			\/* O:  S_SBCF     Shadow-band correction factor *\/$/;"	m	struct:posdata
sbrad	raster/r.sunmask/solpos00.h	/^    float sbrad;		\/* I:             Shadow-band radius (cm) *\/$/;"	m	struct:posdata
sbsky	raster/r.sunmask/solpos00.h	/^    float sbsky;		\/* I:             Shadow-band sky factor *\/$/;"	m	struct:posdata
sbufferZone	raster/r.horizon/main.c	/^       nbufferZone = 0., sbufferZone = 0.;$/;"	v
sbwid	raster/r.sunmask/solpos00.h	/^    float sbwid;		\/* I:             Shadow-band width (cm) *\/$/;"	m	struct:posdata
sca	imagery/i.atcorr/AerosolModel.h	/^	float sca[10];$/;"	m	struct:AerosolModel
scalarMultiply	raster/r.terraflow/genericWindow.h	/^  void scalarMultiply(T mult) {$/;"	f	class:genericWindow
scalar_product	lib/gpde/N_solvers_krylov.c	/^void scalar_product(double *a, double *b, double *scalar, int rows)$/;"	f
scalar_vector_product	lib/gpde/N_solvers_krylov.c	/^void scalar_vector_product(double *a, double *result, double scalar, int rows)$/;"	f
scale	display/d.barscale/draw_scale.c	/^static const struct scale$/;"	s	file:
scale	display/drivers/XDRIVER/Raster.c	/^static double scale(double k, const int src[2], const int dst[2])$/;"	f	file:
scale	include/dbmi.h	/^    int scale;$/;"	m	struct:_db_column
scale	include/gstypes.h	/^    float scale;$/;"	m	struct:__anon260
scale	include/symbol.h	/^    double scale;		\/* to get symbol of size 1, each vertex must be multiplied by this scale *\/$/;"	m	struct:__anon288
scale	lib/pngdriver/Raster.c	/^static double scale(double k, const int src[2], const int dst[2])$/;"	f	file:
scale	ps/ps.map/description.html	/^<a name="scale"><\/a>$/;"	a
scale	ps/ps.map/scale.c	/^double scale(char *text)$/;"	f
scale	ps/ps.map/vector.h	/^    double scale;		\/* scale of pattern *\/$/;"	m	struct:__anon22
scale	raster/r.out.mpeg/main.c	/^float vscale, scale;		\/* resampling scale factors *\/$/;"	v
scale	visualization/nviz/src/togl_flythrough.c	/^    float scale[TOGL_SCALE_DIM];$/;"	m	struct:flyData	file:
scale	visualization/xganim/main.c	/^float vscale, scale;		\/* resampling scale factors *\/$/;"	v
scaleXZ	raster/r.out.vrml/main.c	/^static double scaleXZ, scaleY;$/;"	v	file:
scaleY	raster/r.out.vrml/main.c	/^static double scaleXZ, scaleY;$/;"	v	file:
scale_fwd_y	display/drivers/XDRIVER/Raster.c	/^static int scale_fwd_y(int sy)$/;"	f	file:
scale_fwd_y	lib/pngdriver/Raster.c	/^static int scale_fwd_y(int sy)$/;"	f	file:
scale_rev_x	display/drivers/XDRIVER/Raster.c	/^static int scale_rev_x(int dx)$/;"	f	file:
scale_rev_x	lib/pngdriver/Raster.c	/^static int scale_rev_x(int dx)$/;"	f	file:
scalebar	ps/ps.map/decorate.h	/^struct scalebar$/;"	s
scalebar	ps/ps.map/description.html	/^<a name="scalebar"><\/a>$/;"	a
scaled_raster	lib/raster/transport.h	/^    int (*scaled_raster) (int, int, const unsigned char *,$/;"	m	struct:transport
scaletext	ps/ps.map/ps_info.h	/^    char scaletext[100];$/;"	m	struct:PS_data
scalex	lib/rst/interp_float/interpf.h	/^    double scalex;		\/* anisotropy scaling factor *\/$/;"	m	struct:interp_params
scalex	raster/r.resamp.rst/main.c	/^double theta, scalex;$/;"	v
scalex	vector/v.surf.rst/main.c	/^double theta, scalex;$/;"	v
scan3	raster/r.terraflow/3scan.h	/^scan3(AMI_STREAM<T> &amis0, $/;"	f
scan3line	raster/r.terraflow/3scan.h	/^scan3line(FUN &funobj, $/;"	f
scan_absolute	lib/datetime/scan.c	/^static int scan_absolute(DateTime * dt, const char *buf)$/;"	f	file:
scan_bounds	raster/r.in.xyz/main.c	/^int scan_bounds(FILE * fp, int xcol, int ycol, int zcol, char *fs,$/;"	f
scan_cats	raster/r.cats/main.c	/^int scan_cats(char *s, long *x, long *y)$/;"	f
scan_cats	vector/v.extract/main.c	/^int scan_cats(char *s, int *x, int *y)$/;"	f
scan_cats	vector/v.normal/scancats.c	/^int scan_cats(char *s, long *x, long *y)$/;"	f
scan_cellsize	raster/r.in.arc/gethead.c	/^static int scan_cellsize(char *s, void *v, int i)$/;"	f	file:
scan_dist	raster/r.buffer/parse_dist.c	/^static int scan_dist(char *s, double *dist)$/;"	f	file:
scan_double	lib/gis/rd_cellhd.c	/^static double scan_double(const char *buf, double *n)$/;"	f	file:
scan_double	lib/gis/wind_scan.c	/^static int scan_double(const char *buf, double *value)$/;"	f	file:
scan_easting	ps/ps.map/scan_misc.c	/^int scan_easting(char *buf, double *f)$/;"	f
scan_easting	raster/r.in.arc/gethead.c	/^static int scan_easting(char *s, void *v, int i)$/;"	f	file:
scan_en	display/d.mapgraph/do_graph.c	/^int scan_en(char *buf, double *east, double *north, int skip)$/;"	f
scan_gis	ps/ps.map/scan_gis.c	/^int scan_gis(char *element, char *desc, char *key, char *data,$/;"	f
scan_int	lib/gis/rd_cellhd.c	/^static int scan_int(const char *buf, int *n)$/;"	f	file:
scan_int	raster/r.in.arc/gethead.c	/^static int scan_int(char *s, void *v, int proj)$/;"	f	file:
scan_int	raster/r.in.ascii/gethead.c	/^static int scan_int(char *s, int *i, int proj)$/;"	f	file:
scan_item	lib/gis/rd_cellhd.c	/^static int scan_item(const char *buf, char *label, char *value)$/;"	f	file:
scan_length	ps/ps.map/ps_outline.c	/^static int scan_length;$/;"	v	file:
scan_length	raster/r.to.vect/areas.c	/^static int scan_length;$/;"	v	file:
scan_ll	lib/gis/ll_scan.c	/^static int scan_ll(const char *buf, const char *dir, double *result, int max)$/;"	f	file:
scan_northing	ps/ps.map/scan_misc.c	/^int scan_northing(char *buf, double *f)$/;"	f
scan_northing	raster/r.in.arc/gethead.c	/^static int scan_northing(char *s, void *v, int i)$/;"	f	file:
scan_percent	ps/ps.map/scan_misc.c	/^static int scan_percent(char *buf, double *f, double min, double max)$/;"	f	file:
scan_ref	display/d.paint.labels/do_labels.c	/^int scan_ref(char *buf)$/;"	f
scan_ref	ps/ps.map/scan_ref.c	/^int scan_ref(char *buf, int *xref, int *yref)$/;"	f
scan_relative	lib/datetime/scan.c	/^static int scan_relative(DateTime * dt, const char *buf)$/;"	f	file:
scan_res	raster/r.in.arc/gethead.c	/^static int scan_res(char *s, void *v, int proj)$/;"	f	file:
scan_resolution	ps/ps.map/scan_misc.c	/^int scan_resolution(char *buf, double *f)$/;"	f
scan_rules	raster/r.colors/main.c	/^static void scan_rules(void)$/;"	f	file:
scan_tz	lib/datetime/scan.c	/^static int scan_tz(const char *word, int *tz)$/;"	f	file:
scan_vals	raster/r.cats/main.c	/^int scan_vals(char *s, double *x)$/;"	f
scan_value	raster/r.reclass/parse.c	/^static int scan_value(CELL * v)$/;"	f	file:
scancatlabel	lib/gis/sample.c	/^static double scancatlabel(const char *str)$/;"	f	file:
scatra	imagery/i.atcorr/computations.cpp	/^void scatra(const float taer, const float taerp, $/;"	f
scb	include/segment.h	/^    } *scb;$/;"	m	struct:__anon280	typeref:struct:__anon280::SEGMENT_SCB
schema	db/drivers/postgres/globals.h	/^    char *host, *port, *options, *tty, *dbname, *user, *password, *schema;$/;"	m	struct:__anon19
schemaName	include/dbmi.h	/^    char *schemaName;$/;"	m	struct:_db_connection
scient_format	raster/r.report/format.c	/^int scient_format(double v, char *buf, int n, int dp)$/;"	f
scig	raster/r.resamp.rst/surf.h	17;"	d
scig	vector/v.surf.rst/surf.h	18;"	d
scig	vector/v.vol.rst/surf.h	18;"	d
scik1	lib/rst/interp_float/interpf.h	/^    int scik1, scik2, scik3;	\/* multipliers for interp. values *\/$/;"	m	struct:interp_params
scik1	vector/v.vol.rst/surf.h	20;"	d
scik2	lib/rst/interp_float/interpf.h	/^    int scik1, scik2, scik3;	\/* multipliers for interp. values *\/$/;"	m	struct:interp_params
scik2	vector/v.vol.rst/surf.h	21;"	d
scik3	lib/rst/interp_float/interpf.h	/^    int scik1, scik2, scik3;	\/* multipliers for interp. values *\/$/;"	m	struct:interp_params
scik3	vector/v.vol.rst/surf.h	22;"	d
scio	raster/r.resamp.rst/surf.h	18;"	d
scio	vector/v.surf.rst/surf.h	19;"	d
scio	vector/v.vol.rst/surf.h	19;"	d
sciz	raster/r.resamp.rst/surf.h	16;"	d
sciz	vector/v.surf.rst/surf.h	17;"	d
sciz	vector/v.vol.rst/surf.h	17;"	d
scol	vector/v.surf.rst/main.c	/^char *scol;$/;"	v
scol	vector/v.vol.rst/main.c	/^char *scol = NULL;$/;"	v
scols	include/segment.h	/^    int scols;			\/* cols in segments *\/$/;"	m	struct:__anon280
scomp	vector/v.voronoi/sw_main.c	/^int scomp(const void *v1, const void *v2)$/;"	f
score	vector/v.label.sa/labels.h	/^    double score;		    \/**< The base score of this position (sans overlap metric) *\/$/;"	m	struct:_label_candidate
scount	include/symbol.h	/^    int scount, salloc;		\/* number of points in stroked version *\/$/;"	m	struct:__anon286
scr	visualization/nviz/src/do_zoom.c	/^static int scr;$/;"	v	file:
scr_cell	raster/r.le/r.le.setup/setup.c	/^static void scr_cell(struct Cell_head *wind, int top, int bot, int left,$/;"	f	file:
scr_cell	raster/r.le/r.le.trace/main.c	/^void scr_cell(struct Cell_head *wind, int top, int bot, int left, int right,$/;"	f
screen	imagery/i.ortho.photo/photo.2target/mark.c	/^static int screen(int x, int y, int button)$/;"	f	file:
screen	imagery/i.points/mark.c	/^static int screen(int x, int y, int button)$/;"	f	file:
screen	imagery/i.vpoints/mark.c	/^static int screen(int x, int y, int button)$/;"	f	file:
screen_bot	lib/raster/transport.h	/^    int (*screen_bot) (void);$/;"	m	struct:transport
screen_bottom	lib/driver/init.c	/^int screen_bottom;$/;"	v
screen_left	lib/driver/init.c	/^int screen_left;$/;"	v
screen_left	lib/raster/transport.h	/^    int (*screen_left) (void);$/;"	m	struct:transport
screen_right	lib/driver/init.c	/^int screen_right;$/;"	v
screen_rite	lib/raster/transport.h	/^    int (*screen_rite) (void);$/;"	m	struct:transport
screen_top	lib/driver/init.c	/^int screen_top;$/;"	v
screen_top	lib/raster/transport.h	/^    int (*screen_top) (void);$/;"	m	struct:transport
script_add_map	visualization/nviz/scripts/panel_vect.tcl	/^proc script_add_map { type map_name } {$/;"	p
script_handle_on	visualization/nviz/scripts/extra_bindings.tcl	/^proc script_handle_on {} {$/;"	p
script_mode	visualization/nviz/src/nviz_init.c	/^int script_mode = 0;$/;"	v
script_new_surf	visualization/nviz/scripts/panel_surf.tcl	/^proc script_new_surf { surf_name {type map}} {$/;"	p
scrn	display/drivers/XDRIVER/Graph_set.c	/^int scrn;$/;"	v
scrn	visualization/xganim/Clr_table.c	/^int scrn;$/;"	v
scrn	visualization/ximgview/main.c	/^int scrn;$/;"	v
scrollframe_clear	visualization/nviz/scripts/ACS_utils.tcl	/^proc scrollframe_clear {win} {$/;"	p
scrollframe_create	visualization/nviz/scripts/ACS_utils.tcl	/^proc scrollframe_create {win} {$/;"	p
scrollframe_interior	visualization/nviz/scripts/ACS_utils.tcl	/^proc scrollframe_interior {win} {$/;"	p
scrollframe_resize	visualization/nviz/scripts/ACS_utils.tcl	/^proc scrollframe_resize {win _w _h} {$/;"	p
scrollframe_ymoveto	visualization/nviz/scripts/ACS_utils.tcl	/^proc scrollframe_ymoveto { win _where } {$/;"	p
scrollframe_yscroll	visualization/nviz/scripts/ACS_utils.tcl	/^proc scrollframe_yscroll { win _how_many _of_what } {$/;"	p
scrollx_widget	gui/tcltk/d.m/grassabout.tcl	/^proc scrollx_widget {widget path args} {$/;"	p
scrollx_widget	gui/tcltk/gis.m/grassabout.tcl	/^proc scrollx_widget {widget path args} {$/;"	p
scrollxy_widget	gui/tcltk/d.m/grassabout.tcl	/^proc scrollxy_widget {widget path args} {$/;"	p
scrollxy_widget	gui/tcltk/gis.m/grassabout.tcl	/^proc scrollxy_widget {widget path args} {$/;"	p
scrolly_widget	gui/tcltk/d.m/grassabout.tcl	/^proc scrolly_widget {widget path args} {$/;"	p
scrolly_widget	gui/tcltk/gis.m/grassabout.tcl	/^proc scrolly_widget {widget path args} {$/;"	p
sd	raster/r.sunmask/solpos00.c	/^    float sd;			\/* sine of the declination *\/$/;"	m	struct:trigdata	file:
sddisk	vector/v.surf.rst/main.c	/^int sdisk, disk, ddisk, sddisk;$/;"	v
sdepth	raster/r.carve/enforce.h	/^    double swidth, sdepth;$/;"	m	struct:parms
sdisk	raster/r.resamp.rst/main.c	/^int sdisk, disk;$/;"	v
sdisk	vector/v.surf.rst/main.c	/^int sdisk, disk, ddisk, sddisk;$/;"	v
sdisk	vector/v.vol.rst/main.c	/^int sdisk, disk;$/;"	v
sdtott	imagery/i.atcorr/Transform.h	/^    float sdtott;$/;"	m	struct:TransformInput
search	imagery/i.atcorr/main.cpp	/^    Position search(float vis, float alt) { $/;"	f	class:TIMap
search	imagery/i.atcorr/main.cpp	/^    int search(float alt) { $/;"	f	class:TICache
search	raster/r.surf.idw/main.c	/^int search(EW ** ewptr,		\/* double-indirection !! *\/$/;"	f
searchGISRC	lib/init/gis_set.tcl	/^proc searchGISRC { filename } {$/;"	p
search_points	raster/r.surf.idw2/main.c	/^int search_points = 12;$/;"	v
search_points	vector/v.surf.idw/main.c	/^int search_points = 12;$/;"	v
search_rect	lib/vector/rtree/test.c	/^struct Rect search_rect = {$/;"	v	typeref:struct:Rect
searchdirs	general/g.mkfontcap/local_proto.h	/^G_MKFONTCAP_GLOBAL char **searchdirs;$/;"	v
searching	raster/r.horizon/main.c	/^double searching()$/;"	f
searching	raster/r.sun/main.c	/^int searching(void)$/;"	f
searching	raster/r.sun2/rsunlib.c	/^int searching(double *length, struct SunGeometryVarDay *sunVarGeom,$/;"	f
seb	imagery/i.atcorr/Transform.h	/^    float seb;$/;"	m	struct:TransformInput
sec	misc/m.cogo/main.c	/^    double sec;$/;"	m	struct:survey_record	file:
sec_draw	ps/ps.map/ps_info.h	/^int sec_draw;$/;"	v
second	include/datetime.h	/^    double second;$/;"	m	struct:__anon274
second	lib/vector/Vlib/intersect.c	/^static int second;		\/* line whic is not current *\/$/;"	v	file:
second	raster/r.sunmask/solpos00.h	/^    int second;			\/* I:              Second of minute, 0 - 59, DEFAULT = 0 *\/$/;"	m	struct:posdata
seconds	include/dbmi.h	/^    double seconds;$/;"	m	struct:_db_date_time
secpar	lib/rst/interp_float/interpf.h	/^    int (*secpar) ();		\/* calculates aspect,slope,curv. *\/$/;"	m	struct:interp_params
secpar_loop	vector/v.vol.rst/user3.c	/^int secpar_loop(int ngstc, int nszc, int i)$/;"	f
seealso	raster/r.watershed/front/description.html	/^<a name="seealso"><\/a>$/;"	a
seed	imagery/i.gensigset/subcluster.c	/^static void seed(struct ClassSig *Sig, int nbands)$/;"	f	file:
seed	raster/simwe/simlib/waterglobs.h	/^} seed;$/;"	v	typeref:struct:__anon139
seedg	raster/simwe/simlib/random.c	/^int seedg(long int irand1, long int irand2)$/;"	f
seeds	raster/simwe/simlib/random.c	/^int seeds(long int irand1, long int irand2)$/;"	f
seek	include/iostream/ami_stream.h	/^AMI_err AMI_STREAM<T>::seek(off_t offset) {$/;"	f	class:AMI_STREAM
seek	include/iostream/mem_stream.h	/^AMI_err MEM_STREAM<T>::seek(off_t offset) {$/;"	f	class:MEM_STREAM
seek_random	lib/gis/put_row.c	/^static int seek_random(int fd, int row, int col)$/;"	f	file:
seen	raster/r.surf.contour/contour.h	/^GLOBAL FLAG *seen, *mask;$/;"	v
seg	display/d.barscale/draw_scale.c	/^    int seg;$/;"	m	struct:scale	file:
seg	raster/r.flow/r.flow.h	/^    SEGMENT *seg;		\/* state for segment library            *\/$/;"	m	struct:__anon154
seg	raster/r.flow/r.flow.h	/^    char seg;			\/* use segmented arrays                 *\/$/;"	m	struct:__anon153
seg_close	raster/r.watershed/seg/sseg_close.c	/^int seg_close(SSEG * sseg)$/;"	f
seg_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char bas_flag, seg_flag, haf_flag, er_flag;$/;"	v
seg_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char bas_flag, seg_flag, haf_flag, er_flag;$/;"	v
seg_get	raster/r.watershed/seg/sseg_get.c	/^int seg_get(SSEG * sseg, char *value, int row, int col)$/;"	f
seg_intersect_vregion	lib/ogsf/gsdrape.c	/^int seg_intersect_vregion(geosurf * gs, float *bgn, float *end)$/;"	f
seg_intersection	lib/vector/Vlib/dgraph.c	/^struct seg_intersection$/;"	s	file:
seg_intersection_list	lib/vector/Vlib/dgraph.c	/^struct seg_intersection_list$/;"	s	file:
seg_intersections	lib/vector/Vlib/dgraph.c	/^struct seg_intersections$/;"	s	file:
seg_name	raster/r.watershed/ram/Gwater.h	/^GLOBAL char seg_name[GNAME_MAX], bas_name[GNAME_MAX], haf_name[GNAME_MAX],$/;"	v
seg_name	raster/r.watershed/seg/Gwater.h	/^GLOBAL char seg_name[GNAME_MAX], bas_name[GNAME_MAX], haf_name[GNAME_MAX],$/;"	v
seg_open	raster/r.watershed/seg/sseg_open.c	/^seg_open(SSEG * sseg, int nrows, int ncols, int row_in_seg, int col_in_seg,$/;"	f
seg_put	raster/r.watershed/seg/sseg_put.c	/^int seg_put(SSEG * sseg, char *value, int row, int col)$/;"	f
segment	imagery/i.smap/bouman/segment.c	/^int segment(struct SigSet *S,	\/* class parameters *\/$/;"	f
segment	lib/vector/Vlib/intersect.c	/^    int segment[2];		\/* segment number, start from 0 for first *\/$/;"	m	struct:__anon74	file:
segment	ps/ps.map/decorate.h	/^    int segment;$/;"	m	struct:scalebar
segment	raster/r.los/segment.c	/^struct point *segment(int segment_no, int xmax, int ymax,$/;"	f
segment1	vector/v.net.visibility/rotation_tree.c	/^struct Line *segment1(struct Point *p)$/;"	f
segment2	vector/v.net.visibility/rotation_tree.c	/^struct Line *segment2(struct Point *p)$/;"	f
segment_address	lib/segment/address.c	/^int segment_address(const SEGMENT * SEG, int row, int col, int *n, int *index)$/;"	f
segment_flush	lib/segment/flush.c	/^int segment_flush(SEGMENT * SEG)$/;"	f
segment_format	lib/segment/format.c	/^int segment_format(int fd, int nrows, int ncols, int srows, int scols,$/;"	f
segment_format_nofill	lib/segment/format.c	/^int segment_format_nofill(int fd, int nrows, int ncols, int srows, int scols,$/;"	f
segment_get	lib/segment/debug.c	/^int segment_get(SEGMENT * SEG, void *buf, int row, int col)$/;"	f
segment_get	lib/segment/get.c	/^int segment_get(SEGMENT * SEG, void *buf, int row, int col)$/;"	f
segment_get_row	lib/segment/get_row.c	/^int segment_get_row(const SEGMENT * SEG, void *buf, int row)$/;"	f
segment_init	lib/segment/init.c	/^int segment_init(SEGMENT * SEG, int fd, int nseg)$/;"	f
segment_intersect	vector/v.net.visibility/geometry.c	/^int segment_intersect(struct Line *line, struct Point *p, double *y)$/;"	f
segment_intersection_2d	lib/vector/Vlib/e_intersect.c	/^int segment_intersection_2d(double ax1, double ay1, double ax2, double ay2,$/;"	f
segment_intersection_2d_e	lib/vector/Vlib/e_intersect.c	/^int segment_intersection_2d_e(double ax1, double ay1, double ax2, double ay2,$/;"	f
segment_intersection_2d_test	lib/vector/Vlib/e_intersect.c	/^int segment_intersection_2d_test(double ax1, double ay1, double ax2,$/;"	f
segment_intersection_2d_tol	lib/vector/Vlib/e_intersect.c	/^int segment_intersection_2d_tol(double ax1, double ay1, double ax2,$/;"	f
segment_pagein	lib/segment/pagein.c	/^int segment_pagein(SEGMENT * SEG, int n)$/;"	f
segment_pageout	lib/segment/pageout.c	/^int segment_pageout(SEGMENT * SEG, int i)$/;"	f
segment_put	lib/segment/debug.c	/^int segment_put(SEGMENT * SEG, const void *buf, int row, int col)$/;"	f
segment_put	lib/segment/put.c	/^int segment_put(SEGMENT * SEG, const void *buf, int row, int col)$/;"	f
segment_put_row	lib/segment/put_row.c	/^int segment_put_row(const SEGMENT * SEG, const void *buf, int row)$/;"	f
segment_release	lib/segment/release.c	/^int segment_release(SEGMENT * SEG)$/;"	f
segment_seek	lib/segment/seek.c	/^int segment_seek(const SEGMENT * SEG, int n, int index)$/;"	f
segment_select	lib/segment/pagein.c	/^static int segment_select(SEGMENT * SEG, int n)$/;"	f	file:
segment_setup	lib/segment/setup.c	/^int segment_setup(SEGMENT * SEG)$/;"	f
segments_x_ray	lib/vector/Vlib/poly.c	/^static int segments_x_ray(double X, double Y, struct line_pnts *Points)$/;"	f	file:
segno	vector/v.kernel/function.c	/^double segno(double x)$/;"	f
segs_intersect	lib/ogsf/gsdrape.c	/^int segs_intersect(float x1, float y1, float x2, float y2, float x3, float y3,$/;"	f
sel	db/base/select.c	/^static int sel(dbDriver * driver, dbString * stmt)$/;"	f	file:
sel	db/drivers/dbf/dbfexe.c	/^int sel(SQLPSTMT * st, int tab, int **selset)$/;"	f
selFromList	lib/init/gis_set.tcl	/^proc selFromList { lis str } {$/;"	p
sel_by_bbox	vector/v.edit/select.c	/^int sel_by_bbox(struct Map_info *Map,$/;"	f
sel_by_cat	vector/v.edit/select.c	/^int sel_by_cat(struct Map_info *Map, struct cat_list *cl_orig,$/;"	f
sel_by_coordinates	vector/v.edit/select.c	/^int sel_by_coordinates(struct Map_info *Map,$/;"	f
sel_by_id	vector/v.edit/select.c	/^int sel_by_id(struct Map_info *Map, int type, char *ids, struct ilist *List)$/;"	f
sel_by_polygon	vector/v.edit/select.c	/^int sel_by_polygon(struct Map_info *Map,$/;"	f
sel_by_where	vector/v.edit/select.c	/^int sel_by_where(struct Map_info *Map,$/;"	f
select	include/dbmi.h	/^    int select;$/;"	m	struct:_db_column
select_arw_font	visualization/nviz/scripts/panel_arrow.tcl	/^proc select_arw_font {fbutton} {$/;"	p
select_by_query	lib/vector/vedit/select.c	/^int select_by_query(struct Map_info *Map, int line, int type, double thresh,$/;"	f
select_current_env	imagery/i.ortho.photo/photo.2image/target.c	/^int select_current_env(void)$/;"	f
select_current_env	imagery/i.ortho.photo/photo.2target/target.c	/^int select_current_env(void)$/;"	f
select_current_env	imagery/i.ortho.photo/photo.elev/main.c	/^int select_current_env(void)$/;"	f
select_current_env	imagery/i.ortho.photo/photo.rectify/env.c	/^int select_current_env(void)$/;"	f
select_current_env	imagery/i.points/target.c	/^int select_current_env(void)$/;"	f
select_current_env	imagery/i.rectify/env.c	/^int select_current_env(void)$/;"	f
select_current_env	imagery/i.vpoints/target.c	/^int select_current_env(void)$/;"	f
select_current_env	vector/v.proj/setenv.c	/^int select_current_env(void)$/;"	f
select_dir	raster/r.drain/resolve.c	/^CELL select_dir(CELL i)$/;"	f
select_dir	raster/r.fill.dir/resolve.c	/^CELL select_dir(CELL i)$/;"	f
select_font	visualization/nviz/scripts/panel_label.tcl	/^proc select_font {fbutton} {$/;"	p
select_font	visualization/nviz/scripts/panel_legend.tcl	/^proc select_font {fbutton} {$/;"	p
select_lines	vector/v.edit/select.c	/^struct ilist *select_lines(struct Map_info *Map, enum mode action_mode,$/;"	f
select_linksB	raster/wildfire/r.spread/select_linksB.c	/^void select_linksB(struct costHa *pres_cell, int least, float comp_dens)$/;"	f
select_option	imagery/i.class/input.c	/^static int select_option(Objects * objects, Objects * obj)$/;"	f	file:
select_option	imagery/i.ortho.photo/photo.2image/input.c	/^static int select_option(Objects * objects, Objects * obj)$/;"	f	file:
select_option	imagery/i.ortho.photo/photo.2target/input.c	/^static int select_option(Objects * objects, Objects * obj)$/;"	f	file:
select_option	imagery/i.points/input.c	/^static int select_option(Objects * objects, Objects * obj)$/;"	f	file:
select_option	imagery/i.vpoints/input.c	/^static int select_option(Objects * objects, Objects * obj)$/;"	f	file:
select_surf	visualization/nviz/src/map_obj.c	/^int select_surf(Tcl_Interp * interp, int id, int type, int argc, char *argv[])$/;"	f
select_target_env	imagery/i.ortho.photo/photo.2image/target.c	/^int select_target_env(void)$/;"	f
select_target_env	imagery/i.ortho.photo/photo.2target/target.c	/^int select_target_env(void)$/;"	f
select_target_env	imagery/i.ortho.photo/photo.elev/main.c	/^int select_target_env(void)$/;"	f
select_target_env	imagery/i.ortho.photo/photo.rectify/env.c	/^int select_target_env(void)$/;"	f
select_target_env	imagery/i.points/target.c	/^int select_target_env(void)$/;"	f
select_target_env	imagery/i.rectify/env.c	/^int select_target_env(void)$/;"	f
select_target_env	imagery/i.vpoints/target.c	/^int select_target_env(void)$/;"	f
select_target_env	vector/v.proj/setenv.c	/^int select_target_env(void)$/;"	f
selected	gui/wxpython/vdigit/driver.h	/^    } selected;$/;"	m	class:DisplayDriver	typeref:struct:DisplayDriver::_selected
send	gui/wxpython/gui_modules/gcmd.py	/^        def send(self, input):$/;"	f	function:Popen.kill
send	include/dbmi.h	/^    FILE *send, *recv;		\/* i\/o to-from driver            *\/$/;"	m	struct:_db_driver
send	raster/r.li/r.li.daemon/ipc.c	/^int send(int pipe, msg * m)$/;"	f
send_all	gui/wxpython/gui_modules/gcmd.py	/^def send_all(p, data):$/;"	f
send_fonts	lib/driver/command.c	/^static void send_fonts(void (*func) (char ***, int *))$/;"	f	file:
send_recv	gui/wxpython/gui_modules/gcmd.py	/^    def send_recv(self, input='', maxsize=None):$/;"	m	class:Popen
sendtext	lib/driver/command.c	/^static int sendtext(const char *s)$/;"	f	file:
sep	imagery/i.cluster/main.c	/^double sep;$/;"	v
seq_MAP	imagery/i.smap/bouman/interp.c	/^void seq_MAP(unsigned char ***sf_pym,	\/* pyramid of segmentations *\/$/;"	f
seq_MAP_routine	imagery/i.smap/bouman/interp.c	/^static void seq_MAP_routine(unsigned char ***sf_pym,	\/* pyramid of segmentations *\/$/;"	f	file:
serialize_int32_be	include/gis.h	134;"	d
serialize_int32_be	swig/perl/gis.h	128;"	d
serialize_int32_le	include/gis.h	120;"	d
serialize_int32_le	swig/perl/gis.h	114;"	d
service_xevent	display/drivers/XDRIVER/Serve_Xevent.c	/^int service_xevent(int opened)$/;"	f
sessionfile	ps/ps.map/session.c	/^static char *sessionfile = NULL;$/;"	v	file:
set	db/drivers/dbf/globals.h	/^    int *set;			\/* array of indexes to table for selected rows *\/$/;"	m	struct:__anon16
set	include/gis.h	/^	unsigned char *set;$/;"	m	struct:_Color_Info_::__anon264
set	include/iostream/embuffer.h	/^  void set(const KEY &x, const unsigned int sid) {$/;"	f	class:merge_key
set	include/iostream/empq_impl.h	/^  void set (T &e, unsigned short bid, unsigned int sid) {$/;"	f	class:ExtendedEltMergeType
set	include/iostream/pqheap.h	/^pqheap_t1<T>::set(long i, T& elt) {$/;"	f	class:pqheap_t1
set	lib/gis/color_rules.c	/^    int set;$/;"	m	struct:rule	file:
set	raster/r.mapcalc/map.c	/^static unsigned char *set;$/;"	v	file:
set	raster/r.mapcalc/map3.c	/^static unsigned char *set;$/;"	v	file:
set	raster/r.terraflow/genericWindow.h	/^  void set(int di, int dj, T val) {$/;"	f	class:genericWindow
set	raster/r.terraflow/genericWindow.h	/^  void set(unsigned short i, T val) {$/;"	f	class:genericWindow
set	raster/r.terraflow/sweep.h	/^  void set (elevation_type g_h, toporank_type g_a, $/;"	f	class:flowPriority
set	swig/perl/gis.h	/^	unsigned char *set;$/;"	m	struct:_Color_Info_::__anon90
setAngularLossDenominator	raster/r.sun2/rsunlib.c	/^void setAngularLossDenominator()$/;"	f
setBit	raster/r.terraflow/water.h	/^  void setBit(int k, int v=1) { value = (int) value | ((v?1:0)<<k); };$/;"	f	class:packed8bit
setFlowAccuColorTable	raster/r.terraflow/main.cc	/^setFlowAccuColorTable(char* cellname) {$/;"	f
setHorizonInterval	raster/r.sun2/rsunlib.c	/^void setHorizonInterval(double val)$/;"	f
setKeyboardUnit	raster/r.li/r.li.setup/r.li.windows.tcl	/^proc setKeyboardUnit {} {$/;"	p
setKeyboardWindow	raster/r.li/r.li.setup/r.li.windows.tcl	/^proc setKeyboardWindow {} {$/;"	p
setLabel	raster/r.terraflow/water.h	/^  void setLabel(cclabel_type lbl) { label=lbl; };$/;"	f	class:compressedWaterWindowType
setLabel	raster/r.terraflow/water.h	/^  void setLabel(cclabel_type lbl) { label=lbl; };$/;"	f	class:waterGridType
setLabelCount	raster/r.terraflow/types.h	/^  static void setLabelCount(int n) {$/;"	f	class:labelFactory
setMode	raster/r.horizon/main.c	/^void setMode(int val)$/;"	f
setMouseUnits	raster/r.li/r.li.setup/r.li.windows.tcl	/^proc setMouseUnits { widget } {$/;"	p
setMouseWindow	raster/r.li/r.li.setup/r.li.windows.tcl	/^proc setMouseWindow { widget } {$/;"	p
setMultipleSelectionMode	raster3d/r3.showdspf/new_init_graphics.c	/^void setMultipleSelectionMode()$/;"	f
setNodata	raster/r.terraflow/3scan.h	/^setNodata(T *buf, const dimension_type len, const T &nodata) {$/;"	f
setNull	raster3d/base/r3.null.main.c	/^    struct Option *map, *setNull, *null;$/;"	m	struct:__anon105	typeref:struct:__anon105::	file:
setParams	raster3d/base/r3.mask.main.c	/^static void setParams()$/;"	f	file:
setParams	raster3d/base/r3.null.main.c	/^static void setParams(void)$/;"	f	file:
setParams	raster3d/r3.in.ascii/main.c	/^static void setParams()$/;"	f	file:
setParams	raster3d/r3.in.v5d/main.c	/^static void setParams()$/;"	f	file:
setParams	raster3d/r3.out.ascii/main.c	/^void setParams()$/;"	f
setParams	raster3d/r3.out.v5d/main.c	/^void setParams()$/;"	f
setSingleSelectionMode	raster3d/r3.showdspf/new_init_graphics.c	/^void setSingleSelectionMode()$/;"	f
setSinkWatershedColorTable	raster/r.terraflow/main.cc	/^setSinkWatershedColorTable(char* cellname) {$/;"	f
setTimeOffset	raster/r.sun2/rsunlib.c	/^void setTimeOffset(double val)$/;"	f
setUseCivilTime	raster/r.sun2/rsunlib.c	/^void setUseCivilTime(int val)$/;"	f
setUseHorizonData	raster/r.sun2/rsunlib.c	/^void setUseHorizonData(int val)$/;"	f
setUseShadow	raster/r.sun2/rsunlib.c	/^void setUseShadow(int val)$/;"	f
setWireLabelfromScales	visualization/nviz/scripts/wirecolorPopup.tcl	/^proc setWireLabelfromScales {S L args} {$/;"	p
setWireScales	visualization/nviz/scripts/wirecolorPopup.tcl	/^proc setWireScales {S c} {$/;"	p
set_RGBA_from_components	display/d.paint.labels/color.c	/^void set_RGBA_from_components(RGBA_Color * color,$/;"	f
set_RGBA_from_str	display/d.paint.labels/color.c	/^int set_RGBA_from_str(RGBA_Color * color, const char *clr_str)$/;"	f
set_ZNexag	raster3d/r3.showdspf/draw_polys_ogl.c	/^void set_ZNexag(exag)$/;"	f
set_all_column_privs	lib/db/dbmi_base/table.c	/^static void set_all_column_privs(dbTable * table, void (*set_column_priv) ())$/;"	f	file:
set_amb	visualization/nviz/scripts/panel_lights.tcl	/^proc set_amb {a} {$/;"	p
set_att	visualization/nviz/src/map_obj.c	/^int set_att(int id, int type, Nv_data * data, Tcl_Interp * interp, int argc,$/;"	f
set_background_color	visualization/nviz/scripts/panel_color.tcl	/^proc set_background_color {W} {$/;"	p
set_blue	imagery/i.vpoints/colors.c	/^static int set_blue(void)$/;"	f	file:
set_blue	visualization/nviz/scripts/panel_lights.tcl	/^proc set_blue {val} {set_lgt_color b $val}$/;"	p
set_brt	visualization/nviz/scripts/panel_lights.tcl	/^proc set_brt {b} {$/;"	p
set_buf	raster/r.mapcalc/evaluate.c	/^static void set_buf(expression * e, void *buf)$/;"	f	file:
set_busy	display/drivers/XDRIVER/Serve_Xevent.c	/^static void set_busy(int busy)$/;"	f	file:
set_buttons_pixmap	visualization/xganim/gui.c	/^void set_buttons_pixmap(Display * display, Drawable d)$/;"	f
set_cat	raster/r.cross/cats.c	/^int set_cat(CELL result, CELL * cat, struct Categories *pcats)$/;"	f
set_cat	raster/r.in.poly/raster.c	/^int set_cat(long x)$/;"	f
set_cat	vector/v.to.rast/raster.c	/^int set_cat(CELL x)$/;"	f
set_cats	raster/r.reclass/reclass.c	/^static void set_cats(struct Categories *cats, \/* const *\/ int *is_default,$/;"	f	file:
set_col_type	vector/v.digit/settings.tcl	/^proc set_col_type { rnum } {$/;"	p
set_color	display/d.text.freetype/main.c	/^static void set_color(const char *tcolor)$/;"	f	file:
set_color	display/d.text.new/main.c	/^static void set_color(char *tcolor)$/;"	f	file:
set_color	lib/imagery/group.c	/^static int set_color(const char *name, const char *mapset, const char *color,$/;"	f	file:
set_color	lib/pngdriver/Color_table.c	/^static void set_color(int i, int red, int grn, int blu)$/;"	f	file:
set_color	ps/ps.map/ps_colors.c	/^void set_color(PSCOLOR * pscolor, int r, int g, int b)$/;"	f
set_color	vector/v.digit/settings.tcl	/^proc set_color { col color } {$/;"	p
set_color_from_RGBA	display/d.paint.labels/color.c	/^void set_color_from_RGBA(const RGBA_Color * color)$/;"	f
set_color_from_color	ps/ps.map/ps_colors.c	/^void set_color_from_color(PSCOLOR * pscolor, int color)$/;"	f
set_colors	imagery/i.ortho.photo/photo.2image/colors.c	/^int set_colors(struct Colors *colors)$/;"	f
set_colors	imagery/i.ortho.photo/photo.2target/colors.c	/^int set_colors(struct Colors *colors)$/;"	f
set_colors	imagery/i.points/colors.c	/^int set_colors(struct Colors *colors)$/;"	f
set_colors	imagery/i.vpoints/colors.c	/^int set_colors(struct Colors *colors)$/;"	f
set_colors	raster/r.le/r.le.patch/driver.c	/^void set_colors(char *name)$/;"	f
set_colors	raster/r.le/r.le.pixel/driver.c	/^void set_colors(char *name)$/;"	f
set_column_type	db/drivers/odbc/describe.c	/^int set_column_type(column, otype)$/;"	f
set_cur_clr	imagery/i.vpoints/colors.c	/^static int set_cur_clr(int curs_color)$/;"	f	file:
set_datumtrans	general/g.proj/datumtrans.c	/^int set_datumtrans(int datumtrans, int force, int interactive)$/;"	f
set_dcat	vector/v.to.rast/raster.c	/^int set_dcat(DCELL x)$/;"	f
set_default_region	general/g.proj/input.c	/^static void set_default_region(void)$/;"	f	file:
set_default_wirecolors	visualization/nviz/src/nviz_init.c	/^int set_default_wirecolors(Nv_data * dc, int surfs)$/;"	f
set_display_from_curr	visualization/nviz/scripts/panel_surf.tcl	/^proc set_display_from_curr {args} {$/;"	p
set_drawmode	visualization/nviz/scripts/panel_surf.tcl	/^proc set_drawmode {} {$/;"	p
set_drawmode	visualization/nviz/src/map_obj.c	/^int set_drawmode(Tcl_Interp * interp, int type, int id, Nv_data * data,$/;"	f
set_entity	vector/v.in.dxf/dxf_to_vect.c	/^void set_entity(char *str)$/;"	f
set_env	lib/gis/env.c	/^static int set_env(const char *name, const char *value, int loc)$/;"	f	file:
set_exag_obj	visualization/nviz/src/map_obj.c	/^int set_exag_obj(int id, int type, int argc, char *argv[],$/;"	f
set_file_browser_directories	visualization/nviz/scripts/fileBrowser.tcl	/^proc set_file_browser_directories {w name} {$/;"	p
set_file_browser_filename	visualization/nviz/scripts/fileBrowser.tcl	/^proc set_file_browser_filename {w name} {$/;"	p
set_file_pointer	lib/gis/put_row.c	/^static void set_file_pointer(int fd, int row)$/;"	f	file:
set_filemap_browser_element	visualization/nviz/scripts/filemapBrowser.tcl	/^proc set_filemap_browser_element {w name} {$/;"	p
set_filemap_browser_filename	visualization/nviz/scripts/filemapBrowser.tcl	/^proc set_filemap_browser_filename {w name} {$/;"	p
set_filemap_browser_mapset	visualization/nviz/scripts/filemapBrowser.tcl	/^proc set_filemap_browser_mapset {w name} {$/;"	p
set_flag	gui/wxpython/gui_modules/menuform.py	/^    def set_flag(self, aFlag, aValue):$/;"	m	class:grassTask
set_flag	lib/gis/parser.c	/^static int set_flag(int f)$/;"	f	file:
set_font	display/d.text.freetype/main.c	/^static int set_font(FT_Library library, FT_Face * face, char *path)$/;"	f	file:
set_font_name	ps/ps.map/gprims.c	/^int set_font_name(char *name)$/;"	f
set_font_size	ps/ps.map/gprims.c	/^int set_font_size(int fontsize)$/;"	f
set_frame	raster/r.le/r.le.setup/setup.c	/^static void set_frame(double *msc, int *t, int *b, int *l, int *r)$/;"	f	file:
set_func_pointers	raster/r.drain/tinf.c	/^void set_func_pointers(int in_type)$/;"	f
set_func_pointers	raster/r.fill.dir/tinf.c	/^void set_func_pointers(int in_type)$/;"	f
set_gdal_region	general/g.proj/input.c	/^static void set_gdal_region(GDALDatasetH hDS)$/;"	f	file:
set_graph_stuff	display/d.graph/do_graph.c	/^int set_graph_stuff(void)$/;"	f
set_gray	imagery/i.vpoints/colors.c	/^static int set_gray(void)$/;"	f	file:
set_green	imagery/i.vpoints/colors.c	/^static int set_green(void)$/;"	f	file:
set_green	visualization/nviz/scripts/panel_lights.tcl	/^proc set_green {val} {set_lgt_color g $val}$/;"	p
set_height	imagery/i.atcorr/Altitude.h	/^    void set_height(const float height) { original_xps = height; }$/;"	f	struct:Altitude
set_ht	visualization/nviz/scripts/panel_vect.tcl	/^proc set_ht {h} {$/;"	p
set_isosurf_status	visualization/nviz/scripts/attIsosurfPopup.tcl	/^proc set_isosurf_status {id att} {$/;"	p
set_item	display/d.save/main.c	/^int set_item(char *item, char **list)$/;"	f
set_item	include/iostream/imbuffer.h	/^  void set_item(unsigned long i, T& item) {$/;"	f	class:im_buffer
set_last_color	display/d.graph/do_graph.c	/^void set_last_color(int R, int G, int B, int alpha)$/;"	f
set_lgt_color	visualization/nviz/scripts/panel_lights.tcl	/^proc set_lgt_color {c val} {$/;"	p
set_lgt_hgt	visualization/nviz/scripts/panel_lights.tcl	/^proc set_lgt_hgt  {z} {  $/;"	p
set_lgt_position	visualization/nviz/scripts/panel_lights.tcl	/^proc set_lgt_position {x y} {$/;"	p
set_limits	raster/r.le/r.le.setup/polytocell/wrte_recrd.c	/^void set_limits(int numrows, int numcols)$/;"	f
set_line_width	ps/ps.map/gprims.c	/^int set_line_width(double width)$/;"	f
set_location	vector/v.digit/util.c	/^void set_location(int x, int y)$/;"	f
set_logical_name	visualization/nviz/src/map_obj.c	/^int set_logical_name(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
set_map	raster/r.le/r.le.setup/setup.c	/^void set_map(char *name, char *name1, char *name2, struct Cell_head window,$/;"	f
set_map	raster/r.le/r.le.trace/main.c	/^void set_map(char *name, struct Cell_head window, int top, int bot, int left,$/;"	f
set_map_browser_element	visualization/nviz/scripts/mapBrowser.tcl	/^proc set_map_browser_element {w name} {$/;"	p
set_map_browser_filename	visualization/nviz/scripts/mapBrowser.tcl	/^proc set_map_browser_filename {w name} {$/;"	p
set_map_browser_mapset	visualization/nviz/scripts/mapBrowser.tcl	/^proc set_map_browser_mapset {w name} {$/;"	p
set_mapsets	general/g.mapsets/g.mapsets.tcl	/^proc set_mapsets { } {$/;"	p
set_mask_mode	visualization/nviz/src/map_obj.c	/^int set_mask_mode(int id, int type, Nv_data * data, Tcl_Interp * interp,$/;"	f
set_matrix	display/d.text.freetype/main.c	/^static void set_matrix(FT_Matrix * matrix, double rotation)$/;"	f	file:
set_matrix	lib/driver/text3.c	/^static void set_matrix(FT_Matrix * matrix, double rotation)$/;"	f	file:
set_max	lib/vector/rtree/card.c	/^static int set_max(int *which, int new_max)$/;"	f	file:
set_max	raster/r.drain/tinf.h	/^void (*set_max) (void *);$/;"	v
set_max	raster/r.fill.dir/tinf.h	/^void (*set_max) (void *);$/;"	v
set_max	raster/r.random/count.c	/^static void set_max(struct RASTER_MAP_PTR *from, int col,$/;"	f	file:
set_max_c	raster/r.drain/tinf.c	/^void set_max_c(void *v)$/;"	f
set_max_c	raster/r.fill.dir/tinf.c	/^void set_max_c(void *v)$/;"	f
set_max_d	raster/r.drain/tinf.c	/^void set_max_d(void *v)$/;"	f
set_max_d	raster/r.fill.dir/tinf.c	/^void set_max_d(void *v)$/;"	f
set_max_f	raster/r.drain/tinf.c	/^void set_max_f(void *v)$/;"	f
set_max_f	raster/r.fill.dir/tinf.c	/^void set_max_f(void *v)$/;"	f
set_memory_limit	lib/iostream/mm.cc	/^MM_err MM_register::set_memory_limit (size_t new_limit) {$/;"	f	class:MM_register
set_menu_colors	imagery/i.vpoints/colors.c	/^int set_menu_colors(struct Colors *colors)$/;"	f
set_min	raster/r.drain/tinf.h	/^void (*set_min) (void *);$/;"	v
set_min	raster/r.fill.dir/tinf.h	/^void (*set_min) (void *);$/;"	v
set_min	raster/r.random/count.c	/^static void set_min(struct RASTER_MAP_PTR *from, int col,$/;"	f	file:
set_min_c	raster/r.drain/tinf.c	/^void set_min_c(void *v)$/;"	f
set_min_c	raster/r.fill.dir/tinf.c	/^void set_min_c(void *v)$/;"	f
set_min_d	raster/r.drain/tinf.c	/^void set_min_d(void *v)$/;"	f
set_min_d	raster/r.fill.dir/tinf.c	/^void set_min_d(void *v)$/;"	f
set_min_f	raster/r.drain/tinf.c	/^void set_min_f(void *v)$/;"	f
set_min_f	raster/r.fill.dir/tinf.c	/^void set_min_f(void *v)$/;"	f
set_min_point	raster/r.carve/enforce_ds.c	/^static void set_min_point(void *data, const int col, const int row,$/;"	f	file:
set_mode	vector/v.digit/util.c	/^void set_mode(int m)$/;"	f
set_multimap_browser_element	visualization/nviz/scripts/multimapBrowser.tcl	/^proc set_multimap_browser_element {w name} {$/;"	p
set_multimap_browser_filename	visualization/nviz/scripts/multimapBrowser.tcl	/^proc set_multimap_browser_filename {w name} {$/;"	p
set_multimap_browser_mapset	visualization/nviz/scripts/multimapBrowser.tcl	/^proc set_multimap_browser_mapset {w name} {$/;"	p
set_my_error_routine	swig/perl2/error.c	/^void set_my_error_routine()$/;"	f
set_new_curr	visualization/nviz/scripts/widgets.tcl	/^proc set_new_curr {type name} {$/;"	p
set_nozero	visualization/nviz/src/map_obj.c	/^int set_nozero(Tcl_Interp * interp, int id, int type, Nv_data * data,$/;"	f
set_null_value	raster/r.drain/tinf.h	/^void (*set_null_value) (void *, int);$/;"	v
set_null_value_c	raster/r.drain/tinf.c	/^void set_null_value_c(void *value, int num)$/;"	f
set_null_value_d	raster/r.drain/tinf.c	/^void set_null_value_d(void *value, int num)$/;"	f
set_null_value_f	raster/r.drain/tinf.c	/^void set_null_value_f(void *value, int num)$/;"	f
set_ogr_region	general/g.proj/input.c	/^static void set_ogr_region(OGRLayerH Ogr_layer)$/;"	f	file:
set_on	vector/v.digit/settings.tcl	/^proc set_on { code on } {$/;"	p
set_option	lib/gis/parser.c	/^static int set_option(char *string)$/;"	f	file:
set_output_scale	imagery/i.pca/main.c	/^set_output_scale(struct Option *scale_opt, int *scale, int *scale_min,$/;"	f	file:
set_paper	ps/ps.map/read_cfg.c	/^int set_paper(char *pname)$/;"	f
set_param	gui/wxpython/gui_modules/menuform.py	/^    def set_param(self, aParam, aValue):$/;"	m	class:grassTask
set_params	lib/gpde/test/test_main.c	/^void set_params(void)$/;"	f
set_params	raster/r.gwflow/main.c	/^void set_params(void)$/;"	f
set_params	raster/r.out.vtk/parameters.c	/^void set_params()$/;"	f
set_params	raster/r.to.rast3/main.c	/^void set_params()$/;"	f
set_params	raster/r.to.rast3elev/main.c	/^void set_params()$/;"	f
set_params	raster/r.univar2/r.univar_main.c	/^void set_params()$/;"	f
set_params	raster/r.univar2/r3.univar_main.c	/^void set_params()$/;"	f
set_params	raster3d/r3.cross.rast/main.c	/^void set_params()$/;"	f
set_params	raster3d/r3.gwflow/main.c	/^void set_params(void)$/;"	f
set_params	raster3d/r3.out.vtk/parameters.c	/^void set_params()$/;"	f
set_params	raster3d/r3.to.rast/main.c	/^void set_params()$/;"	f
set_perms	general/g.access/set_perms.c	/^int set_perms(char *path, int perms, int group, int other)$/;"	f
set_port	lib/gis/unix_socks.c	/^static int set_port(const char *name, int port)$/;"	f	file:
set_proj_lib	lib/proj/get_proj.c	/^const char *set_proj_lib(const char *name)$/;"	f
set_ps_color	ps/ps.map/ps_colors.c	/^int set_ps_color(PSCOLOR * pscolor)$/;"	f
set_read_row_type	raster/r.mapcalc/map.c	/^static void set_read_row_type(int res_type)$/;"	f	file:
set_red	imagery/i.vpoints/colors.c	/^static int set_red(void)$/;"	f	file:
set_red	visualization/nviz/scripts/panel_lights.tcl	/^proc set_red {val} {$/;"	p
set_res	visualization/nviz/scripts/panel_surf.tcl	/^proc set_res {mode E} {$/;"	p
set_res	visualization/nviz/src/map_obj.c	/^int set_res(Tcl_Interp * interp, int id, int type, int argc, char *argv[])$/;"	f
set_rgb_color	ps/ps.map/ps_colors.c	/^int set_rgb_color(int color_number)$/;"	f
set_rgn	raster/r.le/r.le.setup/setup.c	/^static void set_rgn(double *msc, char *name, char *name1, char *name2)$/;"	f	file:
set_scale_title	visualization/nviz/scripts/panel_vol.tcl	/^proc set_scale_title { dir } {$/;"	p
set_sdexag	visualization/nviz/scripts/panel_sdiff.tcl	/^proc set_sdexag {val} {Nset_SDscale $val}$/;"	p
set_sdlmr	raster/r.surf.idw/dist.c	/^double set_sdlmr(double lon_diff)$/;"	f
set_sdsurf	visualization/nviz/scripts/panel_sdiff.tcl	/^proc set_sdsurf {val} {$/;"	p
set_selection_from_file_browser_filename	visualization/nviz/scripts/fileBrowser.tcl	/^proc set_selection_from_file_browser_filename { w } {$/;"	p
set_selection_from_filemap_browser_filename	visualization/nviz/scripts/filemapBrowser.tcl	/^proc set_selection_from_filemap_browser_filename { w } {$/;"	p
set_selection_from_map_browser_filename	visualization/nviz/scripts/mapBrowser.tcl	/^proc set_selection_from_map_browser_filename { w } {$/;"	p
set_selection_from_multimap_browser_filename	visualization/nviz/scripts/multimapBrowser.tcl	/^proc set_selection_from_multimap_browser_filename { w } {$/;"	p
set_signals	display/d.colors/set_sigs.c	/^int set_signals(void)$/;"	f
set_signals	imagery/i.class/set_signals.c	/^int set_signals(void)$/;"	f
set_size	display/drivers/XDRIVER/Client.c	/^static void set_size(int minmax)$/;"	f	file:
set_spinres	visualization/nviz/scripts/panel_surf.tcl	/^proc set_spinres {mode res} {$/;"	p
set_string	lib/db/dbmi_base/string.c	/^static int set_string(dbString * x, char *s, int copy)$/;"	f	file:
set_text_box	lib/driver/text3.c	/^static void set_text_box(FT_Bitmap * bitmap, FT_Int x, FT_Int y)$/;"	f	file:
set_text_size	display/d.graph/do_graph.c	/^int set_text_size(void)$/;"	f
set_text_size	display/d.mapgraph/do_graph.c	/^int set_text_size(void)$/;"	f
set_threshold_button	raster3d/r3.showdspf/new_init_graphics.c	/^void set_threshold_button(int iset)$/;"	f
set_title_busy	display/drivers/XDRIVER/Serve_Xevent.c	/^static void set_title_busy(int busy)$/;"	f	file:
set_to_null	raster/r.random/random.c	/^static void set_to_null(struct RASTER_MAP_PTR *buf, int col)$/;"	f	file:
set_tool	vector/v.digit/util.c	/^void set_tool(tool_func_begin * begin_fn, tool_func_update * update_fn,$/;"	f
set_trackball_rotations	raster3d/r3.showdspf/new_init_graphics.c	/^void set_trackball_rotations(struct dspec *D_spec)$/;"	f
set_trans	visualization/nviz/src/map_obj.c	/^int set_trans(Tcl_Interp * interp, int id, int type, int argc, char *argv[])$/;"	f
set_type	raster/r.out.bin/main.c	/^int set_type(char *str, RASTER_MAP_TYPE * out_type)$/;"	f
set_val	db/drivers/dbf/dbfexe.c	/^int set_val(int tab, int row, int col, SQLPVALUE * val)$/;"	f
set_value	lib/form/form.c	/^int set_value(ClientData cdata, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
set_value	vector/v.digit/form.c	/^int set_value(ClientData cdata, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
set_visibility	imagery/i.atcorr/AerosolConcentration.h	/^    void set_visibility (const float vis, const AtmosModel &atms) { if(vis > 0) oda550(vis, atms); }$/;"	f	struct:AerosolConcentration
set_white	imagery/i.vpoints/colors.c	/^static int set_white(void)$/;"	f	file:
set_width	visualization/nviz/scripts/panel_vect.tcl	/^proc set_width {type E} {$/;"	p
set_win	display/d.zoom/set.c	/^int set_win(struct Cell_head *window, double ux1, double uy1, double ux2,$/;"	f
set_window	lib/raster/transport.h	/^    void (*set_window) (int, int, int, int);$/;"	m	struct:transport
set_window	scripts/d.rast.edit/d.rast.edit.tcl	/^proc set_window {x y} {$/;"	p
set_wirecolor	visualization/nviz/src/map_obj.c	/^int set_wirecolor(Tcl_Interp * interp, int id, int type,$/;"	f
set_y	ps/ps.map/ps_info.h	/^    double map_x_orig, map_y_orig, map_y_loc, min_y, set_y;$/;"	m	struct:PS_data
set_yellow	imagery/i.vpoints/colors.c	/^static int set_yellow(void)$/;"	f	file:
setany	vector/v.mapcalc/any.c	/^void setany(SYMBOL * var, SYMBOL * any)$/;"	f
setcolor	ps/ps.map/description.html	/^<a name="setcolor"><\/a>$/;"	a
setcursor	visualization/nviz/scripts/panel_main.tcl	/^proc setcursor { ctype } {$/;"	p
setdash	ps/ps.map/vector.h	/^    char *setdash;		\/* line style converted to PS setdash format *\/$/;"	m	struct:__anon22
setdiag	imagery/i.cca/matrix.c	/^int setdiag(double eigval[MX], int bands, double l[MX][MX])$/;"	f
setfont	gui/tcltk/d.m/grassabout.tcl	/^proc setfont {path font} {$/;"	p
setfont	gui/tcltk/gis.m/grassabout.tcl	/^proc setfont {path font} {$/;"	p
setlgt_ambient	visualization/nviz/src/lights.c	/^static int setlgt_ambient(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f	file:
setlgt_bright	visualization/nviz/src/lights.c	/^static int setlgt_bright(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f	file:
setlgt_color	visualization/nviz/src/lights.c	/^static int setlgt_color(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f	file:
setlgt_position	visualization/nviz/src/lights.c	/^static int setlgt_position(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f	file:
setmap	vector/v.mapcalc/map.c	/^void setmap(SYMBOL * var, SYMBOL * map)$/;"	f
setmap_blue	imagery/i.vpoints/colors.c	/^static int setmap_blue(void)$/;"	f	file:
setmap_gray	imagery/i.vpoints/colors.c	/^static int setmap_gray(void)$/;"	f	file:
setmap_green	imagery/i.vpoints/colors.c	/^static int setmap_green(void)$/;"	f	file:
setmap_red	imagery/i.vpoints/colors.c	/^static int setmap_red(void)$/;"	f	file:
setmap_white	imagery/i.vpoints/colors.c	/^static int setmap_white(void)$/;"	f	file:
setmap_yellow	imagery/i.vpoints/colors.c	/^static int setmap_yellow(void)$/;"	f	file:
setnum	vector/v.mapcalc/number.c	/^void setnum(SYMBOL * var, double d)$/;"	f
setpnt	vector/v.mapcalc/vector.c	/^void setpnt(SYMBOL * var, SYMBOL * pnt)$/;"	f
settings	gui/wxpython/vdigit/digit.h	/^    } settings;$/;"	m	class:Digit	typeref:struct:Digit::_settings
settings	gui/wxpython/vdigit/driver.h	/^    } settings;$/;"	m	class:DisplayDriver	typeref:struct:DisplayDriver::_settings
settings	vector/v.digit/settings.tcl	/^proc settings {} {$/;"	p
setup	gui/wxpython/gui_modules/disp_print.py	/^    def setup(self):$/;"	m	class:PrintOptions
setup	imagery/i.ortho.photo/photo.2target/digit.c	/^static int setup(void)$/;"	f	file:
setup	imagery/i.points/digit.c	/^static int setup(void)$/;"	f	file:
setup	imagery/i.vpoints/digit.c	/^static int setup(void)$/;"	f	file:
setup	vector/v.digit/driver.c	/^static void setup(void)$/;"	f	file:
setup_camera_file	imagery/i.ortho.photo/photo.2image/use_camera.c	/^int setup_camera_file(void)$/;"	f
setup_digitizer	imagery/i.ortho.photo/photo.2target/digit.c	/^int setup_digitizer(void)$/;"	f
setup_digitizer	imagery/i.points/digit.c	/^int setup_digitizer(void)$/;"	f
setup_digitizer	imagery/i.vpoints/digit.c	/^int setup_digitizer(void)$/;"	f
setup_graphics	raster/r.digit/setup_graph.c	/^int setup_graphics(void)$/;"	f
setup_map	raster/r.mapcalc/map.c	/^static void setup_map(map * m)$/;"	f	file:
setup_map	raster/r.mapcalc/map3.c	/^static void setup_map(map * m)$/;"	f	file:
setup_maps	raster/r.mapcalc/map.c	/^void setup_maps(void)$/;"	f
setup_maps	raster/r.mapcalc/map3.c	/^void setup_maps(void)$/;"	f
setup_neighbors	raster/r.grow2/main.c	/^static void setup_neighbors(double radius, int limit, metric_fn * dist)$/;"	f	file:
setup_neighbors_euclidean	raster/r.grow2/main.c	/^static void setup_neighbors_euclidean(double radius)$/;"	f	file:
setup_neighbors_manhattan	raster/r.grow2/main.c	/^static void setup_neighbors_manhattan(double radius)$/;"	f	file:
setup_neighbors_maximum	raster/r.grow2/main.c	/^static void setup_neighbors_maximum(double radius)$/;"	f	file:
setup_plot	display/d.geodesic/plot.c	/^int setup_plot(void)$/;"	f
setup_plot	display/d.rhumbline/plot.c	/^int setup_plot(void)$/;"	f
setup_rand	raster/r.mapcalc/evaluate.c	/^static void setup_rand(void)$/;"	f	file:
setup_region	raster/r.mapcalc/map.c	/^void setup_region(void)$/;"	f
setup_region	raster/r.mapcalc/map3.c	/^void setup_region(void)$/;"	f
setup_transform	vector/v.transform/setup_trans.c	/^int setup_transform(int n_points)$/;"	f
setup_window	raster/r.external/main.c	/^static void setup_window(struct Cell_head *cellhd, GDALDatasetH hDS)$/;"	f	file:
setwidth	visualization/nviz/src/tkFont.h	/^    int setwidth;		\/* The proportionate width, see below for$/;"	m	struct:TkXLFDAttributes
sf_x	raster/r.li/r.li.daemon/list.h	/^    int sf_x;$/;"	m	struct:generatore
sf_y	raster/r.li/r.li.daemon/list.h	/^    int sf_y;$/;"	m	struct:generatore
sfd	raster/r.flow/r.flow.h	/^    int sfd;			\/* file descriptor for segment file     *\/$/;"	m	struct:__anon154
sfile	raster/simwe/simlib/waterglobs.h	/^	*sfile, *depth, *disch, *err, *outwalk, *nwalk, *niter, *outiter,$/;"	m	struct:__anon137	typeref:struct:__anon137::
sfl	vector/v.voronoi/sw_defs.h	/^struct Freelist sfl;$/;"	v	typeref:struct:Freelist
sg_factor	raster/r.watershed/ram/sg_factor.c	/^int sg_factor(void)$/;"	f
sg_factor	raster/r.watershed/seg/sg_factor.c	/^int sg_factor(void)$/;"	f
sg_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char st_flag, sb_flag, sg_flag, sl_flag, ls_flag;$/;"	v
sg_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char st_flag, sb_flag, sg_flag, sl_flag, ls_flag;$/;"	v
sg_name	raster/r.watershed/ram/Gwater.h	/^    sg_name[GNAME_MAX];$/;"	v
sg_name	raster/r.watershed/seg/Gwater.h	/^    sg_name[GNAME_MAX];$/;"	v
sgemm_	configure	/^sgemm_()$/;"	f
shad_filename	raster/r.horizon/main.c	/^char shad_filename[256];$/;"	v
shade	raster/r.sun/main.c	/^char *shade;$/;"	v
shade	raster/r.sun2/main.c	/^const char *shade;$/;"	v
shade	visualization/nviz2/cmd/local_proto.h	/^      *mode, *res_fine, *res_coarse, *style, *shade, *wire_color, *surface_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
shading	include/gis.h	/^    int shading;		\/* boolean *\/$/;"	m	struct:G_3dview
shading	swig/perl/gis.h	/^    int shading;		\/* boolean *\/$/;"	m	struct:G_3dview
shadowoffset	raster/r.sun2/main.c	/^long int shadowoffset = 0;$/;"	v
shannon	raster/r.li/r.li.shannon/shannon.c	/^int shannon(int fd, char **par, area_des ad, double *result)$/;"	f
shape	raster/r.le/r.le.patch/patch.h	/^    int att[9], size[9], shape[8], boundary[5], perim[8], core[11];$/;"	m	struct:CHOICE
shape	vector/v.label.sa/labels.h	/^    struct line_pnts *shape;	    \/**< The points for the feature that this$/;"	m	struct:_label	typeref:struct:_label::line_pnts
shape2	raster/r.le/r.le.patch/patch.h	/^    int core2, size2, shape2, edge, fb, coremap, units;$/;"	m	struct:CHOICE
shape_CPA	raster/r.le/r.le.patch/driver.c	/^float *shape_PA, *shape_CPA, *shape_RCC, *size_cl, **recl_tb;$/;"	v
shape_PA	raster/r.le/r.le.patch/driver.c	/^float *shape_PA, *shape_CPA, *shape_RCC, *size_cl, **recl_tb;$/;"	v
shape_RCC	raster/r.le/r.le.patch/driver.c	/^float *shape_PA, *shape_CPA, *shape_RCC, *size_cl, **recl_tb;$/;"	v
shape_cl_no	raster/r.le/r.le.patch/driver.c	/^    shape_cl_no = 0;$/;"	v
shape_index	raster/r.li/r.li.shape/main.c	/^int shape_index(int fd, char **par, area_des ad, double *result)$/;"	f
shape_tree_node	lib/external/shapelib/shapefil.h	/^typedef struct shape_tree_node$/;"	s
shapiro_francia	lib/cdhc/shapiro2.c	/^double *shapiro_francia(double *x, int n)$/;"	f
shapiro_wilk	lib/cdhc/shapiro1.c	/^double *shapiro_wilk(double *x, int n)$/;"	f
shapiro_wilk_exp	lib/cdhc/shapiroe.c	/^double *shapiro_wilk_exp(double *x, int n)$/;"	f
shd	raster/r.sun/main.c	/^int shd, typ, n, m, ip, jp;$/;"	v
shell_style	raster/r.univar2/globals.h	/^    struct Flag *shell_style, *extended;$/;"	m	struct:__anon158	typeref:struct:__anon158::Flag
shift	include/gis.h	/^    DCELL shift;$/;"	m	struct:Colors
shift	swig/perl/gis.h	/^    DCELL shift;$/;"	m	struct:Colors
shift_angle	lib/display/draw2.c	/^static double shift_angle(double dx)$/;"	f	file:
shift_color	display/d.colors/interact.c	/^int shift_color(int colr, int shift)$/;"	f
shift_count	lib/display/draw2.c	/^static int shift_count(double dx)$/;"	f	file:
shift_img	imagery/i.smap/bouman/segment.c	/^static int shift_img(DCELL *** img, int nbands,$/;"	f	file:
shift_left	include/iostream/imbuffer.h	/^void im_buffer<T>::shift_left(unsigned long n) {$/;"	f	class:im_buffer
shift_ll	imagery/i.smap/bouman/segment.c	/^static int shift_ll(LIKELIHOOD **** ll_pym,$/;"	f	file:
shift_slices	lib/ogsf/gvl_file.c	/^void shift_slices(geovol_file * vf)$/;"	f
shine	include/gis.h	/^    float shine;$/;"	m	struct:G_3dview
shine	include/gstypes.h	/^    float shine;		\/* 0. to 128. *\/$/;"	m	struct:lightdefs
shine	swig/perl/gis.h	/^    float shine;$/;"	m	struct:G_3dview
shine_const	visualization/nviz2/cmd/local_proto.h	/^      *mask_map, *transp_map, *transp_const, *shine_map, *shine_const,$/;"	m	struct:GParams	typeref:struct:GParams::
shine_map	visualization/nviz2/cmd/local_proto.h	/^      *mask_map, *transp_map, *transp_const, *shine_map, *shine_const,$/;"	m	struct:GParams	typeref:struct:GParams::
shl_load	configure	/^shl_load()$/;"	f
shmat	configure	/^shmat()$/;"	f
shmat	configure	/^shmat();$/;"	f
shortName	include/shhopt.h	/^	char shortName;		\/* short option name. *\/$/;"	m	struct:__anon246
short_allowed	include/shhopt.h	/^	unsigned char short_allowed;	\/* boolean *\/$/;"	m	struct:__anon247
short_dashed_bits	include/patterns.h	/^static BITMAPS_H_TYPE short_dashed_bits[] = {$/;"	v
short_dashed_height	include/patterns.h	89;"	d
short_dashed_width	include/patterns.h	88;"	d
short_dot	raster/r.in.poly/raster.c	/^static int short_dot(int x, int y)$/;"	f	file:
shortint	include/la.h	/^typedef short shortint;$/;"	t
shortlogical	include/la.h	/^typedef short shortlogical;$/;"	t
show	display/d.where/where.c	/^static int show(char *buf, int once, int have_spheroid, int wgs84)$/;"	f	file:
show	lib/gis/parser.c	/^static int show(const char *item, int len)$/;"	f	file:
show	raster/r.cost/btree.c	/^int show(struct cost *next)$/;"	f
show	raster/r.describe/dumplist.c	/^static int show(CELL low, CELL high, int *len,$/;"	f	file:
show	raster/r.walk/btree.c	/^int show(struct cost *next)$/;"	f
show_all	raster/r.cost/btree.c	/^int show_all(void)$/;"	f
show_all	raster/r.walk/btree.c	/^int show_all(void)$/;"	f
show_bearing	visualization/nviz/scripts/panel_pos.tcl	/^proc show_bearing {} {$/;"	p
show_buttons	display/d.what.rast/show.c	/^int show_buttons(int once)$/;"	f
show_buttons	display/d.what.vect/what.c	/^int show_buttons(int once, int flash)$/;"	f
show_cat	display/d.what.rast/show.c	/^int show_cat(int width, int mwidth,$/;"	f
show_cmd	lib/gis/gui.tcl	/^proc show_cmd {dlg} {$/;"	p
show_colormode	lib/ogsf/gsd_prim.c	/^void show_colormode(void)$/;"	f
show_colors	raster/r.colors/rules.c	/^static int show_colors(FILE * fp)$/;"	f	file:
show_details	gem/main.c	/^void show_details(char *package)$/;"	f
show_dval	display/d.what.rast/show.c	/^int show_dval(int width, int mwidth,$/;"	f
show_elements	general/manage/lib/show_elem.c	/^int show_elements(void)$/;"	f
show_env	imagery/i.ortho.photo/photo.rectify/env.c	/^int show_env(void)$/;"	f
show_env	imagery/i.rectify/env.c	/^int show_env(void)$/;"	f
show_help	gem/main.c	/^void show_help(void)$/;"	f
show_it	display/d.paint.labels/do_labels.c	/^int show_it(void)$/;"	f
show_license	gem/main.c	/^void show_license(char *package)$/;"	f
show_options	lib/gis/parser.c	/^static int show_options(int maxlen, const char *str)$/;"	f	file:
show_patch	raster/r.le/r.le.trace/main.c	/^void show_patch(char *fn, double *msc, char *cmd)$/;"	f
show_point	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int show_point(int n, int true_color)$/;"	f	file:
show_point	imagery/i.ortho.photo/photo.2image/mark.c	/^static int show_point(int n, int true_color)$/;"	f	file:
show_point	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int show_point(int n, int true_color)$/;"	f	file:
show_point	imagery/i.points/analyze.c	/^static int show_point(int n, int true_color)$/;"	f	file:
show_point	imagery/i.vpoints/analyze.c	/^static int show_point(int n, int true_color)$/;"	f	file:
show_scale	ps/ps.map/show_scale.c	/^int show_scale(void)$/;"	f
show_signature	imagery/i.class/signature.c	/^int show_signature(int nbands, double default_nstd)$/;"	f
show_text	ps/ps.map/gprims.c	/^int show_text(double x, double y, char *text)$/;"	f
show_togl_win	visualization/nviz/src/togl_cb.c	/^void show_togl_win(void)$/;"	f
show_utm	display/d.what.rast/show.c	/^int show_utm(char *name, char *mapset, double north, double east,$/;"	f
show_version	gem/main.c	/^void show_version(void)$/;"	f
showmap	vector/v.mapcalc/map.c	/^void showmap(SYMBOL * sym)$/;"	f
shownames	visualization/xganim/gui.h	/^    int loop, swing, shownames;$/;"	m	struct:gui_data
shownum	vector/v.mapcalc/number.c	/^void shownum(double d)$/;"	f
showvec	vector/v.mapcalc/vector.c	/^void showvec(SYMBOL * sym)$/;"	f
shrink_map_coor	vector/v.transform/ask_trans.c	/^static int shrink_map_coor(void)$/;"	f	file:
shrt_cmpr	lib/vector/diglib/port_init.c	/^static const unsigned char shrt_cmpr[] = { 0x01, 0x02 };$/;"	v	file:
shrt_cmpr	lib/vector/diglib/port_test.c	/^static unsigned char shrt_cmpr[] = { 0x01, 0x02 };$/;"	v	file:
shrt_cnvrt	include/vect/dig_structs.h	/^    unsigned char shrt_cnvrt[PORT_SHORT];$/;"	m	struct:Port_info
shrt_cnvrt	lib/vector/diglib/port_init.c	/^unsigned char shrt_cnvrt[sizeof(short)];$/;"	v
shrt_cnvrt	lib/vector/diglib/port_test.c	/^static char shrt_cnvrt[sizeof(short)];$/;"	v	file:
shrt_cnvrt	lib/vector/diglib/portable/i386-pc-mingw32msvc.h	/^static int shrt_cnvrt[] = { 1, 0 };$/;"	v
shrt_order	lib/vector/diglib/port_init.c	/^int shrt_order;$/;"	v
shrt_quick	include/vect/dig_structs.h	/^    int shrt_quick;$/;"	m	struct:Port_info
shuffle_vistype	visualization/nviz/scripts/panel_vol.tcl	/^proc shuffle_vistype { BASE new } {$/;"	p
si	raster/simwe/simlib/waterglobs.h	/^GLOBAL double **gama, **gammas, **si, **inf, **sigma;$/;"	v
si0	raster/simwe/simlib/waterglobs.h	/^GLOBAL double chmean, si0, deltap, deldif, cch, hhc, halpha;$/;"	v
side	raster3d/r3.showdspf/vizual.h	/^    int side;			\/* which side 0 - 5 *\/$/;"	m	struct:Cap
side	vector/v.delaunay2/data_types.h	/^{ left, right } side;$/;"	t	typeref:enum:__anon163
sideLengths	scripts/r.tileset/r.tileset	/^sideLengths() {$/;"	f
side_to_xy	raster3d/r3.showdspf/draw_cap_ogl.c	/^static side_to_xy(xyray, pre, zz, side)$/;"	f	file:
sides	raster/r.watershed/ram/Gwater.h	/^GLOBAL SHORT sides;$/;"	v
sides	raster/r.watershed/seg/Gwater.h	/^GLOBAL SHORT sides;$/;"	v
sift_up	raster/r.watershed/ram/do_astar.c	/^int sift_up(int start, CELL ele)$/;"	f
sift_up	raster/r.watershed/seg/do_astar.c	/^int sift_up(int start, CELL ele)$/;"	f
sig	general/manage/lib/sighold.c	/^void (*sig) ();$/;"	v
sig	include/imagery.h	/^    struct One_Sig *sig;$/;"	m	struct:Signature	typeref:struct:Signature::One_Sig
sig1	vector/v.vol.rst/userglobs.h	/^int sig1;$/;"	v
sigalarm	imagery/i.class/sigalarm.c	/^void sigalarm(int n)$/;"	f
sigfile	imagery/i.gensig/parms.h	/^    char *sigfile;$/;"	m	struct:parms
sigfile	imagery/i.gensigset/parms.h	/^    char *sigfile;$/;"	m	struct:parms
sigfile	imagery/i.maxlik/main.c	/^char *sigfile;$/;"	v
sigfile	imagery/i.smap/bouman/bouman.h	/^    char *sigfile;$/;"	m	struct:parms
sigint	display/d.colors/sigint.c	/^void sigint(int n)$/;"	f
sigint	display/drivers/XDRIVER/Graph_set.c	/^static RETSIGTYPE sigint(int sig)$/;"	f	file:
sigint	imagery/i.class/set_signals.c	/^static RETSIGTYPE sigint(int sig)$/;"	f	file:
sigma	imagery/i.atcorr/common.h	/^const float sigma	= 0.056032f;$/;"	v
sigma	raster/simwe/simlib/waterglobs.h	/^GLOBAL double **gama, **gammas, **si, **inf, **sigma;$/;"	v
signal	lib/gis/spawn.c	/^struct signal$/;"	s	file:
signal_action	include/spawn.h	/^enum signal_action$/;"	g
signal_type	include/spawn.h	/^enum signal_type$/;"	g
signalflag	display/d.colors/externs.h	/^struct signalflag signalflag;$/;"	v	typeref:struct:signalflag
signalflag	display/d.colors/externs.h	/^struct signalflag$/;"	s
signalflag	imagery/i.class/defs.h	/^struct signalflag$/;"	s
signalflag	imagery/i.class/globals.h	/^GLOBAL struct signalflag signalflag;$/;"	v	typeref:struct:signalflag
signals	lib/gis/spawn.c	/^static struct signal signals[MAX_SIGNALS];$/;"	v	typeref:struct:signal	file:
signaturemenu	imagery/i.class/description.html	/^<A NAME="signaturemenu"><\/a>$/;"	a
signum	lib/gis/spawn.c	/^    int signum;$/;"	m	struct:signal	file:
sigpipe_catch	lib/gis/list.c	/^static void sigpipe_catch(int n)$/;"	f	file:
simplesrt	raster/r.texture/h_measure.c	/^void simplesrt(int n, float arr[])$/;"	f
simpson	raster/r.li/r.li.simpson/simpson.c	/^int simpson(int fd, char **par, area_des ad, double *result)$/;"	f
simulate_annealing	vector/v.label.sa/annealing.c	/^void simulate_annealing(label_t * labels, int n_labels, struct params *p)$/;"	f
sinSolarAltitude	raster/r.sun2/sunradstruct.h	/^    double sinSolarAltitude;$/;"	m	struct:SunGeometryVarDay
sin_phi_l	raster/r.sun/main.c	/^double sin_phi_l, tan_lam_l, lum_C31_l, lum_C33_l;$/;"	v
sin_u	raster/r.sun/main.c	/^double longit_l, latid_l, cos_u, cos_v, sin_u, sin_v;$/;"	v
sin_v	raster/r.sun/main.c	/^double longit_l, latid_l, cos_u, cos_v, sin_u, sin_v;$/;"	v
sinangle	raster/r.horizon/main.c	/^double stepsinangle, stepcosangle, sinangle, cosangle, distsinangle,$/;"	v
sindecl	raster/r.sun/main.c	/^double sinlat, coslat, sindecl, cosdecl;$/;"	v
sindecl	raster/r.sun2/sunradstruct.h	/^    double sindecl;$/;"	m	struct:SunGeometryConstDay
singleMerge	include/iostream/ami_sort_impl.h	/^singleMerge(queue<char*>* streamList, Compare *cmp)$/;"	f
single_direction	raster/r.horizon/main.c	/^double single_direction;$/;"	v
singleton	raster/r.mapcalc/expression.c	/^expr_list *singleton(expression * e1)$/;"	f
sinlat	raster/r.sun/main.c	/^double sinlat, coslat, sindecl, cosdecl;$/;"	v
sinlat	raster/r.sun2/sunradstruct.h	/^    double sinlat;$/;"	m	struct:GridGeometry
sisum	raster/simwe/simlib/waterglobs.h	/^GLOBAL double hhmax, sisum, vmean;$/;"	v
site_att	include/vect/dig_structs.h	/^    SITE_ATT *site_att;		\/* array of attributes loaded from db *\/$/;"	m	struct:Map_info
site_att	include/vect/dig_structs.h	/^struct site_att$/;"	s
site_att_cmp	lib/sites/sites.c	/^static int site_att_cmp(const void *pa, const void *pb)$/;"	f	file:
site_attr_append_color	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_append_color {_idx n color} {$/;"	p
site_attr_append_entries	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_append_entries {_idx n e} {$/;"	p
site_attr_choose_color	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_choose_color {_w} {$/;"	p
site_attr_clear_lut_win	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_clear_lut_win {_idx} {$/;"	p
site_attr_clear_menubutton	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_clear_menubutton {_idx} {$/;"	p
site_attr_close_map	visualization/nviz/src/site_attr_commands.c	/^void site_attr_close_map(struct Map_info *Map, int ncols, char **cnames,$/;"	f
site_attr_config_menubutton	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_config_menubutton {_idx _txt _bg _index} {$/;"	p
site_attr_create_lut_win	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_create_lut_win {_idx} {$/;"	p
site_attr_create_win	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_create_win {_idx} {$/;"	p
site_attr_destroy_win	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_destroy_win {_idx _win} {$/;"	p
site_attr_external_lut	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_external_lut {_idx _win} {$/;"	p
site_attr_fields_attributes_row	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_fields_attributes_row {_win _map _row} {$/;"	p
site_attr_fields_attributes_win	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_fields_attributes_win {_curr_site} {$/;"	p
site_attr_fields_menu_button	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_fields_menu_button {_idx _win} {$/;"	p
site_attr_get	visualization/nviz/src/site_attr_commands.c	/^int site_attr_get(Tcl_Interp * interp, geosite * gp, int nattr)$/;"	f
site_attr_get_link_attr	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_get_link_attr {_curr_site _attr} {$/;"	p
site_attr_gui	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_gui {themefr bottomfr curr} {$/;"	p
site_attr_idx	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_idx {_map _attr _row} {$/;"	p
site_attr_init	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_init {} {$/;"	p
site_attr_init	visualization/nviz/src/site_attr_commands.c	/^void site_attr_init(int id)$/;"	f
site_attr_init_tcl	visualization/nviz/src/site_attr_commands.c	/^     void site_attr_init_tcl(Tcl_Interp * interp, Nv_data * data)$/;"	f
site_attr_load_values	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_load_values {_idx} {$/;"	p
site_attr_lut_create	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_create {} {$/;"	p
site_attr_lut_create_win	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_create_win {_lut_id} {$/;"	p
site_attr_lut_destroy	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_destroy {_lut_id} {$/;"	p
site_attr_lut_destroy_win	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_destroy_win {_lut_id _win _w} {$/;"	p
site_attr_lut_export	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_export {_idx} {$/;"	p
site_attr_lut_export_attr	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_export_attr {_idx _lut_id} {$/;"	p
site_attr_lut_external	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_external {_idx _x _y} {$/;"	p
site_attr_lut_file_from_name	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_file_from_name {_filename} {$/;"	p
site_attr_lut_fill	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_fill {_lut_id _idx} {$/;"	p
site_attr_lut_id	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_id {_index _postfix} {$/;"	p
site_attr_lut_id_from_name	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_id_from_name {_lut_name} {$/;"	p
site_attr_lut_import	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_import {_idx} {$/;"	p
site_attr_lut_import_attr	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_import_attr {_idx _lut_id} {$/;"	p
site_attr_lut_link_external	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_link_external {_idx _lut_id} {$/;"	p
site_attr_lut_load	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_load {{filename ""}} {$/;"	p
site_attr_lut_local	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_local {_idx {_var ""} {_index ""} {_op ""}} {$/;"	p
site_attr_lut_menu	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_menu {_win} {$/;"	p
site_attr_lut_menu_add	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_menu_add {_lut_id} {$/;"	p
site_attr_lut_menu_delete	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_menu_delete {_lut_id} {$/;"	p
site_attr_lut_menu_destroy	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_menu_destroy {_w} {$/;"	p
site_attr_lut_menu_index	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_menu_index {_lut_id} {$/;"	p
site_attr_lut_menu_update	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_menu_update {var index op} {$/;"	p
site_attr_lut_menubutton_win	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_menubutton_win {} {$/;"	p
site_attr_lut_name_from_file	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_name_from_file {_filename} {$/;"	p
site_attr_lut_open_win	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_open_win {_lut_id} {$/;"	p
site_attr_lut_popup	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_popup {_idx _command {_new "no"}} {$/;"	p
site_attr_lut_popup_enter	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_popup_enter {} {global site_attr; set site_attr(POPUP) 1}$/;"	p
site_attr_lut_popup_leave	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_popup_leave {} {global site_attr; set site_attr(POPUP) 0}$/;"	p
site_attr_lut_popup_unmap	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_popup_unmap {_idx} {$/;"	p
site_attr_lut_read	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_read {_filename} {$/;"	p
site_attr_lut_save	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_save {_lut_id} {$/;"	p
site_attr_lut_set_external	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_set_external {_idx _lut_id} {$/;"	p
site_attr_lut_unlink_external	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_unlink_external {_idx} {$/;"	p
site_attr_lut_update_external	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_update_external {_idx {_var ""} {_index ""} {_op ""}} {$/;"	p
site_attr_lut_update_win	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_update_win {_win var index op} {$/;"	p
site_attr_lut_write	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_lut_write {_lut_id _filename} {$/;"	p
site_attr_open_map	visualization/nviz/src/site_attr_commands.c	/^int site_attr_open_map(geosite * gp, int index,$/;"	f
site_attr_pick_mouse_XY	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_pick_mouse_XY {_x _y} {$/;"	p
site_attr_read_gui_colors	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_read_gui_colors {_idx} {$/;"	p
site_attr_reset_menubutton	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_reset_menubutton {_idx _win} {$/;"	p
site_attr_set	visualization/nviz/src/site_attr_commands.c	/^int site_attr_set(Tcl_Interp * interp, geosite * gp, int nattr, char *attr,$/;"	f
site_attr_set_auto_colors	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_set_auto_colors {_idx} {$/;"	p
site_attr_set_auto_entries	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_set_auto_entries {_idx} {$/;"	p
site_attr_set_color	visualization/nviz/src/site_attr_commands.c	/^int site_attr_set_color(geosite * gp, int nattr, int index, int n,$/;"	f
site_attr_set_colors	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_set_colors {_idx} {$/;"	p
site_attr_set_entries	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_set_entries {_idx} {$/;"	p
site_attr_set_fixed_color	visualization/nviz/src/site_attr_commands.c	/^int site_attr_set_fixed_color(geosite * gp, int nattr, unsigned int color)$/;"	f
site_attr_set_fixed_marker	visualization/nviz/src/site_attr_commands.c	/^int site_attr_set_fixed_marker(geosite * gp, int nattr, int marker)$/;"	f
site_attr_set_fixed_size	visualization/nviz/src/site_attr_commands.c	/^int site_attr_set_fixed_size(geosite * gp, int nattr, float size)$/;"	f
site_attr_set_link_attr	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_set_link_attr {_curr_site _attr _which _field _lut_name} {$/;"	p
site_attr_set_marker	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_set_marker {_idx _name} {$/;"	p
site_attr_set_menubutton	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_set_menubutton {_idx} {$/;"	p
site_attr_set_size	visualization/nviz/src/site_attr_commands.c	/^int site_attr_set_size(geosite * gp, int nattr, int index, int n,$/;"	f
site_attr_set_win	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_set_win {_idx _name {_create_win "yes"}} {$/;"	p
site_attr_unset	visualization/nviz/src/site_attr_commands.c	/^int site_attr_unset(Tcl_Interp * interp, geosite * gp, int nattr, char *attr)$/;"	f
site_attr_update_colors	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_update_colors {_idx} {$/;"	p
site_attr_update_entries	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_update_entries {_idx} {$/;"	p
site_attr_update_gui_colors	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_update_gui_colors {_idx} {$/;"	p
site_attr_update_gui_colors_numeric	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_update_gui_colors_numeric {_idx} {$/;"	p
site_attr_update_gui_colors_string	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_update_gui_colors_string {_idx} {$/;"	p
site_attr_update_menubutton	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_update_menubutton {_idx} {$/;"	p
site_attr_update_win	visualization/nviz/scripts/site_attr.tcl	/^proc site_attr_update_win {_idx var index op} {$/;"	p
site_draw_all_together	visualization/nviz/src/togl_flythrough.c	/^int site_draw_all_together(Nv_data * data, Tcl_Interp * interp)$/;"	f
site_highlight_get_geopoint	visualization/nviz/src/site_highlight_commands.c	/^geopoint *site_highlight_get_geopoint(geosite * gp, int cat)$/;"	f
site_highlight_get_geosite	visualization/nviz/src/site_highlight_commands.c	/^geosite *site_highlight_get_geosite(char *name)$/;"	f
site_highlight_get_int_BBGGRR	visualization/nviz/src/site_highlight_commands.c	/^     int site_highlight_get_int_BBGGRR(char *rrggbb)$/;"	f
site_highlight_init_tcl	visualization/nviz/src/site_highlight_commands.c	/^void site_highlight_init_tcl(Tcl_Interp * interp, Nv_data * data)$/;"	f
site_highlight_loop	visualization/nviz/src/site_highlight_commands.c	/^int site_highlight_loop(geosite * gp, const char **argvPtr, int argcPtr,$/;"	f
siteidx	vector/v.voronoi/sw_defs.h	/^int siteidx;$/;"	v
sitenbr	vector/v.voronoi/sw_defs.h	/^    int sitenbr;$/;"	m	struct:Site
sites	vector/v.delaunay2/memory.c	/^struct vertex *sites;$/;"	v	typeref:struct:vertex
sites	vector/v.voronoi/sw_defs.h	/^struct Site *sites;$/;"	v	typeref:struct:Site
sixs_aer	imagery/i.atcorr/common.cpp	/^Sixs_aer sixs_aer;	\/* will be initialized in AerosolModel *\/$/;"	v
sixs_aerbas	imagery/i.atcorr/common.cpp	/^Sixs_aerbas sixs_aerbas =$/;"	v
sixs_disc	imagery/i.atcorr/common.cpp	/^Sixs_disc sixs_disc = $/;"	v
sixs_sos	imagery/i.atcorr/common.cpp	/^Sixs_sos sixs_sos = $/;"	v
sixs_trunc	imagery/i.atcorr/common.cpp	/^Sixs_trunc sixs_trunc; \/* initialized in discom global routine *\/$/;"	v
size	display/d.barscale/draw_scale.c	/^    double size;$/;"	m	struct:scale	file:
size	display/d.graph/description.html	/^<a name="size"><\/a>$/;"	a
size	display/d.histogram/options.h	/^GLOBAL float size;$/;"	v
size	display/d.paint.labels/do_labels.c	/^static double size;$/;"	v	file:
size	display/d.text.new/test.pl	/^sub size{$/;"	s
size	display/d.title/options.h	/^GLOBAL float size;$/;"	v
size	display/d.vect/plot.h	/^    int size;$/;"	m	struct:__anon97
size	imagery/i.ask/popup.c	/^static int height, size, edge, count;$/;"	v	file:
size	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
size	imagery/i.ortho.photo/photo.2image/ask.c	/^static int height, size, edge, count;$/;"	v	file:
size	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int height, size, edge, nlines;$/;"	v
size	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
size	imagery/i.ortho.photo/photo.2target/ask.c	/^static int height, size, edge, count;$/;"	v	file:
size	imagery/i.points/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
size	imagery/i.points/ask.c	/^static int height, size, edge, count;$/;"	v	file:
size	imagery/i.vpoints/analyze.c	/^static int height, size, edge, nlines;$/;"	v	file:
size	imagery/i.vpoints/ask.c	/^static int height, size, edge, count;$/;"	v	file:
size	imagery/i.vpoints/ask_lineclr.c	/^static int height, size, edge, count;$/;"	v	file:
size	include/gstypes.h	/^    float size;$/;"	m	struct:g_site
size	include/gstypes.h	/^    float size[GPT_MAX_ATTR];$/;"	m	struct:g_point
size	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::size() const {$/;"	f	class:EMPQueueAdaptive
size	include/iostream/empq_impl.h	/^unsigned long em_pqueue<T,Key>::size() {$/;"	f	class:em_pqueue
size	include/iostream/imbuffer.h	/^  unsigned long size; $/;"	m	class:im_buffer
size	include/iostream/minmaxheap.h	/^  HeapIndex size() const { $/;"	f	class:BasicMinMaxHeap
size	include/iostream/pqheap.h	/^  inline unsigned int size(void) const { return cur_elts; };$/;"	f	class:pqheap_t1
size	include/iostream/queue.h	/^  int size;$/;"	m	class:queue
size	include/iostream/replacementHeap.h	/^  size_t size;  \/\/represents actual size, i.e. the nb of (non-empty)$/;"	m	class:ReplacementHeap
size	include/iostream/replacementHeapBlock.h	/^  size_t size;  \/\/represents actual size, i.e. the nb of (non-empty)$/;"	m	class:ReplacementHeapBlock
size	include/segment.h	/^    int size;			\/* size in bytes of a segment *\/$/;"	m	struct:__anon280
size	include/vect/dig_structs.h	/^    int size;			\/* array size *\/$/;"	m	struct:varray
size	include/vect/dig_structs.h	/^    long size;			\/* coor file size *\/$/;"	m	struct:dig_head
size	include/vect/dig_structs.h	/^    long size;			\/* size of the file loaded to memory *\/$/;"	m	struct:gvfile
size	include/vect/dig_structs.h	/^    long size;			\/* total size, in bytes *\/$/;"	m	struct:Coor_info
size	lib/g3d/cache.c	/^    int size;$/;"	m	struct:__anon30	file:
size	lib/gis/datum.c	/^static int size;$/;"	v	file:
size	ps/ps.map/vector.h	/^    double size;		\/* icon size *\/$/;"	m	struct:__anon22
size	raster/r.composite/main.c	/^    int size;$/;"	m	struct:band	file:
size	raster/r.grow2/main.c	/^static int size;$/;"	v	file:
size	raster/r.le/r.le.patch/patch.h	/^    int att[9], size[9], shape[8], boundary[5], perim[8], core[11];$/;"	m	struct:CHOICE
size	raster/r.li/r.li.daemon/list.h	/^    int size;$/;"	m	struct:lista
size	raster/r.mfilter.fp/filter.h	/^    int size;			\/* size of filter matrix *\/$/;"	m	struct:__anon148
size	raster/r.mfilter/filter.h	/^    int size;			\/* size of filter matrix *\/$/;"	m	struct:__anon147
size	raster/r.terraflow/ccforest.cc	/^int ccforest<T>::size() {$/;"	f	class:ccforest
size	raster/r.terraflow/grid.h	/^  long size;$/;"	m	class:grid
size	raster/r.terraflow/plateau.h	/^  long size;$/;"	m	class:plateauStats
size	raster/r.univar2/globals.h	/^    int size;$/;"	m	struct:__anon157
size	vector/v.in.dxf/global.h	/^    unsigned long size, pos;$/;"	m	struct:dxf_file
size	vector/v.label.sa/labels.h	/^    double size;$/;"	m	struct:_label
size	vector/v.label.sa/labels.h	/^    struct Option *size;$/;"	m	struct:params	typeref:struct:params::Option
size	vector/v.to.rast/do_areas.c	/^    double size;$/;"	m	struct:list	file:
size	visualization/nviz/src/togl.c	/^    UINT    size;               \/* Number of entries in the palette. *\/$/;"	m	struct:__anon103	file:
size	visualization/nviz2/cmd/local_proto.h	/^      *output, *format, *size;$/;"	m	struct:GParams	typeref:struct:GParams::
size2	raster/r.le/r.le.patch/patch.h	/^    int core2, size2, shape2, edge, fb, coremap, units;$/;"	m	struct:CHOICE
size_array	raster/r.water.outlet/ramseg.c	/^int size_array(int *ram_seg, int nrows, int ncols)$/;"	f
size_array	raster/r.watershed/ram/ramseg.c	/^int size_array(int *ram_seg, int nrows, int ncols)$/;"	f
size_cl	raster/r.le/r.le.patch/driver.c	/^float *shape_PA, *shape_CPA, *shape_RCC, *size_cl, **recl_tb;$/;"	v
size_cl_no	raster/r.le/r.le.patch/driver.c	/^int ntype = 0, finput, n_scale = 1, n_unit = 1, size_cl_no = 0, *recl_count,$/;"	v
sizecol	ps/ps.map/vector.h	/^    char *sizecol;		\/* Column used for symbol size *\/$/;"	m	struct:__anon22
skew	raster/r.statistics/o_skew.c	/^static int skew(double *data, int n, double *skewn)$/;"	f	file:
skip	lib/ogsf/gvl_file.c	/^    int num, skip;$/;"	m	struct:__anon65	file:
skip	raster/r.flow/r.flow.h	/^    int skip;			\/* cells between flowlines output       *\/$/;"	m	struct:__anon153
skip_space	lib/datetime/scan.c	/^static void skip_space(const char **s)$/;"	f	file:
skyline	vector/v.label.sa/labels.h	/^    struct line_pnts *skyline;	    \/**< The skyline of the text, as an offest$/;"	m	struct:_label	typeref:struct:_label::line_pnts
skyline_trans_rot	vector/v.label.sa/labels.c	/^struct line_pnts *skyline_trans_rot(struct line_pnts *skyline,$/;"	f
sl	raster/r.sunmask/solpos00.c	/^    float sl;			\/* sine of the latitude *\/$/;"	m	struct:trigdata	file:
sl_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char st_flag, sb_flag, sg_flag, sl_flag, ls_flag;$/;"	v
sl_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char st_flag, sb_flag, sg_flag, sl_flag, ls_flag;$/;"	v
sl_name	raster/r.watershed/ram/Gwater.h	/^GLOBAL char ls_name[GNAME_MAX], st_name[GNAME_MAX], sl_name[GNAME_MAX],$/;"	v
sl_name	raster/r.watershed/seg/Gwater.h	/^GLOBAL char ls_name[GNAME_MAX], st_name[GNAME_MAX], sl_name[GNAME_MAX],$/;"	v
sl_seg	raster/r.water.outlet/basin.h	/^GLOBAL RAMSEG ba_seg, pt_seg, sl_seg;$/;"	v
slant	visualization/nviz/src/tkFont.h	/^    int slant;			\/* Slant flag; see below for def'n. *\/$/;"	m	struct:TkFontAttributes
slant	visualization/nviz/src/tkFont.h	/^    int slant;			\/* The tristate value for the slant, which$/;"	m	struct:TkXLFDAttributes
slice	include/gstypes.h	/^    geovol_slice *slice[MAX_SLICES];$/;"	m	struct:g_vol
slice	lib/ogsf/gs_norms.c	/^static long slice;$/;"	v	file:
slice	lib/ogsf/gvl_file.c	/^    void *slice[MAX_VOL_SLICES];$/;"	m	struct:__anon65	file:
slice	visualization/nviz/src/map_obj.c	/^int slice(int id, int type, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
slice_add	visualization/nviz/scripts/panel_vol.tcl	/^proc slice_add { BASE } {$/;"	p
slice_add	visualization/nviz/src/volume.c	/^int slice_add(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
slice_calc	lib/ogsf/gvl_calc.c	/^int slice_calc(geovol * gvl, int ndx_slc, void *colors)$/;"	f
slice_data	lib/ogsf/gvl_file.c	/^} slice_data;$/;"	t	typeref:struct:__anon65	file:
slice_del	visualization/nviz/scripts/panel_vol.tcl	/^proc slice_del { BASE } {$/;"	p
slice_del	visualization/nviz/src/volume.c	/^int slice_del(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
slice_down	visualization/nviz/scripts/panel_vol.tcl	/^proc slice_down { BASE } {$/;"	p
slice_draw_mode	include/gstypes.h	/^    IFLAG slice_draw_mode;$/;"	m	struct:g_vol
slice_get_drawmode	visualization/nviz/src/volume.c	/^int slice_get_drawmode(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
slice_get_pos	visualization/nviz/src/volume.c	/^int slice_get_pos(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
slice_get_res	visualization/nviz/src/volume.c	/^int slice_get_res(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
slice_get_selected	visualization/nviz/scripts/panel_vol.tcl	/^proc slice_get_selected { BASE } {$/;"	p
slice_get_transp	visualization/nviz/src/volume.c	/^int slice_get_transp(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
slice_get_value	lib/ogsf/gvl_calc.c	/^float slice_get_value(geovol * gvl, int x, int y, int z)$/;"	f
slice_move_down	visualization/nviz/src/volume.c	/^int slice_move_down(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
slice_move_up	visualization/nviz/src/volume.c	/^int slice_move_up(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
slice_num_slices	visualization/nviz/src/volume.c	/^int slice_num_slices(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
slice_set_drawmode	visualization/nviz/src/volume.c	/^int slice_set_drawmode(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
slice_set_pos	visualization/nviz/scripts/panel_vol.tcl	/^proc slice_set_pos { BASE } {$/;"	p
slice_set_pos	visualization/nviz/src/volume.c	/^int slice_set_pos(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
slice_set_res	visualization/nviz/src/volume.c	/^int slice_set_res(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
slice_set_transp	visualization/nviz/scripts/panel_vol.tcl	/^proc slice_set_transp {} {$/;"	p
slice_set_transp	visualization/nviz/src/volume.c	/^int slice_set_transp(int id, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
slice_up	visualization/nviz/scripts/panel_vol.tcl	/^proc slice_up { BASE } {$/;"	p
slice_update_att	visualization/nviz/scripts/panel_vol.tcl	/^proc slice_update_att { BASE } {$/;"	p
slice_x_mod	include/gstypes.h	/^    int slice_x_mod, slice_y_mod, slice_z_mod;$/;"	m	struct:g_vol
slice_y_mod	include/gstypes.h	/^    int slice_x_mod, slice_y_mod, slice_z_mod;$/;"	m	struct:g_vol
slice_z_mod	include/gstypes.h	/^    int slice_x_mod, slice_y_mod, slice_z_mod;$/;"	m	struct:g_vol
sliding_averaging	vector/v.generalize/smoothing.c	/^int sliding_averaging(struct line_pnts *Points, double slide, int look_ahead,$/;"	f
slope	lib/rst/interp_float/interpf.h	/^    char *elev, *slope, *aspect, *pcurv, *tcurv, *mcurv;	\/* output files *\/$/;"	m	struct:interp_params
slope	raster/r.carve/enforce.h	/^    double sum_x, sum_y, sum_xy, sum_x_sq, slope, yinter;$/;"	m	struct:__anon140
slope	raster/r.drain/tinf.h	/^double (*slope) (void *, void *, double);$/;"	v
slope	raster/r.fill.dir/tinf.h	/^double (*slope) (void *, void *, double);$/;"	v
slope	raster/r.resamp.rst/main.c	/^char *slope = NULL;$/;"	v
slope	raster/r.sun/main.c	/^double z_orig, o_orig, slope, aspect, z1, zp;$/;"	v
slope	raster/r.sun2/sunradstruct.h	/^    double slope;$/;"	m	struct:SunGeometryVarSlope
slope	raster/simwe/simlib/waterglobs.h	/^GLOBAL double **v1, **v2, **slope;$/;"	v
slope	vector/v.surf.rst/main.c	/^char *slope = NULL;$/;"	v
slope_c	raster/r.drain/tinf.c	/^double slope_c(void *line1, void *line2, double cnst)$/;"	f
slope_c	raster/r.fill.dir/tinf.c	/^double slope_c(void *line1, void *line2, double cnst)$/;"	f
slope_d	raster/r.drain/tinf.c	/^double slope_d(void *line1, void *line2, double cnst)$/;"	f
slope_d	raster/r.fill.dir/tinf.c	/^double slope_d(void *line1, void *line2, double cnst)$/;"	f
slope_f	raster/r.drain/tinf.c	/^double slope_f(void *line1, void *line2, double cnst)$/;"	f
slope_f	raster/r.fill.dir/tinf.c	/^double slope_f(void *line1, void *line2, double cnst)$/;"	f
slope_length	raster/r.watershed/ram/slope_len.c	/^int slope_length(SHORT r, SHORT c, SHORT dr, SHORT dc)$/;"	f
slope_length	raster/r.watershed/seg/slope_len.c	/^int slope_length(SHORT r, SHORT c, SHORT dr, SHORT dc)$/;"	f
slopein	raster/r.sun/main.c	/^char *slopein;$/;"	v
slopein	raster/r.sun2/main.c	/^const char *slopein;$/;"	v
sloping	raster/r.flow/calc.c	129;"	d	file:
slot_bins	raster/r.quantile/main.c	/^static unsigned char *slot_bins;$/;"	v	file:
slot_size	raster/r.quantile/main.c	/^static DCELL slot_size;$/;"	v	file:
slots	raster/r.quantile/main.c	/^static unsigned int *slots;$/;"	v	file:
slow_range	display/d.profile/Range.c	/^int slow_range(char *name, char *mapset, long *min, long *max)$/;"	f
slower	visualization/xganim/gui.c	/^static Widget slower, faster;$/;"	v	file:
slower_callback	visualization/xganim/gui.c	/^static void slower_callback(Widget w, XtPointer data, caddr_t cbs)$/;"	f	file:
slowline	lib/gis/plot.c	/^static int slowline(double x1, double y1, double x2, double y2)$/;"	f	file:
slp	raster/r.watershed/seg/Gwater.h	/^GLOBAL DSEG slp, s_l, s_g, l_s, ril;$/;"	v
slp_seg	raster/r.watershed/ram/Gwater.h	/^GLOBAL RAMSEG slp_seg, s_l_seg, s_g_seg, l_s_seg;$/;"	v
sm	lib/rst/data/dataquad.h	/^    double sm;			\/* structure extended to incl. variable smoothing *\/$/;"	m	struct:triple
sm	vector/v.vol.rst/dataoct.h	/^    double sm;$/;"	m	struct:quadruple
smallestChild	include/iostream/minmaxheap.h	/^HeapIndex BasicMinMaxHeap<T>::smallestChild(HeapIndex i) const {$/;"	f	class:BasicMinMaxHeap
smallestChildGrandchild	include/iostream/minmaxheap.h	/^HeapIndex BasicMinMaxHeap<T>::smallestChildGrandchild(HeapIndex i) const {$/;"	f	class:BasicMinMaxHeap
smallest_segment	lib/rst/interp_float/segmen2d.c	/^static double smallest_segment(struct multtree *tree, int n_leafs)$/;"	f	file:
smatt	lib/rst/interp_float/interpf.h	/^    int smatt;			\/* which floating point attr to use for smoothing? first = 1, second = 2, etc *\/$/;"	m	struct:interp_params
smc	raster/r.resamp.rst/main.c	/^double smc;$/;"	v
smhd	raster/r.resamp.rst/main.c	/^struct Cell_head smhd;$/;"	v	typeref:struct:Cell_head
smooth	lib/rst/interp_float/interpf.h	/^    double smooth;$/;"	m	struct:fcell_triple
smooth	raster/r.resamp.rst/main.c	/^char *smooth = NULL;$/;"	v
smooth_flag	raster/r.to.vect/global.h	/^Global int smooth_flag;		\/* this is 0 for no smoothing, 1 for smoothing of lines *\/$/;"	v
snakes	vector/v.generalize/smoothing.c	/^int snakes(struct line_pnts *Points, double alpha, double beta, int with_z)$/;"	f
snakes_displacement	vector/v.generalize/displacement.c	/^int snakes_displacement(struct Map_info *In, struct Map_info *Out,$/;"	f
snap	vector/v.digit/line.c	/^int snap(double *x, double *y)$/;"	f
snap	vector/v.edit/global.h	/^	*poly, *type, *id, *where, *bmaps, *snap, *query, *zbulk;$/;"	m	struct:GParams	typeref:struct:GParams::
snap_line2	vector/v.edit/snap.c	/^int snap_line2(struct Map_info *Map, int line1, int line2, double thresh)$/;"	f
snap_lines	vector/v.edit/snap.c	/^int snap_lines(struct Map_info *Map, struct ilist *List, double thresh)$/;"	f
sockaddr_t	lib/gis/unix_socks.c	/^typedef struct sockaddr_in sockaddr_t;$/;"	t	typeref:struct:sockaddr_in	file:
sockaddr_t	lib/gis/unix_socks.c	/^typedef struct sockaddr_un sockaddr_t;$/;"	t	typeref:struct:sockaddr_un	file:
socket	configure	/^socket()$/;"	f
socket	configure	/^socket();$/;"	f
sockpath	lib/raster/io_sock.c	/^static char *sockpath;$/;"	v	file:
soft_text	lib/driver/text2.c	/^void soft_text(int x, int y,$/;"	f
soft_text_ext	lib/driver/text2.c	/^void soft_text_ext(int x, int y,$/;"	f
soft_text_ext_freetype	lib/driver/text3.c	/^void soft_text_ext_freetype(int x, int y,$/;"	f
soft_text_freetype	lib/driver/text3.c	/^void soft_text_freetype(int x, int y,$/;"	f
solarAltitude	raster/r.sun2/sunradstruct.h	/^    double solarAltitude;$/;"	m	struct:SunGeometryVarDay
solarAzimuth	raster/r.sun2/sunradstruct.h	/^    double solarAzimuth;$/;"	m	struct:SunGeometryVarDay
solcon	raster/r.sunmask/solpos00.h	/^    float solcon;		\/* I:             Solar constant (NREL uses 1367 W\/sq m) *\/$/;"	m	struct:posdata
solidline_bits	include/patterns.h	/^static BITMAPS_H_TYPE solidline_bits[] = {$/;"	v
solidline_height	include/patterns.h	97;"	d
solidline_width	include/patterns.h	96;"	d
solirr	imagery/i.atcorr/Iwave.cpp	/^float IWave::solirr(const float wl) const$/;"	f	class:IWave
solve	imagery/i.smap/bouman/solve.c	/^double solve($/;"	f
solvemat	general/g.transform/crs.c	/^static int solvemat(struct MATRIX *m, double a[], double b[], double E[],$/;"	f	file:
solvemat	imagery/i.rectify/crs.c	/^static int solvemat(struct MATRIX *m,$/;"	f	file:
solvemat	imagery/i.vpoints/crs.c	/^solvemat(struct MATRIX *m, DOUBLE a[], DOUBLE b[], double E[], double N[])$/;"	f	file:
solveq	imagery/i.cca/matrix.c	/^int solveq(double q[MX][MX], int bands, double w[MX][MX], double p[MX][MX])$/;"	f
solver	raster/r.gwflow/main.c	/^	*bottom, *vector, *type, *dt, *maxit, *error, *solver, *sor,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
solver	raster3d/r3.gwflow/main.c	/^	*vector, *dt, *maxit, *error, *solver, *sor;$/;"	m	struct:__anon109	typeref:struct:__anon109::	file:
soot	imagery/i.atcorr/AerosolModel.cpp	/^void AerosolModel::soot()$/;"	f	class:AerosolModel
soot_ph	imagery/i.atcorr/common.h	/^	float soot_ph[10][83];		\/* soot model *\/$/;"	m	struct:Sixs_aerbas
sor	raster/r.gwflow/main.c	/^	*bottom, *vector, *type, *dt, *maxit, *error, *solver, *sor,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
sor	raster3d/r3.gwflow/main.c	/^	*vector, *dt, *maxit, *error, *solver, *sor;$/;"	m	struct:__anon109	typeref:struct:__anon109::	file:
sort	include/iostream/embuffer.h	/^em_buffer<T,Key>::sort() {$/;"	f	class:em_buffer
sort	include/iostream/imbuffer.h	/^void im_buffer<T>::sort () {$/;"	f	class:im_buffer
sort	raster/r.terraflow/sortutils.h	/^sort(AMI_STREAM<T> **str, FUN fo) {$/;"	f
sort	raster/r.terraflow/sortutils.h	/^sort(AMI_STREAM<T> *strIn, FUN fo) {$/;"	f
sort_areas	vector/v.to.rast/do_areas.c	/^int sort_areas(struct Map_info *Map, struct line_pnts *Points, int field)$/;"	f
sort_bins	raster/r.quantile/main.c	/^static void sort_bins(void)$/;"	f	file:
sort_cell	lib/stats/sort_cell.c	/^int sort_cell(DCELL * array, int n)$/;"	f
sort_cell_stats	raster/r.stats/stats.c	/^int sort_cell_stats(void)$/;"	f
sort_cell_w	lib/stats/sort_cell.c	/^int sort_cell_w(DCELL(*array)[2], int n)$/;"	f
sort_dirent	lib/db/dbmi_base/dirent.c	/^static void sort_dirent(dbDirent * a, int n)$/;"	f	file:
sort_edge_list	raster/r.distance/edges.c	/^void sort_edge_list(struct Map *map)$/;"	f
sort_intersection_list	lib/vector/Vlib/dgraph.c	/^void sort_intersection_list(struct seg_intersection_list *il)$/;"	f
sort_neighbors	raster/r.surf.idw/main.c	/^int sort_neighbors(NEIGHBOR * nbr_head, double distance)$/;"	f
sort_new	lib/vector/Vlib/snap.c	/^static int sort_new(const void *pa, const void *pb)$/;"	f	file:
sort_rec	include/iostream/imbuffer.h	/^void im_buffer<T>::sort_rec(unsigned long start, unsigned long end) {$/;"	f	class:im_buffer
sort_surfs_max	lib/nviz/draw.c	/^int sort_surfs_max(int *surf, int *id_sort, int *indices, int num)$/;"	f
sort_surfs_max	visualization/nviz/src/draw.c	/^int sort_surfs_max(int *surf, int *id_sort, int *indices, int num)$/;"	f
sort_surfs_mid	visualization/nviz/src/nviz_init.c	/^int sort_surfs_mid(int *id_sort, int *indices, int num)$/;"	f
sorted	include/iostream/imbuffer.h	/^  bool sorted; \/\/true if it is sorted; set when the buffer is sorted$/;"	m	class:im_buffer
sorted	vector/v.voronoi/sw_defs.h	/^int triangulate, sorted, plot, debug, mode3d;$/;"	v
sorted_list	raster/r.stats/stats.c	/^static struct Node **sorted_list;$/;"	v	typeref:struct:Node	file:
source_clean	gem/actions.c	/^int source_clean(char *package)$/;"	f
source_date	include/dlg.h	/^    char source_date[11];$/;"	m	struct:dlg_head
source_date	include/vect/dig_structs.h	/^    char *source_date;$/;"	m	struct:dig_head
source_file_mm_register_init	include/iostream/mm.h	/^static mm_register_init source_file_mm_register_init;$/;"	v
source_install	gem/actions.c	/^void source_install(char *package, char *gisbase, char *pkg_short_name,$/;"	f
source_to_target	imagery/i.ortho.photo/photo.2target/zoom.c	/^void source_to_target(double srx, double sry, double *trx, double *try)$/;"	f
south	include/G3d.h	/^    double north, south;$/;"	m	struct:__anon248
south	include/gis.h	/^    double south;$/;"	m	struct:Cell_head
south	lib/display/cnversions.c	/^    double south;$/;"	m	struct:rectangle	file:
south	lib/dspf/viz.h	/^    float north, south, east, west;$/;"	m	struct:__anon33
south	raster3d/r3.showdspf/vizual2.h	/^    float north, south, east, west;$/;"	m	struct:__anon114
south	swig/perl/gis.h	/^    double south;$/;"	m	struct:Cell_head
southMost	raster/r.out.pov/main.c	/^double eastMost, westMost, southMost, northMost;$/;"	v
southMostSample	raster/r.out.pov/main.c	/^int eastMostSample, westMostSample, southMostSample, northMostSample;$/;"	v
spCache	include/vect/dig_structs.h	/^    dglSPCache_s spCache;	\/* Shortest path cache *\/$/;"	m	struct:Map_info
sp_costs	vector/v.net.steiner/main.c	/^COST *sp_costs;			\/* costs between StP and terminals *\/$/;"	v
space_overhead	lib/iostream/mm.cc	/^int   MM_register::space_overhead ()  {$/;"	f	class:MM_register
span	ps/ps.map/vector.h	/^    double span;		\/* column separation in inches *\/$/;"	m	struct:vector
sparse	include/bitmap.h	/^    int sparse;$/;"	m	struct:BM
sparse	raster/r.gwflow/main.c	/^    struct Flag *sparse;$/;"	m	struct:__anon162	typeref:struct:__anon162::Flag	file:
sparse	raster3d/r3.gwflow/main.c	/^    struct Flag *sparse;$/;"	m	struct:__anon109	typeref:struct:__anon109::Flag	file:
sparse_jacobi_gauss	lib/gpde/N_solvers_classic_iter.c	/^sparse_jacobi_gauss(N_les * L, int maxit, double sor, double error,$/;"	f
spatialResolution	raster/r.out.pov/main.c	/^double spatialResolution[3];$/;"	v
spatial_index	include/vect/dig_structs.h	/^struct spatial_index$/;"	s
spawn	gui/tcltk/d.m/d.m.tcl	/^proc spawn {cmd args} {$/;"	p
spawn	gui/tcltk/gis.m/runandoutput.tcl	/^proc spawn {cmd args} {$/;"	p
spawn_panel	gui/tcltk/gis.m/runandoutput.tcl	/^proc spawn_panel {cmd args} {$/;"	p
spawn_redraw_process	display/drivers/XDRIVER/Serve_Xevent.c	/^static void spawn_redraw_process(void)$/;"	f	file:
specinterp	imagery/i.atcorr/computations.cpp	/^void specinterp(const float wl, float& tamoy, float& tamoyp, float& pizmoy, float& pizmoyp,$/;"	f
specsyn	raster/r.surf.fractal/spec_syn.c	/^int specsyn(double *data[2],	\/* Array holding complex data to transform. *\/$/;"	f
speed	visualization/xganim/gui.h	/^    int step, speed, stop, direction;$/;"	m	struct:gui_data
sphal	imagery/i.atcorr/common.h	/^	float sphal[3][10];$/;"	m	struct:Sixs_disc
sphalba	imagery/i.atcorr/computations.cpp	/^    float sphalbr, sphalbt, sphalba;$/;"	m	struct:OpticalAtmosProperties	file:
sphalbr	imagery/i.atcorr/computations.cpp	/^    float sphalbr, sphalbt, sphalba;$/;"	m	struct:OpticalAtmosProperties	file:
sphalbt	imagery/i.atcorr/computations.cpp	/^    float sphalbr, sphalbt, sphalba;$/;"	m	struct:OpticalAtmosProperties	file:
sphere_volume	lib/vector/rtree/gammavol.c	/^double sphere_volume(double dimension)$/;"	f
sphere_volume	lib/vector/rtree/rect.c	/^static double sphere_volume(double dimension)$/;"	f	file:
sphere_volume	lib/vector/rtree/sphvol.c	/^static double sphere_volume(double dimension)$/;"	f	file:
spidx_Back_Major	include/vect/dig_structs.h	/^    int spidx_Back_Major;	\/* earliest version that can use this data format *\/$/;"	m	struct:Plus_head
spidx_Back_Minor	include/vect/dig_structs.h	/^    int spidx_Back_Minor;$/;"	m	struct:Plus_head
spidx_Version_Major	include/vect/dig_structs.h	/^    int spidx_Version_Major;	\/* version codes for spatial index *\/$/;"	m	struct:Plus_head
spidx_Version_Minor	include/vect/dig_structs.h	/^    int spidx_Version_Minor;$/;"	m	struct:Plus_head
spidx_head_size	include/vect/dig_structs.h	/^    long spidx_head_size;	\/* spatial index header size *\/$/;"	m	struct:Plus_head
spidx_port	include/vect/dig_structs.h	/^    struct Port_info spidx_port;	\/* Portability information for spatial index *\/$/;"	m	struct:Plus_head	typeref:struct:Plus_head::Port_info
spidx_with_z	include/vect/dig_structs.h	/^    int spidx_with_z;$/;"	m	struct:Plus_head
spill	include/segment.h	/^    int spill;			\/* cols in last segment in row *\/$/;"	m	struct:__anon280
spl3	lib/ogsf/gk.c	/^static float spl3(float tension, double data0, double data1, double x,$/;"	f	file:
splice	vector/v.delaunay2/edge.c	/^void splice(struct edge *a, struct edge *b, struct vertex *v)$/;"	f
split_arg	raster/r.li/r.li.cwed/utility.c	/^char **split_arg(char *linea, char separatore, long *numerotoken)$/;"	f
split_gisprompt	lib/gis/parser.c	/^static int split_gisprompt(const char *gisprompt, char *age, char *element,$/;"	f	file:
split_line	vector/v.digit/vertex.c	/^struct split_line$/;"	s	file:
split_line	vector/v.digit/vertex.c	/^void split_line(void)$/;"	f
split_line_begin	vector/v.digit/vertex.c	/^int split_line_begin(void *closure)$/;"	f
split_line_end	vector/v.digit/vertex.c	/^int split_line_end(void *closure)$/;"	f
split_line_update	vector/v.digit/vertex.c	/^int split_line_update(void *closure, int sxn, int syn, int button)$/;"	f
split_opts	lib/gis/parser.c	/^static int split_opts(void)$/;"	f	file:
split_poly	raster3d/r3.showdspf/draw_cap_ogl.c	/^void split_poly(ta, pnum, t)$/;"	f
split_stream	raster/r.watershed/ram/split_str.c	/^split_stream(int row, int col, int new_r[], int new_c[], int ct,$/;"	f
split_stream	raster/r.watershed/seg/split_str.c	/^split_stream(int row, int col, int new_r[], int new_c[], int ct,$/;"	f
spot	raster/wildfire/r.spread/spot.c	/^void spot(struct costHa *pres_cell, int dir \/* direction of forward ROS *\/ )$/;"	f
spot_dist	raster/wildfire/r.ros/spot_dist.c	/^int spot_dist(int fuel, float maxros, int speed, float angle, int row0,$/;"	f
spotdist_fd	raster/wildfire/r.spread/main.c	/^int spotdist_fd, velocity_fd, mois_fd;$/;"	v
spotdist_layer	raster/wildfire/r.spread/collect_ori.c	/^char *spotdist_layer;$/;"	v
spotting	raster/wildfire/r.spread/collect_ori.c	/^int spotting;$/;"	v
spr	include/segment.h	/^    int spr;			\/* segments per row *\/$/;"	m	struct:__anon280
spread	raster/wildfire/r.spread/spread.c	/^void spread(void)$/;"	f
sprint	include/iostream/ami_stream.h	/^char *AMI_STREAM<T>::sprint()  {$/;"	f	class:AMI_STREAM
sprint	include/iostream/mem_stream.h	/^char *MEM_STREAM<T>::sprint()  {$/;"	f	class:MEM_STREAM
sql	db/base/select.c	/^    char *driver, *database, *table, *sql, *fs, *vs, *nv, *input;$/;"	m	struct:__anon9	file:
sql	raster/r.to.vect/global.h	/^Global dbString sql, label;$/;"	v
sql	vector/v.in.dwg/global.h	/^Global dbString sql;$/;"	v
sql	vector/v.in.dxf/write_vect.c	/^static dbString sql, str;$/;"	v	file:
sql	vector/v.vol.rst/userglobs.h	/^dbString sql;$/;"	v
sql2	lib/rst/interp_float/interpf.h	/^dbString sql2;$/;"	v
sqlDataType	include/dbmi.h	/^    int sqlDataType;$/;"	m	struct:_db_column
sqlite	db/drivers/sqlite/main.c	/^sqlite3 *sqlite;$/;"	v
sqlite3_open	configure	/^sqlite3_open()$/;"	f
sqlpStmt	include/sqlp.h	/^SQLPSTMT *sqlpStmt;$/;"	v
sqlpnode	include/sqlp.h	/^typedef struct sqlpnode$/;"	s
sqpAllocCol	lib/db/sqlp/alloc.c	/^int sqpAllocCol(SQLPSTMT * st, int n)$/;"	f
sqpAllocVal	lib/db/sqlp/alloc.c	/^int sqpAllocVal(SQLPSTMT * st, int n)$/;"	f
sqpAssignment	lib/db/sqlp/sql.c	/^void sqpAssignment(char *col, char *strval, int intval, double dblval,$/;"	f
sqpColumn	lib/db/sqlp/sql.c	/^void sqpColumn(char *col)$/;"	f
sqpColumnDef	lib/db/sqlp/sql.c	/^void sqpColumnDef(char *col, int type, int width, int decimals)$/;"	f
sqpCommand	lib/db/sqlp/sql.c	/^void sqpCommand(int command)$/;"	f
sqpCopyValue	lib/db/sqlp/sql.c	/^void sqpCopyValue(SQLPVALUE * from, SQLPVALUE * to)$/;"	f
sqpFreeNode	lib/db/sqlp/sql.c	/^void sqpFreeNode(SQLPNODE * np)$/;"	f
sqpFreeStmt	lib/db/sqlp/alloc.c	/^int sqpFreeStmt(SQLPSTMT * st)$/;"	f
sqpInitParser	lib/db/sqlp/sql.c	/^int sqpInitParser(SQLPSTMT * st)$/;"	f
sqpInitStmt	lib/db/sqlp/alloc.c	/^SQLPSTMT *sqpInitStmt(void)$/;"	f
sqpInitValue	lib/db/sqlp/sql.c	/^void sqpInitValue(SQLPVALUE * val)$/;"	f
sqpNewColumnNode	lib/db/sqlp/sql.c	/^SQLPNODE *sqpNewColumnNode(char *name)$/;"	f
sqpNewExpressionNode	lib/db/sqlp/sql.c	/^SQLPNODE *sqpNewExpressionNode(int oper, SQLPNODE * left, SQLPNODE * right)$/;"	f
sqpNewNode	lib/db/sqlp/sql.c	/^SQLPNODE *sqpNewNode(void)$/;"	f
sqpNewValueNode	lib/db/sqlp/sql.c	/^SQLPNODE *sqpNewValueNode(char *strval, int intval, double dblval, int type)$/;"	f
sqpOperatorCode	lib/db/sqlp/sql.c	/^int sqpOperatorCode(char *oper)$/;"	f
sqpOperatorName	lib/db/sqlp/sql.c	/^char *sqpOperatorName(int oper)$/;"	f
sqpOrderColumn	lib/db/sqlp/sql.c	/^void sqpOrderColumn(char *col, int dir)$/;"	f
sqpPrintStmt	lib/db/sqlp/print.c	/^int sqpPrintStmt(SQLPSTMT * st)$/;"	f
sqpSaveStr	lib/db/sqlp/sql.c	/^int sqpSaveStr(SQLPVALUE * val, char *c)$/;"	f
sqpTable	lib/db/sqlp/sql.c	/^void sqpTable(char *tbl)$/;"	f
sqpValue	lib/db/sqlp/sql.c	/^void sqpValue(char *strval, int intval, double dblval, int type)$/;"	f
sqr	raster/r.neighbors/gather.c	10;"	d	file:
sqrarg	raster/r.param.scale/nrutil.c	/^float sqrarg;$/;"	v
sqrt_nsites	vector/v.voronoi/sw_defs.h	/^int sqrt_nsites;$/;"	v
squareInstruction	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^ proc squareInstruction {} {$/;"	p
square_meters	lib/gis/area.c	/^static double square_meters;$/;"	v	file:
sr_max	raster/r.sun/main.c	/^double sr_min = 24., sr_max = 0., ss_min = 24., ss_max = 0.;$/;"	v
sr_max	raster/r.sun2/main.c	/^double sr_min = 24., sr_max = 0., ss_min = 24., ss_max = 0.;$/;"	v
sr_min	raster/r.sun/main.c	/^double sr_min = 24., sr_max = 0., ss_min = 24., ss_max = 0.;$/;"	v
sr_min	raster/r.sun2/main.c	/^double sr_min = 24., sr_max = 0., ss_min = 24., ss_max = 0.;$/;"	v
srand48	raster/r.random/creat_rand.c	12;"	d	file:
srand48	vector/v.kcv/main.c	45;"	d	file:
srand48	vector/v.random/main.c	54;"	d	file:
src	display/drivers/XDRIVER/Raster.c	/^static int src[2][2];$/;"	v	file:
src	lib/display/raster.c	/^static int src[2][2], dst[2][2];$/;"	v	file:
src	lib/pngdriver/Raster.c	/^static int src[2][2];$/;"	v	file:
src	raster/r.terraflow/ccforest.h	/^  T src() const { return key; };$/;"	f	class:keyvalue
srcType	lib/g3d/g3dfpxdr.c	/^static int dstType, srcType, type, externLength, eltLength, isFloat, useXdr;$/;"	v	file:
src_b	lib/cairodriver/Raster.c	/^static int src_t, src_b, src_l, src_r, src_w, src_h;$/;"	v	file:
src_data	lib/cairodriver/Raster.c	/^static unsigned char *src_data;$/;"	v	file:
src_fd	lib/gis/spawn.c	/^    int src_fd;$/;"	m	struct:redirect	file:
src_h	lib/cairodriver/Raster.c	/^static int src_t, src_b, src_l, src_r, src_w, src_h;$/;"	v	file:
src_l	lib/cairodriver/Raster.c	/^static int src_t, src_b, src_l, src_r, src_w, src_h;$/;"	v	file:
src_line	vector/v.digit/attr.c	/^    int src_line, dest_line;$/;"	m	struct:copy_cats	file:
src_r	lib/cairodriver/Raster.c	/^static int src_t, src_b, src_l, src_r, src_w, src_h;$/;"	v	file:
src_stride	lib/cairodriver/Raster.c	/^static int src_stride;$/;"	v	file:
src_surf	lib/cairodriver/Raster.c	/^static cairo_surface_t *src_surf;$/;"	v	file:
src_t	lib/cairodriver/Raster.c	/^static int src_t, src_b, src_l, src_r, src_w, src_h;$/;"	v	file:
src_w	lib/cairodriver/Raster.c	/^static int src_t, src_b, src_l, src_r, src_w, src_h;$/;"	v	file:
src_w	raster/r.resamp.stats/main.c	/^static struct Cell_head dst_w, src_w;$/;"	v	typeref:struct:	file:
srch	lib/vector/Vlib/break_polygons.c	/^void srch(int id, int *arg)$/;"	f
srch	vector/v.out.ascii/b2a.c	/^int srch(const void *pa, const void *pb)$/;"	f
srch	vector/v.to.3d/trans3.c	/^int srch(const void *pa, const void *pb)$/;"	f
srch	vector/v.to.db/update.c	/^int srch(const void *pa, const void *pb)$/;"	f
srch_cat	vector/v.what.rast/main.c	/^static int srch_cat(const void *pa, const void *pb)$/;"	f	file:
sretr	raster/r.sunmask/solpos00.h	/^    float sretr;		\/* O:  S_SRSS     Sunrise time, minutes from midnight,$/;"	m	struct:posdata
srotot	imagery/i.atcorr/Transform.h	/^    float srotot;$/;"	m	struct:TransformInput
srows	include/segment.h	/^    int srows;			\/* rows in segments *\/$/;"	m	struct:__anon280
srss	raster/r.sunmask/solpos00.c	/^static void srss(struct posdata *pdat)$/;"	f	file:
ss_max	raster/r.sun/main.c	/^double sr_min = 24., sr_max = 0., ss_min = 24., ss_max = 0.;$/;"	v
ss_max	raster/r.sun2/main.c	/^double sr_min = 24., sr_max = 0., ss_min = 24., ss_max = 0.;$/;"	v
ss_min	raster/r.sun/main.c	/^double sr_min = 24., sr_max = 0., ss_min = 24., ss_max = 0.;$/;"	v
ss_min	raster/r.sun2/main.c	/^double sr_min = 24., sr_max = 0., ss_min = 24., ss_max = 0.;$/;"	v
ssetr	raster/r.sunmask/solpos00.h	/^    float ssetr;		\/* O:  S_SRSS     Sunset time, minutes from midnight,$/;"	m	struct:posdata
ssha	raster/r.sunmask/solpos00.c	/^static void ssha(struct posdata *pdat, struct trigdata *tdat)$/;"	f	file:
ssha	raster/r.sunmask/solpos00.h	/^    float ssha;			\/* T:  S_SRHA     Sunset(\/rise) hour angle, degrees *\/$/;"	m	struct:posdata
st	db/drivers/dbf/globals.h	/^    SQLPSTMT *st;$/;"	m	struct:__anon16
st_afunc	vector/v.mapcalc/mapcalc.h	/^    st_afunc$/;"	e	enum:Styp
st_any	vector/v.mapcalc/mapcalc.h	/^    st_any,$/;"	e	enum:Styp
st_arg	vector/v.mapcalc/mapcalc.h	/^    st_arg,$/;"	e	enum:Styp
st_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char st_flag, sb_flag, sg_flag, sl_flag, ls_flag;$/;"	v
st_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char st_flag, sb_flag, sg_flag, sl_flag, ls_flag;$/;"	v
st_map	vector/v.mapcalc/mapcalc.h	/^    st_map,$/;"	e	enum:Styp
st_mfunc	vector/v.mapcalc/mapcalc.h	/^    st_mfunc,$/;"	e	enum:Styp
st_name	raster/r.watershed/ram/Gwater.h	/^GLOBAL char ls_name[GNAME_MAX], st_name[GNAME_MAX], sl_name[GNAME_MAX],$/;"	v
st_name	raster/r.watershed/seg/Gwater.h	/^GLOBAL char ls_name[GNAME_MAX], st_name[GNAME_MAX], sl_name[GNAME_MAX],$/;"	v
st_nfunc	vector/v.mapcalc/mapcalc.h	/^    st_nfunc,$/;"	e	enum:Styp
st_none	vector/v.mapcalc/mapcalc.h	/^    st_none = 0,$/;"	e	enum:Styp
st_num	vector/v.mapcalc/mapcalc.h	/^    st_num,$/;"	e	enum:Styp
st_pfunc	vector/v.mapcalc/mapcalc.h	/^    st_pfunc,$/;"	e	enum:Styp
st_pnt	vector/v.mapcalc/mapcalc.h	/^    st_pnt,$/;"	e	enum:Styp
st_str	vector/v.mapcalc/mapcalc.h	/^    st_str,$/;"	e	enum:Styp
stab	lib/gpde/N_solute_transport.h	/^    int stab;			\/*stabilization criteria *\/$/;"	m	struct:__anon44
stab	lib/gpde/N_solute_transport.h	/^    int stab;			\/*stabilization criteria *\/$/;"	m	struct:__anon45
stabilize	lib/raster/transport.h	/^    void (*stabilize) (void);$/;"	m	struct:transport
stack	vector/v.net.visibility/data_structures.c	/^static struct Point **stack = NULL;$/;"	v	typeref:struct:Point	file:
stack_index	vector/v.net.visibility/data_structures.c	/^static int stack_index = 0;$/;"	v	file:
stack_ptr	lib/ogsf/trans.c	/^static int stack_ptr = -1;	\/* index of curr matrix depth *\/$/;"	v	file:
stale	visualization/nviz/src/togl.c	/^    int     stale;              \/* 1 if palette needs to be realized, otherwise$/;"	m	struct:__anon103	file:
standard_color	lib/raster/transport.h	/^    void (*standard_color) (int);$/;"	m	struct:transport
standard_color_names	lib/gis/color_str.c	/^static const struct color_name standard_color_names[] = {$/;"	v	typeref:struct:color_name	file:
standard_colors_rgb	lib/gis/color_str.c	/^static const struct color_rgb standard_colors_rgb[] = {$/;"	v	typeref:struct:color_rgb	file:
standarddirs	general/g.mkfontcap/main.c	/^static const char *standarddirs[] = {$/;"	v	file:
start	include/vect/dig_structs.h	/^    char *start;		\/* pointer to beginnig of the file in the memory *\/$/;"	m	struct:gvfile
start	raster/r.mfilter.fp/filter.h	/^    int start;			\/* starting corner *\/$/;"	m	struct:__anon148
start	raster/r.mfilter/filter.h	/^    int start;			\/* starting corner *\/$/;"	m	struct:__anon147
startElement	gui/wxpython/gui_modules/menuform.py	/^    def startElement(self, name, attrs):$/;"	m	class:processTask
startElement	gui/wxpython/gui_modules/workspace.py	/^    def startElement(self, name, attrs):$/;"	m	class:ProcessWorkspaceFile
start_browser	scripts/g.manual/g.manual	/^start_browser()$/;"	f
start_cell	raster/r.cost/btree.c	/^static struct cost *start_cell = NULL;$/;"	v	typeref:struct:cost	file:
start_cell	raster/r.walk/btree.c	/^static struct cost *start_cell = NULL;$/;"	v	typeref:struct:cost	file:
start_command	lib/python/core.py	/^def start_command(prog, flags = "", overwrite = False, quiet = False, verbose = False, **kwargs):$/;"	f
start_fd	raster/wildfire/r.spread/main.c	/^int max_fd, dir_fd, base_fd, start_fd;$/;"	v
start_hline	raster/r.to.vect/areas.c	/^static int start_hline(void)$/;"	f	file:
start_layer	raster/wildfire/r.spread/collect_ori.c	/^char *start_layer;$/;"	v
start_line	ps/ps.map/gprims.c	/^int start_line(double east, double north)$/;"	f
start_line	raster/r.to.vect/lines.c	/^static struct COOR *start_line(int node)$/;"	f	file:
start_man	scripts/g.manual/g.manual	/^start_man()$/;"	f
start_map	vector/v.lrs/lib/lrs.c	/^    double start_map, end_map;$/;"	m	struct:__anon164	file:
start_map	vector/v.lrs/v.lrs.label/main.c	/^    double start_map, end_map;$/;"	m	struct:__anon167	file:
start_mon	display/d.mon/pgms/start.c	/^int start_mon(char *name)$/;"	f
start_mp	vector/v.lrs/lib/lrs.c	/^    double start_mp, start_off;	\/* milepost, offset for the beginning of ref. segment *\/$/;"	m	struct:__anon164	file:
start_mp	vector/v.lrs/v.lrs.create/main.c	/^    double start_mp, start_off;	\/* milepost, offset for the beginning of ref. segment *\/$/;"	m	struct:__anon165	file:
start_mp	vector/v.lrs/v.lrs.label/main.c	/^    double start_mp, start_off;	\/* milepost, offset for the beginning of ref. segment *\/$/;"	m	struct:__anon167	file:
start_node	include/dlg.h	/^    int start_node;$/;"	m	struct:dlg_line
start_off	vector/v.lrs/lib/lrs.c	/^    double start_mp, start_off;	\/* milepost, offset for the beginning of ref. segment *\/$/;"	m	struct:__anon164	file:
start_off	vector/v.lrs/v.lrs.create/main.c	/^    double start_mp, start_off;	\/* milepost, offset for the beginning of ref. segment *\/$/;"	m	struct:__anon165	file:
start_off	vector/v.lrs/v.lrs.label/main.c	/^    double start_mp, start_off;	\/* milepost, offset for the beginning of ref. segment *\/$/;"	m	struct:__anon167	file:
start_pt	raster/r.cost/stash.h	/^struct start_pt$/;"	s
start_pt	raster/r.walk/stash.h	/^struct start_pt$/;"	s
start_time	imagery/i.cluster/main.c	/^time_t start_time;$/;"	v
start_vline	raster/r.to.vect/areas.c	/^static int start_vline(void)$/;"	f	file:
startpanel	ps/ps.map/ps_info.h	/^    int num_panels, startpanel, endpanel;$/;"	m	struct:PS_data
startup	include/dbmi.h	/^    char startup[256];		\/* command to run the driver *\/$/;"	m	struct:_dbmscap
startup_script	visualization/nviz/src/nviz_init.c	/^char startup_script[] = "toplevel .wait_ok\\n\\$/;"	v
stash	swig/perl/R_slope_aspect/ppport.h	/^     HV *stash;$/;"	v
stat	display/d.histogram/dhist.h	/^    long int stat;		\/* statistic: number of cells with that cat *\/$/;"	m	struct:stat_node
stat_func	include/stats.h	/^typedef void stat_func(DCELL *, DCELL *, int);$/;"	t
stat_func_w	include/stats.h	/^typedef void stat_func_w(DCELL *, DCELL(*)[2], int);$/;"	t
stat_list	display/d.histogram/dhist.h	/^struct stat_list$/;"	s
stat_node	display/d.histogram/dhist.h	/^struct stat_node$/;"	s
stat_row	raster3d/r3.stats/main.c	/^} stat_row;$/;"	t	typeref:struct:__anon125	file:
stat_table	raster3d/r3.stats/main.c	/^} stat_table;$/;"	t	typeref:struct:__anon126	file:
state	general/g.parser/main.c	/^    int state;$/;"	m	struct:context	file:
state	general/g.parser/main.c	/^enum state$/;"	g	file:
state	lib/db/dbmi_driver/driver_state.c	/^static dbDriverState state;$/;"	v	file:
state	raster/r.reclass/parse.c	/^static int state;$/;"	v	file:
state_cp_obj	visualization/nviz/src/cutplane_obj.c	/^state_cp_obj(Nv_data * data, Tcl_Interp * interp, int id, char **argv,$/;"	f
statement	db/drivers/sqlite/globals.h	/^    sqlite3_stmt *statement;$/;"	m	struct:_cursor
statf	lib/gis/G.h	/^    struct Cell_stats statf;	\/* Cell stats                   *\/$/;"	m	struct:fileinfo	typeref:struct:fileinfo::Cell_stats
statf	raster/r.cats/cats.c	/^static struct Cell_stats statf;$/;"	v	typeref:struct:Cell_stats	file:
statname	raster/r.coin/main.c	/^const char *statname;$/;"	v
stats	include/gis.h	/^    unsigned long *stats;$/;"	m	struct:FP_stats
stats	raster/r.kappa/stats.c	/^int stats(void)$/;"	f
stats	raster/r.median/stats.h	/^struct stats$/;"	s
stats	raster/r.statistics/method.h	/^struct stats$/;"	s
stats	raster/r.terraflow/main.h	/^  char* stats;         \/* stats file *\/$/;"	m	struct:__anon144
stats	raster/r.terraflow/option.h	/^  char* stats;         \/* stats file *\/$/;"	m	struct:__anon145
statsRecorder	raster/r.terraflow/stats.cc	/^statsRecorder::statsRecorder(char *fname) : ofstream(noclobberFileName(fname)){$/;"	f	class:statsRecorder
statsRecorder	raster/r.terraflow/stats.h	/^class statsRecorder : public ofstream {$/;"	c
stats_LIBS	swig/python/Makefile	/^stats_LIBS      = $(STATSLIB)$/;"	m
stats_file	raster/r.kappa/main.c	/^char *stats_file;$/;"	v
stats_file	raster/r.report/main.c	/^char *stats_file;$/;"	v
stats_flag	raster/r.report/main.c	/^int stats_flag;$/;"	v
stats_table	raster/r.coin/coin.h	/^struct stats_table$/;"	s
status	doc/vector/vector.html	/^<H2><A NAME="status">Vector module upgrade status<\/A><\/H2>$/;"	a
status	general/g.mlist/global.h	/^    char status;$/;"	m	struct:list
status	general/g.mremove/global.h	/^    char status;$/;"	m	struct:list
status	general/manage/list.h	/^    char status;$/;"	m	struct:list
status	imagery/i.class/defs.h	/^    int *status;		\/* MENU,OPTION status *\/$/;"	m	struct:__anon205
status	imagery/i.ortho.photo/libes/orthophoto.h	/^    int *status;$/;"	m	struct:Ortho_Control_Points
status	imagery/i.ortho.photo/libes/orthophoto.h	/^    int *status;$/;"	m	struct:Ortho_Photo_Points
status	imagery/i.ortho.photo/libes/orthophoto.h	/^    int status;$/;"	m	struct:Ortho_Camera_Exp_Init
status	imagery/i.ortho.photo/photo.2image/defs.h	/^    int *status;		\/* MENU,OPTION status *\/$/;"	m	struct:__anon239
status	imagery/i.ortho.photo/photo.2target/defs.h	/^    int *status;		\/* MENU,OPTION status *\/$/;"	m	struct:__anon228
status	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int *status;		\/* MENU,OPTION status *\/$/;"	m	struct:__anon232
status	imagery/i.points/defs.h	/^    int *status;		\/* MENU,OPTION status *\/$/;"	m	struct:__anon214
status	imagery/i.vpoints/defs.h	/^    int *status;		\/* MENU,OPTION status *\/$/;"	m	struct:__anon220
status	include/gstypes.h	/^    IFLAG status;		\/* current status *\/$/;"	m	struct:__anon256
status	include/imagery.h	/^    int *status;$/;"	m	struct:Control_Points
status	include/imagery.h	/^    int status; 	       \/* may be used to 'delete' a signature *\/$/;"	m	struct:One_Sig
status	lib/gpde/N_gwflow.h	/^    N_array_2d *status;		\/*!active\/inactive\/dirichlet cell status *\/$/;"	m	struct:__anon41
status	lib/gpde/N_gwflow.h	/^    N_array_3d *status;		\/*!active\/inactive\/dirichlet cell status *\/$/;"	m	struct:__anon40
status	lib/gpde/N_heatflow.h	/^    N_array_2d *status;		\/*active\/inactive\/dirichlet cell status *\/$/;"	m	struct:__anon43
status	lib/gpde/N_heatflow.h	/^    N_array_3d *status;		\/*active\/inactive\/dirichlet cell status *\/$/;"	m	struct:__anon42
status	lib/gpde/N_solute_transport.h	/^    N_array_2d *status;		\/*active\/inactive\/dirichlet cell status *\/$/;"	m	struct:__anon45
status	lib/gpde/N_solute_transport.h	/^    N_array_3d *status;		\/*active\/inactive\/dirichlet cell status *\/$/;"	m	struct:__anon44
status	raster/r.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *q, *s, *r, *top,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
status	raster3d/r3.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *hc_z, *q, *s, *r,$/;"	m	struct:__anon109	typeref:struct:__anon109::	file:
std_font	display/d.paint.labels/do_labels.c	/^static const char *std_font;$/;"	v	file:
stdev	include/arraystats.h	/^    double stdev;$/;"	m	struct:GASTATS
step	imagery/i.atcorr/common.h	/^const float step	= 0.0025f;$/;"	v
step	raster/r.horizon/main.c	/^double length, maxlength = BIG, zmult = 1.0, step = 0.0, dist;$/;"	v
step	raster/r.sun/main.c	/^double length, zmult = 1.0, c, declin, linke, alb, step;$/;"	v
step	raster/r.sun2/main.c	/^double declin, step, dist;$/;"	v
step	raster/simwe/simlib/waterglobs.h	/^GLOBAL double step, conv;$/;"	v
step	visualization/xganim/gui.h	/^    int step, speed, stop, direction;$/;"	m	struct:gui_data
stepb	visualization/xganim/gui.c	/^static Widget rew, rplay, stepb, stop, stepf, play, loop, swing;$/;"	v	file:
stepb_callback	visualization/xganim/gui.c	/^static void stepb_callback(Widget w, XtPointer data, caddr_t cbs)$/;"	f	file:
stepcosangle	raster/r.horizon/main.c	/^double stepsinangle, stepcosangle, sinangle, cosangle, distsinangle,$/;"	v
stepcosangle	raster/r.sun/main.c	/^double stepsinangle, stepcosangle;$/;"	v
stepcosangle	raster/r.sun2/sunradstruct.h	/^    double stepcosangle;$/;"	m	struct:SunGeometryVarDay
stepf	visualization/xganim/gui.c	/^static Widget rew, rplay, stepb, stop, stepf, play, loop, swing;$/;"	v	file:
stepf_callback	visualization/xganim/gui.c	/^static void stepf_callback(Widget w, XtPointer data, caddr_t cbs)$/;"	f	file:
stepsinangle	raster/r.horizon/main.c	/^double stepsinangle, stepcosangle, sinangle, cosangle, distsinangle,$/;"	v
stepsinangle	raster/r.sun/main.c	/^double stepsinangle, stepcosangle;$/;"	v
stepsinangle	raster/r.sun2/sunradstruct.h	/^    double stepsinangle;$/;"	m	struct:SunGeometryVarDay
stepx	raster/r.horizon/main.c	/^double stepx, stepy, stepxhalf, stepyhalf, stepxy, xp, yp, op, dp, xg0, xx0,$/;"	v
stepx	raster/r.sun/main.c	/^double stepx, stepy, stepxy, xp, yp, op, dp, xg0, xx0, yg0, yy0, deltx, delty;$/;"	v
stepx	raster/r.sun2/sunradstruct.h	/^    double stepx;$/;"	m	struct:GridGeometry
stepx	raster/simwe/simlib/waterglobs.h	/^GLOBAL double stepx, stepy, xp0, yp0;$/;"	v
stepxhalf	raster/r.horizon/main.c	/^double stepx, stepy, stepxhalf, stepyhalf, stepxy, xp, yp, op, dp, xg0, xx0,$/;"	v
stepxy	raster/r.horizon/main.c	/^double stepx, stepy, stepxhalf, stepyhalf, stepxy, xp, yp, op, dp, xg0, xx0,$/;"	v
stepxy	raster/r.sun/main.c	/^double stepx, stepy, stepxy, xp, yp, op, dp, xg0, xx0, yg0, yy0, deltx, delty;$/;"	v
stepxy	raster/r.sun2/sunradstruct.h	/^    double stepxy;$/;"	m	struct:GridGeometry
stepy	raster/r.horizon/main.c	/^double stepx, stepy, stepxhalf, stepyhalf, stepxy, xp, yp, op, dp, xg0, xx0,$/;"	v
stepy	raster/r.sun/main.c	/^double stepx, stepy, stepxy, xp, yp, op, dp, xg0, xx0, yg0, yy0, deltx, delty;$/;"	v
stepy	raster/r.sun2/sunradstruct.h	/^    double stepy;$/;"	m	struct:GridGeometry
stepy	raster/simwe/simlib/waterglobs.h	/^GLOBAL double stepx, stepy, xp0, yp0;$/;"	v
stepyhalf	raster/r.horizon/main.c	/^double stepx, stepy, stepxhalf, stepyhalf, stepxy, xp, yp, op, dp, xg0, xx0,$/;"	v
stereo	visualization/nviz/src/togl.c	/^} stereo;$/;"	v	typeref:struct:stereoStateRec	file:
stereoCommand	visualization/nviz/src/togl.c	/^    char   *stereoCommand;$/;"	m	struct:stereoStateRec	file:
stereoStateRec	visualization/nviz/src/togl.c	/^static struct stereoStateRec$/;"	s	file:
stime	include/site.h	/^    const char *name, *desc, *form, *labels, *stime;$/;"	m	struct:__anon293
stm	imagery/i.atcorr/AerosolModel.cpp	/^void AerosolModel::stm()$/;"	f	class:AerosolModel
stm_ph	imagery/i.atcorr/common.h	/^	float stm_ph[10][83];		\/* stratospherique aerosol model... *\/$/;"	m	struct:Sixs_aerbas
stmt	db/drivers/odbc/globals.h	/^    SQLHSTMT stmt;$/;"	m	struct:_cursor
stmt	include/sqlp.h	/^    char *stmt;			\/* input statement string *\/$/;"	m	struct:__anon297
stmt	vector/v.mapcalc/v.mapcalc.y	/^stmt:     ';'$/;"	l
stmt	vector/v.to.points/main.c	/^static dbString stmt;$/;"	v	file:
stmt_is_empty	db/base/execute.c	/^static int stmt_is_empty(dbString * stmt)$/;"	f	file:
stmt_is_empty	db/base/select.c	/^static int stmt_is_empty(dbString * stmt)$/;"	f	file:
stop	imagery/i.class/driver.c	/^static int stop(void)$/;"	f	file:
stop	imagery/i.ortho.photo/photo.2image/driver.c	/^static int stop(void)$/;"	f	file:
stop	imagery/i.ortho.photo/photo.2target/driver.c	/^static int stop(void)$/;"	f	file:
stop	imagery/i.points/driver.c	/^static int stop(void)$/;"	f	file:
stop	imagery/i.vpoints/driver.c	/^static int stop(void)$/;"	f	file:
stop	vector/v.buffer/main.c	/^void stop(struct Map_info *In, struct Map_info *Out)$/;"	f
stop	vector/v.buffer2/main.c	/^void stop(struct Map_info *In, struct Map_info *Out)$/;"	f
stop	visualization/xganim/gui.c	/^static Widget rew, rplay, stepb, stop, stepf, play, loop, swing;$/;"	v	file:
stop	visualization/xganim/gui.h	/^    int step, speed, stop, direction;$/;"	m	struct:gui_data
stop_callback	visualization/xganim/gui.c	/^static void stop_callback(Widget w, XtPointer data, caddr_t cbs)$/;"	f	file:
stop_mon	display/d.mon/pgms/stop.c	/^int stop_mon(char *name, int forced)$/;"	f
store	lib/btree/update.c	/^static void *store(const void *s, int n)$/;"	f	file:
store_reclass	raster/r.cross/store.c	/^int store_reclass(CELL result, int primary, CELL * cat)$/;"	f
store_xy	lib/pngdriver/Draw_line.c	/^static void store_xy(int x, int y)$/;"	f	file:
str	include/vect/dig_structs.h	/^    char **str;			\/* string attributes *\/$/;"	m	struct:site_att
str	vector/v.in.dwg/global.h	/^Global dbString str;$/;"	v
str	vector/v.in.dxf/write_vect.c	/^static dbString sql, str;$/;"	v	file:
str1	vector/v.to.db/global.h	/^    char *str1;			\/* string value (query) *\/$/;"	m	struct:__anon200
str_alloc	include/site.h	/^    int str_alloc;$/;"	m	struct:__anon292
str_att	include/site.h	/^    char **str_att;$/;"	m	struct:__anon292
str_id	include/iostream/embuffer.h	/^  unsigned int str_id; \/\/id of the stream where key comes from$/;"	m	class:merge_key
str_id	include/iostream/empq_impl.h	/^  unsigned int str_id;$/;"	m	class:ExtendedEltMergeType
str_to_upper	lib/external/shapelib/dbfopen.c	/^static void str_to_upper (char *string)$/;"	f	file:
strcasecmp	visualization/nviz/src/tkWinPort.h	49;"	d
stream2_CELL	raster/r.terraflow/grass2str.h	/^stream2_CELL(AMI_STREAM<T> *str, dimension_type nrows, dimension_type ncols,$/;"	f
stream2_CELL	raster/r.terraflow/grass2str.h	/^stream2_CELL(AMI_STREAM<T>* str, dimension_type nrows, dimension_type ncols, $/;"	f
stream2_FCELL	raster/r.terraflow/grass2str.h	/^stream2_FCELL(AMI_STREAM<T> *str, dimension_type nrows, dimension_type ncols,$/;"	f
stream2_FCELL	raster/r.terraflow/grass2str.h	/^stream2_FCELL(AMI_STREAM<T>* str,  dimension_type nrows, dimension_type ncols, $/;"	f
stream_id	include/iostream/embuffer.h	/^  unsigned int stream_id() const  {$/;"	f	class:merge_key
stream_id	include/iostream/empq_impl.h	/^  unsigned int stream_id()  const {$/;"	f	class:ExtendedEltMergeType
stream_len	include/iostream/ami_stream.h	/^off_t AMI_STREAM<T>::stream_len(void) {$/;"	f	class:AMI_STREAM
stream_len	include/iostream/mem_stream.h	/^off_t MEM_STREAM<T>::stream_len(void) {$/;"	f	class:MEM_STREAM
streamdir	raster/r.terraflow/option.h	/^  char* streamdir;     \/* location of temposary STREAMs *\/$/;"	m	struct:__anon145
streamsize	include/iostream/embuffer.h	/^  unsigned long* streamsize;$/;"	m	class:em_buffer
streq	db/drivers/sqlite/describe.c	348;"	d	file:
streq	db/drivers/sqlite/describe.c	442;"	d	file:
streq	raster/r.out.tiff/r.out.tiff.c	67;"	d	file:
stricmp	visualization/nviz/src/tkWinPort.h	46;"	d
stride	lib/cairodriver/Graph.c	/^int width, height, stride;$/;"	v
stride	raster/r.proj.seg/r.proj.h	/^    int stride;$/;"	m	struct:cache
string	display/d.save/locals.h	/^    char *string;$/;"	m	struct:list_struct
string	include/dbmi.h	/^    char *string;$/;"	m	struct:_db_string
string	raster/r.flow/r.flow.h	/^char string[1024];		\/* space for strings                    *\/$/;"	v
strncasecmp	visualization/nviz/src/tkWinPort.h	48;"	d
strnicmp	visualization/nviz/src/tkWinPort.h	45;"	d
stroke_chain	lib/symbol/stroke.c	/^int stroke_chain(SYMBPART * part, int ch, double s, double rotation)$/;"	f
stroke_set	lib/driver/Font.c	/^static void stroke_set(const char *filename)$/;"	f	file:
structMatrix	vector/lidar/v.lidar.growing/ConvexHull.c	/^struct element_grow **structMatrix(long nrl, long nrh, long ncl, long nch)$/;"	f
struct_copy	lib/dspf/struct_copy.c	/^int struct_copy(char *To, char *From, int size)$/;"	f
struct_copy	visualization/nviz/src/mkdspf_main.c	/^static struct_copy(To, From, size)$/;"	f	file:
structgrid	raster3d/r3.out.vtk/parameters.h	/^    struct Flag *mask, *point, *origin, *structgrid, *coorcorr;$/;"	m	struct:__anon123	typeref:struct:__anon123::
style	display/d.histogram/options.h	/^GLOBAL int style;$/;"	v
style	visualization/nviz2/cmd/local_proto.h	/^      *mode, *res_fine, *res_coarse, *style, *shade, *wire_color, *surface_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
su	gem/tools.c	/^void su(char *gisbase, char *cmd)$/;"	f
sub_Vectmem	lib/ogsf/Gv3.c	/^void sub_Vectmem(int minus)$/;"	f
sub_vectors	lib/gpde/N_solvers_krylov.c	/^void sub_vectors(double *a, double *b, double *result, int rows)$/;"	f
sub_vectors_scalar	lib/gpde/N_solvers_krylov.c	/^sub_vectors_scalar(double *a, double *b, double *result, double scalar_b,$/;"	f
subcluster	imagery/i.gensigset/subcluster.c	/^subcluster(struct SigSet *S, int Class_Index, int *Max_num, int maxsubclasses)$/;"	f
subconfig13	lib/ogsf/mc33_table.h	/^static const char subconfig13[64] = {$/;"	v
subconfig7	lib/ogsf/mc33_table.h	/^static const char subconfig7[8] = {$/;"	v
subgroup	imagery/i.cluster/main.c	/^char *subgroup;$/;"	v
subgroup	imagery/i.gensig/description.html	/^<A NAME="subgroup"><DT><B>subgroup=<\/B><EM>name<\/EM><\/A>$/;"	a
subgroup	imagery/i.gensig/parms.h	/^    char *subgroup;$/;"	m	struct:parms
subgroup	imagery/i.gensigset/parms.h	/^    char *subgroup;$/;"	m	struct:parms
subgroup	imagery/i.maxlik/main.c	/^char *subgroup;$/;"	v
subgroup	imagery/i.smap/bouman/bouman.h	/^    char *subgroup;$/;"	m	struct:parms
submatrix	raster/r.param.scale/nrutil.c	/^float **submatrix(float **a, int oldrl, int oldrh, int oldcl, int oldch,$/;"	f
submit	lib/form/form.c	/^int submit(ClientData cdata, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
submit	vector/v.digit/form.c	/^int submit(ClientData cdata, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
substr	lib/raster/parse_mon.c	/^static char *substr(char *string, char *buffer)$/;"	f	file:
substream_level	include/iostream/ami_stream.h	/^  unsigned int substream_level;$/;"	m	class:UntypedStream
substream_merge	include/iostream/embuffer.h	/^AMI_err em_buffer<T,Key>::substream_merge(AMI_STREAM<T>** instreams,$/;"	f	class:em_buffer
subsum	imagery/i.atcorr/AtmosModel.cpp	/^void AtmosModel::subsum()$/;"	f	class:AtmosModel
subwin	imagery/i.atcorr/AtmosModel.cpp	/^void AtmosModel::subwin()$/;"	f	class:AtmosModel
suffixes	raster/r.texture/main.c	/^static const char *suffixes[56] = {$/;"	v	file:
sum	include/arraystats.h	/^    double sum;$/;"	m	struct:GASTATS
sum	include/cluster.h	/^    double **sum;		\/* sum over band per class *\/$/;"	m	struct:Cluster
sum	lib/gpde/N_pde.h	/^    double min, max, mean, sum;$/;"	m	struct:__anon62
sum	lib/gpde/N_pde.h	/^    double min, max, mean, sum;$/;"	m	struct:__anon63
sum	raster/r.drain/tinf.h	/^void (*sum) (void *, void *);$/;"	v
sum	raster/r.fill.dir/tinf.h	/^void (*sum) (void *, void *);$/;"	v
sum	raster/r.univar2/globals.h	/^    double sum;$/;"	m	struct:__anon157
sum2	general/g.transform/main.c	/^    double sum2, rms;$/;"	m	struct:Stats	file:
sum2	include/cluster.h	/^    double **sum2;		\/* sum of squares per band per class *\/$/;"	m	struct:Cluster
sum_abs	raster/r.univar2/globals.h	/^    double sum_abs;$/;"	m	struct:__anon157
sum_c	raster/r.drain/tinf.c	/^void sum_c(void *v1, void *v2)$/;"	f
sum_c	raster/r.fill.dir/tinf.c	/^void sum_c(void *v1, void *v2)$/;"	f
sum_count	raster3d/r3.stats/main.c	/^    int sum_count, nsteps, equal;$/;"	m	struct:__anon126	file:
sum_d	raster/r.drain/tinf.c	/^void sum_d(void *v1, void *v2)$/;"	f
sum_d	raster/r.fill.dir/tinf.c	/^void sum_d(void *v1, void *v2)$/;"	f
sum_f	raster/r.drain/tinf.c	/^void sum_f(void *v1, void *v2)$/;"	f
sum_f	raster/r.fill.dir/tinf.c	/^void sum_f(void *v1, void *v2)$/;"	f
sum_out	raster/r.statistics/o_sum.c	/^static void sum_out(FILE * fd, long cat, double sum1)$/;"	f	file:
sum_perc	raster3d/r3.stats/main.c	/^    double sum_vol, sum_perc;$/;"	m	struct:__anon126	file:
sum_vol	raster3d/r3.stats/main.c	/^    double sum_vol, sum_perc;$/;"	m	struct:__anon126	file:
sum_x	raster/r.carve/enforce.h	/^    double sum_x, sum_y, sum_xy, sum_x_sq, slope, yinter;$/;"	m	struct:__anon140
sum_x_sq	raster/r.carve/enforce.h	/^    double sum_x, sum_y, sum_xy, sum_x_sq, slope, yinter;$/;"	m	struct:__anon140
sum_xy	raster/r.carve/enforce.h	/^    double sum_x, sum_y, sum_xy, sum_x_sq, slope, yinter;$/;"	m	struct:__anon140
sum_y	raster/r.carve/enforce.h	/^    double sum_x, sum_y, sum_xy, sum_x_sq, slope, yinter;$/;"	m	struct:__anon140
sumabs	include/arraystats.h	/^    double sumabs;$/;"	m	struct:GASTATS
sumcontour	raster/r.terraflow/weightWindow.h	/^  float sumweight, sumcontour;$/;"	m	class:weightWindow
sumdiff	include/cluster.h	/^    double **sumdiff;		\/* change in sum *\/$/;"	m	struct:Cluster
summary	general/g.transform/main.c	/^static int summary;$/;"	v	file:
sumsq	include/arraystats.h	/^    double sumsq;$/;"	m	struct:GASTATS
sumsq	raster/r.univar2/globals.h	/^    double sumsq;$/;"	m	struct:__anon157
sumstat	display/d.histogram/dhist.h	/^      sumstat,			\/* sum of all statistics in list *\/$/;"	m	struct:stat_list
sumweight	raster/r.terraflow/weightWindow.h	/^  float sumweight, sumcontour;$/;"	m	class:weightWindow
sunAzimuthAngle	raster/r.sun2/sunradstruct.h	/^    double sunAzimuthAngle;$/;"	m	struct:SunGeometryVarDay
sun_azimuth	raster/r.sunmask/global.h	/^GLOBAL float asol, phi0, sun_zenith, sun_azimuth;	\/* from nadir, from north *\/$/;"	v
sun_zenith	raster/r.sunmask/global.h	/^GLOBAL float asol, phi0, sun_zenith, sun_azimuth;	\/* from nadir, from north *\/$/;"	v
sunrise_time	raster/r.sun/main.c	/^double lum_p, sunrise_time, sunset_time, h0, tanh0, A0, angle;$/;"	v
sunrise_time	raster/r.sun2/sunradstruct.h	/^    double sunrise_time;$/;"	m	struct:SunGeometryConstDay
sunset	raster/r.sunmask/global.h	/^GLOBAL int sunset;$/;"	v
sunset_time	raster/r.sun/main.c	/^double lum_p, sunrise_time, sunset_time, h0, tanh0, A0, angle;$/;"	v
sunset_time	raster/r.sun2/sunradstruct.h	/^    double sunset_time;$/;"	m	struct:SunGeometryConstDay
superTree	raster/r.terraflow/ccforest.h	/^  ccforest<T> *superTree;$/;"	m	class:ccforest
support	raster/r.patch/support.c	/^int support(char **names,$/;"	f
support_updated	include/vect/dig_structs.h	/^    int support_updated;	\/* Support files were updated *\/$/;"	m	struct:Map_info
supported_formats	raster/r.out.gdal/main.c	/^void supported_formats(char **formats)$/;"	f
surf_draw_all	visualization/nviz/src/draw.c	/^int surf_draw_all(Nv_data * dc, Tcl_Interp * interp)$/;"	f
surf_draw_all_together	visualization/nviz/src/togl_flythrough.c	/^int surf_draw_all_together(Nv_data * dc, Tcl_Interp * interp)$/;"	f
surf_is_selected	visualization/nviz/src/map_obj.c	/^int surf_is_selected(int id, int type, Tcl_Interp * interp, int argc,$/;"	f
surface	lib/cairodriver/Graph.c	/^cairo_surface_t *surface;$/;"	v
surface_pos	visualization/nviz2/cmd/local_proto.h	/^      *mode, *res_fine, *res_coarse, *style, *shade, *wire_color, *surface_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
surface_set_draw_mode	visualization/nviz2/cmd/surface.c	/^void surface_set_draw_mode(const struct GParams *params)$/;"	f
surfonly	include/gis.h	/^    int surfonly;		\/* boolean *\/$/;"	m	struct:G_3dview
surfonly	swig/perl/gis.h	/^    int surfonly;		\/* boolean *\/$/;"	m	struct:G_3dview
survey_record	misc/m.cogo/main.c	/^struct survey_record$/;"	s	file:
sutott	imagery/i.atcorr/Transform.h	/^    float sutott;$/;"	m	struct:TransformInput
sv	swig/perl/R_slope_aspect/ppport.h	/^     SV *sv;$/;"	v
sv_2pv_nolen	swig/perl/R_slope_aspect/ppport.h	/^static char *sv_2pv_nolen(pTHX_ register SV * sv)$/;"	f
sv_att_atoi	visualization/nviz/src/map_obj.c	/^int sv_att_atoi(char *attname)$/;"	f
swale	raster/r.water.outlet/basin.h	/^GLOBAL FLAG *doner, *swale, *left;$/;"	v
swale	raster/r.watershed/ram/Gwater.h	/^GLOBAL FLAG *worked, *in_list, *s_b, *swale;$/;"	v
swale	raster/r.watershed/seg/Gwater.h	/^GLOBAL BSEG worked, in_list, s_b, swale;$/;"	v
swale_name	raster/r.water.outlet/basin.h	/^GLOBAL char basin_name[GNAME_MAX], swale_name[GNAME_MAX],$/;"	v
swap	include/iostream/minmaxheap.h	/^void BasicMinMaxHeap<T>::swap(HeapIndex a, HeapIndex b) {$/;"	f	class:BasicMinMaxHeap
swap	lib/display/draw.c	61;"	d	file:
swap	lib/psdriver/Graph_set.c	/^static void swap(int *x, int *y)$/;"	f	file:
swap	lib/vector/Vlib/e_intersect.c	/^void swap(double *a, double *b)$/;"	f
swap	vector/lidar/v.surf.bspline/crosscorr.c	/^struct Point *swap(struct Point *point, int a, int b)$/;"	f
swap_gl	gui/wxpython/nviz/init.cpp	/^void swap_gl()$/;"	f
swap_gl	visualization/nviz2/cmd/main.c	/^void swap_gl()$/;"	f
swap_os	visualization/nviz/src/do_zoom.c	/^static void swap_os(void)$/;"	f	file:
swap_rows	raster/r.grow.distance/main.c	/^void swap_rows(void)$/;"	f
swap_togl	visualization/nviz/src/togl_cb.c	/^void swap_togl(void)$/;"	f
swathline	vector/v.label.sa/labels.h	/^    struct line_pnts *swathline;$/;"	m	struct:_label_candidate	typeref:struct:_label_candidate::line_pnts
sweep	raster/r.terraflow/sweep.cc	/^sweep(AMI_STREAM<sweepItem> *sweepstr, const flowaccumulation_type D8CUT,$/;"	f
sweepItem	raster/r.terraflow/sweep.h	287;"	d
sweepItemBaseType	raster/r.terraflow/sweep.h	/^  sweepItemBaseType(): i(0), j(0), dir(0), elevwin(), toporwin() {}$/;"	f	class:sweepItemBaseType
sweepItemBaseType	raster/r.terraflow/sweep.h	/^  sweepItemBaseType(const dimension_type &gi, const dimension_type &gj, $/;"	f	class:sweepItemBaseType
sweepItemBaseType	raster/r.terraflow/sweep.h	/^class sweepItemBaseType {$/;"	c
sweepOutput	raster/r.terraflow/sweep.cc	/^sweepOutput::sweepOutput() {$/;"	f	class:sweepOutput
sweepOutput	raster/r.terraflow/sweep.h	/^class sweepOutput {$/;"	c
sweep_str	raster/r.terraflow/flow.cc	/^  AMI_STREAM<sweepItem> *sweep_str;$/;"	m	class:flow_waterWindower	file:
swidth	raster/r.carve/enforce.h	/^    double swidth, sdepth;$/;"	m	struct:parms
swing	visualization/xganim/gui.c	/^static Widget rew, rplay, stepb, stop, stepf, play, loop, swing;$/;"	v	file:
swing	visualization/xganim/gui.h	/^    int loop, swing, shownames;$/;"	m	struct:gui_data
swing_callback	visualization/xganim/gui.c	/^static void swing_callback(Widget w, XtPointer data, caddr_t cbs)$/;"	f	file:
switchlight	visualization/nviz/src/lights.c	/^static int switchlight(int argc,	\/* Number of arguments. *\/$/;"	f	file:
sx	include/symbol.h	/^    int *sx, *sy;		\/* coordinates in stroked version *\/$/;"	m	struct:__anon286
sxo	vector/v.digit/util.c	/^static int sxo, syo, mode;$/;"	v	file:
sxo	vector/v.digit/zoom.c	/^    int sxo, syo;$/;"	m	struct:zoom_window	file:
sy	include/symbol.h	/^    int *sx, *sy;		\/* coordinates in stroked version *\/$/;"	m	struct:__anon286
symb	vector/v.digit/symb.c	/^struct symb$/;"	s	file:
symb_init	vector/v.digit/symb.c	/^void symb_init(void)$/;"	f
symb_init_gui	vector/v.digit/symb.c	/^void symb_init_gui(void)$/;"	f
symb_line_from_map	vector/v.digit/symb.c	/^int symb_line_from_map(int line)$/;"	f
symb_line_set_from_map	vector/v.digit/symb.c	/^void symb_line_set_from_map(int line)$/;"	f
symb_lines_init	vector/v.digit/symb.c	/^void symb_lines_init(void)$/;"	f
symb_node_from_map	vector/v.digit/symb.c	/^int symb_node_from_map(int node)$/;"	f
symb_node_set_from_map	vector/v.digit/symb.c	/^void symb_node_set_from_map(int node)$/;"	f
symb_nodes_init	vector/v.digit/symb.c	/^void symb_nodes_init(void)$/;"	f
symb_set_driver_color	vector/v.digit/symb.c	/^void symb_set_driver_color(int code)$/;"	f
symb_updated_lines_set_from_map	vector/v.digit/symb.c	/^void symb_updated_lines_set_from_map(void)$/;"	f
symb_updated_nodes_set_from_map	vector/v.digit/symb.c	/^void symb_updated_nodes_set_from_map(void)$/;"	f
symbol	display/d.graph/description.html	/^<a name="symbol"><\/a>$/;"	a
symbol	gui/wxpython/vdigit/driver.h	/^    struct symbol {$/;"	s	class:DisplayDriver
symbol	ps/ps.map/vector.h	/^    char *symbol;		\/* symbol name *\/$/;"	m	struct:__anon22
symbol_draw	ps/ps.map/symbol.c	/^symbol_draw(char *name, double x, double y, double size, double rotate,$/;"	f
symbol_ps	ps/ps.map/vector.h	/^    char *symbol_ps;		\/* symbol name in PS *\/$/;"	m	struct:__anon22
symbol_save	ps/ps.map/symbol.c	/^int symbol_save(SYMBOL * Symb, PSCOLOR * color, PSCOLOR * fcolor, char *name)$/;"	f
symcpy	vector/v.mapcalc/mapcalc.c	/^void symcpy(const void *Dst, const void *Src)$/;"	f
symtab	vector/v.mapcalc/mapcalc.c	/^SYMBOL *symtab = NULL;$/;"	v
sync_driver	lib/raster/rem_io.c	/^int sync_driver(char *name)$/;"	f
sync_vectors	lib/gpde/N_solvers_krylov.c	/^void sync_vectors(double *source, double *target, int rows)$/;"	f
syo	vector/v.digit/util.c	/^static int sxo, syo, mode;$/;"	v	file:
syo	vector/v.digit/zoom.c	/^    int sxo, syo;$/;"	m	struct:zoom_window	file:
sys_getinfo	gui/tcltk/d.m/tksys.tcl	/^proc sys_getinfo { } \\$/;"	p
sys_getinfo	gui/tcltk/gis.m/tksys.tcl	/^proc sys_getinfo { } {$/;"	p
sys_putinfo	gui/tcltk/d.m/tksys.tcl	/^proc sys_putinfo { path } \\$/;"	p
sys_putinfo	gui/tcltk/gis.m/tksys.tcl	/^proc sys_putinfo { path } {$/;"	p
sys_save	gui/tcltk/d.m/tksys.tcl	/^proc sys_save { } \\$/;"	p
sys_save	gui/tcltk/gis.m/tksys.tcl	/^proc sys_save { } {$/;"	p
sys_wininfo	gui/tcltk/d.m/tksys.tcl	/^proc sys_wininfo { } \\$/;"	p
sys_wininfo	gui/tcltk/gis.m/tksys.tcl	/^proc sys_wininfo { } {$/;"	p
sz	raster/r.drain/tinf.h	/^    int sz;			\/* bytes per line *\/$/;"	m	struct:band3
sz	raster/r.fill.dir/tinf.h	/^    int sz;			\/* bytes per line *\/$/;"	m	struct:band3
szhints	display/drivers/XDRIVER/Client.c	/^static XSizeHints *szhints;$/;"	v	file:
t	display/d.graph/options.h	/^EXTERN int t, b, l, r;$/;"	v
t	display/d.text.freetype/main.c	/^    int t, b, l, r;$/;"	m	struct:__anon96	file:
t	display/d.text.new/main.c	/^    int t, b, l, r;$/;"	m	struct:rectinfo	file:
t	imagery/i.atcorr/AtmosModel.h	/^	float t[34];$/;"	m	struct:AtmosModel
t	include/dbmi.h	/^	dbDateTime *t;$/;"	m	union:__anon276::__anon277
t	include/dbmi.h	/^    dbDateTime t;$/;"	m	struct:_db_value
t	lib/driver/text2.c	/^static int t, b, l, r;$/;"	v	file:
t	lib/gpde/N_heatflow.h	/^    N_array_2d *t;		\/*temperature *\/$/;"	m	struct:__anon43
t	lib/gpde/N_heatflow.h	/^    N_array_3d *t;		\/*temperature *\/$/;"	m	struct:__anon42
t	raster/r.li/r.li.daemon/GenericCell.h	/^    int t;$/;"	m	struct:generic_cell
t	raster3d/r3.showdspf/vizual.h	/^    int t[MAXTHRESH];		\/* an array of index numbers *\/$/;"	m	struct:dspec
t1	lib/gis/geodist.c	/^static double t1, t2, t3, t4, t1r, t2r;$/;"	v	file:
t1	lib/vector/Vlib/e_intersect.c	/^mpf_t p11, p12, p21, p22, t1, t2;$/;"	v
t1r	lib/gis/geodist.c	/^static double t1, t2, t3, t4, t1r, t2r;$/;"	v	file:
t1r	raster/r.surf.idw/dist.c	/^static double t1r, t2r;$/;"	v	file:
t2	lib/gis/geodist.c	/^static double t1, t2, t3, t4, t1r, t2r;$/;"	v	file:
t2	lib/vector/Vlib/e_intersect.c	/^mpf_t p11, p12, p21, p22, t1, t2;$/;"	v
t2r	lib/gis/geodist.c	/^static double t1, t2, t3, t4, t1r, t2r;$/;"	v	file:
t2r	raster/r.surf.idw/dist.c	/^static double t1r, t2r;$/;"	v	file:
t3	lib/gis/geodist.c	/^static double t1, t2, t3, t4, t1r, t2r;$/;"	v	file:
t4	lib/gis/geodist.c	/^static double t1, t2, t3, t4, t1r, t2r;$/;"	v	file:
tEdge	vector/v.hull/chull.c	/^typedef tsEdge *tEdge;$/;"	t	file:
tEdgeStructure	vector/v.hull/chull.c	/^struct tEdgeStructure$/;"	s	file:
tFace	vector/v.hull/chull.c	/^typedef tsFace *tFace;$/;"	t	file:
tFaceStructure	vector/v.hull/chull.c	/^struct tFaceStructure$/;"	s	file:
tVertex	vector/v.hull/chull.c	/^typedef tsVertex *tVertex;$/;"	t	file:
tVertexStructure	vector/v.hull/chull.c	/^struct tVertexStructure$/;"	s	file:
t_ndx	lib/dspf/viz.h	/^    int t_ndx;			\/* index of given threshold *\/$/;"	m	struct:__anon35
t_ndx	raster3d/r3.showdspf/vizual2.h	/^    int t_ndx;			\/* index of given threshold *\/$/;"	m	struct:__anon116
t_start	lib/gpde/N_heatflow.h	/^    N_array_2d *t_start;	\/*temperature start conditions *\/$/;"	m	struct:__anon43
t_start	lib/gpde/N_heatflow.h	/^    N_array_3d *t_start;	\/*temperature start conditions *\/$/;"	m	struct:__anon42
t_time	raster/wildfire/r.spread/display.c	/^static struct tm *t_time;$/;"	v	typeref:struct:tm	file:
tabWidth	visualization/nviz/src/tkFont.h	/^    int tabWidth;		\/* Width of tabs in this font (pixels). *\/$/;"	m	struct:TkFont
tab_prefixof	raster3d/r3.showdspf/togif.c	507;"	d	file:
tab_suffixof	raster3d/r3.showdspf/togif.c	508;"	d	file:
table	db/base/columns.c	/^    char *driver, *database, *table;$/;"	m	struct:__anon1	file:
table	db/base/describe.c	/^    char *driver, *database, *table;$/;"	m	struct:__anon10	file:
table	db/base/droptable.c	/^    char *driver, *database, *table;$/;"	m	struct:__anon5	file:
table	db/base/select.c	/^    char *driver, *database, *table, *sql, *fs, *vs, *nv, *input;$/;"	m	struct:__anon9	file:
table	db/drivers/dbf/globals.h	/^    int table;			\/* table *\/$/;"	m	struct:__anon16
table	imagery/i.ortho.photo/libes/orthophoto.h	/^	unsigned char *table;	\/* color table for min-max values *\/$/;"	m	struct:Ortho_Image_Group_Ref::Ortho_Ref_Color
table	include/dbmi.h	/^    char *table;		\/* table name *\/$/;"	m	struct:__anon279
table	include/dbmi.h	/^    dbTable *table;$/;"	m	struct:_db_cursor
table	include/gis.h	/^    CELL *table;		\/* reclass table                        *\/$/;"	m	struct:Reclass
table	include/gis.h	/^    struct FPReclass_table *table;$/;"	m	struct:FPReclass	typeref:struct:FPReclass::FPReclass_table
table	include/gis.h	/^    struct Quant_table *table;$/;"	m	struct:Quant	typeref:struct:Quant::Quant_table
table	include/imagery.h	/^    unsigned char *table;      \/* color table for min-max values *\/$/;"	m	struct:Ref_Color
table	include/sqlp.h	/^    char table[SQLP_MAX_TABLE + 1];$/;"	m	struct:__anon297
table	include/vect/dig_structs.h	/^    char *table;$/;"	m	struct:field_info
table	lib/gis/datum.c	/^static struct table$/;"	s	file:
table	lib/gis/datum.c	/^} *table;$/;"	v	typeref:struct:table	file:
table	lib/gis/get_ellipse.c	/^static struct table$/;"	s	file:
table	lib/gis/get_ellipse.c	/^} *table = NULL;$/;"	v	typeref:struct:table	file:
table	raster/r.coin/main.c	/^struct stats_table *table;$/;"	v	typeref:struct:stats_table
table	raster/r.cross/main.c	/^CELL *table;$/;"	v
table	raster3d/r3.stats/main.c	/^    stat_row **table;$/;"	m	struct:__anon126	file:
table	swig/perl/gis.h	/^    CELL *table;		\/* reclass table                        *\/$/;"	m	struct:Reclass
table	swig/perl/gis.h	/^    struct FPReclass_table *table;$/;"	m	struct:FPReclass	typeref:struct:FPReclass::FPReclass_table
table	swig/perl/gis.h	/^    struct Quant_table *table;$/;"	m	struct:Quant	typeref:struct:Quant::Quant_table
table	vector/v.category/main.c	/^    char *table;$/;"	m	struct:__anon184	file:
table	vector/v.to.3d/local_proto.h	/^  struct Flag *reverse, *table;$/;"	m	struct:opts	typeref:struct:opts::
table256	include/gstypes.h	/^} table256;$/;"	t	typeref:struct:__anon252
tableName	include/dbmi.h	/^    dbString tableName;$/;"	m	struct:_db_index
tableName	include/dbmi.h	/^    dbString tableName;$/;"	m	struct:_db_table
table_buttons	vector/v.digit/settings.tcl	/^proc table_buttons { } {$/;"	p
table_toggle	display/d.colors/tbl_toggle.c	/^int table_toggle(char *name, char *mapset, struct Colors *colors)$/;"	f
tables	db/drivers/dbf/globals.h	/^    TABLE *tables;$/;"	m	struct:__anon15
taer	imagery/i.atcorr/Interp.h	/^	float taer;$/;"	m	struct:InterpStruct
taer55	imagery/i.atcorr/AerosolConcentration.h	/^    float taer55;$/;"	m	struct:AerosolConcentration
taer55p	imagery/i.atcorr/Altitude.h	/^	float taer55p;$/;"	m	struct:Altitude
taerp	imagery/i.atcorr/Interp.h	/^	float taerp; $/;"	m	struct:InterpStruct
tag	raster/r.le/r.le.setup/sample.c	/^int tag = 0;$/;"	v
tail	display/drivers/HTMLMAP/Graph_Set.c	/^struct MapPoly **tail;$/;"	v	typeref:struct:MapPoly
tail	include/iostream/queue.h	/^  int tail;  \/\/ next free location$/;"	m	class:queue
tail	raster/r.li/r.li.daemon/list.h	/^    struct nodoLista *tail;$/;"	m	struct:lista	typeref:struct:lista::nodoLista
taken	lib/vector/rtree/split_q.h	/^    int taken[MAXCARD + 1];$/;"	m	struct:PartitionVars
tanSolarAltitude	raster/r.sun2/sunradstruct.h	/^    double tanSolarAltitude;$/;"	m	struct:SunGeometryVarDay
tan_lam_l	raster/r.sun/main.c	/^double sin_phi_l, tan_lam_l, lum_C31_l, lum_C33_l;$/;"	v
tanh0	raster/r.horizon/main.c	/^double h0, tanh0, angle;$/;"	v
tanh0	raster/r.sun/main.c	/^double lum_p, sunrise_time, sunset_time, h0, tanh0, A0, angle;$/;"	v
target	include/vask.h	/^union target$/;"	u
target_flag	imagery/i.ortho.photo/photo.2image/zoom_box.c	/^static int target_flag;$/;"	v	file:
target_flag	imagery/i.ortho.photo/photo.2image/zoom_pnt.c	/^static int target_flag;$/;"	v	file:
target_flag	imagery/i.ortho.photo/photo.2target/zoom_box.c	/^static int target_flag;$/;"	v	file:
target_flag	imagery/i.ortho.photo/photo.2target/zoom_pnt.c	/^static int target_flag;$/;"	v	file:
target_flag	imagery/i.points/zoom_box.c	/^static int target_flag;$/;"	v	file:
target_flag	imagery/i.points/zoom_pnt.c	/^static int target_flag;$/;"	v	file:
target_flag	imagery/i.vpoints/zoom_box.c	/^static int target_flag;$/;"	v	file:
target_flag	imagery/i.vpoints/zoom_pnt.c	/^static int target_flag;$/;"	v	file:
target_window	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL struct Cell_head target_window;$/;"	v	typeref:struct:Cell_head
target_window	imagery/i.rectify/main.c	/^struct Cell_head target_window;$/;"	v	typeref:struct:Cell_head
targetptr	include/vask.h	/^    union target targetptr;	\/* pointer to value     *\/$/;"	m	struct:ans_rec	typeref:union:ans_rec::target
tau	raster/simwe/simlib/waterglobs.h	/^GLOBAL float **dc, **tau, **er, **ct, **trap;$/;"	v
tauin	raster/simwe/simlib/waterglobs.h	/^	*tauin, *tc, *et, *conc, *flux, *erdep, *rainval, *maninval,$/;"	m	struct:__anon137	typeref:struct:__anon137::
tauin	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *tauin;$/;"	v
tavl_alloc	lib/vector/dglib/tavl.h	/^    struct libavl_allocator *tavl_alloc;	\/* Memory allocator. *\/$/;"	m	struct:tavl_table	typeref:struct:tavl_table::libavl_allocator
tavl_allocator_default	lib/vector/dglib/tavl.c	/^struct libavl_allocator tavl_allocator_default = {$/;"	v	typeref:struct:libavl_allocator
tavl_assert_delete	lib/vector/dglib/tavl.c	/^void *(tavl_assert_delete) (struct tavl_table * table, void *item)$/;"	f
tavl_assert_insert	lib/vector/dglib/tavl.c	/^void (tavl_assert_insert) (struct tavl_table * table, void *item)$/;"	f
tavl_balance	lib/vector/dglib/tavl.h	/^    signed char tavl_balance;	\/* Balance factor. *\/$/;"	m	struct:tavl_node
tavl_compare	lib/vector/dglib/tavl.h	/^    tavl_comparison_func *tavl_compare;	\/* Comparison function. *\/$/;"	m	struct:tavl_table
tavl_comparison_func	lib/vector/dglib/tavl.h	/^typedef int tavl_comparison_func(const void *tavl_a, const void *tavl_b,$/;"	t
tavl_copy	lib/vector/dglib/tavl.c	/^struct tavl_table *tavl_copy(const struct tavl_table *org,$/;"	f
tavl_copy_func	lib/vector/dglib/tavl.h	/^typedef void *tavl_copy_func(void *tavl_item, void *tavl_param);$/;"	t
tavl_count	lib/vector/dglib/tavl.h	/^    size_t tavl_count;		\/* Number of items in tree. *\/$/;"	m	struct:tavl_table
tavl_count	lib/vector/dglib/tavl.h	104;"	d
tavl_create	lib/vector/dglib/tavl.c	/^struct tavl_table *tavl_create(tavl_comparison_func * compare, void *param,$/;"	f
tavl_data	lib/vector/dglib/tavl.h	/^    void *tavl_data;		\/* Pointer to data. *\/$/;"	m	struct:tavl_node
tavl_delete	lib/vector/dglib/tavl.c	/^void *tavl_delete(struct tavl_table *tree, const void *item)$/;"	f
tavl_destroy	lib/vector/dglib/tavl.c	/^void tavl_destroy(struct tavl_table *tree, tavl_item_func * destroy)$/;"	f
tavl_find	lib/vector/dglib/tavl.c	/^void *tavl_find(const struct tavl_table *tree, const void *item)$/;"	f
tavl_free	lib/vector/dglib/tavl.c	/^void tavl_free(struct libavl_allocator *allocator, void *block)$/;"	f
tavl_insert	lib/vector/dglib/tavl.c	/^void *tavl_insert(struct tavl_table *table, void *item)$/;"	f
tavl_item_func	lib/vector/dglib/tavl.h	/^typedef void tavl_item_func(void *tavl_item, void *tavl_param);$/;"	t
tavl_link	lib/vector/dglib/tavl.h	/^    struct tavl_node *tavl_link[2];	\/* Subtrees. *\/$/;"	m	struct:tavl_node	typeref:struct:tavl_node::tavl_node
tavl_malloc	lib/vector/dglib/tavl.c	/^void *tavl_malloc(struct libavl_allocator *allocator, size_t size)$/;"	f
tavl_node	lib/vector/dglib/tavl.h	/^    struct tavl_node *tavl_node;	\/* Current node in tree. *\/$/;"	m	struct:tavl_traverser	typeref:struct:tavl_traverser::tavl_node
tavl_node	lib/vector/dglib/tavl.h	/^struct tavl_node$/;"	s
tavl_param	lib/vector/dglib/tavl.h	/^    void *tavl_param;		\/* Extra argument to |tavl_compare|. *\/$/;"	m	struct:tavl_table
tavl_probe	lib/vector/dglib/tavl.c	/^void **tavl_probe(struct tavl_table *tree, void *item)$/;"	f
tavl_replace	lib/vector/dglib/tavl.c	/^void *tavl_replace(struct tavl_table *table, void *item)$/;"	f
tavl_root	lib/vector/dglib/tavl.h	/^    struct tavl_node *tavl_root;	\/* Tree's root. *\/$/;"	m	struct:tavl_table	typeref:struct:tavl_table::tavl_node
tavl_t_copy	lib/vector/dglib/tavl.c	/^void *tavl_t_copy(struct tavl_traverser *trav,$/;"	f
tavl_t_cur	lib/vector/dglib/tavl.c	/^void *tavl_t_cur(struct tavl_traverser *trav)$/;"	f
tavl_t_find	lib/vector/dglib/tavl.c	/^void *tavl_t_find(struct tavl_traverser *trav, struct tavl_table *tree,$/;"	f
tavl_t_first	lib/vector/dglib/tavl.c	/^void *tavl_t_first(struct tavl_traverser *trav, struct tavl_table *tree)$/;"	f
tavl_t_init	lib/vector/dglib/tavl.c	/^void tavl_t_init(struct tavl_traverser *trav, struct tavl_table *tree)$/;"	f
tavl_t_insert	lib/vector/dglib/tavl.c	/^void *tavl_t_insert(struct tavl_traverser *trav,$/;"	f
tavl_t_last	lib/vector/dglib/tavl.c	/^void *tavl_t_last(struct tavl_traverser *trav, struct tavl_table *tree)$/;"	f
tavl_t_next	lib/vector/dglib/tavl.c	/^void *tavl_t_next(struct tavl_traverser *trav)$/;"	f
tavl_t_prev	lib/vector/dglib/tavl.c	/^void *tavl_t_prev(struct tavl_traverser *trav)$/;"	f
tavl_t_replace	lib/vector/dglib/tavl.c	/^void *tavl_t_replace(struct tavl_traverser *trav, void *new)$/;"	f
tavl_table	lib/vector/dglib/tavl.h	/^    struct tavl_table *tavl_table;	\/* Tree being traversed. *\/$/;"	m	struct:tavl_traverser	typeref:struct:tavl_traverser::tavl_table
tavl_table	lib/vector/dglib/tavl.h	/^struct tavl_table$/;"	s
tavl_tag	lib/vector/dglib/tavl.h	/^    unsigned char tavl_tag[2];	\/* Tag fields. *\/$/;"	m	struct:tavl_node
tavl_tag	lib/vector/dglib/tavl.h	/^enum tavl_tag$/;"	g
tavl_traverser	lib/vector/dglib/tavl.h	/^struct tavl_traverser$/;"	s
tb_res	include/G3d.h	/^    double ns_res, ew_res, tb_res;$/;"	m	struct:__anon248
tb_res	include/gis.h	/^    double tb_res;		\/* Top to Bottom cell size                      *\/$/;"	m	struct:Cell_head
tb_res	lib/dspf/viz.h	/^    float ns_res, ew_res, tb_res;$/;"	m	struct:__anon33
tb_res	raster3d/r3.showdspf/vizual2.h	/^    float ns_res, ew_res, tb_res;$/;"	m	struct:__anon114
tb_res	swig/perl/gis.h	/^    double tb_res;		\/* Top to Bottom cell size                      *\/$/;"	m	struct:Cell_head
tb_res	vector/v.vol.rst/main.c	/^double ns_res, ew_res, tb_res;$/;"	v
tb_res_in	vector/v.vol.rst/userglobs.h	/^double z_orig_in, tb_res_in;$/;"	v
tc	raster/r.to.vect/lines.c	/^static int tl, tc, tr, ml, mc, mr, bl, bc, br;$/;"	v	file:
tc	raster/simwe/simlib/waterglobs.h	/^	*tauin, *tc, *et, *conc, *flux, *erdep, *rainval, *maninval,$/;"	m	struct:__anon137	typeref:struct:__anon137::
tc	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *tc;$/;"	v
tch	raster/r.topmodel/global.h	/^    double *tch;$/;"	m	struct:__anon134
tcholDec	vector/lidar/lidarlib/TcholBand.c	/^void tcholDec(double **N, double **T, int n, int BW)$/;"	f
tcholInv	vector/lidar/lidarlib/TcholBand.c	/^void tcholInv(double **N, double *invNdiag, int n, int BW)$/;"	f
tcholSolve	vector/lidar/lidarlib/TcholBand.c	/^void tcholSolve(double **N, double *TN, double *parVect, int n, int BW)$/;"	f
tcholSolve2	vector/lidar/lidarlib/TcholBand.c	/^void tcholSolve2(double **N, double *TN, double **T, double *parVect, int n,$/;"	f
tcholSolveInv	vector/lidar/lidarlib/TcholBand.c	/^void tcholSolveInv(double **N, double *TN, double *invNdiag, double *parVect,$/;"	f
tci	raster/r.terraflow/sweep.h	/^  tci_type     tci;      \/* tci *\/$/;"	m	class:sweepOutput
tci_grid	raster/r.terraflow/option.h	/^  char* tci_grid; $/;"	m	struct:__anon145
tci_type	raster/r.terraflow/types.h	/^typedef float tci_type;       $/;"	t
tcl_color_to_int	visualization/nviz/src/glwrappers.c	/^int tcl_color_to_int(const char *clr)$/;"	f
tcl_to_rgb	visualization/nviz/scripts/colorPopup.tcl	/^proc tcl_to_rgb {c} {$/;"	p
tcurv	lib/rst/interp_float/interpf.h	/^    char *elev, *slope, *aspect, *pcurv, *tcurv, *mcurv;	\/* output files *\/$/;"	m	struct:interp_params
tcurv	raster/r.resamp.rst/main.c	/^char *tcurv = NULL;$/;"	v
tcurv	vector/v.surf.rst/main.c	/^char *tcurv = NULL;$/;"	v
td	raster/r.topmodel/global.h	/^    double A, qs0, lnTe, m, Sr0, Srmax, td, vch, vr;$/;"	m	struct:__anon130
te2	raster/r.le/r.le.pixel/pixel.h	/^    int att[5], div[5], te2[6];$/;"	m	struct:CHOICE
temp	raster/r.sunmask/solpos00.h	/^    float temp;			\/* I:             Ambient dry-bulb temperature, degrees C,$/;"	m	struct:posdata
tempName	include/G3d.h	/^    char *tempName;$/;"	m	struct:G3D_Map
temp_buf	lib/gis/G.h	/^    CELL *temp_buf;$/;"	m	struct:G__
temp_buf_size	lib/gis/G.h	/^    int temp_buf_size;		\/* sizeof temp_buf                      *\/$/;"	m	struct:G__
temp_fd	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL int temp_fd;$/;"	v
temp_fd	imagery/i.rectify/main.c	/^int temp_fd;$/;"	v
temp_name	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL char *temp_name;$/;"	v
temp_name	imagery/i.rectify/main.c	/^char *temp_name;$/;"	v
temp_name	lib/gis/G.h	/^    char *temp_name;		\/* Temporary name for NEW files *\/$/;"	m	struct:fileinfo
temp_points	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL struct Ortho_Control_Points temp_points;$/;"	v	typeref:struct:Ortho_Control_Points
temp_points	imagery/i.ortho.photo/photo.rectify/global.h	/^GLOBAL struct Ortho_Control_Points temp_points;$/;"	v	typeref:struct:Ortho_Control_Points
tempfile	display/d.rast.edit/edit.h	/^GLOBAL char *tempfile;$/;"	v
tempfile	imagery/i.ortho.photo/libes/ls_cameras.c	/^static char *tempfile = NULL;$/;"	v	file:
tempfile	imagery/i.ortho.photo/libes/ls_elev.c	/^static char *tempfile = NULL;$/;"	v	file:
tempfile	lib/imagery/ls_groups.c	/^static char *tempfile = NULL;$/;"	v	file:
tempfile	lib/python/core.py	/^def tempfile():$/;"	f
tempfile1	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL char *tempfile1;$/;"	v
tempfile1	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL char *tempfile1;$/;"	v
tempfile1	imagery/i.points/main.c	/^char *tempfile1;$/;"	v
tempfile1	imagery/i.vpoints/main.c	/^char *tempfile1;$/;"	v
tempfile2	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL char *tempfile2;$/;"	v
tempfile2	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL char *tempfile2;$/;"	v
tempfile2	imagery/i.points/main.c	/^char *tempfile2;$/;"	v
tempfile2	imagery/i.vpoints/main.c	/^char *tempfile2;$/;"	v
tempfile3	imagery/i.ortho.photo/photo.2image/globals.h	/^GLOBAL char *tempfile3;$/;"	v
tempfile_dot	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL char *tempfile_dot;$/;"	v
tempfile_dot2	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL char *tempfile_dot2;$/;"	v
tempfile_elev	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL char *tempfile_elev;$/;"	v
tempfile_win	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL char *tempfile_win;$/;"	v
tempfile_win2	imagery/i.ortho.photo/photo.2target/globals.h	/^GLOBAL char *tempfile_win2;$/;"	v
temporary	include/vect/dig_structs.h	/^    int temporary;		\/* temporary file flag, not yet used *\/$/;"	m	struct:Map_info
term	general/g.transform/crs.c	/^static double term(int term, double e, double n)$/;"	f	file:
term	gui/tcltk/d.m/d.m.tcl	/^proc term {cmd args} {$/;"	p
term	gui/tcltk/gis.m/runandoutput.tcl	/^proc term {cmd args} {$/;"	p
term	imagery/i.rectify/crs.c	/^static DOUBLE term(int term, double e, double n)$/;"	f	file:
term	imagery/i.vpoints/crs.c	/^static DOUBLE term(int term, double e, double n)$/;"	f	file:
term1	vector/v.net.steiner/main.c	/^    int term1, term2;$/;"	m	struct:__anon176	file:
term2	vector/v.net.steiner/main.c	/^    int term1, term2;$/;"	m	struct:__anon176	file:
term_costs	vector/v.net.steiner/main.c	/^COST *term_costs;		\/* costs between terminals *\/$/;"	v
term_panel	gui/tcltk/d.m/d.m.tcl	/^proc term_panel {cmd} {$/;"	p
term_panel	gui/tcltk/gis.m/runandoutput.tcl	/^proc term_panel {cmd} {$/;"	p
terms	vector/v.net.steiner/main.c	/^int *terms;			\/* array of 1. terminals; 2. accepted steiner points; 3. tested steiner point *\/$/;"	v
test	lib/ogsf/mc33_table.h	/^static const char test[128][7] = {$/;"	v
test	raster/r.sun/main.c	/^int test(void)$/;"	f
test	raster/r.sun2/main.c	/^int test(void)$/;"	f
test1	swig/python/NumPtr/src/test.c	/^void test1(double *a, int n)$/;"	f
test2	swig/python/NumPtr/src/test.c	/^void test2(double **a, int n, int m)$/;"	f
test2map	vector/v.mapcalc/map.c	/^static MAP *test2map(MAP * m, MAP * n)$/;"	f	file:
test3	swig/python/NumPtr/src/test.c	/^void test3(double ***a, int n, int m, int l)$/;"	f
testSAXContentHandler	gui/wxpython/gui_modules/menuform.py	/^class testSAXContentHandler(HandlerBase):$/;"	c
test_array_2d	lib/gpde/test/test_arrays.c	/^int test_array_2d(void)$/;"	f
test_array_3d	lib/gpde/test/test_arrays.c	/^int test_array_3d(void)$/;"	f
test_for_broken_SAX	gui/wxpython/gui_modules/menuform.py	/^def test_for_broken_SAX():$/;"	f
test_geom_data	lib/gpde/test/test_geom.c	/^int test_geom_data(void)$/;"	f
test_gradient_2d	lib/gpde/test/test_gradient.c	/^int test_gradient_2d(void)$/;"	f
test_gradient_3d	lib/gpde/test/test_gradient.c	/^int test_gradient_3d(void)$/;"	f
test_gwflow_2d	lib/gpde/test/test_gwflow.c	/^int test_gwflow_2d(void)$/;"	f
test_gwflow_3d	lib/gpde/test/test_gwflow.c	/^int test_gwflow_3d(void)$/;"	f
test_install	gem/actions.c	/^void test_install(char *package, char *gisbase, char *pkg_short_name,$/;"	f
test_les	lib/gpde/test/test_les.c	/^int test_les(void)$/;"	f
test_low_res	raster/r.horizon/main.c	/^int test_low_res()$/;"	f
test_matrix_assemble_2d	lib/gpde/test/test_assemble.c	/^int test_matrix_assemble_2d(void)$/;"	f
test_matrix_assemble_3d	lib/gpde/test/test_assemble.c	/^int test_matrix_assemble_3d(void)$/;"	f
test_mean_calc	lib/gpde/test/test_tools.c	/^int test_mean_calc(void)$/;"	f
test_only	db/base/select.c	/^    int c, d, h, test_only;$/;"	m	struct:__anon9	file:
test_path_file	lib/gis/is.c	/^static int test_path_file(const char *path, const char *file)$/;"	f	file:
test_rle	lib/g3d/rle.c	/^void test_rle()$/;"	f
test_solute_transport_2d	lib/gpde/test/test_solute_transport.c	/^int test_solute_transport_2d(void)$/;"	f
test_solute_transport_3d	lib/gpde/test/test_solute_transport.c	/^int test_solute_transport_3d(void)$/;"	f
test_solvers	lib/gpde/test/test_solvers.c	/^int test_solvers(void)$/;"	f
testd1	swig/python/NumPtr/src/test.c	/^void testd1(double *a, int n)$/;"	f
testd2	swig/python/NumPtr/src/test.c	/^void testd2(double **a, int n, int m)$/;"	f
testd3	swig/python/NumPtr/src/test.c	/^void testd3(double ***a, int n, int m, int l)$/;"	f
testf1	swig/python/NumPtr/src/test.c	/^void testf1(float *a, int n)$/;"	f
testf2	swig/python/NumPtr/src/test.c	/^void testf2(float **a, int n, int m)$/;"	f
testf3	swig/python/NumPtr/src/test.c	/^void testf3(float ***a, int n, int m, int l)$/;"	f
testi1	swig/python/NumPtr/src/test.c	/^void testi1(int *a, int n)$/;"	f
testi2	swig/python/NumPtr/src/test.c	/^void testi2(int **a, int n, int m)$/;"	f
testi3	swig/python/NumPtr/src/test.c	/^void testi3(int ***a, int n, int m, int l)$/;"	f
testint	lib/gpde/test/test_main.c	/^    struct Flag *full, *testunit, *testint;$/;"	m	struct:__anon39	typeref:struct:__anon39::	file:
testmap	vector/v.mapcalc/map.c	/^static MAP *testmap(MAP * m)$/;"	f	file:
testunit	lib/gpde/test/test_main.c	/^    struct Flag *full, *testunit, *testint;$/;"	m	struct:__anon39	typeref:struct:__anon39::	file:
tex	raster/r.le/r.le.pixel/pixel.h	/^    int edge, tex, fb, units, z, edgemap;$/;"	m	struct:CHOICE
text	display/d.graph/description.html	/^<a name="text"><\/a>$/;"	a
text	display/d.paint.labels/do_labels.c	/^static char text[MTEXT];$/;"	v	file:
text	display/d.text.new/test.pl	/^sub text{$/;"	s
text	general/g.mlist/global.h	/^    char *text;			\/* menu text *\/$/;"	m	struct:list
text	general/g.mremove/global.h	/^    char *text;			\/* menu text *\/$/;"	m	struct:list
text	general/manage/lib/menu.c	/^static char **text;$/;"	v	file:
text	general/manage/list.h	/^    char *text;			\/* menu text *\/$/;"	m	struct:list
text	lib/raster/transport.h	/^    void (*text) (const char *);$/;"	m	struct:transport
text	ps/ps.map/description.html	/^<a name="text"><\/a>$/;"	a
text	raster/r.neighbors/main.c	/^    char *text;			\/* menu display - full description *\/$/;"	m	struct:menu	file:
text	raster/r.proj.seg/r.proj.h	/^    char *text;			\/* menu display - full description       *\/$/;"	m	struct:menu
text	raster/r.proj/r.proj.h	/^    char *text;			\/* menu display - full description       *\/$/;"	m	struct:menu
text	raster/r.resamp.stats/main.c	/^    char *text;			\/* menu display - full description *\/$/;"	m	struct:menu	file:
text	raster/r.series/main.c	/^    char *text;			\/* menu display - full description *\/$/;"	m	struct:menu	file:
text	raster/r.statistics/method.h	/^    char *text;			\/* menu display - full description *\/$/;"	m	struct:menu
text	vector/v.label.sa/labels.h	/^    char *text;			    \/**< The label text *\/$/;"	m	struct:_label
text_beautify	gui/wxpython/gui_modules/menuform.py	/^def text_beautify( someString , width=70):$/;"	f
text_box_path	ps/ps.map/textbox.c	/^text_box_path(double x, double y, int xref, int yref, char *text,$/;"	f
text_draw	lib/driver/text2.c	/^static void text_draw(double x, double y)$/;"	f	file:
text_move	lib/driver/text2.c	/^static void text_move(double x, double y)$/;"	f	file:
text_rotation	lib/driver/init.c	/^double text_rotation;$/;"	v
text_rotation	lib/raster/transport.h	/^    void (*text_rotation) (float);$/;"	m	struct:transport
text_size	imagery/i.ortho.photo/photo.2image/ask.c	/^static int text_size;$/;"	v	file:
text_size	imagery/i.ortho.photo/photo.2target/ask.c	/^static int text_size;$/;"	v	file:
text_size	imagery/i.points/ask.c	/^static int text_size;$/;"	v	file:
text_size	imagery/i.vpoints/ask.c	/^static int text_size;$/;"	v	file:
text_size	imagery/i.vpoints/ask_lineclr.c	/^static int text_size;$/;"	v	file:
text_size	lib/raster/transport.h	/^    void (*text_size) (int, int);$/;"	m	struct:transport
text_size_x	lib/driver/init.c	/^double text_size_x;$/;"	v
text_size_y	lib/driver/init.c	/^double text_size_y;$/;"	v
textcolor	vector/v.label/description.html	/^<DT><A NAME="textcolor"><B>TEXT COLOR<\/B><\/A>:$/;"	a
texture_fore	raster/r.le/r.le.pixel/driver.c	/^void texture_fore()$/;"	f
tfsta2	raster/r.resamp.rst/main.c	/^double fstar2, tfsta2, xmin, xmax, ymin, ymax, zmin, zmax, gmin, gmax, c1min,$/;"	v
tfunc	include/gstypes.h	/^    float (*tfunc) (float, int);$/;"	m	struct:__anon251
tgasm	imagery/i.atcorr/Transform.h	/^    float tgasm;$/;"	m	struct:TransformInput
tglGLHdc	visualization/nviz/src/togl.c	/^    HDC     tglGLHdc;           \/* Device context of device that OpenGL calls$/;"	m	struct:Togl	file:
tglGLHglrc	visualization/nviz/src/togl.c	/^    HGLRC   tglGLHglrc;         \/* OpenGL rendering context to be made current *\/$/;"	m	struct:Togl	file:
tglGLOverlayHglrc	visualization/nviz/src/togl.c	/^    HGLRC   tglGLOverlayHglrc;$/;"	m	struct:Togl	file:
theDisplay	visualization/xganim/main.c	/^Display *theDisplay;$/;"	v
theta	lib/rst/interp_float/interpf.h	/^    double theta;		\/* anisotropy angle, 0=East,counter-clockwise *\/$/;"	m	struct:interp_params
theta	raster/r.flow/calc.c	/^    double theta;		\/* aspect                       *\/$/;"	m	struct:__anon151	file:
theta	raster/r.resamp.rst/main.c	/^double theta, scalex;$/;"	v
theta	vector/v.surf.rst/main.c	/^double theta, scalex;$/;"	v
thin_line	lib/ogsf/gv_quick.c	/^static geoline *thin_line(geoline * gln, float factor)$/;"	f	file:
thin_lines	raster/r.thin/thin_lines.c	/^int thin_lines(int iterations)$/;"	f
this	swig/perl/Grass.pm	/^sub this {$/;"	s
this_mapset	raster/r.watershed/ram/Gwater.h	/^GLOBAL char *this_mapset;$/;"	v
this_mapset	raster/r.watershed/seg/Gwater.h	/^GLOBAL char *this_mapset;$/;"	v
this_time	visualization/nviz/src/togl_flythrough.c	/^double this_time(void)$/;"	f
thomalg	lib/gpde/N_solvers.c	/^void thomalg(double **M, double *V, int rows)$/;"	f
thr_name	raster/r.watershed/ram/Gwater.h	/^    thr_name[8];$/;"	v
thr_name	raster/r.watershed/seg/Gwater.h	/^    thr_name[8];$/;"	v
threeto8	visualization/nviz/src/togl.c	/^static unsigned char threeto8[8] = {$/;"	v	file:
thresh	vector/v.digit/attr.c	/^    double thresh;$/;"	m	struct:copy_cats	file:
thresh	vector/v.digit/attr.c	/^    double thresh;$/;"	m	struct:display_attributes	file:
thresh	vector/v.digit/attr.c	/^    double thresh;$/;"	m	struct:display_cats	file:
thresh	vector/v.digit/line.c	/^    double thresh;$/;"	m	struct:delete_line	file:
thresh	vector/v.digit/line.c	/^    double thresh;$/;"	m	struct:edit_line	file:
thresh	vector/v.digit/line.c	/^    double thresh;$/;"	m	struct:move_line	file:
thresh	vector/v.digit/vertex.c	/^    double thresh;$/;"	m	struct:add_vertex	file:
thresh	vector/v.digit/vertex.c	/^    double thresh;$/;"	m	struct:move_vertex	file:
thresh	vector/v.digit/vertex.c	/^    double thresh;$/;"	m	struct:rm_vertex	file:
thresh	vector/v.digit/vertex.c	/^    double thresh;$/;"	m	struct:split_line	file:
threshes	raster3d/r3.showdspf/vizual.h	/^    cmndln_info threshes[2];$/;"	m	struct:dspec
tic	imagery/i.atcorr/main.cpp	/^    TICache tic[MAX_TICs]; \/* array of TICaches *\/$/;"	m	class:TIMap	file:
tickbar	ps/ps.map/colortable.h	/^    int tickbar;$/;"	m	struct:colortable
tics	display/d.histogram/bar.h	/^struct units tics[] = {$/;"	v	typeref:struct:units
tics	display/d.linegraph/linegraph.h	/^struct units tics[] = {$/;"	v	typeref:struct:units
tien	raster/r.horizon/main.c	/^int d, day, tien = 0;$/;"	v
tien	raster/r.sun/main.c	/^int d, day, tien = 0;$/;"	v
tileLength	include/G3d.h	/^    int *tileLength;$/;"	m	struct:G3D_Map
tileSize	include/G3d.h	/^    int tileXY, tileSize;$/;"	m	struct:G3D_Map
tileX	include/G3d.h	/^    int tileX, tileY, tileZ;$/;"	m	struct:G3D_Map
tileXY	include/G3d.h	/^    int tileXY, tileSize;$/;"	m	struct:G3D_Map
tileY	include/G3d.h	/^    int tileX, tileY, tileZ;$/;"	m	struct:G3D_Map
tileZ	include/G3d.h	/^    int tileX, tileY, tileZ;$/;"	m	struct:G3D_Map
tilt	raster/r.sunmask/solpos00.c	/^static void tilt(struct posdata *pdat)$/;"	f	file:
tilt	raster/r.sunmask/solpos00.h	/^    float tilt;			\/* I:             Degrees tilt from horizontal of panel *\/$/;"	m	struct:posdata
tim	raster/r.sun/main.c	/^double longitude, latitude, lum_time, ltime, tim, timo, declination;$/;"	v
tim	raster/r.sun2/main.c	/^double ltime, tim, timo;$/;"	v
time	include/site.h	/^    struct TimeStamp *time;$/;"	m	struct:__anon293	typeref:struct:__anon293::TimeStamp
timeAngle	raster/r.sun2/sunradstruct.h	/^    double timeAngle;$/;"	m	struct:SunGeometryConstDay
timeOffset	raster/r.sun2/rsunlib.c	/^double timeOffset;$/;"	v
time_lag	raster/wildfire/r.spread/collect_ori.c	/^int time_lag;$/;"	v
time_to_stop	raster/r.cost/main.c	/^int time_to_stop(int row, int col)$/;"	f
time_to_stop	raster/r.walk/main.c	/^int time_to_stop(int row, int col)$/;"	f
timec	raster/simwe/simlib/waterglobs.h	/^GLOBAL double timec;$/;"	v
timerHandler	visualization/nviz/src/togl.c	/^    Tcl_TimerToken timerHandler;        \/* Token for togl's timer handler *\/$/;"	m	struct:Togl	file:
timerHandler	visualization/nviz/src/togl.c	/^    Tk_TimerToken timerHandler; \/* Token for togl's timer handler *\/$/;"	m	struct:Togl	file:
timesec	raster/simwe/simlib/waterglobs.h	/^GLOBAL int ts, timesec;$/;"	v
timestamp	raster/r.terraflow/stats.cc	/^statsRecorder::timestamp() {$/;"	f	class:statsRecorder
timestamp	raster/r.terraflow/stats.cc	/^statsRecorder::timestamp(const char *s) {$/;"	f	class:statsRecorder
timestep	raster/r.topmodel/global.h	/^    int timestep, idxclass;$/;"	m	struct:__anon134
timezone	raster/r.sunmask/solpos00.h	/^    float timezone;		\/* I:             Time zone, east (west negative).$/;"	m	struct:posdata
timezone	visualization/nviz/src/tkWinPort.h	/^struct timezone$/;"	s
timo	raster/r.sun/main.c	/^double longitude, latitude, lum_time, ltime, tim, timo, declination;$/;"	v
timo	raster/r.sun2/main.c	/^double ltime, tim, timo;$/;"	v
tis	imagery/i.atcorr/main.cpp	/^    TransformInput tis[MAX_TIs];$/;"	m	class:TICache	file:
title	include/gis.h	/^    char *title;		\/* name of data layer                      *\/$/;"	m	struct:Categories
title	include/gis.h	/^    char title[RECORD_LEN];$/;"	m	struct:History
title	include/imagery.h	/^    char *title;$/;"	m	struct:ClassSig
title	include/imagery.h	/^    char *title;$/;"	m	struct:SigSet
title	include/imagery.h	/^    char title[100];$/;"	m	struct:Signature
title	include/imagery.h	/^    char title[75];$/;"	m	struct:Tape_Info
title	raster/r.in.bin/gmt_grd.h	/^    char title[GRD_TITLE_LEN];	\/* name of data set *\/$/;"	m	struct:GRD_HEADER
title	raster/r.kappa/main.c	/^char *title;$/;"	v
title	raster/r.neighbors/ncb.h	/^    char title[1024];$/;"	m	struct:ncb
title	raster/r.out.bin/gmt_grd.h	/^    char title[GRD_TITLE_LEN];	\/* name of data set *\/$/;"	m	struct:GRD_HEADER
title	raster/r.recode/global.h	/^char *name, *mapset, *result, *title;$/;"	v
title	swig/perl/gis.h	/^    char *title;		\/* name of data layer                      *\/$/;"	m	struct:Categories
title	swig/perl/gis.h	/^    char title[RECORD_LEN];$/;"	m	struct:History
title1	raster/r.coin/main.c	/^const char *title1, *title2;$/;"	v
title2	raster/r.coin/main.c	/^const char *title1, *title2;$/;"	v
tkFocusOK	lib/form/html_library.tcl	/^proc tkFocusOK w {$/;"	p
tkFocusOK	lib/form/html_library_grass.tcl	/^proc tkFocusOK w {$/;"	p
tkFocusOK	vector/v.digit/html_library.tcl	/^proc tkFocusOK w {$/;"	p
tkWinChildProc	visualization/nviz/src/togl.c	/^static  LRESULT(CALLBACK *tkWinChildProc) (HWND hwnd, UINT message,$/;"	v	file:
tl	imagery/i.ortho.photo/photo.elev/main.c	/^char *tl;$/;"	v
tl	ps/ps.map/ps_outline.c	/^static void *tl, *tr, *bl, *br;$/;"	v	file:
tl	raster/r.to.vect/areas.c	/^static double tl, tr, bl, br;$/;"	v	file:
tl	raster/r.to.vect/lines.c	/^static int tl, tc, tr, ml, mc, mr, bl, bc, br;$/;"	v	file:
tl_area	raster/r.to.vect/areas.c	/^static int n_areas, area_num, n_equiv, tl_area;$/;"	v	file:
tlen	include/btree.h	/^    int tlen;			\/* allocated tree size *\/$/;"	m	struct:__anon299
tlen	include/gis.h	/^    int tlen;			\/* allocated tree size *\/$/;"	m	struct:Cell_stats
tlen	include/ibtree.h	/^    int tlen;			\/* allocated tree size *\/$/;"	m	struct:__anon273
tlen	raster/r.cross/main.c	/^int tlen;		\/* allocate tree size *\/$/;"	v
tlen	raster/r.describe/tree.c	/^static int tlen;		\/* allocated tree size *\/$/;"	v	file:
tlen	swig/perl/gis.h	/^    int tlen;			\/* allocated tree size *\/$/;"	m	struct:Cell_stats
tm	imagery/i.atcorr/Iwave.cpp	/^void IWave::tm(int iwa)$/;"	f	class:IWave
tm	raster/r.terraflow/stats.h	/^  Rtimer tm;$/;"	m	class:statsRecorder
tmp	lib/g3d/g3dfpxdr.c	/^static double tmpValue, *tmp;$/;"	v	file:
tmpCompress	lib/g3d/header.c	/^void *tmpCompress;$/;"	v
tmpCompressLength	lib/g3d/header.c	/^int tmpCompressLength;$/;"	v
tmpValue	lib/g3d/g3dfpxdr.c	/^static double tmpValue, *tmp;$/;"	v	file:
tmp_att_fp	include/V_.h	/^    FILE *tmp_att_fp;$/;"	m	struct:V_info
tmp_fp	include/V_.h	/^    FILE *tmp_fp;$/;"	m	struct:V_info
tmp_name	raster/r.flow/io.c	/^static char *tmp_name(char *fullname)$/;"	f	file:
tmp_name_att	include/V_.h	/^    char *tmp_name_att;$/;"	m	struct:V_info
tmp_name_dig	include/V_.h	/^    char *tmp_name_dig;		\/* temp not yet implemented *\/$/;"	m	struct:V_info
tmp_picture	lib/ogsf/gsd_img_mpeg.c	/^AVFrame *picture, *tmp_picture;$/;"	v
tmpbuf	display/d.rast.edit/menu.c	/^char tmpbuf[128];$/;"	v
to	gui/wxpython/gui_modules/mapdisp.py	/^            Map = render.Map() # instance of Map class to render GRASS display output to PPM file$/;"	c	function:MapApp.OnInit
to	include/datetime.h	/^    int from, to;$/;"	m	struct:__anon274
to_along	vector/v.distance/main.c	/^    double from_along, to_along;	\/* distance along a linear feature to the nearest point *\/$/;"	m	struct:__anon180	file:
to_angle	vector/v.distance/main.c	/^    double to_angle;		\/* angle of linear feature in nearest point *\/$/;"	m	struct:__anon180	file:
to_cat	vector/v.distance/main.c	/^    int to_cat;			\/* category (to) *\/$/;"	m	struct:__anon180	file:
to_do	raster/r.water.outlet/basin.h	/^GLOBAL NODE *to_do;$/;"	v
to_double	raster/r.mapcalc/expression.c	/^static expression *to_double(expression * e1)$/;"	f	file:
to_file	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int to_file(void)$/;"	f	file:
to_file	imagery/i.ortho.photo/photo.2image/drawcam.c	/^static int to_file(void)$/;"	f	file:
to_file	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int to_file(void)$/;"	f	file:
to_file	imagery/i.points/analyze.c	/^static int to_file(void)$/;"	f	file:
to_file	imagery/i.vpoints/analyze.c	/^static int to_file(void)$/;"	f	file:
to_float	raster/r.mapcalc/expression.c	/^static expression *to_float(expression * e1)$/;"	f	file:
to_int	raster/r.mapcalc/expression.c	/^static expression *to_int(expression * e1)$/;"	f	file:
to_printer	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int to_printer(void)$/;"	f	file:
to_printer	imagery/i.ortho.photo/photo.2image/drawcam.c	/^static int to_printer(void)$/;"	f	file:
to_printer	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int to_printer(void)$/;"	f	file:
to_printer	imagery/i.points/analyze.c	/^static int to_printer(void)$/;"	f	file:
to_printer	imagery/i.vpoints/analyze.c	/^static int to_printer(void)$/;"	f	file:
to_type	vector/v.lrs/v.lrs.create/main.c	/^    int to_type;		\/* type of the end_mp, end_off *\/$/;"	m	struct:__anon165	file:
to_x	vector/v.distance/main.c	/^    double from_x, from_y, from_z, to_x, to_y, to_z;	\/* coordinates of nearest point *\/$/;"	m	struct:__anon180	file:
to_y	vector/v.distance/main.c	/^    double from_x, from_y, from_z, to_x, to_y, to_z;	\/* coordinates of nearest point *\/$/;"	m	struct:__anon180	file:
to_z	vector/v.distance/main.c	/^    double from_x, from_y, from_z, to_x, to_y, to_z;	\/* coordinates of nearest point *\/$/;"	m	struct:__anon180	file:
tobs_peak	raster/r.topmodel/global.h	/^    int tobs_peak, tt_peak;$/;"	m	struct:__anon134
toggle_number	display/d.colors/tbl_toggle.c	/^static int toggle_number;$/;"	v	file:
togl_display	visualization/nviz/src/togl_cb.c	/^Display *togl_display(void)$/;"	f
togl_flythrough_init	visualization/nviz/src/togl_flythrough.c	/^void togl_flythrough_init(struct Togl *togl)$/;"	f
togl_flythrough_init_tcl	visualization/nviz/src/togl_flythrough.c	/^void togl_flythrough_init_tcl(Tcl_Interp * interp, Nv_data * data)$/;"	f
togl_flythrough_timer_cb	visualization/nviz/src/togl_flythrough.c	/^void togl_flythrough_timer_cb(struct Togl *togl)$/;"	f
togl_screen	visualization/nviz/src/togl_cb.c	/^Screen *togl_screen(void)$/;"	f
togl_screen_number	visualization/nviz/src/togl_cb.c	/^int togl_screen_number(void)$/;"	f
token	db/drivers/dbf/globals.h	/^    dbToken token;$/;"	m	struct:__anon16
token	db/drivers/mysql/globals.h	/^    dbToken token;$/;"	m	struct:_cursor
token	db/drivers/odbc/globals.h	/^    dbToken token;$/;"	m	struct:_cursor
token	db/drivers/ogr/globals.h	/^    dbToken token;$/;"	m	struct:__anon17
token	db/drivers/postgres/globals.h	/^    dbToken token;$/;"	m	struct:_cursor
token	db/drivers/sqlite/globals.h	/^    dbToken token;$/;"	m	struct:_cursor
token	include/bitmap.h	/^    struct link_head *token;$/;"	m	struct:BM	typeref:struct:BM::link_head
token	include/dbmi.h	/^    dbToken token;$/;"	m	struct:_db_cursor
token	lib/dspf/viz.h	/^    int token;			\/*type of file *\/$/;"	m	struct:__anon33
token	raster3d/r3.showdspf/vizual2.h	/^    int token;			\/*type of file *\/$/;"	m	struct:__anon114
tolerance	lib/gis/line_dist.c	/^static double tolerance = TOLERANCE;$/;"	v	file:
tolerance	lib/vector/diglib/line_dist.c	/^static double tolerance = TOLERANCE;$/;"	v	file:
tone	raster/r.texture/h_measure.c	/^int tone[PGM_MAXMAXVAL + 1];$/;"	v
tool	vector/v.edit/global.h	/^    struct Option *map, *in, *maxdist, *tool,$/;"	m	struct:GParams	typeref:struct:GParams::
tool_centre	vector/v.digit/centre.c	/^void tool_centre(void)$/;"	f
tool_closure	vector/v.digit/util.c	/^static void *tool_closure;$/;"	v	file:
tool_end	vector/v.digit/util.c	/^static tool_func_end *tool_end;$/;"	v	file:
tool_func_begin	vector/v.digit/proto.h	/^typedef int tool_func_begin(void *closure);$/;"	t
tool_func_end	vector/v.digit/proto.h	/^typedef int tool_func_end(void *closure);$/;"	t
tool_func_update	vector/v.digit/proto.h	/^typedef int tool_func_update(void *closure, int sxn, int syn, int button);$/;"	t
tool_update	vector/v.digit/util.c	/^static tool_func_update *tool_update;$/;"	v	file:
toolbarData	gui/wxpython/gui_modules/histogram.py	/^    def toolbarData(self):$/;"	m	class:HistFrame
top	display/d.profile/profile.h	/^    float bot, top, left, right;$/;"	m	struct:windows
top	imagery/i.ask/popup.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
top	imagery/i.class/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon203::__anon204
top	imagery/i.class/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon203
top	imagery/i.class/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon205
top	imagery/i.class/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon202
top	imagery/i.ortho.photo/photo.2image/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
top	imagery/i.ortho.photo/photo.2image/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
top	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
top	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^    int top, bottom, left, right;$/;"	m	struct:box
top	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int top, bottom, left, right, width, middle, nums;$/;"	v
top	imagery/i.ortho.photo/photo.2image/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon237::__anon238
top	imagery/i.ortho.photo/photo.2image/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon237
top	imagery/i.ortho.photo/photo.2image/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon239
top	imagery/i.ortho.photo/photo.2image/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon236
top	imagery/i.ortho.photo/photo.2target/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
top	imagery/i.ortho.photo/photo.2target/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
top	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
top	imagery/i.ortho.photo/photo.2target/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon226::__anon227
top	imagery/i.ortho.photo/photo.2target/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon226
top	imagery/i.ortho.photo/photo.2target/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon228
top	imagery/i.ortho.photo/photo.2target/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon225
top	imagery/i.ortho.photo/photo.rectify/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon230::__anon231
top	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon230
top	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon232
top	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon229
top	imagery/i.points/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
top	imagery/i.points/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
top	imagery/i.points/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
top	imagery/i.points/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon211::__anon212
top	imagery/i.points/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon211
top	imagery/i.points/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon214
top	imagery/i.points/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon210
top	imagery/i.smap/bouman/region.h	/^	int top;$/;"	m	struct:Region::Free
top	imagery/i.vpoints/analyze.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
top	imagery/i.vpoints/ask.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
top	imagery/i.vpoints/ask_lineclr.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
top	imagery/i.vpoints/ask_mag.c	/^    int top, bottom, left, right;$/;"	m	struct:box	file:
top	imagery/i.vpoints/defs.h	/^	int top, bottom, left, right;$/;"	m	struct:__anon217::__anon218
top	imagery/i.vpoints/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon217
top	imagery/i.vpoints/defs.h	/^    int top, bottom, left, right;$/;"	m	struct:__anon220
top	imagery/i.vpoints/defs.h	/^    int top, left, bottom, right;$/;"	m	struct:__anon216
top	include/G3d.h	/^    double top, bottom;$/;"	m	struct:__anon248
top	include/gis.h	/^    double top;$/;"	m	struct:Cell_head
top	include/gstypes.h	/^    short left, right, bottom, top;	\/* Screen coordinates *\/$/;"	m	struct:__anon261
top	lib/display/draw.c	/^static int left, right, top, bottom;	\/* window edges *\/$/;"	v	file:
top	lib/display/draw2.c	/^    double top;$/;"	m	struct:rectangle	file:
top	lib/dspf/viz.h	/^    float top, bottom;$/;"	m	struct:__anon33
top	lib/gis/plot.c	/^static double left, right, top, bottom;$/;"	v	file:
top	lib/gpde/N_gwflow.h	/^    N_array_2d *top;		\/*!top surface of the quifer  [m] *\/$/;"	m	struct:__anon41
top	lib/gpde/N_solute_transport.h	/^    N_array_2d *top;		\/* top surface of the aquifer *\/$/;"	m	struct:__anon45
top	lib/psdriver/Graph_set.c	/^    double left, right, bot, top;$/;"	m	struct:paper	file:
top	lib/psdriver/Graph_set.c	/^static int left, right, bot, top;$/;"	v	file:
top	ps/ps.map/ps_outline.c	/^static int k, col, row, top, bottom;$/;"	v	file:
top	raster/r.gwflow/main.c	/^    struct Option *output, *phead, *status, *hc_x, *hc_y, *q, *s, *r, *top,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
top	raster/r.to.vect/areas.c	/^static int col, row, top, bottom;$/;"	v	file:
top	raster/r.to.vect/lines.c	/^static void *top, *middle, *bottom;$/;"	v	file:
top	raster3d/r3.out.vtk/globalDefs.h	/^    int top;$/;"	m	struct:__anon124
top	raster3d/r3.out.vtk/parameters.h	/^    struct Option *input, *output, *rgbmaps, *vectormaps, *null_val, *top,$/;"	m	struct:__anon123	typeref:struct:__anon123::
top	raster3d/r3.showdspf/vizual2.h	/^    float top, bottom;$/;"	m	struct:__anon114
top	swig/perl/gis.h	/^    double top;$/;"	m	struct:Cell_head
top	vector/v.net.visibility/data_structures.c	/^struct Point *top()$/;"	f
topMapType	raster3d/r3.out.vtk/globalDefs.h	/^    int topMapType;$/;"	m	struct:__anon124
top_index	raster/r.topmodel/misc.c	/^void top_index(void)$/;"	f
top_marg	ps/ps.map/paper.h	/^    double left_marg, right_marg, top_marg, bot_marg;$/;"	m	struct:__anon24
top_marg	ps/ps.map/ps_info.h	/^    double left_marg, right_marg, top_marg, bot_marg;$/;"	m	struct:PS_data
topidx	raster/r.topmodel/global.h	/^    char *basin, *elev, *belev, *fill, *dir, *topidx;$/;"	m	struct:__anon132
topmodel	raster/r.topmodel/topmodel.c	/^void topmodel(void)$/;"	f
topo	display/d.vect/topo.c	/^int topo(struct Map_info *Map, int type, int do_area, LATTR * lattr)$/;"	f
topo	vector/v.edit/global.h	/^    struct Flag *header, *topo, *close, *reverse, *move_first;$/;"	m	struct:GParams	typeref:struct:GParams::
topology	gui/wxpython/vdigit/driver.h	/^    } topology;$/;"	m	class:DisplayDriver	typeref:struct:DisplayDriver::_topology
toporank	raster/r.terraflow/sweep.h	/^  toporank_type toporank;$/;"	m	class:flowPriority
toporank_type	raster/r.terraflow/types.h	/^typedef int toporank_type; $/;"	t
toporwin	raster/r.terraflow/sweep.h	/^  genericWindow<T> toporwin;   \/* topological_rank window *\/$/;"	m	class:sweepItemBaseType
tot	raster/r.li/r.li.daemon/avl.h	/^    long tot;$/;"	m	struct:AVL_tableRow
tot	raster/r.li/r.li.daemon/avlID.h	/^    long tot;$/;"	m	struct:avlID_tableRow
tot_parts	raster/r.watershed/ram/Gwater.h	/^GLOBAL int bas_thres, tot_parts;$/;"	v
tot_parts	raster/r.watershed/seg/Gwater.h	/^GLOBAL int bas_thres, tot_parts;$/;"	v
total	include/gis.h	/^    unsigned long total;$/;"	m	struct:FP_stats
total	lib/vector/rtree/split_q.h	/^    int total, minfill;$/;"	m	struct:PartitionVars
total	raster/r.le/r.le.pixel/texture.c	/^int total, nullflag;$/;"	v
total	raster/r.quantile/main.c	/^static unsigned long total;$/;"	v	file:
total	raster/r.resamp.rst/main.c	/^int total = 0;$/;"	v
total	raster/r.water.outlet/basin.h	/^GLOBAL int nrows, ncols, done, total;$/;"	v
total	vector/v.surf.rst/main.c	/^int total = 0;$/;"	v
totalContour	raster/r.terraflow/weightWindow.h	/^  float totalContour() const {$/;"	f	class:weightWindow
total_alloc	vector/v.voronoi/sw_memory.c	/^int total_alloc;$/;"	v
total_areas	raster/r.to.vect/global.h	/^Global int total_areas;$/;"	v
total_cells	raster/r.watershed/ram/Gwater.h	/^GLOBAL int first_astar, first_cum, nxt_avail_pt, total_cells, do_points;$/;"	v
total_cells	raster/r.watershed/seg/Gwater.h	/^GLOBAL int first_astar, first_cum, nxt_avail_pt, total_cells, do_points;$/;"	v
total_count	raster/r.stats/stats.c	/^static int node_count = 0, total_count = 0;$/;"	v	file:
total_deleted	include/iostream/embuffer.h	/^  long total_deleted() const {$/;"	f	class:em_buffer
total_nulls	imagery/i.gensigset/subcluster.c	/^static int total_nulls, *n_nulls;$/;"	v	file:
total_patches	raster/r.le/r.le.patch/trace.c	/^int total_patches = 0;$/;"	v
total_patches	raster/r.le/r.le.trace/main.c	/^int total_patches = 0;$/;"	v
totalfonts	general/g.mkfontcap/local_proto.h	/^G_MKFONTCAP_GLOBAL int totalfonts;$/;"	v
totalsearch	vector/v.voronoi/sw_edgelist.c	/^int ntry, totalsearch;$/;"	v
totatWeight	raster/r.terraflow/weightWindow.h	/^  float totatWeight() const {$/;"	f	class:weightWindow
totsegm	vector/v.surf.rst/main.c	/^int KMAX2, KMIN, KMAX, totsegm, deriv, dtens, cv;$/;"	v
totsegm	vector/v.vol.rst/userglobs.h	/^int totsegm;$/;"	v
tpl	imagery/i.atcorr/Altitude.h	/^		float tpl[34];$/;"	m	struct:Altitude::Plane_sim
tqli	imagery/i.gensig/eigen.c	/^int tqli(double d[], double e[], int n, double **z)$/;"	f
tr	ps/ps.map/ps_outline.c	/^static void *tl, *tr, *bl, *br;$/;"	v	file:
tr	raster/r.to.vect/areas.c	/^static double tl, tr, bl, br;$/;"	v	file:
tr	raster/r.to.vect/lines.c	/^static int tl, tc, tr, ml, mc, mr, bl, bc, br;$/;"	v	file:
trace	raster/r.fill.dir/ppupdate.c	/^    int trace;$/;"	m	struct:links	file:
trace	raster/r.le/r.le.patch/patch.h	/^    int perim2, trace, patchmap;$/;"	m	struct:CHOICE
trace	raster/r.le/r.le.patch/trace.c	/^void trace(int nrows, int ncols, DCELL ** buf, DCELL ** null_buf, CELL ** pat,$/;"	f
trace	raster/r.le/r.le.trace/main.c	/^void trace(int nrows, int ncols, DCELL ** buf, DCELL ** null_buf, CELL ** pat)$/;"	f
trace	raster/r.le/r.le.trace/r.le.trace.h	/^    int patchmap, trace, perim2;$/;"	m	struct:CHOICE
tracefd	ps/ps.map/main.c	/^FILE *tracefd;$/;"	v
trailer	raster/r.report/header.c	/^int trailer(void)$/;"	f
train_cell	imagery/i.gensig/files.h	/^    CELL *train_cell;$/;"	m	struct:files
train_cell	imagery/i.gensigset/files.h	/^    CELL *train_cell;$/;"	m	struct:files
train_fd	imagery/i.gensig/files.h	/^    int train_fd;$/;"	m	struct:files
train_fd	imagery/i.gensigset/files.h	/^    int train_fd;$/;"	m	struct:files
training_cats	imagery/i.gensig/files.h	/^    CELL *training_cats;$/;"	m	struct:files
training_cats	imagery/i.gensigset/files.h	/^    CELL *training_cats;$/;"	m	struct:files
training_labels	imagery/i.gensig/files.h	/^    struct Categories training_labels;$/;"	m	struct:files	typeref:struct:files::Categories
training_labels	imagery/i.gensigset/files.h	/^    struct Categories training_labels;$/;"	m	struct:files	typeref:struct:files::Categories
training_map	imagery/i.gensig/parms.h	/^    char *training_map;$/;"	m	struct:parms
training_map	imagery/i.gensigset/parms.h	/^    char *training_map;$/;"	m	struct:parms
tranin	raster/simwe/simlib/waterglobs.h	/^	*density, *diffc, *hmax, *halpha, *hbeta, *wdepth, *detin, *tranin,$/;"	m	struct:__anon137	typeref:struct:__anon137::
tranin	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *tranin;$/;"	v
trans	display/drivers/XDRIVER/Raster.c	/^static int *trans;$/;"	v	file:
trans	lib/gis/icon.c	/^static void trans(double *x, double *y, int n_points,$/;"	f	file:
trans	lib/pngdriver/Raster.c	/^static int *trans;$/;"	v	file:
trans	lib/raster/com_io.c	/^const struct transport *trans;$/;"	v	typeref:struct:transport
trans2d	vector/v.to.3d/trans2.c	/^int trans2d(struct Map_info *In, struct Map_info *Out, int type,$/;"	f
trans3d	vector/v.to.3d/trans3.c	/^int trans3d(struct Map_info *In, struct Map_info *Out, int type,$/;"	f
transX	raster/r.out.vrml/main.c	/^static double transX, transY, transZ;$/;"	v	file:
transY	raster/r.out.vrml/main.c	/^static double transX, transY, transZ;$/;"	v	file:
transZ	raster/r.out.vrml/main.c	/^static double transX, transY, transZ;$/;"	v	file:
trans_LIBS	swig/python/Makefile	/^trans_LIBS      = $(TRANSLIB)$/;"	m
trans_mat	lib/ogsf/trans.c	/^static float trans_mat[4][4] = {$/;"	v	file:
trans_order	imagery/i.vpoints/analyze.c	/^static int trans_order = 1;$/;"	v	file:
trans_param	include/dlg.h	/^    int trans_param;$/;"	m	struct:dlg_head
transfer_to_cell_XX	lib/gis/get_row.c	/^static void transfer_to_cell_XX(int fd, void *cell)$/;"	f	file:
transfer_to_cell_df	lib/gis/get_row.c	/^static void transfer_to_cell_df(int fd, void *cell)$/;"	f	file:
transfer_to_cell_di	lib/gis/get_row.c	/^static void transfer_to_cell_di(int fd, void *cell)$/;"	f	file:
transfer_to_cell_fd	lib/gis/get_row.c	/^static void transfer_to_cell_fd(int fd, void *cell)$/;"	f	file:
transfer_to_cell_fi	lib/gis/get_row.c	/^static void transfer_to_cell_fi(int fd, void *cell)$/;"	f	file:
transfer_to_cell_id	lib/gis/get_row.c	/^static void transfer_to_cell_id(int fd, void *cell)$/;"	f	file:
transfer_to_cell_if	lib/gis/get_row.c	/^static void transfer_to_cell_if(int fd, void *cell)$/;"	f	file:
transform	imagery/i.atcorr/Transform.cpp	/^float transform(const TransformInput ti, InputMask imask, float idn)$/;"	f
transform	imagery/i.cca/transform.c	/^transform(int datafds[MX], int outfds[MX], int rows, int cols,$/;"	f
transform	include/gstypes.h	/^} transform;$/;"	t	typeref:struct:__anon253
transform_a_into_b	lib/vector/transform/transform.c	/^int transform_a_into_b(double ax, double ay, double *bx, double *by)$/;"	f
transform_b_into_a	lib/vector/transform/transform.c	/^int transform_b_into_a(double bx, double by, double *ax, double *ay)$/;"	f
transform_digit_file	vector/v.transform/trans_digit.c	/^transform_digit_file(struct Map_info *Old, struct Map_info *New,$/;"	f
transform_string	display/d.text.freetype/main.c	/^static char *transform_string(char *str, int (*func) (int))$/;"	f	file:
translate	general/g.parser/main.c	/^char *translate(const char *arg)$/;"	f
translate_from_cats	raster/r.mapcalc/map.c	/^static void translate_from_cats(map * m, CELL * cell, DCELL * xcell,$/;"	f	file:
translate_from_cats	raster/r.mapcalc/map3.c	/^static void translate_from_cats(map * m, CELL * cell, DCELL * xcell,$/;"	f	file:
translate_from_colors	raster/r.mapcalc/map.c	/^static void translate_from_colors(map * m, DCELL * rast, CELL * cell,$/;"	f	file:
translate_from_colors	raster/r.mapcalc/map3.c	/^static void translate_from_colors(map * m, DCELL * rast, CELL * cell,$/;"	f	file:
translate_oct	vector/v.vol.rst/user2.c	/^translate_oct(struct octtree *tree, double numberx, double numbery,$/;"	f
translate_or_add_color	lib/display/tran_colr.c	/^static int translate_or_add_color(const char *str)$/;"	f	file:
translate_output	general/g.parser/main.c	/^int translate_output = 0;$/;"	v
translate_quad	lib/rst/interp_float/input2d.c	/^int translate_quad(struct multtree *tree,$/;"	f
transp	include/gstypes.h	/^    int mode, transp;$/;"	m	struct:__anon259
transp_const	visualization/nviz2/cmd/local_proto.h	/^      *mask_map, *transp_map, *transp_const, *shine_map, *shine_const,$/;"	m	struct:GParams	typeref:struct:GParams::
transp_map	visualization/nviz2/cmd/local_proto.h	/^      *mask_map, *transp_map, *transp_const, *shine_map, *shine_const,$/;"	m	struct:GParams	typeref:struct:GParams::
transpoint_is_masked	lib/ogsf/gsd_surf.c	/^static int transpoint_is_masked(geosurf * surf, Point3 point)$/;"	f	file:
transport	lib/raster/transport.h	/^struct transport$/;"	s
transpose	imagery/i.ortho.photo/libes/m_transpose.c	/^int transpose(MATRIX * a, MATRIX * b)$/;"	f
transpose	lib/gmath/jacobi.c	/^int transpose(double eigmat[MX][MX], long bands)$/;"	f
transpose2	lib/gmath/eigen.c	/^int transpose2(double **eigmat, long bands)$/;"	f
trap	raster/simwe/simlib/waterglobs.h	/^GLOBAL float **dc, **tau, **er, **ct, **trap;$/;"	v
traps	raster/simwe/simlib/waterglobs.h	/^    struct Option *elevin, *dxin, *dyin, *rain, *infil, *traps, *manin,$/;"	m	struct:__anon137	typeref:struct:__anon137::
traps	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *traps;$/;"	v
trav_refresh	lib/vector/dglib/avl.c	/^static void trav_refresh(struct avl_traverser *trav)$/;"	f	file:
traverse_line_flat	raster/r.carve/enforce_ds.c	/^static void traverse_line_flat(Point2 * pgpts, const int pt, const int npts)$/;"	f	file:
traverse_line_noflat	raster/r.carve/enforce_ds.c	/^static void traverse_line_noflat(Point2 * pgpts, const double depth,$/;"	f	file:
tray	imagery/i.atcorr/Interp.h	/^	float tray; $/;"	m	struct:InterpStruct
trayl	imagery/i.atcorr/common.h	/^	float trayl[10];$/;"	m	struct:Sixs_disc
trayp	imagery/i.atcorr/Interp.h	/^	float trayp; $/;"	m	struct:InterpStruct
traypl	imagery/i.atcorr/common.h	/^    float traypl[10];$/;"	m	struct:Sixs_disc
tred2	imagery/i.gensig/eigen.c	/^int tred2(double **a, int n, double d[], double e[])$/;"	f
tree	raster/r.cross/main.c	/^NODE *tree;		\/* tree of values *\/$/;"	v
tree	raster/r.describe/tree.c	/^static NODE *tree = 0;		\/* tree of values *\/$/;"	v	file:
tree_info	lib/rst/qtree/qtree.h	/^struct tree_info$/;"	s
tree_search_range	raster3d/r3.stats/main.c	/^void tree_search_range(stat_table * stats, int left, int right, double value)$/;"	f
treefile	vector/v.surf.rst/main.c	/^char *treefile = NULL;$/;"	v
triangulate	raster/r.surf.idw/main.c	/^double triangulate(MELEMENT * Mptr, SHORT row, SHORT col)$/;"	f
triangulate	vector/v.voronoi/sw_defs.h	/^int triangulate, sorted, plot, debug, mode3d;$/;"	v
trickleDown	include/iostream/minmaxheap.h	/^void BasicMinMaxHeap<T>::trickleDown(HeapIndex i) {$/;"	f	class:BasicMinMaxHeap
trickleDownMax	include/iostream/minmaxheap.h	/^void BasicMinMaxHeap<T>::trickleDownMax(HeapIndex i) {$/;"	f	class:BasicMinMaxHeap
trickleDownMin	include/iostream/minmaxheap.h	/^void BasicMinMaxHeap<T>::trickleDownMin(HeapIndex i) {$/;"	f	class:BasicMinMaxHeap
trigdata	raster/r.sunmask/solpos00.c	/^struct trigdata			\/* used to pass calculated values locally *\/$/;"	s	file:
trim_bytes	lib/gis/put_row.c	/^static void trim_bytes(unsigned char *wk, int n, int slen, int trim)$/;"	f	file:
triple	lib/rst/data/dataquad.h	/^struct triple$/;"	s
triple	raster/r.mapcalc/expression.c	/^expr_list *triple(expression * e1, expression * e2, expression * e3)$/;"	f
tropic	imagery/i.atcorr/AtmosModel.cpp	/^void AtmosModel::tropic()$/;"	f	class:AtmosModel
true	raster/r.thin/thin_lines.c	25;"	d	file:
true_color	lib/pngdriver/Graph_set.c	/^int true_color;$/;"	v
true_color	lib/psdriver/Graph_set.c	/^int true_color;$/;"	v
truecolor	display/drivers/XDRIVER/Graph_set.c	/^int truecolor;$/;"	v
trunca	imagery/i.atcorr/computations.cpp	/^float trunca()$/;"	f
truncate_only	include/gis.h	/^    int truncate_only;$/;"	m	struct:Quant
truncate_only	swig/perl/gis.h	/^    int truncate_only;$/;"	m	struct:Quant
try_get_colors	display/drivers/XDRIVER/Color_table.c	/^static int try_get_colors(Colormap cmap, int nr, int ng, int nb)$/;"	f	file:
try_get_colors	visualization/xganim/Clr_table.c	/^static int try_get_colors(Colormap cmap, int nr, int ng, int nb)$/;"	f	file:
try_get_colors	visualization/ximgview/color.c	/^static int try_get_colors(Colormap cmap, int nr, int ng, int nb)$/;"	f	file:
try_get_grays	display/drivers/XDRIVER/Color_table.c	/^static int try_get_grays(Colormap cmap, int ny)$/;"	f	file:
try_get_grays	visualization/xganim/Clr_table.c	/^static int try_get_grays(Colormap cmap, int ny)$/;"	f	file:
try_get_grays	visualization/ximgview/color.c	/^static int try_get_grays(Colormap cmap, int ny)$/;"	f	file:
try_load_library	lib/gis/gdal.c	/^static void try_load_library(const char *name)$/;"	f	file:
try_remove	lib/python/core.py	/^def try_remove(path):$/;"	f
try_rmdir	lib/python/core.py	/^def try_rmdir(path):$/;"	f
ts	lib/db/dbmi_base/datetime.c	/^static char ts = ':';$/;"	v	file:
ts	lib/rst/interp_float/interpf.h	/^    struct TimeStamp *ts;	\/* timestamp for raster files *\/$/;"	m	struct:interp_params	typeref:struct:interp_params::TimeStamp
ts	raster/simwe/simlib/waterglobs.h	/^GLOBAL int ts, timesec;$/;"	v
tsEdge	vector/v.hull/chull.c	/^typedef struct tEdgeStructure tsEdge;$/;"	t	typeref:struct:tEdgeStructure	file:
tsFace	vector/v.hull/chull.c	/^typedef struct tFaceStructure tsFace;$/;"	t	typeref:struct:tFaceStructure	file:
tsVertex	vector/v.hull/chull.c	/^typedef struct tVertexStructure tsVertex;$/;"	t	typeref:struct:tVertexStructure	file:
tsca	imagery/i.atcorr/Interp.h	/^	float tsca;$/;"	m	struct:InterpStruct
tserie	raster/simwe/simlib/waterglobs.h	/^    struct Flag *mscale, *tserie;$/;"	m	struct:__anon138	typeref:struct:__anon138::
tserie	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *tserie;$/;"	v
tsize	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int tsize;$/;"	v
tst	lib/gis/popen.c	14;"	d	file:
tst	raster/r.sunmask/solpos00.c	/^static void tst(struct posdata *pdat)$/;"	f	file:
tst	raster/r.sunmask/solpos00.h	/^    float tst;			\/* T:  S_TST      True solar time, minutes from midnight *\/$/;"	m	struct:posdata
tstfix	raster/r.sunmask/solpos00.h	/^    float tstfix;		\/* T:  S_TST      True solar time - local standard time *\/$/;"	m	struct:posdata
tt	raster/r.horizon/main.c	/^char *tt, *lt;$/;"	v
tt	raster/r.sun/main.c	/^char *tt, *lt;$/;"	v
tt	raster/r.sun2/main.c	/^char *tt, *lt;$/;"	v
tt_peak	raster/r.topmodel/global.h	/^    int tobs_peak, tt_peak;$/;"	m	struct:__anon134
ttdica	imagery/i.atcorr/Abstra.h	/^	float ttdica; \/* total(on the two paths ) absorption carbon diox ttdica *\/$/;"	m	struct:AbstraStruct
ttmeth	imagery/i.atcorr/Abstra.h	/^	float ttmeth; \/* total    absorption methane     ttmeth *\/$/;"	m	struct:AbstraStruct
ttmoca	imagery/i.atcorr/Abstra.h	/^	float ttmoca; \/* total    absorption carbon mono ttmoca *\/$/;"	m	struct:AbstraStruct
ttniox	imagery/i.atcorr/Abstra.h	/^	float ttniox; \/* total    absorption nitrous oxi ttniox *\/$/;"	m	struct:AbstraStruct
ttoxyg	imagery/i.atcorr/Abstra.h	/^	float ttoxyg; \/* total(on the two paths ) absorption oxygen      ttoxyg *\/$/;"	m	struct:AbstraStruct
ttozon	imagery/i.atcorr/Abstra.h	/^	float ttozon; \/* total(on the two paths ) absorption ozone       ttozon *\/$/;"	m	struct:AbstraStruct
ttwava	imagery/i.atcorr/Abstra.h	/^	float ttwava; \/* total(on the two paths ) absorption water vapor ttwava *\/$/;"	m	struct:AbstraStruct
tty	db/drivers/postgres/globals.h	/^    char *host, *port, *options, *tty, *dbname, *user, *password, *schema;$/;"	m	struct:__anon19
tty	include/monitors.h	/^    char *tty;			\/* where monitor must be run from *\/$/;"	m	struct:MON_CAP
tty	raster/r.what/main.c	/^static int tty = 0;$/;"	v	file:
tv1	include/iostream/rtimer.h	/^  struct timeval tv1, tv2;$/;"	m	struct:__anon270	typeref:struct:__anon270::timeval
tv1	include/iostream/rtimer.h	/^  time_t tv1, tv2;$/;"	m	struct:__anon269
tv2	include/iostream/rtimer.h	/^  struct timeval tv1, tv2;$/;"	m	struct:__anon270	typeref:struct:__anon270::
tv2	include/iostream/rtimer.h	/^  time_t tv1, tv2;$/;"	m	struct:__anon269
tvalue	lib/dspf/viz.h	/^    float tvalue[MAXTHRESH];	\/* array of threshold values *\/$/;"	m	struct:__anon32
tvalue	raster3d/r3.showdspf/vizual2.h	/^    float tvalue[MAXTHRESH];	\/* array of threshold values *\/$/;"	m	struct:__anon113
twist	include/gis.h	/^    float twist;		\/* right_hand rotation about from_to *\/$/;"	m	struct:G_3dview
twist	include/gstypes.h	/^    int twist, fov, incl, look;	\/* 10ths of degrees *\/$/;"	m	struct:__anon260
twist	raster/r.le/r.le.patch/patch.h	/^    int twist;$/;"	m	struct:patch
twist	raster/r.le/r.le.trace/r.le.trace.h	/^    int twist;$/;"	m	struct:patch
twist	swig/perl/gis.h	/^    float twist;		\/* right_hand rotation about from_to *\/$/;"	m	struct:G_3dview
twist	visualization/nviz/src/togl_flythrough.c	/^    int twist;$/;"	m	struct:flyData	file:
twist	visualization/nviz2/cmd/local_proto.h	/^      *pos, *height, *persp, *twist,$/;"	m	struct:GParams	typeref:struct:GParams::
twopi	raster/r.horizon/main.c	/^const double twopi = 2. * M_PI;$/;"	v
twoto8	visualization/nviz/src/togl.c	/^static unsigned char twoto8[4] = {$/;"	v	file:
typ	raster/r.sun/main.c	/^int shd, typ, n, m, ip, jp;$/;"	v
typbuff	include/gstypes.h	/^} typbuff;$/;"	t	typeref:struct:__anon251
type	db/drivers/dbf/globals.h	/^    int type;			\/* type of cursor: SELECT, UPDATE, INSERT *\/$/;"	m	struct:__anon16
type	db/drivers/dbf/globals.h	/^    int type;$/;"	m	struct:__anon11
type	db/drivers/mysql/globals.h	/^    int type;			\/* type of cursor: SELECT, UPDATE, INSERT *\/$/;"	m	struct:_cursor
type	db/drivers/odbc/globals.h	/^    int type;			\/* type of cursor: SELECT, UPDATE, INSERT *\/$/;"	m	struct:_cursor
type	db/drivers/ogr/globals.h	/^    int type;			\/* type of cursor: SELECT, UPDATE, INSERT *\/$/;"	m	struct:__anon17
type	db/drivers/postgres/globals.h	/^    int type;			\/* type of cursor: SELECT, UPDATE, INSERT *\/$/;"	m	struct:_cursor
type	db/drivers/sqlite/globals.h	/^    int type;			\/* type of cursor: SELECT, UPDATE, INSERT *\/$/;"	m	struct:_cursor
type	display/d.histogram/options.h	/^GLOBAL int type;$/;"	v
type	display/d.profile/profile.h	/^    RASTER_MAP_TYPE type;$/;"	m	struct:_raster_map_ptr
type	display/d.profile/profile.h	/^    RASTER_MAP_TYPE type;$/;"	m	struct:_ucat
type	display/d.rgb/main.c	/^    int type;$/;"	m	struct:band	file:
type	display/d.title/options.h	/^GLOBAL int type;$/;"	v
type	general/g.setproj/local_proto.h	/^    const char *type;$/;"	m	struct:proj_desc
type	gui/wxpython/vdigit/digit.h	/^	action_type type;$/;"	m	struct:Digit::action_meta
type	imagery/i.class/defs.h	/^    int type;			\/* object type *\/$/;"	m	struct:__anon205
type	imagery/i.ortho.photo/photo.2image/defs.h	/^    int type;			\/* object type *\/$/;"	m	struct:__anon239
type	imagery/i.ortho.photo/photo.2target/defs.h	/^    int type;			\/* object type *\/$/;"	m	struct:__anon228
type	imagery/i.ortho.photo/photo.rectify/defs.h	/^    int type;			\/* object type *\/$/;"	m	struct:__anon232
type	imagery/i.points/defs.h	/^    int type;			\/* object type *\/$/;"	m	struct:__anon214
type	imagery/i.vpoints/defs.h	/^    int type;			\/* object type *\/$/;"	m	struct:__anon220
type	include/G3d.h	/^    int type;			\/* DCELL_TYPE or FCELL_TYPE *\/$/;"	m	struct:G3D_Map
type	include/dbmi.h	/^    int type;$/;"	m	struct:_db_cursor
type	include/dig_atts.h	/^    char type;$/;"	m	struct:attribute
type	include/freetypecap.h	/^    int type;	    \/**< Type of this font face (currently stroke or freetype) *\/$/;"	m	struct:GFONT_CAP
type	include/gis.h	/^    int type;			\/* Option type                      *\/$/;"	m	struct:Option
type	include/gis.h	/^    int type;			\/* type of reclass                      *\/$/;"	m	struct:Reclass
type	include/gstypes.h	/^    int type;$/;"	m	struct:g_line
type	include/imagery.h	/^    int type;$/;"	m	struct:ClassSig
type	include/la.h	/^    mat_spec type;		\/* matrix, row vector or column vector? *\/$/;"	m	struct:matrix_
type	include/shhopt.h	/^	optArgType type;	\/* option type. *\/$/;"	m	struct:__anon246
type	include/sqlp.h	/^    int type;			\/* SQLP_S, SQLP_I, SQLP_D, SQLP_NULL, SQL_EXPR *\/$/;"	m	struct:__anon296
type	include/symbol.h	/^    int type;			\/* S_LINE or S_ARC *\/$/;"	m	struct:__anon282
type	include/symbol.h	/^    int type;			\/* S_STRING or S_POLYGON *\/$/;"	m	struct:__anon287
type	include/vect/dig_structs.h	/^    int type;$/;"	m	struct:P_line
type	include/vect/dig_structs.h	/^    int type[7][2];		\/* number of elements for each type (point, line, boundary, centroid, area, face, kernel) *\/$/;"	m	struct:Cat_index
type	lib/dspf/viz.h	/^    int type;			\/*1 = short int, 2 = integer, 3 = float *\/$/;"	m	struct:__anon33
type	lib/g3d/g3dfpxdr.c	/^static int dstType, srcType, type, externLength, eltLength, isFloat, useXdr;$/;"	v	file:
type	lib/g3d/g3dparam.c	/^    struct Option *type;$/;"	m	struct:__anon28	typeref:struct:__anon28::Option	file:
type	lib/gis/G.h	/^    GDALDataType type;$/;"	m	struct:GDAL_link
type	lib/gpde/N_pde.h	/^    int type;			\/* which raster type CELL_TYPE, FCELL_TYPE, DCELL_TYPE *\/$/;"	m	struct:__anon49
type	lib/gpde/N_pde.h	/^    int type;			\/* which raster type FCELL_TYPE, DCELL_TYPE *\/$/;"	m	struct:__anon50
type	lib/gpde/N_pde.h	/^    int type;			\/*the type of the les, normal == 0, sparse == 1 *\/$/;"	m	struct:__anon47
type	lib/gpde/N_pde.h	/^    int type;$/;"	m	struct:__anon51
type	ps/ps.map/decorate.h	/^    char type[50];$/;"	m	struct:scalebar
type	ps/ps.map/vector.h	/^    int type;			\/* layer type: VPOINTS, VLINES, VAREAS *\/$/;"	m	struct:__anon22
type	raster/r.composite/main.c	/^    int type;$/;"	m	struct:band	file:
type	raster/r.gwflow/main.c	/^	*bottom, *vector, *type, *dt, *maxit, *error, *solver, *sor,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
type	raster/r.li/r.li.daemon/ipc.h	/^    int type;$/;"	m	struct:msg
type	raster/r.mapcalc/expression.h	/^    int type;$/;"	m	struct:expression
type	raster/r.mfilter.fp/filter.h	/^    int type;			\/* sequential or parallel *\/$/;"	m	struct:__anon148
type	raster/r.mfilter/filter.h	/^    int type;			\/* sequential or parallel *\/$/;"	m	struct:__anon147
type	raster/r.out.ppm3/main.c	/^    int type;$/;"	m	struct:band	file:
type	raster/r.random/local_proto.h	/^    RASTER_MAP_TYPE type;$/;"	m	struct:RASTER_MAP_PTR
type	raster/r.report/global.h	/^    int type;$/;"	m	struct:_units_
type	raster3d/r3.showdspf/vizual2.h	/^    int type;			\/*1 = short int, 2 = integer, 3 = float *\/$/;"	m	struct:__anon114
type	swig/perl/gis.h	/^    int type;			\/* Option type                      *\/$/;"	m	struct:Option
type	swig/perl/gis.h	/^    int type;			\/* type of reclass                      *\/$/;"	m	struct:Reclass
type	vector/lidar/v.surf.bspline/bspline.h	/^	*dbdatabase, *passoE, *passoN, *lambda_f, *type;$/;"	m	struct:Param	typeref:struct:Param::
type	vector/v.convert/conv.h	/^    int type;			\/* type (new vector5) *\/$/;"	m	struct:Categ
type	vector/v.convert/conv.h	/^    int type;$/;"	m	struct:Line
type	vector/v.digit/global.h	/^    int type;$/;"	m	struct:__anon197
type	vector/v.digit/line.c	/^    int type;$/;"	m	struct:new_line	file:
type	vector/v.edit/global.h	/^	*poly, *type, *id, *where, *bmaps, *snap, *query, *zbulk;$/;"	m	struct:GParams	typeref:struct:GParams::
type	vector/v.label.sa/labels.h	/^    int type;			    \/**< The feature type (point, line, area) *\/$/;"	m	struct:_label
type	vector/v.label.sa/labels.h	/^    struct Option *type;$/;"	m	struct:params	typeref:struct:params::Option
type	vector/v.mapcalc/any.h	/^    STYP type;$/;"	m	struct:Any
type	vector/v.mapcalc/mapcalc.h	/^    STYP type;			\/* type as seen by the parser *\/$/;"	m	struct:Symbol
type	vector/v.to.3d/local_proto.h	/^  struct Option *type;$/;"	m	struct:opts	typeref:struct:opts::Option
typeIntern	include/G3d.h	/^    int typeIntern;		\/* DCELL_TYPE or FCELL_TYPE *\/$/;"	m	struct:G3D_Map
type_conv	lib/vector/diglib/port_test.c	/^union type_conv$/;"	u	file:
type_mask	vector/v.generalize/misc.c	/^int type_mask(struct Option *type_opt)$/;"	f
type_size	lib/gis/alloc_cell.c	/^static int type_size[3] = { sizeof(CELL), sizeof(FCELL), sizeof(DCELL) };$/;"	v	file:
typeinfo	vector/v.out.vtk/writeVTK.h	/^    VTKTypeInfo **typeinfo;	\/*The info struct for every vector type *\/$/;"	m	struct:__anon170
tz	include/datetime.h	/^    int tz;			\/* timezone - minutes from UTC *\/$/;"	m	struct:__anon274
tz_dsttime	visualization/nviz/src/tkWinPort.h	/^    int tz_dsttime;$/;"	m	struct:timezone
tz_minuteswest	visualization/nviz/src/tkWinPort.h	/^    int tz_minuteswest;$/;"	m	struct:timezone
u	lib/vector/diglib/port_test.c	/^static union type_conv u;$/;"	v	typeref:union:type_conv	file:
u	raster/r.in.poly/raster.c	/^    unsigned char **u;$/;"	m	union:__anon160	file:
u_char	raster/r.out.bin/tif_swab.c	/^typedef unsigned char u_char;$/;"	t	file:
u_char	raster/r.out.tiff/r.out.tiff.c	/^typedef unsigned char u_char;$/;"	t	file:
u_d	lib/vector/diglib/port_init.c	/^static double u_d = TEST_PATTERN;$/;"	v	file:
u_f	lib/vector/diglib/port_init.c	/^static float u_f = TEST_PATTERN;$/;"	v	file:
u_i	lib/vector/diglib/port_init.c	/^static int u_i = INT_TEST;$/;"	v	file:
u_l	lib/vector/diglib/port_init.c	/^static long u_l = LONG_TEST;$/;"	v	file:
u_long	raster/r.out.bin/tif_swab.c	/^typedef unsigned long u_long;$/;"	t	file:
u_long	raster/r.out.tiff/r.out.tiff.c	/^typedef unsigned long u_long;$/;"	t	file:
u_s	lib/vector/diglib/port_init.c	/^static short u_s = SHORT_TEST;$/;"	v	file:
u_short	raster/r.out.tiff/r.out.tiff.c	/^typedef unsigned short u_short;$/;"	t	file:
ucat_max	display/d.profile/ExtractProf.c	/^void ucat_max(UCAT * to, UCAT * from)$/;"	f
ucat_min	display/d.profile/ExtractProf.c	/^void ucat_min(UCAT * to, UCAT * from)$/;"	f
uchar	lib/external/shapelib/shpopen.c	/^typedef unsigned char uchar;$/;"	t	file:
uchar_dot	raster/r.in.poly/raster.c	/^static int uchar_dot(int x, int y)$/;"	f	file:
udifta	imagery/i.atcorr/computations.cpp	/^    float udirta, udifta;$/;"	m	struct:OpticalAtmosProperties	file:
udiftr	imagery/i.atcorr/computations.cpp	/^    float udirtr, udiftr;$/;"	m	struct:OpticalAtmosProperties	file:
udiftt	imagery/i.atcorr/computations.cpp	/^    float udirtt, udiftt;$/;"	m	struct:OpticalAtmosProperties	file:
udirta	imagery/i.atcorr/computations.cpp	/^    float udirta, udifta;$/;"	m	struct:OpticalAtmosProperties	file:
udirtr	imagery/i.atcorr/computations.cpp	/^    float udirtr, udiftr;$/;"	m	struct:OpticalAtmosProperties	file:
udirtt	imagery/i.atcorr/computations.cpp	/^    float udirtt, udiftt;$/;"	m	struct:OpticalAtmosProperties	file:
uint16	raster/r.in.bin/main.c	/^typedef unsigned short uint16;$/;"	t	file:
uint16	raster/r.out.bin/swab.h	/^typedef unsigned short uint16;	\/* sizeof (uint16) must == 2 *\/$/;"	t
uint32	raster/r.in.bin/main.c	/^typedef unsigned int uint32;$/;"	t	file:
uint32	raster/r.out.bin/swab.h	/^typedef unsigned int uint32;	\/* sizeof (uint32) must == 4 *\/$/;"	t
uint32	raster/r.out.bin/swab.h	/^typedef unsigned long uint32;	\/* sizeof (uint32) must == 4 *\/$/;"	t
uint8	raster/r.out.bin/swab.h	/^typedef unsigned char uint8;$/;"	t
uinteger	include/la.h	/^typedef unsigned int uinteger;$/;"	t
ul	lib/vector/dglib/heap.h	/^    unsigned long ul;$/;"	m	union:_dglHeapData
ulec	raster/simwe/simlib/random.c	/^double ulec(void)$/;"	f
ulongint	include/la.h	/^typedef unsigned long ulongint;$/;"	t
umalloc	lib/gis/color_insrt.c	7;"	d	file:
un	lib/vector/dglib/heap.h	/^    unsigned int un;$/;"	m	union:_dglHeapData
undef_blu	include/gis.h	/^    unsigned char undef_blu;$/;"	m	struct:Colors
undef_blu	swig/perl/gis.h	/^    unsigned char undef_blu;$/;"	m	struct:Colors
undef_grn	include/gis.h	/^    unsigned char undef_grn;$/;"	m	struct:Colors
undef_grn	swig/perl/gis.h	/^    unsigned char undef_grn;$/;"	m	struct:Colors
undef_red	include/gis.h	/^    unsigned char undef_red;$/;"	m	struct:Colors
undef_red	swig/perl/gis.h	/^    unsigned char undef_red;$/;"	m	struct:Colors
undef_set	include/gis.h	/^    int undef_set;		\/* the colors for cells not in range are set? *\/$/;"	m	struct:Colors
undef_set	swig/perl/gis.h	/^    int undef_set;		\/* the colors for cells not in range are set? *\/$/;"	m	struct:Colors
underline	visualization/nviz/src/tkFont.h	/^    int underline;		\/* Non-zero for underline font. *\/$/;"	m	struct:TkFontAttributes
underlineHeight	visualization/nviz/src/tkFont.h	/^    int underlineHeight;	\/* Height of underline bar (used for drawing$/;"	m	struct:TkFont
underlinePos	visualization/nviz/src/tkFont.h	/^    int underlinePos;		\/* Offset from baseline to origin of$/;"	m	struct:TkFont
undo_signals	lib/gis/spawn.c	/^static int undo_signals(struct signal *signals, int num_signals, int which)$/;"	f	file:
unicodeValue	gui/wxpython/gui_modules/dbm.py	/^def unicodeValue(value):$/;"	f
uninstall	gem/actions.c	/^void uninstall(char *package, char *pkg_short_name, char *gisbase,$/;"	f
unionFind	raster/r.terraflow/unionFind.h	/^class unionFind { $/;"	c
unionFind	raster/r.terraflow/unionFind.h	/^unionFind<T>::unionFind() {$/;"	f	class:unionFind
unique	include/dbmi.h	/^    char unique;$/;"	m	struct:_db_index
unique	visualization/nviz/scripts/unique.tcl	/^proc unique {name} {$/;"	p
unique_name	include/gstypes.h	/^    char *unique_name;$/;"	m	struct:__anon254
unit	display/d.histogram/dhist.h	/^    long int unit;		\/* tic-mark interval *\/$/;"	m	struct:units
unit	display/d.linegraph/linegraph.h	/^    int unit;			\/* tic-mark interval *\/$/;"	m	struct:units
unit	general/g.setproj/local_proto.h	/^    const char *unit;$/;"	m	struct:proj_unit
unit	include/G3d.h	/^    char *unit;$/;"	m	struct:G3D_Map
unit	lib/gpde/test/test_main.c	/^    struct Option *unit, *integration;$/;"	m	struct:__anon39	typeref:struct:__anon39::Option	file:
unit	raster/r.report/main.c	/^UNITS unit[MAX_UNITS];$/;"	v
unit_driver	raster/r.le/r.le.patch/driver.c	/^void unit_driver()$/;"	f
unit_driver	raster/r.le/r.le.pixel/driver.c	/^void unit_driver()$/;"	f
unit_size	include/linkm.h	/^    int unit_size;		\/* size of each user defined unit *\/$/;"	m	struct:link_head
unit_test_arrays	lib/gpde/test/test_arrays.c	/^int unit_test_arrays(void)$/;"	f
unit_test_assemble	lib/gpde/test/test_assemble.c	/^int unit_test_assemble(void)$/;"	f
unit_test_geom_data	lib/gpde/test/test_geom.c	/^int unit_test_geom_data(void)$/;"	f
unit_test_gradient	lib/gpde/test/test_gradient.c	/^int unit_test_gradient(void)$/;"	f
unit_test_les_creation	lib/gpde/test/test_les.c	/^int unit_test_les_creation(void)$/;"	f
unit_test_solvers	lib/gpde/test/test_solvers.c	/^int unit_test_solvers(void)$/;"	f
unit_test_tools	lib/gpde/test/test_tools.c	/^int unit_test_tools(void)$/;"	f
units	display/d.histogram/dhist.h	/^struct units$/;"	s
units	display/d.linegraph/linegraph.h	/^struct units$/;"	s
units	general/g.setproj/local_proto.h	/^    const char *units;$/;"	m	struct:proj_unit
units	imagery/i.ortho.photo/photo.elev/main.c	/^char *units;$/;"	v
units	ps/ps.map/decorate.h	/^    int units;$/;"	m	struct:scalebar
units	raster/r.le/r.le.patch/patch.h	/^    int core2, size2, shape2, edge, fb, coremap, units;$/;"	m	struct:CHOICE
units	raster/r.le/r.le.pixel/pixel.h	/^    int edge, tex, fb, units, z, edgemap;$/;"	m	struct:CHOICE
units_to_meters_squared	lib/gis/area.c	/^static double units_to_meters_squared = 0.0;$/;"	v	file:
univar_stat	raster/r.univar2/globals.h	/^} univar_stat;$/;"	t	typeref:struct:__anon157
univar_stat_with_percentiles	raster/r.univar2/r.univar_main.c	/^static univar_stat *univar_stat_with_percentiles(int map_type, int size)$/;"	f	file:
unknown_	display/d.rast.arrow/arrow.c	/^static void unknown_(void)$/;"	f	file:
unknown_color	display/d.rast.arrow/arrow.c	/^int map_type, arrow_color, grid_color, x_color, unknown_color;$/;"	v
unload_font	visualization/nviz/src/togl_cb.c	/^int unload_font(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
unmap_file	lib/pngdriver/Graph_close.c	/^static void unmap_file(void)$/;"	f	file:
unopen_output_map	raster/r.mapcalc/map.c	/^void unopen_output_map(int fd)$/;"	f
unopen_output_map	raster/r.mapcalc/map3.c	/^void unopen_output_map(int fd)$/;"	f
unpack_extension	gem/actions.c	/^void unpack_extension(char *package)$/;"	f
unprime	raster/r.sunmask/solpos00.h	/^    float unprime;		\/* O:  S_PRIME    Factor that denormalizes Kt', Kn', etc. *\/$/;"	m	struct:posdata
unselect_surf	visualization/nviz/src/map_obj.c	/^int unselect_surf(int id, int type, int argc, char *argv[],$/;"	f
unset_RGBA	display/d.paint.labels/color.c	/^void unset_RGBA(RGBA_Color * color)$/;"	f
unset_att	visualization/nviz/src/map_obj.c	/^int unset_att(int id, int type, Tcl_Interp * interp, int argc, char *argv[])$/;"	f
unset_color	ps/ps.map/ps_colors.c	/^void unset_color(PSCOLOR * pscolor)$/;"	f
unset_env	lib/gis/env.c	/^static int unset_env(const char *name, int loc)$/;"	f	file:
unset_follow	visualization/nviz/scripts/panel_lights.tcl	/^proc unset_follow {args} {$/;"	p
unset_sdsurf	visualization/nviz/scripts/panel_sdiff.tcl	/^proc unset_sdsurf {} {$/;"	p
unset_threshold_button	raster3d/r3.showdspf/new_init_graphics.c	/^void unset_threshold_button(int iset)$/;"	f
uo3	imagery/i.atcorr/AtmosModel.h	/^    float uo3;$/;"	m	struct:AtmosModel
up	raster/r.flow/r.flow.h	/^    char up;			\/* direction to compute lines           *\/$/;"	m	struct:__anon153
up_char	imagery/i.smap/bouman/interp.c	/^static int up_char($/;"	f	file:
up_ll	imagery/i.smap/bouman/decimate.c	/^static void up_ll(LIKELIHOOD * pt1,	\/* array of log likelihood values, pt1[class] *\/$/;"	f	file:
uparrow	imagery/i.ask/popup.c	/^static int uparrow(struct box *box, int color)$/;"	f	file:
uparrow	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int uparrow(struct box *box, int color)$/;"	f	file:
uparrow	imagery/i.ortho.photo/photo.2image/ask.c	/^static int uparrow(struct box *box, int color)$/;"	f	file:
uparrow	imagery/i.ortho.photo/photo.2image/mark.c	/^static int uparrow(struct box *box, int color)$/;"	f	file:
uparrow	imagery/i.ortho.photo/photo.2image/use_camera.c	/^static int uparrow(struct box *box, int color)$/;"	f	file:
uparrow	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int uparrow(struct box *box, int color)$/;"	f	file:
uparrow	imagery/i.ortho.photo/photo.2target/ask.c	/^static int uparrow(struct box *box, int color)$/;"	f	file:
uparrow	imagery/i.points/analyze.c	/^static int uparrow(struct box *box, int color)$/;"	f	file:
uparrow	imagery/i.points/ask.c	/^static int uparrow(struct box *box, int color)$/;"	f	file:
uparrow	imagery/i.vpoints/analyze.c	/^static int uparrow(struct box *box, int color)$/;"	f	file:
uparrow	imagery/i.vpoints/ask.c	/^static int uparrow(struct box *box, int color)$/;"	f	file:
uparrow	imagery/i.vpoints/ask_lineclr.c	/^static uparrow(box, color)$/;"	f	file:
update	include/dbmi.h	/^    int update;$/;"	m	struct:_db_column
update	raster/wildfire/r.spread/spread.c	/^update(struct costHa *pres_cell, int row, int col, double angle,$/;"	f
update	vector/v.digit/centre.c	/^void update(int wx, int wy)$/;"	f
update	vector/v.to.db/update.c	/^int update(struct Map_info *Map)$/;"	f
updateCoppia	raster/r.li/r.li.cwed/cwed.c	/^int updateCoppia(Coppie * cc, generic_cell c1, generic_cell c2, long tc)$/;"	f
updateData	gui/wxpython/support/update_menudata.py	/^def updateData(data, modules):$/;"	f
updateSF_Environment	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^ proc updateSF_Environment { } {$/;"	p
updateValuesHook	gui/wxpython/gui_modules/menuform.py	/^    def updateValuesHook(self):$/;"	m	class:mainFrame
update_cats	vector/v.to.rast/support.c	/^int update_cats(char *raster_name)$/;"	f
update_cell_stats	raster/r.stats/stats.c	/^int update_cell_stats(CELL ** cell, int ncols, double area)$/;"	f
update_center_position	visualization/nviz/scripts/panel_main.tcl	/^proc update_center_position {x y} {$/;"	p
update_cidx	include/vect/dig_structs.h	/^    int update_cidx;		\/* update category index if vector is modified *\/$/;"	m	struct:Plus_head
update_colors	vector/v.to.rast/support.c	/^int update_colors(char *raster_name)$/;"	f
update_dbcolors	vector/v.to.rast/support.c	/^int update_dbcolors(char *rast_name, char *vector_map, int field,$/;"	f
update_default_window	raster/r.external/main.c	/^static void update_default_window(struct Cell_head *cellhd)$/;"	f	file:
update_exag	visualization/nviz/scripts/panel_main.tcl	/^proc update_exag {exag} {$/;"	p
update_eye_position	visualization/nviz/scripts/panel_main.tcl	/^proc update_eye_position {x y} {$/;"	p
update_fcolors	vector/v.to.rast/support.c	/^int update_fcolors(char *raster_name)$/;"	f
update_height	visualization/nviz/scripts/panel_main.tcl	/^proc update_height {h} {$/;"	p
update_hist	vector/v.to.rast/support.c	/^int update_hist(char *raster_name, char *vector_name,$/;"	f
update_isosurfs_subpanel	visualization/nviz/scripts/panel_vol.tcl	/^proc update_isosurfs_subpanel { BASE {select null}} {$/;"	p
update_labels	vector/v.to.rast/support.c	/^int update_labels(char *rast_name, char *vector_map, int field,$/;"	f
update_light_panel	visualization/nviz/scripts/panel_lights.tcl	/^proc update_light_panel {} {$/;"	p
update_list	raster/r.to.vect/areas.c	/^static int update_list(int i)$/;"	f	file:
update_list	raster/r.to.vect/lines.c	/^static int update_list(int count)$/;"	f	file:
update_max	general/g.transform/main.c	/^static void update_max(struct Max *m, int n, double k)$/;"	f	file:
update_max	raster/r.in.xyz/support.c	/^int update_max(void *array, int cols, int row, int col,$/;"	f
update_min	raster/r.in.xyz/support.c	/^int update_min(void *array, int cols, int row, int col,$/;"	f
update_n	raster/r.in.xyz/support.c	/^int update_n(void *array, int cols, int row, int col)$/;"	f
update_opts	gui/wxpython/build_ext.py	/^def update_opts(flag, macros, inc_dirs, lib_dirs, libs, extras):$/;"	f
update_ranges	visualization/nviz/src/change_view.c	/^int update_ranges(Nv_data * dc)$/;"	f
update_rast_history	raster/r.carve/support.c	/^int update_rast_history(struct parms *parm)$/;"	f
update_res	visualization/nviz/scripts/panel_surf.tcl	/^proc update_res {mode} {$/;"	p
update_rules	raster/r.recode/read_rules.c	/^int update_rules(char *buf)$/;"	f
update_slices_subpanel	visualization/nviz/scripts/panel_vol.tcl	/^proc update_slices_subpanel { BASE {select -1}} {$/;"	p
update_spinres	visualization/nviz/scripts/panel_surf.tcl	/^proc update_spinres {mode res} {$/;"	p
update_stat_table	raster3d/r3.stats/main.c	/^void update_stat_table(stat_table * stats, G3D_Region * region)$/;"	f
update_stats	general/g.transform/main.c	/^static void update_stats(struct Stats *st, int n, double dx, double dy,$/;"	f	file:
update_sum	raster/r.in.xyz/support.c	/^int update_sum(void *array, int cols, int row, int col,$/;"	f
update_sumsq	raster/r.in.xyz/support.c	/^int update_sumsq(void *array, int cols, int row, int col,$/;"	f
update_surf_interface	visualization/nviz/scripts/panel_surf.tcl	/^proc update_surf_interface {} {$/;"	p
update_type	raster/r.recode/read_rules.c	/^int update_type(RASTER_MAP_TYPE * map_type, DCELL val)$/;"	f
update_vol_interface	visualization/nviz/scripts/panel_vol.tcl	/^proc update_vol_interface {} {$/;"	p
update_width	raster/r.to.vect/areas.c	/^static int update_width(struct area_table *ptr, int kase)$/;"	f	file:
update_window	scripts/d.rast.edit/d.rast.edit.tcl	/^proc update_window {} {$/;"	p
updated	db/drivers/dbf/globals.h	/^    int updated;$/;"	m	struct:__anon14
updated_lines_and_nodes_erase_refresh_display	vector/v.digit/symb.c	/^void updated_lines_and_nodes_erase_refresh_display(void)$/;"	f
uplines	include/vect/dig_structs.h	/^    int *uplines;		\/* array of updated lines *\/$/;"	m	struct:Plus_head
upload	vector/v.distance/main.c	/^    int upload;			\/* code *\/$/;"	m	struct:__anon181	file:
upnodes	include/vect/dig_structs.h	/^    int *upnodes;		\/* array of updated nodes *\/$/;"	m	struct:Plus_head
upper	raster/r.to.rast3elev/main.c	/^    double upper;		\/*The upper value *\/$/;"	m	struct:__anon156	file:
upper	raster/r.to.rast3elev/main.c	/^    struct Option *input, *elev, *output, *upper, *lower;$/;"	m	struct:__anon155	typeref:struct:__anon155::	file:
upperNodeptr	include/sqlp.h	/^    SQLPNODE *upperNodeptr;$/;"	m	struct:__anon297
uppercase	raster/r.mfilter.fp/uppercase.c	/^int uppercase(char *s)$/;"	f
uppercase	raster/r.mfilter/uppercase.c	/^int uppercase(char *s)$/;"	f
uproot_tree	raster/r.cross/tree.c	/^int uproot_tree(void)$/;"	f
upslope_correction	raster/r.flow/precomp.c	/^static void upslope_correction(void)$/;"	f	file:
urealloc	lib/gis/color_insrt.c	8;"	d	file:
url	display/drivers/HTMLMAP/htmlmap.h	/^    char *url;$/;"	m	struct:MapPoly
us62	imagery/i.atcorr/AtmosModel.cpp	/^void AtmosModel::us62()$/;"	f	class:AtmosModel
usable_signature	imagery/i.class/signature.c	/^static int usable_signature = 0;$/;"	v	file:
usage	display/d.mon/pgms/release.c	/^int usage(char *me)$/;"	f
usage	display/d.mon/pgms/stop.c	/^int usage(char *me)$/;"	f
usage	ps/ps.map/main.c	/^int usage(int full)$/;"	f
usage	raster/r.watershed/ram/usage.c	/^void usage(char *me)$/;"	f
usage	raster/r.watershed/seg/usage.c	/^void usage(char *me)$/;"	f
usage	vector/v.transform/trans.h	/^    int usage;$/;"	m	struct:command_flags
use	imagery/i.class/define_reg.c	/^static int use = 1;$/;"	v	file:
use	imagery/i.class/driver.c	/^static int use = 1;$/;"	v	file:
use	imagery/i.class/input_color.c	/^static int use = 1;$/;"	v	file:
use	imagery/i.class/input_std.c	/^static int use = 1;$/;"	v	file:
use	imagery/i.class/redisplay.c	/^static int use = 1;$/;"	v	file:
use	imagery/i.ortho.photo/photo.2image/cell.c	/^static int use = 1;$/;"	v	file:
use	imagery/i.ortho.photo/photo.2image/driver.c	/^static int use = 1;$/;"	v	file:
use	imagery/i.ortho.photo/photo.2target/cell.c	/^static int use = 1;$/;"	v	file:
use	imagery/i.ortho.photo/photo.2target/driver.c	/^static int use = 1;$/;"	v	file:
use	imagery/i.points/cell.c	/^static int use = 1;$/;"	v	file:
use	imagery/i.points/driver.c	/^static int use = 1;$/;"	v	file:
use	imagery/i.vpoints/cell.c	/^static int use = 1;$/;"	v	file:
use	imagery/i.vpoints/driver.c	/^static int use = 1;$/;"	v	file:
use	lib/external/bwidget/arrow.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/bitmap.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/button.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/buttonbox.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/color.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/combobox.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/dialog.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/dragsite.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/dropsite.tcl	/^    proc use { } {}$/;"	p
use	lib/external/bwidget/dynhelp.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/entry.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/font.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/label.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/labelentry.tcl	/^    proc use { } {}$/;"	p
use	lib/external/bwidget/labelframe.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/listbox.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/mainframe.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/messagedlg.tcl	/^    proc use { } {}$/;"	p
use	lib/external/bwidget/notebook.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/pagesmgr.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/panedw.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/passwddlg.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/progressbar.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/progressdlg.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/scrollframe.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/scrollview.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/scrollw.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/separator.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/spinbox.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/titleframe.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/tree.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/utils.tcl	/^    proc use {} {}$/;"	p
use	lib/external/bwidget/widget.tcl	/^    proc use {} {}$/;"	p
use	lib/gtcltk/gronsole.tcl	/^	proc use {} {}$/;"	p
use	vector/v.transform/trans.h	/^GLOBAL int use[MAX_COOR];	\/*  where the coordinate came from *\/$/;"	v
use2	imagery/i.class/signature.c	/^static int use2 = 1;$/;"	v	file:
useCache	include/G3d.h	/^    int useCache;		\/* 1 if cache is used *\/$/;"	m	struct:G3D_Map
useCivilTime	raster/r.sun2/rsunlib.c	/^int useCivilTime()$/;"	f
useDefaultValue	include/dbmi.h	/^    char useDefaultValue;$/;"	m	struct:_db_column
useHorizonData	raster/r.sun2/rsunlib.c	/^int useHorizonData()$/;"	f
useHorizonDataFlag	raster/r.sun2/rsunlib.c	/^int useHorizonDataFlag;$/;"	v
useLowerVal	raster/r.to.rast3elev/main.c	/^    int useLowerVal;		\/*0 = use lower value, 1 = use map value to fill lower cells *\/$/;"	m	struct:__anon156	file:
useLzw	include/G3d.h	/^    int useLzw;			\/* G3D_USE_LZW or G3D_NO_LZW *\/$/;"	m	struct:G3D_Map
useMask	include/G3d.h	/^    int useMask;		\/* 1 if mask is used; 0 otherwise *\/$/;"	m	struct:G3D_Map
useRle	include/G3d.h	/^    int useRle;			\/* G3D_USE_RLE or G3D_NO_RLE *\/$/;"	m	struct:G3D_Map
useSGIStereo	visualization/nviz/src/togl.c	/^    Bool    useSGIStereo;$/;"	m	struct:stereoStateRec	file:
useShadow	raster/r.sun2/rsunlib.c	/^int useShadow()$/;"	f
useShadowFlag	raster/r.sun2/rsunlib.c	/^int useShadowFlag;$/;"	v
useUpperVal	raster/r.to.rast3elev/main.c	/^    int useUpperVal;		\/*0 = use upper value, 1 = use map value to fill upper cells *\/$/;"	m	struct:__anon156	file:
useXdr	include/G3d.h	/^    int useXdr;			\/* G3D_USE_XDR or G3D_NO_XDR *\/$/;"	m	struct:G3D_Map
useXdr	lib/g3d/g3dfpxdr.c	/^static int dstType, srcType, type, externLength, eltLength, isFloat, useXdr;$/;"	v	file:
use_attr	include/gstypes.h	/^    int use_attr[GPT_MAX_ATTR];	\/* ST_ATT_COLOR, ST_ATT_MARKER, ST_ATT_SIZE, ST_ATT_NONE, for multiple attr's *\/$/;"	m	struct:g_site
use_bit_depth	display/drivers/XDRIVER/Graph_set.c	/^int use_bit_depth;$/;"	v
use_cross	lib/vector/Vlib/intersect.c	/^static int *use_cross = NULL;$/;"	v	file:
use_digitizer	imagery/i.points/main.c	/^int use_digitizer;	\/* is there a digitizer out there? *\/$/;"	v
use_digitizer	imagery/i.vpoints/main.c	/^int use_digitizer;	\/* is there a digitizer out there? *\/$/;"	v
use_feet	display/d.barscale/main.c	/^int use_feet;$/;"	v
use_formfeed	raster/r.report/main.c	/^int use_formfeed;$/;"	v
use_lookup	include/gstypes.h	/^    int use_lookup;$/;"	m	struct:__anon253
use_mem	include/gstypes.h	/^    int color, width, marker, use_z, use_mem;$/;"	m	struct:g_site
use_mem	include/gstypes.h	/^    int use_mem, n_lines;$/;"	m	struct:g_vect
use_mouse	display/d.rast.edit/edit.c	/^int use_mouse(void)$/;"	f
use_mouse_msg	imagery/i.class/input.c	/^int use_mouse_msg(void)$/;"	f
use_mouse_msg	imagery/i.ortho.photo/photo.2image/input.c	/^static int use_mouse_msg(void)$/;"	f	file:
use_mouse_msg	imagery/i.ortho.photo/photo.2target/input.c	/^static int use_mouse_msg(void)$/;"	f	file:
use_mouse_msg	imagery/i.points/input.c	/^static int use_mouse_msg(void)$/;"	f	file:
use_mouse_msg	imagery/i.vpoints/input.c	/^static int use_mouse_msg(void)$/;"	f	file:
use_nulls	raster/r.random/local_proto.h	/^    int use_nulls, docover, fd_old, fd_cold, fd_new;$/;"	m	struct:rr_state
use_r_out	raster/r.out.mpeg/main.c	/^static int use_r_out(void)$/;"	f	file:
use_rowio	raster/r.mapcalc/map.c	/^    int use_rowio;$/;"	m	struct:map	file:
use_screen	display/drivers/XDRIVER/Graph_set.c	/^Screen *use_screen;$/;"	v
use_temp_region	lib/python/core.py	/^def use_temp_region():$/;"	f
use_visual	display/drivers/XDRIVER/Graph_set.c	/^Visual *use_visual;$/;"	v
use_visual	visualization/xganim/local_proto.h	/^Visual *use_visual;$/;"	v
use_window	display/drivers/XDRIVER/Graph_set.c	/^static void use_window(int win_id)$/;"	f	file:
use_z	include/gstypes.h	/^    int color, width, marker, use_z, use_mem;$/;"	m	struct:g_site
used	include/imagery.h	/^    int used;$/;"	m	struct:ClassSig
used	include/imagery.h	/^    int used;$/;"	m	struct:SubSig
used	include/iostream/mm.h	/^  size_t   used;$/;"	m	class:MM_register
used	lib/vector/Vlib/break_polygons.c	/^    char used;			\/* 0 - was not used to break line, 1 - was used to break line$/;"	m	struct:__anon75	file:
used	raster/r.li/r.li.daemon/daemon.h	/^    int used;$/;"	m	struct:cell_memory_entry
used	raster/r.li/r.li.daemon/daemon.h	/^    int used;$/;"	m	struct:dcell_memory_entry
used	raster/r.li/r.li.daemon/daemon.h	/^    int used;$/;"	m	struct:fcell_memory_entry
used	vector/v.overlay/local.h	/^    int used;$/;"	m	struct:__anon172
user	db/drivers/mysql/globals.h	/^    char *host, *dbname, *user, *password;$/;"	m	struct:__anon18
user	db/drivers/postgres/globals.h	/^    char *host, *port, *options, *tty, *dbname, *user, *password, *schema;$/;"	m	struct:__anon19
user	include/dbmi.h	/^    char *user;$/;"	m	struct:_db_connection
user	lib/db/dbmi_base/login.c	/^    char *user;$/;"	m	struct:__anon26	file:
userOptions	raster/r.terraflow/option.h	/^} userOptions;$/;"	t	typeref:struct:__anon145
user_func	include/gstypes.h	/^    int (*user_func) ();$/;"	m	struct:__anon255
user_func	include/gstypes.h	/^    int (*user_func) ();$/;"	m	struct:__anon257
user_input	raster/r.le/r.le.patch/input.c	/^void user_input(int argc, char **argv)$/;"	f
user_input	raster/r.le/r.le.pixel/input.c	/^void user_input(int argc, char **argv)$/;"	f
user_input	raster/r.le/r.le.trace/user_input.c	/^void user_input(int argc, char **argv)$/;"	f
user_limit	include/iostream/mm.h	/^  size_t   user_limit;$/;"	m	class:MM_register
user_mapset	display/d.rast.edit/edit.h	/^GLOBAL char user_mapset[GMAPSET_MAX], current_mapset[GMAPSET_MAX],$/;"	v
user_options	raster/r.terraflow/main.h	/^} user_options;$/;"	t	typeref:struct:__anon144
user_print_function	lib/db/dbmi_base/error.c	/^static void (*user_print_function) (const char *);$/;"	v	file:
uses_new_gisprompt	lib/gis/parser.c	/^static int uses_new_gisprompt(void)$/;"	f	file:
usestruct	raster/r.out.vtk/parameters.h	/^    struct Flag *usestruct, *usetriangle, *usevertices, *origin, *point, *coorcorr;	\/*struct Flag *mask;          struct Flag *xml; *\/\/*maybe xml support in the future *\/$/;"	m	struct:__anon161	typeref:struct:__anon161::Flag
usetriangle	raster/r.out.vtk/parameters.h	/^    struct Flag *usestruct, *usetriangle, *usevertices, *origin, *point, *coorcorr;	\/*struct Flag *mask;          struct Flag *xml; *\/\/*maybe xml support in the future *\/$/;"	m	struct:__anon161	typeref:struct:__anon161::
usevertices	raster/r.out.vtk/parameters.h	/^    struct Flag *usestruct, *usetriangle, *usevertices, *origin, *point, *coorcorr;	\/*struct Flag *mask;          struct Flag *xml; *\/\/*maybe xml support in the future *\/$/;"	m	struct:__anon161	typeref:struct:__anon161::
usr_answ	include/vask.h	/^    struct ans_rec usr_answ[MAX_ANSW];$/;"	m	struct:V__	typeref:struct:V__::ans_rec
usr_ph	imagery/i.atcorr/common.h	/^	float usr_ph[10][83];		\/* user defined model from size distribution *\/$/;"	m	struct:Sixs_aerbas
ut	raster/r.terraflow/stats.cc	/^struct ut { char buf[8]; };$/;"	s	file:
utdica	imagery/i.atcorr/Abstra.h	/^	float utdica; \/* upward absorption carbon diox   utdica *\/$/;"	m	struct:AbstraStruct
utdif	imagery/i.atcorr/common.h	/^	float utdif[3][10];$/;"	m	struct:Sixs_disc
utdir	imagery/i.atcorr/common.h	/^	float utdir[3][10];$/;"	m	struct:Sixs_disc
utime	raster/r.sunmask/solpos00.h	/^    float utime;		\/* T:  S_GEOM     Universal (Greenwich) standard time *\/$/;"	m	struct:posdata
utm_e	include/dlg.h	/^    double utm_e[4];$/;"	m	struct:dlg_coors
utm_n	include/dlg.h	/^    double utm_n[4];$/;"	m	struct:dlg_coors
utmeth	imagery/i.atcorr/Abstra.h	/^	float utmeth; \/* upward   absorption methane     utmeth *\/$/;"	m	struct:AbstraStruct
utmoca	imagery/i.atcorr/Abstra.h	/^	float utmoca; \/* upward   absorption carbon mono utmoca *\/$/;"	m	struct:AbstraStruct
utniox	imagery/i.atcorr/Abstra.h	/^	float utniox; \/* upward   absorption nitrous oxi utniox *\/$/;"	m	struct:AbstraStruct
utota	imagery/i.atcorr/Interp.h	/^	float utota; $/;"	m	struct:InterpStruct
utotr	imagery/i.atcorr/Interp.h	/^	float utotr; $/;"	m	struct:InterpStruct
utott	imagery/i.atcorr/Interp.h	/^	float utott;$/;"	m	struct:InterpStruct
utoxyg	imagery/i.atcorr/Abstra.h	/^	float utoxyg; \/* upward absorption oxygen        utoxyg *\/$/;"	m	struct:AbstraStruct
utozon	imagery/i.atcorr/Abstra.h	/^	float utozon; \/* upward absorption ozone         utozon *\/$/;"	m	struct:AbstraStruct
utrace	raster/r.terraflow/stats.cc	/^utrace(const char *s) {$/;"	f
utwava	imagery/i.atcorr/Abstra.h	/^	float utwava; \/* upward absorption water vapor   utwava *\/$/;"	m	struct:AbstraStruct
uw	imagery/i.atcorr/AtmosModel.h	/^    float uw;$/;"	m	struct:AtmosModel
v	display/d.profile/profile.h	/^    void *v;$/;"	m	union:_raster_ptr
v	general/g.transform/crs.c	/^    double *v;$/;"	m	struct:MATRIX	file:
v	imagery/i.atcorr/AerosolConcentration.h	/^    float v;$/;"	m	struct:AerosolConcentration
v	imagery/i.rectify/crs.c	/^    DOUBLE *v;$/;"	m	struct:MATRIX	file:
v	imagery/i.vpoints/crs.c	/^    DOUBLE *v;$/;"	m	struct:MATRIX	file:
v	lib/gmath/brent.c	/^    double d, e, v, w;$/;"	m	struct:__anon73	file:
v	lib/vector/Vlib/dgraph.h	/^    struct pg_vertex *v;$/;"	m	struct:planar_graph	typeref:struct:planar_graph::pg_vertex
v	raster/r.flow/mem.h	/^CELL v;				\/* address for segment retrieval macros *\/$/;"	v
v	raster/r.random/local_proto.h	/^    void *v;$/;"	m	union:RASTER_PTR
v	raster/r.sunmask/main.c	/^    void *v;$/;"	m	union:RASTER_PTR	file:
v	vector/v.hull/chull.c	/^    double v[3];$/;"	m	struct:tVertexStructure	file:
v	vector/v.mapcalc/mapcalc.h	/^    } v;$/;"	m	struct:Symbol	typeref:union:Symbol::__anon183
v1	lib/dspf/viz.h	/^    float v1[3];		\/*polygon vertices *\/$/;"	m	struct:__anon34
v1	lib/vector/Vlib/dgraph.h	/^    int v1; \/* first vertex *\/$/;"	m	struct:pg_edge
v1	raster/simwe/simlib/waterglobs.h	/^GLOBAL double **v1, **v2, **slope;$/;"	v
v1	raster3d/r3.showdspf/vizual2.h	/^    float v1[3];		\/*polygon vertices *\/$/;"	m	struct:__anon115
v2	lib/dspf/viz.h	/^    float v2[3];$/;"	m	struct:__anon34
v2	lib/vector/Vlib/dgraph.h	/^    int v2; \/* second vertex *\/$/;"	m	struct:pg_edge
v2	raster/simwe/simlib/waterglobs.h	/^GLOBAL double **v1, **v2, **slope;$/;"	v
v2	raster3d/r3.showdspf/vizual2.h	/^    float v2[3];$/;"	m	struct:__anon115
v2angle	vector/v.to.rast/do_lines.c	/^static double v2angle(double v1[2], double v2[2], double mag1, double mag2)$/;"	f	file:
v3	lib/dspf/viz.h	/^    float v3[3];$/;"	m	struct:__anon34
v3	raster3d/r3.showdspf/vizual2.h	/^    float v3[3];$/;"	m	struct:__anon115
v3cross	raster/r.surf.area/main.c	/^void v3cross(double v1[3], double v2[3], double v3[3])$/;"	f
v3mag	raster/r.surf.area/main.c	/^void v3mag(double v1[3], double *mag)$/;"	f
v5dClose	raster3d/r3.in.v5d/v5d.c	/^int v5dClose(void)$/;"	f
v5dClose	raster3d/r3.out.v5d/v5d.c	/^int v5dClose(void)$/;"	f
v5dCloseFile	raster3d/r3.in.v5d/v5d.c	/^int v5dCloseFile(v5dstruct * v)$/;"	f
v5dCloseFile	raster3d/r3.out.v5d/v5d.c	/^int v5dCloseFile(v5dstruct * v)$/;"	f
v5dCompressGrid	raster3d/r3.in.v5d/v5d.c	/^void v5dCompressGrid(int nr, int nc, int nl, int compressmode,$/;"	f
v5dCompressGrid	raster3d/r3.out.v5d/v5d.c	/^void v5dCompressGrid(int nr, int nc, int nl, int compressmode,$/;"	f
v5dCreate	raster3d/r3.in.v5d/v5d.c	/^int v5dCreate(const char *name, int numtimes, int numvars,$/;"	f
v5dCreate	raster3d/r3.out.v5d/v5d.c	/^int v5dCreate(const char *name, int numtimes, int numvars,$/;"	f
v5dCreateFile	raster3d/r3.in.v5d/v5d.c	/^int v5dCreateFile(const char *filename, v5dstruct * v)$/;"	f
v5dCreateFile	raster3d/r3.out.v5d/v5d.c	/^int v5dCreateFile(const char *filename, v5dstruct * v)$/;"	f
v5dCreateSimple	raster3d/r3.in.v5d/v5d.c	/^int v5dCreateSimple(const char *name, int numtimes, int numvars,$/;"	f
v5dCreateSimple	raster3d/r3.out.v5d/v5d.c	/^int v5dCreateSimple(const char *name, int numtimes, int numvars,$/;"	f
v5dDaysToYYDDD	raster3d/r3.in.v5d/v5d.c	/^int v5dDaysToYYDDD(int days)$/;"	f
v5dDaysToYYDDD	raster3d/r3.out.v5d/v5d.c	/^int v5dDaysToYYDDD(int days)$/;"	f
v5dDecompressGrid	raster3d/r3.in.v5d/v5d.c	/^void v5dDecompressGrid(int nr, int nc, int nl, int compressmode,$/;"	f
v5dDecompressGrid	raster3d/r3.out.v5d/v5d.c	/^void v5dDecompressGrid(int nr, int nc, int nl, int compressmode,$/;"	f
v5dFreeStruct	raster3d/r3.in.v5d/v5d.c	/^void v5dFreeStruct(v5dstruct * v)$/;"	f
v5dFreeStruct	raster3d/r3.out.v5d/v5d.c	/^void v5dFreeStruct(v5dstruct * v)$/;"	f
v5dGetMcIDASgrid	raster3d/r3.in.v5d/v5d.c	/^int v5dGetMcIDASgrid(v5dstruct * v, int time, int var,$/;"	f
v5dGetMcIDASgrid	raster3d/r3.out.v5d/v5d.c	/^int v5dGetMcIDASgrid(v5dstruct * v, int time, int var,$/;"	f
v5dHHMMSStoSeconds	raster3d/r3.in.v5d/v5d.c	/^int v5dHHMMSStoSeconds(int hhmmss)$/;"	f
v5dHHMMSStoSeconds	raster3d/r3.out.v5d/v5d.c	/^int v5dHHMMSStoSeconds(int hhmmss)$/;"	f
v5dInitStruct	raster3d/r3.in.v5d/v5d.c	/^void v5dInitStruct(v5dstruct * v)$/;"	f
v5dInitStruct	raster3d/r3.out.v5d/v5d.c	/^void v5dInitStruct(v5dstruct * v)$/;"	f
v5dNewStruct	raster3d/r3.in.v5d/v5d.c	/^v5dstruct *v5dNewStruct(void)$/;"	f
v5dNewStruct	raster3d/r3.out.v5d/v5d.c	/^v5dstruct *v5dNewStruct(void)$/;"	f
v5dOpenFile	raster3d/r3.in.v5d/v5d.c	/^v5dstruct *v5dOpenFile(const char *filename, v5dstruct * v)$/;"	f
v5dOpenFile	raster3d/r3.out.v5d/v5d.c	/^v5dstruct *v5dOpenFile(const char *filename, v5dstruct * v)$/;"	f
v5dPrintStruct	raster3d/r3.in.v5d/v5d.c	/^void v5dPrintStruct(const v5dstruct * v)$/;"	f
v5dPrintStruct	raster3d/r3.out.v5d/v5d.c	/^void v5dPrintStruct(const v5dstruct * v)$/;"	f
v5dReadCompressedGrid	raster3d/r3.in.v5d/v5d.c	/^int v5dReadCompressedGrid(v5dstruct * v, int time, int var,$/;"	f
v5dReadCompressedGrid	raster3d/r3.out.v5d/v5d.c	/^int v5dReadCompressedGrid(v5dstruct * v, int time, int var,$/;"	f
v5dReadGrid	raster3d/r3.in.v5d/v5d.c	/^int v5dReadGrid(v5dstruct * v, int time, int var, float data[])$/;"	f
v5dReadGrid	raster3d/r3.out.v5d/v5d.c	/^int v5dReadGrid(v5dstruct * v, int time, int var, float data[])$/;"	f
v5dSecondsToHHMMSS	raster3d/r3.in.v5d/v5d.c	/^int v5dSecondsToHHMMSS(int seconds)$/;"	f
v5dSecondsToHHMMSS	raster3d/r3.out.v5d/v5d.c	/^int v5dSecondsToHHMMSS(int seconds)$/;"	f
v5dSetLowLev	raster3d/r3.in.v5d/v5d.c	/^int v5dSetLowLev(int lowlev[])$/;"	f
v5dSetLowLev	raster3d/r3.out.v5d/v5d.c	/^int v5dSetLowLev(int lowlev[])$/;"	f
v5dSetMcIDASgrid	raster3d/r3.in.v5d/v5d.c	/^int v5dSetMcIDASgrid(v5dstruct * v, int time, int var, int mcfile, int mcgrid)$/;"	f
v5dSetMcIDASgrid	raster3d/r3.out.v5d/v5d.c	/^int v5dSetMcIDASgrid(v5dstruct * v, int time, int var, int mcfile, int mcgrid)$/;"	f
v5dSetUnits	raster3d/r3.in.v5d/v5d.c	/^int v5dSetUnits(int var, const char *units)$/;"	f
v5dSetUnits	raster3d/r3.out.v5d/v5d.c	/^int v5dSetUnits(int var, const char *units)$/;"	f
v5dSizeofGrid	raster3d/r3.in.v5d/v5d.c	/^int v5dSizeofGrid(const v5dstruct * v, int time, int var)$/;"	f
v5dSizeofGrid	raster3d/r3.out.v5d/v5d.c	/^int v5dSizeofGrid(const v5dstruct * v, int time, int var)$/;"	f
v5dUpdateFile	raster3d/r3.in.v5d/v5d.c	/^v5dstruct *v5dUpdateFile(const char *filename, v5dstruct * v)$/;"	f
v5dUpdateFile	raster3d/r3.out.v5d/v5d.c	/^v5dstruct *v5dUpdateFile(const char *filename, v5dstruct * v)$/;"	f
v5dVerifyStruct	raster3d/r3.in.v5d/v5d.c	/^int v5dVerifyStruct(const v5dstruct * v)$/;"	f
v5dVerifyStruct	raster3d/r3.out.v5d/v5d.c	/^int v5dVerifyStruct(const v5dstruct * v)$/;"	f
v5dWrite	raster3d/r3.in.v5d/v5d.c	/^int v5dWrite(int time, int var, const float data[])$/;"	f
v5dWrite	raster3d/r3.out.v5d/v5d.c	/^int v5dWrite(int time, int var, const float data[])$/;"	f
v5dWriteCompressedGrid	raster3d/r3.in.v5d/v5d.c	/^int v5dWriteCompressedGrid(const v5dstruct * v, int time, int var,$/;"	f
v5dWriteCompressedGrid	raster3d/r3.out.v5d/v5d.c	/^int v5dWriteCompressedGrid(const v5dstruct * v, int time, int var,$/;"	f
v5dWriteGrid	raster3d/r3.in.v5d/v5d.c	/^int v5dWriteGrid(v5dstruct * v, int time, int var, const float data[])$/;"	f
v5dWriteGrid	raster3d/r3.out.v5d/v5d.c	/^int v5dWriteGrid(v5dstruct * v, int time, int var, const float data[])$/;"	f
v5dYYDDDtoDays	raster3d/r3.in.v5d/v5d.c	/^int v5dYYDDDtoDays(int yyddd)$/;"	f
v5dYYDDDtoDays	raster3d/r3.out.v5d/v5d.c	/^int v5dYYDDDtoDays(int yyddd)$/;"	f
v5dclose_	raster3d/r3.in.v5d/v5d.c	/^int v5dclose_(void)$/;"	f
v5dclose_	raster3d/r3.out.v5d/v5d.c	/^int v5dclose_(void)$/;"	f
v5dcreate_	raster3d/r3.in.v5d/v5d.c	/^int v5dcreate_$/;"	f
v5dcreate_	raster3d/r3.out.v5d/v5d.c	/^int v5dcreate_$/;"	f
v5dcreatesimple_	raster3d/r3.in.v5d/v5d.c	/^int v5dcreatesimple_$/;"	f
v5dcreatesimple_	raster3d/r3.out.v5d/v5d.c	/^int v5dcreatesimple_$/;"	f
v5dmcfile_	raster3d/r3.in.v5d/v5d.c	/^int v5dmcfile_$/;"	f
v5dmcfile_	raster3d/r3.out.v5d/v5d.c	/^int v5dmcfile_$/;"	f
v5dsetlowlev_	raster3d/r3.in.v5d/v5d.c	/^int v5dsetlowlev_$/;"	f
v5dsetlowlev_	raster3d/r3.out.v5d/v5d.c	/^int v5dsetlowlev_$/;"	f
v5dsetunits_	raster3d/r3.in.v5d/v5d.c	/^int v5dsetunits_$/;"	f
v5dsetunits_	raster3d/r3.out.v5d/v5d.c	/^int v5dsetunits_$/;"	f
v5dstruct	raster3d/r3.in.v5d/v5d.h	/^} v5dstruct;$/;"	t	typeref:struct:__anon110
v5dstruct	raster3d/r3.out.v5d/v5d.h	/^} v5dstruct;$/;"	t	typeref:struct:__anon121
v5dwrite_	raster3d/r3.in.v5d/v5d.c	/^int v5dwrite_$/;"	f
v5dwrite_	raster3d/r3.out.v5d/v5d.c	/^int v5dwrite_$/;"	f
vDown	raster3d/r3.showdspf/Ball.h	/^    HVect vNow, vDown, vFrom, vTo, vrFrom, vrTo;$/;"	m	struct:__anon112
vFrom	raster3d/r3.showdspf/Ball.h	/^    HVect vNow, vDown, vFrom, vTo, vrFrom, vrTo;$/;"	m	struct:__anon112
vNow	raster3d/r3.showdspf/Ball.h	/^    HVect vNow, vDown, vFrom, vTo, vrFrom, vrTo;$/;"	m	struct:__anon112
vNow	raster3d/r3.showdspf/new_init_graphics.c	/^HVect vNow;$/;"	v
vNowLast	raster3d/r3.showdspf/new_init_graphics.c	/^HVect vNowLast;$/;"	v
vTo	raster3d/r3.showdspf/Ball.h	/^    HVect vNow, vDown, vFrom, vTo, vrFrom, vrTo;$/;"	m	struct:__anon112
v_abs	vector/v.mapcalc/vector.c	/^VECTOR *v_abs(VECTOR * p, VECTOR * p1)$/;"	f
v_add	vector/v.mapcalc/vector.c	/^VECTOR *v_add(VECTOR * p, VECTOR * p1, VECTOR * p2)$/;"	f
v_area	vector/v.mapcalc/vector.c	/^double v_area(VECTOR * p1, VECTOR * p2)$/;"	f
v_border	lib/ogsf/gpd.c	29;"	d	file:
v_copy	vector/v.mapcalc/vector.c	/^VECTOR *v_copy(VECTOR * p, VECTOR * p1)$/;"	f
v_cross	vector/v.mapcalc/vector.c	/^VECTOR *v_cross(VECTOR * p, VECTOR * p1, VECTOR * p2)$/;"	f
v_div	vector/v.mapcalc/vector.c	/^VECTOR *v_div(VECTOR * p, VECTOR * p1, double d)$/;"	f
v_dot	vector/v.mapcalc/vector.c	/^double v_dot(VECTOR * p1, VECTOR * p2)$/;"	f
v_eq	vector/v.mapcalc/vector.c	/^double v_eq(VECTOR * p1, VECTOR * p2)$/;"	f
v_eq_epsilon	vector/v.mapcalc/vector.c	/^double v_eq_epsilon(VECTOR * p1, VECTOR * p2, VECTOR * e)$/;"	f
v_indx	include/la.h	/^    int v_indx;			\/* If a vector, which row(column) is active?$/;"	m	struct:matrix_
v_isacute	vector/v.mapcalc/vector.c	/^double v_isacute(VECTOR * p1, VECTOR * p2)$/;"	f
v_isortho	vector/v.mapcalc/vector.c	/^double v_isortho(VECTOR * p1, VECTOR * p2)$/;"	f
v_ispara	vector/v.mapcalc/vector.c	/^double v_ispara(VECTOR * p1, VECTOR * p2)$/;"	f
v_list	raster/r.to.vect/areas.c	/^static struct COOR **v_list;$/;"	v	typeref:struct:COOR	file:
v_list	raster/r.to.vect/lines.c	/^static struct line_hdr *v_list;$/;"	v	typeref:struct:line_hdr	file:
v_mul	vector/v.mapcalc/vector.c	/^VECTOR *v_mul(VECTOR * p, VECTOR * p1, double d)$/;"	f
v_neg	vector/v.mapcalc/vector.c	/^VECTOR *v_neg(VECTOR * p, VECTOR * p1)$/;"	f
v_sub	vector/v.mapcalc/vector.c	/^VECTOR *v_sub(VECTOR * p, VECTOR * p1, VECTOR * p2)$/;"	f
v_unit	vector/v.mapcalc/vector.c	/^VECTOR *v_unit(VECTOR * p, VECTOR * p1)$/;"	f
v_val	vector/v.mapcalc/vector.c	/^double v_val(VECTOR * p)$/;"	f
val	display/d.profile/profile.h	/^    } val;$/;"	m	struct:_ucat	typeref:union:_ucat::__anon94
val	general/g.transform/main.c	/^    double val;$/;"	m	struct:Max	file:
val	include/bitmap.h	/^    char val;$/;"	m	struct:BMlink
val	include/dbmi.h	/^    int val;			\/* value *\/$/;"	m	struct:__anon275
val	include/dbmi.h	/^    } val;$/;"	m	struct:__anon276	typeref:union:__anon276::__anon277
val	lib/gis/color_rules.c	/^    DCELL val;$/;"	m	struct:rule	file:
val	lib/gis/spawn.c	/^    const char *val;$/;"	m	struct:binding	file:
val	raster/r.li/r.li.daemon/GenericCell.h	/^    cella val;$/;"	m	struct:generic_cell
val	raster/r.mapcalc/expression.h	/^    struct expression *val;$/;"	m	struct:expr_data_bind	typeref:struct:expr_data_bind::expression
val	raster/r.statistics/method.h	/^    int val;			\/* number of function *\/$/;"	m	struct:menu
val	raster/r.terraflow/sweep.h	/^  flowValue val;$/;"	m	class:flowStructure
val	raster/r.to.vect/global.h	/^    int val;			\/* CELL value *\/$/;"	m	struct:COOR
val	raster3d/r3.stats/main.c	/^    double val;			\/* the equal value *\/$/;"	m	struct:__anon127	file:
valid	imagery/i.atcorr/main.cpp	/^	bool valid() { return i != -1 && j != -1; }$/;"	f	struct:TIMap::Position
valid	lib/gis/spawn.c	/^    int valid;$/;"	m	struct:signal	file:
valid	raster/r.terraflow/grid.h	/^  char valid;			 \/* whether part of plateau in grid *\/$/;"	m	struct:gridElement
valid	raster/r.terraflow/nodata.h	/^  bool valid;$/;"	m	class:nodataType
valid	raster/r.terraflow/plateau.h	/^  bool valid;$/;"	m	class:plateauType
valid	vector/v.in.ogr/global.h	/^    int valid;$/;"	m	struct:__anon178
valid	vector/v.overlay/local.h	/^    char valid;$/;"	m	struct:__anon171
valid_basins	raster/r.watershed/shed/valid.c	/^int valid_basins(char *accum_name, OUTPUT * output)$/;"	f
valid_cursor	lib/db/dbmi_driver/d_fetch.c	/^static int valid_cursor(dbCursor * cursor, int position)$/;"	f	file:
validate	raster/r.sunmask/solpos00.c	/^static long int validate(struct posdata *pdat)$/;"	f	file:
vals	include/gis.h	/^	DCELL *vals;$/;"	m	struct:Quant::__anon267
vals	include/gis.h	/^	DCELL *vals;$/;"	m	struct:_Color_Info_::__anon265
vals	include/la.h	/^    doublereal *vals;		\/* The values (should be dimensioned to lda * cols *\/$/;"	m	struct:matrix_
vals	swig/perl/gis.h	/^	DCELL *vals;$/;"	m	struct:Quant::__anon93
vals	swig/perl/gis.h	/^	DCELL *vals;$/;"	m	struct:_Color_Info_::__anon91
valuator	visualization/nviz/src/togl_flythrough.c	/^    float valuator[3];$/;"	m	struct:flyData	file:
value	imagery/i.ortho.photo/photo.2image/ask_mag.c	/^static struct box plus, minus, value;$/;"	v	typeref:struct:	file:
value	imagery/i.ortho.photo/photo.2target/ask_mag.c	/^static struct box plus, minus, value;$/;"	v	typeref:struct:	file:
value	imagery/i.points/ask_mag.c	/^static struct box plus, minus, value;$/;"	v	typeref:struct:	file:
value	imagery/i.vpoints/ask_mag.c	/^static struct box plus, minus, value;$/;"	v	typeref:struct:	file:
value	include/dbmi.h	/^    dbCatVal *value;$/;"	m	struct:__anon278
value	include/dbmi.h	/^    dbValue value;$/;"	m	struct:_db_column
value	include/gis.h	/^    DCELL value;$/;"	m	struct:_Color_Value_
value	include/gis.h	/^    char **value;$/;"	m	struct:Key_Value
value	include/gstypes.h	/^    int *value;$/;"	m	struct:__anon252
value	include/iostream/replacementHeap.h	/^  T value;$/;"	m	class:HeapElement
value	include/iostream/replacementHeapBlock.h	/^  T value;$/;"	m	class:BlockHeapElement
value	include/sqlp.h	/^    SQLPVALUE value;$/;"	m	struct:sqlpnode
value	include/vect/dig_structs.h	/^    int *value;			\/* items *\/$/;"	m	struct:ilist
value	lib/driver/pad.h	/^    char *value;$/;"	m	struct:_list
value	lib/form/form.c	/^    char *value;$/;"	m	struct:__anon38	file:
value	lib/g3d/cache.c	/^    int *value;$/;"	m	struct:__anon30	file:
value	lib/vector/dglib/heap.h	/^    dglHeapData_u value;$/;"	m	struct:_dglHeapNode
value	raster/r.drain/main.c	/^    double value;$/;"	m	struct:point	file:
value	raster/r.neighbors/ncb.h	/^    int *value;			\/* neighborhood values *\/$/;"	m	struct:ncb
value	raster/r.terraflow/ccforest.h	/^  T key, value;$/;"	m	class:keyvalue
value	raster/r.terraflow/sweep.h	/^  flowaccumulation_type value;$/;"	m	class:flowValue
value	raster/r.terraflow/water.h	/^  unsigned char value;$/;"	m	class:packed8bit
value	raster/r.what/main.c	/^    CELL value[NFILES];$/;"	m	struct:order	file:
value	raster/wildfire/r.spreadpath/main.c	/^char *value;$/;"	v
value	swig/perl/gis.h	/^	DCELL value;$/;"	m	struct:_Color_Rule_::__anon89
value	swig/perl/gis.h	/^    char **value;$/;"	m	struct:Key_Value
value	vector/lidar/lidarlib/PolimiFunct.h	/^    double value;$/;"	m	struct:element
value	vector/v.digit/form.c	/^    char *value;$/;"	m	struct:__anon199	file:
value	vector/v.generalize/pq.h	/^    int *value;$/;"	m	struct:__anon187
value	vector/v.what.rast/main.c	/^    CELL value;$/;"	m	struct:order	file:
valueCmp	raster/r.terraflow/ccforest.cc	/^static int valueCmp(const keyvalue<int> &a, const keyvalue<int> &b) {$/;"	f	file:
valueCmp	raster/r.terraflow/ccforest.cc	/^static int valueCmp(const keyvalue<long> &a, const keyvalue<long> &b) {$/;"	f	file:
value_flag	raster/r.to.vect/global.h	/^Global int value_flag;		\/* use raster values as categories *\/$/;"	v
value_pool	raster/r.stats/stats.c	/^static CELL *value_pool;$/;"	v	file:
value_pool_count	raster/r.stats/stats.c	/^static int value_pool_count;$/;"	v	file:
values	db/drivers/dbf/globals.h	/^    VALUE *values;$/;"	m	struct:__anon13
values	lib/gpde/N_pde.h	/^    double *values;		\/*The non null values of the row *\/$/;"	m	struct:__anon46
values	raster/r.quantile/main.c	/^static DCELL *values;$/;"	v	file:
values	raster/r.stats/stats.c	/^    CELL *values;$/;"	m	struct:Node	file:
values	raster/r.stats/stats.c	/^static CELL *values;$/;"	v	file:
values	raster3d/r3.stats/main.c	/^    equal_val **values;$/;"	m	struct:__anon128	file:
values	vector/v.overlay/local.h	/^    char *values;$/;"	m	struct:__anon172
var	include/arraystats.h	/^    double var;$/;"	m	struct:GASTATS
var	include/imagery.h	/^    double **var;	       \/* covariance band-band   *\/$/;"	m	struct:One_Sig
var	lib/gis/spawn.c	/^    const char *var;$/;"	m	struct:binding	file:
var	raster/r.mapcalc/expression.h	/^	expr_data_var var;$/;"	m	union:expression::__anon143
var	raster/r.mapcalc/expression.h	/^    const char *var;$/;"	m	struct:expr_data_bind
varCount_global	raster/r.sun2/main.c	/^int varCount_global = 0;$/;"	v
var_get_code_by_name	vector/v.digit/var.c	/^int var_get_code_by_name(char *name)$/;"	f
var_get_name_by_code	vector/v.digit/var.c	/^char *var_get_name_by_code(int code)$/;"	f
var_get_type_by_name	vector/v.digit/var.c	/^int var_get_type_by_name(char *name)$/;"	f
var_getc	vector/v.digit/var.c	/^char *var_getc(int code)$/;"	f
var_getd	vector/v.digit/var.c	/^double var_getd(int code)$/;"	f
var_geti	vector/v.digit/var.c	/^int var_geti(int code)$/;"	f
var_init	vector/v.digit/var.c	/^void var_init(void)$/;"	f
var_setc	vector/v.digit/var.c	/^int var_setc(int code, char *c)$/;"	f
var_setd	vector/v.digit/var.c	/^int var_setd(int code, double d)$/;"	f
var_seti	vector/v.digit/var.c	/^int var_seti(int code, int iv)$/;"	f
var_type	include/vask.h	/^    int var_type;		\/* value type           *\/$/;"	m	struct:ans_rec
vareas	ps/ps.map/description.html	/^<a name="vareas"><\/a>$/;"	a
variable	raster/r.mapcalc/expression.c	/^expression *variable(const char *name)$/;"	f
variables	raster/r.cost/stash.h	/^struct variables$/;"	s
variables	raster/r.cost/stash.h	/^variables[] = {$/;"	v	typeref:struct:variables
variables	raster/r.mapcalc/expression.c	/^static expr_list *variables;$/;"	v	file:
variables	raster/r.walk/stash.h	/^struct variables$/;"	s
variables	raster/r.walk/stash.h	/^variables[] = {$/;"	v	typeref:struct:variables
variables	raster/wildfire/r.spreadpath/stash.h	/^struct variables$/;"	s
variables	raster/wildfire/r.spreadpath/stash.h	/^variables[] = {$/;"	v	typeref:struct:variables
varmode	lib/gis/env.c	/^static int varmode = G_GISRC_MODE_FILE;	\/* where find\/store variables *\/$/;"	v	file:
varray	include/vect/dig_structs.h	/^struct varray$/;"	s
varsol	imagery/i.atcorr/GeomCond.cpp	/^float GeomCond::varsol ()$/;"	f	class:GeomCond
vavg	raster/simwe/simlib/waterglobs.h	/^GLOBAL double vavg[MAXW][2], w[MAXW][3];$/;"	v
vch	raster/r.topmodel/global.h	/^    double A, qs0, lnTe, m, Sr0, Srmax, td, vch, vr;$/;"	m	struct:__anon130
vch	raster/r.topmodel/global.h	/^    double lnTe, vch, vr;$/;"	m	struct:__anon134
vcols	raster/r.out.mpeg/main.c	/^int irows, icols, vrows, vcols;$/;"	v
vcols	visualization/xganim/main.c	/^int irows, icols, vrows, vcols;$/;"	v
vcount	lib/vector/Vlib/dgraph.h	/^    int vcount; \/* number of vertices *\/$/;"	m	struct:planar_graph
vdodraw	visualization/nviz/scripts/panel_vol.tcl	/^proc vdodraw {} {$/;"	p
vec_struct	include/la.h	/^typedef mat_struct vec_struct;$/;"	t
vect	display/d.what.vect/what.h	/^GLOBAL char **vect;$/;"	v
vect	display/d.zoom/local_proto.h	/^GLOBAL char **rast, **vect, **list;$/;"	v
vect	lib/vector/Vlib/buffer.c	/^static void vect(double x1, double y1, double x2, double y2, double *x,$/;"	f	file:
vect	vector/v.what/main.c	/^char **vect;$/;"	v
vect_color	imagery/i.vpoints/drawvect.c	/^static char vect_color[VFILES][10];$/;"	v	file:
vect_draw_all_together	visualization/nviz/src/togl_flythrough.c	/^int vect_draw_all_together(Nv_data * data, Tcl_Interp * interp)$/;"	f
vect_file	imagery/i.vpoints/drawvect.c	/^static char vect_file[VFILES][GNAME_MAX];$/;"	v	file:
vect_list	imagery/i.points/main.c	/^char *vect_list;$/;"	v
vect_list	imagery/i.vpoints/main.c	/^char *vect_list;$/;"	v
vect_mapset	imagery/i.vpoints/drawvect.c	/^static char vect_mapset[VFILES][GMAPSET_MAX];$/;"	v	file:
vect_to_rast	vector/v.to.rast/vect2rast.c	/^int vect_to_rast(char *vector_map, char *raster_map, int field, char *column,$/;"	f
vect_translate	visualization/nviz/src/vect.c	/^vect_translate(id, type, data, interp)$/;"	f
vectmaps	raster/r.out.vtk/parameters.h	/^	*elev, *rgbmaps, *vectmaps, *decimals;$/;"	m	struct:__anon161	typeref:struct:__anon161::
vectmem	lib/gpde/N_solvers.c	/^double *vectmem(int rows)$/;"	f
vector	imagery/i.gensig/alloc.c	/^double *vector(int nl, int nh)$/;"	f
vector	lib/display/cnversions.c	/^struct vector$/;"	s	file:
vector	lib/display/draw2.c	/^struct vector$/;"	s	file:
vector	ps/ps.map/vector.h	/^struct vector vector;$/;"	v	typeref:struct:vector
vector	ps/ps.map/vector.h	/^struct vector$/;"	s
vector	raster/r.gwflow/main.c	/^	*bottom, *vector, *type, *dt, *maxit, *error, *solver, *sor,$/;"	m	struct:__anon162	typeref:struct:__anon162::	file:
vector	raster/r.param.scale/nrutil.c	/^float *vector(int nl, int nh)$/;"	f
vector	raster/r.texture/h_measure.c	/^float *vector(int nl, int nh)$/;"	f
vector	raster3d/r3.gwflow/main.c	/^	*vector, *dt, *maxit, *error, *solver, *sor;$/;"	m	struct:__anon109	typeref:struct:__anon109::	file:
vectorInstruction	raster/r.li/r.li.setup/r.li.setup.procedures.tcl	/^ proc vectorInstruction {} {$/;"	p
vector_LIBS	swig/python/Makefile	/^vector_LIBS     = $(VECTLIB)$/;"	m
vector_alloc	ps/ps.map/vector.c	/^void vector_alloc(void)$/;"	f
vector_columns	lib/python/vector.py	/^def vector_columns(map, layer = None, **args):$/;"	f
vector_db	lib/python/vector.py	/^def vector_db(map, **args):$/;"	f
vector_db_select	lib/python/vector.py	/^def vector_db_select(map, layer = 1, **kwargs):$/;"	f
vector_history	lib/python/vector.py	/^def vector_history(map):$/;"	f
vector_info_topo	lib/python/vector.py	/^def vector_info_topo(map):$/;"	f
vector_init	ps/ps.map/vector.c	/^void vector_init(void)$/;"	f
vector_layer_db	lib/python/vector.py	/^def vector_layer_db(map, layer):$/;"	f
vector_wrap_c_FLAGS	swig/python/Makefile	/^vector_wrap_c_FLAGS = $(VECT_INC)$/;"	m
vectormaps	raster3d/r3.out.vtk/parameters.h	/^    struct Option *input, *output, *rgbmaps, *vectormaps, *null_val, *top,$/;"	m	struct:__anon123	typeref:struct:__anon123::
vedit_LIBS	swig/python/Makefile	/^vedit_LIBS      = $(VEDITLIB)$/;"	m
velocity_fd	raster/wildfire/r.spread/main.c	/^int spotdist_fd, velocity_fd, mois_fd;$/;"	v
velocity_layer	raster/wildfire/r.spread/collect_ori.c	/^char *velocity_layer;$/;"	v
verbose	imagery/i.cluster/main.c	/^int verbose;$/;"	v
verbose	include/gis.h	/^    int verbose;		\/* print all informations about progress and so on *\/$/;"	m	struct:GModule
verbose	lib/gis/verbose.c	/^static int verbose = -1;	\/* current verbosity level *\/$/;"	v	file:
verbose	lib/python/core.py	/^def verbose(msg):$/;"	f
verbose	raster/r.report/main.c	/^int verbose = 1;$/;"	v
verbose	raster/r.terraflow/main.h	/^  int verbose;         \/* 1 if verbose, 0 otherwise *\/ $/;"	m	struct:__anon144
verbose	raster/r.terraflow/option.h	/^  int verbose;         \/* 1 if verbose, 0 otherwise *\/$/;"	m	struct:__anon145
verbose	raster/wildfire/r.spread/collect_ori.c	/^int verbose;$/;"	v
verbose	swig/perl/gis.h	/^    int verbose;		\/* print all informations about progress and so on *\/$/;"	m	struct:GModule
verbose	vector/v.transform/trans.h	/^    int verbose;		\/*  do we print residual info  *\/$/;"	m	struct:command_flags
verbosedir	raster/r.terraflow/fill.cc	/^verbosedir(std::string s) {$/;"	f
verbosity	lib/python/core.py	/^def verbosity():$/;"	f
vercmp	gem/tools.c	/^int vercmp(int major, int minor, int revision, int major2, int minor2,$/;"	f
verify	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::verify() {$/;"	f	class:EMPQueueAdaptive
verify	include/iostream/minmaxheap.h	/^BasicMinMaxHeap<T>::verify() {$/;"	f	class:BasicMinMaxHeap
verifyVolumeEdges	lib/g3d/g3dvolume.c	/^static int verifyVolumeEdges(nx, ny, nz)$/;"	f	file:
verifyVolumeVertices	lib/g3d/g3dvolume.c	/^static int verifyVolumeVertices(map, v)$/;"	f	file:
verifypointer	swig/python/NumPtr/lib/NumPtr.py	/^def verifypointer(Aptr, n=0, m=None, l=None):$/;"	f
vers_major	lib/gis/view.c	/^static int vers_major = 4;$/;"	v	file:
vers_minor	lib/gis/view.c	/^static int vers_minor = 1;$/;"	v	file:
version	include/gis.h	/^    int version;		\/* set by read_colors: -1=old,1=new *\/$/;"	m	struct:Colors
version	swig/perl/gis.h	/^    int version;		\/* set by read_colors: -1=old,1=new *\/$/;"	m	struct:Colors
vert_exag	include/gstypes.h	/^    float real_to[4], vert_exag;	\/* a global Z exag *\/$/;"	m	struct:__anon260
vertex	gui/wxpython/vdigit/driver.h	/^	long int vertex;$/;"	m	struct:DisplayDriver::_topology
vertex	gui/wxpython/vdigit/driver.h	/^	symbol vertex;$/;"	m	struct:DisplayDriver::_settings
vertex	imagery/i.class/defs.h	/^    POINT vertex[MAX_VERTEX];$/;"	m	struct:region
vertex	vector/v.delaunay2/data_types.h	/^struct vertex$/;"	s
vertex	vector/v.hull/chull.c	/^    tVertex vertex[3];$/;"	m	struct:tFaceStructure	file:
vertex	vector/v.voronoi/sw_defs.h	/^    struct Site *vertex;$/;"	m	struct:Halfedge	typeref:struct:Halfedge::Site
vertex_npoints	imagery/i.class/defs.h	/^    int vertex_npoints;$/;"	m	struct:region
vertex_reduction	vector/v.generalize/simplification.c	/^int vertex_reduction(struct line_pnts *Points, double eps, int with_z)$/;"	f
verticalScale	raster/r.out.pov/main.c	/^double verticalScale = 1.0;	\/* to stretch or shrink elevations *\/$/;"	v
verticalpat_bits	include/patterns.h	/^static BITMAPS_H_TYPE verticalpat_bits[] = {$/;"	v
verticalpat_height	include/patterns.h	9;"	d
verticalpat_width	include/patterns.h	8;"	d
vertices	vector/v.generalize/network.c	/^    int vertices;$/;"	m	struct:__anon189	file:
vertices	vector/v.hull/chull.c	/^tVertex vertices = NULL;$/;"	v
verticesoffset	vector/v.out.vtk/writeVTK.h	/^    int verticesoffset;$/;"	m	struct:__anon169
verts	lib/dspf/viz.h	/^    int verts[8];$/;"	m	struct:__anon37
verts	raster3d/r3.showdspf/vizual.h	/^    double verts[18];$/;"	m	struct:poly_info
verts	raster3d/r3.showdspf/vizual2.h	/^    int verts[8];$/;"	m	struct:__anon118
vf	vector/v.mapcalc/vector.c	/^static VECFUNC vf[] = {$/;"	v	file:
vfiles	raster/r.out.mpeg/main.c	/^char *vfiles[MAXVIEWS][MAXIMAGES];$/;"	v
vfiles	visualization/xganim/main.c	/^char *vfiles[MAXVIEWS][MAXIMAGES];$/;"	v
vfprint_error	lib/gis/error.c	/^static int vfprint_error(int type, const char *template, va_list ap)$/;"	f	file:
vgl_GIFWriter	raster3d/r3.showdspf/togif.h	/^} vgl_GIFWriter;$/;"	t	typeref:struct:_vgl_GIFWriter
vgl_GIFWriterBegin	raster3d/r3.showdspf/togif.c	/^vgl_GIFWriter *vgl_GIFWriterBegin(void)$/;"	f
vgl_GIFWriterEnd	raster3d/r3.showdspf/togif.c	/^void vgl_GIFWriterEnd(vgl_GIFWriter * gifwriter)$/;"	f
vgl_GIFWriterWriteGIFFile	raster3d/r3.showdspf/togif.c	/^void vgl_GIFWriterWriteGIFFile(vgl_GIFWriter * gifwriter,$/;"	f
video_outbuf	lib/ogsf/gsd_img_mpeg.c	/^uint8_t *video_outbuf;$/;"	v
video_outbuf_size	lib/ogsf/gsd_img_mpeg.c	/^int frame_count, video_outbuf_size;$/;"	v
video_st	lib/ogsf/gsd_img_mpeg.c	/^AVStream *video_st;$/;"	v
view	imagery/i.class/defs.h	/^    View *view;$/;"	m	struct:region
view2on	imagery/i.vpoints/drawvect.c	/^static int view2on, view2zoomon, numfiles = 0;$/;"	v	file:
view2zoomon	imagery/i.vpoints/drawvect.c	/^static int view2on, view2zoomon, numfiles = 0;$/;"	v	file:
view_node	include/kftypes.h	/^typedef struct view_node$/;"	s
view_proj	include/gstypes.h	/^    int view_proj;		\/* perspective, ortho *\/$/;"	m	struct:__anon260
view_to_col	imagery/i.class/conv.c	/^int view_to_col(View * view, int x)$/;"	f
view_to_col	imagery/i.ortho.photo/photo.2image/conv.c	/^int view_to_col(View * view, int x)$/;"	f
view_to_col	imagery/i.ortho.photo/photo.2target/conv.c	/^int view_to_col(View * view, int x)$/;"	f
view_to_col	imagery/i.ortho.photo/photo.rectify/conv.c	/^int view_to_col(View * view, int x)$/;"	f
view_to_col	imagery/i.points/conv.c	/^int view_to_col(View * view, int x)$/;"	f
view_to_col	imagery/i.vpoints/conv.c	/^int view_to_col(View * view, int x)$/;"	f
view_to_row	imagery/i.class/conv.c	/^int view_to_row(View * view, int y)$/;"	f
view_to_row	imagery/i.ortho.photo/photo.2image/conv.c	/^int view_to_row(View * view, int y)$/;"	f
view_to_row	imagery/i.ortho.photo/photo.2target/conv.c	/^int view_to_row(View * view, int y)$/;"	f
view_to_row	imagery/i.ortho.photo/photo.rectify/conv.c	/^int view_to_row(View * view, int y)$/;"	f
view_to_row	imagery/i.points/conv.c	/^int view_to_row(View * view, int y)$/;"	f
view_to_row	imagery/i.vpoints/conv.c	/^int view_to_row(View * view, int y)$/;"	f
viewcell_tri_interp	lib/ogsf/gsdrape.c	/^int viewcell_tri_interp(geosurf * gs, typbuff * buf, Point3 pt,$/;"	f
vis	vector/v.net.visibility/rotation_tree.h	/^    struct Line *vis;$/;"	m	struct:Point	typeref:struct:Point::Line
visi	imagery/i.atcorr/main.cpp	/^    float visi[MAX_TICs];$/;"	m	class:TIMap	file:
visibility_points	vector/v.net.visibility/visibility.c	/^void visibility_points(struct Point *points, int num_points,$/;"	f
visible	imagery/i.class/input.c	/^static int visible(Objects * object)$/;"	f	file:
visible	imagery/i.ortho.photo/photo.2image/input.c	/^static int visible(Objects * object)$/;"	f	file:
visible	imagery/i.ortho.photo/photo.2target/input.c	/^static int visible(Objects * object)$/;"	f	file:
visible	imagery/i.points/input.c	/^static int visible(Objects * object)$/;"	f	file:
visible	imagery/i.vpoints/input.c	/^static int visible(Objects * object)$/;"	f	file:
visible	vector/v.hull/chull.c	/^    bool visible;		\/* T iff face visible from new point. *\/$/;"	m	struct:tFaceStructure	file:
visited_left	lib/vector/Vlib/dgraph.h	/^    char visited_left;$/;"	m	struct:pg_edge
visited_right	lib/vector/Vlib/dgraph.h	/^    char visited_right;$/;"	m	struct:pg_edge
visually_equal	imagery/i.ortho.photo/photo.rectify/ask_wind.c	/^static int visually_equal(double x, double y)$/;"	f	file:
viz_calc_linefax	visualization/nviz/src/mkdspf_calc_linefax.c	/^viz_calc_linefax(linefax, args, nargs, interp)$/;"	f
viz_calc_tvals	raster3d/r3.mkdspf/calc_linefax.c	/^int viz_calc_tvals(cmndln_info * linefax, char **a_levels, char *a_min,$/;"	f
viz_init_file	visualization/nviz/src/mkdspf_init_file.c	/^viz_init_file(args, interp)$/;"	f
viz_iso_surface	raster3d/r3.mkdspf/iso_surface.c	/^void viz_iso_surface(void *g3map, G3D_Region * g3reg,$/;"	f
viz_iso_surface	visualization/nviz/src/mkdspf_iso_surface.c	/^viz_iso_surface(linefax, interp)$/;"	f
viz_make_header	raster3d/r3.mkdspf/make_header.c	/^void viz_make_header(file_info * hf, double dmin, double dmax,$/;"	f
viz_make_header	raster3d/r3.showdspf/make_header.c	/^int viz_make_header(hf, dmin, dmax, g3reg)$/;"	f
vlegend	ps/ps.map/description.html	/^<a name="vlegend"><\/a>$/;"	a
vline_color	visualization/nviz2/cmd/local_proto.h	/^      *vlines, *vline_width, *vline_color, *vline_mode, *vline_height, *vline_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
vline_height	visualization/nviz2/cmd/local_proto.h	/^      *vlines, *vline_width, *vline_color, *vline_mode, *vline_height, *vline_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
vline_mode	visualization/nviz2/cmd/local_proto.h	/^      *vlines, *vline_width, *vline_color, *vline_mode, *vline_height, *vline_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
vline_pos	visualization/nviz2/cmd/local_proto.h	/^      *vlines, *vline_width, *vline_color, *vline_mode, *vline_height, *vline_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
vline_width	visualization/nviz2/cmd/local_proto.h	/^      *vlines, *vline_width, *vline_color, *vline_mode, *vline_height, *vline_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
vlines	ps/ps.map/description.html	/^<a name="vlines"><\/a>$/;"	a
vlines	visualization/nviz2/cmd/local_proto.h	/^      *vlines, *vline_width, *vline_color, *vline_mode, *vline_height, *vline_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
vlines_set_attrb	visualization/nviz2/cmd/vector.c	/^int vlines_set_attrb(const struct GParams *params)$/;"	f
vmean	raster/simwe/simlib/waterglobs.h	/^GLOBAL double hhmax, sisum, vmean;$/;"	v
vnum	raster3d/r3.showdspf/vizual.h	/^    int vnum;			\/* the number of vertices in this polygon (= number of sides ) *\/$/;"	m	struct:poly_info
vnum	vector/v.hull/chull.c	/^    int vnum;$/;"	m	struct:tVertexStructure	file:
void_func	lib/ogsf/GS2.c	/^void void_func(void)$/;"	f
vol	raster3d/r3.stats/main.c	/^    double min, max, vol, perc;$/;"	m	struct:__anon125	file:
vol_draw_all_cmd	visualization/nviz/src/togl_flythrough.c	/^int vol_draw_all_cmd(Nv_data * data, Tcl_Interp * interp,	\/* Current interpreter. *\/$/;"	f
volume	visualization/nviz2/cmd/local_proto.h	/^      *volume, *volume_mode, *volume_shade, *volume_pos, *volume_res, *isosurf_level,$/;"	m	struct:GParams	typeref:struct:GParams::
volume_mode	visualization/nviz2/cmd/local_proto.h	/^      *volume, *volume_mode, *volume_shade, *volume_pos, *volume_res, *isosurf_level,$/;"	m	struct:GParams	typeref:struct:GParams::
volume_pos	visualization/nviz2/cmd/local_proto.h	/^      *volume, *volume_mode, *volume_shade, *volume_pos, *volume_res, *isosurf_level,$/;"	m	struct:GParams	typeref:struct:GParams::
volume_res	visualization/nviz2/cmd/local_proto.h	/^      *volume, *volume_mode, *volume_shade, *volume_pos, *volume_res, *isosurf_level,$/;"	m	struct:GParams	typeref:struct:GParams::
volume_shade	visualization/nviz2/cmd/local_proto.h	/^      *volume, *volume_mode, *volume_shade, *volume_pos, *volume_res, *isosurf_level,$/;"	m	struct:GParams	typeref:struct:GParams::
voronoi	vector/v.voronoi/sw_voronoi.c	/^int voronoi(int triangulate, struct Site *(*nextsite) (void))$/;"	f
vpoint_color	visualization/nviz2/cmd/local_proto.h	/^      *vpoints, *vpoint_size, *vpoint_marker, *vpoint_color, *vpoint_width, *vpoint_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
vpoint_marker	visualization/nviz2/cmd/local_proto.h	/^      *vpoints, *vpoint_size, *vpoint_marker, *vpoint_color, *vpoint_width, *vpoint_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
vpoint_pos	visualization/nviz2/cmd/local_proto.h	/^      *vpoints, *vpoint_size, *vpoint_marker, *vpoint_color, *vpoint_width, *vpoint_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
vpoint_size	visualization/nviz2/cmd/local_proto.h	/^      *vpoints, *vpoint_size, *vpoint_marker, *vpoint_color, *vpoint_width, *vpoint_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
vpoint_width	visualization/nviz2/cmd/local_proto.h	/^      *vpoints, *vpoint_size, *vpoint_marker, *vpoint_color, *vpoint_width, *vpoint_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
vpoints	ps/ps.map/description.html	/^<a name="vpoints"><\/a>$/;"	a
vpoints	visualization/nviz2/cmd/local_proto.h	/^      *vpoints, *vpoint_size, *vpoint_marker, *vpoint_color, *vpoint_width, *vpoint_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
vpoints_set_attrb	visualization/nviz2/cmd/vector.c	/^int vpoints_set_attrb(const struct GParams *params)$/;"	f
vquery_add_map	visualization/nviz/scripts/panel_vquery.tcl	/^proc vquery_add_map {_map} {$/;"	p
vquery_remove_map	visualization/nviz/scripts/panel_vquery.tcl	/^proc vquery_remove_map {_map} {$/;"	p
vr	raster/r.topmodel/global.h	/^    double A, qs0, lnTe, m, Sr0, Srmax, td, vch, vr;$/;"	m	struct:__anon130
vr	raster/r.topmodel/global.h	/^    double lnTe, vch, vr;$/;"	m	struct:__anon134
vrFrom	raster3d/r3.showdspf/Ball.h	/^    HVect vNow, vDown, vFrom, vTo, vrFrom, vrTo;$/;"	m	struct:__anon112
vrTo	raster3d/r3.showdspf/Ball.h	/^    HVect vNow, vDown, vFrom, vTo, vrFrom, vrTo;$/;"	m	struct:__anon112
vrml_begin	raster/r.out.vrml/vrml.c	/^void vrml_begin(FILE * vout)$/;"	f
vrml_end	raster/r.out.vrml/vrml.c	/^void vrml_end(FILE * vout)$/;"	f
vrml_put_grid	raster/r.out.vrml/put_grid.c	/^void vrml_put_grid(FILE * vout,$/;"	f
vrml_put_view	raster/r.out.vrml/put_view.c	/^void vrml_put_view(FILE * vout, struct G_3dview *v3d)$/;"	f
vrml_putline	raster/r.out.vrml/vrml.c	/^void vrml_putline(int indent, FILE * vout, char *str)$/;"	f
vrows	raster/r.out.mpeg/main.c	/^int irows, icols, vrows, vcols;$/;"	v
vrows	visualization/xganim/main.c	/^int irows, icols, vrows, vcols;$/;"	v
vs	db/base/select.c	/^    char *driver, *database, *table, *sql, *fs, *vs, *nv, *input;$/;"	m	struct:__anon9	file:
vscale	raster/r.out.mpeg/main.c	/^float vscale, scale;		\/* resampling scale factors *\/$/;"	v
vscale	visualization/xganim/main.c	/^float vscale, scale;		\/* resampling scale factors *\/$/;"	v
vsize	display/d.graph/options.h	/^EXTERN float vsize;$/;"	v
vsize	display/d.mapgraph/options.h	/^MAIN double vsize;$/;"	v
vtype	include/la.h	/^{ RVEC, CVEC } vtype;$/;"	t	typeref:enum:__anon244
vwin	include/gis.h	/^    struct Cell_head vwin;$/;"	m	struct:G_3dview	typeref:struct:G_3dview::Cell_head
vwin	swig/perl/gis.h	/^    struct Cell_head vwin;$/;"	m	struct:G_3dview	typeref:struct:G_3dview::Cell_head
w	include/nviz.h	/^    float x, y, z, w;		\/* position *\/$/;"	m	struct:__anon289
w	lib/gmath/brent.c	/^    double d, e, v, w;$/;"	m	struct:__anon73	file:
w	ps/ps.map/ps_info.h	/^    struct Cell_head w;$/;"	m	struct:PS_data	typeref:struct:PS_data::Cell_head
w	raster/r.le/r.le.patch/patch.h	/^    int n, s, e, w;$/;"	m	struct:reglist
w	raster/r.le/r.le.patch/patch.h	/^    int num, n, s, e, w, npts;$/;"	m	struct:patch
w	raster/r.le/r.le.pixel/pixel.h	/^    int n, s, e, w;$/;"	m	struct:reglist
w	raster/r.le/r.le.trace/r.le.trace.h	/^    int num, n, s, e, w, npts;$/;"	m	struct:patch
w	raster/simwe/simlib/waterglobs.h	/^GLOBAL double vavg[MAXW][2], w[MAXW][3];$/;"	v
w	raster/wildfire/r.ros/spot_dist.c	/^float w[14] = { 0, 0.034, 0.184, 0.138, 0.736, 0.161, 0.276,$/;"	v
w	raster3d/r3.showdspf/BallAux.h	/^    float x, y, z, w;$/;"	m	struct:__anon119
w	vector/v.vol.rst/dataoct.h	/^    double w;$/;"	m	struct:quadruple
w	vector/v.vol.rst/points.h	/^    double w;$/;"	m	struct:point_3d
w	vector/v.vol.rst/userglobs.h	/^double \/* out *\/ *b, *w;$/;"	v
w	visualization/nviz/src/interface.h	/^    float x, y, z, w;		\/* position *\/$/;"	m	struct:__anon100
w_ave	lib/stats/c_ave.c	/^void w_ave(DCELL * result, DCELL(*values)[2], int n)$/;"	f
w_count	lib/stats/c_count.c	/^void w_count(DCELL * result, DCELL(*values)[2], int n)$/;"	f
w_height	visualization/ximgview/main.c	/^static int w_width, w_height;$/;"	v	file:
w_kurt	lib/stats/c_kurt.c	/^void w_kurt(DCELL * result, DCELL(*values)[2], int n)$/;"	f
w_median	lib/stats/c_median.c	/^void w_median(DCELL * result, DCELL(*values)[2], int n)$/;"	f
w_mode	lib/stats/c_mode.c	/^void w_mode(DCELL * result, DCELL(*values)[2], int n)$/;"	f
w_perc90	lib/stats/c_percentile.c	/^void w_perc90(DCELL * result, DCELL(*values)[2], int n)$/;"	f
w_quart1	lib/stats/c_percentile.c	/^void w_quart1(DCELL * result, DCELL(*values)[2], int n)$/;"	f
w_quart3	lib/stats/c_percentile.c	/^void w_quart3(DCELL * result, DCELL(*values)[2], int n)$/;"	f
w_reg_c	lib/stats/c_reg.c	/^void w_reg_c(DCELL * result, DCELL(*values)[2], int n)$/;"	f
w_reg_m	lib/stats/c_reg.c	/^void w_reg_m(DCELL * result, DCELL(*values)[2], int n)$/;"	f
w_reg_r2	lib/stats/c_reg.c	/^void w_reg_r2(DCELL * result, DCELL(*values)[2], int n)$/;"	f
w_skew	lib/stats/c_skew.c	/^void w_skew(DCELL * result, DCELL(*values)[2], int n)$/;"	f
w_stddev	lib/stats/c_stddev.c	/^void w_stddev(DCELL * result, DCELL(*values)[2], int n)$/;"	f
w_sum	lib/stats/c_sum.c	/^void w_sum(DCELL * result, DCELL(*values)[2], int n)$/;"	f
w_var	lib/stats/c_var.c	/^void w_var(DCELL * result, DCELL(*values)[2], int n)$/;"	f
w_width	visualization/ximgview/main.c	/^static int w_width, w_height;$/;"	v	file:
wait	gui/wxpython/compat/subprocess.py	/^        def wait(self):$/;"	f	function:Popen._translate_newlines
walk_back	vector/v.build.polylines/walk.c	/^int walk_back(struct Map_info *map, int start_line)$/;"	f
walk_forward_and_pick_up_coords	vector/v.build.polylines/walk.c	/^int walk_forward_and_pick_up_coords(struct Map_info *map,$/;"	f
want_histogram	lib/gis/G.h	/^    int want_histogram;$/;"	m	struct:G__
want_histogram	lib/gis/G.h	/^    int want_histogram;$/;"	m	struct:fileinfo
warn_memory_limit	lib/iostream/mm.cc	/^void MM_register::warn_memory_limit() {$/;"	f	class:MM_register
warning	lib/python/core.py	/^def warning(msg):$/;"	f
warning_ask	visualization/nviz/scripts/ACS_utils.tcl	/^proc warning_ask {msg {ok "dismiss"}} {$/;"	p
warp	imagery/i.vpoints/analyze.c	/^static int warp(void)$/;"	f	file:
warpimport	scripts/r.in.wms/r.in.gdalwarp	/^warpimport () {$/;"	f
warpvect	imagery/i.vpoints/drawvect.c	/^int warpvect(double E[], double N[], int trans_order)$/;"	f
wat	raster/r.watershed/ram/Gwater.h	/^GLOBAL CELL *dis, *alt, *wat, *asp, *bas, *haf, *r_h, *dep;$/;"	v
wat	raster/r.watershed/seg/Gwater.h	/^GLOBAL CSEG dis, alt, wat, asp, bas, haf, r_h, dep;$/;"	v
wat_flag	raster/r.watershed/ram/Gwater.h	/^GLOBAL char wat_flag, asp_flag, arm_flag, ril_flag, dep_flag;$/;"	v
wat_flag	raster/r.watershed/seg/Gwater.h	/^GLOBAL char wat_flag, asp_flag, arm_flag, ril_flag, dep_flag;$/;"	v
wat_name	raster/r.watershed/ram/Gwater.h	/^GLOBAL char wat_name[GNAME_MAX], asp_name[GNAME_MAX], arm_name[GNAME_MAX],$/;"	v
wat_name	raster/r.watershed/seg/Gwater.h	/^GLOBAL char wat_name[GNAME_MAX], asp_name[GNAME_MAX], arm_name[GNAME_MAX],$/;"	v
wat_seg	raster/r.watershed/ram/Gwater.h	/^GLOBAL RAMSEG dis_seg, alt_seg, wat_seg, asp_seg, bas_seg, haf_seg;$/;"	v
watcher	gui/wxpython/gui_modules/mapdisp.py	/^    def watcher(self):$/;"	m	class:MapApp
wate	imagery/i.atcorr/AerosolModel.cpp	/^void AerosolModel::wate()$/;"	f	class:AerosolModel
wate_ph	imagery/i.atcorr/common.h	/^	float wate_ph[10][83];		\/* water model *\/$/;"	m	struct:Sixs_aerbas
waterCmpBoundaryType	raster/r.terraflow/water.h	/^class waterCmpBoundaryType {$/;"	c
waterGridType	raster/r.terraflow/water.h	/^  waterGridType() : label(LABEL_UNDEF) {};$/;"	f	class:waterGridType
waterGridType	raster/r.terraflow/water.h	/^  waterGridType(elevation_type gel, $/;"	f	class:waterGridType
waterGridType	raster/r.terraflow/water.h	/^  waterGridType(elevation_type gel, waterType w) :$/;"	f	class:waterGridType
waterGridType	raster/r.terraflow/water.h	/^class waterGridType : public waterWindowBaseType {$/;"	c
waterType	raster/r.terraflow/water.h	/^  waterType() : label(LABEL_UNDEF) {};		      	\/* needed to sort *\/$/;"	f	class:waterType
waterType	raster/r.terraflow/water.h	/^  waterType(dimension_type gi,$/;"	f	class:waterType
waterType	raster/r.terraflow/water.h	/^  waterType(plateauType &data) : $/;"	f	class:waterType
waterType	raster/r.terraflow/water.h	/^class waterType : public ijBaseType {$/;"	c
waterType2direction_type	raster/r.terraflow/water.h	/^class waterType2direction_type {$/;"	c
waterWindowBaseType	raster/r.terraflow/water.h	/^  waterWindowBaseType() : el(nodataType::ELEVATION_NODATA), dir(0), $/;"	f	class:waterWindowBaseType
waterWindowBaseType	raster/r.terraflow/water.h	/^  waterWindowBaseType(elevation_type gel, $/;"	f	class:waterWindowBaseType
waterWindowBaseType	raster/r.terraflow/water.h	/^class waterWindowBaseType {$/;"	c
waterWindowBaseType2sweepItem	raster/r.terraflow/flow.cc	/^waterWindowBaseType2sweepItem(AMI_STREAM<waterWindowBaseType> *baseStr, $/;"	f
waterWindowType	raster/r.terraflow/water.h	/^typedef compressedWaterWindowType waterWindowType;$/;"	t
waterWindower	raster/r.terraflow/water.cc	/^  waterWindower(AMI_STREAM<waterWindowType> *str) :$/;"	f	class:waterWindower
waterWindower	raster/r.terraflow/water.cc	/^class waterWindower {$/;"	c	file:
waterWindows	raster/r.terraflow/water.cc	/^  AMI_STREAM<waterWindowType> *waterWindows;$/;"	m	class:waterWindower	file:
watershed_grid	raster/r.terraflow/option.h	/^  char* watershed_grid;\/* name of output watershed grid *\/$/;"	m	struct:__anon145
watson_u2	lib/cdhc/watsonun.c	/^double *watson_u2(double *x, int n)$/;"	f
watson_u2_exp	lib/cdhc/watsonue.c	/^double *watson_u2_exp(double *x, int n)$/;"	f
wava1	imagery/i.atcorr/Abstra.cpp	/^wava1 (float a[8], const long int inu)$/;"	f
wava2	imagery/i.atcorr/Abstra.cpp	/^wava2 (float a[8], const long int inu)$/;"	f
wava3	imagery/i.atcorr/Abstra.cpp	/^wava3 (float a[8], const long int inu)$/;"	f
wava4	imagery/i.atcorr/Abstra.cpp	/^wava4 (float a[8], const long int inu)$/;"	f
wava5	imagery/i.atcorr/Abstra.cpp	/^wava5 (float a[8], const long int inu)$/;"	f
wava6	imagery/i.atcorr/Abstra.cpp	/^wava6 (float a[8], const long int inu)$/;"	f
wbufferZone	raster/r.horizon/main.c	/^double bufferZone = 0., ebufferZone = 0., wbufferZone = 0.,$/;"	v
wc2regex	general/g.mlist/wc2regex.c	/^char *wc2regex(const char *wc)$/;"	f
wc2regex	general/g.mremove/wc2regex.c	/^char *wc2regex(const char *wc)$/;"	f
wcoef	lib/cdhc/as181.c	/^void wcoef(double a[], int n, int n2, double *eps, int *ifault)$/;"	f
wcount	raster/r.out.pov/main.c	/^int wcount = 0, hcount;$/;"	v
wd	raster/r.li/r.li.daemon/daemon.h	/^typedef struct wd$/;"	s
wd	raster/r.li/r.li.daemon/daemon.h	/^} wd;$/;"	t	typeref:struct:wd
wdepth	raster/simwe/simlib/waterglobs.h	/^	*density, *diffc, *hmax, *halpha, *hbeta, *wdepth, *detin, *tranin,$/;"	m	struct:__anon137	typeref:struct:__anon137::
wdepth	raster/simwe/simlib/waterglobs.h	/^GLOBAL char *wdepth;$/;"	v
weight	raster/r.terraflow/weightWindow.h	/^  genericWindow<float> weight;  \/* weights *\/$/;"	m	class:weightWindow
weight	vector/v.label.sa/labels.h	/^    double weight;		    \/**< The label weight if user requested to ide overlaps *\/$/;"	m	struct:_label
weight	visualization/nviz/src/tkFont.h	/^    int weight;			\/* Weight flag; see below for def'n. *\/$/;"	m	struct:TkFontAttributes
weightWindow	raster/r.terraflow/weightWindow.cc	/^weightWindow::weightWindow(const float dx, const float dy) :$/;"	f	class:weightWindow
weightWindow	raster/r.terraflow/weightWindow.h	/^class weightWindow {$/;"	c
weights	raster/r.neighbors/ncb.h	/^    DCELL **weights;$/;"	m	struct:ncb
weights_mask	raster/r.neighbors/gather.c	/^void weights_mask(void)$/;"	f
weisberg_bingham	lib/cdhc/weisberg.c	/^double *weisberg_bingham(double *x, int n)$/;"	f
west	include/G3d.h	/^    double east, west;$/;"	m	struct:__anon248
west	include/gis.h	/^    double west;$/;"	m	struct:Cell_head
west	lib/display/cnversions.c	/^    double west;$/;"	m	struct:rectangle	file:
west	lib/dspf/viz.h	/^    float north, south, east, west;$/;"	m	struct:__anon33
west	raster3d/r3.showdspf/vizual2.h	/^    float north, south, east, west;$/;"	m	struct:__anon114
west	swig/perl/gis.h	/^    double west;$/;"	m	struct:Cell_head
westMost	raster/r.out.pov/main.c	/^double eastMost, westMost, southMost, northMost;$/;"	v
westMostSample	raster/r.out.pov/main.c	/^int eastMostSample, westMostSample, southMostSample, northMostSample;$/;"	v
wext	lib/cdhc/as181.c	/^void wext(double x[], int n, double ssq, double a[], int n2, double eps,$/;"	f
wget_extension	gem/tools.c	/^void wget_extension(char *url)$/;"	f
wgp	lib/cdhc/as181.c	/^void wgp(double x[], int n, double ssq, double gp, double h, double a[],$/;"	f
wh	imagery/i.atcorr/AtmosModel.h	/^	float wh[34];$/;"	m	struct:AtmosModel
what	display/d.what.rast/what.c	/^int what(int once, int terse, int colrow, char *fs, int width, int mwidth)$/;"	f
what	display/d.what.vect/what.c	/^int what(int once, int txt, int terse, int flash, int width, int mwidth,$/;"	f
what	vector/v.what/what.c	/^int what(double east, double north, double maxdist, int width,$/;"	f
whats_here	visualization/nviz/scripts/panel_rquery.tcl	/^proc whats_here {} {$/;"	p
whats_here_info	visualization/nviz/scripts/panel_rquery.tcl	/^proc whats_here_info {x y} {$/;"	p
whats_pipe_bind	visualization/nviz/scripts/panel_rquery.tcl	/^proc whats_pipe_bind {BASE} {$/;"	p
where	imagery/i.ortho.photo/photo.2image/where.c	/^int where(int x, int y)$/;"	f
where	imagery/i.ortho.photo/photo.2target/where.c	/^int where(int x, int y)$/;"	f
where	imagery/i.points/where.c	/^int where(int x, int y)$/;"	f
where	imagery/i.vpoints/where.c	/^int where(int x, int y)$/;"	f
where	include/dbmi.h	/^    char **where;		\/* array of SQL WHERE conditions *\/$/;"	m	struct:__anon279
where	include/monitors.h	/^    char *where;		\/* version of above for user *\/$/;"	m	struct:MON_CAP
where	ps/ps.map/vector.h	/^    char *where;		\/* SQL where condition (without WHERE key word) *\/$/;"	m	struct:__anon22
where	raster/r.to.vect/global.h	/^    int where;			\/* if so, where *\/$/;"	m	struct:equiv_table
where	vector/v.edit/global.h	/^	*poly, *type, *id, *where, *bmaps, *snap, *query, *zbulk;$/;"	m	struct:GParams	typeref:struct:GParams::
where_12	imagery/i.ortho.photo/photo.2image/where.c	/^static int where_12(View * view, int x, int y)$/;"	f	file:
where_12	imagery/i.ortho.photo/photo.2target/where.c	/^static int where_12(View * view, int x, int y)$/;"	f	file:
where_12	imagery/i.points/where.c	/^static int where_12(View * view, int x, int y)$/;"	f	file:
where_12	imagery/i.vpoints/where.c	/^static int where_12(View * view, int x, int y)$/;"	f	file:
where_21	imagery/i.ortho.photo/photo.2image/where.c	/^static int where_21(View * view, int x, int y)$/;"	f	file:
where_21	imagery/i.ortho.photo/photo.2target/where.c	/^static int where_21(View * view, int x, int y)$/;"	f	file:
where_21	imagery/i.points/where.c	/^static int where_21(View * view, int x, int y)$/;"	f	file:
where_21	imagery/i.vpoints/where.c	/^static int where_21(View * view, int x, int y)$/;"	f	file:
where_am_i	display/d.where/where.c	/^int where_am_i(int once, int have_spheroid, int decimal, int wgs84,$/;"	f
where_am_i	imagery/i.ortho.photo/photo.2image/where.c	/^static int where_am_i(View * view, int x, int y, Window * w1, double *E,$/;"	f	file:
where_am_i	imagery/i.ortho.photo/photo.2target/where.c	/^static int where_am_i(View * view, int x, int y, Window * w1, double *E,$/;"	f	file:
where_am_i	imagery/i.points/where.c	/^static int where_am_i(View * view, int x, int y, Window * w1,$/;"	f	file:
where_am_i	imagery/i.vpoints/where.c	/^static int where_am_i(View * view, int x, int y, Window * w1,$/;"	f	file:
where_is_point	raster/r.sun/main.c	/^void where_is_point(void)$/;"	f
where_is_point	raster/r.sun2/main.c	/^void where_is_point(double *length, struct SunGeometryVarDay *sunVarGeom,$/;"	f
where_used	include/gprojects.h	/^    char *where_used;		\/**< Comment text describing where (geographically)$/;"	m	struct:gpj_datum_transform_list
whereandwhat	raster/r.fill.dir/wtrshed.c	/^struct whereandwhat$/;"	s	file:
wheresql	lib/rst/interp_float/interpf.h	/^    char *wheresql;		\/* SQL statement to select input points *\/$/;"	m	struct:interp_params
wheresql	vector/v.surf.rst/main.c	/^char *wheresql;$/;"	v
which	imagery/i.ask/popup.c	/^static int which;$/;"	v	file:
which	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int which;$/;"	v	file:
which	imagery/i.ortho.photo/photo.2image/ask.c	/^static int which;$/;"	v	file:
which	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int which;$/;"	v
which	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int which;$/;"	v	file:
which	imagery/i.ortho.photo/photo.2target/ask.c	/^static int which;$/;"	v	file:
which	imagery/i.points/analyze.c	/^static int which;$/;"	v	file:
which	imagery/i.points/ask.c	/^static int which;$/;"	v	file:
which	imagery/i.vpoints/analyze.c	/^static int which;$/;"	v	file:
which	imagery/i.vpoints/ask.c	/^static int which;$/;"	v	file:
which	imagery/i.vpoints/ask_lineclr.c	/^static int which;$/;"	v	file:
which	lib/gis/spawn.c	/^    int which;$/;"	m	struct:signal	file:
which_env	imagery/i.ortho.photo/photo.2image/target.c	/^static int which_env;$/;"	v	file:
which_env	imagery/i.ortho.photo/photo.2target/target.c	/^static int which_env;$/;"	v	file:
which_env	imagery/i.ortho.photo/photo.elev/main.c	/^static int which_env;$/;"	v	file:
which_env	imagery/i.ortho.photo/photo.rectify/env.c	/^static int which_env = -1;	\/* 0 = cur, 1 = target *\/$/;"	v	file:
which_env	imagery/i.points/target.c	/^static int which_env;$/;"	v	file:
which_env	imagery/i.rectify/env.c	/^static int which_env = -1;	\/* 0 = cur, 1 = target *\/$/;"	v	file:
which_env	imagery/i.vpoints/target.c	/^static int which_env;$/;"	v	file:
which_env	vector/v.proj/setenv.c	/^static int which_env = -1;	\/* 0 = cur, 1 = target *\/$/;"	v	file:
which_item	display/d.save/main.c	/^int which_item(char *itemstr)$/;"	f
which_month	lib/datetime/scan.c	/^static int which_month(const char *name, int *n)$/;"	f	file:
which_range	display/d.geodesic/plot.c	/^static int which_range;$/;"	v	file:
which_range	display/d.nviz/local.h	/^static int which_range;$/;"	v
which_range	display/d.rhumbline/plot.c	/^static int which_range;$/;"	v	file:
which_range	raster/r.profile/main.c	/^static int which_range;$/;"	v	file:
white	imagery/i.class/input_color.c	/^int white(void)$/;"	f
who	lib/db/dbmi_base/error.c	/^static char *who = NULL;$/;"	v	file:
whole_reg_driver	raster/r.le/r.le.patch/driver.c	/^void whole_reg_driver()$/;"	f
whole_reg_driver	raster/r.le/r.le.pixel/driver.c	/^void whole_reg_driver()$/;"	f
whpl	imagery/i.atcorr/Altitude.h	/^		float whpl[34];$/;"	m	struct:Altitude::Plane_sim
widget	raster3d/r3.showdspf/kns_defines.h	/^    Widget widget;$/;"	m	struct:window_props
widgetCmd	visualization/nviz/src/togl.c	/^    Tcl_Command widgetCmd;      \/* Token for togl's widget command *\/$/;"	m	struct:Togl	file:
width	db/drivers/dbf/globals.h	/^    int width;$/;"	m	struct:__anon11
width	display/d.graph/description.html	/^<a name="width"><\/a>$/;"	a
width	display/d.paint.labels/do_labels.c	/^static double width, rotation;$/;"	v	file:
width	general/g.pnmcomp/main.c	/^static int width, height;$/;"	v	file:
width	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int top, bottom, left, right, width, middle, nums;$/;"	v
width	include/gstypes.h	/^    int color, width, marker, use_z, use_mem;$/;"	m	struct:g_site
width	include/gstypes.h	/^    int color, width;$/;"	m	struct:g_vect
width	lib/cairodriver/Graph.c	/^int width, height, stride;$/;"	v
width	lib/pngdriver/Graph_set.c	/^int width, height;$/;"	v
width	lib/psdriver/Graph_set.c	/^    double width, height;$/;"	m	struct:paper	file:
width	lib/psdriver/Graph_set.c	/^int width, height;$/;"	v
width	ps/ps.map/border.h	/^    double width;$/;"	m	struct:border
width	ps/ps.map/colortable.h	/^    double x, y, width;$/;"	m	struct:colortable
width	ps/ps.map/decorate.h	/^    double width;$/;"	m	struct:scalebar
width	ps/ps.map/vector.h	/^    double width;		\/* width of legend symbols *\/$/;"	m	struct:vector
width	ps/ps.map/vector.h	/^    double width;		\/* width of line, boundary or icon outline *\/$/;"	m	struct:__anon22
width	raster/r.out.pov/main.c	/^int width, height;		\/* height-field image width and height *\/$/;"	v
width	raster/r.terraflow/grid.h	/^  dimension_type width, height;$/;"	m	class:grid
width	raster/r.to.vect/global.h	/^    int width;			\/*   and width there *\/$/;"	m	struct:area_table
width	raster3d/r3.showdspf/kns_defines.h	/^    int width;$/;"	m	struct:window_props
width	vector/v.digit/driver.c	/^static int width;$/;"	v	file:
width	vector/v.mkgrid/grid_structs.h	/^    double width;		\/*  distance to shift to the north  *\/$/;"	m	struct:grid_description
widths	visualization/nviz/src/togl.c	/^    int     widths[256];        \/* Widths of first 256 chars in this font. *\/$/;"	m	struct:WinFont	file:
winStream	raster/r.terraflow/plateau.cc	/^  AMI_STREAM<ElevationWindow > *winStream;$/;"	m	class:detectPlateaus	file:
wind	lib/ogsf/GS2.c	/^static struct Cell_head wind;$/;"	v	typeref:struct:Cell_head	file:
wind3	lib/ogsf/GVL2.c	/^static G3D_Region wind3;$/;"	v	file:
wind_bot	display/d.zoom/returns.c	/^static int wind_bot;$/;"	v	file:
wind_left	display/d.zoom/returns.c	/^static int wind_left;$/;"	v	file:
wind_rite	display/d.zoom/returns.c	/^static int wind_rite;$/;"	v	file:
wind_top	display/d.zoom/returns.c	/^static int wind_top;$/;"	v	file:
winding_left	lib/vector/Vlib/dgraph.h	/^    char winding_left; \/* winding numbers *\/$/;"	m	struct:pg_edge
winding_right	lib/vector/Vlib/dgraph.h	/^    char winding_right;$/;"	m	struct:pg_edge
window	display/d.mapgraph/main.c	/^struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	display/d.profile/profile.h	/^    struct Cell_head window;$/;"	m	struct:Profile	typeref:struct:Profile::Cell_head
window	include/G3d.h	/^    G3D_Region window;$/;"	m	struct:G3D_Map
window	lib/gis/G.h	/^    struct Cell_head window;	\/* Contains the current window          *\/$/;"	m	struct:G__	typeref:struct:G__::Cell_head
window	lib/gis/area.c	/^static struct Cell_head window;$/;"	v	typeref:struct:Cell_head	file:
window	lib/gis/plot.c	/^static struct Cell_head window;$/;"	v	typeref:struct:Cell_head	file:
window	raster/r.buffer/main.c	/^struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	raster/r.coin/main.c	/^struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	raster/r.cost/main.c	/^struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	raster/r.kappa/main.c	/^struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	raster/r.los/main.c	/^struct Cell_head window;	\/*      database window         *\/$/;"	v	typeref:struct:Cell_head
window	raster/r.report/main.c	/^struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	raster/r.sunmask/main.c	/^struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	raster/r.surf.idw/main.h	/^struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	raster/r.topidx/global.h	/^GLOBAL struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	raster/r.walk/main.c	/^struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	raster/r.water.outlet/basin.h	/^GLOBAL struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	raster/r.watershed/ram/Gwater.h	/^GLOBAL struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	raster/r.watershed/seg/Gwater.h	/^GLOBAL struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	raster/wildfire/r.ros/main.c	/^struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	raster/wildfire/r.spread/main.c	/^struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	raster3d/r3.showdspf/kns_defines.h	/^    Window window;$/;"	m	struct:window_props
window	vector/v.digit/global.h	/^Global struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	vector/v.kcv/main.c	/^struct Cell_head window;$/;"	v	typeref:struct:Cell_head
window	vector/v.surf.idw/main.c	/^static struct Cell_head window;$/;"	v	typeref:struct:Cell_head	file:
windowId	include/nviz.h	/^    GLXPixmap windowId;$/;"	m	struct:render_window
windowParam	lib/g3d/g3dparam.c	/^static struct Option *windowParam = NULL;$/;"	v	typeref:struct:Option	file:
window_area	raster/r.coin/main.c	/^double window_area;$/;"	v
window_cells	raster/r.coin/main.c	/^double window_cells;$/;"	v
window_props	raster3d/r3.showdspf/kns_defines.h	/^typedef struct window_props$/;"	s
window_screen	lib/edit/edit_cellhd.c	/^static char *window_screen[] = {$/;"	v	file:
window_set	lib/display/draw.c	/^static int window_set = 0;$/;"	v	file:
window_set	lib/display/draw2.c	/^static int window_set;$/;"	v	file:
window_set	lib/gis/G.h	/^    int window_set;		\/* Flag: window set?                    *\/$/;"	m	struct:G__
windows	display/d.profile/profile.h	/^struct windows windows[] = {$/;"	v	typeref:struct:windows
windows	display/d.profile/profile.h	/^struct windows$/;"	s
winhd	raster/r.resamp.rst/main.c	/^struct Cell_head winhd;$/;"	v	typeref:struct:Cell_head
winset_colortable	raster3d/r3.showdspf/new_init_graphics.c	/^void winset_colortable()$/;"	f
winset_main	raster3d/r3.showdspf/new_init_graphics.c	/^void winset_main()$/;"	f
wire_color	include/gstypes.h	/^    long wire_color;		\/* 0xBBGGRR or WC_COLOR_ATT *\/$/;"	m	struct:g_surf
wire_color	visualization/nviz2/cmd/local_proto.h	/^      *mode, *res_fine, *res_coarse, *style, *shade, *wire_color, *surface_pos,$/;"	m	struct:GParams	typeref:struct:GParams::
with	lib/vector/Vlib/dgraph.c	/^    int with;			\/* second segment *\/$/;"	m	struct:seg_intersection	file:
with_headers	raster/r.report/main.c	/^int with_headers = 1;$/;"	v
with_z	include/vect/dig_structs.h	/^    int with_z;$/;"	m	struct:Plus_head
with_z	include/vect/dig_structs.h	/^    int with_z;$/;"	m	struct:dig_head
within	imagery/i.cca/stats.c	/^within(int samptot, int nclass, double nsamp[MC], double cov[MC][MX][MX],$/;"	f
wl	imagery/i.atcorr/Iwave.h	/^	float wl;$/;"	m	struct:IWave
wldis	imagery/i.atcorr/common.h	/^	float wldis[10];$/;"	m	struct:Sixs_disc
wlinf	imagery/i.atcorr/Iwave.h	/^		float wlinf;$/;"	m	struct:IWave::FFu
wlmoy	imagery/i.atcorr/Iwave.h	/^	float wlmoy;$/;"	m	struct:IWave
wlsup	imagery/i.atcorr/Iwave.h	/^		float wlsup;$/;"	m	struct:IWave::FFu
wmax	vector/v.vol.rst/userglobs.h	/^double \/* pargr *\/ xmin, xmax, ymin, ymax, zmin, zmax, wmin, wmax;$/;"	v
wmax0	vector/v.vol.rst/userglobs.h	/^double \/* norm *\/ xmin0, xmax0, ymin0, ymax0, zmin0, zmax0, wmin0, wmax0,$/;"	v
wmin	vector/v.vol.rst/userglobs.h	/^double \/* pargr *\/ xmin, xmax, ymin, ymax, zmin, zmax, wmin, wmax;$/;"	v
wmin0	vector/v.vol.rst/userglobs.h	/^double \/* norm *\/ xmin0, xmax0, ymin0, ymax0, zmin0, zmax0, wmin0, wmax0,$/;"	v
wmult	vector/v.vol.rst/main.c	/^double ertot, ertre, zminac, zmaxac, wmult, zmult, zminacell, zmaxacell;$/;"	v
wo	imagery/i.atcorr/AtmosModel.h	/^	float wo[34];$/;"	m	struct:AtmosModel
wopl	imagery/i.atcorr/Altitude.h	/^		float wopl[34];$/;"	m	struct:Altitude::Plane_sim
wordcount	scripts/d.polar/d.polar	/^wordcount()$/;"	f
work_buf	lib/gis/G.h	/^    unsigned char *work_buf;	\/* work data buffer                     *\/$/;"	m	struct:G__
work_buf_size	lib/gis/G.h	/^    int work_buf_size;		\/* sizeof work_buf                      *\/$/;"	m	struct:G__
work_file	raster/r.thin/io.c	/^static int work_file;$/;"	v	file:
work_file_name	raster/r.thin/io.c	/^static char *work_file_name;$/;"	v	file:
work_file_name	raster/r.thin/thin_lines.c	/^static char *work_file_name;$/;"	v	file:
worked	raster/r.watershed/ram/Gwater.h	/^GLOBAL FLAG *worked, *in_list, *s_b, *swale;$/;"	v
worked	raster/r.watershed/seg/Gwater.h	/^GLOBAL BSEG worked, in_list, s_b, swale;$/;"	v
worker	raster/r.li/r.li.daemon/worker.c	/^void worker(char *raster, int f(int, char **, area_des, double *),$/;"	f
wr_temp	lib/rst/interp_float/interpf.h	/^    int (*wr_temp) ();		\/* writes temp files *\/$/;"	m	struct:interp_params
wrap	raster/r.carve/enforce.h	/^    int wrap, noflat;$/;"	m	struct:parms
wrap_ncols	raster/r.buffer/main.c	/^int wrap_ncols;$/;"	v
wrap_text_in_label	lib/gis/gui.tcl	/^proc wrap_text_in_label {path} {$/;"	p
wrapper	swig/python/NumPtr/src/Makefile	/^ wrapper := $(name)_wrap.o$/;"	m
wrentity	vector/v.in.dwg/entity.c	/^void wrentity(PAD_ENT_HDR adenhd, PAD_ENT aden, int level, AD_VMADDR entlist,$/;"	f
write	db/drivers/dbf/globals.h	/^    int write;			\/* TRUE if user has write access to the file *\/$/;"	m	struct:__anon14
write	gui/wxpython/gui_modules/dbm.py	/^    def write(self, text_string):$/;"	m	class:Log
write	gui/wxpython/gui_modules/goutput.py	/^    def write(self, s):$/;"	m	class:GMStderr
write	gui/wxpython/gui_modules/goutput.py	/^    def write(self, s):$/;"	m	class:GMStdout
writeData	gui/wxpython/support/update_menudata.py	/^def writeData(data):$/;"	f
writeGRASSheader	raster/r.out.ascii/formspecific.c	/^int writeGRASSheader(FILE * fp)$/;"	f
writeGSheader	raster/r.out.ascii/formspecific.c	/^int writeGSheader(FILE * fp, char *name, char *mapset)$/;"	f
writeHeader	raster/r.out.pov/main.c	/^void writeHeader(FILE * outputF)$/;"	f
writeHeaderString	raster3d/r3.out.ascii/main.c	/^void writeHeaderString(FILE * fp, char *valueString, double value)$/;"	f
writeHeaderString2	raster3d/r3.out.ascii/main.c	/^void writeHeaderString2(FILE * fp, char *valueString, int value)$/;"	f
writeMFheader	raster/r.out.ascii/formspecific.c	/^int writeMFheader(FILE * fp, int dp, int width, int out_type)$/;"	f
writeRange	lib/g3d/g3drange.c	/^static int writeRange(const char *name, struct FPRange *range)$/;"	f	file:
writeVertices	vector/v.hull/chull.c	/^void writeVertices(struct Map_info *Map)$/;"	f
write_GRASS	raster/r.out.ascii/formspecific.c	/^int write_GRASS(int fd,$/;"	f
write_GSGRID	raster/r.out.ascii/formspecific.c	/^int write_GSGRID(int fd,$/;"	f
write_MODFLOW	raster/r.out.ascii/formspecific.c	/^int write_MODFLOW(int fd,$/;"	f
write_PS_header	ps/ps.map/ps_header.c	/^int write_PS_header(void)$/;"	f
write_area	raster/r.to.vect/areas_io.c	/^int write_area(struct area_table *a_list,	\/* list of areas *\/$/;"	f
write_array	include/iostream/ami_stream.h	/^AMI_err AMI_STREAM<T>::write_array(const T *data, off_t len) {$/;"	f	class:AMI_STREAM
write_block	raster3d/r3.in.v5d/binio.c	/^int write_block(int f, const void *data, int elements, int elsize)$/;"	f
write_block	raster3d/r3.out.v5d/binio.c	/^int write_block(int f, const void *data, int elements, int elsize)$/;"	f
write_bmp	lib/cairodriver/write_bmp.c	/^void write_bmp(void)$/;"	f
write_bmp	lib/pngdriver/write_bmp.c	/^void write_bmp(void)$/;"	f
write_bnd	raster/r.to.vect/areas_io.c	/^static int write_bnd(struct COOR *line_begin, struct COOR *line_end,	\/* start and end point of line *\/$/;"	f	file:
write_boundary	raster/r.to.vect/areas_io.c	/^int write_boundary(struct COOR *seed)$/;"	f
write_bounding_box	ps/ps.map/ps_header.c	/^int write_bounding_box(void)$/;"	f
write_bytes	raster3d/r3.in.v5d/binio.c	/^int write_bytes(int f, const void *b, int n)$/;"	f
write_bytes	raster3d/r3.out.v5d/binio.c	/^int write_bytes(int f, const void *b, int n)$/;"	f
write_cats	raster/r.param.scale/write_cats.c	/^void write_cats(void)$/;"	f
write_cols	raster/r.param.scale/write_cols.c	/^void write_cols(void)$/;"	f
write_command	lib/python/core.py	/^def write_command(*args, **kwargs):$/;"	f
write_cube	lib/dspf/cube_io.c	/^int write_cube(Cube_data * Cube,	\/* array of poly info  by threshold *\/$/;"	f
write_cube_buffer	lib/dspf/cube_io.c	/^int write_cube_buffer(unsigned char *Buffer, int size,$/;"	f
write_density_file	raster/r.flow/io.c	/^void write_density_file(void)$/;"	f
write_done	vector/v.in.dxf/write_vect.c	/^void write_done(struct Map_info *Map)$/;"	f
write_dummy	lib/vector/Vlib/write.c	/^static long write_dummy()$/;"	f	file:
write_end_record	raster/r.le/r.le.setup/polytocell/wrte_recrd.c	/^void write_end_record(int row, int first_cell, int last_cell, int category)$/;"	f
write_env	lib/gis/env.c	/^static int write_env(int loc)$/;"	f	file:
write_ep	vector/v.voronoi/vo_write.c	/^int write_ep(struct Edge *e)$/;"	f
write_error	lib/gis/error.c	/^static int write_error(const char *msg, int fatal,$/;"	f	file:
write_error	lib/gis/put_row.c	/^static void write_error(int fd, int row)$/;"	f	file:
write_face	vector/v.in.dxf/global.h	86;"	d
write_file	lib/db/dbmi_base/login.c	/^int write_file(LOGIN * login)$/;"	f
write_float4	raster3d/r3.in.v5d/binio.c	/^int write_float4(int f, float x)$/;"	f
write_float4	raster3d/r3.out.v5d/binio.c	/^int write_float4(int f, float x)$/;"	f
write_float4_array	raster3d/r3.in.v5d/binio.c	/^int write_float4_array(int f, const float *x, int n)$/;"	f
write_float4_array	raster3d/r3.out.v5d/binio.c	/^int write_float4_array(int f, const float *x, int n)$/;"	f
write_fn	include/G3d.h	/^typedef int write_fn(int, const void *, void *);$/;"	t
write_fp_format	raster/r.external/main.c	/^static void write_fp_format(const char *output, const struct band_info *info)$/;"	f	file:
write_fp_quant	raster/r.external/main.c	/^static void write_fp_quant(const char *output)$/;"	f	file:
write_fp_to_cell	imagery/i.atcorr/main.cpp	/^static void write_fp_to_cell (int ofd, FCELL* buf)$/;"	f	file:
write_grid	vector/v.mkgrid/write_grid.c	/^int write_grid(struct grid_description *grid_info, struct Map_info *Map)$/;"	f
write_head	vector/v.out.ascii/head.c	/^int write_head(FILE * dascii, struct Map_info *Map)$/;"	f
write_hist	raster/r.watershed/front/main.c	/^int write_hist(char *map_name, char *title, char *source_name, int mode)$/;"	f
write_history	imagery/i.pca/support.c	/^static int write_history(int bands, char *outname, double **eigmat, double *eigval)$/;"	f	file:
write_html_cmd_overview	tools/build_html_index.sh	/^write_html_cmd_overview()$/;"	f
write_html_footer	macosx/app/build_html_user_index.sh	/^write_html_footer()$/;"	f
write_html_footer	tools/build_html_index.sh	/^write_html_footer()$/;"	f
write_html_header	macosx/app/build_html_user_index.sh	/^write_html_header()$/;"	f
write_html_header	tools/build_html_index.sh	/^write_html_header()$/;"	f
write_image	lib/cairodriver/write.c	/^void write_image(void)$/;"	f
write_image	lib/pngdriver/write.c	/^void write_image(void)$/;"	f
write_img	imagery/i.smap/shapiro/write_img.c	/^int write_img(unsigned char **img, int ncols, int nrows, struct SigSet *S,	\/* class parameters *\/$/;"	f
write_img	visualization/nviz2/cmd/write_img.c	/^int write_img(const char *name, int format)$/;"	f
write_int	lib/segment/format.c	/^static int write_int(int fd, int n)$/;"	f	file:
write_int2_array	raster3d/r3.in.v5d/binio.c	/^int write_int2_array(int f, const short *iarray, int n)$/;"	f
write_int2_array	raster3d/r3.out.v5d/binio.c	/^int write_int2_array(int f, const short *iarray, int n)$/;"	f
write_int4	raster3d/r3.in.v5d/binio.c	/^int write_int4(int f, int i)$/;"	f
write_int4	raster3d/r3.out.v5d/binio.c	/^int write_int4(int f, int i)$/;"	f
write_int4_array	raster3d/r3.in.v5d/binio.c	/^int write_int4_array(int f, const int *i, int n)$/;"	f
write_int4_array	raster3d/r3.out.v5d/binio.c	/^int write_int4_array(int f, const int *i, int n)$/;"	f
write_item	include/iostream/ami_stream.h	/^AMI_err AMI_STREAM<T>::write_item(const T &elt) {$/;"	f	class:AMI_STREAM
write_item	include/iostream/mem_stream.h	/^AMI_err MEM_STREAM<T>::write_item(const T &elt) {$/;"	f	class:MEM_STREAM
write_line	raster/r.to.vect/lines_io.c	/^int write_line(struct COOR *seed)$/;"	f
write_line	vector/v.digit/line.c	/^int write_line(struct Map_info *Map, int type, struct line_pnts *Points)$/;"	f
write_line	vector/v.in.dwg/entity.c	/^int write_line(PAD_ENT_HDR adenhd, int type, int level)$/;"	f
write_line	vector/v.in.dxf/global.h	85;"	d
write_line	vector/v.to.points/main.c	/^void write_line(struct Map_info *Out, struct line_pnts *LPoints, int cat,$/;"	f
write_ln	raster/r.to.vect/lines_io.c	/^static int write_ln(struct COOR *begin, struct COOR *end,	\/* start and end point of line *\/$/;"	f	file:
write_map	imagery/i.ortho.photo/photo.rectify/write.c	/^int write_map(char *name)$/;"	f
write_map	imagery/i.rectify/write.c	/^int write_map(char *name)$/;"	f
write_matrix	imagery/i.ortho.photo/photo.rectify/write.c	/^int write_matrix(int row, int col)$/;"	f
write_matrix	imagery/i.rectify/write.c	/^int write_matrix(int row, int col)$/;"	f
write_new_colors	lib/gis/color_write.c	/^static int write_new_colors(FILE * fd, struct Colors *colors)$/;"	f	file:
write_old_colors	lib/gis/color_write.c	/^static int write_old_colors(FILE * fd, struct Colors *colors)$/;"	f	file:
write_output_map	raster/r.buffer/write_map.c	/^int write_output_map(char *output, int offset)$/;"	f
write_outputs	raster/r.topmodel/file_io.c	/^void write_outputs(void)$/;"	f
write_params	raster/r.out.mpeg/write.c	/^void write_params(char *mpfilename, char *yfiles[], char *outfile,$/;"	f
write_pca	imagery/i.pca/main.c	/^write_pca(double **eigmat, int *inp_fd, char *out_basename,$/;"	f	file:
write_pgm	general/g.pnmcomp/main.c	/^static void write_pgm(const char *filename, const char *buf)$/;"	f	file:
write_pgm	lib/pngdriver/write_ppm.c	/^void write_pgm(void)$/;"	f
write_png	lib/pngdriver/write_png.c	/^void write_png(void)$/;"	f
write_pnts	vector/v.in.dxf/add_polyline.c	/^static void write_pnts(struct Map_info *Map, char *layer, int polyline_flag,$/;"	f	file:
write_point	vector/v.in.dxf/global.h	84;"	d
write_point	vector/v.to.points/main.c	/^void write_point(struct Map_info *Out, double x, double y, double z,$/;"	f
write_point_coordinates	vector/v.out.vtk/writeVTK.c	/^void write_point_coordinates(struct line_pnts *Points, int dp, double scale, FILE * ascii)$/;"	f
write_ppm	general/g.pnmcomp/main.c	/^static void write_ppm(const char *filename, const char *buf)$/;"	f	file:
write_ppm	lib/cairodriver/write_ppm.c	/^void write_ppm(void)$/;"	f
write_ppm	lib/pngdriver/write_ppm.c	/^void write_ppm(void)$/;"	f
write_ppm	raster/r.out.mpeg/write.c	/^void write_ppm(char *tr, char *tg, char *tb, int nrows, int ncols,$/;"	f
write_prolog	lib/psdriver/Graph_set.c	/^static void write_prolog(void)$/;"	f	file:
write_rast	raster/r.surf.fractal/write_rast.c	/^int write_rast(double *data[2],	\/* Array holding complex data.          *\/$/;"	f
write_raster	raster/r.carve/raster.c	/^void *write_raster(void *buf, const int fd, const RASTER_MAP_TYPE rtype)$/;"	f
write_raster	raster/r.li/r.li.daemon/daemon.c	/^int write_raster(int mv_fd, int random_access, g_areas g)$/;"	f
write_reclass	raster/r.median/write_rec.c	/^int write_reclass(FILE * fd, long cat1, long cat2, char *label)$/;"	f
write_reclass	raster/r.mode/write_rec.c	/^int write_reclass(FILE * fd, long cat1, long cat2, char *label)$/;"	f
write_reclass	raster/r.statistics/write_rec.c	/^int write_reclass(FILE * fd, long cat1, long cat2, char *label, int usecats)$/;"	f
write_record	raster/r.le/r.le.setup/polytocell/wrte_recrd.c	/^void write_record(int row, float first_cell, float last_cell, int category)$/;"	f
write_result	raster3d/r3.gwflow/main.c	/^write_result(N_array_3d * status, N_array_3d * phead_start,$/;"	f
write_row	raster/r.mapcalc/map3.c	/^static void write_row(void *handle, const char *buf, int type, int depth,$/;"	f	file:
write_row	raster/r.thin/io.c	/^static int write_row(int file, const void *buf, int row, int buf_len)$/;"	f	file:
write_rules	lib/gis/color_write.c	/^static int write_rules(FILE * fd, struct _Color_Rule_ *crules, DCELL dmin, DCELL dmax	\/* overall min and max data values in color table *\/$/;"	f	file:
write_setup	lib/psdriver/Graph_set.c	/^void write_setup(void)$/;"	f
write_sigfile	imagery/i.gensig/write_sig.c	/^int write_sigfile(struct parms *parms, struct Signature *S)$/;"	f
write_sigfile	imagery/i.gensigset/write_sig.c	/^int write_sigfile(struct parms *parms, struct SigSet *S)$/;"	f
write_signatures	imagery/i.class/signature.c	/^int write_signatures(void)$/;"	f
write_smooth_bnd	raster/r.to.vect/areas_io.c	/^static int write_smooth_bnd(struct COOR *line_begin, struct COOR *line_end,	\/* start and end point of line *\/$/;"	f	file:
write_support	imagery/i.pca/support.c	/^int write_support(int bands, char *outname, double **eigmat, double *eigval)$/;"	f
write_tag	raster3d/r3.in.v5d/v5d.c	/^static int write_tag(v5dstruct * v, int tag, int length, int newfile)$/;"	f	file:
write_tag	raster3d/r3.out.v5d/v5d.c	/^static int write_tag(v5dstruct * v, int tag, int length, int newfile)$/;"	f	file:
write_text	vector/v.in.dxf/global.h	87;"	d
write_tfw	raster/r.out.tiff/r.out.tiff.c	/^static int write_tfw(const char *fname, const struct Cell_head *win)$/;"	f	file:
write_timestamp	lib/gis/timestamp.c	/^static int write_timestamp(const char *maptype, const char *dir,$/;"	f	file:
write_triple	vector/v.voronoi/dt_write.c	/^int write_triple(struct Site *s1, struct Site *s2, struct Site *s3)$/;"	f
write_uint2_array	raster3d/r3.in.v5d/binio.c	/^int write_uint2_array(int f, const unsigned short *iarray, int n)$/;"	f
write_uint2_array	raster3d/r3.out.v5d/binio.c	/^int write_uint2_array(int f, const unsigned short *iarray, int n)$/;"	f
write_v5d_header	raster3d/r3.in.v5d/v5d.c	/^static int write_v5d_header(v5dstruct * v)$/;"	f	file:
write_v5d_header	raster3d/r3.out.v5d/v5d.c	/^static int write_v5d_header(v5dstruct * v)$/;"	f	file:
write_vect	vector/v.in.dxf/write_vect.c	/^void write_vect(struct Map_info *Map, char *layer, char *entity, char *label,$/;"	f
write_vect	vector/v.mkgrid/write_grid.c	/^int write_vect(double x1, double y1, double x2, double y2, struct Map_info *Map, struct line_pnts *Points	\/* new with Vlib *\/$/;"	f
write_video_frame	lib/ogsf/gsd_img_mpeg.c	/^static void write_video_frame(AVFormatContext * oc, AVStream * st)$/;"	f	file:
write_vtk	vector/v.out.vtk/writeVTK.c	/^int write_vtk(FILE * ascii, struct Map_info *Map, int layer, int *types,$/;"	f
write_vtk_cat_data	vector/v.out.vtk/writeVTK.c	/^int write_vtk_cat_data(FILE * ascii, struct Map_info *Map, VTKInfo * info,$/;"	f
write_vtk_celldata_header	raster/r.out.vtk/writeascii.c	/^void write_vtk_celldata_header(FILE * fp, struct Cell_head region)$/;"	f
write_vtk_cells	vector/v.out.vtk/writeVTK.c	/^int write_vtk_cells(FILE * ascii, struct Map_info *Map, VTKInfo * info,$/;"	f
write_vtk_data	raster/r.out.vtk/writeascii.c	/^write_vtk_data(int fd, FILE * fp, char *varname, struct Cell_head region,$/;"	f
write_vtk_data	raster3d/r3.out.vtk/writeVTKData.c	/^void write_vtk_data(FILE * fp, void *map, G3D_Region region, char *varname,$/;"	f
write_vtk_db_data	vector/v.out.vtk/writeVTK.c	/^int write_vtk_db_data(FILE * ascii, struct Map_info *Map, VTKInfo * info,$/;"	f
write_vtk_db_labels	vector/v.out.vtk/writeVTK.c	/^int write_vtk_db_labels(FILE * ascii, struct Map_info *Map, VTKInfo * info,$/;"	f
write_vtk_head	vector/v.out.vtk/head.c	/^int write_vtk_head(FILE * fp, struct Map_info *Map)$/;"	f
write_vtk_normal_header	raster/r.out.vtk/writeascii.c	/^write_vtk_normal_header(FILE * fp, struct Cell_head region, double elevation,$/;"	f
write_vtk_pointdata_header	raster/r.out.vtk/writeascii.c	/^void write_vtk_pointdata_header(FILE * fp, struct Cell_head region)$/;"	f
write_vtk_points	raster3d/r3.out.vtk/writeVTKData.c	/^void write_vtk_points(input_maps * in, FILE * fp, G3D_Region region, int dp,$/;"	f
write_vtk_points	vector/v.out.vtk/writeVTK.c	/^int write_vtk_points(FILE * ascii, struct Map_info *Map, VTKInfo * info,$/;"	f
write_vtk_polygonal_coordinates	raster/r.out.vtk/writeascii.c	/^write_vtk_polygonal_coordinates(int fd, FILE * fp, char *varname,$/;"	f
write_vtk_polygonal_elevation_header	raster/r.out.vtk/writeascii.c	/^void write_vtk_polygonal_elevation_header(FILE * fp, struct Cell_head region)$/;"	f
write_vtk_rgb_data	raster3d/r3.out.vtk/writeVTKData.c	/^void write_vtk_rgb_data(void *map_r, void *map_g, void *map_b,$/;"	f
write_vtk_rgb_image_data	raster/r.out.vtk/writeascii.c	/^write_vtk_rgb_image_data(int redfd, int greenfd, int bluefd, FILE * fp,$/;"	f
write_vtk_structured_coordinates	raster/r.out.vtk/writeascii.c	/^write_vtk_structured_coordinates(int fd, FILE * fp, char *varname,$/;"	f
write_vtk_structured_elevation_header	raster/r.out.vtk/writeascii.c	/^void write_vtk_structured_elevation_header(FILE * fp, struct Cell_head region)$/;"	f
write_vtk_structured_grid_header	raster3d/r3.out.vtk/writeVTKHead.c	/^void write_vtk_structured_grid_header(FILE * fp, char *vtkFile,$/;"	f
write_vtk_structured_point_header	raster3d/r3.out.vtk/writeVTKHead.c	/^void write_vtk_structured_point_header(FILE * fp, char *vtkFile,$/;"	f
write_vtk_unstructured_grid_cells	raster3d/r3.out.vtk/writeVTKData.c	/^void write_vtk_unstructured_grid_cells(FILE * fp, G3D_Region region)$/;"	f
write_vtk_unstructured_grid_header	raster3d/r3.out.vtk/writeVTKHead.c	/^void write_vtk_unstructured_grid_header(FILE * fp, char *vtkFile,$/;"	f
write_vtk_vector_data	raster/r.out.vtk/writeascii.c	/^write_vtk_vector_data(int xfd, int yfd, int zfd, FILE * fp,$/;"	f
write_vtk_vector_data	raster3d/r3.out.vtk/writeVTKData.c	/^void write_vtk_vector_data(void *map_x, void *map_y, void *map_z,$/;"	f
write_ycc	raster/r.out.mpeg/write.c	/^void write_ycc(char *tr, char *tg, char *tb, int nrows, int ncols,$/;"	f
write_zeros	lib/rst/interp_float/ressegm2d.c	/^static int write_zeros(struct interp_params *params, struct quaddata *data,	\/* given segment *\/$/;"	f	file:
writeerr	raster3d/r3.showdspf/togif.c	/^static void writeerr()$/;"	f	file:
writen	lib/db/dbmi_base/xdr.c	/^static ssize_t writen(int fd, const void *buf, size_t count)$/;"	f	file:
wrum	raster/r.le/r.le.patch/patch.h	/^    char fn[GNAME_MAX], reg[GMAPSET_MAX], out[GNAME_MAX], wrum;$/;"	m	struct:CHOICE
wrum	raster/r.le/r.le.pixel/pixel.h	/^    char fn[30], reg[30], wrum;$/;"	m	struct:CHOICE
wtotal	vector/v.vol.rst/main.c	/^int wtotal = 0;$/;"	v
wtrshed	raster/r.fill.dir/wtrshed.c	/^void wtrshed(int fm, int fd, int nl, int ns, int mxbuf)$/;"	f
x	general/g.transform/main.c	/^    struct Max x, y, g;$/;"	m	struct:Stats	typeref:struct:Stats::Max	file:
x	imagery/i.atcorr/main.cpp	/^    FCELL x;$/;"	m	struct:IntPair	file:
x	imagery/i.ortho.photo/libes/mat.h	/^    double x[MAXROWS][MAXCOLS];$/;"	m	struct:matrix
x	include/dig_atts.h	/^    double x;$/;"	m	struct:attribute
x	include/dlg.h	/^    double x;$/;"	m	struct:dlg_area
x	include/dlg.h	/^    double x;$/;"	m	struct:dlg_node
x	include/imagery.h	/^    double **x; 	       \/* pixel list: x[npixels][nbands] *\/$/;"	m	struct:ClassData
x	include/iostream/empq_impl.h	/^  T x;$/;"	m	class:ExtendedEltMergeType
x	include/nviz.h	/^    float x, y, z, w;		\/* position *\/$/;"	m	struct:__anon289
x	include/readsites.h	/^    double x, y, z;$/;"	m	struct:zstruct
x	include/site.h	/^    double x, y, z;$/;"	m	struct:__anon294
x	include/symbol.h	/^	    double *x, *y;$/;"	m	struct:__anon282::__anon283::__anon284
x	include/symbol.h	/^	    double x, y, r, a1, a2;$/;"	m	struct:__anon282::__anon283::__anon285
x	include/vect/dig_structs.h	/^    double *x;$/;"	m	struct:line_pnts
x	include/vect/dig_structs.h	/^    double x;			\/* X coordinate *\/$/;"	m	struct:P_node
x	lib/display/cnversions.c	/^    double x, y;$/;"	m	struct:vector	file:
x	lib/display/draw2.c	/^    double x, y, k;$/;"	m	struct:plane	file:
x	lib/display/draw2.c	/^    double x, y;$/;"	m	struct:vector	file:
x	lib/driver/Polygon.c	/^    int x, y;$/;"	m	struct:point	file:
x	lib/gpde/N_pde.h	/^    N_gradient_neighbours_x *x;$/;"	m	struct:__anon60
x	lib/gpde/N_pde.h	/^    double *x;			\/*the value vector *\/$/;"	m	struct:__anon47
x	lib/rst/data/dataquad.h	/^    double x;$/;"	m	struct:triple
x	lib/rst/interp_float/interpf.h	/^    double x;$/;"	m	struct:fcell_triple
x	lib/vector/Vlib/break_polygons.c	/^    double x, y;$/;"	m	struct:__anon75	file:
x	lib/vector/Vlib/dgraph.c	/^    double x;$/;"	m	struct:intersection_point	file:
x	lib/vector/Vlib/dgraph.h	/^    double x; \/* coordinates *\/$/;"	m	struct:pg_vertex
x	lib/vector/Vlib/intersect.c	/^    double x, y, z;$/;"	m	struct:__anon74	file:
x	lib/vector/Vlib/poly.c	/^    double x;$/;"	m	struct:Slink	file:
x	lib/vector/Vlib/snap.c	/^    double x, y;$/;"	m	struct:__anon77	file:
x	misc/m.cogo/main.c	/^    double x;$/;"	m	struct:survey_record	file:
x	ps/ps.map/colortable.h	/^    double x, y, width;$/;"	m	struct:colortable
x	ps/ps.map/comment.h	/^    double x, y;$/;"	m	struct:comment
x	ps/ps.map/decorate.h	/^    double x, y;$/;"	m	struct:scalebar
x	ps/ps.map/do_header.c	/^static double x, y, dy, fontsize;$/;"	v	file:
x	ps/ps.map/map_info.h	/^    double x, y;$/;"	m	struct:map_info
x	ps/ps.map/vector.h	/^    double x, y;		\/* legend position *\/$/;"	m	struct:vector
x	raster/r.flow/calc.c	/^    double x, y, z;		\/* exact earth coordinates      *\/$/;"	m	struct:__anon151	file:
x	raster/r.li/r.li.daemon/daemon.h	/^    int x;$/;"	m	struct:area_entry
x	raster/r.li/r.li.daemon/ipc.h	/^    int x;$/;"	m	struct:fields_area
x	raster/r.li/r.li.daemon/ipc.h	/^    int x;$/;"	m	struct:fields_maskedarea
x	raster/r.li/r.li.daemon/list.h	/^    int x;$/;"	m	struct:generatore
x	raster/r.los/point.h	/^    int x;			\/* x-coor measured from viewing point location  *\/$/;"	m	struct:point
x	raster/r.mapcalc/xgraph.c	53;"	d	file:
x	raster3d/r3.showdspf/BallAux.h	/^    float x, y, z, w;$/;"	m	struct:__anon119
x	raster3d/r3.showdspf/draw_cap_ogl.c	/^static int x, y;$/;"	v	file:
x	vector/v.convert/conv.h	/^    double *x, *y;$/;"	m	struct:Line
x	vector/v.convert/conv.h	/^    double x;			\/* x location point *\/$/;"	m	struct:Categ
x	vector/v.delaunay2/data_types.h	/^    double x, y, z;$/;"	m	struct:vertex
x	vector/v.generalize/point.h	/^    double x, y, z;$/;"	m	struct:__anon190
x	vector/v.hull/main.c	/^    double x;$/;"	m	struct:Point	file:
x	vector/v.in.ogr/global.h	/^    double x, y;$/;"	m	struct:__anon178
x	vector/v.label.sa/labels.h	/^    double x;	  \/**< The X coordinate *\/$/;"	m	struct:_label_point
x	vector/v.lrs/v.lrs.create/main.c	/^    double x, y;$/;"	m	struct:__anon165	file:
x	vector/v.mapcalc/vector.h	/^    double x;$/;"	m	struct:Vector
x	vector/v.net.visibility/rotation_tree.h	/^    double x;$/;"	m	struct:Point
x	vector/v.overlay/local.h	/^    double x, y;$/;"	m	struct:__anon171
x	vector/v.qcount/quaddefs.h	/^    double x, y;$/;"	m	struct:__anon179
x	vector/v.vol.rst/dataoct.h	/^    double x;$/;"	m	struct:quadruple
x	vector/v.vol.rst/points.h	/^    double x;$/;"	m	struct:point_3d
x	vector/v.voronoi/sw_defs.h	/^    double x, y, z;$/;"	m	struct:Point
x	vector/v.voronoi/vo_main.c	/^    double x, y;$/;"	m	struct:__anon168	file:
x	visualization/nviz/src/interface.h	/^    float x, y, z, w;		\/* position *\/$/;"	m	struct:__anon100
x	visualization/nviz/src/togl_flythrough.c	/^    int x;$/;"	m	struct:mouseData	file:
x0utm	vector/v.vol.rst/userglobs.h	/^double \/* orig *\/ x0utm, y0utm, z0utm;$/;"	v
x1	imagery/i.atcorr/AerosolModel.h	/^		float x1[4];$/;"	m	struct:AerosolModel::Mie_in
x1	imagery/i.class/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
x1	imagery/i.ortho.photo/photo.2image/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
x1	imagery/i.ortho.photo/photo.2target/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
x1	imagery/i.points/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
x1	imagery/i.vpoints/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
x1	include/gstypes.h	/^    float x1, x2, y1, y2, z1, z2;$/;"	m	struct:__anon259
x1	lib/display/draw.c	/^static int x1, y1, x2, y2;$/;"	v	file:
x1	raster/wildfire/r.spread/display.c	/^static int x1, y1, x2, y2;	\/*diagonal pts of a box *\/$/;"	v	file:
x1_ct	raster/wildfire/r.spread/display.c	/^static int x1_ct, y1_ct, x2_ct, y2_ct;	\/*pts of the Current Time box *\/$/;"	v	file:
x1_st	raster/wildfire/r.spread/display.c	/^static int x1_st, y1_st, x2_st, y2_st;	\/*pts of the elapsed Spread Time box *\/$/;"	v	file:
x2	imagery/i.atcorr/AerosolModel.h	/^		float x2[4];$/;"	m	struct:AerosolModel::Mie_in
x2	imagery/i.class/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
x2	imagery/i.ortho.photo/photo.2image/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
x2	imagery/i.ortho.photo/photo.2target/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
x2	imagery/i.points/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
x2	imagery/i.vpoints/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
x2	include/gstypes.h	/^    float x1, x2, y1, y2, z1, z2;$/;"	m	struct:__anon259
x2	lib/display/draw.c	/^static int x1, y1, x2, y2;$/;"	v	file:
x2	raster/wildfire/r.spread/display.c	/^static int x1, y1, x2, y2;	\/*diagonal pts of a box *\/$/;"	v	file:
x2_ct	raster/wildfire/r.spread/display.c	/^static int x1_ct, y1_ct, x2_ct, y2_ct;	\/*pts of the Current Time box *\/$/;"	v	file:
x2_st	raster/wildfire/r.spread/display.c	/^static int x1_st, y1_st, x2_st, y2_st;	\/*pts of the elapsed Spread Time box *\/$/;"	v	file:
x3	imagery/i.atcorr/AerosolModel.h	/^		float x3[4];$/;"	m	struct:AerosolModel::Mie_in
x_array	lib/gpde/N_pde.h	/^    N_array_2d *x_array;$/;"	m	struct:__anon62
x_array	lib/gpde/N_pde.h	/^    N_array_3d *x_array;$/;"	m	struct:__anon63
x_cell	raster/wildfire/r.spread/main.c	/^CELL *x_cell;$/;"	v
x_color	display/d.rast.arrow/arrow.c	/^int map_type, arrow_color, grid_color, x_color, unknown_color;$/;"	v
x_extent	raster/r.out.vtk/globaldefs.h	/^double x_extent;$/;"	v
x_extent	raster3d/r3.out.vtk/globalDefs.h	/^double x_extent;$/;"	v
x_extent	vector/v.out.vtk/local_proto.h	/^double x_extent;$/;"	v
x_fd	raster/wildfire/r.spread/main.c	/^int cum_fd, x_fd, y_fd;$/;"	v
x_inc	raster/r.in.bin/gmt_grd.h	/^    double x_inc;		\/* x increment *\/$/;"	m	struct:GRD_HEADER
x_inc	raster/r.out.bin/gmt_grd.h	/^    double x_inc;		\/* x increment *\/$/;"	m	struct:GRD_HEADER
x_max	raster/r.in.bin/gmt_grd.h	/^    double x_max;		\/* Maximum x coordinate *\/$/;"	m	struct:GRD_HEADER
x_max	raster/r.out.bin/gmt_grd.h	/^    double x_max;		\/* Maximum x coordinate *\/$/;"	m	struct:GRD_HEADER
x_min	raster/r.in.bin/gmt_grd.h	/^    double x_min;		\/* Minimum x coordinate *\/$/;"	m	struct:GRD_HEADER
x_min	raster/r.out.bin/gmt_grd.h	/^    double x_min;		\/* Minimum x coordinate *\/$/;"	m	struct:GRD_HEADER
x_mod	include/gstypes.h	/^    int x_mod, y_mod, x_modw, y_modw;	\/*cells per viewcell, per wire viewcell *\/$/;"	m	struct:g_surf
x_modw	include/gstypes.h	/^    int x_mod, y_mod, x_modw, y_modw;	\/*cells per viewcell, per wire viewcell *\/$/;"	m	struct:g_surf
x_orig	lib/rst/data/dataquad.h	/^    double x_orig;$/;"	m	struct:quaddata
x_orig	lib/rst/interp_float/interpf.h	/^    double x_orig, y_orig;	\/* origin *\/$/;"	m	struct:interp_params
x_orig	raster/r.resamp.rst/main.c	/^double x_orig, y_orig;$/;"	v
x_orig	vector/v.vol.rst/dataoct.h	/^    double x_orig;$/;"	m	struct:octdata
x_out	raster/wildfire/r.spread/collect_ori.c	/^int x_out;$/;"	v
x_out_layer	raster/wildfire/r.spread/collect_ori.c	/^char *x_out_layer;$/;"	v
x_pts	display/drivers/HTMLMAP/htmlmap.h	/^    int *x_pts;$/;"	m	struct:MapPoly
x_res_z2	lib/ogsf/gs_norms.c	/^static float x_res_z2, y_res_z2;$/;"	v	file:
x_trans	include/gstypes.h	/^    float x_trans, y_trans, z_trans;$/;"	m	struct:g_site
x_trans	include/gstypes.h	/^    float x_trans, y_trans, z_trans;$/;"	m	struct:g_surf
x_trans	include/gstypes.h	/^    float x_trans, y_trans, z_trans;$/;"	m	struct:g_vect
x_trans	include/gstypes.h	/^    float x_trans, y_trans, z_trans;$/;"	m	struct:g_vol
x_units	raster/r.in.bin/gmt_grd.h	/^    char x_units[GRD_UNIT_LEN];	\/* units in x-direction *\/$/;"	m	struct:GRD_HEADER
x_units	raster/r.out.bin/gmt_grd.h	/^    char x_units[GRD_UNIT_LEN];	\/* units in x-direction *\/$/;"	m	struct:GRD_HEADER
xacc	imagery/i.atcorr/common.h	/^const float xacc	= 1.e-06f;$/;"	v
xalloc	lib/driver/command.c	/^static void *xalloc(void *buf, int *cur, int new, int len)$/;"	f	file:
xarray	display/d.graph/do_graph.c	/^static int *xarray;$/;"	v	file:
xarray	display/d.mapgraph/do_graph.c	/^static double *xarray;$/;"	v	file:
xarray	lib/driver/command.c	/^static int *xarray;$/;"	v	file:
xarray	vector/v.mkgrid/write_grid.c	/^static double xarray[10];$/;"	v	file:
xb	lib/gpde/N_pde.h	/^    N_gradient_neighbours_x *xb;	\/*bottom values *\/$/;"	m	struct:__anon61
xbuf	visualization/ximgview/main.c	/^static void *xbuf;$/;"	v	file:
xbuff	vector/v.perturb/zufall.h	/^    double xbuff[1024];$/;"	m	struct:klotz1
xc	lib/gpde/N_pde.h	/^    N_gradient_neighbours_x *xc;	\/*center values *\/$/;"	m	struct:__anon61
xconv	lib/gis/plot.c	/^static double xconv, yconv;$/;"	v	file:
xcoords	lib/driver/font2.c	/^static unsigned char *xcoords, *ycoords;$/;"	v	file:
xdim	lib/dspf/viz.h	/^    int xdim, ydim, zdim;$/;"	m	struct:__anon33
xdim	raster3d/r3.showdspf/vizual2.h	/^    int xdim, ydim, zdim;$/;"	m	struct:__anon114
xdr	lib/g3d/header.c	/^void *xdr;$/;"	v
xdrDecodeStream	lib/g3d/g3dfpxdr.c	/^XDR xdrEncodeStream, xdrDecodeStream;	\/* xdr support structures *\/$/;"	v
xdrEncodeStream	lib/g3d/g3dfpxdr.c	/^XDR xdrEncodeStream, xdrDecodeStream;	\/* xdr support structures *\/$/;"	v
xdrFun	lib/g3d/g3dfpxdr.c	/^static int (*xdrFun) ();$/;"	v	file:
xdrLength	lib/g3d/header.c	/^int xdrLength;$/;"	v
xdrTmp	lib/g3d/g3dfpxdr.c	/^static void *xdrTmp;$/;"	v	file:
xdrmem_create	configure	/^xdrmem_create()$/;"	f
xdrmem_create	configure	/^xdrmem_create();$/;"	f
xdrs	lib/g3d/g3dfpxdr.c	/^static XDR *xdrs;$/;"	v	file:
xdrstream	lib/gis/G.h	/^    XDR xdrstream;		\/* xdr stream for reading fp    *\/$/;"	m	struct:fileinfo
xelval	raster/r.out.png/pngfunc.h	/^typedef unsigned char xelval;$/;"	t
xf	lib/display/draw2.c	/^static double *xf, *yf;$/;"	v	file:
xfree	ps/ps.map/outl_io.c	/^int xfree(char *addr, char *label)$/;"	f
xg0	raster/r.horizon/main.c	/^double stepx, stepy, stepxhalf, stepyhalf, stepxy, xp, yp, op, dp, xg0, xx0,$/;"	v
xg0	raster/r.sun/main.c	/^double stepx, stepy, stepxy, xp, yp, op, dp, xg0, xx0, yg0, yy0, deltx, delty;$/;"	v
xg0	raster/r.sun2/sunradstruct.h	/^    double xg0;$/;"	m	struct:GridGeometry
xi	lib/display/draw2.c	/^static int *xi, *yi;$/;"	v	file:
ximg	visualization/ximgview/main.c	/^static XImage *ximg;$/;"	v	file:
xincr	display/d.graph/do_graph.c	/^static float xincr;$/;"	v	file:
xings_fnorm	raster3d/r3.mkdspf/iso_surface.c	/^static void xings_fnorm(int c_ndx, int t_ndx)$/;"	f	file:
xings_fnorm	visualization/nviz/src/mkdspf_iso_surface.c	/^xings_fnorm(c_ndx, t_ndx)$/;"	f
xings_grad	raster3d/r3.mkdspf/iso_surface.c	/^static void xings_grad(float *data[], int c_ndx, int x1, int y1, int z1,$/;"	f	file:
xings_grad	visualization/nviz/src/mkdspf_iso_surface.c	/^xings_grad(data, c_ndx, x1, y1, z1, t_ndx)$/;"	f
xinormal	lib/cdhc/xinormal.c	/^double xinormal(double pee)$/;"	f
xlat	imagery/i.atcorr/GeomCond.h	/^	float xlat;$/;"	m	struct:GeomCond
xlon	imagery/i.atcorr/GeomCond.h	/^	float xlon;$/;"	m	struct:GeomCond
xmalloc	ps/ps.map/outl_io.c	/^char *xmalloc(int size, char *label)$/;"	f
xmatch	display/d.paint.labels/do_labels.c	/^static int xmatch(char *word)$/;"	f	file:
xmatch	ps/ps.map/scan_ref.c	/^static int xmatch(char *word, int *xref)$/;"	f	file:
xmax	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int xmax, ymax, gmax;$/;"	v	file:
xmax	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int xmax, ymax, gmax;$/;"	v
xmax	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int xmax, ymax, gmax;$/;"	v	file:
xmax	imagery/i.points/analyze.c	/^static int xmax, ymax, gmax;$/;"	v	file:
xmax	imagery/i.smap/bouman/region.h	/^    int xmin, xmax;$/;"	m	struct:Region
xmax	imagery/i.vpoints/analyze.c	/^static int xmax, ymax, gmax;$/;"	v	file:
xmax	include/gstypes.h	/^    double xmin, xmax, ymin, ymax, zmin, zmax;$/;"	m	struct:g_vol
xmax	include/gstypes.h	/^    float xmin, xmax, ymin, ymax, zmin, zmax, zminmasked;$/;"	m	struct:g_surf
xmax	lib/rst/data/dataquad.h	/^    double xmax;$/;"	m	struct:quaddata
xmax	raster/r.horizon/main.c	/^double xmin, xmax, ymin, ymax, zmax = 0.;$/;"	v
xmax	raster/r.resamp.rst/main.c	/^double fstar2, tfsta2, xmin, xmax, ymin, ymax, zmin, zmax, gmin, gmax, c1min,$/;"	v
xmax	raster/r.sun/main.c	/^double xmin, xmax, ymin, ymax, zmax = 0.;$/;"	v
xmax	raster/r.sun2/main.c	/^double xmin, xmax, ymin, ymax;$/;"	v
xmax	raster/simwe/simlib/waterglobs.h	/^GLOBAL double xmin, ymin, xmax, ymax;$/;"	v
xmax	vector/v.surf.rst/main.c	/^double xmin, xmax, ymin, ymax, zmin, zmax;$/;"	v
xmax	vector/v.vol.rst/userglobs.h	/^double \/* pargr *\/ xmin, xmax, ymin, ymax, zmin, zmax, wmin, wmax;$/;"	v
xmax	vector/v.voronoi/sw_defs.h	/^double xmin, xmax, ymin, ymax, deltax, deltay;$/;"	v
xmax0	vector/v.vol.rst/userglobs.h	/^double \/* norm *\/ xmin0, xmax0, ymin0, ymax0, zmin0, zmax0, wmin0, wmax0,$/;"	v
xmin	imagery/i.smap/bouman/region.h	/^    int xmin, xmax;$/;"	m	struct:Region
xmin	include/gstypes.h	/^    double xmin, xmax, ymin, ymax, zmin, zmax;$/;"	m	struct:g_vol
xmin	include/gstypes.h	/^    float xmin, xmax, ymin, ymax, zmin, zmax, zminmasked;$/;"	m	struct:g_surf
xmin	raster/r.horizon/main.c	/^double xmin, xmax, ymin, ymax, zmax = 0.;$/;"	v
xmin	raster/r.resamp.rst/main.c	/^double fstar2, tfsta2, xmin, xmax, ymin, ymax, zmin, zmax, gmin, gmax, c1min,$/;"	v
xmin	raster/r.sun/main.c	/^double xmin, xmax, ymin, ymax, zmax = 0.;$/;"	v
xmin	raster/r.sun2/main.c	/^double xmin, xmax, ymin, ymax;$/;"	v
xmin	raster/simwe/simlib/waterglobs.h	/^GLOBAL double xmin, ymin, xmax, ymax;$/;"	v
xmin	vector/v.surf.rst/main.c	/^double xmin, xmax, ymin, ymax, zmin, zmax;$/;"	v
xmin	vector/v.vol.rst/userglobs.h	/^double \/* pargr *\/ xmin, xmax, ymin, ymax, zmin, zmax, wmin, wmax;$/;"	v
xmin	vector/v.voronoi/sw_defs.h	/^double xmin, xmax, ymin, ymax, deltax, deltay;$/;"	v
xmin0	vector/v.vol.rst/userglobs.h	/^double \/* norm *\/ xmin0, xmax0, ymin0, ymax0, zmin0, zmax0, wmin0, wmax0,$/;"	v
xmn	vector/v.vol.rst/userglobs.h	/^double xmn, xmx, ymn, ymx, zmn, zmx;$/;"	v
xmud	imagery/i.atcorr/GeomCond.h	/^	float xmud;$/;"	m	struct:GeomCond
xmup	imagery/i.atcorr/GeomCond.h	/^	float xmup; $/;"	m	struct:GeomCond
xmus	imagery/i.atcorr/GeomCond.h	/^	float xmus; $/;"	m	struct:GeomCond
xmus	imagery/i.atcorr/Transform.h	/^    float xmus;$/;"	m	struct:TransformInput
xmuv	imagery/i.atcorr/GeomCond.h	/^	float xmuv; $/;"	m	struct:GeomCond
xmx	vector/v.vol.rst/userglobs.h	/^double xmn, xmx, ymn, ymx, zmn, zmx;$/;"	v
xo	vector/v.digit/line.c	/^    double xo, yo;$/;"	m	struct:move_line	file:
xo	vector/v.digit/vertex.c	/^    double xo, yo;$/;"	m	struct:move_vertex	file:
xo	vector/v.digit/vertex.c	/^    double xo, yo;$/;"	m	struct:rm_vertex	file:
xo	vector/v.digit/vertex.c	/^    double xo, yo;$/;"	m	struct:split_line	file:
xoffset	display/d.paint.labels/do_labels.c	/^static int xoffset;$/;"	v	file:
xoffset	raster/wildfire/r.spread/display.c	/^static int xoffset, yoffset;	\/*screen coors of u-l corner of file *\/$/;"	v	file:
xok	display/d.paint.labels/do_labels.c	/^static int xok, yok;$/;"	v	file:
xok	ps/ps.map/scan_ref.c	/^static int xok, yok;$/;"	v	file:
xp	raster/r.horizon/main.c	/^double stepx, stepy, stepxhalf, stepyhalf, stepxy, xp, yp, op, dp, xg0, xx0,$/;"	v
xp	raster/r.sun/main.c	/^double stepx, stepy, stepxy, xp, yp, op, dp, xg0, xx0, yg0, yy0, deltx, delty;$/;"	v
xp	raster/r.sun2/sunradstruct.h	/^    double xp;$/;"	m	struct:GridGeometry
xp0	raster/simwe/simlib/waterglobs.h	/^GLOBAL double stepx, stepy, xp0, yp0;$/;"	v
xpixels	display/drivers/XDRIVER/Graph_set.c	/^unsigned long *xpixels;		\/* lookup table for FIXED color mode *\/$/;"	v
xpixels	visualization/xganim/Clr_table.c	/^static unsigned long *xpixels;$/;"	v	file:
xpixels	visualization/ximgview/color.c	/^static unsigned long *xpixels;$/;"	v	file:
xpm-to-image	lib/external/bwidget/xpm2image.tcl	/^proc xpm-to-image { file } {$/;"	p
xpnts	vector/v.in.dxf/global.h	/^GLOBAL double *xpnts, *ypnts, *zpnts;$/;"	v
xpp	imagery/i.atcorr/Altitude.h	/^	float xpp;$/;"	m	struct:Altitude
xps	imagery/i.atcorr/Altitude.h	/^	float xps;$/;"	m	struct:Altitude
xptr	vector/v.perturb/zufall.h	/^    int first, xptr;$/;"	m	struct:klotz1
xrand	raster/simwe/simlib/waterglobs.h	/^GLOBAL double rwalk, bresx, bresy, xrand, yrand;$/;"	v
xrange	include/gstypes.h	/^    double xrange, yrange, zrange;$/;"	m	struct:g_vol
xrange	include/gstypes.h	/^    float xrange, yrange, zrange;$/;"	m	struct:g_surf
xrealloc	ps/ps.map/outl_io.c	/^char *xrealloc(char *addr, int size, char *label)$/;"	f
xref	display/d.paint.labels/do_labels.c	/^static int xref;$/;"	v	file:
xref	display/d.vect/plot.h	/^    int xref, yref;$/;"	m	struct:__anon97
xref	include/icon.h	/^    int xref;$/;"	m	struct:_icon
xres	imagery/i.ortho.photo/photo.2image/analyze.c	/^static double *xres, *yres, *gnd;$/;"	v	file:
xres	imagery/i.ortho.photo/photo.2target/analyze.c	/^static double *xres, *yres, *gnd;$/;"	v	file:
xres	imagery/i.points/analyze.c	/^static double *xres, *yres, *gnd;$/;"	v	file:
xres	imagery/i.vpoints/analyze.c	/^static double *xres, *yres, *gnd;$/;"	v	file:
xres	include/gstypes.h	/^    double xres, yres, zres;$/;"	m	struct:g_vol
xres	include/gstypes.h	/^    double xres, yres;$/;"	m	struct:g_surf
xres	raster/r.grow.distance/main.c	/^static double xres, yres;$/;"	v	file:
xrot	raster3d/r3.showdspf/vizual.h	/^    int xrot, yrot, zrot;	\/* angle in degrees *\/$/;"	m	struct:dspec
xscale	raster3d/r3.showdspf/vizual.h	/^    float xscale, yscale, zscale;	\/* scaling factor for each dimension *\/$/;"	m	struct:dspec
xscale	vector/v.in.dwg/global.h	/^    double xscale, yscale, zscale;$/;"	m	struct:__anon177
xsize	raster3d/r3.showdspf/togif.h	/^    unsigned short xsize;	\/* width of image *\/$/;"	m	struct:_vgl_GIFWriter
xt	imagery/i.ortho.photo/photo.rectify/defs.h	/^    double xt, yt;		\/* image space *\/$/;"	m	struct:__anon233
xt	lib/gpde/N_pde.h	/^    N_gradient_neighbours_x *xt;	\/*top values *\/$/;"	m	struct:__anon61
xtract_line	vector/v.extract/extract.c	/^xtract_line(int num_index, int *num_array, struct Map_info *In,$/;"	f
xwa	visualization/ximgview/main.c	/^XWindowAttributes xwa;$/;"	v
xx0	raster/r.horizon/main.c	/^double stepx, stepy, stepxhalf, stepyhalf, stepxy, xp, yp, op, dp, xg0, xx0,$/;"	v
xx0	raster/r.sun/main.c	/^double stepx, stepy, stepxy, xp, yp, op, dp, xg0, xx0, yg0, yy0, deltx, delty;$/;"	v
xx0	raster/r.sun2/sunradstruct.h	/^    double xx0;$/;"	m	struct:GridGeometry
xy	display/d.text.new/test.pl	/^sub xy{$/;"	s
xy	raster/r.le/r.le.setup/polytocell/ply_t_bmif.c	/^struct element xy[MAX_VERTICIES];$/;"	v	typeref:struct:element
xyrange	include/nviz.h	/^    float zrange, xyrange;$/;"	m	struct:__anon290
y	general/g.transform/main.c	/^    struct Max x, y, g;$/;"	m	struct:Stats	typeref:struct:Stats::	file:
y	imagery/i.atcorr/main.cpp	/^    FCELL y;$/;"	m	struct:IntPair	file:
y	include/dig_atts.h	/^    double y;$/;"	m	struct:attribute
y	include/dlg.h	/^    double y;$/;"	m	struct:dlg_area
y	include/dlg.h	/^    double y;$/;"	m	struct:dlg_node
y	include/nviz.h	/^    float x, y, z, w;		\/* position *\/$/;"	m	struct:__anon289
y	include/readsites.h	/^    double x, y, z;$/;"	m	struct:zstruct
y	include/site.h	/^    double x, y, z;$/;"	m	struct:__anon294
y	include/symbol.h	/^	    double *x, *y;$/;"	m	struct:__anon282::__anon283::__anon284
y	include/symbol.h	/^	    double x, y, r, a1, a2;$/;"	m	struct:__anon282::__anon283::__anon285
y	include/vect/dig_structs.h	/^    double *y;$/;"	m	struct:line_pnts
y	include/vect/dig_structs.h	/^    double y;			\/* Y coordinate *\/$/;"	m	struct:P_node
y	lib/display/cnversions.c	/^    double x, y;$/;"	m	struct:vector	file:
y	lib/display/draw2.c	/^    double x, y, k;$/;"	m	struct:plane	file:
y	lib/display/draw2.c	/^    double x, y;$/;"	m	struct:vector	file:
y	lib/driver/Polygon.c	/^    int x, y;$/;"	m	struct:point	file:
y	lib/gpde/N_pde.h	/^    N_gradient_neighbours_y *y;$/;"	m	struct:__anon60
y	lib/rst/data/dataquad.h	/^    double y;$/;"	m	struct:triple
y	lib/rst/interp_float/interpf.h	/^    double y;$/;"	m	struct:fcell_triple
y	lib/vector/Vlib/break_polygons.c	/^    double x, y;$/;"	m	struct:__anon75	file:
y	lib/vector/Vlib/dgraph.c	/^    double y;$/;"	m	struct:intersection_point	file:
y	lib/vector/Vlib/dgraph.h	/^    double y;$/;"	m	struct:pg_vertex
y	lib/vector/Vlib/intersect.c	/^    double x, y, z;$/;"	m	struct:__anon74	file:
y	lib/vector/Vlib/snap.c	/^    double x, y;$/;"	m	struct:__anon77	file:
y	misc/m.cogo/main.c	/^    double y;$/;"	m	struct:survey_record	file:
y	ps/ps.map/colortable.h	/^    double x, y, width;$/;"	m	struct:colortable
y	ps/ps.map/comment.h	/^    double x, y;$/;"	m	struct:comment
y	ps/ps.map/decorate.h	/^    double x, y;$/;"	m	struct:scalebar
y	ps/ps.map/do_header.c	/^static double x, y, dy, fontsize;$/;"	v	file:
y	ps/ps.map/map_info.h	/^    double x, y;$/;"	m	struct:map_info
y	ps/ps.map/vector.h	/^    double x, y;		\/* legend position *\/$/;"	m	struct:vector
y	raster/r.flow/calc.c	/^    double x, y, z;		\/* exact earth coordinates      *\/$/;"	m	struct:__anon151	file:
y	raster/r.li/r.li.daemon/daemon.h	/^    int y;$/;"	m	struct:area_entry
y	raster/r.li/r.li.daemon/ipc.h	/^    int y;$/;"	m	struct:fields_area
y	raster/r.li/r.li.daemon/ipc.h	/^    int y;$/;"	m	struct:fields_maskedarea
y	raster/r.li/r.li.daemon/list.h	/^    int y;$/;"	m	struct:generatore
y	raster/r.los/point.h	/^    int y;			\/* y-coor measured from viewing point location  *\/$/;"	m	struct:point
y	raster3d/r3.showdspf/BallAux.h	/^    float x, y, z, w;$/;"	m	struct:__anon119
y	raster3d/r3.showdspf/draw_cap_ogl.c	/^static int x, y;$/;"	v	file:
y	vector/v.convert/conv.h	/^    double *x, *y;$/;"	m	struct:Line
y	vector/v.convert/conv.h	/^    double y;			\/* y location point *\/$/;"	m	struct:Categ
y	vector/v.delaunay2/data_types.h	/^    double x, y, z;$/;"	m	struct:vertex
y	vector/v.generalize/point.h	/^    double x, y, z;$/;"	m	struct:__anon190
y	vector/v.hull/main.c	/^    double y;$/;"	m	struct:Point	file:
y	vector/v.in.ogr/global.h	/^    double x, y;$/;"	m	struct:__anon178
y	vector/v.label.sa/labels.h	/^    double y;	  \/**< The Y coordinate *\/$/;"	m	struct:_label_point
y	vector/v.lrs/v.lrs.create/main.c	/^    double x, y;$/;"	m	struct:__anon165	file:
y	vector/v.mapcalc/vector.h	/^    double y;$/;"	m	struct:Vector
y	vector/v.net.visibility/rotation_tree.h	/^    double y;$/;"	m	struct:Point
y	vector/v.overlay/local.h	/^    double x, y;$/;"	m	struct:__anon171
y	vector/v.qcount/quaddefs.h	/^    double x, y;$/;"	m	struct:__anon179
y	vector/v.vol.rst/dataoct.h	/^    double y;$/;"	m	struct:quadruple
y	vector/v.vol.rst/points.h	/^    double y;$/;"	m	struct:point_3d
y	vector/v.voronoi/sw_defs.h	/^    double x, y, z;$/;"	m	struct:Point
y	vector/v.voronoi/vo_main.c	/^    double x, y;$/;"	m	struct:__anon168	file:
y	visualization/nviz/src/interface.h	/^    float x, y, z, w;		\/* position *\/$/;"	m	struct:__anon100
y	visualization/nviz/src/togl_flythrough.c	/^    int y;$/;"	m	struct:mouseData	file:
y0utm	vector/v.vol.rst/userglobs.h	/^double \/* orig *\/ x0utm, y0utm, z0utm;$/;"	v
y1	imagery/i.class/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
y1	imagery/i.ortho.photo/photo.2image/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
y1	imagery/i.ortho.photo/photo.2target/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
y1	imagery/i.points/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
y1	imagery/i.vpoints/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
y1	include/gstypes.h	/^    float x1, x2, y1, y2, z1, z2;$/;"	m	struct:__anon259
y1	lib/display/draw.c	/^static int x1, y1, x2, y2;$/;"	v	file:
y1	raster/wildfire/r.spread/display.c	/^static int x1, y1, x2, y2;	\/*diagonal pts of a box *\/$/;"	v	file:
y1_ct	raster/wildfire/r.spread/display.c	/^static int x1_ct, y1_ct, x2_ct, y2_ct;	\/*pts of the Current Time box *\/$/;"	v	file:
y1_st	raster/wildfire/r.spread/display.c	/^static int x1_st, y1_st, x2_st, y2_st;	\/*pts of the elapsed Spread Time box *\/$/;"	v	file:
y2	imagery/i.class/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
y2	imagery/i.ortho.photo/photo.2image/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
y2	imagery/i.ortho.photo/photo.2target/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
y2	imagery/i.points/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
y2	imagery/i.vpoints/zoom_box.c	/^static int x1, y1, x2, y2;$/;"	v	file:
y2	include/gstypes.h	/^    float x1, x2, y1, y2, z1, z2;$/;"	m	struct:__anon259
y2	lib/display/draw.c	/^static int x1, y1, x2, y2;$/;"	v	file:
y2	raster/wildfire/r.spread/display.c	/^static int x1, y1, x2, y2;	\/*diagonal pts of a box *\/$/;"	v	file:
y2_ct	raster/wildfire/r.spread/display.c	/^static int x1_ct, y1_ct, x2_ct, y2_ct;	\/*pts of the Current Time box *\/$/;"	v	file:
y2_st	raster/wildfire/r.spread/display.c	/^static int x1_st, y1_st, x2_st, y2_st;	\/*pts of the elapsed Spread Time box *\/$/;"	v	file:
y_alter	lib/db/sqlp/yac.y	/^y_alter:$/;"	l
y_array	lib/gpde/N_pde.h	/^    N_array_2d *y_array;$/;"	m	struct:__anon62
y_array	lib/gpde/N_pde.h	/^    N_array_3d *y_array;$/;"	m	struct:__anon63
y_assignment	lib/db/sqlp/yac.y	/^y_assignment:$/;"	l
y_assignments	lib/db/sqlp/yac.y	/^y_assignments:$/;"	l
y_atom	lib/db/sqlp/yac.y	/^y_atom:$/;"	l
y_boolean	lib/db/sqlp/yac.y	/^y_boolean:	$/;"	l
y_cell	raster/wildfire/r.spread/main.c	/^CELL *y_cell;$/;"	v
y_column	lib/db/sqlp/yac.y	/^y_column:$/;"	l
y_column_list	lib/db/sqlp/yac.y	/^y_column_list:$/;"	l
y_columndef	lib/db/sqlp/yac.y	/^y_columndef:$/;"	l
y_columndefs	lib/db/sqlp/yac.y	/^y_columndefs:$/;"	l
y_columns	lib/db/sqlp/yac.y	/^y_columns:$/;"	l
y_comparison	lib/db/sqlp/yac.y	/^y_comparison:$/;"	l
y_condition	lib/db/sqlp/yac.y	/^y_condition:	$/;"	l
y_create	lib/db/sqlp/yac.y	/^y_create:$/;"	l
y_delete	lib/db/sqlp/yac.y	/^y_delete:$/;"	l
y_drop	lib/db/sqlp/yac.y	/^y_drop:$/;"	l
y_expression	lib/db/sqlp/yac.y	/^y_expression:$/;"	l
y_extent	raster/r.out.vtk/globaldefs.h	/^double y_extent;$/;"	v
y_extent	raster3d/r3.out.vtk/globalDefs.h	/^double y_extent;$/;"	v
y_extent	vector/v.out.vtk/local_proto.h	/^double y_extent;$/;"	v
y_fd	raster/wildfire/r.spread/main.c	/^int cum_fd, x_fd, y_fd;$/;"	v
y_inc	raster/r.in.bin/gmt_grd.h	/^    double y_inc;		\/* y increment *\/$/;"	m	struct:GRD_HEADER
y_inc	raster/r.out.bin/gmt_grd.h	/^    double y_inc;		\/* y increment *\/$/;"	m	struct:GRD_HEADER
y_insert	lib/db/sqlp/yac.y	/^y_insert:$/;"	l
y_max	raster/r.in.bin/gmt_grd.h	/^    double y_max;		\/* Maximum y coordinate *\/$/;"	m	struct:GRD_HEADER
y_max	raster/r.out.bin/gmt_grd.h	/^    double y_max;		\/* Maximum y coordinate *\/$/;"	m	struct:GRD_HEADER
y_min	raster/r.in.bin/gmt_grd.h	/^    double y_min;		\/* Minimum y coordinate *\/$/;"	m	struct:GRD_HEADER
y_min	raster/r.out.bin/gmt_grd.h	/^    double y_min;		\/* Minimum y coordinate *\/$/;"	m	struct:GRD_HEADER
y_mod	include/gstypes.h	/^    int x_mod, y_mod, x_modw, y_modw;	\/*cells per viewcell, per wire viewcell *\/$/;"	m	struct:g_surf
y_modw	include/gstypes.h	/^    int x_mod, y_mod, x_modw, y_modw;	\/*cells per viewcell, per wire viewcell *\/$/;"	m	struct:g_surf
y_order	lib/db/sqlp/yac.y	/^y_order: y_order_asc | y_order_desc;$/;"	l
y_order_asc	lib/db/sqlp/yac.y	/^y_order_asc:$/;"	l
y_order_desc	lib/db/sqlp/yac.y	/^y_order_desc:$/;"	l
y_orig	lib/rst/data/dataquad.h	/^    double y_orig;$/;"	m	struct:quaddata
y_orig	lib/rst/interp_float/interpf.h	/^    double x_orig, y_orig;	\/* origin *\/$/;"	m	struct:interp_params
y_orig	raster/r.resamp.rst/main.c	/^double x_orig, y_orig;$/;"	v
y_orig	vector/v.vol.rst/dataoct.h	/^    double y_orig;$/;"	m	struct:octdata
y_out	raster/wildfire/r.spread/collect_ori.c	/^int y_out;$/;"	v
y_out_layer	raster/wildfire/r.spread/collect_ori.c	/^char *y_out_layer;$/;"	v
y_product	lib/db/sqlp/yac.y	/^y_product:$/;"	l
y_pts	display/drivers/HTMLMAP/htmlmap.h	/^    int *y_pts;$/;"	m	struct:MapPoly
y_res_z2	lib/ogsf/gs_norms.c	/^static float x_res_z2, y_res_z2;$/;"	v	file:
y_select	lib/db/sqlp/yac.y	/^y_select:$/;"	l
y_sql	lib/db/sqlp/yac.y	/^y_sql:	$/;"	l
y_sub_condition	lib/db/sqlp/yac.y	/^y_sub_condition:	$/;"	l
y_sub_condition2	lib/db/sqlp/yac.y	/^y_sub_condition2:	$/;"	l
y_table	lib/db/sqlp/yac.y	/^y_table:$/;"	l
y_term	lib/db/sqlp/yac.y	/^y_term:$/;"	l
y_trans	include/gstypes.h	/^    float x_trans, y_trans, z_trans;$/;"	m	struct:g_site
y_trans	include/gstypes.h	/^    float x_trans, y_trans, z_trans;$/;"	m	struct:g_surf
y_trans	include/gstypes.h	/^    float x_trans, y_trans, z_trans;$/;"	m	struct:g_vect
y_trans	include/gstypes.h	/^    float x_trans, y_trans, z_trans;$/;"	m	struct:g_vol
y_units	raster/r.in.bin/gmt_grd.h	/^    char y_units[GRD_UNIT_LEN];	\/* units in y-direction *\/$/;"	m	struct:GRD_HEADER
y_units	raster/r.out.bin/gmt_grd.h	/^    char y_units[GRD_UNIT_LEN];	\/* units in y-direction *\/$/;"	m	struct:GRD_HEADER
y_update	lib/db/sqlp/yac.y	/^y_update:$/;"	l
y_value	lib/db/sqlp/yac.y	/^y_value:$/;"	l
y_value_list	lib/db/sqlp/yac.y	/^y_value_list:$/;"	l
y_values	lib/db/sqlp/yac.y	/^y_values:$/;"	l
yadjust	raster/r.le/r.le.setup/polytocell/yadjust.c	/^void yadjust(double *yarray, int num_verticies)$/;"	f
yarray	display/d.graph/do_graph.c	/^static int *yarray;$/;"	v	file:
yarray	display/d.mapgraph/do_graph.c	/^static double *yarray;$/;"	v	file:
yarray	lib/driver/command.c	/^static int *yarray;$/;"	v	file:
yarray	vector/v.mkgrid/write_grid.c	/^static double yarray[10];$/;"	v	file:
yb	lib/gpde/N_pde.h	/^    N_gradient_neighbours_y *yb;	\/*bottom values *\/$/;"	m	struct:__anon61
yc	lib/gpde/N_pde.h	/^    N_gradient_neighbours_y *yc;	\/*center values *\/$/;"	m	struct:__anon61
yconv	lib/gis/plot.c	/^static double xconv, yconv;$/;"	v	file:
ycoords	lib/driver/font2.c	/^static unsigned char *xcoords, *ycoords;$/;"	v	file:
ydim	lib/dspf/viz.h	/^    int xdim, ydim, zdim;$/;"	m	struct:__anon33
ydim	raster3d/r3.showdspf/vizual2.h	/^    int xdim, ydim, zdim;$/;"	m	struct:__anon114
year	imagery/i.atcorr/Date.h	/^	unsigned short year;$/;"	m	class:Date
year	include/datetime.h	/^    int year, month, day;$/;"	m	struct:__anon274
year	include/dbmi.h	/^    int year;$/;"	m	struct:_db_date_time
year	raster/r.sunmask/solpos00.h	/^    int year;			\/* I:              4-digit year (2-digit year is NOT$/;"	m	struct:posdata
yellow	imagery/i.class/input_color.c	/^int yellow(void)$/;"	f
yes	display/d.colors/interact.c	/^static int yes(char *msg1, char *msg2)$/;"	f	file:
yes	imagery/i.ortho.photo/photo.2image/use_camera.c	/^static int yes(void)$/;"	f	file:
yes	imagery/i.ortho.photo/photo.2target/digit.c	/^static int yes(void)$/;"	f	file:
yes	imagery/i.points/digit.c	/^static int yes(void)$/;"	f	file:
yes	imagery/i.vpoints/digit.c	/^static int yes(void)$/;"	f	file:
yes_nb	raster/r.le/r.le.patch/trace.c	/^int yes_nb(int *di, int *dj, DCELL ** buf, double class, int i, int j,$/;"	f
yes_nb	raster/r.le/r.le.trace/main.c	/^int yes_nb(int *di, int *dj, DCELL ** buf, double class, int i, int j,$/;"	f
yes_no_quest	vector/v.transform/creat_trans.c	/^int yes_no_quest(char *s)$/;"	f
yes_save	imagery/i.class/signature.c	/^static int yes_save(void)$/;"	f	file:
yesno	ps/ps.map/yesno.c	/^int yesno(char *key, char *data)$/;"	f
yf	lib/display/draw2.c	/^static double *xf, *yf;$/;"	v	file:
yg0	raster/r.horizon/main.c	/^    yg0, yy0, deltx, delty;$/;"	v
yg0	raster/r.sun/main.c	/^double stepx, stepy, stepxy, xp, yp, op, dp, xg0, xx0, yg0, yy0, deltx, delty;$/;"	v
yg0	raster/r.sun2/sunradstruct.h	/^    double yg0;$/;"	m	struct:GridGeometry
yi	lib/display/draw2.c	/^static int *xi, *yi;$/;"	v	file:
yincr	display/d.graph/do_graph.c	/^static float yincr;$/;"	v	file:
yinter	raster/r.carve/enforce.h	/^    double sum_x, sum_y, sum_xy, sum_x_sq, slope, yinter;$/;"	m	struct:__anon140
ymatch	display/d.paint.labels/do_labels.c	/^static int ymatch(char *word)$/;"	f	file:
ymatch	ps/ps.map/scan_ref.c	/^static int ymatch(char *word, int *yref)$/;"	f	file:
ymax	imagery/i.ortho.photo/photo.2image/analyze.c	/^static int xmax, ymax, gmax;$/;"	v	file:
ymax	imagery/i.ortho.photo/photo.2image/camera_ref.h	/^GLOBALCAM int xmax, ymax, gmax;$/;"	v
ymax	imagery/i.ortho.photo/photo.2target/analyze.c	/^static int xmax, ymax, gmax;$/;"	v	file:
ymax	imagery/i.points/analyze.c	/^static int xmax, ymax, gmax;$/;"	v	file:
ymax	imagery/i.smap/bouman/region.h	/^    int ymin, ymax;$/;"	m	struct:Region
ymax	imagery/i.vpoints/analyze.c	/^static int xmax, ymax, gmax;$/;"	v	file:
ymax	include/gstypes.h	/^    double xmin, xmax, ymin, ymax, zmin, zmax;$/;"	m	struct:g_vol
ymax	include/gstypes.h	/^    float xmin, xmax, ymin, ymax, zmin, zmax, zminmasked;$/;"	m	struct:g_surf
ymax	lib/gis/plot.c	/^static int ymin, ymax;$/;"	v	file:
ymax	lib/rst/data/dataquad.h	/^    double ymax;$/;"	m	struct:quaddata
ymax	raster/r.horizon/main.c	/^double xmin, xmax, ymin, ymax, zmax = 0.;$/;"	v
ymax	raster/r.resamp.rst/main.c	/^double fstar2, tfsta2, xmin, xmax, ymin, ymax, zmin, zmax, gmin, gmax, c1min,$/;"	v
ymax	raster/r.sun/main.c	/^double xmin, xmax, ymin, ymax, zmax = 0.;$/;"	v
ymax	raster/r.sun2/main.c	/^double xmin, xmax, ymin, ymax;$/;"	v
ymax	raster/simwe/simlib/waterglobs.h	/^GLOBAL double xmin, ymin, xmax, ymax;$/;"	v
ymax	vector/v.surf.rst/main.c	/^double xmin, xmax, ymin, ymax, zmin, zmax;$/;"	v
ymax	vector/v.vol.rst/userglobs.h	/^double \/* pargr *\/ xmin, xmax, ymin, ymax, zmin, zmax, wmin, wmax;$/;"	v
ymax	vector/v.voronoi/sw_defs.h	/^double xmin, xmax, ymin, ymax, deltax, deltay;$/;"	v
ymax0	vector/v.vol.rst/userglobs.h	/^double \/* norm *\/ xmin0, xmax0, ymin0, ymax0, zmin0, zmax0, wmin0, wmax0,$/;"	v
ymin	imagery/i.smap/bouman/region.h	/^    int ymin, ymax;$/;"	m	struct:Region
ymin	include/gstypes.h	/^    double xmin, xmax, ymin, ymax, zmin, zmax;$/;"	m	struct:g_vol
ymin	include/gstypes.h	/^    float xmin, xmax, ymin, ymax, zmin, zmax, zminmasked;$/;"	m	struct:g_surf
ymin	lib/gis/plot.c	/^static int ymin, ymax;$/;"	v	file:
ymin	raster/r.horizon/main.c	/^double xmin, xmax, ymin, ymax, zmax = 0.;$/;"	v
ymin	raster/r.resamp.rst/main.c	/^double fstar2, tfsta2, xmin, xmax, ymin, ymax, zmin, zmax, gmin, gmax, c1min,$/;"	v
ymin	raster/r.sun/main.c	/^double xmin, xmax, ymin, ymax, zmax = 0.;$/;"	v
ymin	raster/r.sun2/main.c	/^double xmin, xmax, ymin, ymax;$/;"	v
ymin	raster/simwe/simlib/waterglobs.h	/^GLOBAL double xmin, ymin, xmax, ymax;$/;"	v
ymin	vector/v.surf.rst/main.c	/^double xmin, xmax, ymin, ymax, zmin, zmax;$/;"	v
ymin	vector/v.vol.rst/userglobs.h	/^double \/* pargr *\/ xmin, xmax, ymin, ymax, zmin, zmax, wmin, wmax;$/;"	v
ymin	vector/v.voronoi/sw_defs.h	/^double xmin, xmax, ymin, ymax, deltax, deltay;$/;"	v
ymin0	vector/v.vol.rst/userglobs.h	/^double \/* norm *\/ xmin0, xmax0, ymin0, ymax0, zmin0, zmax0, wmin0, wmax0,$/;"	v
ymn	vector/v.vol.rst/userglobs.h	/^double xmn, xmx, ymn, ymx, zmn, zmx;$/;"	v
ymx	vector/v.vol.rst/userglobs.h	/^double xmn, xmx, ymn, ymx, zmn, zmx;$/;"	v
yo	vector/v.digit/line.c	/^    double xo, yo;$/;"	m	struct:move_line	file:
yo	vector/v.digit/vertex.c	/^    double xo, yo;$/;"	m	struct:move_vertex	file:
yo	vector/v.digit/vertex.c	/^    double xo, yo;$/;"	m	struct:rm_vertex	file:
yo	vector/v.digit/vertex.c	/^    double xo, yo;$/;"	m	struct:split_line	file:
yoffset	display/d.paint.labels/do_labels.c	/^static int yoffset;$/;"	v	file:
yoffset	raster/wildfire/r.spread/display.c	/^static int xoffset, yoffset;	\/*screen coors of u-l corner of file *\/$/;"	v	file:
yok	display/d.paint.labels/do_labels.c	/^static int xok, yok;$/;"	v	file:
yok	ps/ps.map/scan_ref.c	/^static int xok, yok;$/;"	v	file:
your_name	include/vect/dig_structs.h	/^    char *your_name;$/;"	m	struct:dig_head
yp	raster/r.horizon/main.c	/^double stepx, stepy, stepxhalf, stepyhalf, stepxy, xp, yp, op, dp, xg0, xx0,$/;"	v
yp	raster/r.sun/main.c	/^double stepx, stepy, stepxy, xp, yp, op, dp, xg0, xx0, yg0, yy0, deltx, delty;$/;"	v
yp	raster/r.sun2/sunradstruct.h	/^    double yp;$/;"	m	struct:GridGeometry
yp0	raster/simwe/simlib/waterglobs.h	/^GLOBAL double stepx, stepy, xp0, yp0;$/;"	v
ypnts	vector/v.in.dxf/global.h	/^GLOBAL double *xpnts, *ypnts, *zpnts;$/;"	v
yrand	raster/simwe/simlib/waterglobs.h	/^GLOBAL double rwalk, bresx, bresy, xrand, yrand;$/;"	v
yrange	include/gstypes.h	/^    double xrange, yrange, zrange;$/;"	m	struct:g_vol
yrange	include/gstypes.h	/^    float xrange, yrange, zrange;$/;"	m	struct:g_surf
yref	display/d.paint.labels/do_labels.c	/^static int yref;$/;"	v	file:
yref	display/d.vect/plot.h	/^    int xref, yref;$/;"	m	struct:__anon97
yref	include/icon.h	/^    int yref;$/;"	m	struct:_icon
yres	imagery/i.ortho.photo/photo.2image/analyze.c	/^static double *xres, *yres, *gnd;$/;"	v	file:
yres	imagery/i.ortho.photo/photo.2target/analyze.c	/^static double *xres, *yres, *gnd;$/;"	v	file:
yres	imagery/i.points/analyze.c	/^static double *xres, *yres, *gnd;$/;"	v	file:
yres	imagery/i.vpoints/analyze.c	/^static double *xres, *yres, *gnd;$/;"	v	file:
yres	include/gstypes.h	/^    double xres, yres, zres;$/;"	m	struct:g_vol
yres	include/gstypes.h	/^    double xres, yres;$/;"	m	struct:g_surf
yres	raster/r.grow.distance/main.c	/^static double xres, yres;$/;"	v	file:
yrot	raster3d/r3.showdspf/vizual.h	/^    int xrot, yrot, zrot;	\/* angle in degrees *\/$/;"	m	struct:dspec
yscale	raster3d/r3.showdspf/vizual.h	/^    float xscale, yscale, zscale;	\/* scaling factor for each dimension *\/$/;"	m	struct:dspec
yscale	vector/v.in.dwg/global.h	/^    double xscale, yscale, zscale;$/;"	m	struct:__anon177
ysize	raster3d/r3.showdspf/togif.h	/^    unsigned short ysize;	\/* height of image *\/$/;"	m	struct:_vgl_GIFWriter
ystar	vector/v.voronoi/sw_defs.h	/^    double ystar;$/;"	m	struct:Halfedge
yt	imagery/i.ortho.photo/photo.rectify/defs.h	/^    double xt, yt;		\/* image space *\/$/;"	m	struct:__anon233
yt	lib/gpde/N_pde.h	/^    N_gradient_neighbours_y *yt;	\/*top values *\/$/;"	m	struct:__anon61
yy0	raster/r.horizon/main.c	/^    yg0, yy0, deltx, delty;$/;"	v
yy0	raster/r.sun/main.c	/^double stepx, stepy, stepxy, xp, yp, op, dp, xg0, xx0, yg0, yy0, deltx, delty;$/;"	v
yy0	raster/r.sun2/sunradstruct.h	/^    double yy0;$/;"	m	struct:GridGeometry
yyerror	vector/v.mapcalc/yylex.c	/^void yyerror(const char *msg)$/;"	f
yylex	vector/v.mapcalc/yylex.c	/^int yylex(void)$/;"	f
yywrap	configure	/^yywrap()$/;"	f
z	imagery/i.atcorr/AtmosModel.h	/^	float z[34];$/;"	m	struct:AtmosModel
z	include/nviz.h	/^    float x, y, z, w;		\/* position *\/$/;"	m	struct:__anon289
z	include/readsites.h	/^    double x, y, z;$/;"	m	struct:zstruct
z	include/site.h	/^    double x, y, z;$/;"	m	struct:__anon294
z	include/vect/dig_structs.h	/^    double *z;$/;"	m	struct:line_pnts
z	include/vect/dig_structs.h	/^    double z;			\/* Z coordinate *\/$/;"	m	struct:P_node
z	lib/rst/data/dataquad.h	/^    double z;$/;"	m	struct:triple
z	lib/rst/interp_float/interpf.h	/^    FCELL z;$/;"	m	struct:fcell_triple
z	lib/vector/Vlib/intersect.c	/^    double x, y, z;$/;"	m	struct:__anon74	file:
z	raster/r.contour/cont.c	/^    DCELL z[4];$/;"	m	struct:cell	file:
z	raster/r.flow/calc.c	/^    double x, y, z;		\/* exact earth coordinates      *\/$/;"	m	struct:__anon151	file:
z	raster/r.horizon/main.c	/^float **z, **z100, **horizon_raster;$/;"	v
z	raster/r.in.xyz/main.c	/^    double z;$/;"	m	struct:node	file:
z	raster/r.le/r.le.pixel/pixel.h	/^    int edge, tex, fb, units, z, edgemap;$/;"	m	struct:CHOICE
z	raster/r.sun/main.c	/^float **z, **o, **s, **li, **a, **la, **cbhr, **cdhr;$/;"	v
z	raster/r.sun2/main.c	/^float **z = NULL, **o = NULL, **s = NULL, **li = NULL, **a = NULL, **la =$/;"	v
z	raster/r.surf.idw2/main.c	/^    double z;$/;"	m	struct:Point	file:
z	raster3d/r3.showdspf/BallAux.h	/^    float x, y, z, w;$/;"	m	struct:__anon119
z	raster3d/r3.showdspf/vizual.h	/^    int z;			\/* this is the axis that is a constant *\/$/;"	m	struct:Cap
z	vector/v.delaunay2/data_types.h	/^    double x, y, z;$/;"	m	struct:vertex
z	vector/v.generalize/point.h	/^    double x, y, z;$/;"	m	struct:__anon190
z	vector/v.hull/main.c	/^    double z;$/;"	m	struct:Point	file:
z	vector/v.mapcalc/vector.h	/^    double z;$/;"	m	struct:Vector
z	vector/v.surf.idw/main.c	/^    double z;$/;"	m	struct:Point	file:
z	vector/v.surf.idw/main.c	/^    double z;$/;"	m	struct:list_Point	file:
z	vector/v.vol.rst/dataoct.h	/^    double z;$/;"	m	struct:quadruple
z	vector/v.vol.rst/points.h	/^    double z;$/;"	m	struct:point_3d
z	vector/v.voronoi/sw_defs.h	/^    double x, y, z;$/;"	m	struct:Point
z	visualization/nviz/src/interface.h	/^    float x, y, z, w;		\/* position *\/$/;"	m	struct:__anon100
z0utm	vector/v.vol.rst/userglobs.h	/^double \/* orig *\/ x0utm, y0utm, z0utm;$/;"	v
z1	imagery/i.ortho.photo/libes/orthophoto.h	/^    double *z1;$/;"	m	struct:Ortho_Control_Points
z1	imagery/i.ortho.photo/libes/orthophoto.h	/^    double *z1;$/;"	m	struct:Ortho_Photo_Points
z1	include/gstypes.h	/^    float x1, x2, y1, y2, z1, z2;$/;"	m	struct:__anon259
z1	raster/r.sun/main.c	/^double z_orig, o_orig, slope, aspect, z1, zp;$/;"	v
z1	raster/r.sun2/main.c	/^double o_orig, z1;$/;"	v
z1	raster/simwe/simlib/waterglobs.h	/^    double z1;$/;"	m	struct:Point
z100	raster/r.horizon/main.c	/^float **z, **z100, **horizon_raster;$/;"	v
z2	imagery/i.ortho.photo/libes/orthophoto.h	/^    double *z2;$/;"	m	struct:Ortho_Control_Points
z2	imagery/i.ortho.photo/libes/orthophoto.h	/^    double *z2;$/;"	m	struct:Ortho_Photo_Points
z2	include/gstypes.h	/^    float x1, x2, y1, y2, z1, z2;$/;"	m	struct:__anon259
z_add_offset	raster/r.in.bin/gmt_grd.h	/^    double z_add_offset;	\/* After scaling, add this *\/$/;"	m	struct:GRD_HEADER
z_add_offset	raster/r.out.bin/gmt_grd.h	/^    double z_add_offset;	\/* After scaling, add this *\/$/;"	m	struct:GRD_HEADER
z_array	lib/gpde/N_pde.h	/^    N_array_3d *z_array;$/;"	m	struct:__anon63
z_exag	include/gstypes.h	/^    float z_exag;$/;"	m	struct:g_surf
z_geometry	raster/r.random/local_proto.h	/^    int z_geometry;$/;"	m	struct:rr_state
z_max	raster/r.in.bin/gmt_grd.h	/^    double z_max;		\/* Maximum z value *\/$/;"	m	struct:GRD_HEADER
z_max	raster/r.out.bin/gmt_grd.h	/^    double z_max;		\/* Maximum z value *\/$/;"	m	struct:GRD_HEADER
z_min	raster/r.in.bin/gmt_grd.h	/^    double z_min;		\/* Minimum z value *\/$/;"	m	struct:GRD_HEADER
z_min	raster/r.out.bin/gmt_grd.h	/^    double z_min;		\/* Minimum z value *\/$/;"	m	struct:GRD_HEADER
z_orig	raster/r.horizon/main.c	/^double z_orig, zp;$/;"	v
z_orig	raster/r.sun/main.c	/^double z_orig, o_orig, slope, aspect, z1, zp;$/;"	v
z_orig	raster/r.sun2/sunradstruct.h	/^    double z_orig;$/;"	m	struct:SunGeometryVarDay
z_orig	vector/v.vol.rst/dataoct.h	/^    double z_orig;$/;"	m	struct:octdata
z_orig_in	vector/v.vol.rst/userglobs.h	/^double z_orig_in, tb_res_in;$/;"	v
z_scale_factor	raster/r.in.bin/gmt_grd.h	/^    double z_scale_factor;	\/* grd values must be multiplied by this *\/$/;"	m	struct:GRD_HEADER
z_scale_factor	raster/r.out.bin/gmt_grd.h	/^    double z_scale_factor;	\/* grd values must be multiplied by this *\/$/;"	m	struct:GRD_HEADER
z_trans	include/gstypes.h	/^    float x_trans, y_trans, z_trans;$/;"	m	struct:g_site
z_trans	include/gstypes.h	/^    float x_trans, y_trans, z_trans;$/;"	m	struct:g_surf
z_trans	include/gstypes.h	/^    float x_trans, y_trans, z_trans;$/;"	m	struct:g_vect
z_trans	include/gstypes.h	/^    float x_trans, y_trans, z_trans;$/;"	m	struct:g_vol
z_units	raster/r.in.bin/gmt_grd.h	/^    char z_units[GRD_UNIT_LEN];	\/* grid value units *\/$/;"	m	struct:GRD_HEADER
z_units	raster/r.out.bin/gmt_grd.h	/^    char z_units[GRD_UNIT_LEN];	\/* grid value units *\/$/;"	m	struct:GRD_HEADER
zb	lib/gpde/N_pde.h	/^    N_gradient_neighbours_z *zb;	\/*bottom-center values *\/$/;"	m	struct:__anon61
zbulk	vector/v.edit/global.h	/^	*poly, *type, *id, *where, *bmaps, *snap, *query, *zbulk;$/;"	m	struct:GParams	typeref:struct:GParams::
zcol	vector/v.surf.rst/main.c	/^char *zcol;$/;"	v
zcoor	display/d.vect/zcoor.c	/^int zcoor(struct Map_info *Map, int type, LATTR * lattr)$/;"	f
zdim	lib/dspf/viz.h	/^    int xdim, ydim, zdim;$/;"	m	struct:__anon33
zdim	raster3d/r3.showdspf/vizual2.h	/^    int xdim, ydim, zdim;$/;"	m	struct:__anon114
zen_no_ref	raster/r.sunmask/solpos00.c	/^static void zen_no_ref(struct posdata *pdat, struct trigdata *tdat)$/;"	f	file:
zenetr	raster/r.sunmask/solpos00.h	/^    float zenetr;		\/* T:  S_ZENETR   Solar zenith angle, no atmospheric$/;"	m	struct:posdata
zenref	raster/r.sunmask/solpos00.h	/^    float zenref;		\/* O:  S_REFRAC   Solar zenith angle, deg. from zenith,$/;"	m	struct:posdata
zero	imagery/i.ortho.photo/libes/m_zero.c	/^int zero(MATRIX * a)$/;"	f
zero	raster/r.surf.contour/contour.h	/^GLOBAL NODE *zero;$/;"	v
zero	raster/r.watershed/ram/Gwater.h	/^GLOBAL CELL one, zero;$/;"	v
zero	raster/r.watershed/seg/Gwater.h	/^GLOBAL CELL one, zero;$/;"	v
zero	raster/wildfire/r.spread/main.c	/^float zero = 0.0;$/;"	v
zero_array1	vector/v.vol.rst/userglobs.h	/^float *zero_array1, *zero_array2, *zero_array3, *zero_array4, *zero_array5,$/;"	v
zero_array2	vector/v.vol.rst/userglobs.h	/^float *zero_array1, *zero_array2, *zero_array3, *zero_array4, *zero_array5,$/;"	v
zero_array3	vector/v.vol.rst/userglobs.h	/^float *zero_array1, *zero_array2, *zero_array3, *zero_array4, *zero_array5,$/;"	v
zero_array4	vector/v.vol.rst/userglobs.h	/^float *zero_array1, *zero_array2, *zero_array3, *zero_array4, *zero_array5,$/;"	v
zero_array5	vector/v.vol.rst/userglobs.h	/^float *zero_array1, *zero_array2, *zero_array3, *zero_array4, *zero_array5,$/;"	v
zero_array6	vector/v.vol.rst/userglobs.h	/^    *zero_array6, *zero_array7;$/;"	v
zero_array7	vector/v.vol.rst/userglobs.h	/^    *zero_array6, *zero_array7;$/;"	v
zero_array_cell	raster/r.resamp.rst/main.c	/^FCELL *zero_array_cell;$/;"	v
zero_array_cell	vector/v.surf.rst/main.c	/^FCELL *zero_array_cell;$/;"	v
zero_array_cell	vector/v.vol.rst/userglobs.h	/^FCELL *zero_array_cell;$/;"	v
zero_fill	lib/segment/format.c	/^static int zero_fill(int fd, off_t nbytes)$/;"	f	file:
zero_only	raster/r.mfilter/glob.h	/^GLOBAL int zero_only;$/;"	v
zlib_compress	lib/gis/put_row.c	/^static int zlib_compress(unsigned char *dst, unsigned char *src, int n,$/;"	f	file:
zmax	include/gstypes.h	/^    double xmin, xmax, ymin, ymax, zmin, zmax;$/;"	m	struct:g_vol
zmax	include/gstypes.h	/^    float xmin, xmax, ymin, ymax, zmin, zmax, zminmasked;$/;"	m	struct:g_surf
zmax	raster/r.horizon/main.c	/^double xmin, xmax, ymin, ymax, zmax = 0.;$/;"	v
zmax	raster/r.resamp.rst/main.c	/^double fstar2, tfsta2, xmin, xmax, ymin, ymax, zmin, zmax, gmin, gmax, c1min,$/;"	v
zmax	raster/r.sun/main.c	/^double xmin, xmax, ymin, ymax, zmax = 0.;$/;"	v
zmax	raster/r.sun2/sunradstruct.h	/^    double zmax;$/;"	m	struct:SunGeometryVarDay
zmax	vector/v.surf.rst/main.c	/^double xmin, xmax, ymin, ymax, zmin, zmax;$/;"	v
zmax	vector/v.vol.rst/userglobs.h	/^double \/* pargr *\/ xmin, xmax, ymin, ymax, zmin, zmax, wmin, wmax;$/;"	v
zmax0	vector/v.vol.rst/userglobs.h	/^double \/* norm *\/ xmin0, xmax0, ymin0, ymax0, zmin0, zmax0, wmin0, wmax0,$/;"	v
zmax_nz	include/gstypes.h	/^    float zmin_nz, zmax_nz, zrange_nz;$/;"	m	struct:g_surf
zmaxac	raster/r.resamp.rst/main.c	/^double \/* error *\/ ertot, ertre, zminac, zmaxac, zmult;$/;"	v
zmaxac	vector/v.surf.rst/main.c	/^double \/* error *\/ ertot, ertre, zminac, zmaxac, zmult;$/;"	v
zmaxac	vector/v.vol.rst/main.c	/^double ertot, ertre, zminac, zmaxac, wmult, zmult, zminacell, zmaxacell;$/;"	v
zmaxacell	vector/v.vol.rst/main.c	/^double ertot, ertre, zminac, zmaxac, wmult, zmult, zminacell, zmaxacell;$/;"	v
zmin	include/gstypes.h	/^    double xmin, xmax, ymin, ymax, zmin, zmax;$/;"	m	struct:g_vol
zmin	include/gstypes.h	/^    float xmin, xmax, ymin, ymax, zmin, zmax, zminmasked;$/;"	m	struct:g_surf
zmin	raster/r.resamp.rst/main.c	/^double fstar2, tfsta2, xmin, xmax, ymin, ymax, zmin, zmax, gmin, gmax, c1min,$/;"	v
zmin	vector/v.surf.rst/main.c	/^double xmin, xmax, ymin, ymax, zmin, zmax;$/;"	v
zmin	vector/v.vol.rst/userglobs.h	/^double \/* pargr *\/ xmin, xmax, ymin, ymax, zmin, zmax, wmin, wmax;$/;"	v
zmin0	vector/v.vol.rst/userglobs.h	/^double \/* norm *\/ xmin0, xmax0, ymin0, ymax0, zmin0, zmax0, wmin0, wmax0,$/;"	v
zmin_nz	include/gstypes.h	/^    float zmin_nz, zmax_nz, zrange_nz;$/;"	m	struct:g_surf
zminac	raster/r.resamp.rst/main.c	/^double \/* error *\/ ertot, ertre, zminac, zmaxac, zmult;$/;"	v
zminac	vector/v.surf.rst/main.c	/^double \/* error *\/ ertot, ertre, zminac, zmaxac, zmult;$/;"	v
zminac	vector/v.vol.rst/main.c	/^double ertot, ertre, zminac, zmaxac, wmult, zmult, zminacell, zmaxacell;$/;"	v
zminacell	vector/v.vol.rst/main.c	/^double ertot, ertre, zminac, zmaxac, wmult, zmult, zminacell, zmaxacell;$/;"	v
zminmasked	include/gstypes.h	/^    float xmin, xmax, ymin, ymax, zmin, zmax, zminmasked;$/;"	m	struct:g_surf
zmn	vector/v.vol.rst/userglobs.h	/^double xmn, xmx, ymn, ymx, zmn, zmx;$/;"	v
zmult	lib/rst/interp_float/interpf.h	/^    double zmult;		\/* multiplier for z-values *\/$/;"	m	struct:interp_params
zmult	raster/r.horizon/main.c	/^double length, maxlength = BIG, zmult = 1.0, step = 0.0, dist;$/;"	v
zmult	raster/r.resamp.rst/main.c	/^double \/* error *\/ ertot, ertre, zminac, zmaxac, zmult;$/;"	v
zmult	raster/r.sun/main.c	/^double length, zmult = 1.0, c, declin, linke, alb, step;$/;"	v
zmult	vector/v.surf.rst/main.c	/^double \/* error *\/ ertot, ertre, zminac, zmaxac, zmult;$/;"	v
zmult	vector/v.vol.rst/main.c	/^double ertot, ertre, zminac, zmaxac, wmult, zmult, zminacell, zmaxacell;$/;"	v
zmx	vector/v.vol.rst/userglobs.h	/^double xmn, xmx, ymn, ymx, zmn, zmx;$/;"	v
zone	general/g.setproj/main.c	/^int ier, zone;$/;"	v
zone	include/G3d.h	/^    int zone;			\/* Projection zone (see gis.h) *\/$/;"	m	struct:__anon248
zone	include/gis.h	/^    int zone;			\/* Projection zone                              *\/$/;"	m	struct:Cell_head
zone	include/gprojects.h	/^    int zone;$/;"	m	struct:pj_info
zone	lib/dspf/viz.h	/^    int zone;$/;"	m	struct:__anon33
zone	raster3d/r3.showdspf/vizual2.h	/^    int zone;$/;"	m	struct:__anon114
zone	swig/perl/gis.h	/^    int zone;			\/* Projection zone                              *\/$/;"	m	struct:Cell_head
zoom	general/g.region/zoom.c	/^int zoom(struct Cell_head *window, char *name, char *mapset)$/;"	f
zoom	imagery/i.ortho.photo/photo.2image/zoom.c	/^int zoom(void)$/;"	f
zoom	imagery/i.ortho.photo/photo.2target/zoom.c	/^int zoom(void)$/;"	f
zoom	imagery/i.points/zoom.c	/^int zoom(void)$/;"	f
zoom	imagery/i.vpoints/zoom.c	/^int zoom(void)$/;"	f
zoom1	imagery/i.class/zoom_box.c	/^static int zoom1(		\/* called by Input_pointer *\/$/;"	f	file:
zoom1	imagery/i.ortho.photo/photo.2image/zoom_box.c	/^static int zoom1(		\/* called by Input_pointer *\/$/;"	f	file:
zoom1	imagery/i.ortho.photo/photo.2image/zoom_pnt.c	/^static int zoom1(int x, int y)$/;"	f	file:
zoom1	imagery/i.ortho.photo/photo.2target/zoom_pnt.c	/^static int zoom1(int x, int y)$/;"	f	file:
zoom1	imagery/i.points/zoom_box.c	/^static int zoom1(int x, int y)$/;"	f	file:
zoom1	imagery/i.points/zoom_pnt.c	/^static int zoom1(int x, int y)$/;"	f	file:
zoom1	imagery/i.vpoints/zoom_box.c	/^static int zoom1(int x, int y)$/;"	f	file:
zoom1	imagery/i.vpoints/zoom_pnt.c	/^static int zoom1(int x, int y)$/;"	f	file:
zoom2	imagery/i.class/zoom_box.c	/^static int zoom2(int x, int y, int b)$/;"	f	file:
zoom2	imagery/i.ortho.photo/photo.2image/zoom_box.c	/^static int zoom2(int x, int y)$/;"	f	file:
zoom2	imagery/i.ortho.photo/photo.2target/zoom_box.c	/^static int zoom2(int x, int y)$/;"	f	file:
zoom2	imagery/i.points/zoom_box.c	/^static int zoom2(int x, int y)$/;"	f	file:
zoom2	imagery/i.vpoints/zoom_box.c	/^static int zoom2(int x, int y)$/;"	f	file:
zoom_box	imagery/i.class/zoom_box.c	/^int zoom_box(void)$/;"	f
zoom_box	imagery/i.ortho.photo/photo.2image/zoom_box.c	/^int zoom_box(void)$/;"	f
zoom_box	imagery/i.ortho.photo/photo.2target/zoom_box.c	/^int zoom_box(void)$/;"	f
zoom_box	imagery/i.points/zoom_box.c	/^int zoom_box(void)$/;"	f
zoom_box	imagery/i.vpoints/zoom_box.c	/^int zoom_box(void)$/;"	f
zoom_box1	imagery/i.ortho.photo/photo.2target/zoom_box.c	/^int zoom_box1(int x, int y)$/;"	f
zoom_centre	vector/v.digit/zoom.c	/^int zoom_centre(double factor)$/;"	f
zoom_default	vector/v.digit/zoom.c	/^int zoom_default(void)$/;"	f
zoom_pan	vector/v.digit/zoom.c	/^struct zoom_pan$/;"	s	file:
zoom_pan	vector/v.digit/zoom.c	/^void zoom_pan(void)$/;"	f
zoom_pan_begin	vector/v.digit/zoom.c	/^int zoom_pan_begin(void *closure)$/;"	f
zoom_pan_end	vector/v.digit/zoom.c	/^int zoom_pan_end(void *closure)$/;"	f
zoom_pan_update	vector/v.digit/zoom.c	/^int zoom_pan_update(void *closure, int sxn, int syn, int button)$/;"	f
zoom_point	imagery/i.ortho.photo/photo.2image/zoom_pnt.c	/^int zoom_point(void)$/;"	f
zoom_point	imagery/i.ortho.photo/photo.2target/zoom_pnt.c	/^int zoom_point(void)$/;"	f
zoom_point	imagery/i.points/zoom_pnt.c	/^int zoom_point(void)$/;"	f
zoom_point	imagery/i.vpoints/zoom_pnt.c	/^int zoom_point(void)$/;"	f
zoom_point2	imagery/i.ortho.photo/photo.2target/zoom_pnt.c	/^int zoom_point2(int x, int y, int magnify, double magnific)$/;"	f
zoom_region	vector/v.digit/toolbox.tcl	/^proc zoom_region { } {$/;"	p
zoom_region	vector/v.digit/zoom.c	/^int zoom_region(void)$/;"	f
zoom_view	imagery/i.class/zoom_box.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
zoom_view	imagery/i.ortho.photo/photo.2image/zoom_box.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
zoom_view	imagery/i.ortho.photo/photo.2image/zoom_pnt.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
zoom_view	imagery/i.ortho.photo/photo.2target/zoom_box.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
zoom_view	imagery/i.ortho.photo/photo.2target/zoom_pnt.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
zoom_view	imagery/i.points/zoom_box.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
zoom_view	imagery/i.points/zoom_pnt.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
zoom_view	imagery/i.vpoints/zoom_box.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
zoom_view	imagery/i.vpoints/zoom_pnt.c	/^static View *pick_view, *zoom_view, *main_view;$/;"	v	file:
zoom_window	vector/v.digit/zoom.c	/^struct zoom_window$/;"	s	file:
zoom_window	vector/v.digit/zoom.c	/^void zoom_window(void)$/;"	f
zoom_window_begin	vector/v.digit/zoom.c	/^int zoom_window_begin(void *closure)$/;"	f
zoom_window_end	vector/v.digit/zoom.c	/^int zoom_window_end(void *closure)$/;"	f
zoom_window_update	vector/v.digit/zoom.c	/^int zoom_window_update(void *closure, int sxn, int syn, int button)$/;"	f
zoomvect	imagery/i.vpoints/drawvect.c	/^int zoomvect(View * zoom_view)$/;"	f
zoomwindow	display/d.zoom/zoom.c	/^int zoomwindow(struct Cell_head *window, int quiet, double magnify)$/;"	f
zp	raster/r.horizon/main.c	/^double z_orig, zp;$/;"	v
zp	raster/r.sun/main.c	/^double z_orig, o_orig, slope, aspect, z1, zp;$/;"	v
zp	raster/r.sun2/sunradstruct.h	/^    double zp;$/;"	m	struct:SunGeometryVarDay
zpl	imagery/i.atcorr/Altitude.h	/^		float zpl[34];$/;"	m	struct:Altitude::Plane_sim
zpnts	vector/v.in.dxf/global.h	/^GLOBAL double *xpnts, *ypnts, *zpnts;$/;"	v
zrange	include/gstypes.h	/^    double xrange, yrange, zrange;$/;"	m	struct:g_vol
zrange	include/gstypes.h	/^    float xrange, yrange, zrange;$/;"	m	struct:g_surf
zrange	include/nviz.h	/^    float zrange, xyrange;$/;"	m	struct:__anon290
zrange_nz	include/gstypes.h	/^    float zmin_nz, zmax_nz, zrange_nz;$/;"	m	struct:g_surf
zres	include/gstypes.h	/^    double xres, yres, zres;$/;"	m	struct:g_vol
zrot	raster3d/r3.showdspf/vizual.h	/^    int xrot, yrot, zrot;	\/* angle in degrees *\/$/;"	m	struct:dspec
zscale	raster3d/r3.showdspf/vizual.h	/^    float xscale, yscale, zscale;	\/* scaling factor for each dimension *\/$/;"	m	struct:dspec
zscale	vector/v.in.dwg/global.h	/^    double xscale, yscale, zscale;$/;"	m	struct:__anon177
zstruct	include/readsites.h	/^struct zstruct$/;"	s
zt	lib/gpde/N_pde.h	/^    N_gradient_neighbours_z *zt;	\/*top-center values *\/$/;"	m	struct:__anon61
ztrans	raster3d/r3.showdspf/vizual.h	/^    float ztrans;$/;"	m	struct:dspec
zufall	vector/v.perturb/zufall.c	/^int zufall(int n, double *a)$/;"	f
zufalli	vector/v.perturb/zufalli.c	/^int zufalli(int *seed)$/;"	f
zufallrs	vector/v.perturb/zufallrs.c	/^int zufallrs(double *svblk)$/;"	f
zufallsv	vector/v.perturb/zufallsv.c	/^int zufallsv(double *svblk)$/;"	f
zz	raster/simwe/simlib/waterglobs.h	/^GLOBAL float **zz, **cchez;$/;"	v
~AMI_STREAM	include/iostream/ami_stream.h	/^AMI_STREAM<T>::~AMI_STREAM(void)  {$/;"	f	class:AMI_STREAM
~BasicMinMaxHeap	include/iostream/minmaxheap.h	/^  virtual ~BasicMinMaxHeap(void) { $/;"	f	class:BasicMinMaxHeap
~Digit	gui/wxpython/vdigit/digit.cpp	/^Digit::~Digit()$/;"	f	class:Digit
~DisplayDriver	gui/wxpython/vdigit/driver.cpp	/^DisplayDriver::~DisplayDriver()$/;"	f	class:DisplayDriver
~EMPQueueAdaptive	include/iostream/empq_adaptive_impl.h	/^EMPQueueAdaptive<T,Key>::~EMPQueueAdaptive() {$/;"	f	class:EMPQueueAdaptive
~ExtendedEltMergeType	include/iostream/empq_impl.h	/^  ~ExtendedEltMergeType() {}$/;"	f	class:ExtendedEltMergeType
~MEM_STREAM	include/iostream/mem_stream.h	/^MEM_STREAM<T>::~MEM_STREAM(void)  {$/;"	f	class:MEM_STREAM
~MM_register	lib/iostream/mm.cc	/^MM_register::~MM_register(void) {$/;"	f	class:MM_register
~MinMaxHeap	include/iostream/minmaxheap.h	/^  virtual ~MinMaxHeap() {};$/;"	f	class:MinMaxHeap
~Nviz	gui/wxpython/nviz/init.cpp	/^Nviz::~Nviz()$/;"	f	class:Nviz
~ReplacementHeap	include/iostream/replacementHeap.h	/^ReplacementHeap<T,Compare>::~ReplacementHeap<T,Compare>() {$/;"	f	class:ReplacementHeap
~ReplacementHeapBlock	include/iostream/replacementHeapBlock.h	/^ReplacementHeapBlock<T,Compare>::~ReplacementHeapBlock<T,Compare>() {$/;"	f	class:ReplacementHeapBlock
~UnboundedMinMaxHeap	include/iostream/minmaxheap.h	/^  virtual ~UnboundedMinMaxHeap() {};$/;"	f	class:UnboundedMinMaxHeap
~ccforest	raster/r.terraflow/ccforest.cc	/^ccforest<T>::~ccforest() {$/;"	f	class:ccforest
~detectEdgeNodata	raster/r.terraflow/nodata.cc	/^detectEdgeNodata::~detectEdgeNodata() {$/;"	f	class:detectEdgeNodata
~detectPlateaus	raster/r.terraflow/plateau.cc	/^detectPlateaus::~detectPlateaus() {$/;"	f	class:detectPlateaus
~em_buffer	include/iostream/embuffer.h	/^em_buffer<T,Key>::~em_buffer() {$/;"	f	class:em_buffer
~em_pqueue	include/iostream/empq_impl.h	/^em_pqueue<T,Key>::~em_pqueue() {$/;"	f	class:em_pqueue
~flowPriority	raster/r.terraflow/sweep.h	/^  ~flowPriority() {}$/;"	f	class:flowPriority
~flowStructure	raster/r.terraflow/sweep.h	/^  ~flowStructure() {}$/;"	f	class:flowStructure
~flowValue	raster/r.terraflow/sweep.h	/^  ~flowValue() {}$/;"	f	class:flowValue
~gpdcDrawLinesOp	gui/wxpython/vdigit/pseudodc.cpp	/^gpdcDrawLinesOp::~gpdcDrawLinesOp()$/;"	f	class:gpdcDrawLinesOp
~gpdcDrawPolyPolygonOp	gui/wxpython/vdigit/pseudodc.cpp	/^gpdcDrawPolyPolygonOp::~gpdcDrawPolyPolygonOp()$/;"	f	class:gpdcDrawPolyPolygonOp
~gpdcDrawPolygonOp	gui/wxpython/vdigit/pseudodc.cpp	/^gpdcDrawPolygonOp::~gpdcDrawPolygonOp()$/;"	f	class:gpdcDrawPolygonOp
~gpdcDrawSplineOp	gui/wxpython/vdigit/pseudodc.cpp	/^gpdcDrawSplineOp::~gpdcDrawSplineOp()$/;"	f	class:gpdcDrawSplineOp
~gpdcObject	gui/wxpython/vdigit/pseudodc.h	/^        virtual ~gpdcObject() {m_oplist.Clear();}$/;"	f	class:gpdcObject
~gpdcOp	gui/wxpython/vdigit/pseudodc.h	/^        virtual ~gpdcOp() {}$/;"	f	class:gpdcOp
~grid	raster/r.terraflow/grid.cc	/^grid::~grid() {$/;"	f	class:grid
~gwxPseudoDC	gui/wxpython/vdigit/pseudodc.cpp	/^gwxPseudoDC::~gwxPseudoDC()$/;"	f	class:gwxPseudoDC
~im_buffer	include/iostream/imbuffer.h	/^  ~im_buffer() {$/;"	f	class:im_buffer
~merge_key	include/iostream/embuffer.h	/^  ~merge_key() {}$/;"	f	class:merge_key
~mm_register_init	lib/iostream/mm.cc	/^mm_register_init::~mm_register_init(void) {$/;"	f	class:mm_register_init
~plateauType	raster/r.terraflow/plateau.h	/^  ~plateauType() {}$/;"	f	class:plateauType
~pqheap_t1	include/iostream/pqheap.h	/^pqheap_t1<T>::~pqheap_t1() {$/;"	f	class:pqheap_t1
~queue	include/iostream/queue.h	/^queue<T>::~queue() {$/;"	f	class:queue
~statsRecorder	raster/r.terraflow/stats.h	/^  ~statsRecorder() { $/;"	f	class:statsRecorder
~sweepItemBaseType	raster/r.terraflow/sweep.h	/^  ~sweepItemBaseType() {}$/;"	f	class:sweepItemBaseType
~unionFind	raster/r.terraflow/unionFind.h	/^unionFind<T>::~unionFind() {$/;"	f	class:unionFind
~weightWindow	raster/r.terraflow/weightWindow.h	/^  ~weightWindow(){};$/;"	f	class:weightWindow
