Home
last modified time | relevance | path

Searched refs:Structure_length (Results 1 – 4 of 4) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Drecord.d141 var uintL length = (uintL)Structure_length(structure); in structure_up()
227 var uintC length = Structure_length(STACK_0);
1105 var uintL count = Structure_length(value1)-1; in do_allocate_instance()
H A Dspvw_debug.d229 for(ii=0; ii<Structure_length(obj); ii++) { in nobject_out1()
H A Dio.d8452 var uintC len = Structure_length(*structure_); /* Length of Structure (>=1) */ in pr_structure_default()
H A Dlispbibl.d9263 #define Structure_length(obj) structure_length(TheStructure(obj)) macro