代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/216450/4894275
s prtso.s
! This is the Pascal run-time start-off routine. It's job is to take the
! arguments as put on the stack by EXEC, and to parse them and set them up the
! way _m_a_i_n expects them.
.sect .text; .sec
www.eeworm.com/read/207461/5001498
c messages.c
/*
* Jabber AIM-Transport libfaim interface
*
*/
#include "aimtrans.h"
#include "utf8.h"
int at_parse_incoming_im(aim_session_t *ass,
aim_frame_t *command, ...)
{
int ch
www.eeworm.com/read/192559/5153305
h ethdown.h
/*
Copyright(c) 1998,1999 SIC/Hitachi,Ltd.
Module Name:
ethdown.h
Revision History:
26th April 1999 Released
*/
#ifndef ETHDOWN_H
#define ETHDOWN_H
// In order to parse
www.eeworm.com/read/190666/5179697
c uninit-a.c
/* Inspired by part of java/parse.y.
May be a real bug in CSE. */
/* { dg-do compile } */
/* { dg-options "-O2 -Wall" } */
struct tree
{
struct tree *car, *cdr, *wfl;
int code;
struct
www.eeworm.com/read/177353/5328409
h bencoding.h
#ifndef EL__PROTOCOL_BITTORRENT_BENCODING_H
#define EL__PROTOCOL_BITTORRENT_BENCODING_H
#include "protocol/bittorrent/common.h"
enum bittorrent_state
parse_bittorrent_metafile(struct bittorrent_met
www.eeworm.com/read/169400/5422494
cs parser.cs
#line 1 "cs.ATG"
using System.Drawing;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Text;
using ICSharpCode.NRefactory.Parse