.Call
and .External
..Call.graphics(.NAME, ..., PACKAGE)
.External.graphics(.NAME, ..., PACKAGE)
.External2(.NAME, ..., PACKAGE)
"NativeSymbolInfo"
, "RegisteredNativeSymbol"
or "NativeSymbol"
referring to such a name..Call
..graphics
versions of .Call
and .External
are used when calling code which makes low-level graphics calls.
They take additional steps to ensure that the device driver display
lists are updated correctly. .External2
is an enhanced version of .External
which
passes additional information in more arguments.
.Call.graphics
is used in package .External.graphics
and .External2
are used in package
graphics
.
These are primitive functions.
.Call
.