HomeSort by: relevance | last modified time | path
    Searched refs:APPLY2 (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xedit/dist/lisp/
helper.c 89 result = APPLY2(Oequal_, left, right);
162 if (APPLY2(test,
math.c 634 (void)APPLY2(Osetf, place, number);
869 (void)APPLY2(Osetf, place, number);
hash.c 505 APPLY2(function, entry->keys[i], entry->values[i]);
xedit.c 502 syntax = APPLY2(Oauto_mode, name, symbol);
794 APPLY2(indentp, data->syntax, data->syntable);
core.c 121 APPLY2(predicate, left, right) != NIL
3895 APPLY2(Osetf, place, &quote);
4235 APPLY2(Osetf, place, &quote);
4305 APPLY2(Osetf, place, &quote);
5741 result = APPLY2(setf, arguments, value);
5851 (void)APPLY2(setf, arguments, value);
6475 if ((APPLY2(test, cmp_left, cmp_right) != NIL) != expect)
6492 return ((APPLY2(test, left, right) != NIL) == expect ? T : NIL);
internal.h 66 #define APPLY2(fun, arg1, arg2) LispApply2(fun, arg1, arg2)
lisp.c 4924 result = APPLY2(Osetf, place, &quote);

Completed in 12 milliseconds