代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/101052/15855942
l lexer.l
%{
/***** uno: lexer.l *****/
/* Copyright (c) 2000-2003 by Lucent Technologies - Bell Laboratories */
/* All Rights Reserved. This software is for educational purposes only. */
/* Permission i
www.eeworm.com/read/100407/15874561
l lexer.l
%{
#include
#include "mdbsql.h"
#include "parser.h"
extern MdbSQL *g_sql;
%}
%%
select { return SELECT; }
from { return FROM; }
connect { return CONNECT; }
to { return TO; }
list { ret
www.eeworm.com/read/100129/15883289
l scan.l
/* scan.l - scanner for flex input */
%{
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkel
www.eeworm.com/read/100128/15883327
l scan.l
/* scan.l - scanner for flex input */
%{
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkele
www.eeworm.com/read/100128/15883331
l testxxlexer.l
// An example of using the flex C++ scanner class.
%option C++ noyywrap
%{
int mylineno = 0;
%}
string \"[^\n"]+\"
ws [ \t]+
alpha [A-Za-z]
dig [0-9]
name ({alpha}|{dig}|\$)({alpha}|{dig}|\_|\.|
www.eeworm.com/read/100128/15883356
l fixit.l
%{
/* fixit.l - convert long external names to names of 8-bytes or less */
/*
* This program is included to satisfy "dumb" compilers/linkers which
* do not know about externals of names longer tha
www.eeworm.com/read/100128/15883357
l unfixit.l
%{
/* unfixit.l - convert shortened external names to names back to their
* original names. (See fixit.l)
*/
/*
* This program is included to satisfy "dumb" compilers/linkers which
www.eeworm.com/read/100097/15885278
l efaxfont.l
www.eeworm.com/read/100078/15886012
l cmdlex.l
%{ /* -*- fundamental -*- */
/* lexer spec. for modemu command mode */
#include "cmdlex.h" /*Cmdstat*/
#include "defs.h" /*->atcmd.h (uchar)*/
#include "atcmd.h" /*(atcmdDAddr)*/
#if 0
static struct
www.eeworm.com/read/100077/15886146
l mkoldproto.l
/* CHK=0x5793 */
%{
char *rev = "1.00";
/*+-------------------------------------------------------------------------
mkoldproto.c.{l,c} - make "old" style prototypes from "new" kind
cc -Zg source.c