Searched refs:lex (Results 26 - 50 of 116) sorted by relevance

12345

/freebsd-9.3-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-9.3-release/gnu/usr.bin/groff/src/preproc/pic/
H A DMakefile4 SRCS= lex.cpp main.cpp object.cpp pic.cpp pic_tab.h \
/freebsd-9.3-release/contrib/gdb/
H A Dmissing72 flex create \`lex.yy.c', if possible, from existing .c
74 lex create \`lex.yy.c', if possible, from existing .c
216 lex|flex)
222 rm -f lex.yy.c
229 cp "$SRCFILE" lex.yy.c
234 if [ ! -f lex.yy.c ]; then
235 echo 'main() { return 0; }' >lex.yy.c
/freebsd-9.3-release/contrib/bmake/mk/sys/
H A DAIX.mk60 LEX= lex
171 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
172 rm -f lex.yy.c
175 mv lex.yy.c ${.TARGET}
178 ${COMPILE.c} -o ${.TARGET} lex.yy.c
179 rm -f lex.yy.c
H A DDarwin.mk69 LEX?= lex
194 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
195 rm -f lex.yy.c
198 mv lex.yy.c ${.TARGET}
201 ${COMPILE.c} -o ${.TARGET} lex.yy.c
202 rm -f lex.yy.c
H A DGeneric.mk73 LEX?= lex
181 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
182 rm -f lex.yy.c
185 mv lex.yy.c ${.TARGET}
188 ${COMPILE.c} -o ${.TARGET} lex.yy.c
189 rm -f lex.yy.c
H A DIRIX.mk61 LEX?= lex
173 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
174 rm -f lex.yy.c
177 mv lex.yy.c ${.TARGET}
180 ${COMPILE.c} -o ${.TARGET} lex.yy.c
181 rm -f lex.yy.c
H A DLinux.mk63 LEX= lex
174 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
175 rm -f lex.yy.c
178 mv lex.yy.c ${.TARGET}
181 ${COMPILE.c} -o ${.TARGET} lex.yy.c
182 rm -f lex.yy.c
H A DNetBSD.mk96 LEX?= lex
208 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
209 rm -f lex.yy.c
212 mv lex.yy.c ${.TARGET}
215 ${COMPILE.c} -o ${.TARGET} lex.yy.c
216 rm -f lex.yy.c
H A DOSF1.mk70 LEX= lex
185 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
186 rm -f lex.yy.c
189 mv lex.yy.c ${.TARGET}
192 ${COMPILE.c} -o ${.TARGET} lex.yy.c
193 rm -f lex.yy.c
H A DOpenBSD.mk71 LEX?= lex
183 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
184 rm -f lex.yy.c
187 mv lex.yy.c ${.TARGET}
190 ${COMPILE.c} -o ${.TARGET} lex.yy.c
191 rm -f lex.yy.c
H A DSunOS.mk91 LEX= lex
206 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
207 rm -f lex.yy.c
210 mv lex.yy.c ${.TARGET}
213 ${COMPILE.c} -o ${.TARGET} lex.yy.c
214 rm -f lex.yy.c
H A DHP-UX.mk94 LEX= lex
211 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
212 rm -f lex.yy.c
215 mv lex.yy.c ${.TARGET}
218 ${COMPILE.c} -o ${.TARGET} lex.yy.c
219 rm -f lex.yy.c
H A DUnixWare.mk79 LEX?= lex
228 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
229 rm -f lex.yy.c
232 mv lex.yy.c ${.TARGET}
235 ${COMPILE.c} -o ${.TARGET} lex.yy.c
236 rm -f lex.yy.c
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddst_parse.c42 #include <isc/lex.h>
382 dst__privstruct_parse(dst_key_t *key, unsigned int alg, isc_lex_t *lex, argument
399 #define NEXTTOKEN(lex, opt, token) \
401 ret = isc_lex_gettoken(lex, opt, token); \
406 #define READLINE(lex, opt, token) \
408 ret = isc_lex_gettoken(lex, opt, token); \
418 NEXTTOKEN(lex, opt, &token);
426 NEXTTOKEN(lex, opt, &token);
449 READLINE(lex, opt, &token);
454 NEXTTOKEN(lex, op
[all...]
H A Dmaster.c25 #include <isc/lex.h>
118 isc_lex_t *lex; member in struct:dns_loadctx
270 GETTOKEN(lctx->lex, 0, &token, ISC_TRUE); \
272 isc_lex_ungettoken(lctx->lex, &token); \
352 gettoken(isc_lex_t *lex, unsigned int options, isc_token_t *token, argument
359 result = isc_lex_gettoken(lex, options, token);
368 isc_lex_getsourcename(lex),
369 isc_lex_getsourceline(lex),
380 isc_lex_getsourcename(lex),
381 isc_lex_getsourceline(lex),
512 loadctx_create(dns_masterformat_t format, isc_mem_t *mctx, unsigned int options, isc_uint32_t resign, dns_name_t *top, dns_rdataclass_t zclass, dns_name_t *origin, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, isc_lex_t *lex, dns_loadctx_t **lctxp) argument
2670 dns_master_loadlexer(isc_lex_t *lex, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, dns_rdatacallbacks_t *callbacks, isc_mem_t *mctx) argument
2694 dns_master_loadlexerinc(isc_lex_t *lex, dns_name_t *top, dns_name_t *origin, dns_rdataclass_t zclass, unsigned int options, dns_rdatacallbacks_t *callbacks, isc_task_t *task, dns_loaddonefunc_t done, void *done_arg, dns_loadctx_t **lctxp, isc_mem_t *mctx) argument
[all...]
/freebsd-9.3-release/gnu/usr.bin/cc/libcpp/
H A DMakefile13 files.c identifiers.c init.c lex.c line-map.c macro.c \
/freebsd-9.3-release/gnu/usr.bin/groff/src/preproc/eqn/
H A DMakefile4 SRCS= eqn.cpp eqn_tab.h main.cpp lex.cpp \
/freebsd-9.3-release/contrib/bmake/mk/
H A Dautodep.mk97 @${SHELL} -ec "${CC_MD} -M ${CPPFLAGS_MD} lex.yy.c | sed '/:/s/^/$@ /' > $@" || { ${RM} -f lex.yy.c $@; false; }
98 @${RM} -f lex.yy.c
119 ${CC_MD} ${CFLAGS_MD:S/D//} ${CPPFLAGS_MD} lex.yy.c > $@ || { ${RM} -f lex.yy.c $@; false; }
120 ${RM} -f lex.yy.c
/freebsd-9.3-release/contrib/one-true-awk/
H A Dmakefile39 OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o
41 SOURCE = awk.h ytab.c ytab.h proto.h awkgram.y lex.c b.c main.c \
44 LISTING = awk.h proto.h awkgram.y lex.c b.c main.c maketab.c parse.c \
/freebsd-9.3-release/contrib/openpam/
H A Dmissing58 bison yacc flex lex help2man
171 lex*|flex*)
/freebsd-9.3-release/gnu/usr.bin/groff/src/devices/xditview/
H A DMakefile4 SRCS= device.c draw.c Dvi.c font.c lex.c page.c parse.c xditview.c
/freebsd-9.3-release/kerberos5/tools/slc/
H A DMakefile10 slc-lex.l \
/freebsd-9.3-release/usr.bin/awk/
H A DMakefile7 SRCS= awkgram.y b.c lex.c lib.c main.c parse.c proctab.c run.c tran.c ytab.h
/freebsd-9.3-release/usr.bin/csup/
H A DMakefile15 lex.rcs.c \

Completed in 102 milliseconds

12345