代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/227599/14420288
h parse_conf.h
/* OpenWebSpider
*
* Authors: Stefano Alimonti AND Stefano Fantin
* Version: 0.7
* E-Mails: shen139 [at] openwebspider (dot) org AND stefanofantinguz@yahoo.it
*
*
* This file is
www.eeworm.com/read/125782/14464401
c comp_parse.c
/****************************************************************************
* Copyright (c) 1998-2002,2003 Free Software Foundation, Inc. *
*
www.eeworm.com/read/125782/14464434
c parse_entry.c
/****************************************************************************
* Copyright (c) 1998-2002,2003 Free Software Foundation, Inc. *
*
www.eeworm.com/read/224980/14558092
h parse_cfgfile.h
#ifndef _READ_CFG_H
#define _READ_CFG_H
#include "treeOp.h"
enum node_type{m_leaf=0,m_bran0=1,m_bran1=2};
// read_fromcfgfile(fp, root, &s);
void load_cfgndvar(struct tree_node **
www.eeworm.com/read/224980/14558099
cpp parse_cfgfile.cpp
#include "parse_cfgfile.h"
#include
#include
#include "mystack.h"
void load_cfgndvar(struct tree_node **root,char *cfg_filepath)
{
// 还没有写函数体 请补充完整
}
//no
www.eeworm.com/read/224153/14604521
bak parse.y.bak
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
www.eeworm.com/read/123658/14616755
gperf c-parse.gperf
%{
/* Command-line: gperf -p -j1 -i 1 -g -o -t -N is_reserved_word -k1,3,$ c-parse.gperf */
%}
struct resword { char *name; short token; enum rid rid; };
%%
@class, CLASS, NORID
@compatibility_alias
www.eeworm.com/read/123658/14616759
y objc-parse.y
/* YACC parser for C syntax and for Objective C. -*-c-*-
Copyright (C) 1987, 88, 89, 92, 93, 94, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can
www.eeworm.com/read/123658/14618421
c objc-parse.c
/* A Bison parser, made from objc-parse.y with Bison version GNU Bison version 1.22
*/
#define YYBISON 1 /* Identify Bison output. */
#define IDENTIFIER 258
#define TYPENAME 259
#define SCSPEC
www.eeworm.com/read/123658/14618520
y c-parse.y
/* YACC parser for C syntax and for Objective C. -*-c-*-
Copyright (C) 1987, 88, 89, 92, 93, 94, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can