Lines Matching refs:Cell

83 Cell	*recloc;	/* location of record */
84 Cell *fsloc; /* FS */
85 Cell *nrloc; /* NR */
86 Cell *nfloc; /* NF */
87 Cell *fnrloc; /* FNR */
88 Cell *ofsloc; /* OFS */
89 Cell *orsloc; /* ORS */
90 Cell *rsloc; /* RS */
91 Cell *rtloc; /* RT */
94 Cell *rstartloc; /* RSTART */
95 Cell *rlengthloc; /* RLENGTH */
96 Cell *subseploc; /* SUBSEP */
97 Cell *symtabloc; /* SYMTAB */
99 Cell *nullloc; /* a guaranteed empty cell */
101 Cell *literal0;
106 setfree(Cell *vp) in setfree()
164 Cell *cp; in arginit()
187 Cell *cp; in envinit()
214 Cell **tp; in makesymtab()
217 tp = (Cell **)calloc(n, sizeof (Cell *)); in makesymtab()
227 freesymtab(Cell *ap) /* free a symbol table */ in freesymtab()
229 Cell *cp, *temp; in freesymtab()
259 freeelem(Cell *ap, const char *s) /* free elem s from ap (i.e., ap["s"] */ in freeelem()
262 Cell *p, *prev = NULL; in freeelem()
283 Cell *
287 Cell *p; in setsymtab()
294 p = (Cell *)malloc(sizeof (Cell)); in setsymtab()
328 Cell *cp, *op, **np; in rehash()
331 np = (Cell **)calloc(nsz, sizeof (Cell *)); in rehash()
347 Cell *
350 Cell *p; in lookup()
362 setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval()
400 funnyvar(Cell *vp, const char *rw) in funnyvar()
411 setsval(Cell *vp, const char *s) /* set string val of a Cell */ in setsval()
457 getfval(Cell *vp) /* get float val of a Cell */ in getfval()
476 get_str_val(Cell *vp, char **fmt) /* get string val of a Cell */ in get_str_val()
568 getsval(Cell *vp) /* get string val of a Cell */ in getsval()
574 getpssval(Cell *vp) /* get string val of a Cell for print */ in getpssval()