Lines Matching refs:Cell
42 Cell **fldtab; /* pointers to Cells */
55 static Cell dollar0 = { OCELL, CFLD, NULL, "", 0.0, REC|STR|DONTFREE };
56 static Cell dollar1 = { OCELL, CFLD, NULL, "", 0.0, FLD|STR|DONTFREE };
62 fldtab = (Cell **) malloc((nfields+1) * sizeof(Cell *)); in recinit()
65 fldtab[0] = (Cell *) malloc(sizeof (Cell)); in recinit()
78 fldtab[i] = (Cell *) malloc(sizeof (struct Cell)); in makefields()
222 Cell *x; in getargv()
236 Cell *q; in setclvar()
257 Cell *p; in fldbld()
349 Cell *p; in cleanfld()
370 Cell *fieldadr(int n) /* get nth field */ in fieldadr()
385 fldtab = (Cell **) realloc(fldtab, (nf+1) * (sizeof (struct Cell *))); in growfldtab()