Searched +refs:eq +refs:eval (Results 1 - 25 of 275) sorted by relevance

1234567891011

/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dindent.lsp363 (setq pattern (re-comp (eval pattern) :icase icase :nospec nospec :nosub nosub))
444 (and (eq token (car rule)) (null (cdr rule))
456 (eq (car item) 'not)
461 (eq (car item) 'or)
471 (unless (or (keywordp item) nullp (eq item t))
625 check (list (list 'eq '*ind-label* label) check)
632 reduce (cons (list 'eq '*ind-label* label) reduce)
676 (list 'member '*ind-token* `',match :test `#'eq)
677 (list 'eq '*ind-token* match)
770 (list (list 'eq '*in
[all...]
/xsrc/external/mit/xedit/dist/lisp/test/
H A Dstream.lsp85 (defun compare-eval (test expect form
90 (setq result (eval form))
115 (defun error-eval (form &aux result (error t))
117 (setq result (eval form))
125 (defun eq-test (expect function &rest arguments)
126 (compare-test #'eq expect function arguments))
137 (defun eq-eval (expect form)
138 (compare-eval #'eq expec
[all...]
H A Dlist.lsp73 (defun compare-eval (test expect form
78 (setq result (eval form))
103 (defun error-eval (form &aux result (error t))
105 (setq result (eval form))
113 (defun eq-test (expect function &rest arguments)
114 (compare-test #'eq expect function arguments))
126 (defun eq-eval (expect form)
127 (compare-eval #'eq expec
[all...]
/xsrc/external/mit/xclock/dist/
H A Daclocal.m4345 # Older Autoconf quotes --file arguments for eval, but not when files
346 # are listed without --file. Let's play safe and only enable the eval
351 [*\'*], [eval set x "$CONFIG_FILES"],
726 # Use eval to expand $SHELL
727 if eval "$MISSING --is-lightweight"; then
879 if test "$[2]" = conftest.file || test $am_try -eq 2; then
1134 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1737 eval additional_includedir=\"$includedir\"
1738 eval additional_libdir=\"$libdir\"
1749 eval additional_includedi
[all...]
/xsrc/external/mit/xwininfo/dist/
H A Daclocal.m4345 # Older Autoconf quotes --file arguments for eval, but not when files
346 # are listed without --file. Let's play safe and only enable the eval
351 [*\'*], [eval set x "$CONFIG_FILES"],
726 # Use eval to expand $SHELL
727 if eval "$MISSING --is-lightweight"; then
879 if test "$[2]" = conftest.file || test $am_try -eq 2; then
1134 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1737 eval additional_includedir=\"$includedir\"
1738 eval additional_libdir=\"$libdir\"
1749 eval additional_includedi
[all...]
/xsrc/external/mit/xproxymanagementprotocol/dist/
H A Daclocal.m4344 # Autoconf 2.62 quotes --file arguments for eval, but not when files
345 # are listed without --file. Let's play safe and only enable the eval
348 *\'*) eval set x "$CONFIG_FILES" ;;
676 # Use eval to expand $SHELL
677 if eval "$MISSING --run true"; then
964 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1052 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1055 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1059 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1070 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve \"'` -eq
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/m4/
H A Dlibtool.m4540 eval 'cat <<_LTECHO_EOF
548 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
550 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
553 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
561 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
563 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
566 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
935 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
949 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
995 elif test -f libconftest.dylib && test $_lt_result -eq
[all...]
/xsrc/external/mit/xf86-video-wsfb/dist/
H A Daclocal.m4553 eval 'cat <<_LTECHO_EOF
561 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
563 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
566 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
574 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
576 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
579 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
918 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
932 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
1159 eval 'ca
[all...]
/xsrc/external/mit/libpthread-stubs/dist/
H A Daclocal.m4345 # Older Autoconf quotes --file arguments for eval, but not when files
346 # are listed without --file. Let's play safe and only enable the eval
351 [*\'*], [eval set x "$CONFIG_FILES"],
726 # Use eval to expand $SHELL
727 if eval "$MISSING --is-lightweight"; then
879 if test "$[2]" = conftest.file || test $am_try -eq 2; then
1134 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
/xsrc/external/mit/xedit/dist/
H A Daclocal.m484 if test "$ac_status" -eq 0; then
89 if test "$ac_status" -eq 0; then
405 # Older Autoconf quotes --file arguments for eval, but not when files
406 # are listed without --file. Let's play safe and only enable the eval
411 [*\'*], [eval set x "$CONFIG_FILES"],
786 # Use eval to expand $SHELL
787 if eval "$MISSING --is-lightweight"; then
939 if test "$[2]" = conftest.file || test $am_try -eq 2; then
1194 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1554 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/
H A Daclocal.m4502 # Autoconf 2.62 quotes --file arguments for eval, but not when files
503 # are listed without --file. Let's play safe and only enable the eval
506 *\'*) eval set x "$CONFIG_FILES" ;;
872 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
921 # Use eval to expand $SHELL
922 if eval "$MISSING --run true"; then
1182 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1277 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1280 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1284 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/m4/
H A Dlibtool.m4523 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
525 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
528 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
536 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
538 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
541 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
870 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
884 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
1101 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
1175 if { test "X$echo_test_string" = "X`eval
[all...]
/xsrc/external/mit/libXau/dist/
H A Daclocal.m4345 # Older Autoconf quotes --file arguments for eval, but not when files
346 # are listed without --file. Let's play safe and only enable the eval
351 [*\'*], [eval set x "$CONFIG_FILES"],
688 # Use eval to expand $SHELL
689 if eval "$MISSING --is-lightweight"; then
942 until test $n -eq 3; do
1271 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1651 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1654 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1658 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq
[all...]
/xsrc/external/mit/libXaw/dist/
H A Daclocal.m4434 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
437 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
441 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
452 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then
455 if test `${RAWCPP} -traditional < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then
1678 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=yes,
1679 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=no)
1681 eval xorg_check_linker_flags=$AS_TR_SH(xorg_cv_linker_flags_[$1])
1991 [eval $cacheid=yes],
1992 [eval
[all...]
/xsrc/external/mit/libXcursor/dist/
H A Daclocal.m4434 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
437 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
441 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
452 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then
455 if test `${RAWCPP} -traditional < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then
1678 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=yes,
1679 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=no)
1681 eval xorg_check_linker_flags=$AS_TR_SH(xorg_cv_linker_flags_[$1])
1991 [eval $cacheid=yes],
1992 [eval
[all...]
/xsrc/external/mit/libXdmcp/dist/
H A Daclocal.m4345 # Older Autoconf quotes --file arguments for eval, but not when files
346 # are listed without --file. Let's play safe and only enable the eval
351 [*\'*], [eval set x "$CONFIG_FILES"],
726 # Use eval to expand $SHELL
727 if eval "$MISSING --is-lightweight"; then
879 if test "$[2]" = conftest.file || test $am_try -eq 2; then
1134 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1494 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1497 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1501 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq
[all...]
/xsrc/external/mit/libXext/dist/
H A Daclocal.m4345 # Older Autoconf quotes --file arguments for eval, but not when files
346 # are listed without --file. Let's play safe and only enable the eval
351 [*\'*], [eval set x "$CONFIG_FILES"],
726 # Use eval to expand $SHELL
727 if eval "$MISSING --is-lightweight"; then
879 if test "$[2]" = conftest.file || test $am_try -eq 2; then
1134 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1494 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1497 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1501 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq
[all...]
/xsrc/external/mit/libXfixes/dist/
H A Daclocal.m4345 # Older Autoconf quotes --file arguments for eval, but not when files
346 # are listed without --file. Let's play safe and only enable the eval
351 [*\'*], [eval set x "$CONFIG_FILES"],
726 # Use eval to expand $SHELL
727 if eval "$MISSING --is-lightweight"; then
879 if test "$[2]" = conftest.file || test $am_try -eq 2; then
1134 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1494 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1497 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1501 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq
[all...]
/xsrc/external/mit/libXfont2/dist/
H A Daclocal.m4345 # Older Autoconf quotes --file arguments for eval, but not when files
346 # are listed without --file. Let's play safe and only enable the eval
351 [*\'*], [eval set x "$CONFIG_FILES"],
688 # Use eval to expand $SHELL
689 if eval "$MISSING --is-lightweight"; then
942 until test $n -eq 3; do
1271 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1651 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1654 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1658 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq
[all...]
/xsrc/external/mit/libXft/dist/
H A Daclocal.m4434 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
437 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
441 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
452 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then
455 if test `${RAWCPP} -traditional < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then
1678 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=yes,
1679 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=no)
1681 eval xorg_check_linker_flags=$AS_TR_SH(xorg_cv_linker_flags_[$1])
1991 [eval $cacheid=yes],
1992 [eval
[all...]
/xsrc/external/mit/libXi/dist/
H A Daclocal.m4434 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
437 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
441 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
452 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then
455 if test `${RAWCPP} -traditional < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then
1678 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=yes,
1679 eval AS_TR_SH(xorg_cv_linker_flags_[$1])=no)
1681 eval xorg_check_linker_flags=$AS_TR_SH(xorg_cv_linker_flags_[$1])
1999 [eval $cacheid=yes],
2000 [eval
[all...]
/xsrc/external/mit/libXpm/dist/
H A Daclocal.m4345 # Older Autoconf quotes --file arguments for eval, but not when files
346 # are listed without --file. Let's play safe and only enable the eval
351 [*\'*], [eval set x "$CONFIG_FILES"],
726 # Use eval to expand $SHELL
727 if eval "$MISSING --is-lightweight"; then
879 if test "$[2]" = conftest.file || test $am_try -eq 2; then
1134 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1494 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1497 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1501 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq
[all...]
/xsrc/external/mit/libXpresent/dist/
H A Daclocal.m4345 # Older Autoconf quotes --file arguments for eval, but not when files
346 # are listed without --file. Let's play safe and only enable the eval
351 [*\'*], [eval set x "$CONFIG_FILES"],
726 # Use eval to expand $SHELL
727 if eval "$MISSING --is-lightweight"; then
879 if test "$[2]" = conftest.file || test $am_try -eq 2; then
1134 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1494 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1497 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1501 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq
[all...]
/xsrc/external/mit/libXrandr/dist/
H A Daclocal.m4345 # Older Autoconf quotes --file arguments for eval, but not when files
346 # are listed without --file. Let's play safe and only enable the eval
351 [*\'*], [eval set x "$CONFIG_FILES"],
726 # Use eval to expand $SHELL
727 if eval "$MISSING --is-lightweight"; then
879 if test "$[2]" = conftest.file || test $am_try -eq 2; then
1134 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1494 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1497 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1501 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq
[all...]
/xsrc/external/mit/libXrender/dist/
H A Daclocal.m4345 # Older Autoconf quotes --file arguments for eval, but not when files
346 # are listed without --file. Let's play safe and only enable the eval
351 [*\'*], [eval set x "$CONFIG_FILES"],
688 # Use eval to expand $SHELL
689 if eval "$MISSING --is-lightweight"; then
942 until test $n -eq 3; do
1271 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1651 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1654 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1658 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq
[all...]

Completed in 47 milliseconds

1234567891011