代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5936642
h cp-parse.h
typedef union {long itype; tree ttype; char *strtype; enum tree_code code; } YYSTYPE;
#define IDENTIFIER 258
#define TYPENAME 259
#define SCOPED_TYPENAME 260
#define SCSPEC 261
#define TYPESPEC 262
#d
www.eeworm.com/read/131315/5936649
c c-parse.c
/* A Bison parser, made from c-parse.y */
#define YYBISON 1 /* Identify Bison output. */
#define IDENTIFIER 258
#define TYPENAME 259
#define SCSPEC 260
#define TYPESPEC 261
#define TYPE_QUAL 26
www.eeworm.com/read/131315/5936663
h c-parse.h
typedef union {long itype; tree ttype; enum tree_code code;
char *filename; int lineno; } YYSTYPE;
#define IDENTIFIER 258
#define TYPENAME 259
#define SCSPEC 260
#define TYPESPEC 261
#define TYPE_QUA
www.eeworm.com/read/131315/5940736
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; };
%%
__alignof, ALIGNOF, NORID
__alignof__, AL
www.eeworm.com/read/131315/5946078
c kname_parse.c
/*
* $Source: /usr/src/kerberosIV/krb/RCS/kname_parse.c,v $
* $Author: kfall $
*
* Copyright 1987, 1988 by the Massachusetts Institute of Technology.
*
* For copying and distribution information
www.eeworm.com/read/127087/6007675
c ns_parse.c
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996,1999 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software fo
www.eeworm.com/read/125688/6024533
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/124616/6044211
c pcan_parse.c
//****************************************************************************
// Copyright (C) 2001,2002,2003 PEAK System-Technik GmbH
//
// linux@peak-system.com
// www.peak-system.com
//
// This p
www.eeworm.com/read/124616/6044213
h pcan_parse.h
#ifndef __PCAN_PARSE_H__
#define __PCAN_PARSE_H__
//****************************************************************************
// Copyright (C) 2001,2002,2003 PEAK System-Technik GmbH
//
// linux@
www.eeworm.com/read/124347/6051146
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