pTAL Reference Manual (H06.08+)

Index
HP pTAL Reference Manual523746-006
Index-17
P
Pointers
declaring (continued)
structure
See Structure pointers,
declaring
system global
See System global data,
declaring, pointers
VOLATILE 10-4
procedure
See Procedure pointers
simple
See Simple pointers
stepping 3-10
structure
See Structure pointers
testing for nonzero values 3-12
POPname directive
See name directive
Position-independent code (PIC) 17-22
Pound sign (#) 2-5
Precedence of operators 5-3/5-4
PRINTSYM directive 17-52
PRIV procedure attribute 14-5/14-6
Private data area 1-4
PRIVATE keyword 16-14
Privileged mode 15-1/15-2
Privileged routines 15-11/15-12
PROC address type 14-11/14-12
PROC keyword 14-2
PROCADDR address type
description of 10-6
comparing to PROCPTR 3-11
converting 3-9
parameters of 14-11
pointers of 10-10
PROCADDR routine 15-78/15-79
Procedure calls (CALL
statement) 12-10/12-12
Procedure entry points 10-10
Procedure pointers
description of 14-26/14-29
address types of 10-10
assignments to 14-33/14-34
comparing to data addresses 3-11
declaring
as formal parameters 14-32
as variables 14-29/14-30
in structures 14-30/14-31
for dynamically selected procedure
calls 14-35/14-36
Procedures
description of 1-4, 14-1
See also Functions
See also Routines
address types of 10-10
as parameters 14-14
attributes of 14-5/14-9
bodies of 14-17/14-18
callable 14-6
converting from variable to
extensible 14-7
C/C++ D-1
declaring 14-2/14-4
dynamically selected calls
to 14-35/14-36
extensible 14-7
EXTERNAL declaration of 14-2, 14-4
formal parameter specification
in 14-10/14-15
FORWARD declaration of 14-2, 14-4
labels in 14-37
languages of 14-8
main 14-5
resident 14-6
scope of 2-10/2-11
system 1-7
that return condition codes 12-37, 14-8
typed
See Functions