Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dtran.c58 Cell *orsloc; /* ORS */ variable
86 orsloc = setsymtab("ORS", "\n", 0.0, STR|DONTFREE, symtab); in syminit()
87 ORS = &orsloc->sval; in syminit()
H A Dawk.h122 extern Cell *orsloc; /* ORS */
H A Drun.c2293 fputs(getsval(orsloc), fp); in printstat()