Searched refs:oelse (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/
H A Dcompile.c467 LispObj *test, *then, *oelse; local in function:Com_If
469 oelse = ARGUMENT(2);
483 if (oelse != UNSPEC) {
490 ComEval(com, oelse);
H A Dcore.c1920 LispObj *result, *test, *then, *oelse; local in function:Lisp_If
1922 oelse = ARGUMENT(2);
1929 else if (oelse != UNSPEC)
1930 result = EVAL(oelse);

Completed in 11 milliseconds