Accelerator Manual (G06.27+, H06.04+, J06.03+)
Using the Accelerator
Accelerator Manual—527303-003
4-6
Online Help
Figure 4-1. Accelerator Online Help Example
>AXCEL
ACCELERATOR - T9276D30 - 31OCT94 - (Jul 16 1994 14:11:29)
Copyright HP Computers, Incorporated, 1988 - 2004
AXCEL
The Accelerator processes TNS object files to produce accelerated
object files for TNS/R systems. Help is available on all Accelerator
options and messages and various topics related to the Accelerator.
Enter the name of one of the topics listed below at a help prompt to
display help on that topic.
You do not have to type the entire topic name -- only enough
characters to identify the topic name uniquely.
Enter Control-Y to exit help.
This help describes using the Accelerator in the Guardian environment.
Refer to the c89 reference page for details on invoking the Accelerator
with the c89 utility in the OSS environment.
Additional help is available on these topics:
Accelerator Elementary-Options Error Inheritsr
Linkable Note Notes Notlinkable
Obey Procdebug Returnsr Returnvalsize
SC Scoping-Directives SL Stmtdebug
Super-Options Suppressmsg UC UL
Userlib Warning
Topic? Returnvalsize
Specifies the return value size for the named procedure.
For procedures with one return value size, specify:
ReturnValSize {procedure-name} {value}
where procedure-name is the name of the procedure, and value is the
number of 16-bit words returned by the procedure.
For procedures with more than one possible return value size
(depending on the exit taken from the procedure), specify:
ReturnValSize {procedure-name} UNKNOWN
where procedure-name is the name of the procedure, and UNKNOWN tells
the Accelerator to check the return value size for each procedure
call. Use this option for functions where the number of words returned
is dependent upon run-time logic.