HPlogo HP C/HP-UX Reference Manual: Workstations and Servers

Index

» 

Technical documentation

Complete book in PDF

 » Table of Contents

 » Index

Symbols

#elif, Conditional Compilation
#else, Conditional Compilation
#endif, Conditional Compilation
#error, Error Directive
#if, Conditional Compilation
#ifdef, Conditional Compilation
#ifndef, Conditional Compilation
#line, Line Control
#pragma, Pragma Directive
+DAmodel compiler option, Compiling for Different Versions of the PA-RISC Architecture
+DSmodel compiler option, Using +DA to Generate Code for a Specific Version of PA-RISC
+e compiler option, HP C Compiler Option Details
+L compiler option, HP C Compiler Option Details, Listing Format
+m compiler option, HP C Compiler Option Details, Identifier Maps
+o compiler option, HP C Compiler Option Details
+Rnum compiler option, HP C Compiler Option Details
+ubytes compiler option, Accessing Data with the HP_ALIGN Pragma
+wn compiler option, HP C Compiler Option Details
-Aa option, HP C Compiler Options
-Ac compiler option, HP C Compiler Option Details
-C compiler option, HP C Compiler Option Details
-Dname compiler option, HP C Compiler Option Details
-E compiler option, HP C Compiler Option Details
-G compiler option, HP C Compiler Option Details
-g compiler option, HP C Compiler Option Details
-Idir compiler option, HP C Compiler Option Details
-Ldir compiler option, HP C Compiler Option Details
-lx compiler option, HP C Compiler Option Details
-N compiler option, HP C Compiler Option Details
-n compiler option, HP C Compiler Option Details
-O compiler option, HP C Compiler Option Details
-o compiler option, HP C Compiler Option Details
-P compiler option, HP C Compiler Option Details
-p compiler option, HP C Compiler Option Details
-Q compiler option, HP C Compiler Option Details
-q compiler option, HP C Compiler Option Details
-S compiler option, HP C Compiler Option Details
-s compiler option, HP C Compiler Option Details
-t compiler option, HP C Compiler Option Details
-Uname compiler option, HP C Compiler Option Details
-V compiler option, HP C Compiler Option Details
-v compiler option, HP C Compiler Option Details
-w compiler option, HP C Compiler Option Details
-Wc,-e compiler option, HP C Compiler Option Details
-Wc,-L compiler option, HP C Compiler Option Details
-Wc,-m compiler option, HP C Compiler Option Details
-Wc,-o compiler option, HP C Compiler Option Details
-Wc,-Rnum compiler option, HP C Compiler Option Details
-Wc,-wn compiler option, HP C Compiler Option Details
-Wd, -a compiler option, HP C Compiler Option Details
-Wx compiler option, HP C Compiler Option Details
-Y compiler option, HP C Compiler Option Details
-y compiler option, HP C Compiler Option Details
-Z compiler option, HP C Compiler Option Details
-z compiler option, HP C Compiler Option Details
? (question mark escape code), Description
\(backslash escape code), Description
\n (newline character escape code), Description
\t (horizontal tab escape code), Description
_HPUX_SOURCE name space macro, HP C Compiler Option Details
_POSIX_SOURCE name space macro, HP C Compiler Option Details
_XOPEN_SOURCE name space macro, HP C Compiler Option Details

A

a (control G escape code), Description
a.out file, An Example of Using a Compiler Option
addition operator (+), Additive Operators
address-of operator (&), Address and Indirection Operators
adjacent character string literals, Description
adjacent wide string literals, Description
aggregate
initializing, Description
types, Types
ALLOCS_NEW_MEMORY pragma, ALLOCS_NEW_MEMORY Pragma
AND bitwise operator (&), Bitwise AND Operator
AND logical operator (), Logical AND Operator
ANSI C
mode, ANSI Mode, Compatibility Mode vs. ANSI C Mode
standard, ANSI Mode
ANSI migration warnings, HP C Compiler Option Details
apostrophes, Character Constants
arithmetic
conversions, Arithmetic Conversions
operators, Unary Arithmetic Operators
types, Types
array, Types, Arrays, Pointers, and Functions
declarator, Array Declarators
maximum number of dimensions, Maximum Number of Dimensions of an Array
row-major storage, Array Declarators
storage, Array Declarators
subscripting, Array Subscripting
assembly source files, The cc(1) Command
assignment
conversion, Examples
expression, Examples, Simple Assignment
operator (=), Assignment Operators
auto scalar objects, Description
auto storage class specifier, Storage-Class Specifiers
automatic storage duration, Storage Duration
AUTOPAGE pragma, AUTOPAGE Pragma, Listing Pragmas

B

b (backspace escape code), Description
bit-fields, Description, Integral Conversions, Bit-Fields
manipulation, Bitwise AND Operator
bitwise AND operator (&), Bitwise AND Operator
bitwise exclusive OR operator (^), Bitwise Exclusive OR Operator
bitwise inclusive OR operator (), Bitwise Inclusive OR Operator
bitwise shift operators, Bitwise Shift Operators, Expressions
block of code, Compound Statement or Block
block scope, Identifier Scope
break statement, The break Statement

C

C libraries, HP C Compiler Option Details
calling a function, Function Calls
by reference, Description
by value, Description
cast operator, Type Names, Cast Operators
cc command, Compiling HP C Programs
CCOPTS environment variable, Environment Variables
char type, Type Specifiers
character constants, Character Constants
integral, Description
wide, Description
characters, String Literals
string literals, Description
code offsets, HP C Compiler Option Details, Code Offsets
comma operator (,), Comma Operator
comments in HP C programs, Comments
compilation
ANSI mode, ANSI Mode
compatibility mode, Compatibility Mode, Compatibility Mode vs. ANSI C Mode
compilation process, Compiling HP C Programs
compiler options, HP C Compiler Options
conditional, Preprocessing Directives, Conditional Compilation
PA-RISC architecture versions, Compiling for Different Versions of the PA-RISC Architecture
compiler options, HP C Compiler Options
+DAmodel, HP C Compiler Option Details, Compiling for Different Versions of the PA-RISC Architecture
+DSmodel, HP C Compiler Option Details, Using +DA to Generate Code for a Specific Version of PA-RISC
+e, HP C Compiler Option Details
+ESfic, HP C Compiler Option Details
+ESlit, HP C Compiler Option Details
+ESnoparmreloc, HP C Compiler Option Details
+ESsfc, HP C Compiler Option Details
+f, HP C Compiler Option Details
+FPflags, HP C Compiler Option Details
+help, HP C Compiler Option Details
+I, HP C Compiler Option Details
+k, HP C Compiler Option Details
+L, HP C Compiler Option Details, Listing Format
+M, HP C Compiler Option Details
+m, HP C Compiler Option Details, Identifier Maps
+o, HP C Compiler Option Details
+Oopt, HP C Compiler Option Details
+P, HP C Compiler Option Details
+pgmname, HP C Compiler Option Details
+r, HP C Compiler Option Details
+Rnum, HP C Compiler Option Details
+ubytes, HP C Compiler Option Details, Accessing Data with the HP_ALIGN Pragma
+wn, HP C Compiler Option Details
+Z, HP C Compiler Option Details
+z, HP C Compiler Option Details
-Aa, HP C Compiler Options
-Ac, HP C Compiler Option Details
-C, HP C Compiler Option Details, Listing Format
-Dname, HP C Compiler Option Details
-E, HP C Compiler Option Details
-G, HP C Compiler Option Details
-g, HP C Compiler Option Details
-Idir, HP C Compiler Option Details
-l, HP C Compiler Option Details
-Ldir, HP C Compiler Option Details
-N, HP C Compiler Option Details
-n, HP C Compiler Option Details
-O, HP C Compiler Option Details
-o, HP C Compiler Option Details
-P, HP C Compiler Option Details
-p, HP C Compiler Option Details
-Q, HP C Compiler Option Details
-q, HP C Compiler Option Details
-S, HP C Compiler Option Details
-s, HP C Compiler Option Details
-t, HP C Compiler Option Details
-Uname, HP C Compiler Option Details
-V, HP C Compiler Option Details
-v, HP C Compiler Option Details
-w, HP C Compiler Option Details
-Wc,-0, Listing Options
-Wc,-e, HP C Compiler Option Details
-Wc,-L, HP C Compiler Option Details
-Wc,-m, HP C Compiler Option Details, Listing Options, Identifier Maps
-Wc,-o, HP C Compiler Option Details, Code Offsets
-Wc,-Rnum, HP C Compiler Option Details
-Wc,-wn, HP C Compiler Option Details
-Wd, -a, HP C Compiler Option Details
-Wx, HP C Compiler Option Details
-Y, HP C Compiler Option Details
-y option, HP C Compiler Option Details
-Z, HP C Compiler Option Details
-z, HP C Compiler Option Details
summary, HP C Compiler Options
compiling HP C programs, Compiling HP C Programs
compound statement, Compound Statement or Block
conditional compilation, Preprocessing Directives, Conditional Compilation
conditional operator (?), Conditional Operator
constant, Constants
character, Character Constants
decimal, Integer Constants
defined, Constants
enumeration, Enumeration Constants
expression, The sizeof Operator, Constant Expressions
floating, Floating Constants
hexadecimal, Integer Constants
integer, Integer Constants
octal, Integer Constants
continuation character, Description
continue statement, The continue Statement
conversions
arithmetic, Arithmetic Conversions
floating, Floating Conversions
integral, Integral Conversions
COPYRIGHT pragma, COPYRIGHT Pragma
COPYRIGHT_DATE pragma, COPYRIGHT_DATE Pragma
cpp(1), Specifying Files to the cc Command, HP C Compiler Option Details

D

+DAmodel compiler option, HP C Compiler Option Details
data alignment pragma, Data Alignment Pragma
data declarations, Maximum Number of Dimensions of an Array
data representation, Integral Conversions
data type, Declarations
ranges, Data Types
sizes, Data Types
data types, Data Types
aggregate, Types
arithmetic, Types
as implemented in HP C/HP-UX, Data Types
char, Type Specifiers
double, Type Specifiers
enumeration, Types
float, Type Specifiers
floating-point, Types
function, Types
int, Type Specifiers
integral, Types
long, Type Specifiers
long long, Type Specifiers
pointer, Types
scalar, Types
short, Type Specifiers
structure, Types
union, Types
void, Types
decimal constant, Integer Constants
declaration, Declarations
declarator, Declarators
array, Array Declarators
pointer, Pointer Declarators
decrement operator ( ), Prefix Increment and Decrement Operators
decrement operator (), Examples, Postfix Increment and Decrement Operators
default listing, Listing Format
defined operator, Conditional Compilation
demand loadable, HP C Compiler Option Details
digit, Identifiers, Integer Constants
directives, preprocessor, Preprocessing Directives
division operator (/), Multiplicative Operators
do statement, The do Statement
double quote escape code, Description
double type, Type Specifiers
+DSmodel compiler option, HP C Compiler Option Details

E

else clause, The if Statement
enum
declaration, Enumeration
statement, Enumeration Constants
enumeration, Enumeration
constants, Enumeration Constants
types, Types
enumerator, Enumeration
environment variables, Environment Variables
CCOPTS, Environment Variables
TMPDIR, TMPDIR Environment Variable
equality operators, Equality Operators
error messages, HP C Online Help
escape sequences
hexadecimal, Description
octal, Description
+ESfic compiler option, HP C Compiler Option Details
+ESlit compiler option, HP C Compiler Option Details
+ESnoparmreloc compiler option, HP C Compiler Option Details
+ESsfc compiler option, HP C Compiler Option Details
expression, Expressions, Expression and Null Statements
assignment, Simple Assignment
constant, Constant Expressions
extern, Compound Statement or Block
declarations, Maximum Number of Dimensions of an Array
storage class specifier, Storage-Class Specifiers

F

f (form feed escape code), Description
+f compiler option, HP C Compiler Option Details
file
scope, Identifier Scope
float type, Type Specifiers
floating-point
constants, Floating Constants
conversions, Floating Conversions
operations, HP C Compiler Option Details
types, Types, Type Specifiers
for statement, The for Statement
+FPflags compiler option, HP C Compiler Option Details
function, Arrays, Pointers, and Functions, The varargs Macros
call, Function Calls
call by reference, Description
call by value, Description
declarator, Function Declarators
definitions, Function Definitions
library, C Library Functions
prototypes, Identifier Scope, Description
referencing functions instead of macros, C Library Functions
scope, Identifier Scope
function types, Types

H

header files
location, C Library Functions
specifying, C Library Functions
+help compiler option, HP C Compiler Option Details
help, online, HP C Online Help
hexadecimal
constants, Integer Constants
escape sequences, Description
HP C file location, Location of Files
HP C source files, The cc(1) Command
HP specific type qualifier, HP Specific Type Qualifiers, HP Specific Type Qualifiers
HP_ALIGN pragma, Data Alignment Pragma, Alignment Modes, Accessing Data with the HP_ALIGN Pragma
HP_SHLIB_VERSION pragma, HP_SHLIB_VERSION Pragma

I

+I compiler option, HP C Compiler Option Details
identifier, Identifiers, Identifier Linkage, Name Spaces
maps, HP C Compiler Option Details, Identifier Maps
scope, Identifier Scope
types, Types
IEEE floating-point format, IEEE Floating-Point Format
if statement, The if Statement
include files, Preprocessing Directives
inclusive OR operator, Bitwise Inclusive OR Operator
increment operator (+), Examples, Postfix Increment and Decrement Operators, Prefix Increment and Decrement Operators
indirection operator, Address and Indirection Operators
initialization
aggregates, Description
auto scalar objects, Description
expression, The for Statement
static objects, Description
initialization of objects, Initialization
int type, Type Specifiers
integer
constants, Integer Constants
types, Types
integral
character constants, Description
conversions, Integral Conversions
promotion, Integral Promotions
integral promotion
unsigned preserving rules, Integral Promotions
integral types, Types
intrinsic, INTRINSIC Pragma
defined, INTRINSIC Pragma
INTRINSIC pragma, Intrinsic Pragmas, INTRINSIC Pragma, INTRINSIC Pragma
INTRINSIC_FILE pragma, INTRINSIC_FILE Pragma, INTRINSIC_FILE Pragma
iteration statements, Iteration Statements

J

jump statements, Jump Statements

K

+k compiler option, HP C Compiler Option Details
keywords, Keywords
listed, Keywords

L

+L compiler option, HP C Compiler Option Details
labeled statements, Labeled Statements
labels, Name Spaces, Labeled Statements
language support, HP C Compiler Option Details
left shift operator (), Bitwise Shift Operators
lexical elements, Tokens
library functions, C Library Functions
line control, Description
line number specification, Preprocessing Directives
LINES pragma, LINES Pragma, Listing Pragmas
linkage of an identifier, Identifier Linkage
linking, Compiling HP C Programs
LIST pragma, LIST Pragma, Listing Pragmas
listing, HP C Compiler Option Details
facility, Listing Format
format, Listing Format
options, Listing Options
pragmas, Listing Pragmas, Listing Pragmas
literal
string, String Literals
wide string, Description
LOCALITY pragma, LOCALITY Pragma
location of HP C files, Location of Files
table, Location of Files
logical AND operator (), Logical AND Operator
logical complement, Unary Arithmetic Operators
logical OR operator (), Logical OR Operator
long long type, Syntax, Type Specifiers
long type, Type Specifiers
loop body, Iteration Statements
lvalue, Examples

M

+M compiler option, HP C Compiler Option Details
+m compiler option, HP C Compiler Option Details
macro, Name Spaces, The varargs Macros
definition, Description
names, Identifier Scope
predefined, Predefined Macros
replacement, Macro Replacement
marco
replacement, Preprocessing Directives
math libraries, The Math Library
location of files, Location of Files
maximum number of array dimensions, Maximum Number of Dimensions of an Array
multiplication operator (*), Multiplicative Operators
multiplicative operators, Multiplicative Operators

O

+o compiler option, HP C Compiler Option Details
octal constant, Integer Constants
octal escape sequences, Description
ones complement, Unary Arithmetic Operators
online help, HP C Online Help
+Oopt compiler option, HP C Compiler Option Details
operator, Operators, Punctuators
(), Postfix Increment and Decrement Operators
addition (+), Additive Operators
address-of (&), Address and Indirection Operators
assignment, Assignment Operators
bitwise AND (&), Bitwise AND Operator
bitwise exclusive OR (^), Bitwise Exclusive OR Operator
bitwise inclusive OR (), Bitwise Inclusive OR Operator
bitwise shift, Bitwise Shift Operators
cast, Cast Operators
comma (,), Comma Operator
conditional (?), Conditional Operator
defined, Conditional Compilation
division (/), Multiplicative Operators
equality, Equality Operators
indirection, Address and Indirection Operators
logical AND (), Logical AND Operator
logical OR (), Logical OR Operator
multiplication (*), Multiplicative Operators
multiplicative, Multiplicative Operators
postfix, Postfix Operators
postfix decrement, Postfix Increment and Decrement Operators
postfix increment, Postfix Increment and Decrement Operators
precedence, Operator Precedence
precedence table, Operator Precedence
prefix decrement, Prefix Increment and Decrement Operators
prefix increment, Prefix Increment and Decrement Operators
relational, Relational Operators
remainder (%), Multiplicative Operators
sizeof, The sizeof Operator
subtraction (-), Additive Operators
tokens, Operators
unary, Unary Operators
unary arithmetic, Unary Arithmetic Operators
optimization, Compiling HP C Programs, HP C Compiler Option Details
optimizer, HP C Compiler Option Details
OPTIMIZE pragma, Optimization Pragmas
OR (bitwise exclusive) operator (^), Bitwise Exclusive OR Operator
OR (bitwise inclusive) operator (), Bitwise Inclusive OR Operator
OR (logical) operator (), Logical OR Operator
overflow expression, Expressions
overloading classes, Name Spaces

P

+P compiler option, HP C Compiler Option Details
PA-RISC architecture versions, Compiling for Different Versions of the PA-RISC Architecture
PAGE pragma, PAGE Pragma, Listing Pragmas
parallel runtime library, Location of Files
+pgmname option, HP C Compiler Option Details
pointer, Arrays, Pointers, and Functions, Expressions, Pointers
declarator, Pointer Declarators
pointer types, Types
portability, Introduction
postfix
decrement operator, Postfix Increment and Decrement Operators
increment operator, Postfix Increment and Decrement Operators
operator defined, Postfix Operators
pragma
PTRS_STRONGLY_TYPED, [NO]PTRS_STRONGLY_TYPED Pragma
pragmas, Preprocessing Directives, Pragmas
ALLOCS_NEW_MEMORY, ALLOCS_NEW_MEMORY Pragma
AUTOPAGE, AUTOPAGE Pragma, Listing Pragmas
COPYRIGHT, COPYRIGHT Pragma
COPYRIGHT_DATE, COPYRIGHT_DATE Pragma
data alignment, Data Alignment Pragma
HP_ALIGN DOMAIN_NATURAL, Alignment Modes
HP_ALIGN DOMAIN_WORD, Alignment Modes
HP_ALIGN HPUX_NATURAL, Alignment Modes
HP_ALIGN HPUX_NATURAL_S500, Alignment Modes
HP_ALIGN HPUX_WORD, Alignment Modes
HP_ALIGN NATURAL, Alignment Modes
HP_SHLIB_VERSION, HP_SHLIB_VERSION Pragma
INTRINSIC, Intrinsic Pragmas, INTRINSIC Pragma, INTRINSIC Pragma
INTRINSIC_FILE, INTRINSIC_FILE Pragma, INTRINSIC_FILE Pragma
LINES, LINES Pragma, Listing Pragmas
LIST, LIST Pragma, Listing Pragmas
LOCALITY, LOCALITY Pragma
INLINE, [NO]INLINE Pragma
NO_SIDE_EFFECTS, NO_SIDE_EFFECTS Pragma
OPTIMIZE, Optimization Pragmas
PAGE, PAGE Pragma, Listing Pragmas
SUBTITLE, SUBTITLE Pragma, Listing Pragmas
TITLE, TITLE Pragma, Listing Pragmas
VERSIONID, VERSIONID Pragma
WIDTH, WIDTH Pragma, Listing Pragmas
precedence of operators, Operator Precedence
predefined macros
DATE, Predefined Macros
FILE, Predefined Macros
LINE, Predefined Macros
STDC, Predefined Macros
TIME, Predefined Macros
prefix decrement operator, Prefix Increment and Decrement Operators
prefix increment operator, Prefix Increment and Decrement Operators
preprocessing directives
#define, Description
#elif, Conditional Compilation
#else, Conditional Compilation
#endif, Conditional Compilation
#error, Error Directive
#if, Conditional Compilation
#ifdef, Conditional Compilation
#ifndef, Conditional Compilation
#include, Source File Inclusion
#line, Line Control
#pragma, Pragma Directive
preprocessor, Compiling HP C Programs, HP C Compiler Option Details
preprocessor directives, Preprocessing Directives
primary expression, Primary Expressions
profile-based optimization, HP C Compiler Option Details
profiling, HP C Compiler Option Details
promoting floating-point numbers as floats, HP C Compiler Option Details
promotion, integral, Integral Promotions
punctuators, Punctuators

R

r (carriage return escape code), Description
+r compiler option, HP C Compiler Option Details
ranges of data types, Data Types
register storage class specifier, Storage-Class Specifiers
register variables, HP C Compiler Option Details
relational operators, Relational Operators
relocatable object file, Description, Specifying Files to the cc Command
remainder operator (%), Multiplicative Operators
reserved words, Keywords
return statement, The return Statement
+Rnum compiler option, HP C Compiler Option Details
row-major array storage, Array Declarators
running HP C programs, Running HP C Programs

S

scalar objects
initializing, Description
scalar types, Types
scope, Maximum Number of Dimensions of an Array
of an identifier, Identifier Scope
of function prototypes, Identifier Scope
selection statements, Selection Statements
self-referential structure, Structure and Union Tags
shared libraries, Compiling HP C Programs
shared library pragma, Shared Library Pragma
short type, Type Specifiers
simple assignment, Assignment Operators
single quote escape code, Description
sized enum, Sized enum - HP C Workstation and Servers Extension
sizeof operator, Type Names, The sizeof Operator
sizes of data types, Data Types
source files
assembly, The cc(1) Command
HP C, The cc(1) Command
inclusion, Source File Inclusion
special characters table, Description
specifier
storage-class, Storage-Class Specifiers
structure, Structure and Union Specifiers
type, Type Specifiers
union, Structure and Union Specifiers
statements, Expressions
break, The break Statement
compound, Compound Statement or Block
continue, The continue Statement
defined, Statements
do, The do Statement
for, The for Statement
goto, The goto Statement
groups, Statements
if, The if Statement
iteration, Iteration Statements
jump, Jump Statements
labeled, Labeled Statements
no-operation, Expression and Null Statements
null, Expression and Null Statements
return, The return Statement
selection, Selection Statements
switch, The switch Statement
while, The while Statement
static, Compound Statement or Block
objects, Description
storage duration, Storage Duration
static storage class specifier, Storage-Class Specifiers
stdarg.h>, The varargs Macros
storage duration, Storage Duration
storage-class specifiers, Storage-Class Specifiers
string
literal, String Literals
structure, Structure and Union Specifiers, Structures and Unions
members, Structure and Union Members
self-referential, Structure and Union Tags
specifier, Structure and Union Specifiers
tag, Structure and Union Tags
structure types, Types
structure/union member (.), Examples, Structure and Union Members
structure/union pointer (->), Examples
structure/union pointer (arrow), Structure and Union Members
subprocess, HP C Compiler Option Details
subscript operator ( ]), Examples
SUBTITLE pragma, SUBTITLE Pragma, Listing Pragmas
subtraction operator (-), Additive Operators
switch statement, Labeled Statements, The switch Statement
symbol table, HP C Compiler Option Details
symbolic debugger, HP C Compiler Option Details

T

tag, Name Spaces
structure, Structure and Union Tags
union, Structure and Union Tags
thread HP specific type qualifier, HP Specific Type Qualifiers
TITLE pragma, TITLE Pragma, Listing Pragmas
TMPDIR environment variable, TMPDIR Environment Variable
token, Expressions
defined, Tokens
operator, Operators
syntax, Tokens
translation unit, Program Structure
trigraph sequences, Trigraph Sequences
type
const qualifier, Type Qualifiers
definitions, Type Definitions Using typedef
enumeration, Enumeration
mismatches in external names, Type Mismatches in External Names
names, Type Names
specifiers, Type Specifiers
volatile qualifier, Type Qualifiers
typedef keyword, Storage-Class Specifiers, Type Definitions Using typedef
types of identifiers, Types

U

+ubytes compiler option, HP C Compiler Option Details
unary arithmetic operators, Unary Arithmetic Operators
unary operators, Unary Operators
underflow expression, Expressions
union, Description, Structures and Unions
members, Structure and Union Members
specifier, Structure and Union Specifiers
tag, Structure and Union Tags
union types, Types
unsigned keyword, Type Specifiers
/usr/lib/sysintr, INTRINSIC_FILE Pragma

V

v (vertical tab escape code), Description
va_args macros, The varargs Macros
va_dcl macro, The varargs Macros
va_start macro, The varargs Macros
value preserving rules, Integral Promotions
verbose mode, HP C Compiler Option Details
version print, HP C Compiler Option Details
VERSIONID pragma, VERSIONID Pragma
void type, Type Specifiers
void types, Types
volatile type qualifier, Type Qualifiers

W

wchar_t typedef, Description, Description, Description
while statement, The while Statement
white space, Description
wide character constants, Description
wide string literal, Description
WIDTH pragma, WIDTH Pragma, Listing Pragmas
+wn compiler option, HP C Compiler Option Details

Z

+Z compiler option, HP C Compiler Option Details
+z compiler option, HP C Compiler Option Details