Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Dtran.c89 Cell *orsloc; /* ORS */ variable
139 orsloc = setsymtab("ORS", "\n", 0.0, STR|DONTFREE, symtab); in syminit()
140 ORS = &orsloc->sval; in syminit()
H A Dawk.h150 extern Cell *orsloc; /* ORS */
H A Drun.c1846 (void) fputs(getsval(orsloc), fp); in printstat()