HomeSort by: relevance | last modified time | path
    Searched defs:lisp (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
lisp.lsp 30 ;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/lisp.lsp,v 1.9 2003/01/30 02:46:26 paulo Exp $
62 (defsynoptions *lisp-DEFAULT-style*
81 (defvar *lisp-mode-options* *lisp-DEFAULT-style*)
83 (defindent *lisp-mode-indent* :main
226 (defun lisp-offset-indent (&aux char (point (scan (point) :eol :left)))
232 (defun lisp-should-indent (options &aux char point start)
240 (return-from lisp-should-indent))
249 (return-from lisp-should-indent (gethash :newline-indent options))
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/modules/
lisp.lsp 30 ;; $XFree86: xc/programs/xedit/lisp/modules/lisp.lsp,v 1.9 2002/12/04 05:28:01 paulo Exp $
32 (provide "lisp")
34 (in-package "LISP")
150 (defun lisp::nth-store (index list value)
152 (defsetf nth lisp::nth-store)
155 `(lisp::vector-store ,array ,@indices ,value))
158 `(lisp::put ,symbol ,key ,value))
160 (defsetf symbol-plist lisp::set-symbol-plist)
163 `(lisp::puthash ,key ,hash-table ,value)
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/
private.h 30 /* $XdotOrg: xc/programs/xedit/lisp/private.h,v 1.2 2004/04/23 19:54:44 eich Exp $ */
31 /* $XFree86: xc/programs/xedit/lisp/private.h,v 1.41 2003/05/27 22:27:04 tsi Exp $ */
49 #include "lisp/internal.h"
51 #include "lisp/core.h"
53 #include "lisp/debugger.h"
55 #include "lisp/helper.h"
56 #include "lisp/string.h"
57 #include "lisp/struct.h"
327 /* the LISP package */
328 LispObj *lisp; member in struct:_LispMac
    [all...]

Completed in 16 milliseconds