Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

PARAMETER

QUALIFIERS

/INCLUDE_OUTPUT

/NOINCLUDE_OUTPUT

/MAXIMUM_STRING_LENGTH

/REENTRANT

/NOREENTRANT

/SOURCE_OUTPUT

/NOSOURCE_OUTPUT

HELP PSWRAP — VMS 5.4

   Invokes the PSWRAP translator, which converts procedures written
   in the PostScript language into routines that can be called
   from applications. The PSWRAP translator is available with the
   DECwindows Display PostScript system, which is an extension to the
   DECwindows programming environment. For more information on using
   the PSWRAP translator and the PSWRAP command and its qualifiers,
   refer to the VMS DECwindows Display PostScript Programming
   Supplement.

   Format

     PSWRAP file-spec

Additional information available:

PARAMETERQUALIFIERS

PARAMETER

file-spec
   Specifies an input source file. The default file type is PSW.

QUALIFIERS

Additional information available:

/INCLUDE_OUTPUT/NOINCLUDE_OUTPUT/MAXIMUM_STRING_LENGTH
/REENTRANT/NOREENTRANT/SOURCE_OUTPUT/NOSOURCE_OUTPUT

/INCLUDE_OUTPUT

      /INCLUDE_OUTPUT[=language[=file-spec]] (default)

/NOINCLUDE_OUTPUT

   Specifies the language include file that contains the declarations
   for all the procedures to be produced by PSWRAP. The default file
   name of the file to be generated is the same as the input file
   name with the file type PSW. The languages supported are:

   o  C (default)

   o  ANSI_C

   The qualifier currently accepts only one language type for
   each command invocation. This language type must match the type
   specified by the /SOURCE_OUTPUT qualifier.

/MAXIMUM_STRING_LENGTH

      /MAXIMUM_STRING_LENGTH[=value]

   Specifies the maximum length of a PostScript language string or
   PostScript language hex string recognized in the wrap procedure
   (i.e., the input file to the PSWRAP command, specified in file-
   spec). The minimum value for the maximum string length is 80. The
   default value is 200.

/REENTRANT

/NOREENTRANT

      /NOREENTRANT (default)

   Specifies whether the wrapped procedure will be shareable by more
   than one process.

/SOURCE_OUTPUT

      /SOURCE_OUTPUT[=language[=file-spec]] (default)

/NOSOURCE_OUTPUT

   Specifies the file name and language for the source module
   produced by the PSWRAP translator. The source module can be
   compiled and linked. The default file name is the same as the
   input file name with the file type PSW. The languages
   supported are:

   o  C (default)

   o  ANSI_C

   The qualifier currently accepts only one language type for
   each command invocation. This language type must match the type
   specified by the /INCLUDE_OUTPUT qualifier.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026