代码搜索:Lex
找到约 2,769 项符合「Lex」的源代码
代码结果 2,769
www.eeworm.com/read/457234/7330544
c lex.c
#line 3 "lex.c"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLEX_SUB
www.eeworm.com/read/457234/7330546
h lex.h
#ifndef __LEX_H__
#define __LEX_H__
void *lex_current_buffer();
int lex_current_buffer_pos();
void lex_switch_buffer(void *buffer);
void lex_delete_buffer(void *buffer);
void *lex_scan_string_buffer(
www.eeworm.com/read/457234/7330552
l lex.l
%{
#define USE_PURE_PARSER
#ifdef USE_PURE_PARSER
#define YY_DECL int yylex (YYSTYPE *lvalp)
#define YY_LVALP lvalp
#else
#define YY_LVALP (&yylval)
#endif
/* get current pos (offset from start of
www.eeworm.com/read/456028/7359583
ncb lex.ncb
www.eeworm.com/read/456028/7359584
cpp lex.cpp
#include
#include
#include
#include
using namespace std;
int colume=0;
int *ERROR=new int [100];
int error=0;
struct table
{
string *pst;
int size;
int
www.eeworm.com/read/456028/7359591
dsp lex.dsp
# Microsoft Developer Studio Project File - Name="LEX" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
www.eeworm.com/read/456028/7359595
pch lex.pch
www.eeworm.com/read/456028/7359596
ilk lex.ilk
www.eeworm.com/read/456028/7359603
pdb lex.pdb
www.eeworm.com/read/456028/7359604