Home
last modified time | relevance | path

Searched refs:LEX (Results 1 – 25 of 92) sorted by relevance

1234

/openbsd/share/mk/
H A Dsys.mk59 LEX?= lex
61 LEX.l?= ${LEX} ${LFLAGS}
188 ${LEX.l} -o lex.${.PREFIX}.c ${.IMPSRC}
192 ${LEX.l} -o ${.TARGET} ${.IMPSRC}
194 ${LEX.l} -o lex.${.PREFIX}.c ${.IMPSRC}
/openbsd/gnu/usr.bin/binutils/ld/
H A Dconfigure4393 if test -n "$LEX"; then
4408 LEX="$ac_cv_prog_LEX"
4409 if test -n "$LEX"; then
4410 echo "$ac_t""$LEX" 1>&6
4415 test -n "$LEX" && break
4417 test -n "$LEX" || LEX=""$missing_dir/missing flex""
4442 LEX="$ac_cv_prog_LEX"
4443 if test -n "$LEX"; then
4451 case "$LEX" in
4505 %%' | $LEX
[all …]
/openbsd/usr.bin/keynote/
H A DMakefile19 $(LEX.l) $(LEXFLAGS) ${.ALLSRC}
/openbsd/lib/libkeynote/
H A DMakefile20 $(LEX.l) $(LEXFLAGS) ${.CURDIR}/keynote.l
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dconfigure2600 if test -n "$LEX"; then
2615 LEX="$ac_cv_prog_LEX"
2616 if test -n "$LEX"; then
2617 echo "$ac_t""$LEX" 1>&6
2622 test -n "$LEX" && break
2624 test -n "$LEX" || LEX="$missing_dir/missing flex"
2649 LEX="$ac_cv_prog_LEX"
2650 if test -n "$LEX"; then
2658 case "$LEX" in
2712 %%' | $LEX
[all …]
H A Dacinclude.m430 AC_CHECK_PROGS(LEX, flex lex, [$missing_dir/missing flex])
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dbad.def54 "Unrecognized character at %0 [info -f g77 M LEX]")
65 "Invalid first character at %0 [info -f g77 M LEX]")
68 "Line too long as of %0 [info -f g77 M LEX]")
71 "Non-numeric character at %0 in label field [info -f g77 M LEX]")
80 "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]")
88 SHORT("Continuation indicator at %0 invalid here [info -f g77 M LEX]"))
230 SHORT("Unterminated character constant at %0 [info -f g77 M LEX]"))
235 SHORT("Missing initial `&' on continuation line at %0 [info -f g77 M LEX]"))
240 SHORT("Missing initial `&' on continuation line at %0 [info -f g77 M LEX]"))
248 LONG("Statement at %0 begins with invalid token [info -f g77 M LEX]")
[all …]
/openbsd/gnu/usr.bin/perl/t/op/
H A Dwrite.t311 format LEX =
315 open(LEX, ">&STDOUT") or die;
316 write LEX;
318 write LEX;
319 close LEX or die "Could not close: $!";
/openbsd/gnu/llvm/clang/lib/Basic/
H A DDiagnosticIDs.cpp161 VALIDATE_DIAG_SIZE(LEX)
234 CATEGORY(LEX, SERIALIZATION) in GetDiagInfo()
235 CATEGORY(PARSE, LEX) in GetDiagInfo()
/openbsd/usr.sbin/mopd/otherOS/
H A DMakefile46 LEX = lex macro
/openbsd/usr.sbin/nsd/
H A Dconfigure5439 if test -n "$LEX"; then
5463 LEX=$ac_cv_prog_LEX
5464 if test -n "$LEX"; then
5466 printf "%s\n" "$LEX" >&6; }
5473 test -n "$LEX" && break
5475 test -n "$LEX" || LEX=":"
5522 { { ac_try="$LEX conftest.l"
5545 LEX=: LEXLIB=
5598 LEX=: LEXLIB=
5609 if test "$LEX" != :
[all …]
H A Dconfigure.ac19 AC_ARG_VAR(LEX, [location of the lex program with GNU extensions (flex)])
178 if test "$LEX" != ":" -a "$LEX" != ""; then
182 AS_IF([echo "%%" | $LEX -i -t >/dev/null 2>&1],
188 …AC_MSG_ERROR([unable to find a lexer that supports -i. If one is available then set the LEX variab…
198 $LEX -i -t conftest.lex >> conftest.c 2>/dev/null
/openbsd/gnu/usr.bin/binutils/
H A Dconfigure2179 if test -z "${LEX}" ; then
2184 LEX=flex
2188 LEX=lex
2193 LEX=${LEX-flex}
2211 LEX="\$(USUAL_LEX)"
4279 s%@LEX@%$LEX%g
H A DMakefile.def180 flags_to_pass = { flag= LEX ; };
/openbsd/gnu/usr.bin/binutils-2.17/
H A Dconfigure3534 if test -n "$LEX"; then
3535 ac_cv_prog_LEX="$LEX" # Let the user override the test.
3549 LEX="$ac_cv_prog_LEX"
3550 if test -n "$LEX"; then
3551 echo "$ac_t""$LEX" 1>&6
3556 test -n "$LEX" && break
3558 test -n "$LEX" || LEX="$MISSING flex"
3561 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
3562 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7499 s%@LEX@%$LEX%g
H A DMakefile.tpl105 LEX="$(LEX)"; export LEX; \
261 LEX = @LEX@
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A DMakefile.in118 LEX = @LEX@
/openbsd/gnu/usr.bin/binutils/binutils/doc/
H A DMakefile.in100 LEX = @LEX@
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A DMakefile.in112 LEX = @LEX@
/openbsd/usr.sbin/unbound/
H A Dconfigure.ac369 if echo %% | $LEX -t 2>&1 | grep yylex_destroy >/dev/null 2>&1; then
373 LEX=":"
379 if cat <<EOF | $LEX -t 2>&1 | grep yy_delete_buffer >/dev/null 2>&1; then
385 LEX=":"
390 if test "$LEX" != "" -a "$LEX" != ":"; then
393 if test "$LEX" != "" -a "$LEX" != ":"; then
396 if test "$LEX" = "" -o "$LEX" = ":"; then
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dconfigure8308 if test -n "$LEX"; then
8327 LEX=$ac_cv_prog_LEX
8328 if test -n "$LEX"; then
8330 echo "${ECHO_T}$LEX" >&6
8336 test -n "$LEX" && break
8338 test -n "$LEX" || LEX=":"
8481 if test "x$LEX" != "x:"; then
8494 (eval $LEX conftest.l) 2>&5
8573 if test "$LEX" = :; then
8574 LEX=${am_missing_run}flex
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/binutils/doc/
H A DMakefile.in125 LEX = @LEX@
/openbsd/gnu/share/
H A Dconfigure919 tools="${tools} HOST_PREFIX_1 LD LD_FOR_TARGET LEX MAKEINFO NM"
993 if [ -z "${LEX}" ]; then
/openbsd/gnu/usr.bin/binutils/gas/
H A Dconfigure5976 if test -n "$LEX"; then
5995 LEX=$ac_cv_prog_LEX
5996 if test -n "$LEX"; then
5998 echo "${ECHO_T}$LEX" >&6
6004 test -n "$LEX" && break
6006 test -n "$LEX" || LEX=":"
6147 if test "x$LEX" != "x:"; then
6160 (eval $LEX conftest.l) 2>&5
6238 if test "$LEX" = :; then
6239 LEX=${am_missing_run}flex
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dconfigure5033 if test -n "$LEX"; then
5052 LEX=$ac_cv_prog_LEX
5053 if test -n "$LEX"; then
5055 echo "${ECHO_T}$LEX" >&6
5061 test -n "$LEX" && break
5063 test -n "$LEX" || LEX=":"
5206 if test "x$LEX" != "x:"; then
5219 (eval $LEX conftest.l) 2>&5
5298 if test "$LEX" = :; then
5299 LEX=${am_missing_run}flex
[all …]

1234