代码搜索结果
找到约 10,000 项符合
Y 的代码
expr.y
/* Yacc productions for "expr" command: */
%token OR AND ADD SUBT MULT DIV REM EQ GT GEQ LT LEQ NEQ
%token A_STRING SUBSTR LENGTH INDEX NOARG MATCH
/* operators listed below in increasing precedence
timefmt.y
%{
/*
* Project : tin - a threaded Netnews reader
* Module : parsedate.y
* Author : S.Bellovin & R.$alz & J.Berets & P.Eggert
* Created : 01-08-90
* Updated : 04-12-92
* Notes
parser.y
%{
#include
#include
#include "v86bios.h"
#include "pci.h"
#define YYSTYPE unsigned long
#define MAX_VAR 0x20
CARD32 var[MAX_VAR];
CARD32 var_mem;
i86biosReg
cond.y
%{
/*
* Implementation of the Microsoft Installer (msi.dll)
*
* Copyright 2003 Mike McCormack for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify
sql.y
%{
/*
* Implementation of the Microsoft Installer (msi.dll)
*
* Copyright 2002-2004 Mike McCormack for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* mo
playlist.y
%{
#include
%}
%token T_PLAYLIST T_TRACK T_STRING
%%
play_list:
| T_PLAYLIST T_STRING '{' track_list '}'
;
track_list:
| track_list track
;
track: T_TRACK T_STRING
;
%%
playlist.y
%{
#include
%}
%token T_PLAYLIST T_TRACK T_STRING
%%
play_list:
| T_PLAYLIST T_STRING '{' track_list '}'
;
track_list:
| track_list track
;
track: T_TRACK T_STRING
;
%%
playlist.y
%{
#include
%}
%token T_PLAYLIST T_TRACK T_STRING
%%
play_list:
| T_PLAYLIST T_STRING '{' track_list '}'
;
track_list:
| track_list track
;
track: T_TRACK T_STRING
;
%%
playlist.y
%{
#include
%}
%token T_PLAYLIST T_TRACK T_STRING
%%
play_list:
| T_PLAYLIST T_STRING '{' track_list '}'
;
track_list:
| track_list track
;
track: T_TRACK T_STRING
;
%%
playlist.y
%{
#include
%}
%token T_PLAYLIST T_TRACK T_STRING
%%
play_list:
| T_PLAYLIST T_STRING '{' track_list '}'
;
track_list:
| track_list track
;
track: T_TRACK T_STRING
;
%%