Home
last modified time | relevance | path

Searched refs:rsloc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/awk/
H A Dtran.c90 Cell *rsloc; /* RS */ variable
134 rsloc = setsymtab("RS", "\n", 0.0, STR|DONTFREE, symtab); in syminit()
135 RS = &rsloc->sval; in syminit()
H A Dawk.h151 extern Cell *rsloc; /* RS */
H A Dlib.c266 char *rs = getsval(rsloc); in readrec()