Lines Matching refs:Array
37 Array *symtab; /* main symbol table */
58 Array *ARGVtab; /* symbol table containing ARGV[...] */
59 Array *ENVtab; /* symbol table containing ENVIRON[...] */
142 Array *makesymtab(int n) /* make a new symbol table */
144 Array *ap;
147 ap = (Array *) malloc(sizeof(Array));
160 Array *tp;
165 tp = (Array *) ap->sval;
187 Array *tp;
191 tp = (Array *) ap->sval;
208 Cell *setsymtab(const char *n, const char *s, Awkfloat f, unsigned t, Array *tp)
247 void rehash(Array *tp) /* rehash items in small table into big one */
269 Cell *lookup(const char *s, Array *tp) /* look for s in tp */
308 FATAL("can't %s %s; it's an array name.", rw, vp->nval);