代码搜索结果
找到约 10,000 项符合
Y 的代码
y2k
QUESTION: Is c-client Y2K compliant?
ANSWER:
There are no known Y2K issues in c-client; nor have there ever
been any known Y2K issues in c-client from its inception.
Some older versions o
aicasm_gram.y
%{
/*
* Parser for the Aic7xxx SCSI Host adapter sequencer assembler.
*
* Copyright (c) 1997, 1998, 2000 Justin T. Gibbs.
* Copyright (c) 2001 Adaptec Inc.
* All rights reserved.
*
* Redistribu
y.tab.h
#define NEWLINE 257
#define AND 258
#define OR 259
#define NOT 260
#define STRING 261
#define NAME 262
#define NUMBER 263
#define MUL_OP 264
#define ASSIGN_OP 265
#define REL_OP 266
#define INCR_DECR
scc-parser.y
%{
// This file contains all of the rules for GNU Bison. This grammar defines a
// very simple language that can only understand the very basic match
// instructions. Nevertheless, this still sho
aicasm_gram.y
%{
/*
* Parser for the Aic7xxx SCSI Host adapter sequencer assembler.
*
* Copyright (c) 1997, 1998, 2000 Justin T. Gibbs.
* Copyright (c) 2001 Adaptec Inc.
* All rights reserved.
*
* Redistribu
y0.3m
.so man3/bessel.3m
y1.3m
.so man3/bessel.3m
y0.3m
.so man3/bessel.3m
y1.3m
.so man3/bessel.3m
y.tab.h
typedef union {
struct symbol_struct symbol;
} YYSTYPE;
extern YYSTYPE yylval;
# define ASSIGNOP 257
# define OROR 258
# define ANDAND 259
# define EQUOP 260
# define RELOP 261
# define SHIFTOP 262