| /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/testsuite/gcc.dg/ |
| c90-flex-array-1.c | 6 struct flex { int a; int b[]; }; /* { dg-bogus "warning" "warning in place of error" } */ struct
|
| c99-flex-array-3.c | 7 struct flex { int a; int b[]; }; struct 8 union rf1 { struct flex a; int b; }; 9 union rf2 { int a; struct flex b; }; 16 struct t0 { struct flex a; }; /* { dg-bogus "warning" "warning in place of error" } */ 27 void f0 (struct flex[]); /* { dg-bogus "warning" "warning in place of error" } */ 38 struct flex a0[1]; /* { dg-bogus "warning" "warning in place of error" } */
|
| pr15749-1.h | 1 /* Similar to c99-flex-array-3.c, but a system header so should not 6 struct flex { int a; int b[]; }; struct 7 union rf1 { struct flex a; int b; }; 8 union rf2 { int a; struct flex b; }; 12 struct t0 { struct flex a; }; 18 void f0 (struct flex[]); 24 struct flex a0[1];
|
| /sfw/usr/src/cmd/a2ps/a2ps-4.13/m4/ |
| lex.m4 | 5 dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT 8 AC_CHECK_PROGS(LEX, flex lex, [${am_missing_run}flex])
|
| /sfw/usr/src/cmd/automake/automake-1.10/automake-1.10/m4/ |
| lex.m4 | 14 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a 21 LEX=${am_missing_run}flex
|
| /sfw/usr/src/cmd/automake/automake-1.9.6/automake-1.9.6/m4/ |
| lex.m4 | 14 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a 21 LEX=${am_missing_run}flex
|
| /sfw/usr/src/cmd/erlang/otp_src_R12B-1/lib/megaco/src/ |
| subdirs.mk | 3 SUB_DIRECTORIES = app engine text flex binary tcp udp
|
| Makefile | 37 (cd flex && $(MAKE) $@)
|
| /sfw/usr/src/cmd/flex/flex-2.5.35/ |
| mkskel.sh | 3 # This file is part of flex. 25 /* File created from flex.skl via mkskel.sh */
|
| /sfw/usr/src/cmd/postgres/postgresql-8.2/postgresql-8.2.14/config/ |
| missing | 10 flex|bison) 11 # `missing flex|bison <input> <output>'
|
| /sfw/usr/src/cmd/postgres/postgresql-8.3/postgresql-8.3.8/config/ |
| missing | 10 flex|bison) 11 # `missing flex|bison <input> <output>'
|
| /sfw/usr/src/cmd/postgres/postgresql-8.4/postgresql-8.4.1/config/ |
| missing | 10 flex|bison) 11 # `missing flex|bison <input> <output>'
|
| /sfw/usr/src/cmd/flex/ |
| install-sfw | 49 _install L ../../bin/flex ${SFWPREFIX}/bin/flex 50 _install E flex ${BINDIR}/flex 555 56 # The flex manpage is updated by Sun to include a comment, an 67 _install M flex.1 ${MAN1DIR}/flex.1 444 69 for name in flex.info* 74 /usr/sfw/bin/install-info --dir-file=${INFODIR}/dir ${INFODIR}/flex.info 83 _install N ${cat} ${LOCALEDIR}/$i/LC_MESSAGES/flex.mo 44 [all...] |
| /sfw/usr/src/cmd/mysql-5-1/mysql-5.1.30-dtrace/storage/innobase/pars/ |
| make_flex.sh | 3 # generate lexer files from flex input files. 10 flex -o $TMPFILE pars0lex.l 16 # flex assigns a pointer to an int in one place without a cast, resulting in
|
| /sfw/usr/src/pkgdefs/SUNWflexlex/ |
| prototype_com | 39 f none usr/bin/flex 555 root bin 44 s none usr/sfw/bin/flex=../../bin/flex 47 f none usr/share/info/flex.info 444 root bin 48 f none usr/share/info/flex.info-1 444 root bin 49 f none usr/share/info/flex.info-2 444 root bin 53 f none usr/share/locale/ca/LC_MESSAGES/flex.mo 444 root other 56 f none usr/share/locale/da/LC_MESSAGES/flex.mo 444 root other 59 f none usr/share/locale/de/LC_MESSAGES/flex.mo 444 root other 62 f none usr/share/locale/es/LC_MESSAGES/flex.mo 444 root othe [all...] |
| /sfw/usr/src/lib/antlr2/antlr-2.7.7/examples/cpp/flexLexer/ |
| Makefile.in | 18 all: flex test 92 test1_cmd = $(objdir)/flex $(srcdir)/T.java 95 test1 : flex 106 flex : $(flex_obj_FILES) @ANTLR_LIB@ 118 ## How to make flex stuff 121 flex -o$(objdir)/lex.yy.c $< 158 @RMF@ *.o *.obj *.exe flex \
|
| /sfw/usr/src/cmd/doxygen/doxygen-1.5.7.1/src/ |
| doxytag.t | 20 LEX = flex
|
| /sfw/usr/src/cmd/ghostscript/ghostscript-8.64/contrib/pscolor/ |
| Makefile | 12 flex -l -8 instream.yy
|
| /sfw/usr/src/cmd/postgres/pgadmin/pgadmin3-1.10.0/pgadmin/pgscript/ |
| parser.sh | 9 # parser.sh - Runs Flex and Bison and processes the generated files 20 # Flex destination 45 # Generate Flex file 46 echo -n "+ Generating Flex output... " 47 flex -o"${LEXER}" "${SOURCEDIR}/pgsScanner.ll" 51 # "pgscript/FlexLexer.h" for the Flex output 52 echo -n "+ Processing Flex output... "
|
| /sfw/usr/src/cmd/erlang/otp_src_R12B-1/lib/megaco/src/flex/ |
| megaco_flex_scanner_handler.erl | 21 %% Purpose: Handle the flex scanner 77 {ok, #state{conf = {flex, Port}}}; 118 handle_info({'EXIT', Port, Error}, #state{conf = {flex, Port}} = S) -> 124 %% This is propably the old flex scanner, 154 {ok, State#state{conf = {flex, Port}}}; 158 {ok, State#state{conf = {flex, Port}}}; 163 update_flex_scanner({flex, Port}) -> 180 ?megaco_warning("Flex scanner handler: " ++ F, A). 183 ?megaco_error("Flex scanner handler: " ++ F, A).
|
| /sfw/usr/src/cmd/gcc/gcc-3.4.3/libf2c/libI77/ |
| lio.h | 55 flex; typedef in typeref:union:__anon4948
|
| /sfw/usr/src/cmd/postgres/postgresql-8.3/postgresql-8.3.8/src/backend/utils/misc/ |
| Makefile | 35 ifdef FLEX 36 $(FLEX) $(FLEXFLAGS) -o'$@' $< 38 @$(missing) flex $< $@
|
| /sfw/usr/src/cmd/postgres/postgresql-8.4/postgresql-8.4.1/src/backend/bootstrap/ |
| Makefile | 31 ifdef FLEX 32 $(FLEX) $(FLEXFLAGS) -o'$@' $< 34 @$(missing) flex $< $@
|
| /sfw/usr/src/cmd/postgres/postgresql-8.4/postgresql-8.4.1/src/backend/utils/misc/ |
| Makefile | 31 ifdef FLEX 32 $(FLEX) $(FLEXFLAGS) -o'$@' $< 34 @$(missing) flex $< $@
|
| /sfw/usr/src/cmd/doxygen/doxygen-1.5.7.1/addon/doxywizard/ |
| doxywizard.t | 16 LEX = flex
|