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

  /xsrc/external/mit/xedit/dist/lisp/
internal.h 168 #define XCONSP(object) ((object)->type == LispCons_t)
169 #define CONSP(object) (POINTERP(object) && XCONSP(object))
string.c 790 if (!POINTERP(ochars) || !(XSTRINGP(ochars) || XCONSP(ochars))) {
core.c 1026 (XCONSP(form) && CAR(form) == Oquote) ||
5688 else if (XCONSP(place)) {
5812 else if (XCONSP(place)) {
lisp.c 3819 XCONSP(argument->data.quote))) {

Completed in 10 milliseconds