Searched refs:fixed_array (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Darray.c62 struct fixed_array struct
76 # define array_fixed_data(ap) ((ap)?((struct fixed_array*)((ap)->fixed))->data:0)
77 static void array_fixed_setdata(Namval_t*,Namarr_t*,struct fixed_array*);
84 struct fixed_array *fp;
103 else if(fp = (struct fixed_array*)ap->fixed)
106 fp = (struct fixed_array*)(aq+1);
200 struct fixed_array *fp;
218 else if(fp = (struct fixed_array*)arp->fixed)
279 struct fixed_array *fp=(struct fixed_array*)(ar
[all...]

Completed in 11 milliseconds