ReactOS
0.4.15-dev-2091-gc14c9ca
|
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include "config.h"
#include <assert.h>
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winhelp.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | yy_buffer_state |
struct | yy_trans_info |
struct | lex_data |
Typedefs | |
typedef signed char | flex_int8_t |
typedef short int | flex_int16_t |
typedef int | flex_int32_t |
typedef unsigned char | flex_uint8_t |
typedef unsigned short int | flex_uint16_t |
typedef unsigned int | flex_uint32_t |
typedef struct yy_buffer_state * | YY_BUFFER_STATE |
typedef size_t | yy_size_t |
typedef unsigned char | YY_CHAR |
typedef int | yy_state_type |
Variables | |
yy_size_t | yyleng |
FILE * | yyin = (FILE *) 0 |
FILE * | yyout = (FILE *) 0 |
static size_t | yy_buffer_stack_top = 0 |
static size_t | yy_buffer_stack_max = 0 |
static YY_BUFFER_STATE * | yy_buffer_stack = 0 |
static char | yy_hold_char |
static yy_size_t | yy_n_chars |
static char * | yy_c_buf_p = (char *) 0 |
static int | yy_init = 0 |
static int | yy_start = 0 |
static int | yy_did_buffer_switch_on_eof |
int | yylineno = 1 |
char * | yytext |
static yyconst flex_int16_t | yy_accept [28] |
static yyconst flex_int32_t | yy_ec [256] |
static yyconst flex_int32_t | yy_meta [15] |
static yyconst flex_int16_t | yy_base [33] |
static yyconst flex_int16_t | yy_def [33] |
static yyconst flex_int16_t | yy_nxt [77] |
static yyconst flex_int16_t | yy_chk [77] |
static yy_state_type | yy_last_accepting_state |
static char * | yy_last_accepting_cpos |
int | yy_flex_debug = 0 |
static struct lex_data * | lex_data = NULL |
struct lexret | yylval |
YY_DECL | |
register char * | yy_cp |
register char * | yy_bp |
register int | yy_act |
Definition at line 126 of file macro.lex.yy.c.
Definition at line 616 of file macro.lex.yy.c.
#define EOB_ACT_CONTINUE_SCAN 0 |
Definition at line 166 of file macro.lex.yy.c.
#define EOB_ACT_END_OF_FILE 1 |
Definition at line 167 of file macro.lex.yy.c.
#define EOB_ACT_LAST_MATCH 2 |
Definition at line 168 of file macro.lex.yy.c.
#define FLEX_BETA |
Definition at line 14 of file macro.lex.yy.c.
#define FLEX_SCANNER |
Definition at line 9 of file macro.lex.yy.c.
#define FLEXINT_H |
Definition at line 30 of file macro.lex.yy.c.
#define INITIAL 0 |
Definition at line 530 of file macro.lex.yy.c.
#define INT16_MAX (32767) |
Definition at line 72 of file macro.lex.yy.c.
#define INT16_MIN (-32767-1) |
Definition at line 63 of file macro.lex.yy.c.
#define INT32_MAX (2147483647) |
Definition at line 75 of file macro.lex.yy.c.
#define INT32_MIN (-2147483647-1) |
Definition at line 66 of file macro.lex.yy.c.
#define INT8_MAX (127) |
Definition at line 69 of file macro.lex.yy.c.
#define INT8_MIN (-128) |
Definition at line 60 of file macro.lex.yy.c.
#define quote 1 |
Definition at line 531 of file macro.lex.yy.c.
#define REJECT reject_used_but_not_detected |
Definition at line 467 of file macro.lex.yy.c.
#define UINT16_MAX (65535U) |
Definition at line 81 of file macro.lex.yy.c.
#define UINT32_MAX (4294967295U) |
Definition at line 84 of file macro.lex.yy.c.
#define UINT8_MAX (255U) |
Definition at line 78 of file macro.lex.yy.c.
#define unput | ( | c | ) | yyunput( c, (yytext_ptr) ) |
Definition at line 186 of file macro.lex.yy.c.
#define YY_AT_BOL | ( | ) | (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) |
Definition at line 332 of file macro.lex.yy.c.
#define YY_BREAK break; |
Definition at line 695 of file macro.lex.yy.c.
#define YY_BUF_SIZE 16384 |
Definition at line 145 of file macro.lex.yy.c.
#define YY_BUFFER_EOF_PENDING 2 |
Definition at line 248 of file macro.lex.yy.c.
#define YY_BUFFER_NEW 0 |
Definition at line 236 of file macro.lex.yy.c.
#define YY_BUFFER_NORMAL 1 |
Definition at line 237 of file macro.lex.yy.c.
#define YY_CURRENT_BUFFER |
Definition at line 264 of file macro.lex.yy.c.
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] |
Definition at line 271 of file macro.lex.yy.c.
#define YY_DECL_IS_OURS 1 |
Definition at line 679 of file macro.lex.yy.c.
#define YY_DO_BEFORE_ACTION |
Definition at line 357 of file macro.lex.yy.c.
#define YY_END_OF_BUFFER 15 |
Definition at line 365 of file macro.lex.yy.c.
#define YY_END_OF_BUFFER_CHAR 0 |
Definition at line 141 of file macro.lex.yy.c.
#define YY_EXIT_FAILURE 2 |
Definition at line 1634 of file macro.lex.yy.c.
Definition at line 542 of file macro.lex.yy.c.
#define YY_FATAL_ERROR | ( | msg | ) | yy_fatal_error( msg ) |
Definition at line 670 of file macro.lex.yy.c.
#define YY_FLEX_MAJOR_VERSION 2 |
Definition at line 10 of file macro.lex.yy.c.
#define YY_FLEX_MINOR_VERSION 5 |
Definition at line 11 of file macro.lex.yy.c.
#define YY_FLEX_SUBMINOR_VERSION 37 |
Definition at line 12 of file macro.lex.yy.c.
#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) |
Definition at line 300 of file macro.lex.yy.c.
#define YY_INPUT | ( | buf, | |
result, | |||
max_size | |||
) | if ((result = *lex_data->macroptr ? 1 : 0)) buf[0] = *lex_data->macroptr++; |
Definition at line 525 of file macro.lex.yy.c.
Definition at line 5 of file macro.lex.yy.c.
Definition at line 170 of file macro.lex.yy.c.
#define YY_MORE_ADJ 0 |
Definition at line 469 of file macro.lex.yy.c.
#define yy_new_buffer yy_create_buffer |
Definition at line 310 of file macro.lex.yy.c.
Definition at line 139 of file macro.lex.yy.c.
#define YY_NO_INPUT 1 |
Definition at line 494 of file macro.lex.yy.c.
#define YY_NO_UNISTD_H |
Definition at line 501 of file macro.lex.yy.c.
#define YY_NULL 0 |
Definition at line 113 of file macro.lex.yy.c.
#define YY_NUM_RULES 14 |
Definition at line 364 of file macro.lex.yy.c.
#define YY_READ_BUF_SIZE 8192 |
Definition at line 608 of file macro.lex.yy.c.
#define YY_RESTORE_YY_MORE_OFFSET |
Definition at line 470 of file macro.lex.yy.c.
#define YY_RULE_SETUP YY_USER_ACTION |
Definition at line 698 of file macro.lex.yy.c.
Definition at line 120 of file macro.lex.yy.c.
#define yy_set_bol | ( | at_bol | ) |
Definition at line 322 of file macro.lex.yy.c.
#define yy_set_interactive | ( | is_interactive | ) |
Definition at line 312 of file macro.lex.yy.c.
Definition at line 132 of file macro.lex.yy.c.
#define YY_START_STACK_INCR 25 |
Definition at line 665 of file macro.lex.yy.c.
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) |
Definition at line 150 of file macro.lex.yy.c.
#define YY_STATE_EOF | ( | state | ) | (YY_END_OF_BUFFER + state + 1) |
Definition at line 136 of file macro.lex.yy.c.
#define YY_STRUCT_YY_BUFFER_STATE |
Definition at line 189 of file macro.lex.yy.c.
#define YY_TYPEDEF_YY_BUFFER_STATE |
Definition at line 153 of file macro.lex.yy.c.
#define YY_TYPEDEF_YY_SIZE_T |
Definition at line 158 of file macro.lex.yy.c.
#define YY_USER_ACTION |
Definition at line 690 of file macro.lex.yy.c.
#define yyconst |
Definition at line 109 of file macro.lex.yy.c.
Definition at line 1646 of file macro.lex.yy.c.
Definition at line 1646 of file macro.lex.yy.c.
#define yymore | ( | ) | yymore_used_but_not_detected |
Definition at line 468 of file macro.lex.yy.c.
Definition at line 133 of file macro.lex.yy.c.
#define YYTABLES_NAME "yytables" |
Definition at line 1836 of file macro.lex.yy.c.
Definition at line 660 of file macro.lex.yy.c.
Definition at line 347 of file macro.lex.yy.c.
typedef short int flex_int16_t |
Definition at line 52 of file macro.lex.yy.c.
typedef int flex_int32_t |
Definition at line 53 of file macro.lex.yy.c.
typedef signed char flex_int8_t |
Definition at line 51 of file macro.lex.yy.c.
typedef unsigned short int flex_uint16_t |
Definition at line 55 of file macro.lex.yy.c.
typedef unsigned int flex_uint32_t |
Definition at line 56 of file macro.lex.yy.c.
typedef unsigned char flex_uint8_t |
Definition at line 54 of file macro.lex.yy.c.
typedef struct yy_buffer_state* YY_BUFFER_STATE |
Definition at line 154 of file macro.lex.yy.c.
Definition at line 336 of file macro.lex.yy.c.
Definition at line 159 of file macro.lex.yy.c.
typedef int yy_state_type |
Definition at line 340 of file macro.lex.yy.c.
if | ( | ! | yy_init | ) |
Definition at line 714 of file macro.lex.yy.c.
Referenced by __control_entrypoint(), __delayLoadHelper2(), __rpc_fd2sockinfo(), __rpc_get_local_uid(), __svc_clean_idle(), __svc_vc_dodestroy(), FxWmiIrpHandler::_ChangeSingleInstance(), _Dispatch_type_(), FxWmiIrpHandler::_ExecuteMethod(), _ExReleaseFastMutex(), _Function_class_(), _HandleAddPort(), _HandleDeletePort(), _heapwalk(), _LocalGetFormLevel2(), FxWmiIrpHandler::_QueryAllData(), FxWmiIrpHandler::_QuerySingleInstance(), _Requires_lock_held_(), _RpcOpenPrinter(), _RTFGetChar(), _svcauth_des(), _tmain(), _ValidateImageBase(), _wsopen_s(), AcceptSecurityContext(), AccpGetTrusteeObjects(), ACMWrapper_SetMediaType(), ACPIDispatchDeviceControl(), AcpiDsInitBufferField(), AcpiDsResultPop(), AcpiEvaluateObject(), AcpiExOpcode_2A_0T_0R(), AcpiExOpcode_3A_1T_1R(), AcpiGetSystemInfo(), AcpiNsCheckPackage(), AcpiNsCheckPackageList(), AcpiNsCustomPackage(), AcpiRsCreatePciRoutingTable(), actctx_get_typelib_module(), add_font_to_fonttbl(), add_metadata_reloc_extent_item(), add_metadata_reloc_parent(), AddBootStoreEntry(), AddCredentialsA(), AddCredentialsW(), AddOrUpdateHwnd(), AddProcess(), AddToSendBuffer(), ADPCM_StreamConvert(), af_glyph_hints_reload(), af_loader_reset(), af_property_get_face_globals(), AhciHwStartIo(), alloc_large(), alloc_small(), allocate_cache_chunk(), AMStreamConfig_SetFormat(), ApplicationPage_OnEndTask(), ApplicationPage_OnWindowsCascade(), ApplicationPage_OnWindowsMaximize(), ApplicationPage_OnWindowsMinimize(), ApplicationPage_OnWindowsTile(), ApplicationPageOnNotify(), ApplicationPageRefreshThread(), apply_general_changes(), ApplyControlToken(), arith_encode(), ARPReceive(), FxInterrupt::AssignResources(), AtapiCallBack(), AtapiInterrupt(), attempt_line_merge(), AVIDec_SetMediaType(), AVIFILE_LoadFile(), AVrfpSnapDllImports(), BackgroundCopyJob_GetNotifyInterface(), balance_data_chunk(), balance_metadata_chunk(), BasePushProcessParameters(), Batch(), bCopyMonoPointer(), BDF_Face_Init(), bdf_get_bdf_property(), BeepDeviceControl(), BiosKeyboardIrq(), blend_line_gradient(), BlockIopBlockInformationCheck(), BmfdQueryFont(), BmfdQueryFontTree(), BmfdQueryGlyphAndBitmap(), BmpDecoder_ReadHeaders(), BmpFrameDecode_CopyPalette(), BmpFrameEncode_Commit(), BrowseDlgProc(), BrsFolder_OnSetExpanded(), bSetHardwarePointerShape(), buffer_process_converted_attribute(), Bus_FDO_PnP(), Bus_PDO_QueryDeviceRelations(), Bus_PDO_QueryResourceRequirements(), Bus_PDO_QueryResources(), Bus_PnP(), Bus_Power(), BusLogic_ProcessCompletedCCBs(), byte_swap_ifd_data(), cabinet_close_file_info(), CabinetOpen(), CTrayClockWnd::CalculateDueTime(), CC_WMCommand(), CcFlushCache(), CcFlushImageSection(), CcGetFileSizes(), CcpAllocateCacheSections(), CcPinMappedData(), CcpMapData(), CcPurgeCacheSection(), CcSetFileSizes(), CcSetReadAheadGranularity(), CdInitializeEnumeration(), cert_name_to_str_with_indent(), cert_properties_general_callback(), CertNameToStrA(), cf2_decoder_parse_charstrings(), cf2_getT1SeacComponent(), cff_builder_close_contour(), cff_builder_init(), cff_face_done(), cff_face_init(), cff_parse_blend(), cff_parse_maxstack(), cff_parse_multiple_master(), cff_parse_vsindex(), cff_parser_run(), cff_size_done(), cff_size_request(), cff_slot_load(), cff_subfont_load(), check_height_font_enumproc(), ChildWndProc(), chm_openW(), chmc_pmgi_add_entry(), chmc_pmgl_add_entry(), cid_face_init(), cid_load_glyph(), cid_load_keyword(), cid_parse_dict(), cid_parse_font_matrix(), cid_read_subrs(), ClassDeviceHwFirmwareActivateProcess(), ClassDeviceHwFirmwareDownloadProcess(), ClassDeviceHwFirmwareGetInfoProcess(), ClassGetLBProvisioningLogPage(), ClassGetLBProvisioningResources(), ClassInterpretLBProvisioningLogPage(), ClassInterpretSenseInfo(), ClasspAccessAlignmentProperty(), ClasspConvertToScsiRequestBlock(), ClasspDeviceGetLBProvisioningVPDPage(), ClasspDeviceSeekPenaltyProperty(), ClasspDeviceTrimProperty(), ClasspPowerDownCompletion(), ClassSystemControl(), clean_space_cache_chunk(), CLEANLOCALSTORAGE_UserMarshal(), clear_free_space_cache(), client_do_args(), ClientRpcChannelBuffer_FreeBuffer(), ClientRpcChannelBuffer_SendReceive(), CLIPOBJ_cEnumStart(), CloseStreamRoutine(), CmBattAddDevice(), CmpCmdHiveOpen(), CmpDelayDerefKeyControlBlock(), CmpDereferenceKeyControlBlock(), CmpOpenHiveFiles(), CNG_ImportECCPubKey(), CNG_PrepareSignature(), co_IntSetWindowLongPtr(), co_WinPosDoWinPosChanging(), ColorCorrection(), CompleteAuthToken(), FxWmiIrpHandler::CompleteWmiQueryAllDataRequest(), compound_encode_send_decode(), compute_glyph_metrics(), config_defaults(), ConioComputeUpdateRect(), consume_markers(), context_create(), convert_candidatelist_AtoW(), convert_candidatelist_WtoA(), Convert_Glyph(), convert_old_extent(), convert_real_integer(), copy_data_blocks(), create_outline(), CreateFlopDeviceObject(), CreateMetaFileW(), CreateOffloadInfo5ForQuery(), CreatePartitionDeviceObjects(), CRYPT_AsnEncodeBMPString(), CRYPT_AsnEncodeIA5String(), CRYPT_AsnEncodeNumericString(), CRYPT_AsnEncodePrintableString(), CRYPT_AsnEncodeUnicodeStringCoerce(), CRYPT_AsnEncodeUniversalString(), CRYPT_AsnEncodeUTF8String(), CRYPT_BuildAlternateContextFromChain(), CRYPT_ChooseHighestQualityChain(), CRYPT_ValueToRDN(), CRYPT_VerifySignature(), ctl2_find_guid(), ctl2_find_name(), d3d_viewport_TransformVertices(), d3dcaps_from_wined3dcaps(), d3dx_effect_GetTexture(), D3DXLoadSurfaceFromMemory(), data_reloc_add_tree_edr(), decode_mcu(), decode_mcu_AC_first(), decode_mcu_AC_refine(), decode_mcu_DC_first(), decode_mcu_DC_refine(), decode_mcu_sub(), decode_op_access(), decode_op_bind_conn_to_session(), decode_op_close(), decode_op_commit(), decode_op_create(), decode_op_create_session(), decode_op_delegpurge(), decode_op_delegreturn(), decode_op_destroy_clientid(), decode_op_destroy_session(), decode_op_free_stateid(), decode_op_getattr(), decode_op_getdeviceinfo(), decode_op_getfh(), decode_op_layoutcommit(), decode_op_layoutget(), decode_op_layoutreturn(), decode_op_link(), decode_op_lock(), decode_op_lockt(), decode_op_locku(), decode_op_lookup(), decode_op_open(), decode_op_openattr(), decode_op_putfh(), decode_op_putrootfh(), decode_op_read(), decode_op_readdir(), decode_op_readlink(), decode_op_reclaim_complete(), decode_op_remove(), decode_op_rename(), decode_op_restorefh(), decode_op_savefh(), decode_op_secinfo(), decode_op_secinfo_noname(), decode_op_sequence(), decode_op_setattr(), decode_op_test_stateid(), decode_op_want_delegation(), decode_op_write(), decode_readdir_entry(), decrease_extent_refcount(), DecryptMessage(), deflate_stored(), deflateResetKeep(), DeinitVGA(), delete_root_ref(), DeleteSecurityContext(), DeleteUserProfile(), detail_dlg_proc(), DetectAcpiBios(), BtrfsDeviceAdd::DeviceAddDlgProc(), DeviceErrorHandlerForMmc(), DeviceProcessDsmTrimRequest(), DevicePropertySheets(), PropSheetPageDlg::DialogProc(), DIB_16BPP_BitBltSrcCopy(), DIB_32BPP_BitBltSrcCopy(), DIB_BitmapInfoSize(), DIB_XXBPP_StretchBlt(), DibLoadImage(), DirectSoundDevice_CreateSoundBuffer(), DiskFdoProcessError(), DiskIoctlEnableFailurePrediction(), DiskIoctlGetDriveGeometryEx(), DiskIoctlPredictFailure(), DiskIoctlSetCacheSetting(), DiskIoctlSmartReceiveDriveData(), DiskIoctlSmartSendDriveCommand(), DiskIoctlVerifyThread(), DiskOpen(), DiskRead(), FxWmiIrpHandler::Dispatch(), DispatchCreateSysAudioPin(), DispatchMessageA(), DispatchMessageW(), DispCancelListenRequest(), DisplayApplet(), DisplayEventData(), DispTdiAssociateAddress(), DispTdiConnect(), DispTdiDisassociateAddress(), DispTdiDisconnect(), DispTdiListen(), DispTdiQueryInformation(), DispTdiSetEventHandler(), divide_ext(), DllMain(), do_one_pass(), do_rollback(), DocumentPropertySheets(), DoDeviceSync(), CShellLink::DoOpen(), DoQuery(), DoWriteConsole(), draw_primitive(), DrawTextExWorker(), DriveDlgProc(), DriverEntry(), drop_chunk(), drop_root(), DrvMovePointer(), DrvSetPointerShape(), DSOUND_capture_callback(), DSOUND_MixerVol(), DSOUND_RecalcFormat(), DSoundAdviseThread(), DSoundRender_UpdatePositions(), duplicate_extents(), duplicate_fcb(), dwarf2_get_cie(), dwarf2_virtual_unwind(), DxEngLockHdev(), EBRUSHOBJ_bRealizeBrush(), EBRUSHOBJ_psoMask(), EDIT_CharFromPos(), EDIT_EM_LineScroll_internal(), EDIT_EM_Scroll(), EDIT_GetLineRect(), EDIT_WindowProc(), EditWndProc_common(), EHCI_InitializeInterruptSchedule(), empty_output_buffer(), encode_mcu(), encode_mcu_AC_first(), encode_mcu_AC_refine(), encode_mcu_DC_first(), encode_mcu_DC_refine(), encode_mcu_gather(), encode_op_access(), encode_op_bind_conn_to_session(), encode_op_close(), encode_op_commit(), encode_op_create(), encode_op_create_session(), encode_op_delegreturn(), encode_op_destroy_clientid(), encode_op_destroy_session(), encode_op_exchange_id(), encode_op_free_stateid(), encode_op_getattr(), encode_op_getdeviceinfo(), encode_op_layoutcommit(), encode_op_layoutget(), encode_op_layoutreturn(), encode_op_link(), encode_op_lock(), encode_op_lockt(), encode_op_locku(), encode_op_lookup(), encode_op_open(), encode_op_openattr(), encode_op_putfh(), encode_op_read(), encode_op_readdir(), encode_op_remove(), encode_op_rename(), encode_op_secinfo(), encode_op_secinfo_noname(), encode_op_sequence(), encode_op_setattr(), encode_op_test_stateid(), encode_op_want_delegation(), encode_op_write(), encode_type(), encode_var(), EncryptMessage(), enum_metafile_proc(), EnumerateInstallations(), EnumerateReactOSEntries(), EnumResourceNamesA(), EnumResourceNamesW(), EstimateStripByteCounts(), EtfspCheckEtfs(), EtfsSetInformation(), EventsQueue_GetEvent(), ExecuteREBytecode(), ExfAcquirePushLockExclusive(), ExFreePoolWithTag(), ExGetCurrentProcessorCpuUsage(), ExpLockHandleTableEntry(), export_format_dlg_proc(), ExportSecurityContext(), ExpWaitForResource(), ext2_build_bdl(), ext2_initialize_sb(), ext2_write_inode(), Ext2CheckJournal(), Ext2Cleanup(), Ext2Close(), Ext2DeviceControlNormal(), Ext2EncodeInode(), Ext2ExceptionFilter(), Ext2ExceptionHandler(), Ext2FastIoCheckIfPossible(), Ext2FastIoLock(), Ext2FastIoQueryBasicInfo(), Ext2FastIoQueryNetworkOpenInfo(), Ext2FastIoQueryStandardInfo(), Ext2FastIoRead(), Ext2FastIoUnlockAll(), Ext2FastIoUnlockAllByKey(), Ext2FastIoUnlockSingle(), Ext2FastIoWrite(), Ext2Flush(), Ext2GetReparsePoint(), Ext2GetRetrievalPointerBase(), Ext2GetRetrievalPointers(), Ext2InitializeVcb(), Ext2NewBlock(), Ext2OplockRequest(), Ext2ProcessUserProperty(), Ext2QueryDirectory(), Ext2QueryFileInformation(), Ext2QueryRetrievalPointers(), Ext2Read(), Ext2SetFileInformation(), Ext2SetLinkInfo(), Ext2SetRenameInfo(), Ext2SetVolumeInformation(), Ext2TruncateBlock(), ext3_inode_blocks(), ext3_inode_blocks_set(), ExtCreatePen(), IconCache::extract(), f_getlabel(), f_lseek(), FAST486_OPCODE_HANDLER(), Fast486FpuAdd(), Fast486FpuCalculateLogBase2(), Fast486FpuToDoubleReal(), Fast486FpuToInteger(), Fast486FpuToSingleReal(), Fat12WriteFAT(), Fat12WriteRootDirectory(), Fat16WriteFAT(), Fat16WriteRootDirectory(), Fat32Format(), Fat32WriteFAT(), FatCreateDcb(), FatCreateFcb(), FatGetStatistics(), FatQueryBpb(), FatReadEaSet(), FATXAddEntry(), FdcPdoQueryCapabilities(), fdi_notify_extract(), fdi_Ziphuft_build(), FDICopy(), FdoCreate(), FdoQueryBusRelations(), fetch_thread_info(), FFSCheckSetBlock(), FFSCleanup(), FFSClose(), FFSDeleteFile(), FFSDeviceControlNormal(), FFSFreeBlock(), FFSFreeInode(), FFSNewBlock(), FFSNewInode(), FFSQueryInformation(), FFSRead(), FFSRemoveEntry(), FFSSetRenameInfo(), FFSv2LoadInode(), FILEDLG95_OnOpenMultipleFiles(), FileMenu_AppendItemW(), ShellDirectory::fill_w32fdata_shell(), fill_w32fdata_shell(), fill_window(), FillDataOnBugCheck(), FillGrid(), FilterAudioMuteHandler(), FilterAudioVolumeHandler(), FilterDispatch_fnClose(), find_arb_ps_compile_args(), find_send_dir(), find_subvol(), find_volume(), CBaseBarSite::FindBandByGUID(), FindParenCount(), FindScsiDisks(), finish_output_pass(), finish_pass(), finish_pass_gather(), finish_pass_huff(), FirstSendHandler(), FixupVTableEntry(), FltGetVolumeProperties(), FltRegisterFilter(), flush_extents(), flush_fcb(), flush_partial_stripe(), FM_GetMenuInfo(), FM_InitMenuPopup(), FontFamilyFillInfo(), fread(), free_pool(), free_store_info(), FreeBT_DispatchCreate(), FreeBT_DispatchDevCtrl(), FreeBT_DispatchPnP(), FreeBT_DispatchPower(), FreeBT_SendHCICommand(), FreeCredentialsHandle(), FreeDeviceData(), fsctl_oplock(), FsRtlAcquireFileExclusiveCommon(), FsRtlCopyRead(), FsRtlCopyWrite(), FstubDetectPartitionStyle(), FstubReadHeaderEFI(), FstubVerifyPartitionTableEFI(), FstubWriteBootSectorEFI(), ft_add_renderer(), FT_Bitmap_Convert(), FT_Bitmap_Copy(), ft_black_render(), FT_Get_Advances(), ft_open_face_internal(), ft_smooth_render_generic(), ft_stroker_add_reverse_left(), FT_Stroker_ParseOutline(), ftc_basic_gnode_compare_faceid(), ftc_sbit_copy_bitmap(), FTPGetOneF(), FxCalculateTotalStringSize(), G711_StreamConvert(), GdipCreateMetafileFromWmf(), GdipDrawImagePointsRect(), GdipGetRegionScans(), GdipGetRegionScansI(), GdipMeasureCharacterRanges(), GdipMeasureString(), GdipPlayMetafileRecord(), gen_ffp_frag_op(), general_dlg_proc(), get_block_bh_mdl(), get_block_bh_pin(), get_dir_last_child(), get_emfplus_header_proc(), get_gif_frame_property(), get_header_size(), get_inode_info(), get_reparse_point(), GetAdaptersInfo(), ATL::CImage::GetBits(), GetDisabledAutostartEntriesFromRegistry(), GetDllList(), GetLastClusterInDataRun(), FxChildList::GetNextDevice(), GetScreenColumns(), GetSrbExtension(), GetTickCount(), GetTickCount64(), GetValueName(), GetVersionSendHandler(), Ghost_OnCreate(), GlobalReAlloc(), GPOS_get_value_record_offsets(), gray_raster_render(), GreenAddDevice(), GreenQueryBusRelations(), GuiInit(), GuiPaintCaret(), gxv_ctlPoint_validate(), gxv_kern_subtable_fmt1_entry_validate(), gxv_mort_subtable_type5_InsertList_validate(), gxv_morx_subtable_type2_ligActionIndex_validate(), gzclose_w(), gzprintf(), HalpDmaInitializeEisaAdapter(), HalpIsRecognizedCard(), HalpValidPCISlot(), handle_batch_collision(), handle_gdb_query(), HandleFile(), CPortPinWaveRT::HandleKsProperty(), CMiniportDMusUARTStream::HandlePortParams(), HandleTransmit(), HDA_SendVerbs(), HEADER_InsertItemT(), HTTPREQ_QueryOption(), HvFreeCell(), i386_stack_walk(), i8042MouInternalDeviceControl(), i8042PnpStartDevice(), IAVIEditStream_fnCopy(), IAVIStream_fnFindSample(), IdeBuildSenseBuffer(), IdeSendCommand(), IDirectSoundBufferImpl_GetFormat(), IDirectSoundBufferImpl_Lock(), IDirectSoundCaptureBufferImpl_GetCurrentPosition(), IDirectSoundCaptureBufferImpl_GetFormat(), IDirectSoundCaptureBufferImpl_Lock(), IDirectSoundCaptureBufferImpl_Start(), idmap_filter(), IEditAVIStream_fnFindSample(), IGetFrame_fnSetFormat(), IKsAllocator_fnDeviceIoControl(), IKsDevice_Create(), IKsDevice_Pnp(), ImageDirectoryOffset(), ImageList_DrawIndirect(), ImageList_Remove(), ImgpLoadPEImage(), ImpersonateSecurityContext(), InfFindNextLine(), InfGetBinaryField(), InfGetData(), InfGetDataField(), InfGetIntField(), InfGetMultiSzField(), InfGetStringField(), inflate(), inflateBack(), inflateEnd(), inflateGetDictionary(), inflateGetHeader(), inflatePrime(), inflateReset2(), inflateResetKeep(), inflateSetDictionary(), inflateStateCheck(), inflateSync(), inflateValidate(), InfpGetSectionForContext(), init_driver_info(), init_format_texture_info(), init_set_constants_param(), FxDmaEnabler::Initialize(), InitializeFilterWithKs(), InitializeModeTable(), InPortStartDevice(), InstallDirectoryPage(), IntCreateClass(), IntCreateWindow(), InterfacePciDevicePresentEx(), InterpretCapacityData(), InterpretReadCapacity16Data(), IntGetClassLongA(), IntGetClassLongW(), IntGetClsWndProc(), IntGetWindowLong(), IntHungWindowFromGhostWindow(), IntPaintDesktop(), IntSetupDiSetDeviceRegistryPropertyAW(), IntSynthesizeBitmap(), IntVideoPortInbvCleanup(), IntVideoPortPnPStartDevice(), IntVideoPortSetupInterrupt(), IntVideoPortSetupTimer(), IoFreeIrp(), IoGetDeviceInterfaces(), IopFreeMiniPacket(), IopInstallCriticalDevice(), IoRegisterDeviceInterface(), ip_input(), is_extent_unique(), is_tree_unique(), IsAcpiComputer(), IsThisAMultiLunDevice(), IsThisASanyo(), iterator_visibleitems(), jinit_d_post_controller(), jpeg_make_c_derived_tbl(), jpeg_make_d_derived_tbl(), jpeg_mem_dest(), jpeg_set_marker_processor(), KdInitSystem(), KdSendPacket(), KeContextToTrapFrame(), KeSetBasePriorityThread(), KeyboardEventHandler(), Ki386AdjustEsp0(), KiGeneralProtectionFaultHandler(), KiGetCpuVendor(), KiInitializeKernel(), KiInitializeKernelMachineDependent(), KiPcToFileHeader(), KiServiceExit(), KiServiceExit2(), KiSwapContextExit(), KiSwapContextResume(), KiSystemService(), KiTrap0DHandler(), KiVdmOpcodeIRET(), KsCreateDefaultAllocatorEx(), KsDereferenceBusObject(), KsDereferenceSoftwareBusObject(), KsGetBusEnumParentFDOFromChildPDO(), KsGetBusEnumPnpDeviceObject(), KsGetFilterFromIrp(), KsGetPinFromIrp(), KsHandleSizedListQuery(), KspCreate(), KspDispatchIrp(), KspEnableEvent(), KspPropertyHandler(), KsProbeStreamIrp(), KsReferenceBusObject(), KsReferenceSoftwareBusObject(), KsStreamIo(), KsSynchronousIoControlDevice(), CNetConnectionPropertyUi::LANPropertiesUIDlg(), LdrFindEntryForAddress(), LdrpCallTlsInitializers(), LdrpFetchAddressOfSecurityCookie(), LdrpHandleOneNewFormatImportDescriptor(), LdrpMapDll(), LibraryLogEvent(), linear_reset(), linear_vari_process(), LineInputEdit(), LISTBOX_SetTopItem(), LISTBOX_UpdateScroll(), ListDisk(), LISTVIEW_DrawItem(), LISTVIEW_DrawItemPart(), LISTVIEW_GetOrigin(), LISTVIEW_HitTest(), LISTVIEW_Scroll(), LISTVIEW_SetColumnWidth(), load_IFD_entry(), load_stored_free_space_cache(), load_truetype_glyph(), LoadRecoveryOptions(), local_rpcb(), LocalAddJob(), LocalEndDocPrinter(), LocalEnumJobs(), LocalEnumPrinters(), LocalGetPrinter(), LocalGetPrinterDriver(), LocalReadPrinter(), LocalStartDocPrinter(), LocalStartPagePrinter(), LocalWritePrinter(), LocalXcvData(), log_file_checksum_error(), log_file_checksum_error_shared(), look_for_balance_item(), look_for_collision(), LpcpVerifyMessageDataInfo(), Ls1(), LsapGetLogonSessionData(), LsL(), lzw_flush_bits(), lzw_output_code(), lzx_get_chars(), MACRO_CheckArgs(), MakeCheckItemVisible(), MakeSignature(), marshal_nfs41_fileset(), master_selection(), mbstowcs_sbcs(), mbstowcs_sbcs_decompose(), MCIAVI_AddFrame(), MCIWND_Create(), MD4Update(), MD5Update(), ME_MakeEditor(), ME_StreamOutRTF(), measure_string_callback(), mem_get_physical_address(), MENU_DrawBitmapItem(), MENU_DrawMenuItem(), mes_proc_header_unmarshal(), MessageBoxIndirectA(), MessageBoxTimeoutIndirectW(), METAFILE_AddPenObject(), MF_Play_MetaExtTextOut(), MFDRV_CloseMetaFile(), MiBuildImportsForBootDrivers(), MIDIMAP_LoadSettingsScheme(), MiFindInitializationCode(), MiLocateAddress(), MiLockVirtualMemory(), MiniDequeueWorkItem(), MiniDumpReadDumpStream(), MiniRequestComplete(), MiUnlockVirtualMemory(), MmArmAccessFault(), MmCleanProcessAddressSpace(), MmDeleteVirtualMapping(), MmGetPhysicalAddress(), MmGetSessionId(), MmGetSessionIdEx(), MmIsDriverVerifying(), MMixerGetMixerDataByDeviceHandle(), MMixerGetMixerInfoByIndex(), MMixerOpenWave(), MMixerSetGetMuteControlDetails(), MMixerSetGetVolumeControlDetails(), MmProbeAndLockPages(), MonitorSelWndProc(), MonSelCancelDragging(), MountMgrChangeNotify(), MountMgrDeletePointsDbOnly(), MountMgrKeepLinksWhenOffline(), MountMgrNextDriveLetter(), MountMgrNotifyNameChange(), MountMgrQueryDosVolumePath(), MountMgrQueryDosVolumePaths(), MountMgrQueryPoints(), MountMgrSetAutoMount(), MountMgrVolumeArrivalNotification(), MountMgrVolumeMountPointChanged(), MouseCallback(), MouseKeysDlgProc(), move_across_subvols(), mp_div(), MPEG3_StreamConvert(), MSFT_DoFuncs(), MsgiAnsiToUnicodeCleanup(), MsgiAnsiToUnicodeMessage(), MsgiUnicodeToAnsiMessage(), NdisMDeregisterDmaChannel(), NdrConformantStructBufferSize(), NdrConformantStructFree(), NdrConformantStructMarshall(), NdrConformantStructUnmarshall(), NdrGetUserMarshalInfo(), NetSessionGetInfo(), nfs41_Create(), nfs41_DeleteConnection(), nfs41_MountConfig_ParseDword(), nfs41_QueryFileInformation(), nfs41_recover_stateid(), nfs41_SetFileInformation(), MainFrameBase::Notify(), FindProgramDlg::Notify(), notify_generic_text_handler(), notify_itemactivate(), NpDecodeFileObject(), NpWaitForNamedPipe(), NtCallbackReturn(), NtfsGetVolumeData(), NtfsReadFile(), NtGdiDdDDICreateDCFromMemory(), NtGdiFlushUserBatch(), ntlm_FreeCredentialsHandle(), NtQueryInformationJobObject(), NtSecureConnectPort(), NtUserWaitForInputIdle(), ObAssignObjectSecurityDescriptor(), ObCreateObjectType(), ObInheritDeviceMap(), ObpFreeCapturedAttributes(), OHCI_EnableList(), OHCI_HardwarePresent(), OLEMenu_CallWndProc(), CSysPagerWnd::OnCopyData(), OnDeleteVariable(), OnEditVariable(), OnHScroll(), CImgAreaWindow::OnMouseMove(), OnNcCreate(), OnNotifySettingsPage(), OnSize(), OnTimer(), CInternetToolbar::OnTipText(), ShellBrowser::OnTreeGetDispInfo(), ShellBrowser::OnTreeItemSelected(), CAddressEditBox::OnWinEvent(), CISFBand::OnWinEvent(), FxIoTargetRemote::OpenTargetHandle(), FileTypeManager::operator[](), otv_validate(), param_on_lost_device(), ParaNdis_OnTransmitBufferReleased(), parse_blend_axis_types(), parse_dict(), parse_template(), parse_TOKEN(), parse_xa(), ParseFonFile(), ParsePEHeaders(), pbuf_header(), PciPowerControl(), PciProcessBus(), PciScanBus(), PcRegisterSubdevice(), PcUnregisterAdapterPowerManagement(), pdlgex_hook_proc(), PDO_HandleInternalDeviceControl(), PdoCreate(), PdoQueryCapabilities(), PdoQueryResourceRequirements(), PdoQueryResources(), pe_find_section(), pfr_glyph_load_rec(), Pin_fnClose(), Pin_fnDeviceIoControl(), PinRenderProcess(), PinWaveCyclicAllocatorFraming(), PinWavePciAllocatorFraming(), audio_waveout::playing_procedure(), FxPkgPnp::PnpMatchResources(), PnpRootPnpControl(), PnpRootQueryDeviceRelations(), point_filter_argb_pixels(), POLYGONFILL_UpdateScanline(), POP3Transport_ParseResponse(), populate_ea_list(), PoRemoveVolumeDevice(), PortClsPower(), PortClsShutdown(), PortFdoFilterRequirements(), post_process_1pass(), FxPkgPnp::PowerPolSleepingNoWakePowerDown(), PPBridge_SaveLimits(), prepare_for_output_pass(), PrimaryBufferImpl_GetFormat(), PrimaryBufferImpl_Lock(), PrimaryDirectSoundBuffer8Impl_fnGetFormat(), PrimaryDirectSoundBuffer_GetPosition(), XMLStorage::XMLFormat::print_header(), PRINTDLG_SetUpPaperComboBoxA(), PRINTDLG_SetUpPaperComboBoxW(), printer_create(), PrintFileDacl(), proc_PlaySound(), process_data_context_main(), process_data_simple_main(), process_polygon(), process_polygon2(), process_polyline(), process_restart(), ProcessLongMidiMessage(), ProcGetIndexByProcessId(), ProgIDFromCLSID(), PropertyHandler_Private(), PropertyItemDispatch(), PropertyStorage_ReadFromStream(), PROPSHEET_CollectPageInfo(), PROPSHEET_FindPageByResId(), PROPSHEET_IdToIndex(), PROPSHEET_IndexToId(), PROPSHEET_InsertPage(), PROPSHEET_Paint(), PROPSHEET_RemovePage(), PROPSHEET_SetCurSel(), PROPSHEET_SetHeaderSubTitleW(), PROPSHEET_SetHeaderTitleW(), PROPSHEET_ShowPage(), ps_builder_close_contour(), ps_parser_load_field_table(), ps_property_set(), ps_table_add(), ps_table_new(), psh_glyph_init(), PspWriteTebImpersonationInfo(), PulseSample(), PushCircularBufferEntry(), QTMupdatemodel(), QUARTZ_InsertAviseEntryFromQueue(), query_typelib_path(), QueryContextAttributesA(), QueryContextAttributesW(), QueryCredentialsAttributesA(), QueryCredentialsAttributesW(), FxPkgPnp::QueryForCapabilities(), QuerySecurityContextToken(), QuerySecurityPackageInfoA(), QuerySecurityPackageInfoW(), queue_event(), RamdiskCreateRamdisk(), RamdiskQueryDeviceRelations(), rationalize_extents(), RChangeServiceConfig2W(), read_boot(), read_data(), read_data_raid6(), read_file(), read_vc(), ReadDisk(), reader_get_ptr(), readerinput_detectencoding(), ReadMemorySendHandler(), ReadNicConfiguration(), audio_wavein::recording_procedure(), RecycleBin5_Constructor(), RecycleBinDlg(), BtrfsContextMenu::reflink_copy(), reflink_copy2(), regexp_new(), registry_load_volume_options(), registry_mark_volume_unmounted_path(), RegSetValueExA(), ReleaseListViewItems(), ReleaseMemory(), RemoteCompletionFunction(), rendezvous_request(), request_query_option(), request_virt_barray(), request_virt_sarray(), RequestValidateRawRead(), RestartQueueSynchronously(), RestoreBreakPointSendHandler(), RevertSecurityContext(), RfsdCheckSetBlock(), RfsdCleanup(), RfsdClose(), RfsdDeviceControlNormal(), RfsdFastIoQueryStandardInfo(), RfsdRead(), RfsdSetRenameInfo(), RosSymCreateFromFile(), RPCRT4_SendWithAuth(), rpn_fact(), RtlAcquireSRWLockExclusive(), RtlAcquireSRWLockShared(), RtlAllocateHeap(), RtlGetNtProductType(), RtlGetTickCount(), RtlImageDirectoryEntryToData(), RtlpAcquireSRWLockExclusiveWait(), RtlpAcquireSRWLockSharedWait(), RtlpAddKnownObjectAce(), RtlpCallQueryRegistryRoutine(), RtlpCaptureStackLimits(), RtlpFindAndCommitPages(), RtlpGrowBlockInPlace(), RtlpHandleDpcStackException(), RtlRaiseException(), RtlReadOutOfProcessMemoryStream(), RtlReAllocateHeap(), RtlReleaseSRWLockExclusive(), RtlReleaseSRWLockShared(), RtlRunDecodeUnicodeString(), RtlRunEncodeUnicodeString(), RtlRunOnceBeginInitialize(), run_test(), RxCloseAssociatedSrvOpen(), RxCommonClose(), RxCommonRead(), RxCompleteSrvOpenKeyAssociation(), RxCreateFromNetRoot(), RxCreateNetFobx(), RxFastIoWrite(), RxFinalizeSrvOpen(), RxFinalizeVNetRoot(), RxFindOrCreateConnections(), RxFinishSrvCallConstruction(), RxLowIoReadShell(), RxLowIoReadShellCompletion(), RxLowIoWriteShellCompletion(), RxOrphanSrvOpens(), RxpDereferenceAndFinalizeNetFcb(), RxpScavengeFobxs(), RxPurgeRelatedFobxs(), RxQueryDirectory(), RxReadRegistryParameters(), RxScavengeFobxsForNetRoot(), RxSearchForCollapsibleOpen(), RxSetDispositionInfo(), RxSetupNetFileObject(), RxTableLookupName(), save_actions(), save_cert_mgr_usages(), ScrIoControl(), scrub_chunk(), scrub_chunk_raid56_stripe_run(), scrub_extent(), scrub_extent_dup(), scrub_extent_raid10(), scrub_raid5_stripe(), scrub_raid6_stripe(), ScrWrite(), ScsiCdRomFindDevices(), ScsiCdRomStartIo(), ScsiClassInterpretSenseInfo(), ScsiDiskDeviceControl(), ScsiFlopDeviceControl(), SdbGetFileAttributes(), SdbGetMatchingExe(), SdbpGetModuleType(), SecondaryDirectSoundBuffer8Impl_fnGetFormat(), SecondaryDirectSoundBuffer8Impl_fnLock(), FxUsbDevice::SelectConfig(), selected_item_to_store(), send_add_tlv(), send_add_tlv_clone_path(), send_extent_data(), send_inode(), send_read_symlink(), send_xattr(), SenseInfoInterpret(), SenseInfoInterpretForZPODD(), SenseInfoInterpretRefineByScsiCommand(), sep_upsample(), SepCreateToken(), SepDuplicateToken(), SerialPnpStartDevice(), SerialRead(), SerialWrite(), ServerRpcChannelBuffer_FreeBuffer(), set_constants(), set_content_length(), set_zero_data(), SetAllVars(), SetContextAttributesA(), SetContextAttributesW(), SetContextSendHandler(), SetNamedPipeHandleState(), SetRosSpecificInfo(), setup_dinput_options(), SETUP_PropertyChangeHandler(), setup_tables(), SetupDiBuildDriverInfoList(), SetupDiCreateDevRegKeyW(), SetupDiDeleteDevRegKey(), SetupDiEnumDriverInfoW(), SetupDiGetClassDevPropertySheetsW(), SetupDiGetDeviceInstanceIdW(), SetupDiGetDeviceRegistryPropertyW(), SetupDiGetDriverInstallParamsW(), SetupDiGetSelectedDriverW(), SetupDiInstallDevice(), SetupDiInstallDeviceInterfaces(), SetupDiInstallDriverFiles(), SetupDiOpenDevRegKey(), SetupDiRegisterCoDeviceInstallers(), sfnt_done_face(), sfnt_init_face(), sfnt_load_face(), shader_get_registers_used(), shader_glsl_get_sample_function(), shader_sm4_read_dcl_output_topology(), should_balance_chunk(), ShowPartitionSizeInputBox(), sinc_hex_vari_process(), sinc_mono_vari_process(), sinc_multichan_vari_process(), sinc_quad_vari_process(), sinc_reset(), sinc_stereo_vari_process(), snapshot_tree_copy(), SnmpUtilVarBindCpy(), SOFTPUB_VerifyImageHash(), SoundsDlgProc(), SpiAdapterControl(), SpiGetNextRequestFromLun(), SPY_DumpStructure(), src_process(), stabs_parse(), start_iMCU_row(), start_output_pass(), start_pass(), start_pass_coef(), start_pass_huff(), start_pass_huff_decoder(), start_pass_prep(), START_TEST(), STATUSBAR_SetParts(), StorageImpl_Construct(), FxUsbDeviceControlContext::StoreAndReferenceMemory(), stream_Seek(), StreamClassReleaseResources(), superblock_collision(), surface_cpu_blt(), surface_cpu_blt_compressed(), svc_vc_rendezvous_control(), t1_builder_close_contour(), T1_Face_Init(), T1_Get_Advances(), t1_get_index(), t1_lookup_glyph_by_stdcharcode_ps(), t1_make_subfont(), T1_New_Parser(), T1_Open_Face(), T1_Parse_Glyph(), T1_Read_Metrics(), T42_Face_Init(), T42_Open_Face(), t42_parse_dict(), t42_parser_init(), TAB_DrawItemInterior(), TcpipBasicDlg(), term_destination(), test_fake_bold_font(), test_ICInfo(), thunk_AddCredentialsA(), thunk_AddCredentialsW(), thunk_QueryContextAttributesA(), thunk_QueryContextAttributesW(), thunk_QueryCredentialsAttributesA(), thunk_QueryCredentialsAttributesW(), thunk_SetContextAttributesA(), thunk_SetContextAttributesW(), TIFFClientOpen(), TIFFFetchDirectory(), TIFFFetchNormalTag(), TIFFLinkDirectory(), TIFFReadDirEntryArrayWithLimit(), TIFFReadRawTile1(), TIFFStartStrip(), TIFFStartTile(), TIFFWriteDirectorySec(), TIFFWriteEncodedStrip(), TIFFWriteEncodedTile(), TIFFWriteScanline(), to_array(), to_safearray(), TOOLBAR_CheckButton(), TOOLBAR_GetButtonInfoT(), TOOLBAR_GetText(), TOOLBAR_SetRelativeHotItem(), ToolbarUpdateControlSpaces(), TOOLTIPS_Show(), TRACKBAR_RecalculateTics(), Traverse(), trim_unalloc_space(), TRIO_ARGS2(), TRIO_ARGS3(), try_clone(), try_clone_edr(), tt_face_build_cmaps(), tt_face_done(), tt_face_get_metrics(), tt_face_load_loca(), tt_get_cmap_info(), TT_Load_Glyph(), TT_Load_Simple_Glyph(), TT_Process_Composite_Component(), tt_size_reset(), typelib_proxy_init(), UDFCommonDeviceControl(), UDFMountVolume(), ui_select(), unmarshal_ORPCTHAT(), unmarshal_ORPCTHIS(), unzOpenCurrentFile3(), unzReadCurrentFile(), update_chunks(), update_tree_extents(), UpdateButtonState(), UpdateControl(), UpdateProcesses(), UpdateProgress(), updatewindow(), UpDownWindowProc(), UrlCombineW(), USBCCGP_CreateClose(), USBCCGP_PdoHandleQueryDeviceText(), USBCCGP_PdoHandleQueryId(), USBDI_QueryBusInformation(), USBFlopGetMediaTypes(), USBPORT_GetUnicodeName(), USBPORT_OpenPipe(), USBPORT_PdoInternalDeviceControl(), USBPORT_PdoQueryInterface(), USBPORT_RootHubEndpoint0(), USBSTOR_CBWCompletionRoutine(), USBSTOR_CSWCompletionRoutine(), USBSTOR_DataCompletionRoutine(), USBSTOR_DispatchPnp(), USBSTOR_DispatchPower(), USBSTOR_HandleQueryProperty(), UserSetClassLongPtr(), VarUdateFromDate(), VbeService(), vDisableSURF(), VerifySignature(), VfatCleanupFile(), VfatFastIoQueryBasicInfo(), VfatFastIoQueryStandardInfo(), VfatIsVolumeDirty(), VfatLockControl(), VfatxUpdateProgress(), VfdDeviceControl(), VfdPageDlgProc(), VfdReinitialize(), VfdToolTip(), VideoRenderer_CheckMediaType(), virtqueue_kick_prepare_packed(), VMR9_ImagePresenter_QueryInterface(), WdmAudCapabilities(), WdmAudDeviceControl(), WdmAudInitWorkerRoutine(), WdmAudOpenSysaudio(), WdmAudTimerRoutine(), WDML_Global2DataHandle(), widCallback(), wined3d_adapter_init_ffp_attrib_ops(), wined3d_adapter_init_limits(), wined3d_cs_emit_clear_rendertarget_view(), wined3d_cs_queue_require_space(), wined3d_cs_run(), wined3d_stream_info_from_declaration(), wined3d_surface_upload_data(), WINHELP_CreateHelpWindow(), WinPosFixupFlags(), WINTRUST_CertVerifyObjTrust(), WlanPrintCurrentStatus(), FileChildWindow::WndProc(), WndProc(), wodWrite(), write_compressed(), write_metadata_items(), write_scan_header(), write_vc(), WriteBreakPointSendHandler(), CCabinet::WriteDataBlock(), WriteDisk(), WriteMemorySendHandler(), WSPBind(), x86BiosCall(), XboxGetFramebufferSize(), XboxGetMultibootMemoryMap(), xdrmem_setpos(), xdrrec_getbytes(), xdrrec_getpos(), XFORMOBJ_bXformFixPoints(), xmlAddAttributeDecl(), xmlAddElementDecl(), xmlAddID(), xmlAddNotationDecl(), xmlAddRef(), xmlBufCreateSize(), xmlGetDtdAttrDesc(), xmlGetDtdElementDesc2(), xmlGetID(), xmlGetRefs(), xmlIsID(), xmlParseReference(), xmlreader_GetProperty(), xmlRemoveID(), xmlRemoveRef(), xmlSAX2TextNode(), xsltApplySequenceConstructor(), xsltApplyStylesheetInternal(), xsltCreateRVT(), xsltDocumentFunctionLoadDocument(), xsltEvalGlobalVariable(), xsltFreeRVTs(), xsltFreeStackElem(), xsltNumberFormatGetAnyLevel(), xsltParseGlobalParam(), xsltParseGlobalVariable(), xsltRegisterExtPrefix(), xsltRegisterLocalRVT(), xsltRegisterPersistRVT(), xsltRegisterTmpRVT(), xsltReleaseLocalRVTs(), xsltStylePreCompute(), xsltTransformCacheFree(), XXH32_digest_endian(), zip64local_TmzDateToDosDate(), zoh_reset(), zoh_vari_process(), ZSTD_decodeSequence(), ZSTD_decodeSequenceLong(), ZSTD_decompressBegin_usingDDict(), ZSTD_getFrameProgression(), and ZSTD_reduceIndex().
Definition at line 1954 of file macro.lex.yy.c.
Referenced by MACRO_CheckArgs().
Definition at line 1989 of file macro.lex.yy.c.
Referenced by MACRO_ExecuteMacro().
Definition at line 1893 of file macro.lex.yy.c.
Referenced by MACRO_CallBoolFunc(), and MACRO_CallVoidFunc().
WINHELP_WINDOW* MACRO_CurrentWindow | ( | void | ) |
Definition at line 2098 of file macro.lex.yy.c.
Referenced by MACRO_About(), MACRO_Back(), MACRO_BackFlush(), MACRO_BrowseButtons(), MACRO_ChangeButtonBinding(), MACRO_Contents(), MACRO_CreateButton(), MACRO_DisableButton(), MACRO_EnableButton(), MACRO_HelpOn(), MACRO_IfThen(), MACRO_IfThenElse(), MACRO_JumpHash(), MACRO_Next(), MACRO_Prev(), MACRO_Print(), MACRO_SetHelpOnFile(), and MACRO_SetPopupColor().
BOOL MACRO_ExecuteMacro | ( | WINHELP_WINDOW * | window, |
LPCSTR | macro | ||
) |
Definition at line 2049 of file macro.lex.yy.c.
Referenced by MACRO_IfThen(), MACRO_IfThenElse(), WINHELP_CreateHelpWindow(), WINHELP_HandleTextMouse(), and WINHELP_MainWndProc().
Definition at line 1868 of file macro.lex.yy.c.
Referenced by dct12(), dct36(), emit_set_ts(), HLPFILE_BrowseParagraph(), HTTPREQ_QueryOption(), LsDate(), MACRO_CheckArgs(), MACRO_ExecuteMacro(), NtQueryInformationToken(), rdp5_process(), SeQueryInformationToken(), Mapdesc::subdivide(), tcp_syn_build_options(), test_startSession(), UDFBuildLongAllocDescs(), and UDFBuildShortAllocDescs().
while | ( | 1 | ) |
Definition at line 740 of file macro.lex.yy.c.
Referenced by _DibFunction(), _Function_class_(), add_delete_inode_extref(), add_dirent_to_buf(), arith_decode(), BmpFrameDecode_ReadRLE4(), BmpFrameDecode_ReadRLE8(), CabinetExtractFile(), cmyk_ycck_convert(), codeview_add_type_enum_field_list(), codeview_add_type_struct_field_list(), convert_hex_csv_to_hex(), d3dx_effect_ApplyParameterBlock(), deflate(), delete_stat_item(), DrawTextFromClipboard(), duplicate_extents(), EfiVmCloseProtocol(), EfiVmOpenProtocol(), Ext2ReadGroupDescriptors(), Ext2SetLinkInfo(), Ext2SetRenameInfo(), ext3_delete_entry(), FFSSetRenameInfo(), fill_pnpentity(), find_revoke_record(), fixup_buffer_cr(), FltRegisterFilter(), free_parameter_block(), FrLdrGetKernelBase(), FxUsbCreateConfigRequest(), GetDmiString(), gl_DrawArrays(), GuiConsoleInputThread(), HalpAcpiGetTableFromBios(), Heap32First(), InfFindNextMatchLine(), InfGetMultiSzField(), InfpGetMultiSzField(), int_upsample(), IntSetClassMenuName(), load_chunk_root(), load_mesh_data(), MiInsertInSystemSpace(), MmAlterRegion(), NtfsReadAttribute(), ObQueryNameString(), open_fcb(), ParseSMBiosTables(), partial_stripe_read(), PciFindParentPciFdoExtension(), PciFindPdoByLocation(), pdb_process_symbol_imports(), pre_process_data(), prepare_raid5_write(), prepare_raid6_write(), process_data_simple_main(), query_filesystems(), read_data(), RfsdDirectoryCallback(), RfsdSetRenameInfo(), rgb1_gray_convert(), rgb_gray_convert(), rgb_ycc_convert(), RtlNumberOfSetBits(), ScanForUnpartitionedDiskSpace(), scrub_raid6_stripe(), search_dirblock(), send_inode_extref(), send_inode_ref(), SetDiskSignature(), SetupDiDestroyDriverInfoList(), SetupDiEnumDeviceInterfaces(), sinc_hex_vari_process(), sinc_mono_vari_process(), sinc_multichan_vari_process(), sinc_quad_vari_process(), sinc_stereo_vari_process(), SmpApiLoop(), stabs_pts_read_range_value(), TIFFReadDirectoryFindFieldInfo(), UnhandledExceptionFilter(), unzReadCurrentFile(), USBPORT_ParseConfigurationDescriptor(), vfatReleaseFCB(), VgaInterpretCmdStream(), write_metadata_items(), xsltCheckExtPrefix(), xsltCheckExtURI(), xsltGetKey(), xsltInitAllDocKeys(), xsltInitCtxtKey(), xsltInitCtxtKeys(), xsltInitDocKeyTable(), xsltRegisterExtPrefix(), XXH64_digest_endian(), ycc_rgb_convert(), and ycck_cmyk_convert().
WINE_DEFAULT_DEBUG_CHANNEL | ( | winhelp | ) |
YY_BUFFER_STATE yy_create_buffer | ( | FILE * | file, |
int | size | ||
) |
Allocate and initialize an input buffer state.
file | A readable stream. |
size | The character buffer size in bytes. When in doubt, use YY_BUF_SIZE . |
Definition at line 1351 of file macro.lex.yy.c.
Referenced by if(), and yyrestart().
void yy_delete_buffer | ( | YY_BUFFER_STATE | b | ) |
Destroy the buffer.
b | a buffer created with yy_create_buffer() |
Definition at line 1379 of file macro.lex.yy.c.
Referenced by yylex_destroy(), and yypop_buffer_state().
Definition at line 1637 of file macro.lex.yy.c.
void yy_flush_buffer | ( | YY_BUFFER_STATE | b | ) |
Discard all buffered characters. On the next scan, YY_INPUT will be called.
b | the buffer state to be flushed, usually YY_CURRENT_BUFFER . |
Definition at line 1426 of file macro.lex.yy.c.
Referenced by yy_init_buffer().
Definition at line 1021 of file macro.lex.yy.c.
Referenced by while().
|
static |
Definition at line 1155 of file macro.lex.yy.c.
Referenced by while().
|
static |
Definition at line 1398 of file macro.lex.yy.c.
Referenced by yy_create_buffer(), and yyrestart().
Definition at line 1740 of file macro.lex.yy.c.
Referenced by yylex_destroy().
Definition at line 1337 of file macro.lex.yy.c.
Referenced by if(), yy_flush_buffer(), yy_switch_to_buffer(), yypop_buffer_state(), yypush_buffer_state(), and yyrestart().
YY_BUFFER_STATE yy_scan_buffer | ( | char * | base, |
yy_size_t | size | ||
) |
Setup the input buffer state to scan directly from a user-specified character buffer.
base | the character buffer |
size | the size in bytes of the character buffer |
Definition at line 1553 of file macro.lex.yy.c.
Referenced by yy_scan_bytes().
YY_BUFFER_STATE yy_scan_bytes | ( | yyconst char * | yybytes, |
yy_size_t | _yybytes_len | ||
) |
Setup the input buffer state to scan the given bytes. The next call to yylex() will scan from a copy of bytes.
yybytes | the byte buffer to scan |
_yybytes_len | the number of bytes in the buffer pointed to by bytes. |
Definition at line 1603 of file macro.lex.yy.c.
Referenced by yy_scan_string().
YY_BUFFER_STATE yy_scan_string | ( | yyconst char * | yystr | ) |
Setup the input buffer state to scan a string. The next call to yylex() will scan from a copy of str.
yystr | a NUL-terminated string to scan |
Definition at line 1590 of file macro.lex.yy.c.
void yy_switch_to_buffer | ( | YY_BUFFER_STATE | new_buffer | ) |
Switch to a different input buffer.
new_buffer | The new input buffer. |
Definition at line 1306 of file macro.lex.yy.c.
Referenced by yy_scan_buffer().
|
static |
Definition at line 1187 of file macro.lex.yy.c.
Referenced by while().
Definition at line 1814 of file macro.lex.yy.c.
Referenced by yy_create_buffer(), yy_scan_buffer(), yy_scan_bytes(), and yyensure_buffer_stack().
Definition at line 1504 of file macro.lex.yy.c.
Referenced by if(), yy_switch_to_buffer(), yypush_buffer_state(), and yyrestart().
Definition at line 1831 of file macro.lex.yy.c.
Referenced by yy_delete_buffer(), and yylex_destroy().
Definition at line 1730 of file macro.lex.yy.c.
YY_EXTRA_TYPE yyget_extra | ( | void | ) |
Get the input stream.
Definition at line 1674 of file macro.lex.yy.c.
Get the length of the current token.
Definition at line 1690 of file macro.lex.yy.c.
Get the current line number.
Definition at line 1665 of file macro.lex.yy.c.
Get the output stream.
Definition at line 1682 of file macro.lex.yy.c.
Get the current token.
Definition at line 1699 of file macro.lex.yy.c.
Referenced by MACRO_CheckArgs(), and MACRO_ExecuteMacro().
Definition at line 1769 of file macro.lex.yy.c.
Removes and deletes the top of the stack, if present. The next element becomes the new top.
Definition at line 1485 of file macro.lex.yy.c.
Referenced by yylex_destroy().
void yypush_buffer_state | ( | YY_BUFFER_STATE | new_buffer | ) |
Pushes the new state onto the stack. The new state becomes the current state. This function will allocate the stack if necessary.
new_buffer | The new state. |
Definition at line 1455 of file macro.lex.yy.c.
Definition at line 1819 of file macro.lex.yy.c.
Referenced by yy_get_next_buffer(), and yyensure_buffer_stack().
Immediately switch to a different input stream.
input_file | A readable stream. |
INITIAL
. Definition at line 1289 of file macro.lex.yy.c.
Referenced by yy_get_next_buffer().
Definition at line 1735 of file macro.lex.yy.c.
void yyset_extra | ( | YY_EXTRA_TYPE | user_defined | ) |
Set the input stream. This does not discard the current input buffer.
in_str | A readable stream. |
Definition at line 1720 of file macro.lex.yy.c.
Definition at line 1725 of file macro.lex.yy.c.
Definition at line 521 of file macro.lex.yy.c.
Referenced by MACRO_ExecuteMacro().
|
static |
Definition at line 373 of file macro.lex.yy.c.
Referenced by while(), yy_get_previous_state(), and yy_try_NUL_trans().
register int yy_act |
Definition at line 707 of file macro.lex.yy.c.
Referenced by while().
|
static |
Definition at line 418 of file macro.lex.yy.c.
Referenced by while(), yy_get_previous_state(), and yy_try_NUL_trans().
register char * yy_bp |
Definition at line 706 of file macro.lex.yy.c.
Referenced by while().
|
static |
Stack as an array.
Definition at line 256 of file macro.lex.yy.c.
Referenced by yy_init_globals(), yyensure_buffer_stack(), and yylex_destroy().
|
static |
capacity of stack.
Definition at line 255 of file macro.lex.yy.c.
Referenced by yy_init_globals(), and yyensure_buffer_stack().
|
static |
index of top of stack.
Definition at line 254 of file macro.lex.yy.c.
Referenced by yy_init_globals(), yyensure_buffer_stack(), yypop_buffer_state(), and yypush_buffer_state().
Definition at line 279 of file macro.lex.yy.c.
Referenced by while(), yy_get_next_buffer(), yy_get_previous_state(), yy_init_globals(), yy_load_buffer_state(), yy_switch_to_buffer(), yy_try_NUL_trans(), and yypush_buffer_state().
|
static |
Definition at line 446 of file macro.lex.yy.c.
Referenced by while(), yy_get_previous_state(), and yy_try_NUL_trans().
register char* yy_cp |
Definition at line 706 of file macro.lex.yy.c.
Referenced by while(), yy_get_previous_state(), and yy_try_NUL_trans().
YY_DECL |
The main scanner function which does all the work.
Definition at line 704 of file macro.lex.yy.c.
|
static |
Definition at line 426 of file macro.lex.yy.c.
Referenced by while(), yy_get_previous_state(), and yy_try_NUL_trans().
|
static |
Definition at line 286 of file macro.lex.yy.c.
Referenced by while(), yy_switch_to_buffer(), yypop_buffer_state(), and yypush_buffer_state().
|
static |
Definition at line 380 of file macro.lex.yy.c.
Referenced by while(), and yy_get_previous_state().
int yy_flex_debug = 0 |
Definition at line 462 of file macro.lex.yy.c.
Referenced by yyget_debug(), and yyset_debug().
|
static |
Definition at line 274 of file macro.lex.yy.c.
Referenced by while(), yy_load_buffer_state(), yy_switch_to_buffer(), and yypush_buffer_state().
|
static |
Definition at line 280 of file macro.lex.yy.c.
Referenced by if(), and yy_init_globals().
|
static |
Definition at line 459 of file macro.lex.yy.c.
Referenced by while(), yy_get_previous_state(), and yy_try_NUL_trans().
|
static |
Definition at line 458 of file macro.lex.yy.c.
Referenced by while(), yy_get_previous_state(), and yy_try_NUL_trans().
|
static |
Definition at line 412 of file macro.lex.yy.c.
Referenced by while(), yy_get_previous_state(), and yy_try_NUL_trans().
|
static |
Definition at line 275 of file macro.lex.yy.c.
Referenced by while(), yy_get_next_buffer(), yy_load_buffer_state(), yy_switch_to_buffer(), and yypush_buffer_state().
|
static |
Definition at line 434 of file macro.lex.yy.c.
Referenced by while(), yy_get_previous_state(), and yy_try_NUL_trans().
|
static |
Definition at line 281 of file macro.lex.yy.c.
Referenced by if(), while(), yy_get_previous_state(), and yy_init_globals().
Definition at line 338 of file macro.lex.yy.c.
Referenced by if(), while(), yy_get_next_buffer(), yy_init_globals(), yy_load_buffer_state(), yyget_in(), yyrestart(), and yyset_in().
yy_size_t yyleng |
Definition at line 276 of file macro.lex.yy.c.
Referenced by yyget_leng().
int yylineno = 1 |
Definition at line 344 of file macro.lex.yy.c.
Referenced by yyget_lineno(), and yyset_lineno().
Definition at line 523 of file macro.lex.yy.c.
Referenced by MACRO_CheckArgs(), MACRO_ExecuteMacro(), and while().
Definition at line 338 of file macro.lex.yy.c.
Referenced by if(), yy_init_globals(), yyget_out(), and yyset_out().
char * yytext |
Definition at line 471 of file macro.lex.yy.c.
Referenced by while(), and yyget_text().