Searched refs:initial_contents (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | hash.c | 523 LispObj *test, *size, *rehash_size, *rehash_threshold, *initial_contents; local in function:Lisp_MakeHashTable 525 initial_contents = ARGUMENT(4); 578 if (initial_contents == UNSPEC) 579 initial_contents = NIL; 580 CHECK_LIST(initial_contents); 581 for (xsize = 0, cons = initial_contents; 611 if (initial_contents != UNSPEC) { 615 for (cons = initial_contents; CONSP(cons); cons = CDR(cons)) {
|
| H A D | core.c | 2621 LispObj *dimensions, *element_type, *initial_element, *initial_contents, local in function:Lisp_MakeArray 2629 initial_contents = ARGUMENT(3); 2687 CHECK_LIST(initial_contents); 2705 if (initial_contents != UNSPEC) 2729 else if (initial_contents != UNSPEC) { 2730 CHECK_CONS(initial_contents); 2732 array = initial_contents; 2734 for (array = initial_contents, c = 0; c < count; 2742 array = initial_contents; 2757 for (obj = initial_contents, [all...] |
Completed in 17 milliseconds