Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/awk/
Dtran.c59 Cell *orsloc; /* ORS */ variable
86 orsloc = setsymtab("ORS", "\n", 0.0, STR|DONTFREE, symtab); in syminit()
87 ORS = &orsloc->sval; in syminit()
Dawk.h124 extern Cell *orsloc; /* ORS */
Drun.c2307 fputs(getsval(orsloc), fp); in printstat()