Namespace predef::
- Constant
FUSE_MAJOR_VERSION
Constant FUSE_MINOR_VERSION
constantFUSE_MAJOR_VERSION
constantFUSE_MINOR_VERSION- Description
The version of FUSE
- Constant
HKEY_CLASSES_ROOT
Constant HKEY_LOCAL_MACHINE
Constant HKEY_CURRENT_USER
Constant HKEY_USERS
constantintHKEY_CLASSES_ROOT
constantintHKEY_LOCAL_MACHINE
constantintHKEY_CURRENT_USER
constantintHKEY_USERS- Description
Root handles in the Windows registry.
- Note
These constants are only available on Win32 systems.
- See also
- Constant TOKENIZE_KEEP_ESCAPES
constantTOKENIZE_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 UNDEFINED
constantUNDEFINED- Description
The undefined value; ie a zero for which zero_type() returns 1.
- 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
- Variable _static_modules
object_static_modules- Description
This is an object containing the classes for all static (ie non-dynamic) C-modules.
In a typic Pike with support for dynamic modules the contained module classes are:
If the Pike binary lacks support for dynamic modules, all C-modules will show up here.
- Constant is_sql_null
constantintis_sql_null- Description
SQL Null marker.
- Deprecated
Replaced by
is_val_null.
- Constant is_val_null
constantintis_val_null- Description
Nonzero recognition constant.
- Constant sprintf_args
constantsprintf_args- Description
Type constant used for typing extra arguments that are sent to sprintf().
- See also
strict_sprintf_format,sprintf_format, sprintf()
- Constant sprintf_format
constantsprintf_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 sprintf_result
constantsprintf_result- Description
Type constant used for typing the return value from sprintf().
- See also
strict_sprintf_format,sprintf_format, sprintf()
- Constant strict_sprintf_format
constantstrict_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 this
constantthis- Description
Builtin read only variable that evaluates to the current object.
- See also
this_program, this_object()
- Constant this_function
constantthis_function- Description
Builtin constant that evaluates to the current function.
- See also
this, this_object()
- Constant this_program
constantthis_program- Description
Builtin constant that evaluates to the current program.
- See also
this, this_object()