Up: GEOS SDK TechDocs | Up | Prev: pinst ... | Next: print-cell ...

pobjmon

pobjmon [<address>] [<text only>]

Examples:

"pobjmon"
print the VisMoniker from the gentree object at *DS:SI

See Also: pvismon, pobject, vistree, gup, gentree, impliedgrab, systemobj.

pod

pod <address>

Examples:

"pod ds:si"

Print in output descriptor format (^l<handle>:<chunk>) the address passed.

The address argument is the address of an object.

ppath

ppath (current|docClip|winClip) [<gstate>]

Examples:

"ppath"
print the current path of the GState in ^hdi
"ppath docClip ^hgstate"
print the document clip path of the GState with handle gstate .
"ppath winClip ds"
print the window clip path of the GState in the DS register.

Print the structure of a path.

Unique abbreviations for the path to be printed are allowed.

pquick

pquick [-v]

Examples:

"pquick -v"
Print out verbose information about the current quick transfer item.

Prints out information about the current "quick" transfer item on the clipboard.

If you give the "-v" flag, this will print out the contents of the different transfer formats, rather than just an indication of their types.

See Also: pnormal, print-clipboard-item.

precord

precord <type> <value> [<silent>]

Examples:

"precord GSControl c0h"
print the GSControl record with the top two bits set

Print a record using a certain value.

See Also: print, penum.

preg

preg [-g] <addr>

Examples:

"preg *es:W_appReg"
Prints the application-defined clipping region for the window pointed to by es.
"preg -g ds:si"
Prints a "graphical" representation of the region beginning at ds:si

Decodes a graphics GEOS region and prints it out, either numerically, or as a series of x's and spaces.

print

print <expression>

Examples:

"print 56h"
print the constant 56h in various formats
"print ax - 10"
print ax less 10 decimal
"print ^l31a0h:001eh"
print the absolute address of the pointer

Print the value of an expression.

See Also: precord, penum, _print.


Up: GEOS SDK TechDocs | Up | Prev: pinst ... | Next: print-cell ...