Lines Matching refs:Cell
59 Cell *recloc; /* location of record */
60 Cell *nrloc; /* NR */
61 Cell *nfloc; /* NF */
62 Cell *fnrloc; /* FNR */
65 Cell *rstartloc; /* RSTART */
66 Cell *rlengthloc; /* RLENGTH */
67 Cell *symtabloc; /* SYMTAB */
69 Cell *nullloc;
125 Cell *cp; in arginit()
157 Cell *cp; in envinit()
182 Cell **tp; in makesymtab()
185 tp = (Cell **)calloc(n, sizeof (Cell *)); in makesymtab()
195 freesymtab(Cell *ap) /* free symbol table */ in freesymtab()
197 Cell *cp, *next; in freesymtab()
221 freeelem(Cell *ap, uchar *s) /* free elem s from ap (i.e., ap["s"] */ in freeelem()
224 Cell *p, *prev = NULL; in freeelem()
245 Cell *
249 register Cell *p; in setsymtab()
257 p = (Cell *)malloc(sizeof (Cell)); in setsymtab()
291 Cell *cp, *op, **np; in rehash()
294 np = (Cell **)calloc(nsz, sizeof (Cell *)); in rehash()
310 Cell *
313 register Cell *p; in lookup()
325 setfval(Cell *vp, Awkfloat f) in setfval()
350 funnyvar(Cell *vp, char *rw) in funnyvar()
361 setsval(Cell *vp, uchar *s) in setsval()
391 r_getfval(Cell *vp) in r_getfval()
410 r_getsval(Cell *vp) in r_getsval()