HomeSort by relevance Sort by last modified time
    Searched full:flex (Results 1 - 25 of 279) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebKitTools/android/flex-2.5.4a/
libyywrap.c 1 /* libyywrap - flex run-time support library "yywrap" function */
3 /* $Header: /home/daffy/u0/vern/flex/RCS/libyywrap.c,v 1.1 93/10/02 15:23:09 vern Exp $ */
libmain.c 1 /* libmain - flex run-time support library "main" function */
3 /* $Header: /home/daffy/u0/vern/flex/RCS/libmain.c,v 1.4 95/09/27 12:47:55 vern Exp $ */
README 1 This is release 2.5 of flex. See "version.h" for the exact patch-level.
3 See the file "NEWS" to find out what is new in this Flex release.
8 flex; then "make check" to test whether it built correctly; and if it did,
14 Note that flex is distributed under a copyright very similar to that of
26 The flex distribution consists of the following files:
34 COPYING flex's copyright
44 version.h version of this flex release
46 flex.skl flex scanner skeleton
47 mkskel.sh script for converting flex.skl to C source file skel.
    [all...]
mkskel.sh 4 /* File created from flex.skl via mkskel.sh */
Makefile.in 1 # @(#) $Header: /home/daffy/u0/vern/flex/RCS/Makefile.in,v 1.45 96/09/10 16:59:04 vern Exp $ (LBL)
7 # By default, flex generates 8-bit scanners when using table compression,
9 # For flex to always generate 8-bit scanners, add "-DDEFAULT_CSIZE=256"
24 # rooted at prefix. flex will be installed in bindir, libfl.a in
41 FLEX = flex
81 configure.in conf.in Makefile.in mkskel.sh flex.skl \
83 flex.1 scan.c install.sh mkinstalldirs configure
85 DIST_NAME = flex
87 # which "flex" to use to generate scan.c from scan.
    [all...]
COPYING 0 Flex carries the copyright used for BSD software, slightly modified
33 remove this notice or take advantage of the University's (or the flex
36 Note that the "flex.skl" scanner skeleton carries no copyright notice.
37 You are free to do whatever you please with scanners generated using flex;
  /prebuilt/darwin-x86/flex/
PREBUILT 4 http://prdownloads.sourceforge.net/flex/flex-2.5.4a.tar.gz?download
  /prebuilt/linux-x86/flex/
PREBUILT 4 http://prdownloads.sourceforge.net/flex/flex-2.5.4a.tar.gz?download
  /prebuilt/windows/flex/
PREBUILT 4 http://prdownloads.sourceforge.net/flex/flex-2.5.4a.tar.gz?download
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
README 1 Miscellaneous flex stuff. The items which have been tested with flex 2.5 are:
3 - texinfo/, a subdirectory containing a "texinfo" version of flex(1)
7 run-time support, and installation notes for building flex 2.5
16 - OS2/ - Makefile and config.h for building flex under OS/2,
19 - Amiga/: notes on building flex for the Amiga, contributed
24 copy these into the main flex source directory instead.
26 - flex.man - preformatted version of flex man page
29 The following have been tested using flex 2.4
    [all...]
flex.man 4 FLEX(1) USER COMMANDS FLEX(1)
9 flex - fast lexical analyzer generator
12 flex [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix
16 This manual describes flex, a tool for generating programs
28 the extended regular expressions used by flex
37 details regarding the scanner that flex produces;
58 connecting flex scanners together with yacc parsers
70 FLEX(1) USER COMMANDS FLEX(1
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
README.VMS 1 Brief instructions for building flex 2.5.x for VMS:
18 3) MMS /MACRO=("VAXC=1") FLEX.EXE
24 3) MMS /MACRO=("GNUC=1") FLEX.EXE
27 3) MMS /MACRO=("DECC=1") FLEX.EXE
42 5) copy flex.exe, flex.doc, flex.skl, flexlib.olb, and FlexLexer.h to
43 location(s) appropriate for your site. To use flex, define a "foreign"
45 immediately followed by the filename for flex.exe, as in
46 $ flex :== $local_tools:flex.ex
    [all...]
descrip.mms 1 # descrip.mms -- makefile for building `flex' using MMS or MMK on VMS;
3 # flex 2.5.0 Jan'95
11 # For flex to always generate 8-bit scanners, append
79 FLEX =flex.exe
119 configure.in conf.in Makefile.in mkskel.sh flex.skl \
121 flex.1 scan.c install.sh mkinstalldirs configure
123 DIST_NAME = flex
125 # flex options to use when generating scan.c from scan.l
128 # which "flex" to use to generate scan.c from scan.
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Amiga/
README.amiga 3 the FLEX 2.5.1 program up and running on the Commodore AMIGA with the
6 standard installation of FLEX 2.5.1.
9 FILES ADDED FOR INSTALLING FLEX 2.5.1 ON THE AMIGA
11 The standard distribution of FLEX 2.5.1 is assumed to be installed on
17 are applied in the form of `change files'. For installing FLEX 2.5.1 on
29 HOW TO INSTALL FLEX 2.5.1 ON THE AMIGA
31 Copy all files from ./MISC/Amiga to the root directory of the FLEX 2.5.1
34 preliminary version of FLEX 2.5.1 without using itself.
36 WARNING: Don't say "make flex" yet. Any pre-2.5 version of FLEX will fai
    [all...]
SMakefile 10 # For flex to always generate 8-bit scanners, add "-DDEFAULT_CSIZE=256"
24 # rooted at prefix. flex will be installed in bindir, libfl.lib in
40 FLEX = flex
82 configure.in conf.in Makefile.in mkskel.sh skel.c flex.skl \
84 flex.1 scan.c install.sh mkinstalldirs configure
86 DIST_NAME = flex
88 # which "flex" to use to generate scan.c from scan.l
89 FLEX_EXEC = ./$(FLEX)
96 all: $(FLEX)
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/
Turbo-C 30 # make file for "flex" tool
39 # LINK = $(CC) $(CFLAGS) -o flex $(LDFLAGS) $(FLEXOBJS)
41 # SKELETON_FILE = flex.skel
45 # FLEX = ./flex
57 LINK = tlink @flex.lnk/c/x/v/3/ye
59 SKELETON_FILE = flex.skl
64 FLEX = flex
117 flex.exe: $(FLEXOBJS
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
THINK_C_notes 1 Notes on the THINK C version of Flex 2.4.6
5 The only changes needed to compile Flex 2.4.6 under Symantec C++ 6.0 was
10 description of how to make Flex generate output of type 'KAHL'. Also, 4-byte
11 ints must be used by any project which uses Flex output.
17 files that flex creates to have 'KAHL' as the creator you'll need to apply
20 Notes on the THINK C version of Flex 2.3.7
24 I have merged the sources for Flex version 2.3.7 with the older version
35 Notes on the THINK C version of Flex
41 Flex appears to be covered by a copyright notice from the University of
59 original Flex source code had been written for an ANSI-compliant C compiler
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MSDOS/
MSC70.make 2 # make file for "flex" tool
3 # @(#) $Header: /usr/fsys/odin/a/vern/flex/RCS/Makefile,v 2.9 90/05/26 17:28:44
14 SKELFLAGS = -DDEFAULT_SKELETON_FILE=\"c:/src/flex/flex.skl\"
19 FLEX = .\flex.exe
62 all : flex.exe
67 flex.exe : $(FLEXOBJS1) $(FLEXOBJS2)
75 @echo compiling first flex
76 $(MAKE) flex.exe
    [all...]
djgpp.sed 9 /^flex/ s/\.bootstrap//
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/NT/
Makefile 2 # make file for "flex" tool
3 # @(#) $Header: /usr/fsys/odin/a/vern/flex/RCS/Makefile,v 2.9
14 SKELFLAGS = -DDEFAULT_SKELETON_FILE=\"c:/src/flex/flex.skl\"
19 FLEX = .\flex.exe
54 all : flex.exe
56 flex.exe : $(FLEXOBJS)
62 @echo compiling first flex
63 $(MAKE) flex.exe
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/OS2/
Makefile.os2 1 # make file for "flex" tool, emx+gcc
4 $(MAKE) -f Makefile.os2 flex.exe \
8 $(MAKE) -f Makefile.os2 flex.exe \
14 FLEX = flex
27 flex.exe : $(FLEXOBJS) $(FLEXLIB)
32 $(MAKE) $(MFLAGS) flex
42 $(FLEX) $(FLEX_FLAGS) $(COMPRESSION) scan.l >scan.c
58 skel.c: flex.skl mkskel.sh
59 $(SHELL) mkskel.sh flex.skl >skel.c
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
Makefile 2 # Makefile for flex 2.5.0.6 (beta) with Borland C/C++ version 4.02
5 # generators. See definitions for FLEX and YACC near the bottom of the
8 # This makefile builds initflex.exe and flex.exe by default. It
9 # removes initflex.exe after making flex.exe. After that, you may
10 # choose to try alternate compression options for your everyday flex
13 # This will build flex with the large model. Don't use huge, but if you
33 all: initflex.exe flex.exe
113 flex.exe: $(OBJS)
127 FLEX = .\initflex
131 $(FLEX) $(FLEX_FLAGS) scan.l >scan.tm
    [all...]
  /external/webkit/WebCore/rendering/style/
StyleFlexibleBoxData.cpp 30 : flex(RenderStyle::initialBoxFlex())
42 , flex(o.flex)
54 return flex == o.flex && flex_group == o.flex_group &&
  /external/webkit/WebCore/css/
maketokenizer 22 /* This file is mostly data generated by flex. Unfortunately flex
27 flex generated code, using as little editing as possible.
29 The flex syntax to generate the lexer are more or less directly
33 To regenerate, run flex on tokenizer.flex. After this, copy the
74 # Skip over the flex output prologue: the above typedefs, forward declarations, etc.
87 # Skip down the the declaration of yytext; the body of the flex output begins after it.
125 # flex outputs a ton of logic related to end-of-buffer handling; we just want to fall through to
127 # the terminating double-NUL so that subsequent calls to flex will have the pointers in order
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
wc1.l 1 /* First cut at a flex-based "wc" tool. */

Completed in 506 milliseconds

1 2 3 4 5 6 7 8 91011>>