Home
last modified time | relevance | path

Searched refs:CELL_LAMBDA (Results 1 – 6 of 6) sorted by relevance

/dports/lang/newlisp/newlisp-10.7.5/
H A Dnl-debug.c225 if((pCell->type == CELL_LAMBDA || pCell->type == CELL_FEXPR) in traceEntry()
266 if( (pCell->type == CELL_LAMBDA || pCell->type == CELL_FEXPR) in traceExit()
H A Dnewlisp.h428 #define CELL_LAMBDA (12 | ENVELOPE_TYPE_MASK | LIST_TYPE_MASK | EVAL_SELF_TYPE_MASK) macro
H A Dnewlisp.c1589 if(pCell->type == CELL_LAMBDA) in evaluateExpression()
2670 case CELL_LAMBDA: in printCell()
2740 if(cell->type == CELL_LAMBDA) in printExpression()
2886 case CELL_LAMBDA: in printSymbol()
2953 if(symbolType(sPtr) == CELL_LAMBDA) in printLambda()
3013 if(symbolType(sPtr) == CELL_LAMBDA || symbolType(sPtr) == CELL_FEXPR) in printSymbolNameExt()
3509 cell->type = CELL_LAMBDA; in compileExpression()
4321 else if(cell->type != CELL_LAMBDA && cell->type != CELL_FEXPR && cell->type != CELL_PRIMITIVE) in getCreateSymbol()
4724 lambda = makeCell(CELL_LAMBDA, (UINT)cell); in p_curry()
5033 return(defineOrMacro(params, CELL_LAMBDA, FALSE)); in p_define()
[all …]
H A Dnl-liststr.c179 case CELL_LAMBDA: in p_length()
H A Dnl-list.c415 case CELL_LAMBDA: in patternMatchL()
H A Dnl-math.c1102 case CELL_LAMBDA: in compareCells()