| Index Entry | Section |
|
* | | |
| *= | 3.5.33 `string-ends-eqv?' - caseless string ending |
| *=* | 3.5.27 `string-contains-eqv?' - caseless substring |
| *== | 3.5.34 `string-ends-with?' - string ending |
| *==* | 3.5.28 `string-contains?' - substring match |
| *~ | 3.5.31 `string-end-eqv-match?' - caseless regex ending |
| *~* | 3.5.38 `string-has-eqv-match?' - caseless regex contains |
| *~~ | 3.5.32 `string-end-match?' - regex match end |
| *~~* | 3.5.39 `string-has-match?' - contained regex match |
|
= | | |
| = | 3.5.37 `string-eqv?' - caseless string match |
| =* | 3.5.43 `string-starts-eqv?' - caseless string start |
| == | 3.5.35 `string-equals?' - string matching |
| ==* | 3.5.44 `string-starts-with?' - string starting |
|
~ | | |
| ~ | 3.5.36 `string-eqv-match?' - caseless regex match |
| ~* | 3.5.41 `string-start-eqv-match?' - caseless regex start |
| ~~ | 3.5.40 `string-match?' - regex match |
| ~~* | 3.5.42 `string-start-match?' - regex match start |
|
A | | |
| ag-function? | 3.4.1 `ag-function?' - test for function |
| autogen-version | 3.5.54 `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 | 8.5.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 | 8.5.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 | 8.5.4 DESC( <NAME> ) - Option Descriptor |
| DISABLE_OPT_name | 8.5.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 | 8.5.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 | 8.5.7 ERRSKIP_OPTERR - Ignore Option Errors |
| ERRSTOP_OPTERR | 8.5.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.5.5 `find-file' - locate a file in the search path |
| first-for? | 3.4.8 `first-for?' - detect first iteration |
| FOR | 3.6.13 FOR - Emit a template block multiple times |
| for-by | 3.4.9 `for-by' - set iteration step |
| for-from | 3.4.10 `for-from' - set initial index |
| for-index | 3.4.11 `for-index' - get current loop index |
| for-sep | 3.4.12 `for-sep' - set loop separation string |
| for-to | 3.4.13 `for-to' - set ending index |
| fprintf | 3.5.6 `fprintf' - format to a file |
|
G | | |
| get | 3.4.14 `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 | 8.5.9 HAVE_OPT( <NAME> ) - Have this option? |
| header-file | 3.5.53 `make-header-guard' - make self-inclusion guard |
| header-guard | 3.5.53 `make-header-guard' - make self-inclusion guard |
| high-lim | 3.4.15 `high-lim' - get highest value index |
|
I | | |
| IF | 3.6.14 IF - Conditionally Emit a Template Block |
| in? | 3.5.9 `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 | 8.5.10 ISSEL_OPT( <NAME> ) - Is Option Selected? |
| ISUNUSED_OPT | 8.5.11 ISUNUSED_OPT( <NAME> ) - Never Specified? |
|
J | | |
| join | 3.5.10 `join' - join string list with separator |
|
K | | |
| kr-string | 3.5.11 `kr-string' - emit string for K&R C |
|
L | | |
| last-for? | 3.4.16 `last-for?' - detect last iteration |
| len | 3.4.17 `len' - get count of values |
| lgpl | 3.5.12 `lgpl' - GNU Library General Public License |
| license | 3.5.13 `license' - an arbitrary license |
| low-lim | 3.4.18 `low-lim' - get lowest value index |
|
M | | |
| make-gperf | 3.5.14 `make-gperf' - build a perfect hash function program |
| make-header-guard | 3.5.53 `make-header-guard' - make self-inclusion guard |
| makefile-script | 3.5.15 `makefile-script' - create makefile script |
| match-value? | 3.4.19 `match-value?' - test for matching value |
| max | 3.5.16 `max' - maximum value in list |
| min | 3.5.17 `min' - minimum value in list |
|
O | | |
| OPT_ARG | 8.5.13 OPT_ARG( <NAME> ) - Option Argument String |
| OPT_VALUE_name | 8.5.14 OPT_VALUE_name - Option Argument Value |
| OPTION_CT | 8.5.12 OPTION_CT - Full Count of Options |
| out-delete | 3.4.20 `out-delete' - delete current output file |
| out-depth | 3.4.21 `out-depth' - output file stack depth |
| out-move | 3.4.22 `out-move' - change name of output file |
| out-name | 3.4.23 `out-name' - current output file name |
| out-pop | 3.4.24 `out-pop' - close current output file |
| out-push-add | 3.4.25 `out-push-add' - append output to file |
| out-push-new | 3.4.26 `out-push-new' - purge and create output file |
| out-resume | 3.4.27 `out-resume' - resume current output file |
| out-suspend | 3.4.28 `out-suspend' - suspend current output file |
| out-switch | 3.4.29 `out-switch' - close and create new output |
|
P | | |
| prefix | 3.5.18 `prefix' - prefix lines with a string |
| printf | 3.5.19 `printf' - format to stdout |
|
R | | |
| raw-shell-str | 3.5.20 `raw-shell-str' - single quote shell string |
| RESTART_OPT | 8.5.15 RESTART_OPT( n ) - Resume Option Processing |
|
S | | |
| SELECT | 3.6.17 SELECT - Selection block for CASE function |
| set-writable | 3.4.30 `set-writable' - Make the output file be writable |
| SET_OPT_name | 8.5.16 SET_OPT_name - Force an option to be set |
| shell | 3.5.21 `shell' - invoke a shell script |
| shell-str | 3.5.22 `shell-str' - double quote shell string |
| shellf | 3.5.23 `shellf' - format a string, run shell |
| sprintf | 3.5.24 `sprintf' - format a string |
| stack | 3.4.31 `stack' - make list of AutoGen values |
| STACKCT_OPT | 8.5.17 STACKCT_OPT( <NAME> ) - Stacked Arg Count |
| STACKLST_OPT | 8.5.18 STACKLST_OPT( <NAME> ) - Argument Stack |
| START_OPT | 8.5.19 START_OPT - Restart Option Processing |
| STATE_OPT | 8.5.20 STATE_OPT( <NAME> ) - Option State |
| string->c-name! | 3.5.46 `string->c-name!' - map non-name chars to underscore |
| string-capitalize | 3.5.25 `string-capitalize' - capitalize a new string |
| string-capitalize! | 3.5.26 `string-capitalize!' - capitalize a string |
| string-contains-eqv? | 3.5.27 `string-contains-eqv?' - caseless substring |
| string-contains? | 3.5.28 `string-contains?' - substring match |
| string-downcase | 3.5.29 `string-downcase' - lower case a new string |
| string-downcase! | 3.5.30 `string-downcase!' - make a string be lower case |
| string-end-eqv-match? | 3.5.31 `string-end-eqv-match?' - caseless regex ending |
| string-end-match? | 3.5.32 `string-end-match?' - regex match end |
| string-ends-eqv? | 3.5.33 `string-ends-eqv?' - caseless string ending |
| string-ends-with? | 3.5.34 `string-ends-with?' - string ending |
| string-equals? | 3.5.35 `string-equals?' - string matching |
| string-eqv-match? | 3.5.36 `string-eqv-match?' - caseless regex match |
| string-eqv? | 3.5.37 `string-eqv?' - caseless string match |
| string-has-eqv-match? | 3.5.38 `string-has-eqv-match?' - caseless regex contains |
| string-has-match? | 3.5.39 `string-has-match?' - contained regex match |
| string-match? | 3.5.40 `string-match?' - regex match |
| string-start-eqv-match? | 3.5.41 `string-start-eqv-match?' - caseless regex start |
| string-start-match? | 3.5.42 `string-start-match?' - regex match start |
| string-starts-eqv? | 3.5.43 `string-starts-eqv?' - caseless string start |
| string-starts-with? | 3.5.44 `string-starts-with?' - string starting |
| string-substitute | 3.5.45 `string-substitute' - multiple global replacements |
| string-tr | 3.5.47 `string-tr' - convert characters with new result |
| string-tr! | 3.5.48 `string-tr!' - convert characters |
| string-upcase | 3.5.49 `string-upcase' - upper case a new string |
| string-upcase! | 3.5.50 `string-upcase!' - make a string be upper case |
| sub-shell-str | 3.5.51 `sub-shell-str' - back quoted (sub-)shell string |
| suffix | 3.4.32 `suffix' - get the current suffix |
| sum | 3.5.52 `sum' - sum of values in list |
|