Lines Matching defs:table
1268 struct table
1278 struct table *tp = (struct table *)fp;
1287 struct table *tp = (struct table *)fp;
1294 struct table *tp = (struct table*)fp;
1295 struct table *ntp = (struct table*)nv_clone_disc(fp,0);
1299 memcpy((void*)ntp,(void*)fp,sizeof(struct table));
1328 register Dt_t *root = ((struct table*)fp)->dict;
1341 data.sh = ((struct table*)fp)->shp;
1362 register Dt_t *root = ((struct table*)fp)->dict;
1389 sizeof(struct table),
1402 struct table *tp = (struct table *)nv_hasdisc(np,&table_disc);
1411 struct table *tp = (struct table*)nv_hasdisc(np,&table_disc);
1417 if(tp = (struct table*)nv_hasdisc(np,&table_disc))
1439 struct table *tp;
1444 if(!(tp = newof((struct table*)0, struct table,1,0)))