Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Drun.c433 setsval(x, buf); in awkgetline()
440 setsval(fldtab[0], buf); in awkgetline()
453 setsval(x, buf); in awkgetline()
998 setsval(x, ""); in substr()
1024 setsval(y, s + mb); in substr()
1547 setsval(x, getsval(y)); in assign()
1959 setsval(vp, cp->nval); in instat()
2214 setsval(x, buf); in bltin()
2256 setsval(y, buf); in bltin()
2629 setsval(x, buf); in dosub()
[all …]
H A DChangeLog178 (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 Dproto.h110 extern char *setsval(Cell *, const char *);
H A Dlib.c106 setsval(lookup("FILENAME", symtab), p); in initgetrec()
366 setsval(q, p); in setclvar()
H A Dtran.c341 char *setsval(Cell *vp, const char *s) /* set string val of a Cell */ in setsval() function
H A DFIXES.1e519 fixed memory fault caused by out of order test in setsval.
1045 removed getsval, setsval, execute macros from run.c and lib.c.