代码搜索结果

找到约 10,000 项符合 L 的代码

lex.l

%Start DOTSON %{ #include #include "defs" #undef INITIAL #include "tokdefs" typedef union { int ival; ptr pval; } YYSTYPE; extern YYSTYPE yylval; YYSTYPE prevl; int prevv; char *copys(); st

mod.l

.\"#@(#)mod.l 4.1 Ultrix 7/17/90 .TH MOD l "1 February 1984" .SH NAME mod \- Modula-2 compiler .SH SYNOPSIS .B mod [ options ] name ... .SH DESCRIPTION .I Mod is a Modula-2 compiler. It compiles one o

ic.l

%{ #ifndef lint static char lSccsid[] = "@(#)ic.l 4.1 (ULTRIX) 7/17/90"; #endif /* * ic -- lexical analysis */ #include "ic.h" #include "y.tab.h" #define LAST(v) (v - 1 + sizeof v / sizeof v[0])

doctor.l

; @(#)doctor.l 4.3 (Berkeley) 7/26/83 ; (eval-when (eval) (cvttomaclisp)) ; these functions are franz only. ; to make doctor: ; liszt -mr -o doctor doctor.l (declare (special endtime starttime tick

lconfig.l

%{ /* * @(#)lconfig.l 4.2 (ULTRIX) 9/10/90 */ /************************************************************************ * * * Copyright (c) 1984,86,88 by * * Digital Equipment Co

installparse.l

/* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of

scan.l

%{ /********************************************************************** * scan.l - Scanner for the PL/pgSQL * procedural language * * IDENTIFICATION * $Header: /usr/local/cvsroot/pgsql

bootscanner.l

%{ /*------------------------------------------------------------------------- * * bootscanner.lex * a lexical scanner for the bootstrap parser * * Copyright (c) 1994, Regents of the University

scan.l

%{ /*------------------------------------------------------------------------- * * scan.l * lexical scanner for POSTGRES * * Copyright (c) 1994, Regents of the University of California * * *

java.l

%{ #include "JavaTokenTypes.hpp" extern void newLine(); %} HexDigit [0-9a-fA-F] Digit [0-9] OctalDigit [0-7] NonZeroDigit [1-9] AnyButSlash [^\/] AnyButAstr [^\*] Unicode [\\][u]{HexDigit}