Home
last modified time | relevance | path

Searched refs:setsval (Results 1 – 6 of 6) sorted by relevance

/external/one-true-awk/
Drun.c370 setsval(fp->retval, getsval(y)); in jump()
375 setsval(fp->retval, getsval(y)); in jump()
427 setsval(x, buf); in awkgetline()
434 setsval(fldtab[0], buf); in awkgetline()
446 setsval(x, buf); in awkgetline()
769 setsval(x, ""); in substr()
791 setsval(y, s + m - 1); in substr()
1137 setsval(x, getsval(y)); in assign()
1142 setsval(x, getsval(y)); in assign()
1499 setsval(vp, cp->nval); in instat()
[all …]
DChangeLog65 (setsval): Ditto. Add large comment and new code to manage
99 (setsval): Remove call to save_old_OFS(). If setting OFS, call
225 (setsval): If setting a field, call save_old_OFS().
Dproto.h108 extern char *setsval(Cell *, const char *);
Dlib.c98 setsval(lookup("FILENAME", symtab), p); in initgetrec()
255 setsval(q, p); in setclvar()
Dtran.c346 char *setsval(Cell *vp, const char *s) /* set string val of a Cell */ in setsval() function
DFIXES192 fixed memory fault caused by out of order test in setsval.
718 removed getsval, setsval, execute macros from run.c and lib.c.