OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Olambda
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xedit/dist/lisp/
compile.c
1885
if (CAR(function) ==
Olambda
) {
1974
else if (CONSP(object) && CAR(object) ==
Olambda
) {
bytecode.c
585
name =
Olambda
;
589
name =
Olambda
;
593
if (CAR(function) ==
Olambda
) {
596
name =
Olambda
;
internal.h
778
extern LispObj *Okey, *Orest, *Ooptional, *Oaux, *
Olambda
;
lisp.c
157
LispObj *Okey, *Orest, *Ooptional, *Oaux, *
Olambda
;
4712
if (CAR(function) ==
Olambda
) {
4762
else if (CONSP(result) && CAR(result) ==
Olambda
)
5245
Olambda
= STATIC_ATOM("LAMBDA");
5246
LispExportSymbol(
Olambda
);
read.c
1625
if (CAR(function) !=
Olambda
)
Completed in 10 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026