| /openbsd-src/share/mk/ |
| H A D | sys.mk | 59 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-src/gnu/usr.bin/binutils/ld/ |
| H A D | configure | 4393 if test -n "$LEX"; then 4394 ac_cv_prog_LEX="$LEX" # Let the user override the test. 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"" 4426 if test -n "$LEX"; then 4427 ac_cv_prog_LEX="$LEX" # Let the user override the test. 4442 LEX="$ac_cv_prog_LEX" [all …]
|
| /openbsd-src/usr.bin/keynote/ |
| H A D | Makefile | 19 $(LEX.l) $(LEXFLAGS) ${.ALLSRC}
|
| /openbsd-src/lib/libkeynote/ |
| H A D | Makefile | 20 $(LEX.l) $(LEXFLAGS) ${.CURDIR}/keynote.l
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | configure | 2600 if test -n "$LEX"; then 2601 ac_cv_prog_LEX="$LEX" # Let the user override the test. 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" 2633 if test -n "$LEX"; then 2634 ac_cv_prog_LEX="$LEX" # Let the user override the test. 2649 LEX="$ac_cv_prog_LEX" [all …]
|
| H A D | acinclude.m4 | 30 AC_CHECK_PROGS(LEX, flex lex, [$missing_dir/missing flex])
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | bad.def | 54 "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]") 83 "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M LEX]") 86 …r at %0 invalid on first non-comment line of file or following END or INCLUDE [info -f g77 M LEX]") 88 SHORT("Continuation indicator at %0 invalid here [info -f g77 M LEX]")) 228 LONG("Character constant at %0 has no closing quote at %1 [info -f g77 M LEX]") 230 SHORT("Unterminated character constant at %0 [info -f g77 M LEX]")) [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | write.t | 311 format LEX = 315 open(LEX, ">&STDOUT") or die; 316 write LEX; 318 write LEX; 319 close LEX or die "Could not close: $!";
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 161 VALIDATE_DIAG_SIZE(LEX) 234 CATEGORY(LEX, SERIALIZATION) in GetDiagInfo() 235 CATEGORY(PARSE, LEX) in GetDiagInfo()
|
| /openbsd-src/usr.sbin/mopd/otherOS/ |
| H A D | Makefile | 46 LEX = lex macro
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | configure | 1513 LEX location of the lex program with GNU extensions (flex) 5439 if test -n "$LEX"; then 5440 ac_cv_prog_LEX="$LEX" # Let the user override the test. 5463 LEX=$ac_cv_prog_LEX 5464 if test -n "$LEX"; then 5465 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5 5466 printf "%s\n" "$LEX" >&6; } 5473 test -n "$LEX" && break 5475 test -n "$LEX" || LEX=":" 5477 if test "x$LEX" != "x:"; then [all …]
|
| H A D | configure.ac | 19 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-src/gnu/usr.bin/binutils/ |
| H A D | configure | 2179 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 D | Makefile.def | 180 flags_to_pass = { flag= LEX ; };
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ |
| H A D | configure | 3534 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 D | Makefile.tpl | 105 LEX="$(LEX)"; export LEX; \ 261 LEX = @LEX@
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | Makefile.in | 118 LEX = @LEX@
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/doc/ |
| H A D | Makefile.in | 100 LEX = @LEX@
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | Makefile.in | 112 LEX = @LEX@
|
| /openbsd-src/usr.sbin/unbound/ |
| H A D | configure.ac | 420 if echo %% | $LEX -t 2>&1 | grep yylex_destroy >/dev/null 2>&1; then 424 LEX=":" 430 if cat <<EOF | $LEX -t 2>&1 | grep yy_delete_buffer >/dev/null 2>&1; then 436 LEX=":" 441 if test "$LEX" != "" -a "$LEX" != ":"; then 444 if test "$LEX" != "" -a "$LEX" != ":"; then 447 if test "$LEX" = "" -o "$LEX" [all...] |
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | configure | 8308 if test -n "$LEX"; then 8309 ac_cv_prog_LEX="$LEX" # Let the user override the test. 8327 LEX=$ac_cv_prog_LEX 8328 if test -n "$LEX"; then 8329 echo "$as_me:$LINENO: result: $LEX" >&5 8330 echo "${ECHO_T}$LEX" >&6 8336 test -n "$LEX" && break 8338 test -n "$LEX" || LEX=":" 8481 if test "x$LEX" != "x:"; then 8493 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5 [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/doc/ |
| H A D | Makefile.in | 125 LEX = @LEX@
|
| /openbsd-src/gnu/share/ |
| H A D | configure | 919 tools="${tools} HOST_PREFIX_1 LD LD_FOR_TARGET LEX MAKEINFO NM" 993 if [ -z "${LEX}" ]; then
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | configure | 5033 if test -n "$LEX"; then 5034 ac_cv_prog_LEX="$LEX" # Let the user override the test. 5052 LEX=$ac_cv_prog_LEX 5053 if test -n "$LEX"; then 5054 echo "$as_me:$LINENO: result: $LEX" >&5 5055 echo "${ECHO_T}$LEX" >&6 5061 test -n "$LEX" && break 5063 test -n "$LEX" || LEX=":" 5206 if test "x$LEX" != "x:"; then 5218 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5 [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | configure | 5976 if test -n "$LEX"; then 5977 ac_cv_prog_LEX="$LEX" # Let the user override the test. 5995 LEX=$ac_cv_prog_LEX 5996 if test -n "$LEX"; then 5997 echo "$as_me:$LINENO: result: $LEX" >&5 5998 echo "${ECHO_T}$LEX" >&6 6004 test -n "$LEX" && break 6006 test -n "$LEX" || LEX=":" 6147 if test "x$LEX" != "x:"; then 6159 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5 [all …]
|