Searched refs:getsval (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Drun.c319 dprintf( ("%s returns %g |%s| %o\n", s, getfval(z), getsval(z), z->tval) );
366 setsval(fp->retval, getsval(y));
371 setsval(fp->retval, getsval(y));
413 fp = openfile(mode, getsval(x));
470 s = getsval(y);
517 s = getsval(y);
556 s = getsval(x);
587 s = getsval(x);
592 t = getsval(y);
659 i = strcmp(getsval(
[all...]
H A Dlib.c233 s = getsval(x);
268 getsval(fldtab[0]);
465 p = getsval(fldtab[i]);
H A Dproto.h110 extern char *getsval(Cell *);
H A DFIXES205 modified run/format() and tran/getsval() to do a slightly better
556 removed getsval, setsval, execute macros from run.c and lib.c.
605 added CONVFMT as in posix (just replaced OFMT in getsval)
698 fixed sleazy test for integrality in getsval; use modf.
H A Dtran.c44 char **CONVFMT; /* format for conversions in getsval */
392 dprintf( ("getsval %p: %s = \"%s (%p)\", t=%o\n", vp, NN(vp->nval), vp->sval, vp->sval, vp->tval) );
396 char *getsval(Cell *vp) /* get string val of a Cell */ function

Completed in 76 milliseconds