代码搜索结果

找到约 10,000 项符合 L 的代码

scan.l

/* scan.l - scanner for flex input */ %{ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkele

testxxlexer.l

// An example of using the flex C++ scanner class. %option C++ noyywrap %{ int mylineno = 0; %} string \"[^\n"]+\" ws [ \t]+ alpha [A-Za-z] dig [0-9] name ({alpha}|{dig}|\$)({alpha}|{dig}|\_|\.|

fixit.l

%{ /* fixit.l - convert long external names to names of 8-bytes or less */ /* * This program is included to satisfy "dumb" compilers/linkers which * do not know about externals of names longer tha

unfixit.l

%{ /* unfixit.l - convert shortened external names to names back to their * original names. (See fixit.l) */ /* * This program is included to satisfy "dumb" compilers/linkers which