Searched refs:lex (Results 1 - 25 of 92) sorted by relevance

1234

/freebsd-10.0-release/share/doc/psd/16.lex/
H A DMakefile4 VOLUME= psd/16.lex
5 SRCS= lex.ms
/freebsd-10.0-release/usr.bin/lex/
H A DMakefile8 # Bootstrapping of lex is handled automatically.
12 PROG= lex
13 LINKS+= ${BINDIR}/lex ${BINDIR}/lex++
14 LINKS+= ${BINDIR}/lex ${BINDIR}/flex
15 LINKS+= ${BINDIR}/lex ${BINDIR}/flex++
29 MLINKS+= lex.1 flex.1
30 MLINKS+= lex.1 flex++.1
31 MLINKS+= lex.1 lex
[all...]
/freebsd-10.0-release/contrib/binutils/gas/
H A Dapp.c57 static char lex[256]; variable
81 #define IS_SYMBOL_COMPONENT(c) (lex[c] == LEX_IS_SYMBOL_COMPONENT)
82 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE)
83 #define IS_LINE_SEPARATOR(c) (lex[c] == LEX_IS_LINE_SEPARATOR)
84 #define IS_PARALLEL_SEPARATOR(c) (lex[c] == LEX_IS_PARALLEL_SEPARATOR)
85 #define IS_COMMENT(c) (lex[c] == LEX_IS_COMMENT_START)
86 #define IS_LINE_COMMENT(c) (lex[c] == LEX_IS_LINE_COMMENT_START)
87 #define IS_NEWLINE(c) (lex[c] == LEX_IS_NEWLINE)
101 lex[' '] = LEX_IS_WHITESPACE;
102 lex['\
[all...]
/freebsd-10.0-release/share/doc/psd/
H A DMakefile25 16.lex \
/freebsd-10.0-release/usr.bin/mklocale/
H A DMakefile5 SRCS= yacc.y lex.l y.tab.h
/freebsd-10.0-release/usr.sbin/kbdcontrol/
H A DMakefile6 SRCS= kbdcontrol.c lex.l
/freebsd-10.0-release/gnu/usr.bin/dtc/
H A DMakefile30 LEX= lex
32 OBJS+= dtc-parser.tab.o dtc-lexer.lex.o
34 CLEANFILES+= dtc-parser.tab.o dtc-lexer.lex.o dtc-parser.tab.c \
35 dtc-parser.tab.h dtc-lexer.lex.c ${DTCVERSIONFILE}
41 dtc-lexer.lex.o: dtc-lexer.lex.c dtc-parser.tab.h
48 dtc-lexer.lex.c: dtc-lexer.l
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dmissing45 flex create \`lex.yy.c', if possible, from existing .c
46 lex create \`lex.yy.c', if possible, from existing .c
139 lex|flex)
145 rm -f lex.yy.c
152 cp "$SRCFILE" lex.yy.c
157 if [ ! -f lex.yy.c ]; then
158 echo 'main() { return 0; }' >lex.yy.c
/freebsd-10.0-release/contrib/libpcap/
H A Drunlex.sh18 echo "Usage: runlex <lex/flex command to run> [ arguments ]" 1>&2
29 echo "Neither lex nor flex was found" 1>&2
38 outfile=lex.yy.c
110 # If it's lex, it doesn't support -o, so we just write to
111 # lex.yy.c and, if it succeeds, rename it to the right name,
112 # otherwise we remove lex.yy.c.
114 # write to lex.yy.c, it writes to a lex.{prefix from -P}.c.
172 # No. Get rid of any lex.yy.c file we generated, and
175 rm -f lex
[all...]
/freebsd-10.0-release/kerberos5/tools/asn1_compile/
H A DMakefile21 lex.l \
28 CLEANFILES= roken.h lex.c parse.c
/freebsd-10.0-release/kerberos5/tools/slc/
H A DMakefile11 slc-lex.l
15 CLEANFILES= roken.h slc-gram.c slc-lex.c
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentBriefParser.h40 L.lex(Tok);
/freebsd-10.0-release/usr.bin/compile_et/
H A DMakefile8 SRCS= compile_et.c parse.y lex.l
/freebsd-10.0-release/contrib/atf/admin/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
120 lex*|yacc*)
241 lex*|flex*)
247 rm -f lex.yy.c
254 cp "$SRCFILE" lex.yy.c
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
/freebsd-10.0-release/contrib/binutils/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/freebsd-10.0-release/contrib/ipfilter/iplang/
H A DMakefile22 lex iplang_l.l
23 mv lex.yy.c $(DESTDIR)/iplang_l.c
31 /bin/rm -f *.o lex.yy.c y.tab.c y.tab.h
/freebsd-10.0-release/contrib/libyaml/config/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
121 lex*|yacc*)
251 lex*|flex*)
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c
/freebsd-10.0-release/contrib/ntp/arlib/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/freebsd-10.0-release/contrib/ntp/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/freebsd-10.0-release/contrib/ofed/libibcm/config/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/freebsd-10.0-release/contrib/ofed/librdmacm/config/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/freebsd-10.0-release/contrib/openbsm/config/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/freebsd-10.0-release/contrib/sqlite3/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/freebsd-10.0-release/crypto/heimdal/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
121 lex*|yacc*)
251 lex*|flex*)
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c

Completed in 131 milliseconds

1234