代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/136786/5866407
h l1.h
/* $Id$
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright
www.eeworm.com/read/135941/5876178
h l1.h
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1992
www.eeworm.com/read/135582/5885094
l t2.l
%{
#include "t1.h"
#include
#include
char* putSymbol( char *_name );
char* putString( char *_name );
int yywrap();
void initFlex( const char *_code );
%}
DIGIT [0-9]
ID
www.eeworm.com/read/135153/5887143
l7200 config.l7200
####################################################################
# Microwindows and Nano-X configuration file
#
# This package can be configured to run on Linux (MIPS, ARM, POWERPC or x86)
# UNIX,
www.eeworm.com/read/133772/5901665
l policy_token.l
//==========================================================================
//
// src/policy_token.l
//
//==========================================================================
//####BS
www.eeworm.com/read/133329/5905874
l dt_lex.l
%{
/*
* Copyright 2005 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only.
www.eeworm.com/read/132069/5921157
h l3.h
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0/RPSL 1.0
*
* Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the
www.eeworm.com/read/131315/5931418
c log__l.c
/*
* Copyright (c) 1985, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/131315/5934896
l fsi_lex.l
%{
/*
* Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989, 1993
* The Regents of the University of California. All r
www.eeworm.com/read/131315/5936851
l wc5.l
/* Oops; slight change from wc3.l introduces backtracking */
ws [ \t]
nonws [^ \t\n]
word {ws}*{nonws}+
words {word}{ws}+
%%
int cc = 0, wc = 0, lc = 0;
{word}{ws}* cc += yyleng; ++wc;
{word}