| /sfw/usr/src/cmd/guile/guile-1.8.4/test-suite/standalone/ |
| test-require-extension | 7 # (Note the syntax "! guile -c ..." isn't used here, because that doesn't 10 guile -c '(require-extension 7)' 2>/dev/null && exit 1 11 guile -c '(require-extension (blarg))' 2>/dev/null && exit 1 12 guile -c '(require-extension (srfi "foo"))' 2>/dev/null && exit 1 15 guile -c '(require-extension (srfi 1)) (exit (procedure? take-right))' 16 guile -c '(require-extension (srfi))'
|
| /sfw/usr/src/cmd/guile/guile-1.8.4/guile-config/ |
| Makefile.am | 6 ## This file is part of GUILE. 8 ## GUILE is free software; you can redistribute it and/or modify 13 ## GUILE is distributed in the hope that it will be useful, but 19 ## License along with GUILE; see the file COPYING. If not, write 23 bin_SCRIPTS=guile-config 24 CLEANFILES=guile-config 25 EXTRA_DIST=guile-config.in guile.m4 30 aclocal_DATA = guile.m4 35 guile-config: guile-config.in ${top_builddir}/libguile/libpath. [all...] |
| /sfw/usr/src/cmd/swig/swig-1.3.35/Lib/guile/ |
| guile.i | 5 * guile.i 7 * SWIG Configuration File for Guile. 15 %pragma(guile) return_nothing_doc = "Returns unspecified." 16 %pragma(guile) return_one_doc = "Returns $values." 19 %pragma(guile) beforereturn = "" 20 %pragma(guile) return_multi_doc = "Returns a list of $num_values values: $values." 25 %pragma(guile) beforereturn = "GUILE_MAYBE_VECTOR" 26 %pragma(guile) return_multi_doc = "Returns a vector of $num_values values: $values." 30 %pragma(guile) beforereturn = "GUILE_MAYBE_VALUES" 31 %pragma(guile) return_multi_doc = "Returns $num_values values: $values. [all...] |
| cplusplus.i | 10 %typemap(guile,out) string, std::string { 13 %typemap(guile,in) string, std::string { 17 %typemap(guile,out) complex, complex<double>, std::complex<double> { 21 %typemap(guile,in) complex, complex<double>, std::complex<double> {
|
| /sfw/usr/src/cmd/guile/guile-1.8.4/ |
| benchmark-guile.in | 2 # Usage: benchmark-guile [-i GUILE-INTERPRETER] [GUILE-BENCHMARK-ARGS] 3 # If `-i GUILE-INTERPRETER' is omitted, use ${top_builddir}/pre-inst-guile. 4 # See ${top_srcdir}/benchmark-suite/guile-benchmark for documentation on GUILE-BENCHMARK-ARGS. 7 # ./benchmark-guile 8 # ./benchmark-guile numbers.bm 9 # ./benchmark-guile -i /usr/local/bin/guil [all...] |
| check-guile.in | 2 # Usage: check-guile [-i GUILE-INTERPRETER] [GUILE-TEST-ARGS] 3 # If `-i GUILE-INTERPRETER' is omitted, use ${top_builddir}/pre-inst-guile. 4 # See ${top_srcdir}/test-suite/guile-test for documentation on GUILE-TEST-ARGS. 7 # ./check-guile 8 # ./check-guile numbers.test 9 # ./check-guile -i /usr/local/bin/guil [all...] |
| Makefile.am | 5 ## This file is part of GUILE. 7 ## GUILE is free software; you can redistribute it and/or modify 12 ## GUILE is distributed in the hope that it will be useful, but 18 ## License along with GUILE; see the file COPYING. If not, write 27 SUBDIRS = oop libguile ice-9 guile-config guile-readline \ 30 bin_SCRIPTS = guile-tools 36 EXTRA_DIST = LICENSE HACKING GUILE-VERSION ANON-CVS SNAPSHOTS 38 TESTS = check-guile 40 ACLOCAL_AMFLAGS = -I guile-confi [all...] |
| /sfw/usr/src/cmd/guile/ |
| install-sfw | 49 _install N guile.1 ${MAN1DIR}/guile.1 444 50 _install N guile-config.1 ${MAN1DIR}/guile-config.1 444 51 _install N guile-tools.1 ${MAN1DIR}/guile-tools.1 444 52 _install N guile-snarf.1 ${MAN1DIR}/guile-snarf.1 444
|
| /sfw/usr/src/cmd/guile/guile-1.8.4/srfi/ |
| srfi-17.scm | 25 ;; It exports the Guile procedure `make-procedure-with-setter' under 41 ;; This module is fully documented in the Guile Reference Manual. 62 (@ (guile) setter) 73 (getter-with-setter (@ (guile) car) 76 (getter-with-setter (@ (guile) cdr) 80 (getter-with-setter (@ (guile) caar) 81 (compose-setter set-car! (@ (guile) car)))) 83 (getter-with-setter (@ (guile) cadr) 84 (compose-setter set-car! (@ (guile) cdr)))) 86 (getter-with-setter (@ (guile) cdar [all...] |
| /sfw/usr/src/cmd/guile/guile-1.8.4/am/ |
| Makefile.am | 5 ## This file is part of GUILE. 7 ## GUILE is free software; you can redistribute it and/or modify 12 ## GUILE is distributed in the hope that it will be useful, but 18 ## License along with GUILE; see the file COPYING. If not, write 24 am_frags = pre-inst-guile maintainer-dirs
|
| pre-inst-guile | 1 ## am/pre-inst-guile --- define preinstguile and preinstguiletool vars 5 ## This file is part of GUILE. 7 ## GUILE is free software; you can redistribute it and/or modify 12 ## GUILE is distributed in the hope that it will be useful, but 18 ## License along with GUILE; see the file COPYING. If not, write 26 ## include $(top_srcdir)/am/pre-inst-guile 27 ## See devel/build/pre-inst-guile.text (CVS only) for more info. 31 preinstguile = $(top_builddir_absolute)/pre-inst-guile 32 preinstguiletool = GUILE="$(preinstguile)" $(top_srcdir)/scripts 34 ## am/pre-inst-guile ends her [all...] |
| /sfw/usr/src/cmd/guile/guile-1.8.4/doc/tutorial/ |
| Makefile.am | 5 ## This file is part of GUILE. 7 ## GUILE is free software; you can redistribute it and/or modify 12 ## GUILE is distributed in the hope that it will be useful, but 18 ## License along with GUILE; see the file COPYING. If not, write 24 info_TEXINFOS = guile-tut.texi
|
| /sfw/usr/src/cmd/guile/guile-1.8.4/guile-readline/ice-9/ |
| Makefile.am | 6 ## This file is part of GUILE. 8 ## GUILE is free software; you can redistribute it and/or modify 13 ## GUILE is distributed in the hope that it will be useful, but 19 ## License along with GUILE; see the file COPYING. If not, write 23 guile_pdd = $(patsubst %/guile-readline,%/guile,$(pkgdatadir))
|
| /sfw/usr/src/cmd/guile/guile-1.8.4/libguile/ |
| guile-doc-snarf.in | 31 ${bindir}/guile-snarf-docs "$@" > $dot_doc 33 ${bindir}/guile-snarf "$@" 35 # guile-doc-snarf ends here
|
| /sfw/usr/src/cmd/guile/guile-1.8.4/examples/box-dynamic-module/ |
| check.test | 4 guile=${GUILE-../../libguile/guile} 11 $guile -c '(begin (use-modules (box-module)) (let ((b (make-box))) (display b) (newline)))' > TMP 20 $guile -c '(begin (use-modules (box-module)) (let ((b (make-box))) (display b) (newline) (box-set! b 1) (display b) (newline)))' > TMP 30 $guile -c '(begin (use-modules (box-module)) (let ((b (make-box))) (display b) (newline) (box-set! b 1) (display b) (newline) (display (box-ref b)) (newline)))' > TMP 41 $guile -c '(begin (use-modules (box-mixed)) (let ((b (make-box-list 1 2 3))) (display b) (newline) (display (box-map 1+ b)) (newline)))' > TMP
|
| /sfw/usr/src/cmd/guile/guile-1.8.4/examples/scripts/ |
| check.test | 4 guile=${GUILE-../../libguile/guile} 5 if [ -x $guile ] ; then 8 echo could not find guile interpreter. 10 echo GUILE env var: ${GUILE-not set} 23 $guile -s $srcdir/simple-hello.scm > TMP 32 $guile -s $srcdir/hello > TMP 36 $guile -s $srcdir/hello --version > TM [all...] |
| /sfw/usr/src/cmd/guile/guile-1.8.4/examples/box-dynamic/ |
| check.test | 4 guile=${GUILE-../../libguile/guile} 11 $guile -c '(begin (load-extension "libbox" "scm_init_box") (let ((b (make-box))) (display b) (newline)))' > TMP 20 $guile -c '(begin (load-extension "libbox" "scm_init_box") (let ((b (make-box))) (display b) (newline) (box-set! b 1) (display b) (newline)))' > TMP 30 $guile -c '(begin (load-extension "libbox" "scm_init_box") (let ((b (make-box))) (display b) (newline) (box-set! b 1) (display b) (newline) (display (box-ref b)) (newline)))' > TMP
|
| /sfw/usr/src/cmd/guile/guile-1.8.4/examples/modules/ |
| check.test | 4 guile=${GUILE-../../libguile/guile} 15 $guile -s $srcdir/main > TMP
|
| /sfw/usr/src/cmd/swig/swig-1.3.35/Examples/guile/constants/ |
| Makefile | 2 TARGET = my-guile 17 ./my-guile -s constants.scm
|
| /sfw/usr/src/cmd/swig/swig-1.3.35/Examples/guile/simple/ |
| example.i | 14 %include guile/guilemain.i
|
| /sfw/usr/src/cmd/guile/guile-1.8.4/doc/example-smob/ |
| Makefile | 1 CFLAGS=`guile-config compile` 2 LIBS=`guile-config link`
|
| /sfw/usr/src/cmd/guile/guile-1.8.4/examples/safe/ |
| check.test | 4 guile=${GUILE-../../libguile/guile} 15 $guile -s $srcdir/safe $srcdir/untrusted.scm > TMP 34 $guile -s $srcdir/safe $srcdir/evil.scm > TMP
|
| /sfw/usr/src/cmd/autogen/autogen-5.9/autoopts/test/ |
| guile.test | 4 # guile.test --- test guile-main program attribute 13 # $Id: guile.test,v 4.6 2007/01/27 15:07:56 bkorb Exp $ 22 argument='[ <guile-arg> ...]' \ 36 include = '#include <guile/gh.h>'; 37 guile-main; 38 before-guile-boot = ' fputs( "guile starts\n", stdout );'; 45 LIB="${LIB} `guile-config link`" 53 guile start [all...] |
| /sfw/usr/src/cmd/elinks/elinks-0.11.6/src/scripting/guile/ |
| Makefile | 6 OBJS = guile.o hooks.o core.o
|
| /sfw/usr/src/cmd/guile/guile-1.8.4/doc/ |
| Makefile.am | 5 ## This file is part of GUILE. 7 ## GUILE is free software; you can redistribute it and/or modify 12 ## GUILE is distributed in the hope that it will be useful, but 18 ## License along with GUILE; see the file COPYING. If not, write 27 # man_MANS = guile.1 41 EXTRA_DIST = groupings.alist # guile-api.alist 44 # EXTRA_DIST = guile.1 48 guile-api.alist: guile-api.alist-FORCE 49 ( cd $(top_builddir) ; $(mscripts)/update-guile-api.alist [all...] |