Home
last modified time | relevance | path

Searched refs:array_has_fill_pointer_p (Results 1 – 8 of 8) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Darray.d3720 global bool array_has_fill_pointer_p (object array) { in array_has_fill_pointer_p() function
3731 LISPFUNNR(array_has_fill_pointer_p,1)
3734 VALUES_IF(array_has_fill_pointer_p(array));
4871 var bool has_fill_p = array_has_fill_pointer_p(array);
H A Dsequence.d1593 if (vectorp(result) && array_has_fill_pointer_p(result)) {
2278 if (!(array_has_fill_pointer_p(sequence))) in delete_help()
H A Dsubr.d254 LISPFUNNR(array_has_fill_pointer_p,1)
H A Dconstsym.d145 LISPSYM(array_has_fill_pointer_p,"ARRAY-HAS-FILL-POINTER-P",lisp)
H A Deval.d26 _(bit_orc2), _(bit_not), _(array_has_fill_pointer_p), _(fill_pointer),
H A Dio.d7782 if (array_has_fill_pointer_p(*obj_)) { in pr_array_nil()
H A Dlispbibl.d16295 extern bool array_has_fill_pointer_p (object array);
H A Dstream.d2655 if (!(stringp(arg) && array_has_fill_pointer_p(arg))) {