Home
last modified time | relevance | path

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

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