代码搜索:Identify
找到约 1,886 项符合「Identify」的源代码
代码结果 1,886
www.eeworm.com/read/116265/14981713
c yytab.c
/* A Bison parser, made from gen.y
by GNU Bison version 1.28 */
#define YYBISON 1 /* Identify Bison output. */
#define Ident 257
#define Char 258
#define Number 259
#define CodeBlock 260
#d
www.eeworm.com/read/115142/15024598
c yytab.c
/* A Bison parser, made from gen.y
by GNU Bison version 1.28 */
#define YYBISON 1 /* Identify Bison output. */
#define Ident 257
#define Char 258
#define Number 259
#define CodeBlock 260
#d
www.eeworm.com/read/212937/15144586
c input.tab.c
/* A Bison parser, made from input.y
by GNU Bison version 1.25
*/
#define YYBISON 1 /* Identify Bison output. */
#define ACTI 258
#define EXEC 259
#define END 260
#define ENDHEAD 261
#define
www.eeworm.com/read/474959/1387582
c cexp.c
/* A Bison parser, made from cexp.y with Bison version GNU Bison version 1.22
*/
#define YYBISON 1 /* Identify Bison output. */
#define INT 258
#define CHAR 259
#define NAME 260
#define ERROR
www.eeworm.com/read/468610/1484929
cf imake.cf
XCOMM $Xorg: Imake.cf,v 1.4 2000/08/17 19:41:45 cpqbld Exp $
/*
* To add support for another platform:
*
* 1. Identify a machine-specific cpp symbol. If your preprocessor
* does no
www.eeworm.com/read/216502/4891478
c 2.dfs.c
#include
#
/* depth-first search used to identify back edges, unreachable nodes;
each node v entered by back edge replaced by
LOOPVX ->ITERVX -> v,
so that back edges entering v now enter
www.eeworm.com/read/198624/5083881
h identif.h
// k2/identify/identif.h
#ifndef IDENTIF_H
#define IDENTIF_H
#include
#include
class Identifier {
public:
const std::string& toString() const { return theIdentifier;}
friend
www.eeworm.com/read/177353/5328163
c plural.c
/* A Bison parser, made from plural.y
by GNU Bison version 1.28 */
#define YYBISON 1 /* Identify Bison output. */
#define yyparse gettext__parse
#define yylex gettext__lex
#define yyerror g
www.eeworm.com/read/323025/3519301
c asc.tab.c
/* A Bison parser, made from asc.y
by GNU bison 1.35. */
#define YYBISON 1 /* Identify Bison output. */
# define AS 257
# define ASSIGNMENT 258
# define BREAK 259
# define CASE 260
# define CA
www.eeworm.com/read/406309/2278629
cf imake.cf
XCOMM $Xorg: Imake.cf,v 1.4 2000/08/17 19:41:45 cpqbld Exp $
/*
* To add support for another platform:
*
* 1. Identify a machine-specific cpp symbol. If your preprocessor
* does no