Searched refs:fldcp (Results 1 – 1 of 1) sorted by relevance
345 struct fldtab_chunk *fldcp; in morefld() local348 if ((fldcp = calloc(sizeof (struct fldtab_chunk), 1)) == NULL) in morefld()351 newfld = &fldcp->fields[0]; in morefld()365 fldtab_head = fldcp; in morefld()367 fldtab_tail->next = fldcp; in morefld()368 fldtab_tail = fldcp; in morefld()369 fldcp->next = NULL; in morefld()377 struct fldtab_chunk *fldcp; in getfld() local385 for (fldcp = fldtab_head; fldcp != NULL; fldcp = fldcp->next) { in getfld()387 return (&fldcp->fields[idx - cbase]); in getfld()[all …]