| 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-version | 3.4.38 `autogen-version' - autogen version number |
|
B | | |
| base-name | 3.4.2 `base-name' - base output name |
| bsd | 3.5.1 `bsd' - BSD Public License |
|
C | | |
| c-string | 3.5.2 `c-string' - emit string for ANSI C |
| CASE | 3.6.2 CASE - Select one of several template blocks |
| CLEAR_OPT | 7.4.2 CLEAR_OPT( <NAME> ) - Clear Option Markings |
| COMMENT | 3.6.3 COMMENT - A block of comment to be ignored |
| count | 3.4.3 `count' - definition count |
| COUNT_OPT | 7.4.3 COUNT_OPT( <NAME> ) - Definition Count |
|
D | | |
| def-file | 3.4.4 `def-file' - definitions file name |
| DEFINE | 3.6.4 DEFINE - Define a user AutoGen macro |
| DESC | 7.4.4 DESC( <NAME> ) - Option Descriptor |
| DISABLE_OPT_name | 7.4.5 DISABLE_OPT_name - Disable an option |
| dne | 3.4.5 `dne' - "Do Not Edit" warning |
|
E | | |
| ELIF | 3.6.5 ELIF - Alternate Conditional Template Block |
| ELSE | 3.6.6 ELSE - Alternate Template Block |
| ENABLED | 7.4.6 ENABLED( <NAME> ) - Is Option Enabled? |
| ENDDEF | 3.6.7 ENDDEF - Ends a macro definition. |
| ENDFOR | 3.6.8 ENDFOR - Terminates the FOR function template block |
| ENDIF | 3.6.9 ENDIF - Terminate the IF Template Block |
| ENDWHILE | 3.6.10 ENDWHILE - Terminate the WHILE Template Block |
| error | 3.4.6 `error' - display message and exit |
| error-source-line | 3.5.3 `error-source-line' - display of file & line |
| ERRSKIP_OPTERR | 7.4.7 ERRSKIP_OPTERR - Ignore Option Errors |
| ERRSTOP_OPTERR | 7.4.8 ERRSTOP_OPTERR - Stop on Errors |
| ESAC | 3.6.11 ESAC - Terminate the CASE Template Block |
| exist? | 3.4.7 `exist?' - test for value name |
| EXPR | 3.6.12 EXPR - Evaluate and emit an Expression |
| extract | 3.5.4 `extract' - extract text from another file |
|
F | | |
| find-file | 3.4.8 `find-file' - locate a file in the search path |
| first-for? | 3.4.9 `first-for?' - detect first iteration |
| FOR | 3.6.13 FOR - Emit a template block multiple times |
| for-by | 3.4.10 `for-by' - set iteration step |
| for-from | 3.4.11 `for-from' - set initial index |
| for-index | 3.4.12 `for-index' - get current loop index |
| for-sep | 3.4.13 `for-sep' - set loop separation string |
| for-to | 3.4.14 `for-to' - set ending index |
| format-arg-count | 3.5.5 `format-arg-count' - count the args to a format |
| fprintf | 3.5.6 `fprintf' - format to a file |
|
G | | |
| get | 3.4.15 `get' - get named value |
| gperf | 3.5.7 `gperf' - perform a perfect hash function |
| gpl | 3.5.8 `gpl' - GNU General Public License |
|
H | | |
| HAVE_OPT | 7.4.9 HAVE_OPT( <NAME> ) - Have this option? |
| header-file | 3.4.37 `make-header-guard' - make self-inclusion guard |
| header-guard | 3.4.37 `make-header-guard' - make self-inclusion guard |
| hide-email | 3.5.9 `hide-email' - convert eaddr to javascript |
| high-lim | 3.4.16 `high-lim' - get highest value index |
| html-escape-encode | 3.5.54 `html-escape-encode' - escape special chars |
|
I | | |
| IF | 3.6.14 IF - Conditionally Emit a Template Block |
| in? | 3.5.10 `in?' - test for string in list |
| INCLUDE | 3.6.15 INCLUDE - Read in and emit a template block |
| INVOKE | 3.6.16 INVOKE - Invoke a User Defined Macro |
| ISSEL_OPT | 7.4.10 ISSEL_OPT( <NAME> ) - Is Option Selected? |
| ISUNUSED_OPT | 7.4.11 ISUNUSED_OPT( <NAME> ) - Never Specified? |
|
J | | |
| join | 3.5.11 `join' - join string list with separator |
|
K | | |
| kr-string | 3.5.12 `kr-string' - emit string for K&R C |
|
L | | |
| last-for? | 3.4.17 `last-for?' - detect last iteration |
| len | 3.4.18 `len' - get count of values |
| lgpl | 3.5.13 `lgpl' - GNU Library General Public License |
| license | 3.5.14 `license' - an arbitrary license |
| low-lim | 3.4.19 `low-lim' - get lowest value index |
|
M | | |
| make-gperf | 3.5.15 `make-gperf' - build a perfect hash function program |
| make-header-guard | 3.4.37 `make-header-guard' - make self-inclusion guard |
| makefile-script | 3.5.16 `makefile-script' - create makefile script |
| match-value? | 3.4.20 `match-value?' - test for matching value |
| max | 3.5.17 `max' - maximum value in list |
| min | 3.5.18 `min' - minimum value in list |
|
O | | |
| OPT_ARG | 7.4.13 OPT_ARG( <NAME> ) - Option Argument String |
| OPT_VALUE_name | 7.4.14 OPT_VALUE_name - Option Argument Value |
| OPTION_CT | 7.4.12 OPTION_CT - Full Count of Options |
| optionFree | 7.4.28.1 optionFree |
| optionLoadLine | 7.4.28.2 optionLoadLine |
| optionProcess | 7.4.28.3 optionProcess |
| optionRestore | 7.4.28.4 optionRestore |
| optionSaveFile | 7.4.28.5 optionSaveFile |
| optionSaveState | 7.4.28.6 optionSaveState |
| optionVersion | 7.4.28.7 optionVersion |
| out-delete | 3.4.21 `out-delete' - delete current output file |
| out-depth | 3.4.22 `out-depth' - output file stack depth |
| out-move | 3.4.23 `out-move' - change name of output file |
| out-name | 3.4.24 `out-name' - current output file name |
| out-pop | 3.4.25 `out-pop' - close current output file |
| out-push-add | 3.4.26 `out-push-add' - append output to file |
| out-push-new | 3.4.27 `out-push-new' - purge and create output file |
| out-resume | 3.4.28 `out-resume' - resume current output file |
| out-suspend | 3.4.29 `out-suspend' - suspend current output file |
| out-switch | 3.4.30 `out-switch' - close and create new output |
|