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

  /xsrc/external/mit/xedit/dist/lisp/
read.c 1822 number = APPLY(Ocomplex, arguments);
1886 struc = APPLY(Omake_struct, fields);
1945 array = APPLY(Omake_array, arguments);
core.c 521 apply function arg &rest more-args
561 result = APPLY(function, arguments);
1479 string = APPLY(Oformat, arglist);
1575 /* apply predicate */
1576 value = APPLY(predicate, arguments);
1769 result = APPLY(function, arguments);
2431 /* Apply key predicate if required */
3065 value = APPLY(function, arguments);
3165 value = APPLY(function, arguments);
3363 /* apply function *
    [all...]
helper.c 851 stream = APPLY(Oopen, result);
internal.h 64 #define APPLY(fun, args) LispFuncall(fun, args, 0)
xedit.c 514 /* Apply the syntax highlight to the current buffer */
665 result = APPLY(Osyntax_highlight, &interactive_arguments[0]);
  /xsrc/external/mit/xedit/dist/lisp/modules/
xt.c 364 result = APPLY(ATOM("MAKE-XT-WIDGET-LIST"),

Completed in 9 milliseconds