代码搜索:lex
找到约 2,769 项符合「lex」的源代码
代码结果 2,769
www.eeworm.com/read/280581/10312693
lex
www.eeworm.com/read/402814/7097786
lex
www.eeworm.com/read/144211/5753150
lex
#------------------------------------------------------------------------------
# lex: file(1) magic for lex
#
# derived empirically, your offsets may vary!
53 string yyprevious C program text (fro
www.eeworm.com/read/137956/5817917
lex
#include
#include
#include
#include "cpp.h"
/*
* lexical FSM encoding
* when in state state, and one of the characters
* in ch arrives, enter nextstate.
* St
www.eeworm.com/read/131315/5937552
lex
# derived empirically, your offsets may vary!
53 string yyprevious c program text (from lex)
>3 string >\0 for %s
www.eeworm.com/read/263111/11375302
lex
%{
#include
#include
#include
#include "head.h"
#include "yacc.tab.h"
extern void yyerror(char *);
extern symrec * sym_table;
symrec *putsym(char const *,int,d
www.eeworm.com/read/276929/4160902
lex
#------------------------------------------------------------------------------
# lex: file(1) magic for lex
#
# derived empirically, your offsets may vary!
53 string yyprevious C program text (fro
www.eeworm.com/read/131315/5946018
l et_lex.lex.l
%{
extern int yylineno;
int yylineno = 1;
%}
PC [^\"\n]
AN [A-Z_a-z0-9]
%%
error_table return ERROR_TABLE;
et return ERROR_TABLE;
error_code return ERROR_CODE_ENTRY;
ec return ERROR_CODE_ENTRY;
en
www.eeworm.com/read/306677/3735408
c lex.soapcpp2_lex.c
#line 2 "lex.soapcpp2_lex.c"
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
* $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $
*/
#
www.eeworm.com/read/192268/8390347
l lex.l
%{
#include "y.tab.h"
#define MAX_STR_CONST 256
int yywrap (void)
{
return 1;
}
%}
%x l_str
%pointer
%%
static char stringbuf[MAX_STR_CONST];
char *string_buf_ptr;
int string_caller;
i