代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/466123/7038775
orig parse.h.orig
/* This file has been generated with opag 0.6.4. */
#ifndef HDR_PARSE
#define HDR_PARSE 1
struct options {
/* Set to 1 if option --tries (-r) has been specified. */
unsigned int opt_tries : 1;
/
www.eeworm.com/read/466123/7038788
orig parse.c.orig
/* This file has been generated with opag 0.6.4. */
#include
#include
#include
#include
#include
#include "InOut.h"
#include "utilities.h"
#inc
www.eeworm.com/read/364251/7075570
c parse3.c
/**
* section: Parsing
* synopsis: Parse an XML document in memory to a tree and free it
* purpose: Demonstrate the use of xmlReadMemory() to read an XML file
* into a tree and and xmlFre
www.eeworm.com/read/364251/7075584
c parse1.c
/**
* section: Parsing
* synopsis: Parse an XML file to a tree and free it
* purpose: Demonstrate the use of xmlReadFile() to read an XML file
* into a tree and and xmlFreeDoc() to free t
www.eeworm.com/read/364251/7075591
c parse2.c
/**
* section: Parsing
* synopsis: Parse and validate an XML file to a tree and free the result
* purpose: Create a parser context for an XML file, then parse and validate
* the file, cre
www.eeworm.com/read/364251/7075592
c parse4.c
/**
* section: Parsing
* synopsis: Parse an XML document chunk by chunk to a tree and free it
* purpose: Demonstrate the use of xmlCreatePushParserCtxt() and
* xmlParseChunk() to read an
www.eeworm.com/read/296774/7113511
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/296774/7113515
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/296774/7114212
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/296774/7114249
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