Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]

Namespace predef::


Constant TOKENIZE_KEEP_ESCAPES

constant TOKENIZE_KEEP_ESCAPES

Description

Don't unquote backslash-sequences in quoted strings during tokenizing. This is used for bug-compatibility with Microsoft...

See also

tokenize() , tokenize_labled()


constant HKEY_CLASSES_ROOT
constant HKEY_LOCAL_MACHINE
constant HKEY_CURRENT_USER
constant HKEY_USERS

Description

Root handles in the Windows registry.

Note

These constants are only available on Win32 systems.

See also

RegGetValue() , RegGetValues() , RegGetKeyNames()


Constant sprintf_format

constant sprintf_format

Description

Type constant used for typing arguments that are optionally sent to sprintf() depending on the presence of extra arguments.

See also

strict_sprintf_format , sprintf_args , sprintf()


Constant strict_sprintf_format

constant strict_sprintf_format

Description

Type constant used for typing arguments that are always sent to sprintf() regardless of the presence of extra arguments.

See also

sprintf_format , sprintf_args , sprintf()


Constant sprintf_args

constant sprintf_args

Description

Type constant used for typing extra arguments that are sent to sprintf() .

See also

strict_sprintf_format , sprintf_format , sprintf()



Constant is_val_null

constant is_val_null

Description

Nonzero recognition constant.


Constant is_sql_null

constant is_sql_null

Description

SQL Null marker.

Deprecated

Constant UNDEFINED

constant UNDEFINED

Description

The undefined value; ie a zero for which zero_type() returns 1.


Constant this

constant this

Description

Builtin read only variable that evaluates to the current object.

See also

this_program , this_object()


Constant this_program

constant this_program

Description

Builtin constant that evaluates to the current program.

See also

this , this_object()


Constant __null_program

constant __null_program

Description

Program used internally by the compiler to create objects that are later modified into instances of the compiled program by the compiler.

See also

__placeholder_object


Constant __placeholder_object

constant __placeholder_object

Description

Object used internally by the compiler.

See also

__null_program