代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/148721/5709646
c cl_parse.c
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/148721/5710207
cpp q_parse.cpp
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/147331/5731425
c argp-parse.c
/* Hierarchial argument parsing, layered over getopt
Copyright (C) 1995, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader
www.eeworm.com/read/147331/5731517
c ns_parse.c
/*
* Copyright (c) 1996 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that th
www.eeworm.com/read/139332/5800379
hpp parse_tree.hpp
/*=============================================================================
Copyright (c) 2001-2003 Daniel Nuffer
http://spirit.sourceforge.net/
Use, modification and distribution is
www.eeworm.com/read/136989/5828318
cpp parse_headers.cpp
// Parse_Headers.cpp,v 1.23 2003/11/01 11:15:22 dhinton Exp
#include "ace/Log_Msg.h"
#include "Parse_Headers.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_strings.h"
#include "ace/OS_N
www.eeworm.com/read/136989/5828334
h parse_headers.h
/* -*- c++ -*- */
// Hey, Emacs! This is a C++ file!
// Parse_Headers.h,v 1.12 2003/11/01 11:15:22 dhinton Exp
// ============================================================================
//
www.eeworm.com/read/136989/5828508
gperf c-parse.gperf
%{
/* Command-line: gperf -p -j1 -i 1 -o -t -N is_reserved_word -k1,3,$ c-parse.gperf */
%}
struct resword { const char *name; short token; enum rid rid; };
%%
__alignof, ALIGNOF, NORID
__alig
www.eeworm.com/read/136989/5828561
cpp parse_headers.cpp
// Parse_Headers.cpp,v 1.3 2003/11/09 04:12:07 dhinton Exp
#include "JAWS/Parse_Headers.h"
#include "ace/OS_NS_string.h"
#define ACCESSOR(T,C,x) \
T C :: x (void) const { return this-> x##_; }
www.eeworm.com/read/136989/5828582
h parse_headers.h
/* -*- c++ -*- */
// Parse_Headers.h,v 1.2 2003/08/06 03:29:13 dhinton Exp
#ifndef JAWS_PARSE_HEADERS_H
#define JAWS_PARSE_HEADERS_H
#include "JAWS/Export.h"
#include "ace/Singleton.h"
#if