HP Pascal/iX Programmer's Guide (31502-90023)

4: 10
pas_getnewparms Only for programs running under the RTE shell on the
HP 9000 Series 700 or 800. Reinitializes the
argument data structures when the program has been
rescheduled after being suspended.
Declaration:
PROCEDURE pas_getnewparms;
pas_filenamr Returns the name of the physical file associated
with the specified logical file.
Declaration:
FUNCTION pas_filenamr
(ANYVAR f : text) : pas_nametype;
pas_timestring Returns the time of day as a 26-character PACKED
ARRAY OF CHAR.
Declaration:
PROCEDURE pas_timestring
(ANYVAR f : pas_timestringtype);
pas_traceback Produces a stack trace of the program and writes it
to stderr.
Declaration:
PROCEDURE pas_traceback
(dummy : shortint); {parameter is ignored}
pas_stringdata1 Return pointers to the data portion of a string.
pas_stringdata2 Functionally identical; provided as different entry
points for consistency with Pascal/1000 names.
Declarations:
FUNCTION pas_stringdata1
(VAR s : String) : localanyptr;
FUNCTION pas_stringdata2
(VAR s : String) : localanyptr;
The predefined module pas_hp1000 is only available on the HP-UX operating
system.