Lines Matching refs:fixed_array
62 struct fixed_array
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*)(arp->fixed);
612 struct fixed_array *fp;
668 else if(fp=(struct fixed_array*)ap->fixed)
705 if(fp = (struct fixed_array*)ap->fixed)
739 fp = (struct fixed_array*)ap->fixed;
1079 struct fixed_array *fp;
1091 else if(fp = (struct fixed_array*)ap->header.fixed)
1175 struct fixed_array *fp;
1286 if(fp=(struct fixed_array*)ap->header.fixed)
1359 struct fixed_array *fp = (struct fixed_array*)ap->fixed;
1381 static void array_fixed_setdata(Namval_t *np,Namarr_t* ap,struct fixed_array* fp)
1400 struct fixed_array *fp;
1410 sz = sizeof(struct fixed_array)+ 3*n*sizeof(int);
1416 fp = (struct fixed_array*)(ap+1);
1450 struct fixed_array *fp = (struct fixed_array*)ap->fixed;
1565 struct fixed_array *fp;
1572 else if(!(fp=(struct fixed_array*)ap->header.fixed) && array_isbit(ap->bits,ap->cur,ARRAY_CHILD))