Home
last modified time | relevance | path

Searched refs:CELL_FEXPR (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.h429 #define CELL_FEXPR (13 | ENVELOPE_TYPE_MASK | LIST_TYPE_MASK | EVAL_SELF_TYPE_MASK) macro
H A Dnewlisp.c1597 if(pCell->type == CELL_FEXPR) in evaluateExpression()
2671 case CELL_FEXPR: in printCell()
2745 else if(cell->type == CELL_FEXPR) in printExpression()
2887 case CELL_FEXPR: in printSymbol()
3013 if(symbolType(sPtr) == CELL_LAMBDA || symbolType(sPtr) == CELL_FEXPR) in printSymbolNameExt()
3520 cell->type = CELL_FEXPR; in compileExpression()
4321 else if(cell->type != CELL_LAMBDA && cell->type != CELL_FEXPR && cell->type != CELL_PRIMITIVE) in getCreateSymbol()
5042 return(defineOrMacro(params, CELL_FEXPR, FALSE)); in p_defineMacro()
5047 return(defineOrMacro(params, CELL_FEXPR, TRUE)); in p_macro()
6910 if(params->type == CELL_FEXPR) /* lambda-macro */ in p_isMacro()
H A Dnl-liststr.c180 case CELL_FEXPR: in p_length()
H A Dnl-list.c414 case CELL_FEXPR: in patternMatchL()
H A Dnl-math.c1103 case CELL_FEXPR: in compareCells()