OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LispBlockClosure
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xedit/dist/lisp/
private.h
261
LispBlockClosure
, /* hides blocks of type LispBlockTag bellow it */
compile.c
444
if (block->type ==
LispBlockClosure
|| block->type == LispBlockBody)
1072
if (block->type ==
LispBlockClosure
)
1829
if (com->toplevel->type ==
LispBlockClosure
&&
2054
CompileIniBlock(com,
LispBlockClosure
, name);
core.c
1898
if (block->type ==
LispBlockClosure
)
5122
if (block->type ==
LispBlockClosure
)
5158
(block->type == LispBlockTag || block->type ==
LispBlockClosure
)) {
5163
if (block->type ==
LispBlockClosure
)
bytecode.c
411
com.block->type =
LispBlockClosure
;
lisp.c
4832
block = LispBeginBlock(name,
LispBlockClosure
);
Completed in 14 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026