Searched +refs:list +refs:syntable +refs:elements (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dsyntax.lsp39 syntable syntoken synaugment
200 (syntable ,label ,property ,indent ,@lists)
282 ;; syntax table list.
299 ;; holds a list of keywords.
304 (defstruct syntable function
308 tokens ;; A list of syntoken structures.
309 tables ;; A list of syntable structures.
310 augments ;; A list of synaugment structures, used only
322 ;; Just call make-syntable, bu
327 (defun syntable (label default-property indent &rest definitions) function
[all...]
H A Dindent.lsp179 (defun default-indent (syntax syntable)
188 syntable ;; XXX hack to not generate warning about unused
300 tokens ;; list of indtoken structures
301 tables ;; list of indtable structures
302 augments ;; augment list
306 labels ;; list of keywords labeling tables
310 variables ;; list of variables and optional initialization
320 rules ;; list of rules
332 match ;; the matched token (or a list of tokens)
337 reduces ;; list o
[all...]

Completed in 4 milliseconds