| Index Entry | Section |
|
| C | | |
| call by reference | 8.2.3 Calling User-Defined Functions |
| call by value | 8.2.3 Calling User-Defined Functions |
| caret (^) | 2.3 Regular Expression Operators |
| caret (^) | 2.5 gawk-Specific Regexp Operators |
| caret (^), ^ operator | 5.14 Operator Precedence (How Operators Nest) |
| caret (^), ^ operator | 11.2 Command-Line Options |
| caret (^), ^= operator | 5.7 Assignment Expressions |
| caret (^), ^= operator | 5.14 Operator Precedence (How Operators Nest) |
| caret (^), ^= operator | 11.2 Command-Line Options |
| caret (^), in character lists | 2.4 Using Character Lists |
| case keyword | 6.4.5 The switch Statement |
| case sensitivity, array indices and | 7.1 Introduction to Arrays |
| case sensitivity, converting case | 8.1.3 String-Manipulation Functions |
| case sensitivity, example programs | 12. A Library of awk Functions |
| case sensitivity, gawk | 2.6 Case Sensitivity in Matching |
| case sensitivity, regexps and | 2.6 Case Sensitivity in Matching |
| case sensitivity, regexps and | 6.5.1 Built-in Variables That Control awk |
| case sensitivity, string comparisons and | 6.5.1 Built-in Variables That Control awk |
| CGI, awk scripts for | 11.2 Command-Line Options |
| character encodings | 12.2.6 Translating Between Characters and Numbers |
| character lists | 2.3 Regular Expression Operators |
| character lists | 2.4 Using Character Lists |
| character lists, character classes | 2.4 Using Character Lists |
| character lists, collating elements | 2.4 Using Character Lists |
| character lists, collating symbols | 2.4 Using Character Lists |
| character lists, complemented | 2.3 Regular Expression Operators |
| character lists, equivalence classes | 2.4 Using Character Lists |
| character lists, non-ASCII | 2.4 Using Character Lists |
| character lists, range expressions | 2.4 Using Character Lists |
| character sets | 12.2.6 Translating Between Characters and Numbers |
| character sets (machine character encodings) | Glossary |
| character sets, See Also character lists | 2.3 Regular Expression Operators |
| characters, counting | 13.2.7 Counting Things |
| characters, transliterating | 13.3.3 Transliterating Characters |
| characters, values of as numbers | 12.2.6 Translating Between Characters and Numbers |
| Chassell, Robert J. | Acknowledgments |
| chdir function, implementing in gawk | C.3.2 Directory and File Operation Built-ins |
| chem utility | Glossary |
| chr user-defined function | 12.2.6 Translating Between Characters and Numbers |
| Cliff random numbers | 12.2.5 The Cliff Random Number Generator |
| cliff_rand user-defined function | 12.2.5 The Cliff Random Number Generator |
| close function | 3.8.4 Using getline into a Variable from a File |
| close function | 3.8.5 Using getline from a Pipe |
| close function | 4.8 Closing Input and Output Redirections |
| close function | 8.1.4 Input/Output Functions |
| close function, return values | Advanced Notes: Using close's Return Value |
| close function, two-way pipes and | 10.2 Two-Way Communications with Another Process |
| Close, Diane | The GNU Project and This Book |
| Close, Diane | A.6 Major Contributors to gawk |
| close_func input method | C.3.1 A Minimal Introduction to gawk Internals |
| collating elements | 2.4 Using Character Lists |
| collating symbols | 2.4 Using Character Lists |
| columns, aligning | 4.2 Examples of print Statements |
| columns, cutting | 13.2.1 Cutting out Fields and Columns |
| comma (,), in range patterns | 6.1.3 Specifying Record Ranges with Patterns |
| command line, arguments | 6.5.2 Built-in Variables That Convey Information |
| command line, arguments | 6.5.3 Using ARGC and ARGV |
| command line, arguments | 11.3 Other Command-Line Arguments |
| command line, formats | 1.1 How to Run awk Programs |
| command line, FS on, setting | 3.5.3 Setting FS from the Command Line |
| command line, invoking awk from | 11.1 Invoking awk |
| command line, options | 1.1.3 Running Long Programs |
| command line, options | 3.5.3 Setting FS from the Command Line |
| command line, options | 11.2 Command-Line Options |
| command line, options, end of | 11.2 Command-Line Options |
| command line, variables, assigning on | 5.3.2 Assigning Variables on the Command Line |
| command-line options, processing | 12.4 Processing Command-Line Options |
| command-line options, string extraction | 9.4.1 Extracting Marked Strings |
| commenting | 1.1.5 Comments in awk Programs |
| commenting, backslash continuation and | 1.6 awk Statements Versus Lines |
| comp.lang.awk newsgroup | B.5 Reporting Problems and Bugs |
| comparison expressions | 5.10 Variable Typing and Comparison Expressions |
| comparison expressions, as patterns | 6.1.2 Expressions as Patterns |
| comparison expressions, string vs. regexp | 5.10.2 Comparison Operators |
| compatibility mode (gawk), extensions | A.5 Extensions in gawk Not in POSIX awk |
| compatibility mode (gawk), file names | 4.7.4 Special File Name Caveats |
| compatibility mode (gawk), hexadecimal numbers | 5.1.2 Octal and Hexadecimal Numbers |
| compatibility mode (gawk), octal numbers | 5.1.2 Octal and Hexadecimal Numbers |
| compatibility mode (gawk), specifying | 11.2 Command-Line Options |
| compiled programs | D.1 What a Program Does |
| compiled programs | Glossary |
| compl function (gawk) | 8.1.6 Bit-Manipulation Functions of gawk |
| complement, bitwise | 8.1.6 Bit-Manipulation Functions of gawk |
| compound statements, control statements and | 6.4 Control Statements in Actions |
| concatenating | 5.6 String Concatenation |
| conditional expressions | 5.12 Conditional Expressions |
| configuration option, --disable-directories-fatal | B.2.2 Additional Configuration Options |
| configuration option, --disable-lint | B.2.2 Additional Configuration Options |
| configuration option, --disable-nls | B.2.2 Additional Configuration Options |
| configuration option, --enable-portals | B.2.2 Additional Configuration Options |
| configuration option, --enable-switch | B.2.2 Additional Configuration Options |
| configuration options, gawk | B.2.2 Additional Configuration Options |
| constants, nondecimal | 10.1 Allowing Nondecimal Input Data |
| constants, types of | 5.1 Constant Expressions |
| continue statement | 6.4.7 The continue Statement |
| control statements | 6.4 Control Statements in Actions |
| converting, case | 8.1.3 String-Manipulation Functions |
| converting, dates to timestamps | 8.1.5 Using gawk's Timestamp Functions |
| converting, during subscripting | 7.7 Using Numbers to Subscript Arrays |
| converting, numbers | 5.4 Conversion of Strings and Numbers |
| converting, numbers, to strings | 8.1.6 Bit-Manipulation Functions of gawk |
| converting, strings to numbers | 5.4 Conversion of Strings and Numbers |
| CONVFMT variable | 5.4 Conversion of Strings and Numbers |
| CONVFMT variable | 6.5.1 Built-in Variables That Control awk |
| CONVFMT variable, array subscripts and | 7.7 Using Numbers to Subscript Arrays |
| coprocesses | 4.6 Redirecting Output of print and printf |
| coprocesses | 10.2 Two-Way Communications with Another Process |
| coprocesses, closing | 4.8 Closing Input and Output Redirections |
| coprocesses, getline from | 3.8.7 Using getline from a Coprocess |
| cos function | 8.1.2 Numeric Functions |
| counting | 13.2.7 Counting Things |
| csh utility | 1.6 awk Statements Versus Lines |
| csh utility, backslash continuation and | 1.5 A More Complex Example |
| csh utility, POSIXLY_CORRECT environment variable | 11.2 Command-Line Options |
| csh utility, |& operator, comparison with | 10.2 Two-Way Communications with Another Process |
| ctime user-defined function | 8.2.2 Function Definition Examples |
| currency symbols, localization | 9.2 GNU gettext |
| custom.h file | B.2.3 The Configuration Process |
| cut utility | 13.2.1 Cutting out Fields and Columns |
| cut utility | 13.2.1 Cutting out Fields and Columns |
| cut.awk program | 13.2.1 Cutting out Fields and Columns |
|