diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-02 16:26:15 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-02 16:26:15 +0200 |
commit | 9e2703f7ca0b35129a94465654d0e18d14048dbc (patch) | |
tree | c3ba2eccb5befd68af16a5e76c750957e675496d /doc/awkcard.in | |
parent | b9a82851866f84ca306a2802b4ca50089a2fe683 (diff) | |
download | egawk-9e2703f7ca0b35129a94465654d0e18d14048dbc.tar.gz egawk-9e2703f7ca0b35129a94465654d0e18d14048dbc.tar.bz2 egawk-9e2703f7ca0b35129a94465654d0e18d14048dbc.zip |
Document SYMTAB and FUNCTAB. Disable for --posix.
Diffstat (limited to 'doc/awkcard.in')
-rw-r--r-- | doc/awkcard.in | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/doc/awkcard.in b/doc/awkcard.in index 372d5587..9fae7cce 100644 --- a/doc/awkcard.in +++ b/doc/awkcard.in @@ -551,7 +551,8 @@ variables, each element being the value of that variable. T} \*(CB\*(FCERRNO\fP T{ -String describing the error if a +... String describing the error if a +String error value if a \*(FCgetline\*(FR redirection or read fails, or if @@ -580,6 +581,10 @@ T} Input field separator, a space by default (see \fHFields\fP above). T} +\*(CB\*(FCFUNCTAB\fP T{ +An array indexed by the names of all user-defined +and extension functions.\*(CD +T} \*(CB\*(FCIGNORECASE\fP T{ If non-zero, all regular expression and string operations ignore case. @@ -594,13 +599,13 @@ T} \*(CB\*(FCLINT\fP T{ Provides dynamic control of the \*(FC\-\^\-lint\fP option from within an AWK program. -When true, \*(GK -prints lint warnings. -When assigned the string value \*(FC"fatal"\*(FR, -lint warnings become fatal errors. -Any other true value just prints warnings.\*(CD +... When true, \*(GK +... prints lint warnings. +... When assigned the string value \*(FC"fatal"\*(FR, +... lint warnings become fatal errors. +... Any other true value just prints warnings. T} -\*(FCNF\fP T{ +\*(CD\*(FCNF\fP T{ Number of fields in the current input record. T} \*(FCNR\fP T{ @@ -650,6 +655,11 @@ Character(s) used to separate multiple subscripts in array elements, by default \*(FC"\e034"\*(FR. (See \fHArrays\fP below). T} +\*(CB\*(FCSYMTAB\fP T{ +An array indexed by the names of all global +variables and arrays. May be used to indirectly +set variable and array values.\*(CD +T} \*(CB\*(FCTEXTDOMAIN\fP T{ The internationalization text domain, for finding the localized |