代码搜索结果
找到约 10,000 项符合
L 的代码
mylex.l
%{
#include
#include
#include
#include
#define false 0
#define ture 1
#include "myYacc.tab.h"
extern int lexverbose;
extern int linecount;
%}
digit
l.htm
L
Functions - L
[index]
scan.l
%{
#include
#include "RT.h"
#include "gram.tab.h"
%}
ws [ \t]+
comment #[^\n]*
id [a-zA-Z][a-zA-Z0-9]*
nl [\r\n]
int "-"?[0-9]+
dubl "-"?[0-9]+"."[0-9]+
%%
scan.l
%{
#include
#include "RT.h"
#include "gram.tab.h"
%}
ws [ \t]+
comment #[^\n]*
id [a-zA-Z][a-zA-Z0-9]*
nl [\r\n]
int "-"?[0-9]+
dubl "-"?[0-9]+"."[0-9]+
%%
scan.l
%{
#include
#include "BT.h"
#include "gram.tab.h"
%}
ws [ \t]+
comment #[^\n]*
qstring \"[^\"\n]*[\"\n]
id [a-zA-Z][a-zA-Z0-9]*
nl [\r\n]
int "-"?[0-9]+
%%
{ws} ;
{
ndmpgetfd.l
.\" Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved.
.\" $Id: ndmpGetFd.l,v 1.3 1997/02/01 09:50:33 tim Exp $
'\"macro stdmacro
.nr X
.TH ndmpGetFd l "02 Jan 1997"
.SH NAME
ndmpGet
ndmpfreemessage.l
.\" Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved.
.\" $Id: ndmpFreeMessage.l,v 1.3 1997/02/01 09:50:32 tim Exp $
'\"macro stdmacro
.nr X
.TH ndmpFreeMessage l "02 Jan 1997"
.SH
ndmpsetversion.l
.\" Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved.
.\" $Id: ndmpSetVersion.l,v 1.3 1997/02/01 09:50:37 tim Exp $
'\"macro stdmacro
.nr X
.TH ndmpSetVersion l "02 Jan 1997"
.SH NA