diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-18 14:40:25 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-18 14:40:25 +0200 |
commit | f98d137c530a92756895bb30e143579ac95c7ce8 (patch) | |
tree | 887ed8bd83979396f4117263cb9c0f5c683ab64d /doc/gawk.texi | |
parent | 6f16c4f468e6f3a6769509e1e70ff2dc4873e8d2 (diff) | |
download | egawk-f98d137c530a92756895bb30e143579ac95c7ce8.tar.gz egawk-f98d137c530a92756895bb30e143579ac95c7ce8.tar.bz2 egawk-f98d137c530a92756895bb30e143579ac95c7ce8.zip |
Finish up indexing.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 58b3ddc7..cae7c399 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -15809,7 +15809,7 @@ after it has finished parsing the program; they are @emph{not} updated while the program runs. @item PROCINFO["platform"] -@cindex platform running on, @code{PROCINFO["platform"]} +@cindex platform running on This element gives a string indicating the platform for which @command{gawk} was compiled. The value will be one of the following: @@ -31870,11 +31870,11 @@ directive is seen. When @command{gawk} finishes processing the included file, the saved namespace is restored and processing continues where it left off in the original file. -@cindex @code{@@namespace}, no effect on @code{BEGIN} @code{BEGINFILE}, @code{END}, and @code{ENDFILE} -@cindex @code{BEGIN}, execution order not affected by @code{@@namespace} -@cindex @code{BEGINFILE}, execution order not affected by @code{@@namespace} -@cindex @code{END}, execution order not affected by @code{@@namespace} -@cindex @code{ENDFILE}, execution order not affected by @code{@@namespace} +@cindex @code{@@namespace}, no effect on @code{BEGIN}@comma{} @code{BEGINFILE}@comma{} @code{END}@comma{} and @code{ENDFILE} +@cindex @code{BEGIN} pattern, execution order not affected by @code{@@namespace} +@cindex @code{BEGINFILE} pattern, execution order not affected by @code{@@namespace} +@cindex @code{END} pattern, execution order not affected by @code{@@namespace} +@cindex @code{ENDFILE} pattern, execution order not affected by @code{@@namespace} The use of @code{@@namespace} has no influence upon the order of execution of @code{BEGIN}, @code{BEGINFILE}, @code{END}, and @code{ENDFILE} rules. @@ -32127,7 +32127,7 @@ in order to accommodate namespaces, and the debugger's @code{dump} command was adjusted to match. @cindex namespaces, interaction with extension API -@cindex extension API, interaction with namespaces +@cindex extension API interaction with namespaces The extension API (@pxref{Dynamic Extensions}) has always allowed for placing functions into a different namespace, although this was not previously implemented. However, the symbol lookup and symbol update |