Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/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) argument
77 static void array_fixed_setdata(Namval_t*,Namarr_t*,struct fixed_array*);
84 struct fixed_array *fp; in array_scope()
103 else if(fp = (struct fixed_array*)ap->fixed) in array_scope()
106 fp = (struct fixed_array*)(aq+1); in array_scope()
200 struct fixed_array *fp; in array_getup()
218 else if(fp = (struct fixed_array*)arp->fixed) in array_getup()
279 struct fixed_array *fp=(struct fixed_array*)(arp->fixed); in array_find()
612 struct fixed_array *fp; in array_putval()
[all …]