Searched refs:fldtab (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dlib.c42 Cell **fldtab; /* pointers to Cells */ variable
62 || (fldtab = (Cell **) malloc((nfields+1) * sizeof(Cell *))) == NULL
63 || (fldtab[0] = (Cell *) malloc(sizeof(Cell))) == NULL )
65 *fldtab[0] = dollar0;
66 fldtab[0]->sval = record;
67 fldtab[0]->nval = tostring("0");
77 fldtab[i] = (Cell *) malloc(sizeof (struct Cell));
78 if (fldtab[i] == NULL)
80 *fldtab[i] = dollar1;
82 fldtab[
[all...]
H A Drun.c397 extern Cell **fldtab;
426 setsval(fldtab[0], buf);
427 if (is_number(fldtab[0]->sval)) {
428 fldtab[0]->fval = atof(fldtab[0]->sval);
429 fldtab[0]->tval |= NUM;
H A Dtran.c68 extern Cell **fldtab;

Completed in 100 milliseconds