Home | History | Annotate | Download | only in nawk-20071023

Lines Matching refs:nval

232 	s = fcn->nval;
254 i, NN(y->nval), y->fval, isarr(y) ? "(array)" : NN(y->sval), y->tval) );
256 FATAL("can't use function %s as argument in %s", y->nval, s);
327 y->nval = x->nval; /* BUG? */
343 n+1, fp->fcncell->nval);
469 FATAL("out of memory for %s[%s...]", x->nval, buf);
476 dprintf( ("making %s into an array\n", NN(x->nval)) );
516 FATAL("out of memory deleting %s[%s...]", x->nval, buf);
540 dprintf( ("making %s into an array\n", ap->nval) );
555 FATAL("out of memory deleting %s[%s...]", x->nval, buf);
682 dprintf( ("freeing %s %s %o\n", NN(a->nval), NN(a->sval), a->tval) );
719 FATAL("trying to access out of range field %s", x->nval);
722 FATAL("illegal field $(%s), name \"%s\"", s, x->nval);
723 /* BUG: can x->nval ever be null??? */
1232 dprintf( ("split: s=|%s|, a=%s, sep=|%s|\n", s, NN(ap->nval), fs) );
1447 setsval(vp, cp->nval);