Searched refs:setsval (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/one-true-awk/ |
H A D | run.c | 375 setsval(frp->retval, getsval(y)); in jump() 380 setsval(frp->retval, getsval(y)); in jump() 434 setsval(x, buf); in awkgetline() 441 setsval(fldtab[0], buf); in awkgetline() 454 setsval(x, buf); in awkgetline() 995 setsval(x, ""); in substr() 1021 setsval(y, s + mb); in substr() 1544 setsval(x, getsval(y)); in assign() 1549 setsval(x, getsval(y)); in assign() 1956 setsval(vp, cp->nval); in instat() [all …]
|
H A D | ChangeLog | 178 (setsval): Ditto. Add large comment and new code to manage 212 (setsval): Remove call to save_old_OFS(). If setting OFS, call 338 (setsval): If setting a field, call save_old_OFS().
|
H A D | proto.h | 107 extern char *setsval(Cell *, const char *);
|
H A D | lib.c | 106 setsval(lookup("FILENAME", symtab), p); in initgetrec() 368 setsval(q, p); in setclvar()
|
H A D | tran.c | 343 char *setsval(Cell *vp, const char *s) /* set string val of a Cell */ in setsval() function
|
H A D | FIXES.1e | 519 fixed memory fault caused by out of order test in setsval. 1045 removed getsval, setsval, execute macros from run.c and lib.c.
|