Home
last modified time | relevance | path

Searched defs:LISP (Results 1 – 24 of 24) sorted by relevance

/dports/audio/festival/speech_tools/siod/
H A Dslib.cc905 void init_subr_2(const char *name, LISP (*fcn)(LISP,LISP),const char *doc) in init_subr_2() argument
907 void init_subr_3(const char *name, LISP (*fcn)(LISP,LISP,LISP),const char *doc) in init_subr_3() argument
909 void init_subr_4(const char *name, LISP (*fcn)(LISP,LISP,LISP,LISP),const char *doc) in init_subr_4() argument
913 void init_fsubr(const char *name, LISP (*fcn)(LISP,LISP),const char *doc) in init_fsubr() argument
953 LISP (*rel)(LISP), in set_gc_hooks() argument
954 LISP (*mark)(LISP), in set_gc_hooks() argument
955 void (*scan)(LISP), in set_gc_hooks()
956 void (*free)(LISP), in set_gc_hooks()
1378 void set_eval_hooks(long type,LISP (*fcn)(LISP, LISP *,LISP *)) in set_eval_hooks() argument
1502 LISP (*fast_print)(LISP,LISP), in set_io_hooks() argument
[all …]
/dports/finance/beancount/beancount-2.3.3/experiments/launcher/
H A Dopen-in-beancount.py31 LISP = r""" variable
/dports/lang/owl-lisp/owl-079f58f45039805517b9b880feec050e151c52b3/doc/
H A Dmanual.md6 # LISP chapter
/dports/databases/pgloader3/buildapp-1.5.6/
H A DMakefile2 LISP := sbcl macro
/dports/math/reduce/Reduce-svn5758-src/doc/util/
H A Dsl.bib17 @MANUAL{LISP/360, manual
/dports/math/reduce/Reduce-svn5758-src/doc/primers/
H A Dsl.bib24 @MANUAL{LISP/360, manual
/dports/math/reduce/Reduce-svn5758-src/doc/misc/
H A Dsl.bib24 @MANUAL{LISP/360, manual
/dports/math/cvc3/cvc3-2.4.1/java/src/cvc3/
H A DInputLanguage.java17 public static final InputLanguage LISP = new InputLanguage("LISP"); field in InputLanguage
/dports/converters/cl-babel/babel-2010.01.16/doc/
H A DMakefile9 export LISP ?= sbcl macro
/dports/databases/pgloader3/babel-20200925-git/doc/
H A DMakefile9 export LISP ?= sbcl macro
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/tests/
H A DMakefile10 LISP = LC_MESSAGES=en_US $(BD)lisp$(LEXE) -E utf-8 -norc -B $(BD) -N $(BD)locale -M $(BD)lispinit.m… macro
/dports/editors/jove/jove/
H A Dtune.h53 # define LISP 1 /* include the code for Lisp Mode */ macro
/dports/math/yacas/yacas-1.9.1/docs/tutorial/
H A Dindex.rst366 .. _LISP: https://en.wikipedia.org/wiki/Lisp_(programming_language) target
/dports/editors/slime/slime-2.26.1-9-gf368e22a/
H A DMakefile8 LISP=sbcl macro
/dports/editors/slime/slime-2.26.1-9-gf368e22a/contrib/
H A DMakefile6 LISP=sbcl macro
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/clx/mit-clx/
H A DMakefile10 LISP = $(CLISP) macro
/dports/editors/sly/sly-1.0.43/
H A DMakefile8 LISP=sbcl macro
/dports/editors/2bsd-vi/ex-050325/
H A Dex_vars.h13 #define LISP 11 macro
/dports/audio/festival/festival/src/arch/festival/
H A Dfestival.cc230 void festival_def_utt_module(const char *name,LISP (*fcn)(LISP), in festival_def_utt_module() argument
647 void init_module_subr(const char *name, LISP (*fcn)(LISP), in init_module_subr() argument
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Ddispatch.h89 #define LISP 1 macro
H A Dnewallocate.cpp94 #define LISP 1 macro
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/filetype/
H A Dnames.c41 LISP, enumerator
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/filetypes/
H A DFileTypeRegistry.java246 public static final TextFileType LISP = field in FileTypeRegistry
/dports/audio/festival/speech_tools/include/
H A Dsiod_defs.h148 typedef struct obj* LISP; typedef