| Index Entry | Section |
|
| C | | |
| call by reference | 9.2.3 Calling User-Defined Functions |
| call by value | 9.2.3 Calling User-Defined Functions |
| caret (^) | 3.3 Regular Expression Operators |
| caret (^) | 3.5 gawk-Specific Regexp Operators |
| caret (^), ^ operator | 6.14 Operator Precedence (How Operators Nest) |
| caret (^), ^ operator | 12.2 Command-Line Options |
| caret (^), ^= operator | 6.7 Assignment Expressions |
| caret (^), ^= operator | 6.14 Operator Precedence (How Operators Nest) |
| caret (^), ^= operator | 12.2 Command-Line Options |
| caret (^), in character lists | 3.4 Using Character Lists |
| case sensitivity, array indices and | 8.1 Introduction to Arrays |
| case sensitivity, converting case | 9.1.3 String-Manipulation Functions |
| case sensitivity, example programs | 13. A Library of awk Functions |
| case sensitivity, gawk | 3.6 Case Sensitivity in Matching |
| case sensitivity, regexps and | 3.6 Case Sensitivity in Matching |
| case sensitivity, regexps and | 7.5.1 Built-in Variables That Control awk |
| case sensitivity, string comparisons and | 7.5.1 Built-in Variables That Control awk |
| character encodings | 13.2.5 Translating Between Characters and Numbers |
| character lists | 3.3 Regular Expression Operators |
| character lists | 3.4 Using Character Lists |
| character lists, character classes | 3.4 Using Character Lists |
| character lists, collating elements | 3.4 Using Character Lists |
| character lists, collating symbols | 3.4 Using Character Lists |
| character lists, complemented | 3.3 Regular Expression Operators |
| character lists, equivalence classes | 3.4 Using Character Lists |
| character lists, non-ASCII | 3.4 Using Character Lists |
| character lists, range expressions | 3.4 Using Character Lists |
| character sets | 13.2.5 Translating Between Characters and Numbers |
| character sets (machine character encodings) | Glossary |
| character sets, See Also character lists | 3.3 Regular Expression Operators |
| characters, counting | 14.2.7 Counting Things |
| characters, transliterating | 14.3.3 Transliterating Characters |
| characters, values of as numbers | 13.2.5 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 | 13.2.5 Translating Between Characters and Numbers |
| Cliff random numbers | 13.2.4 The Cliff Random Number Generator |
| cliff_rand user-defined function | 13.2.4 The Cliff Random Number Generator |
| close function | 4.8.4 Using getline into a Variable from a File |
| close function | 4.8.5 Using getline from a Pipe |
| close function | 5.8 Closing Input and Output Redirections |
| close function | 9.1.4 Input/Output Functions |
| close function, return values | Advanced Notes: Using close's Return Value |
| close function, two-way pipes and | 11.2 Two-Way Communications with Another Process |
| Close, Diane | The GNU Project and This Book |
| Close, Diane | A.6 Major Contributors to gawk |
| collating elements | 3.4 Using Character Lists |
| collating symbols | 3.4 Using Character Lists |
| columns, aligning | 5.2 Examples of print Statements |
| columns, cutting | 14.2.1 Cutting out Fields and Columns |
| comma (,), in range patterns | 7.1.3 Specifying Record Ranges with Patterns |
| command line, arguments | 7.5.2 Built-in Variables That Convey Information |
| command line, arguments | 7.5.3 Using ARGC and ARGV |
| command line, arguments | 12.3 Other Command-Line Arguments |
| command line, formats | 2.1 How to Run awk Programs |
| command line, FS on, setting | 4.5.3 Setting FS from the Command Line |
| command line, invoking awk from | 12.1 Invoking awk |
| command line, options | 2.1.3 Running Long Programs |
| command line, options | 4.5.3 Setting FS from the Command Line |
| command line, options | 12.2 Command-Line Options |
| command line, options, end of | 12.2 Command-Line Options |
| command line, variables, assigning on | 6.3.2 Assigning Variables on the Command Line |
| command-line options, processing | 13.4 Processing Command-Line Options |
| command-line options, string extraction | 10.4.1 Extracting Marked Strings |
| commenting | 2.1.5 Comments in awk Programs |
| commenting, backslash continuation and | 2.6 awk Statements Versus Lines |
| comp.lang.awk newsgroup | B.5 Reporting Problems and Bugs |
| comparison expressions | 6.10 Variable Typing and Comparison Expressions |
| comparison expressions, as patterns | 7.1.2 Expressions as Patterns |
| comparison expressions, string vs. regexp | 6.10 Variable Typing and Comparison Expressions |
| compatibility mode (gawk), extensions | A.5 Extensions in gawk Not in POSIX awk |
| compatibility mode (gawk), file names | 5.7.4 Special File Name Caveats |
| compatibility mode (gawk), hexadecimal numbers | 6.1.2 Octal and Hexadecimal Numbers |
| compatibility mode (gawk), octal numbers | 6.1.2 Octal and Hexadecimal Numbers |
| compatibility mode (gawk), specifying | 12.2 Command-Line Options |
| compiled programs | D.1 What a Program Does |
| compiled programs | Glossary |
| compl function (gawk) | 9.1.6 Bit-Manipulation Functions of gawk |
| complement, bitwise | 9.1.6 Bit-Manipulation Functions of gawk |
| compound statements, control statements and | 7.4 Control Statements in Actions |
| concatenating | 6.6 String Concatenation |
| conditional expressions | 6.12 Conditional Expressions |
| configuration option, --disable-nls | B.2.2 Additional Configuration Options |
| configuration option, --enable-portals | B.2.2 Additional Configuration Options |
| configuration option, --with-included-gettext | 10.6 gawk Can Speak Your Language |
| configuration option, --with-included-gettext | B.2.2 Additional Configuration Options |
| configuration options, gawk | B.2.2 Additional Configuration Options |
| constants, nondecimal | 11.1 Allowing Nondecimal Input Data |
| constants, types of | 6.1 Constant Expressions |
| continue statement | 7.4.6 The continue Statement |
| control statements | 7.4 Control Statements in Actions |
| converting, case | 9.1.3 String-Manipulation Functions |
| converting, dates to timestamps | 9.1.5 Using gawk's Timestamp Functions |
| converting, during subscripting | 8.7 Using Numbers to Subscript Arrays |
| converting, numbers | 6.4 Conversion of Strings and Numbers |
| converting, numbers, to strings | 9.1.6 Bit-Manipulation Functions of gawk |
| converting, strings to numbers | 6.4 Conversion of Strings and Numbers |
| CONVFMT variable | 6.4 Conversion of Strings and Numbers |
| CONVFMT variable | 7.5.1 Built-in Variables That Control awk |
| CONVFMT variable, array subscripts and | 8.7 Using Numbers to Subscript Arrays |
| coprocesses | 5.6 Redirecting Output of print and printf |
| coprocesses | 11.2 Two-Way Communications with Another Process |
| coprocesses, closing | 5.8 Closing Input and Output Redirections |
| coprocesses, getline from | 4.8.7 Using getline from a Coprocess |
| cos function | 9.1.2 Numeric Functions |
| counting | 14.2.7 Counting Things |
| csh utility | 2.6 awk Statements Versus Lines |
| csh utility, backslash continuation and | 2.5 A More Complex Example |
| csh utility, POSIXLY_CORRECT environment variable | 12.2 Command-Line Options |
| csh utility, |& operator, comparison with | 11.2 Two-Way Communications with Another Process |
| ctime user-defined function | 9.2.2 Function Definition Examples |
| currency symbols, localization | 10.2 GNU gettext |
| custom.h file | B.2.3 The Configuration Process |
| cut utility | 14.2.1 Cutting out Fields and Columns |
| cut utility | 14.2.1 Cutting out Fields and Columns |
| cut.awk program | 14.2.1 Cutting out Fields and Columns |
|