[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Function Index

Jump to:   *   =   ~  
A   B   C   D   E   F   G   H   I   J   K   L   M   O   P   R   S   T   U   V   W  

Index Entry Section

*
*=3.5.34 `string-ends-eqv?' - caseless string ending
*=*3.5.28 `string-contains-eqv?' - caseless substring
*==3.5.35 `string-ends-with?' - string ending
*==*3.5.29 `string-contains?' - substring match
*~3.5.32 `string-end-eqv-match?' - caseless regex ending
*~*3.5.39 `string-has-eqv-match?' - caseless regex contains
*~~3.5.33 `string-end-match?' - regex match end
*~~*3.5.40 `string-has-match?' - contained regex match

=
=3.5.38 `string-eqv?' - caseless string match
=*3.5.44 `string-starts-eqv?' - caseless string start
==3.5.36 `string-equals?' - string matching
==*3.5.45 `string-starts-with?' - string starting

~
~3.5.37 `string-eqv-match?' - caseless regex match
~*3.5.42 `string-start-eqv-match?' - caseless regex start
~~3.5.41 `string-match?' - regex match
~~*3.5.43 `string-start-match?' - regex match start

A
ag-function?3.4.1 `ag-function?' - test for function
autogen-version3.4.38 `autogen-version' - autogen version number

B
base-name3.4.2 `base-name' - base output name
bsd3.5.1 `bsd' - BSD Public License

C
c-string3.5.2 `c-string' - emit string for ANSI C
CASE3.6.2 CASE - Select one of several template blocks
CLEAR_OPT7.4.2 CLEAR_OPT( <NAME> ) - Clear Option Markings
COMMENT3.6.3 COMMENT - A block of comment to be ignored
count3.4.3 `count' - definition count
COUNT_OPT7.4.3 COUNT_OPT( <NAME> ) - Definition Count

D
def-file3.4.4 `def-file' - definitions file name
DEFINE3.6.4 DEFINE - Define a user AutoGen macro
DESC7.4.4 DESC( <NAME> ) - Option Descriptor
DISABLE_OPT_name7.4.5 DISABLE_OPT_name - Disable an option
dne3.4.5 `dne' - "Do Not Edit" warning

E
ELIF3.6.5 ELIF - Alternate Conditional Template Block
ELSE3.6.6 ELSE - Alternate Template Block
ENABLED_OPT7.4.6 ENABLED_OPT( <NAME> ) - Is Option Enabled?
ENDDEF3.6.7 ENDDEF - Ends a macro definition.
ENDFOR3.6.8 ENDFOR - Terminates the FOR function template block
ENDIF3.6.9 ENDIF - Terminate the IF Template Block
ENDWHILE3.6.10 ENDWHILE - Terminate the WHILE Template Block
error3.4.6 `error' - display message and exit
error-source-line3.5.3 `error-source-line' - display of file & line
ERRSKIP_OPTERR7.4.7 ERRSKIP_OPTERR - Ignore Option Errors
ERRSTOP_OPTERR7.4.8 ERRSTOP_OPTERR - Stop on Errors
ESAC3.6.11 ESAC - Terminate the CASE Template Block
exist?3.4.7 `exist?' - test for value name
EXPR3.6.12 EXPR - Evaluate and emit an Expression
extract3.5.4 `extract' - extract text from another file

F
find-file3.4.8 `find-file' - locate a file in the search path
first-for?3.4.9 `first-for?' - detect first iteration
FOR3.6.13 FOR - Emit a template block multiple times
for-by3.4.10 `for-by' - set iteration step
for-from3.4.11 `for-from' - set initial index
for-index3.4.12 `for-index' - get current loop index
for-sep3.4.13 `for-sep' - set loop separation string
for-to3.4.14 `for-to' - set ending index
format-arg-count3.5.5 `format-arg-count' - count the args to a format
fprintf3.5.6 `fprintf' - format to a file

G
get3.4.15 `get' - get named value
gperf3.5.7 `gperf' - perform a perfect hash function
gpl3.5.8 `gpl' - GNU General Public License

H
HAVE_OPT7.4.9 HAVE_OPT( <NAME> ) - Have this option?
header-file3.4.37 `make-header-guard' - make self-inclusion guard
header-guard3.4.37 `make-header-guard' - make self-inclusion guard
hide-email3.5.9 `hide-email' - convert eaddr to javascript
high-lim3.4.16 `high-lim' - get highest value index
html-escape-encode3.5.54 `html-escape-encode' - escape special chars

I
IF3.6.14 IF - Conditionally Emit a Template Block
in?3.5.10 `in?' - test for string in list
INCLUDE3.6.15 INCLUDE - Read in and emit a template block
INVOKE3.6.16 INVOKE - Invoke a User Defined Macro
ISSEL_OPT7.4.10 ISSEL_OPT( <NAME> ) - Is Option Selected?
ISUNUSED_OPT7.4.11 ISUNUSED_OPT( <NAME> ) - Never Specified?

J
join3.5.11 `join' - join string list with separator

K
kr-string3.5.12 `kr-string' - emit string for K&R C

L
last-for?3.4.17 `last-for?' - detect last iteration
len3.4.18 `len' - get count of values
lgpl3.5.13 `lgpl' - GNU Library General Public License
license3.5.14 `license' - an arbitrary license
low-lim3.4.19 `low-lim' - get lowest value index

M
make-gperf3.5.15 `make-gperf' - build a perfect hash function program
make-header-guard3.4.37 `make-header-guard' - make self-inclusion guard
makefile-script3.5.16 `makefile-script' - create makefile script
match-value?3.4.20 `match-value?' - test for matching value
max3.5.17 `max' - maximum value in list
min3.5.18 `min' - minimum value in list

O
OPT_ARG7.4.13 OPT_ARG( <NAME> ) - Option Argument String
OPT_VALUE_name7.4.14 OPT_VALUE_name - Option Argument Value
OPTION_CT7.4.12 OPTION_CT - Full Count of Options
optionFree7.4.28.1 optionFree
optionLoadLine7.4.28.2 optionLoadLine
optionProcess7.4.28.3 optionProcess
optionRestore7.4.28.4 optionRestore
optionSaveFile7.4.28.5 optionSaveFile
optionSaveState7.4.28.6 optionSaveState
optionVersion7.4.28.7 optionVersion
out-delete3.4.21 `out-delete' - delete current output file
out-depth3.4.22 `out-depth' - output file stack depth
out-move3.4.23 `out-move' - change name of output file
out-name3.4.24 `out-name' - current output file name
out-pop3.4.25 `out-pop' - close current output file
out-push-add3.4.26 `out-push-add' - append output to file
out-push-new3.4.27 `out-push-new' - purge and create output file
out-resume3.4.28 `out-resume' - resume current output file
out-suspend3.4.29 `out-suspend' - suspend current output file
out-switch3.4.30 `out-switch' - close and create new output

Jump to:   *   =   ~  
A   B   C   D   E   F   G   H   I   J   K   L   M   O   P   R   S   T   U   V   W  


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by Bruce Korb on May 5, 2003 using texi2html

Viewable With Any Browser   AutoGen Home