代码搜索结果
找到约 10,000 项符合
L 的代码
testxxlexer.l
// An example of using the flex C++ scanner class.
%{
int mylineno = 0;
%}
string \"[^\n"]+\"
ws [ \t]+
alpha [A-Za-z]
dig [0-9]
name ({alpha}|{dig}|\$)({alpha}|{dig}|\_|\.|\-|\/|\$)*
num1 [-+]?{
textlex.l
%{
/*
* Copyright (c) 1984, 1985, 1986 Xerox Corp.
*
* texttoip - convert a textual representation of interpress to a real
* interpress file. The text produced by "iptotext" is the input
l.c
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Rodney Ruddock of the Unive
commands.l
%{
/*
* ++Copyright++ 1985
* -
* Copyright (c) 1985
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or witho
c.l
CFLAGS =
DEST = .
EXTHDRS =
HDRS =
INSTALL = cp
LIBRARY = lib.a
MAKEFILE = Makefile
OBJS =
PRINT = pr
SHELL = /bin/sh
SRCS =
c++.l
CXXFLAGS =
DEST = .
EXTHDRS =
HDRS =
INSTALL = cp
LIBRARY = lib.a
MAKEFILE = Makefile
OBJS =
PRINT = pr
SHELL = /bin/sh
SRCS =
c.l
CFLAGS =
DEST = .
EXTHDRS =
HDRS =
INSTALL = cp
LIBRARY = lib.a
MAKEFILE = Makefile
OBJS =
PRINT = pr
SHELL = /bin/sh
SRCS =
c++.l
CXXFLAGS =
DEST = .
EXTHDRS =
HDRS =
INSTALL = cp
LIBRARY = lib.a
MAKEFILE = Makefile
OBJS =
PRINT = pr
SHELL = /bin/sh
SRCS =
c.l
CFLAGS =
DEST = .
EXTHDRS =
HDRS =
INSTALL = /etc/install
LIBRARY = lib.a
MAKEFILE = Makefile
OBJS =
PRINT = pr
SHELL = /bin/sh
SRC
convert.l
#include "../h/cons.h"