modified: diffout.py
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / calcpath
blob0eff9b2c284e95988c79d8f828f334111efe367f
1 NAME
2     calcpath - current CALCPATH search path
4 SYNOPSIS
5     calcpath()
7 TYPES
8     return      string
10 DESCRIPTION
11     This function returns the current value of the CALCPATH search path.
12     A search path is a :-separated list of directories used to search for
13     a filename.
15     The CALCPATH is taken from the $CALCPATH environment variable or
16     if no such variable exists, a compiled in default search path
17     is used.  See "help environment" and "help calcpath" for more
18     information on CALCPATH.
20 EXAMPLE
21     n/a
23 LIMITS
24     none
26 LINK LIBRARY
27     char *calcpath;
29 SEE ALSO
30     environment, fpathopen
32 ## Copyright (C) 2006  Landon Curt Noll
34 ## Calc is open software; you can redistribute it and/or modify it under
35 ## the terms of the version 2.1 of the GNU Lesser General Public License
36 ## as published by the Free Software Foundation.
38 ## Calc is distributed in the hope that it will be useful, but WITHOUT
39 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
40 ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
41 ## Public License for more details.
43 ## A copy of version 2.1 of the GNU Lesser General Public License is
44 ## distributed with calc under the filename COPYING-LGPL.  You should have
45 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
46 ## 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
48 ## @(#) $Revision: 30.1 $
49 ## @(#) $Id: calcpath,v 30.1 2007/03/16 11:10:42 chongo Exp $
50 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/calcpath,v $
52 ## Under source code control:   2006/05/07 23:56:04
53 ## File existed as early as:    2006
55 ## chongo <was here> /\oo/\     http://www.isthe.com/chongo/
56 ## Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/