Home
last modified time | relevance | path

Searched refs:EMPTY_LIST_P (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Ddaemon.c56 while (!EMPTY_LIST_P (cell))
107 while (!EMPTY_LIST_P (*bucket)) in rehash_bucket()
124 while (!EMPTY_LIST_P (*bucket)) in splice_and_rehash_bucket()
H A Dlist.c190 if (!EMPTY_LIST_P (list))
230 if (!EMPTY_LIST_P (list))
277 if (!EMPTY_LIST_P (alist))
H A Dstep.c99 if (!EMPTY_LIST_P (scan_list))
H A Dprim.c249 PRIMITIVE_RETURN (BOOLEAN_TO_OBJECT (EMPTY_LIST_P (ARG_REF (1))));
H A Dobject.h192 #define APPARENT_LIST_P(object) ((EMPTY_LIST_P (object)) || (PAIR_P (object)))
228 #define EMPTY_LIST_P(object) ((object) == EMPTY_LIST) macro
H A Dintprm.c279 if (EMPTY_LIST_P (scan))
H A Ddebug.c152 if (!EMPTY_LIST_P (pair)) in print_list()
343 if (EMPTY_LIST_P (Expr)) { outf (stream, "()"); return; } in do_printing()
H A Dvector.c280 if (!EMPTY_LIST_P (list)) in SUBVECTOR_TO_LIST_PRIMITIVE()
H A Dhooks.c79 if (!EMPTY_LIST_P (p1))