代码搜索结果
找到约 10,000 项符合
Y 的代码
stock_mail_reply.xpm
/* XPM */
static char *stock_mail_reply_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 127 2",
" c Gray0",
". c #4e4e4c",
"X c #4f4e4c",
"o c #4f4f4d",
"O c #515150",
"+ c #525251",
stock_mail_reply.xpm
/* XPM */
static char *stock_mail_reply_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 127 2",
" c Gray0",
". c #4e4e4c",
"X c #4f4e4c",
"o c #4f4f4d",
"O c #515150",
"+ c #525251",
getdate.y
%{
/* Parse a string into an internal time stamp.
Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
Foundation, Inc.
This program is free software: you can redistri
parse.y
%{
#include
#include
#include
#include
#include "nodes.h"
void yyerror (char *s);
struct node *config_node;
extern void *xmalloc (size_t size);
%}
%union
y_out
0 0.000000
0.000125 0.000000
0.00025 0.010000
0.000375 0.006930
0.0005 -0.020148
0.000625 -0.035000
0.00075 -0.019010
0.000875
y.txt
AAAAGAGTAGTTGACGCTAAACCCATAATCAGATCTATGCATTAACTA
ycmm.y
%{
#include
#include
#include "tree.h"
#include "c-tree.h"
%}
%start program
%union {
long itype;
union tree_node * ttype;
enum tree_code code;
char * f
y.output
Terminals unused in grammar
'.'
Grammar
0 $accept: program $end
1 program: decls fndefs
2 fndefs: fndef
3 | fndefs fndef
4 fndef: typed_declspecs declarator compstm
nepc.y
%{
#include "nepc.h"
#include "nepc.c" /* routines for parse */
#include "lex.yy.c"
%}
%union{
INT iValue;
FLT fValue;
char * pStr;
nodeType *nPtr;
};
%token INTEGER
%token