Searched refs:getsval (Results 1 – 5 of 5) sorted by relevance
319 dprintf( ("%s returns %g |%s| %o\n", s, getfval(z), getsval(z), z->tval) ); in call()370 setsval(fp->retval, getsval(y)); in jump()375 setsval(fp->retval, getsval(y)); in jump()417 fp = openfile(mode, getsval(x)); in awkgetline()482 s = getsval(y); in array()483 nsub = strlen(getsval(subseploc)); in array()530 s = getsval(y); in awkdelete()531 nsub = strlen(getsval(subseploc)); in awkdelete()570 s = getsval(x); in intest()571 nsub = strlen(getsval(subseploc)); in intest()[all …]
192 char *rs = getsval(rsloc); in readrec()194 if (strlen(getsval(fsloc)) >= sizeof (inputFS)) in readrec()240 s = getsval(x); in getargv()276 getsval(fldtab[0]); in fldbld()287 if (strlen(getsval(fsloc)) >= sizeof (inputFS)) in fldbld()487 char *sep = getsval(ofsloc); in recbld()493 p = getsval(fldtab[i]); in recbld()
110 extern char *getsval(Cell *);
495 char *getsval(Cell *vp) /* get string val of a Cell */ in getsval() function
365 modified run/format() and tran/getsval() to do a slightly better718 removed getsval, setsval, execute macros from run.c and lib.c.767 added CONVFMT as in posix (just replaced OFMT in getsval)860 fixed sleazy test for integrality in getsval; use modf.