Home
last modified time | relevance | path

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

/external/one-true-awk/
Dtran.c59 Cell *orsloc; /* ORS */ variable
99 orsloc = setsymtab("ORS", "\n", 0.0, STR|DONTFREE, symtab); in syminit()
100 ORS = &orsloc->sval; in syminit()
Dawk.h103 extern Cell *orsloc; /* ORS */
Drun.c1648 fputs(getsval(orsloc), fp); in printstat()