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

/freebsd-11.0-release/contrib/one-true-awk/
H A Drun.c320 dprintf( ("%s returns %g |%s| %o\n", s, getfval(z), getsval(z), z->tval) );
367 setsval(fp->retval, getsval(y));
372 setsval(fp->retval, getsval(y));
414 fp = openfile(mode, getsval(x));
471 s = getsval(y);
518 s = getsval(y);
557 s = getsval(x);
588 s = getsval(x);
593 t = getsval(y);
660 i = strcoll(getsval(
[all...]
H A Dlib.c239 s = getsval(x);
275 getsval(fldtab[0]);
473 p = getsval(fldtab[i]);
H A Dproto.h110 extern char *getsval(Cell *);
H A Dtran.c44 char **CONVFMT; /* format for conversions in getsval */
387 dprintf( ("getsval %p: %s = \"%s (%p)\", t=%o\n",
392 char *getsval(Cell *vp) /* get string val of a Cell */ function

Completed in 255 milliseconds