代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/118307/14876404
cpp 0000thread.cpp
// 0000Thread.cpp: implementation of the C0000Thread class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "0000Thread.h"
#include "Parse
www.eeworm.com/read/118014/14890760
pas ftpindex.pas
unit FtpIndex;
{Rountines to parse diffrent kinds of index file}
interface
uses Classes, SysUtils, Windows, FtpData;
const
InpriseID = 'File Ext Size Date Time Descriptio
www.eeworm.com/read/487320/1237602
menuconfig
#! /bin/sh
#
# This script is used to configure the SkyEye library.
# Borrowed from linux kernel configuration scripts.
#
# This script attempts to parse the configuration files, which are
# scattered
www.eeworm.com/read/480321/1319155
pas lmain.pas
unit LMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls, ExtCtrls, JSocket, SyncObjs,
Grids, Buttons, IniFiles, MudUtil, SDK, Parse
www.eeworm.com/read/480321/1319298
pas lmain.pas
unit LMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls, ExtCtrls, JSocket, SyncObjs,
Grids, Buttons, IniFiles, MudUtil, SDK, Parse
www.eeworm.com/read/474814/1390989
h snptools.h
/*
* snptools.h
*
* Copyright (C) 1997 Cygnus Solutions, Inc.
*
* Description:
* Interface for the Source-Navigator parser toolbox. This toolbox is designed
* to be as independent of the parse
www.eeworm.com/read/470720/1444477
c crash2.c
/* { dg-do compile } */
int main(void)
{
char x, y;
if ('A' == x) && ('B' == y)) { } /* { dg-error "(parse|syntax) error" } */
if (x == 'A') && (y == 'B')) { }
}
www.eeworm.com/read/470693/1456423
c crash2.c
/* { dg-do compile } */
int main(void)
{
char x, y;
if ('A' == x) && ('B' == y)) { } /* { dg-error "(parse|syntax) error" } */
if (x == 'A') && (y == 'B')) { }
}