[ < ] [ > ]   [ << ] [ 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.39 `string-ends-eqv?' - caseless string ending
*=*3.5.33 `string-contains-eqv?' - caseless substring
*==3.5.40 `string-ends-with?' - string ending
*==*3.5.34 `string-contains?' - substring match
*~3.5.37 `string-end-eqv-match?' - caseless regex ending
*~*3.5.44 `string-has-eqv-match?' - caseless regex contains
*~~3.5.38 `string-end-match?' - regex match end
*~~*3.5.45 `string-has-match?' - contained regex match

=
=3.5.43 `string-eqv?' - caseless string match
=*3.5.49 `string-starts-eqv?' - caseless string start
==3.5.41 `string-equals?' - string matching
==*3.5.50 `string-starts-with?' - string starting

~
~3.5.42 `string-eqv-match?' - caseless regex match
~*3.5.47 `string-start-eqv-match?' - caseless regex start
~~3.5.46 `string-match?' - regex match
~~*3.5.48 `string-start-match?' - regex match start

A
ag-fprintf3.5.1 `ag-fprintf' - format to autogen stream
ag-function?3.4.1 `ag-function?' - test for function
ao_string_tokenize7.6.28.1 ao_string_tokenize
autogen-version3.4.41 `autogen-version' - autogen version number

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

C
c-file-line-fmt3.4.42 format file info as, "#line nn "file""
c-string3.5.3 `c-string' - emit string for ANSI C
CASE3.6.2 CASE - Select one of several template blocks
chdir3.4.3 `chdir' - Change current directory
CLEAR_OPT7.6.2 CLEAR_OPT( <NAME> ) - Clear Option Markings
COMMENT3.6.3 COMMENT - A block of comment to be ignored
configFileLoad7.6.28.2 configFileLoad
count3.4.4 `count' - definition count
COUNT_OPT7.6.3 COUNT_OPT( <NAME> ) - Definition Count

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

E
ELIF3.6.5 ELIF - Alternate Conditional Template Block
ELSE3.6.6 ELSE - Alternate Template Block
emit3.5.4 `emit' - emit the text for each argument
emit-string-table3.5.5 `emit-string-table' - output a string table
ENABLED_OPT7.6.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.8 `error' - display message and exit
error-source-line3.5.6 `error-source-line' - display of file & line
ERRSKIP_OPTERR7.6.7 ERRSKIP_OPTERR - Ignore Option Errors
ERRSTOP_OPTERR7.6.8 ERRSTOP_OPTERR - Stop on Errors
ESAC3.6.11 ESAC - Terminate the CASE Template Block
exist?3.4.9 `exist?' - test for value name
EXPR3.6.12 EXPR - Evaluate and emit an Expression
extract3.5.7 `extract' - extract text from another file

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

G
get3.4.17 `get' - get named value
gperf3.5.10 `gperf' - perform a perfect hash function
gperf-code3.5.11 `gperf-code' - emit the source of the generated gperf program
gpl3.5.12 `gpl' - GNU General Public License

H
HAVE_OPT7.6.9 HAVE_OPT( <NAME> ) - Have this option?
hide-email3.5.13 `hide-email' - convert eaddr to javascript
high-lim3.4.18 `high-lim' - get highest value index
html-escape-encode3.5.14 `html-escape-encode' - encode html special characters

I
IF3.6.14 IF - Conditionally Emit a Template Block
in?3.5.15 `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.6.10 ISSEL_OPT( <NAME> ) - Is Option Selected?
ISUNUSED_OPT7.6.11 ISUNUSED_OPT( <NAME> ) - Never Specified?

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

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

L
last-for?3.4.19 `last-for?' - detect last iteration
len3.4.20 `len' - get count of values
lgpl3.5.18 `lgpl' - GNU Library General Public License
license3.5.19 `license' - an arbitrary license
low-lim3.4.21 `low-lim' - get lowest value index

M
make-gperf3.5.20 `make-gperf' - build a perfect hash function program
make-header-guard3.4.22 `make-header-guard' - make self-inclusion guard
makefile-script3.5.21 `makefile-script' - create makefile script
match-value?3.4.23 `match-value?' - test for matching value
max3.5.22 `max' - maximum value in list
min3.5.23 `min' - minimum value in list

O
OPT_ARG7.6.13 OPT_ARG( <NAME> ) - Option Argument String
OPT_VALUE_name7.6.14 OPT_VALUE_name - Option Argument Value
OPTION_CT7.6.12 OPTION_CT - Full Count of Options
optionFileLoad7.6.28.3 optionFileLoad
optionFindNextValue7.6.28.4 optionFindNextValue
optionFindValue7.6.28.5 optionFindValue
optionFree7.6.28.6 optionFree
optionGetValue7.6.28.7 optionGetValue
optionLoadLine7.6.28.8 optionLoadLine
optionNextValue7.6.28.9 optionNextValue
optionOnlyUsage7.6.28.10 optionOnlyUsage
optionProcess7.6.28.11 optionProcess
optionRestore7.6.28.12 optionRestore
optionSaveFile7.6.28.13 optionSaveFile
optionSaveState7.6.28.14 optionSaveState
optionUnloadNested7.6.28.15 optionUnloadNested
optionVersion7.6.28.16 optionVersion
out-delete3.4.24 `out-delete' - delete current output file
out-depth3.4.25 `out-depth' - output file stack depth
out-line3.4.26 `out-line' - output file line number
out-move3.4.27 `out-move' - change name of output file
out-name3.4.28 `out-name' - current output file name
out-pop3.4.29 `out-pop' - close current output file
out-push-add3.4.30 `out-push-add' - append output to file
out-push-new3.4.31 `out-push-new' - purge and create output file
out-resume3.4.32 `out-resume' - resume suspended output file
out-suspend3.4.33 `out-suspend' - suspend current output file
out-switch3.4.34 `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  

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

This document was generated by Bruce Korb on February, 17 2007 using texi2html 1.76.

Viewable With Any Browser   autogen Home